| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | [pam-freiburg] cd to proper dir before launching AUTOSTART | Simon Rettberg | 2014-01-10 | 1 | -1/+4 | |
| | | | ||||||
| | * | [smartctl] Also parse health status reported by drive | Simon Rettberg | 2014-01-10 | 2 | -8/+29 | |
| | | | ||||||
| * | | [vmchooser] Refining iptables MASQUERADE rule to work around an issue where ↵ | Simon Rettberg | 2014-01-13 | 1 | -1/+1 | |
| |/ | | | | incoming broadcast packets get their *source* address set to the local br0 address, although the old rule clearly stated to only masquerade outgoing packets (-o br0) | |||||
| * | [rfs-stage31] Don't wait for br0 up if /sys/.../operstate doesn't exist | Simon Rettberg | 2014-01-08 | 1 | -9/+14 | |
| | | | | | | | | This has been observed on one client machine when building on openSUSE 12.3 When operstate is not there we sleep for two seconds and try again, if it's still nonexistent we just assume the link is up since we can't do much anyways. | |||||
| * | [vmware] Make sure exit code is 0 | Simon Rettberg | 2014-01-08 | 2 | -0/+3 | |
| | | ||||||
| * | [smartctl] Add cronjob | Simon Rettberg | 2014-01-08 | 1 | -0/+8 | |
| | | ||||||
| * | Add path and shell just to be safe | Simon Rettberg | 2014-01-03 | 1 | -0/+3 | |
| | | ||||||
| * | Fix module cleanup | Simon Rettberg | 2014-01-03 | 1 | -1/+3 | |
| | | ||||||
| * | <kernel config> Enable xz support for initrd, so we could switch in the ↵ | Simon Rettberg | 2014-01-03 | 1 | -0/+1 | |
| | | | | | future to save a meg or two | |||||
| * | [cron] Add sendmail wrapper so it's possible to redirect mail output without ↵ | Simon Rettberg | 2014-01-03 | 4 | -6/+36 | |
| | | | | | | | recompiling Also tweaked compilation a bit | |||||
| * | [pam] SLX_REMOTE_LOG_SESSIONS controls whether session open/close is logged, ↵ | Simon Rettberg | 2014-01-03 | 2 | -2/+12 | |
| | | | | | anonymously logged, or not logged at all | |||||
| * | Merge branch 'master' of openslxslx:openslx-ng/tm-scripts | Simon Rettberg | 2014-01-03 | 1 | -1/+1 | |
| |\ | ||||||
| | * | ... rsync exclude didnt work | Simon Rettberg | 2014-01-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | [idleaction] Set proper path | Simon Rettberg | 2014-01-03 | 1 | -0/+1 | |
| |/ | ||||||
| * | Put module md5 files in target's build dir so we don't mess up when several ↵ | Simon Rettberg | 2014-01-03 | 2 | -2/+3 | |
| | | | | | targets contain the same modules | |||||
| * | [kdm] Move bwlehrpool theme to its own module, kdm-theme-bwlp, | Simon Rettberg | 2014-01-03 | 57 | -16/+345 | |
| | | | | | also create new target stage32-bwlp that contains project specific modules | |||||
| * | Fox beamergui link in stage32-opensuse | Simon Rettberg | 2014-01-03 | 2 | -1/+1 | |
| | | ||||||
| * | ...forgot to delete old .sqfs file.... | Simon Rettberg | 2014-01-02 | 1 | -0/+1 | |
| | | ||||||
| * | !! Split up 'mltk' into 'mltk' and 'openslx' !! | Simon Rettberg | 2014-01-02 | 17 | -623/+796 | |
| | | | | | | | | | | | 'mltk remote' is now 'mltk' 'mltk server' is now 'openslx' Also changed the export type (-e) stage31 to 'cpio' and stage32 and addons to 'sqfs' It should describe what it's packed as, not what the meaning of the content is; you can already tell from the file name. | |||||
| * | <setup_target> Add check for changed .build/.conf file of modules, autoclean ↵ | Simon Rettberg | 2014-01-02 | 1 | -65/+110 | |
| | | | | | | | | | | | | | | if changed This should help messups through changed .config or .build scripts where some parts of the build process have been changed, but fetch_source() or build() wouldn't be called since the according flag files are present. In case the files didn't change and the module has already been built, copy_files_with_deps is now skipped too. Also changed the location of theese flag files. They're in $MODULE_BUILD_DIR now, so the module's root dir won't be cluttered. Should be applied to 'list_dpkg_output' and 'list_binaries_and_files' too at some point. | |||||
| * | <setup_target> Minor refactoring. | Simon Rettberg | 2013-12-30 | 1 | -78/+103 | |
| | | | | | | | Remove some pinfo calls that aren't too interesting. Improve pinfo output when processing dependencies. Expand some one-line conditionals to real if-then-else. Change some other messages. | |||||
| * | [systemd] Comment about the environment patching | Simon Rettberg | 2013-12-22 | 1 | -2/+5 | |
| | | ||||||
| * | [idleaction] Add scheduled shutdown functionality (still WIP) | Simon Rettberg | 2013-12-22 | 2 | -2/+28 | |
| | | ||||||
| * | [rfs-stage31] init: Remove LD_LIBRARY_PATH, set up and clean some other vars ↵ | Simon Rettberg | 2013-12-22 | 1 | -5/+10 | |
| | | | | | before switchroot | |||||
| * | [xorg] Remove xprintidle as idleaction now ships its own version | Simon Rettberg | 2013-12-22 | 3 | -13/+10![]() | |
| | | ||||||
| * | [idleaction] New module (WORK IN PROGESS) | Simon Rettberg | 2013-12-22 | 7 | -0/+271 | |
| | | | | | | | | | idleaction is supposed to check if the machine is in use and trigger certain actions if not It can terminate sessions that have been idle for a certain amount of time, and it can shutdown the computer if no user logged in for some time. In the future it will also be able to forcefully shut down the computer at a given time of day. | |||||
| * | Merge branch 'master' of simonslx:openslx-ng/tm-scripts | Simon Rettberg | 2013-12-20 | 3 | -4/+12 | |
| |\ | ||||||
| | * | [german] no caps in packages names... (fixes german module for ubutnu | Jonathan Bauer | 2013-12-20 | 1 | -2/+2 | |
| | | | | | | | | | 12) | |||||
| | * | [cups] move 'cups-daemon' req to cups.conf.ubuntu.13 as its not there | Jonathan Bauer | 2013-12-20 | 2 | -2/+10 | |
| | | | | | | | | | for ubuntu 12.x | |||||
| * | | Rework session handling wrt home directory mounting and persistence again. ↵ | Simon Rettberg | 2013-12-20 | 6 | -67/+66![]() | |
| |/ | | | | Don't try to force a user's home to /home/<username> anymore. | |||||
| * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Jonathan Bauer | 2013-12-20 | 12 | -50/+128 | |
| |\ | ||||||
| | * | Merge branch 'master' of dnbd3:openslx-ng/tm-scripts | Simon Rettberg | 2013-12-20 | 1 | -1/+1 | |
| | |\ | ||||||
| | | * | [dnbd3] Version bump | Simon Rettberg | 2013-12-20 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | [rfs-stage32] Clean up /etc/profile | Simon Rettberg | 2013-12-20 | 1 | -41/+38![]() | |
| | |/ | ||||||
| | * | [smartctl] New module: smartctl - Will currently check reallocated sectors ↵ | Simon Rettberg | 2013-12-20 | 7 | -0/+53 | |
| | | | | | | | | | and spin retry count - could be extended, but those seem to be the best indicators according to $SEARCH_ENGINE | |||||
| | * | [pam-freiburg] Try harder to get machine ticket, continue mounting if ↵ | Simon Rettberg | 2013-12-19 | 1 | -4/+5 | |
| | | | | | | | | | there's already a machine ticket from a previous session | |||||
| | * | Merge branch 'master' of dnbd3:openslx-ng/tm-scripts | Simon Rettberg | 2013-12-19 | 4 | -1/+53 | |
| | |\ | ||||||
| | * | | [systemd] Add patch that doesn't clear HOME and USER environment variable to ↵ | Simon Rettberg | 2013-12-19 | 2 | -4/+31 | |
| | | | | | | | | | | | | | avoid a deadlock in libc/nss/nss_ldap/openssl/libpkcs11 | |||||
| * | | | [rootfs-stage32] added 'getent' to stage32 | Jonathan Bauer | 2013-12-20 | 1 | -0/+1 | |
| | |/ |/| | ||||||
| * | | [kernel] added 'veth' to list of required kernel modules | Jonathan Bauer | 2013-12-19 | 1 | -0/+1 | |
| | | | ||||||
| * | | [beamerui] correct beamer.conf for freiburg | Manuel Schneider | 2013-12-19 | 1 | -1/+3 | |
| | | | ||||||
| * | | Two tiny scripts for copying/analyzing binaries and their shared libs | Simon Rettberg | 2013-12-18 | 2 | -0/+49 | |
| |/ | ||||||
| * | Merge branch 'master' of dnbd3:openslx-ng/tm-scripts | Simon Rettberg | 2013-12-18 | 10 | -15/+60 | |
| |\ | ||||||
| | * | doc | Simon Rettberg | 2013-12-17 | 2 | -1/+16 | |
| | | | ||||||
| | * | Merge branch 'master' of simonslx:openslx-ng/tm-scripts | Simon Rettberg | 2013-12-17 | 7 | -5/+35 | |
| | |\ | ||||||
| | | * | [qemukvm] services, addon-init, env file, udev reload etc. NOT TESTED ENOUGH! | Christian Rößler | 2013-12-17 | 5 | -1/+26 | |
| | | | | ||||||
| | | * | [qemukvm] More qemukvm configuration | Christian Rößler | 2013-12-17 | 2 | -4/+9 | |
| | | | | ||||||
| | * | | [rfs-stage32] Rename variables. SLX_ is reserved for /opt/openslx/config | Simon Rettberg | 2013-12-17 | 1 | -9/+9 | |
| | |/ | ||||||
| * / | [rfs-stage32] More verbose error message if udhcpc fails | Simon Rettberg | 2013-12-18 | 1 | -2/+2 | |
| |/ | ||||||
| * | Merge branch 'master' of dnbd3:openslx-ng/tm-scripts | Simon Rettberg | 2013-12-16 | 4 | -1/+60 | |
| |\ | ||||||

