| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [vmware] vmx pruning | Jonathan Bauer | 2017-12-04 | 1 | -1/+11 | |
| | | ||||||
| * | [run-virt] more robust translation of / to \ | Jonathan Bauer | 2017-12-04 | 1 | -3/+3 | |
| | | ||||||
| * | Revert "[run-virt] sanitize downloaded maschine desc" | Simon Rettberg | 2017-12-01 | 1 | -8/+0![]() | |
| | | | | | | | | 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 desc | Jonathan Bauer | 2017-12-01 | 1 | -0/+8 | |
| | | | | | coming from dmsd. This should help avoid bad syntax errors. | |||||
| * | [idleaction] Fix detection of X sessions for warnings | Simon Rettberg | 2017-12-01 | 1 | -1/+1 | |
| | | ||||||
| * | [hardware-stats] Sanity checks | Simon Rettberg | 2017-12-01 | 1 | -4/+6 | |
| | | ||||||
| * | [pvs2] Don't quote optional argument | Simon Rettberg | 2017-12-01 | 1 | -2/+2 | |
| | | ||||||
| * | [run-virt] try to fix samba paths on windows | Jonathan Bauer | 2017-12-01 | 1 | -1/+7 | |
| | | | | | cause it does not really hurt to do. | |||||
| * | [pvs2] Make dedicated mgr mode work again with lightdm(-greeter-bwlp) | Simon Rettberg | 2017-11-30 | 3 | -22/+27 | |
| | | ||||||
| * | [kernel-vanilla] 4.14.3 | Simon Rettberg | 2017-11-30 | 1 | -1/+1 | |
| | | ||||||
| * | [dnbd3-proxy-mode] acl: All access for sat server | Simon Rettberg | 2017-11-30 | 1 | -1/+1 | |
| | | ||||||
| * | [xorg] do not delete libglamor anymore | Jonathan Bauer | 2017-11-30 | 2 | -3/+10 | |
| | | | | | | The bug described in the comments seems to be fixed for newer Xorg versions | |||||
| * | [systemd] fixes compilation problems on 17.10 | Jonathan Bauer | 2017-11-30 | 3 | -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 gpus | Jonathan Bauer | 2017-11-30 | 1 | -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-sshd | Simon Rettberg | 2017-11-29 | 1 | -0/+61 | |
| | | ||||||
| * | [vmware] Missed two variables to escape in heredoc | Simon Rettberg | 2017-11-29 | 1 | -1/+2 | |
| | | ||||||
| * | [vmplayer] Restore accidentally reverted vmplayer startup script for 14.x | Simon Rettberg | 2017-11-29 | 1 | -7/+6![]() | |
| | | ||||||
| * | [kernel-vanilla] 4.14.2 | Simon Rettberg | 2017-11-29 | 1 | -1/+1 | |
| | | ||||||
| * | [idleaction] Timing fixes | Simon Rettberg | 2017-11-29 | 2 | -1/+3 | |
| | | ||||||
| * | [vmware*] Only create /dev/vmmon if it doesn't exist | Simon Rettberg | 2017-11-29 | 2 | -2/+6 | |
| | | ||||||
| * | [ldm-greeter-bwlp] Make bg gradient much more pale | Simon Rettberg | 2017-11-29 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of git.openslx.org:openslx-ng/mltk | Simon Rettberg | 2017-11-27 | 1 | -1/+2 | |
| |\ | ||||||
| | * | [lightdm] wait for slx addons to complete | Jonathan Bauer | 2017-11-27 | 1 | -1/+2 | |
| | | | | | | | | | before starting lightdm/X | |||||
| * | | [idleaction] Fix shutdown after wakeup when cron tries to catch up | Simon Rettberg | 2017-11-27 | 3 | -8/+36 | |
| |/ | ||||||
| * | [idleaction] Fix active user counting | Simon Rettberg | 2017-11-27 | 1 | -4/+17 | |
| | | ||||||
| * | ADD FILE | HANS AFFE | 2017-11-27 | 1 | -0/+167 | |
| | | ||||||
| * | [busybox] Giving up on clean patches; add huge compat patch (to util-linux) | Simon Rettberg | 2017-11-27 | 3 | -33/+1![]() | |
| | | | | | | | | | | | - 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-script | Simon Rettberg | 2017-11-27 | 1 | -0/+2 | |
| | | ||||||
| * | [budybox] rtcwake patch: Default to rtc0 | Simon Rettberg | 2017-11-27 | 2 | -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. | |||||
| * | sdfgijdasfigdasofig | Simon Rettberg | 2017-11-27 | 1 | -5/+5 | |
| | | ||||||
| * | afgsfdgds | Simon Rettberg | 2017-11-27 | 1 | -9/+9 | |
| | | ||||||
| * | I'm just an idiot | Simon Rettberg | 2017-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | [busybox] Only clone repo if it doesn't exist | Simon Rettberg | 2017-11-27 | 1 | -1/+3 | |
| | | ||||||
| * | [busybox] Actually include patch.. | Simon Rettberg | 2017-11-27 | 1 | -0/+16 | |
| | | ||||||
| * | [idleaction] Log to slx-admin if standby is not supported | Simon Rettberg | 2017-11-27 | 1 | -1/+4 | |
| | | ||||||
| * | [idleaction] Rely on busybox providing rtcwake | Simon Rettberg | 2017-11-27 | 1 | -1/+0![]() | |
| | | ||||||
| * | [busybox] Include rtcwake, add patch for -m no | Simon Rettberg | 2017-11-27 | 2 | -1/+4 | |
| | | ||||||
| * | [idleaction] Set wakeup alarm two minutes early to prevent race | Simon Rettberg | 2017-11-26 | 1 | -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 suspend | Simon Rettberg | 2017-11-26 | 8 | -26/+125 | |
| | | ||||||
| * | [hardware-stats] Support reporting suspend/resume | Simon Rettberg | 2017-11-25 | 7 | -1/+52 | |
| | | ||||||
| * | [cups] Add missing ghostscript directory for Ubuntu 17.10 | Jonathan Bauer | 2017-11-24 | 1 | -0/+4 | |
| | | ||||||
| * | [xorg] Support building xorg drivers from source, do for amdgpu and radeon | Simon Rettberg | 2017-11-24 | 2 | -5/+52 | |
| | | ||||||
| * | [run-virt] Fix obviously broken sed expression: Don't fail on empty domain | Simon Rettberg | 2017-11-24 | 1 | -1/+1 | |
| | | ||||||
| * | [lightdm] Add more pam files | Simon Rettberg | 2017-11-24 | 1 | -0/+9 | |
| | | ||||||
| * | [pam/ldm/kdm] Move pam.d files to appropriate location | Simon Rettberg | 2017-11-24 | 5 | -1/+22 | |
| | | ||||||
| * | [vmware*] Specify input file to grep .... | Simon Rettberg | 2017-11-24 | 2 | -2/+2 | |
| | | ||||||
| * | [sssd] Add all local users to filter list | Simon Rettberg | 2017-11-24 | 2 | -2/+12 | |
| | | ||||||
| * | [vmware*/run-virt] Implement NIC bridging | Simon Rettberg | 2017-11-24 | 5 | -4/+85 | |
| | | | | | Implements #3109 | |||||
| * | [vmware*] Set up additional bridged vmnets if SLX_BRIDGE_OTHER_NICS is set | Simon Rettberg | 2017-11-24 | 2 | -34/+82 | |
| | | | | | TODO: Write proper lines to .vmx | |||||
| * | [vmware*] Fix indentation | Simon Rettberg | 2017-11-23 | 2 | -112/+112 | |
| | | ||||||

