summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data/opt
Commit message (Collapse)AuthorAgeFilesLines
...
* [run-virt] fix bad VM_IDsJonathan Bauer2019-12-181-10/+6Star
| | | | | | since /opt/openslx/scripts/vmchooser-run_virt is no longer a wrapper but a symlink and we readlink'ed it, the script failed to find running instances.
* [run-virt] use busybox's timeoutJonathan Bauer2019-12-131-1/+1
|
* [run-virt] UPDATE OPENSLX:EXEE R" !Simon Rettberg2019-11-081-0/+0
|
* [run-virt] Update compiled openslx.exeSimon Rettberg2019-11-081-0/+0
|
* [*] introduce system-checkJonathan Bauer2019-10-3122-0/+74
| | | | | | | | | | | * hardware stats now only reports hardware info data in /run/hwinfo and /run/hwreport * system-check hooks will generate lightdm warnings and curl the report to the satellite * run-virt now handles the ID44 warnings to cope for network shares on /tmp/virt WARNING PROFI111!
* [run-virt] Retry mounting image via dnbd3 for up to 4 secondsSimon Rettberg2019-10-281-3/+6
|
* [run-virt] Clean up run-vort-inv script a littleSimon Rettberg2019-10-281-34/+37
| | | | Worst offenses found by shellcheck should be fixed now
* [run-virt] Properly rename fileSimon Rettberg2019-10-281-0/+0
|
* [run-virt] Make dhcpd its own serviceSimon Rettberg2019-10-282-18/+15Star
| | | | | Closes #3540 Closes #3501
* [run-virt] Fix execution of *.inc hooksSimon Rettberg2019-09-111-1/+1
|
* [run-virt] Only wipe TMPDIR on cleanexit 0Simon Rettberg2019-09-101-2/+2
|
* [run-virt] Fix: Explicitly initialize empty arraysSimon Rettberg2019-09-102-4/+4
|
* [run-virt] Fix tr expressions, add some missing quotesSimon Rettberg2019-09-101-18/+17Star
|
* [run-virt] Run cleanup functions in parallelSimon Rettberg2019-09-101-12/+18
| | | | | Spawns a subshell for each cleanup function, then waits for up to 4 seconds for them to complete...
* [run-virt] Add window manager respawn loopSimon Rettberg2019-09-101-12/+37
| | | | | Apparently on certain hw combinations openbox might crash while VMware is initializing. Try to restart it right away...
* [run-virt] fix misleading debug outputJonathan Bauer2019-08-231-4/+4
|
* [run-virt] Use slx-tools to determine if /tmp/virt is in RAMSimon Rettberg2019-07-103-39/+17Star
| | | | Also avoid triple-negation for the according variable...
* [run-virt/*] Make VIRTCMDOPTS an array for space safenessSimon Rettberg2019-07-101-2/+5
|
* [run-virt] Tweak init and handling of some constants; add documentationSimon Rettberg2019-07-103-16/+28
|
* [run-virt] improve signal traps handlingJonathan Bauer2019-07-103-11/+11
|
* [run-virt] Get rid of wrapper and handle directly in run-virtSimon Rettberg2019-07-094-161/+114Star
|
* [run-virt] Add --query to check existence of pluginSimon Rettberg2019-07-082-6/+24
|
* [pam-slx-plug] Move old pam_script_* hook dirs to pam dirSimon Rettberg2019-06-282-1/+1
| | | | | | They're all now in subdirectories of /opt/openslx/pam/hooks. Symlinks have been put in place where they used to reside.
* [run-virt] Linux scripts tiny leetle bugChristian Rößler2019-06-271-1/+1
|
* [run-virt] Slightly better wait for WM (with timeout)Simon Rettberg2019-06-261-1/+4
|
* [run-virt] Linux scripts +adminrunChristian Rößler2019-06-257-58/+128
|
* [run-virt] Fix emptyParams being truncated again -.-Simon Rettberg2019-06-171-0/+0
|
* [run-virt] openslx.exe: Always pass username on command lineSimon Rettberg2019-06-171-0/+0
| | | | Closes #3555
* [run-virt] Fix warning about messy tr callSimon Rettberg2019-05-241-1/+1
|
* [run-virt] Minor cleanupSimon Rettberg2019-05-171-4/+0Star
|
* [run-virt] Add hook system, remove legacy codeSimon Rettberg2019-05-176-132/+164
|
* [run-virt/pam-slx-plug] Honor SHARE_NO_HOME_WARNSimon Rettberg2019-04-082-0/+7
|
* [run-virt] Use --retry-connrefused; shuffle slxlog aroundSimon Rettberg2019-03-141-7/+10
|
* [run-virt] Ugly fix for linux script / runscript root/user, default changed ↵Christian Rößler2019-03-041-5/+14
| | | | to user.
* [run-virt] openslx.exe: Fix timer races, remove dead codeSimon Rettberg2019-03-011-0/+0
|
* [run-virt] Support setting printer as default by naming it @*Simon Rettberg2019-03-011-0/+0
|
* [run-virt] Add printer to UISimon Rettberg2019-02-281-0/+0
|
* [run-virt] Fix PRINTER handlingSimon Rettberg2019-02-281-0/+0
|
* [run-virt] SLX_VM_MUTED -> SLX_VM_SOUNDSimon Rettberg2019-02-261-4/+6
| | | | Also don't use 1 and 0 but keywords (enum)
* [run-virt] respect SLX_DNBD3_COW_DEVICEJonathan Bauer2019-02-131-3/+5
| | | | instead of hardcoded /dev/mapper/root
* [run-virt] Support mounting printers and shares without drive letterSimon Rettberg2019-01-091-0/+0
|
* [run-virt] Implement adminrunscript handlingSimon Rettberg2019-01-092-1/+1
|
* [run-virt] fix buggy return statementJonathan Bauer2019-01-081-1/+2
|
* [run-virt] support new dmsetup stuffJonathan Bauer2019-01-041-1/+1
| | | | | | ... when detecting whether we are backed by hdd or not. and yeah .. uhm ... it was already commited like 2 commits ago plus the logic was needlessly inverted :)
* [kiosk*] rework and introduce kiosk mode modulesJonathan Bauer2019-01-041-0/+6
| | | | | | changed from slxbrowser only support to modular hook structure to support additional browser, i.e. chromium NOTE: kiosk-chromium and kiosk-netpoint only make sense with the new gen
* [run-virt] rework resource managementJonathan Bauer2018-12-127-47/+73
|
* [run-virt] Download VM data as combined .tgzSimon Rettberg2018-12-072-8/+31
|
* [run-virt] Linsux scripts: Sound: alsa tested as poss., polishedChristian Rößler2018-12-041-28/+32
|
* Merge branch 'master' of git.openslx.org:openslx-ng/mltkChristian Rößler2018-12-041-1/+1
|\
| * [run-virt] upgrade minimum RAM for VMs to 1024Jonathan Bauer2018-12-041-1/+1
| |