summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware
Commit message (Collapse)AuthorAgeFilesLines
...
* vmchooser: if you start from a dm you do not want to hear that a dm is ↵Michael Janczyk2009-03-201-16/+13Star
| | | | | | | | already started vmware: shorter check for vmware-images. check for flat images removed, because now only the first 30 lines are checked. and flat images can't be started without a header-vmdk anyway. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2750 95ad53e4-c205-0410-b2fa-d234c58c8868
* Possible fix for #400 issue ...Dirk von Suchodoletz2009-03-201-2/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2744 95ad53e4-c205-0410-b2fa-d234c58c8868
* forgot to remove 5.0 in nvram.5.0Michael Janczyk2009-03-121-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2738 95ad53e4-c205-0410-b2fa-d234c58c8868
* removed copying of obsolete and non-existing scriptsMichael Janczyk2009-03-123-13/+5Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2729 95ad53e4-c205-0410-b2fa-d234c58c8868
* hwver is image and not version specific. it will be written now automaticallyMichael Janczyk2009-03-091-10/+8Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2704 95ad53e4-c205-0410-b2fa-d234c58c8868
* Plugin fixes and hints on future stuff.Dirk von Suchodoletz2009-03-062-2/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2688 95ad53e4-c205-0410-b2fa-d234c58c8868
* changed hotkey true to lowercase, uppercase does not work :(Michael Janczyk2009-03-051-51/+57
| | | | | | | | rearranged vmwares conffile, variables needed on top ->shared_folder var as usual test with -n does not workt with or without "" even check for [ "${cdrom1}x" = "x" ] didnt work, now i hate bash :( git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2683 95ad53e4-c205-0410-b2fa-d234c58c8868
* added cdrom and floppy support to virtualizationMichael Janczyk2009-03-051-56/+59
| | | | | | optimized (hopefully) preferences and vmx for vmware git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2682 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small fixes for the bridge configuration. Automatic adding of the bridgeDirk von Suchodoletz2009-03-042-0/+15
| | | | | | | | | module as Michael suggested. Changing the VERSIONS to be in line with the movements towards stable version 5 (latter one is branched, the trunk will run for 5.1 from now on ...) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2666 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added the general bridge configuration feature as described in ticketDirk von Suchodoletz2009-03-041-0/+29
| | | | | | | | | | #311: The xenbr function is moved to the appropriate init hook from general functions (cleaning up there). The bridge init hook for the several virtualization tools like vmware, qemukvm, virtualbox use the same filename as the action is to be performed just once ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2665 95ad53e4-c205-0410-b2fa-d234c58c8868
* changed memory-check for vmware:Michael Janczyk2009-02-271-16/+25
| | | | | | | | | - standard 30% - if 1,6+g 40% - if id44 60% - if id44 && if 2,5+g 40% needed because vmpl2+ writes a lot on disk, which costs a lot of time :( (further research needed) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2657 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleaning up after rewriting of vmware/player starting scripts ...Dirk von Suchodoletz2009-02-273-1716/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2652 95ad53e4-c205-0410-b2fa-d234c58c8868
* vmware / vmchooser /xserver:Bastian Wissler2009-02-261-2/+1Star
| | | | | | | * cleanup checkin git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2649 95ad53e4-c205-0410-b2fa-d234c58c8868
* Further improvements for run-virt.sh ...Dirk von Suchodoletz2009-02-261-120/+125
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2643 95ad53e4-c205-0410-b2fa-d234c58c8868
* The basic functionality of the old run-vmware scripts is now availableDirk von Suchodoletz2009-02-251-54/+1Star
| | | | | | | via run-virt.sh (at least for vmplayer v2.5) ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2642 95ad53e4-c205-0410-b2fa-d234c58c8868
* Simplified handling of mounting the image sources via newly Dirk von Suchodoletz2009-02-252-45/+28Star
| | | | | | | introduced function fsmount, see r2639. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2640 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some fixes for the new run-virt.sh system ...Dirk von Suchodoletz2009-02-241-1/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2636 95ad53e4-c205-0410-b2fa-d234c58c8868
* Reflect the changes of new run-virt.sh environment ...Dirk von Suchodoletz2009-02-191-18/+4Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2618 95ad53e4-c205-0410-b2fa-d234c58c8868
* Next set of fixes and cleanups ...Dirk von Suchodoletz2009-02-192-39/+16Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2613 95ad53e4-c205-0410-b2fa-d234c58c8868
* More fixes for run-virt.sh environment ...Dirk von Suchodoletz2009-02-193-60/+21Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2611 95ad53e4-c205-0410-b2fa-d234c58c8868
* More on the new virtualization starter framework.Dirk von Suchodoletz2009-02-182-71/+71
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2609 95ad53e4-c205-0410-b2fa-d234c58c8868
* Copy the magic run-virt.include files ...Dirk von Suchodoletz2009-02-181-10/+4Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2605 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small fixes in vmware/vmchooser stage3 scripts ...Dirk von Suchodoletz2009-02-181-5/+2Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2604 95ad53e4-c205-0410-b2fa-d234c58c8868
* Moving virtual dos floppy stuff into vmchooser plugin.Dirk von Suchodoletz2009-02-181-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2596 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some first script cleanups ... more to follow.Dirk von Suchodoletz2009-02-182-3/+430
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2595 95ad53e4-c205-0410-b2fa-d234c58c8868
* Starting to follow the new model (see r2589, r2591 too).Dirk von Suchodoletz2009-02-171-23/+8Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2592 95ad53e4-c205-0410-b2fa-d234c58c8868
* To run non-uclibc binaries the proper lib loader needs to be presentDirk von Suchodoletz2009-02-171-1/+1
| | | | | | | (quick hack for now). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2582 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some more cleanup for the last runvmware script. A heavy rewrite isDirk von Suchodoletz2009-02-161-22/+5Star
| | | | | | | required nevertheless ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2580 95ad53e4-c205-0410-b2fa-d234c58c8868
* Set of fixes to run VMplayer 1.0 / Workstation 5.5 properly ...Dirk von Suchodoletz2009-02-164-51/+18Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2579 95ad53e4-c205-0410-b2fa-d234c58c8868
* * The xxx::active attribute of every plugin applies to clients, too.Oliver Tappe2009-02-111-1/+1
| | | | | | | | | | This could be used to test a specific plugin with one client before activating it for all others. Some plugins specify seemingly strange 'applies-to-clients'-values for their attributes, but I have not touched those, since I do not really know what they do. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2573 95ad53e4-c205-0410-b2fa-d234c58c8868
* (Hopefully) final fix for the new directory scheme of the virtualizationDirk von Suchodoletz2009-01-221-17/+15Star
| | | | | | | | | | | | environments. Please check that your variable of vmchooser "xmlpath" is updated to "/var/lib/virt/vmware/vmwareNN" NN is the version of the workstation (e.g. 65 for the new 6.5.X version). The *.xml description files are now expected in the respective path living beside the *.vmdk again! git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2516 95ad53e4-c205-0410-b2fa-d234c58c8868
* If vmplayer is still to noisy we should try the following two optionsVolker Uhrig2009-01-211-0/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2514 95ad53e4-c205-0410-b2fa-d234c58c8868
* moved /var/lib/vmware => /var/lib/virt/vmwareVolker Uhrig2009-01-213-7/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2512 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved file from vmware into virtualization plugion vmchooserVolker Uhrig2009-01-191-65/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2498 95ad53e4-c205-0410-b2fa-d234c58c8868
* vmware plugin: inserted option for vmpl25: Hiding USB MessageBastian Wissler2009-01-141-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2478 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
* * 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
* 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
* added usb2.0 support to vmpl2+, to be tested on 2.0Michael Janczyk2008-10-172-4/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2355 95ad53e4-c205-0410-b2fa-d234c58c8868
* restructured runvmware:Michael Janczyk2008-10-163-197/+240
| | | | | | | removed bug with cdr_: works with declare now the vmem file is written to /dev/shm when the host has 2.5+ gb of ram git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2350 95ad53e4-c205-0410-b2fa-d234c58c8868
* * going back from .o -> .koVolker Uhrig2008-10-164-43/+43
| | | | | | | | this will raise problems with v25. vmpl2.5 won't work so far with own installation. local installed vmplayer 2.5 is working! git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2336 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fix broken 2.0 vmpl installationVolker Uhrig2008-10-164-4/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2332 95ad53e4-c205-0410-b2fa-d234c58c8868
* * reverting old changes which don't make sence with v1.0Volker Uhrig2008-10-161-6/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2328 95ad53e4-c205-0410-b2fa-d234c58c8868
* * more fixes for 2.5 and local installationVolker Uhrig2008-10-161-2/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2327 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixing start scriptVolker Uhrig2008-10-163-8/+7Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2325 95ad53e4-c205-0410-b2fa-d234c58c8868
* * small fixVolker Uhrig2008-10-164-4/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2324 95ad53e4-c205-0410-b2fa-d234c58c8868