summaryrefslogtreecommitdiffstats
path: root/core/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* [vmware] vmx pruningJonathan Bauer2017-12-041-1/+11
|
* [run-virt] more robust translation of / to \Jonathan Bauer2017-12-041-3/+3
|
* Revert "[run-virt] sanitize downloaded maschine desc"Simon Rettberg2017-12-011-8/+0Star
| | | | | | | This is VMX specific, needs to be done in vmware plugin, not global run-virt. Reverting because weekend. This reverts commit ae681fa769d3204c14ba2dfda817cd721b45060c.
* [run-virt] sanitize downloaded maschine descJonathan Bauer2017-12-011-0/+8
| | | | coming from dmsd. This should help avoid bad syntax errors.
* [idleaction] Fix detection of X sessions for warningsSimon Rettberg2017-12-011-1/+1
|
* [hardware-stats] Sanity checksSimon Rettberg2017-12-011-4/+6
|
* [pvs2] Don't quote optional argumentSimon Rettberg2017-12-011-2/+2
|
* [run-virt] try to fix samba paths on windowsJonathan Bauer2017-12-011-1/+7
| | | | cause it does not really hurt to do.
* [pvs2] Make dedicated mgr mode work again with lightdm(-greeter-bwlp)Simon Rettberg2017-11-303-22/+27
|
* [kernel-vanilla] 4.14.3Simon Rettberg2017-11-301-1/+1
|
* [dnbd3-proxy-mode] acl: All access for sat serverSimon Rettberg2017-11-301-1/+1
|
* [xorg] do not delete libglamor anymoreJonathan Bauer2017-11-302-3/+10
| | | | | The bug described in the comments seems to be fixed for newer Xorg versions
* [systemd] fixes compilation problems on 17.10Jonathan Bauer2017-11-303-1/+35
| | | | | | | For Ubuntu 17.10: * gperf needs to be version 3.0.4 and repos provide 3.1 only * systemd-204/src/udev/mtd_probe/mtd_probe.h is missing an include of stdint.h with newer libc versions
* [xorg] add xorg config for intel gpusJonathan Bauer2017-11-301-0/+5
| | | | | | matches on kernel module i915 and loads intel_drv.so this config is not provided by the xserver-xorg-video-intel package for some reason....
* stage32-bwlp: Add modules dnbd3-proxy-mode and mgmt-sshdSimon Rettberg2017-11-291-0/+61
|
* [vmware] Missed two variables to escape in heredocSimon Rettberg2017-11-291-1/+2
|
* [vmplayer] Restore accidentally reverted vmplayer startup script for 14.xSimon Rettberg2017-11-291-7/+6Star
|
* [kernel-vanilla] 4.14.2Simon Rettberg2017-11-291-1/+1
|
* [idleaction] Timing fixesSimon Rettberg2017-11-292-1/+3
|
* [vmware*] Only create /dev/vmmon if it doesn't existSimon Rettberg2017-11-292-2/+6
|
* [ldm-greeter-bwlp] Make bg gradient much more paleSimon Rettberg2017-11-291-1/+1
|
* Merge branch 'master' of git.openslx.org:openslx-ng/mltkSimon Rettberg2017-11-271-1/+2
|\
| * [lightdm] wait for slx addons to completeJonathan Bauer2017-11-271-1/+2
| | | | | | | | before starting lightdm/X
* | [idleaction] Fix shutdown after wakeup when cron tries to catch upSimon Rettberg2017-11-273-8/+36
|/
* [idleaction] Fix active user countingSimon Rettberg2017-11-271-4/+17
|
* ADD FILEHANS AFFE2017-11-271-0/+167
|
* [busybox] Giving up on clean patches; add huge compat patch (to util-linux)Simon Rettberg2017-11-273-33/+1Star
| | | | | | | | | | - Introduce 'no' option for -m to just set alarm without standby - Introduce 'disable' option for -m to delete any current alarm - When unsetting alarm, apply same logic as in setup_alarm regarding which kind of alarm to set (or disable in this case). Note that "-m disable" will clear both alarm types. - Default to /dev/rtc0 since using /dev/rtc was broken (couldn't determine wake support and bailed out).
* [hardware-stats] Import SLX vars in standby-scriptSimon Rettberg2017-11-271-0/+2
|
* [budybox] rtcwake patch: Default to rtc0Simon Rettberg2017-11-272-0/+16
| | | | | | | | | | 1) This is what rtcwake from util-linux does 2) While /dev/rtc is usually a symlink to /dev/rtc0, /sys/class/rtc/%s/device/power/wakeup doesn't exist for rtc (no symlink under /sys/class/rtc), so bb rtcwake will bail out early claiming the selected rtc does not support wakeup alarms, while really it just didn't find a file to check for support.
* sdfgijdasfigdasofigSimon Rettberg2017-11-271-5/+5
|
* afgsfdgdsSimon Rettberg2017-11-271-9/+9
|
* I'm just an idiotSimon Rettberg2017-11-271-1/+1
|
* [busybox] Only clone repo if it doesn't existSimon Rettberg2017-11-271-1/+3
|
* [busybox] Actually include patch..Simon Rettberg2017-11-271-0/+16
|
* [idleaction] Log to slx-admin if standby is not supportedSimon Rettberg2017-11-271-1/+4
|
* [idleaction] Rely on busybox providing rtcwakeSimon Rettberg2017-11-271-1/+0Star
|
* [busybox] Include rtcwake, add patch for -m noSimon Rettberg2017-11-272-1/+4
|
* [idleaction] Set wakeup alarm two minutes early to prevent raceSimon Rettberg2017-11-261-2/+8
| | | | | | | | | If the wakeup is scheduled exactly at the time a scheduled shutdown is, the cronjob for the shutdown would not run, as the client is still about to wake up at that time. If we wake up two minutes early, the cron daemon should have enough time to fully wake up, notice the clock jump, and then finally trigger the scheduled shutdown.
* [idleaction] Support suspendSimon Rettberg2017-11-268-26/+125
|
* [hardware-stats] Support reporting suspend/resumeSimon Rettberg2017-11-257-1/+52
|
* [cups] Add missing ghostscript directory for Ubuntu 17.10Jonathan Bauer2017-11-241-0/+4
|
* [xorg] Support building xorg drivers from source, do for amdgpu and radeonSimon Rettberg2017-11-242-5/+52
|
* [run-virt] Fix obviously broken sed expression: Don't fail on empty domainSimon Rettberg2017-11-241-1/+1
|
* [lightdm] Add more pam filesSimon Rettberg2017-11-241-0/+9
|
* [pam/ldm/kdm] Move pam.d files to appropriate locationSimon Rettberg2017-11-245-1/+22
|
* [vmware*] Specify input file to grep ....Simon Rettberg2017-11-242-2/+2
|
* [sssd] Add all local users to filter listSimon Rettberg2017-11-242-2/+12
|
* [vmware*/run-virt] Implement NIC bridgingSimon Rettberg2017-11-245-4/+85
| | | | Implements #3109
* [vmware*] Set up additional bridged vmnets if SLX_BRIDGE_OTHER_NICS is setSimon Rettberg2017-11-242-34/+82
| | | | TODO: Write proper lines to .vmx
* [vmware*] Fix indentationSimon Rettberg2017-11-232-112/+112
|