summaryrefslogtreecommitdiffstats
path: root/remote/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* [pam] SLX_REMOTE_LOG_SESSIONS controls whether session open/close is logged, ↵Simon Rettberg2014-01-032-2/+12
| | | | anonymously logged, or not logged at all
* [idleaction] Set proper pathSimon Rettberg2014-01-031-0/+1
|
* [kdm] Move bwlehrpool theme to its own module, kdm-theme-bwlp,Simon Rettberg2014-01-0330-16/+320
| | | | also create new target stage32-bwlp that contains project specific modules
* [systemd] Comment about the environment patchingSimon Rettberg2013-12-221-2/+5
|
* [idleaction] Add scheduled shutdown functionality (still WIP)Simon Rettberg2013-12-222-2/+28
|
* [xorg] Remove xprintidle as idleaction now ships its own versionSimon Rettberg2013-12-223-13/+10Star
|
* [idleaction] New module (WORK IN PROGESS)Simon Rettberg2013-12-227-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-scriptsSimon Rettberg2013-12-203-4/+12
|\
| * [german] no caps in packages names... (fixes german module for ubutnuJonathan Bauer2013-12-201-2/+2
| | | | | | | | 12)
| * [cups] move 'cups-daemon' req to cups.conf.ubuntu.13 as its not thereJonathan Bauer2013-12-202-2/+10
| | | | | | | | for ubuntu 12.x
* | Rework session handling wrt home directory mounting and persistence again. ↵Simon Rettberg2013-12-203-32/+28Star
|/ | | | Don't try to force a user's home to /home/<username> anymore.
* [dnbd3] Version bumpSimon Rettberg2013-12-201-1/+1
|
* [smartctl] New module: smartctl - Will currently check reallocated sectors ↵Simon Rettberg2013-12-206-0/+52
| | | | and spin retry count - could be extended, but those seem to be the best indicators according to $SEARCH_ENGINE
* [systemd] Add patch that doesn't clear HOME and USER environment variable to ↵Simon Rettberg2013-12-192-4/+31
| | | | avoid a deadlock in libc/nss/nss_ldap/openssl/libpkcs11
* [qemukvm] services, addon-init, env file, udev reload etc. NOT TESTED ENOUGH!Christian Rößler2013-12-174-1/+25
|
* [qemukvm] More qemukvm configurationChristian Rößler2013-12-172-4/+9
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsChristian Rößler2013-12-162-10/+33
|\
| * Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2013-12-161-0/+74
| |\
| * | [pam*] Add user-context script execution on session openSimon Rettberg2013-12-162-10/+33
| | |
* | | [qemukvm] Added build script, conf and conf.ubuntu. Alpha, will be checked ↵Christian Rößler2013-12-163-0/+59
| |/ |/| | | | | tomorrow.
* | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2013-12-162-33/+0Star
|\|
| * debug-shell module that spwans a root shell on tty9 after switching to stage3.2Simon Rettberg2013-12-162-33/+0Star
| |
* | [pam] added pam_env.conf to data folderJonathan Bauer2013-12-161-0/+74
|/ | | | We now force HOME to be "/home/<user>".
* [vmchooser] fix typoJonathan Bauer2013-12-161-1/+1
|
* Heavily reworked the networking for the various virtual machines:Dirk2013-12-1316-1125/+1044Star
| | | | | | | | | | | | | | | | | There will be three types of network interfaces for virtual machines available all will be configured for every type of virtualization tool a) br0 is the direct host bridge into the local LAN (br0 already exists) vmnet0 for VMware vboxnet0 for VirtualBox kvmnet0* for Qemu/KVM b) nat1 is an internal bridge which "NATes" into the local LAN (with DHCP) vmnet1 for VMware vboxnet1 for VirtualBox kvmnet1* for Qemu/KVM c) vsw2 is an internal host bridge to connect software defined LANs to vmnet2 for VMware vboxnet2 for VirtualBox kvmnet2* for Qemu/KVM
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsDirk2013-12-1322-523/+77Star
|\ | | | | | | ...
| * [cups] added ghostscript-cupsManuel Schneider2013-12-131-0/+2
| |
| * Merge branch 'master' of openslx:openslx-ng/tm-scriptsSimon Rettberg2013-12-1310-105/+38Star
| |\
| | * [kmd/xorg] Use only xorg scripts (xsetup, xsession, ...). Ignore kdm scripts.Manuel Schneider2013-12-139-105/+35Star
| | |
| | * [beamergui] kill process on session startManuel Schneider2013-12-131-0/+3
| | |
| * | [vmchooser] Add sessionstart script that will source everything in ↵Simon Rettberg2013-12-132-1/+10
| |/ | | | | | | | | | | | | | | | | sessionstart.d Needed for beamergui. This is pretty much the same as Xsession with Xsession.d, since the vmchooser is technically the session, but we might want to run things when the actual session selected in the vmchooser starts.
| * [beamergui] wrapper for beamergui-mode_setterManuel Schneider2013-12-132-0/+5
| |
| * [beamergui] Send beamergui to bgManuel Schneider2013-12-131-1/+1
| |
| * [vmchooser] Fix NFS fallback once againSimon Rettberg2013-12-121-2/+2
| |
| * [pam] Fix session cleanup after last logout: su/sudo would not create a new ↵Simon Rettberg2013-12-121-0/+4
| | | | | | | | session with logind, so an active user session could have been killed
| * [kernel] Fix bug that makes the pc speaker play weird melodiesSimon Rettberg2013-12-121-3/+0Star
| |
| * [beamergui] Start beamergui with X. Config for beamergui.Manuel Schneider2013-12-121-0/+5
| |
| * [beamergui] removed deprecated fileManuel Schneider2013-12-121-418/+0Star
| |
| * [beamergui] Added Xsetup script for beamerguiManuel Schneider2013-12-121-0/+0
| |
| * [pam] add missing /etc/pam-script folder to basic pam moduleJonathan Bauer2013-12-122-0/+2
| |
| * [xorg/kdm] kdm/Xsetup sources global xorg/XSetupManuel Schneider2013-12-122-0/+15
| |
* | Static configuration file for udhcpd sitting on new nat1 bridge interface.Dirk2013-12-131-0/+52
|/
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsDirk2013-12-123-44/+93
|\ | | | | | | ...
| * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsManuel Schneider2013-12-125-60/+29Star
| |\
| * | Initial setup file which is to be called from xsetupManuel Schneider2013-12-123-44/+93
| | |
* | | Restructuring run-virt.include for vmware ...Dirk2013-12-124-89/+88Star
| |/ |/|
* | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsDirk2013-12-123-90/+34Star
|\| | | | | | | ...
| * [pam] Tweak session close script as to not kill concurrent login sessions, ↵Simon Rettberg2013-12-071-14/+26
| | | | | | | | also fix the "are processes still running" check, it always returned true so far
| * [systemd] Add udev rule that sets the uaccess tag on floppy drivesSimon Rettberg2013-12-072-76/+8Star
| |
* | Removing unneeded (deprecated) hwinfo stuff ...Dirk2013-12-063-43/+0Star
| |