summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [debug-report-bwlp] Add lsiommuSimon Rettberg2023-06-272-0/+27
|
* [qemu] Passthrough: Find free PCI slot on primary PCI busSimon Rettberg2023-06-261-0/+25
| | | | | | | | Explicitly assign a slot number on the primary PCI bus to the VGA card, otherwise the two functions of the GPU (gfx and sound) might end up in different slots or even on different buses, which might cause issues. We now put all parts of the GPU in one slot and copy the original function IDs.
* [qemu] Fix var typoSimon Rettberg2023-06-261-1/+1
|
* [qemu] Add missing fileSimon Rettberg2023-06-231-0/+50
|
* [qemu] Add option to edit XML before launchingSimon Rettberg2023-06-225-132/+62Star
| | | | | | | | If run-virt is in debug mode, a text editor showing the final XML will be opened before launching libvirt/qemu. Either pass --debug to run-virt (lol), or set SLX_DEBUG_MODE='ON' in /opt/openslx/config
* [run-virt] Redirect entire VIRTCMD output (+stderr)Simon Rettberg2023-06-221-1/+1
|
* [dhcpc-busybox] More DHCP hostname shenanigansSimon Rettberg2023-06-211-17/+24
|
* [dhcpc-busybox] hostname fallback: Try harderSimon Rettberg2023-06-211-8/+16
|
* [run-virt] Little bugfix linux scripts sound mute functionChristian Rößler2023-06-141-2/+2
|
* [run-virt-docker] Don't restart dockerd if not already runningSimon Rettberg2023-06-071-3/+3
|
* [run-virt] Don't run DHCPd config generator/restarter unless we support ↵Simon Rettberg2023-06-061-1/+5
| | | | running VMs at all
* [remote-access/tigervnc] tigervncpasswdSimon Rettberg2023-06-054-16/+2Star
|
* [vmware17] 17.0.2Simon Rettberg2023-06-051-1/+1
|
* [run-virt] Make sure cleanexit is not run from subshellSimon Rettberg2023-06-052-1/+13
|
* [run-virt] Start fspanel after WM, refine traps in subshellSimon Rettberg2023-06-051-8/+14
|
* [printergui] Log error via writelog instead of slxlogSimon Rettberg2023-06-051-3/+6
|
* [x11vnc/tigervnc] Seems we shouldn't remove something still in useSimon Rettberg2023-06-0511-12/+62
| | | | | | | | PVS2 is still using x11vnc for screen scraping, so maybe removing that when we moved to tigervnc for remte access wasn't such a great idea. Maybe, some day in the future, PVS2 will be extended so it can use either server.
* [remote-access] Look for proper port(s) when checking activitySimon Rettberg2023-06-051-1/+1
|
* [run-virt] Add optional debug spam to safesource and friendsSimon Rettberg2023-06-021-6/+10
|
* [run-virt] Log which download method was usedSimon Rettberg2023-06-021-1/+4
|
* [run-virt] Add -Simon Rettberg2023-06-021-1/+1
|
* [run-virt] Don't logspam if not using custom resource URLsSimon Rettberg2023-06-021-9/+17
|
* [remote-access] Fix ~Simon Rettberg2023-05-171-3/+1Star
|
* [remote-access] FIX SCRIPTSimon Rettberg2023-05-171-2/+2
|
* [x11vnc] tiger* might be a better match...Simon Rettberg2023-05-172-2/+2
|
* [x11vnc] Add tightvncpasswd for vncpasswdSimon Rettberg2023-05-173-0/+3
|
* [remote-access] Use tigervncSimon Rettberg2023-05-175-31/+51
|
* dsflkgjsldkfgSimon Rettberg2023-05-151-0/+1
|
* [run-virt/fspanel] Launch fspanel with VM sessions for easier recoverySimon Rettberg2023-05-155-52/+93
| | | | | | | If a user somehow manages to minimize the VM, they might not know what to do to recover the window (Alt-Tab *should* work, but maybe sometimes doesn't). Having a simple taskbar that displays the minimized VM window should help them recover the session and not panic.
* [dnbd3-proxy-mode] Dynamic deletion delay based on RTCSimon Rettberg2023-05-081-2/+14
| | | | | | | | If the proxy is being started up mid-day, it might be undesired to have it wait for 18 hours before deleting old images. This might mean we don't have a good idea which image has been unused longest, but it's better to delete *some* unused image than just not replicating any images at all.
* [lightdm-greeter-bwlp/xorg] Fix: lightdm restarts on failed authSimon Rettberg2023-05-034-2/+16
|
* [looking-glass-client] Update to B6Simon Rettberg2023-04-253-16/+21
|
* [looking-glass-client] Update to B6Simon Rettberg2023-04-251-1/+1
|
* [qemu] Only attach parallel port if writable by userSimon Rettberg2023-04-111-1/+2
|
* [qemu] Only attach serial port if writable by current userSimon Rettberg2023-04-111-1/+2
|
* [vbox-src] Always disable 3D for now because it's brokenSimon Rettberg2023-04-031-0/+3
| | | | | | | With the 7.x series, so far we had very little luck using the much improved 3D acceleration. With outdated guest additions, the VM just bluescreens, with the current ones, you get nonsensical error messages, empty message boxes, and lockups at the windows destop.
* [vbox-src] conf: Add vnc dev package, sort listSimon Rettberg2023-03-312-18/+20
|
* [vbox-src] Fix kernel version variable nameSimon Rettberg2023-03-311-4/+4
|
* [docker-ce] Quick and dirty fix for debian versionSimon Rettberg2023-03-311-0/+6
|
* setup_target: Modernize a tiny little bitSimon Rettberg2023-03-311-62/+64
|
* [virt-viewer] Use more up-to-date git revision than v11.0Simon Rettberg2023-03-161-1/+1
| | | | | Latest stable release is 11.0, but it doesn't compile on more recent versions of meson.
* [vmware-common] Filter .vmx; if keys appear multiple times, keep last oneSimon Rettberg2023-03-151-2/+11
|
* [debug-report-bwlp] Add --message option for non-interactive useSimon Rettberg2023-03-151-12/+43
|
* Use distro mesonSimon Rettberg2023-03-0712-22/+8Star
|
* [hardware-stats] Let any errors go to stdoutSimon Rettberg2023-03-071-2/+2
|
* [debug-report-bwlp] Include root's xsession-errorsSimon Rettberg2023-03-071-1/+1
|
* kernel config: Enable simpleDRM again, other random changesSimon Rettberg2023-02-241-12/+12
|
* [system-tweaks] Reduce swapiness to 10Simon Rettberg2023-02-221-0/+2
|
* [slx-issue] Filter "system manufacturer" and "system model" placeholderSimon Rettberg2023-02-161-1/+1
|
* [slx-issue] Wait for clientIP addressSimon Rettberg2023-02-161-2/+9
|