summaryrefslogtreecommitdiffstats
path: root/remote/modules/run-virt/data/opt/openslx/scripts
Commit message (Collapse)AuthorAgeFilesLines
* [run-virt] More cleanup; kill legacy support, rename and move includes, kill ↵Simon Rettberg2016-10-1922-1230/+1Star
| | | | dead code
* [run-virt] Remove defunct/unsused fd-loop-imageSimon Rettberg2016-10-121-15/+0Star
|
* [run-virt/udhcpc] Fix passing on domain suffix and search domains to VMs via ↵Simon Rettberg2016-10-061-6/+12
| | | | nat1
* [run-virt] Finish support for runscript in openslx.exe and setup_virtual_floppySimon Rettberg2016-10-051-8/+12
|
* [run-virt] Fix firewall setup by making wget calls busybox compliant, +s ↵Simon Rettberg2016-08-302-2/+2
| | | | fw-binary
* [run-virt] $? != $!Simon Rettberg2016-08-041-1/+1
|
* [run-virt] Add lecture runscript to virtual floppySimon Rettberg2016-08-041-1/+16
|
* [run-virt] Implement automatic firewallingSimon Rettberg2016-08-043-0/+33
|
* [run-virt/vmware] Patch resolution into vmx if it's an "odd one"Simon Rettberg2016-08-031-1/+1
| | | | | | vmware doesn't allow some resolutions by default on some guests, so this workaround forces the desired resolution by some additional vmx entries.
* [run-virt] usbdetect: Add class 239 ("misc. device")Simon Rettberg2016-08-031-1/+1
|
* Update several calls to slxlog with --delete instead of having sleep + rm ↵Simon Rettberg2016-07-142-5/+2Star
| | | | follow the call
* [run-virt] Clean up macaddr gen, move to run-virt-env, assign predictable MACsSimon Rettberg2016-06-162-14/+43
| | | | Also make sure the primary VM instance always gets the same MAC and thus IP
* [run-virt] Fallback to nfs3 if auto-detect (usually 4) doesn't workSimon Rettberg2016-05-111-2/+6
|
* [run-virt] Linux VMs fd1: resolution corr. and native network shares, poc.Christian Rößler2016-04-271-1/+4
|
* [run-virt] Add username field to openslx.iniSimon Rettberg2016-04-081-16/+22
|
* [run-virt] Revert config.xml and hostres.txt for backwards compatibilitySimon Rettberg2016-04-081-5/+4Star
|
* [run-virt/*] Introduce variable for downloaded vm config (was $TMPDIR/$IMGUUID)Simon Rettberg2016-04-051-3/+4
|
* [run-virt] Add user feedback (GUI) if things go wrongSimon Rettberg2016-03-2413-38/+68
|
* [run-virt] (setup_virt_floppy)Ahem, check-in too soon, corr.Christian Rößler2016-03-241-3/+3
|
* [setup_virtual_floppy] geraffel.ini -> openslx.ini, hostres.txt -> HOSTRES.TXTChristian Rößler2016-03-241-3/+3
|
* [run-virt/hwstats/vmware] Only enable KVM in guest if hw supports itSimon Rettberg2016-03-221-6/+16
| | | | Otherwise vmware will refuse to start the virtual machine.
* [run-virt] Default to vmware shared folder for homedir for backwards compatSimon Rettberg2016-03-211-2/+2
|
* [run-virt] Remove debug messages, pass home drive letterSimon Rettberg2016-03-181-0/+1
|
* [run-virt/vmware] Error messages if mounting in win fails, fallback logicSimon Rettberg2016-03-181-3/+3
|
* [run-virt] More progress on openslx.exeSimon Rettberg2016-03-142-7/+27
|
* [run-virt/vmware] Mount home directory in windows (first working version)Simon Rettberg2016-03-045-16/+79
|
* [run-virt] Don't writelog to stdout if usb device listing failsSimon Rettberg2016-02-252-6/+10
|
* [run-virt] Better error checking/logging for dnbd3-fuseSimon Rettberg2016-02-251-11/+15
|
* [run-virt/vmware] Scan for usb devices that we should pass through before ↵Simon Rettberg2016-02-242-0/+79
| | | | starting vm
* [run-virt] Don't exit 1 if we don't have a vmstore as it's optional nowadaysSimon Rettberg2016-01-181-1/+1
|
* Preparations for exam modeSimon Rettberg2016-01-081-1/+1
|
* [run-virt] TMPDIR is now set globally in set_runvirt_variables.incSimon Rettberg2016-01-081-7/+0Star
| | | | | | Didn't really make sense in detect_legacy. TMPDIR was only used in one file in the vmware module. Now it's being used in several places, but there's still a lot more occurences that should be unified.
* [run-virt,vmware,vbox] Unify directory layout in /tmp, better cleanupSimon Rettberg2016-01-075-17/+19
|
* [run-virt/vmware] Add windows 10Simon Rettberg2015-12-101-2/+2
|
* [run-virt] unmount dnbd3-fuse on exitSimon Rettberg2015-12-072-8/+9
|
* [run-virt] Minor cleanups in setup and error handlingSimon Rettberg2015-12-041-41/+39Star
|
* [run-virt] adapted dnbd3-mount code for VMs to use dnbd3-fuseJonathan Bauer2015-12-041-15/+32
|
* [run-virt] Remote error logging if mounting vmstore failsSimon Rettberg2015-10-161-3/+22
|
* [run-virt/printergui] Add wrapping helper script for printing that does some ↵Simon Rettberg2015-10-051-2/+2
| | | | error checking on the file received from lpd
* [runvirt] cpu handling (maxcpu etc)Christian Rößler2015-09-141-1/+5
|
* [runvirt] [vmware] Minor cosmetics, loggingChristian Rößler2015-09-144-3/+5
|
* [runvirt] Logging per writelog now has timestamp; sound setup: echo -> writelogChristian Rößler2015-09-122-9/+11
|
* [runvirt] [vmware] Some more script cosmetics: "virtual machine description ↵Christian Rößler2015-09-121-1/+1
| | | | file" (vmware vmx, vbox xml)
* [runvirt] detect_legacy.inc: Some more cosmetics.Christian Rößler2015-09-121-6/+6
|
* [runvirt], [vmware] Some more cosmetics: now include directoriesChristian Rößler2015-09-1220-1/+1
|
* [runvirt] Some cosmetics, better error handling in detect_legacy.incChristian Rößler2015-09-122-14/+24
|
* [runvirt] Check if UUID-vmx file has zero bytes --> triggers legacy mode.Christian Rößler2015-09-111-1/+6
|
* [runvirt] systemd-run_virt_env: missing a+ in chmod command on /tmp/virtChristian Rößler2015-09-111-1/+1
|
* [runvirt] [vmware] WARNING: Further testing needed! Two branches: ↵Christian Rößler2015-09-1121-610/+918
| | | | | | | Non-Legacy, Legacy. Big scripts vmchooser-run_virt and vmware runvirt include broken into includes, tidied. More cosmetics needed, but it works so far.
* Hardwired path of whoami/id/getent, but we should check all scripts and ↵Simon Rettberg2015-05-181-1/+1
| | | | force PATH in critical ones