summaryrefslogtreecommitdiffstats
path: root/os-plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fixing a bug of r2445 Reiner pointed out ...Dirk von Suchodoletz2008-12-231-8/+6Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2456 95ad53e4-c205-0410-b2fa-d234c58c8868
* A fix to the packet install mechanism in the x11vnc plugin. Added someDirk von Suchodoletz2008-12-222-39/+56
| | | | | | | | | configuration scripting for x11gen mode of the plugin. See [wiki:x11vnc plugin info] for more information. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2451 95ad53e4-c205-0410-b2fa-d234c58c8868
* Just explained the use of the filter script: It allows to dynamicallyDirk von Suchodoletz2008-12-221-6/+9
| | | | | | | | display lists of vm sessions depending on the user just logged in, date, time, ... (if re-scripted appropriately) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2450 95ad53e4-c205-0410-b2fa-d234c58c8868
* Adding the feature to add serial ports to a VMware/Player configurationDirk von Suchodoletz2008-12-222-20/+33
| | | | | | | | | | via XML configuration file. Evaluating the parameter "<serial port="">, allowing values like "ttyS0" or "autodetect" ... If a client is running completely diskless (/tmp on RamFS) the amount of memory assigned to a guest is set to 30% (because of the redicilous vmware vmem file). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2449 95ad53e4-c205-0410-b2fa-d234c58c8868
* Adding cleanup after X logoff (via Xreset). This removes all user filesDirk von Suchodoletz2008-12-223-19/+66
| | | | | | | | | | | from the /tmp directory (avoiding overflows of this directory and hope- fully enhancing system security). Not implemented for all distros yet. (there is a message written to /tmp in "files removed" so the user can check that all temporary data was removed when logging off.) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2448 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small fixes for paths to create ...Dirk von Suchodoletz2008-12-223-4/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2447 95ad53e4-c205-0410-b2fa-d234c58c8868
* Starting with qemukvm plugin (another virtualisation environment).Dirk von Suchodoletz2008-12-227-0/+900
| | | | | | | See #312 too ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2445 95ad53e4-c205-0410-b2fa-d234c58c8868
* initramfs: * syslogd now started with 20>debug>=3Bastian Wissler2008-12-181-1/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2440 95ad53e4-c205-0410-b2fa-d234c58c8868
* Sorry, wrong r2434 - fixing problem in reply to the list ...Dirk von Suchodoletz2008-12-182-31/+24Star
| | | | | | | (undoing some old changes) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2435 95ad53e4-c205-0410-b2fa-d234c58c8868
* ..Dirk von Suchodoletz2008-12-172-7/+49
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2434 95ad53e4-c205-0410-b2fa-d234c58c8868
* I should have checked that in a more advanced fashion :)Dirk von Suchodoletz2008-12-171-12/+14
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2433 95ad53e4-c205-0410-b2fa-d234c58c8868
* Repairing r2428, in reply to r2431 :)Dirk von Suchodoletz2008-12-172-17/+13Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2432 95ad53e4-c205-0410-b2fa-d234c58c8868
* * desktop.pm still depends on isFOOInstalled() functionsSebastian Schmelzer2008-12-171-0/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2431 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added missing quotesSebastian Schmelzer2008-12-171-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2430 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fix (hopefully)Sebastian Schmelzer2008-12-173-14/+14
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2429 95ad53e4-c205-0410-b2fa-d234c58c8868
* Further simplification for certain plugin actions (hopefully) ...Dirk von Suchodoletz2008-12-171-48/+6Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2428 95ad53e4-c205-0410-b2fa-d234c58c8868
* Trying to simplify stuff in plugins (checks if a certain packageDirk von Suchodoletz2008-12-174-39/+15Star
| | | | | | | is installed and installing ...) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2427 95ad53e4-c205-0410-b2fa-d234c58c8868
* More general location of helper functions (to check if a certainDirk von Suchodoletz2008-12-173-43/+3Star
| | | | | | | binary is installed somewhere). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2426 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixes to r2409 ... Please check!Dirk von Suchodoletz2008-12-161-3/+24
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2410 95ad53e4-c205-0410-b2fa-d234c58c8868
* First steps to [wiki:x11vnc x11vnc] extension, see #281.Dirk von Suchodoletz2008-12-162-34/+60
| | | | | | | (and changing type of packet installation to default one) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2409 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver plugin: * make installation less verboseBastian Wissler2008-12-021-13/+7Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2395 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver plugin: * fixed some strange condition (that wasnt me...)Bastian Wissler2008-12-021-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2394 95ad53e4-c205-0410-b2fa-d234c58c8868
* vmchooser plugin: * Fixed Bug with argument of mesgdisp.Bastian Wissler2008-12-011-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2393 95ad53e4-c205-0410-b2fa-d234c58c8868
* vmchooser: * small install fix to install mesgdisp - ok, this is a bad name ;-) Bastian Wissler2008-12-011-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2392 95ad53e4-c205-0410-b2fa-d234c58c8868
* vmchooser: * small install fix to install dispmesg - a small utility to ↵Bastian Wissler2008-12-011-1/+1
| | | | | | display a message. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2391 95ad53e4-c205-0410-b2fa-d234c58c8868
* vmchooser:Bastian Wissler2008-11-282-0/+0
| | | | | | | | * added 10 secs messge to tell about image start * fixed bug with waiting on fork() git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2390 95ad53e4-c205-0410-b2fa-d234c58c8868
* * don't use nvidia xorg driver, if we don't have the kernel module..Sebastian Schmelzer2008-11-191-4/+10
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2389 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver: * fixed uninstallation pathesBastian Wissler2008-11-181-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2388 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver: * some fix to the linkage skript -> "/usr/X11R6/lib"-files are ↵Bastian Wissler2008-11-181-3/+13
| | | | | | handled right now. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2387 95ad53e4-c205-0410-b2fa-d234c58c8868
* * typoSebastian Schmelzer2008-11-141-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2384 95ad53e4-c205-0410-b2fa-d234c58c8868
* * change session path order to make sure our default.desktop fileSebastian Schmelzer2008-11-143-4/+4
| | | | | | | is the first to be found git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2383 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver plugin: * added agpgart module loading for some nvidia chipsetsBastian Wissler2008-11-051-1/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2380 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver: * Fixed typo in XX_xserver.sh: FINALLYBastian Wissler2008-10-291-5/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2377 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver: * Some changes to XX_xserver.shBastian Wissler2008-10-281-3/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2376 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver: * one additional link to XX_xserver.shBastian Wissler2008-10-281-4/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2375 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver: * better suse-gfx-install.sh -> now only downloaded, when neededBastian Wissler2008-10-282-6/+8
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2374 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver: * fixed linkage.shBastian Wissler2008-10-281-8/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2373 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver: * better linkage.sh-Skript / * fixed suse-gfx-install.sh-SkriptBastian Wissler2008-10-282-96/+58Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2372 95ad53e4-c205-0410-b2fa-d234c58c8868
* moved unfinished plugin to developerMichael Janczyk2008-10-243-249/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2371 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor fixVolker Uhrig2008-10-221-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2370 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added more configuration optionsVolker Uhrig2008-10-211-4/+42
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2369 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added runvbox-v2 equivalent to runvmware...Volker Uhrig2008-10-212-2/+96
| | | | | | | * not useable at the moment git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2368 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added core structure of vbox pluginVolker Uhrig2008-10-213-0/+117
| | | | | | | currently just used for public documentation and preperation git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2367 95ad53e4-c205-0410-b2fa-d234c58c8868
* * create /tmp/vmware world writeable to avoid owner conflictsSebastian Schmelzer2008-10-201-0/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2365 95ad53e4-c205-0410-b2fa-d234c58c8868
* * (re)added ide/scsi check (for non flat files)Sebastian Schmelzer2008-10-201-14/+18
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2364 95ad53e4-c205-0410-b2fa-d234c58c8868
* added confirm on exit to vmplayerMichael Janczyk2008-10-181-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2362 95ad53e4-c205-0410-b2fa-d234c58c8868
* bigfix: /mnt prefix addedMichael Janczyk2008-10-181-3/+4
| | | | | | + echo cosmetics git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2361 95ad53e4-c205-0410-b2fa-d234c58c8868
* Heavy rewrite of XX_xserver.sh to get a better idea what happens inDirk von Suchodoletz2008-10-172-68/+54Star
| | | | | | | configuration. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2360 95ad53e4-c205-0410-b2fa-d234c58c8868
* optimized configuration for vmplayer2.5Michael Janczyk2008-10-172-137/+134Star
| | | | | | to be tested, but seems ok so far git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2359 95ad53e4-c205-0410-b2fa-d234c58c8868
* changed nat config:Michael Janczyk2008-10-173-8/+13
| | | | | | | | | | now the last octet of the ip confiw lill be omitted. the vmnet dev gets the ip prefix.1 the configs get prefix.2 this way nat seems to work. is this needed for host config as well? git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2358 95ad53e4-c205-0410-b2fa-d234c58c8868