summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix to work with display managers -> now we need proper xmlsBastian Wissler2008-06-181-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1886 95ad53e4-c205-0410-b2fa-d234c58c8868
* back to other solution of ticket #232, since pattern matching has to be ↵Michael Janczyk2008-06-171-2/+9
| | | | | | changed too for this solution. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1884 95ad53e4-c205-0410-b2fa-d234c58c8868
* changed uri_token function. simpler solution to ticket #232Michael Janczyk2008-06-171-9/+2Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1883 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some bugfixes & FAQ in README added - stupid Bug in slxgroup-parameterBastian Wissler2008-06-161-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1882 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some bugfixes - command line options should work nowBastian Wissler2008-06-161-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1881 95ad53e4-c205-0410-b2fa-d234c58c8868
* This package is not needed any more (it will be combined from stuff inDirk von Suchodoletz2008-06-161-0/+0
| | | | | | | | the branches/initramfs-ng directory and the uc-mini-root, see r1878, r1879 too) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1880 95ad53e4-c205-0410-b2fa-d234c58c8868
* Solved path / proto problem with file option. Problem was checking after ":" ↵Michael Janczyk2008-06-121-1/+8
| | | | | | for port, and so paths with "::" werent truncated right. Maybe there exists a nicer solution git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1877 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Minor template change. The old way was "WIndows XP", the "new" wayVolker Uhrig2008-06-111-1/+1
| | | | | | | | which we use for around one year now is the vmware understandable declaration of "winxppro" git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1876 95ad53e4-c205-0410-b2fa-d234c58c8868
* removed function in init-hook since not neededMichael Janczyk2008-06-111-24/+21Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1875 95ad53e4-c205-0410-b2fa-d234c58c8868
* added quotes for tftp port problem (not tested yet ticket #232).Michael Janczyk2008-06-113-11/+9Star
| | | | | | minor modifications in xen plugin (changed name from bootsplash to xen ;)) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1874 95ad53e4-c205-0410-b2fa-d234c58c8868
* First release of a xen plugin. Only a few diskless corrections inside. Works ↵Michael Janczyk2008-06-115-33/+129
| | | | | | only with clone and an already installed xen. Karnel has to be chosen manually yet... a solution for runlevellinks in plugins has to be found. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1873 95ad53e4-c205-0410-b2fa-d234c58c8868
* fixed damaged patchSebastian Schmelzer2008-06-091-7/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1871 95ad53e4-c205-0410-b2fa-d234c58c8868
* Next step for stage3-ng ...Dirk von Suchodoletz2008-06-091-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1870 95ad53e4-c205-0410-b2fa-d234c58c8868
* Next generation of stage3 - uclib based. At the moment the slx scriptsDirk von Suchodoletz2008-06-083-1/+1
| | | | | | | | are packed into Stage3-ng.tbz as long as in testing. Removing outside uclib tools (for directory cleanup). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1869 95ad53e4-c205-0410-b2fa-d234c58c8868
* * increased robustness against leaking resources by ignoring INT-signals whenOliver Tappe2008-06-081-1/+5
| | | | | | trying to release a resource (a.k.a. umount a folder) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1868 95ad53e4-c205-0410-b2fa-d234c58c8868
* * refactored locking file to make use of ScopedResourceOliver Tappe2008-06-081-49/+41Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1867 95ad53e4-c205-0410-b2fa-d234c58c8868
* * adjusted config-path for kdmrc as neededOliver Tappe2008-06-082-2/+19
| | | | | | | | * implemented support for switching to the requested session- and window-manager When I tested this with my local Ubuntu-8.04, it does what is expected, but seemingly that's still not enough, as all I get is still an xterm only. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1866 95ad53e4-c205-0410-b2fa-d234c58c8868
* * since I regularly got irritated by slxconfig-demuxer saying something aboutOliver Tappe2008-06-081-1/+3
| | | | | | | 'errors' (usually meaning that there weren't any) I have changed the success message to 'all systems ok' git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1865 95ad53e4-c205-0410-b2fa-d234c58c8868
* * sort the labels in the boot menuOliver Tappe2008-06-081-8/+12
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1864 95ad53e4-c205-0410-b2fa-d234c58c8868
* * improved attribute checks to protect against sub-systems not being installedOliver Tappe2008-06-081-6/+12
| | | | | | | | | | although they were requested - as happens currently when asking to install desktop into SUSE-10.3 with gnome=1 (but that distro does not yet know how to install GNOME). Now, trying to set desktop::kind=gnome for such a system will fail (since GNOME is not installed) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1863 95ad53e4-c205-0410-b2fa-d234c58c8868
* * switch default meta-packager for SUSE-10.2 onwards from smart to zypperOliver Tappe2008-06-085-6/+13
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1862 95ad53e4-c205-0410-b2fa-d234c58c8868
* * small fixVolker Uhrig2008-06-081-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1861 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removing deprecated client-config.xml. we hand over the xml itself.Volker Uhrig2008-06-084-13/+167
| | | | | | | | | | | | | | | | needed information are now added by vmchooser (will be then also available for other, in the future developed, virtual machines) * added _untested_ code for installation of vmplayer1. If it works out we can merge it with our vmpl2.0 code * vmware has also 64bit packages... so we need to find a 64bit compiler solution for translation of kernel modules on chrooted vendorOSes running on 32bit OpenSLX servers;-) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1860 95ad53e4-c205-0410-b2fa-d234c58c8868
* * finished implementation of vmpl2.0 installationVolker Uhrig2008-06-079-66/+122
| | | | | | | | | | | | | * tested successfull on suse 10.2 (vmpl2.0 and local installation) * some minor (optical) changes * some more errorhandling for invalid configuration needed * theres a need for tests on debian-based systems * Configuration: http://openslx.org/trac/de/openslx/wiki/vmware git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1859 95ad53e4-c205-0410-b2fa-d234c58c8868
* * made support for chrooted shells and updates explicit in vendor-OS list,Oliver Tappe2008-06-071-51/+55
| | | | | | | | | | activating chrooted shells for most distros * mirror-setup is now executed only during 'install' actions, such that one no longer has to sit and wait for it to finish when only a shell was requested git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1858 95ad53e4-c205-0410-b2fa-d234c58c8868
* * cosmeticsOliver Tappe2008-06-071-3/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1857 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removed - integrated into busybox.Dirk von Suchodoletz2008-06-071-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1856 95ad53e4-c205-0410-b2fa-d234c58c8868
* Adding a module specific helper tool for creating (virtual)Dirk von Suchodoletz2008-06-072-1/+5
| | | | | | | | dos floppies to pass configuration information between host and guest. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1855 95ad53e4-c205-0410-b2fa-d234c58c8868
* trying to solve what seems to be an inconsistency between the repositoryOliver Tappe2008-06-073-0/+0
| | | | | | | and my local Eclipse's idea of where things are ... * moved pxe folder to the place where it's expected by the code git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1854 95ad53e4-c205-0410-b2fa-d234c58c8868
* Minimal environment uclib based with tools for PreBoot and Stage3.Dirk von Suchodoletz2008-06-071-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1853 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved PXE-theming stuff into boot-env and adjusted the code to allow forOliver Tappe2008-06-073-0/+80
| | | | | | | | user specified PXE-themes, too (which shall live in /etc/opt/opeslx/boot-env/pxe/themes). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1852 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved PXE-theming stuff into boot-env and adjusted the code to allow forOliver Tappe2008-06-075-116/+46Star
| | | | | | | | user specified PXE-themes, too (which shall live in /etc/opt/opeslx/boot-env/pxe/themes). * removed theming folder, since it is now obsolete git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1851 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removing old uclib testing stuff ...Dirk von Suchodoletz2008-06-0728-15/+2Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1850 95ad53e4-c205-0410-b2fa-d234c58c8868
* Changes on printer.sh /scanner.sh (very RZ-specific)Bastian Wissler2008-06-051-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1848 95ad53e4-c205-0410-b2fa-d234c58c8868
* /etc/X11/sessions/ is no longer supported in modern Linux Distributions ?!?Bastian Wissler2008-06-054-13/+12Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1847 95ad53e4-c205-0410-b2fa-d234c58c8868
* Ueberfluessiger Kommandozeilen-ParameterBastian Wissler2008-06-051-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1845 95ad53e4-c205-0410-b2fa-d234c58c8868
* BugFixBastian Wissler2008-06-053-12/+3Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1844 95ad53e4-c205-0410-b2fa-d234c58c8868
* VMChooser-Version mit XML+Info als erster Parameter fÃŒr run-vmware.shBastian Wissler2008-06-046-10/+34
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1843 95ad53e4-c205-0410-b2fa-d234c58c8868
* * corrected KDM path to /usr/bin/kdm Oliver Tappe2008-06-041-1/+1
| | | | | | (why on earth GDM lives in /usr/sbin but KDM in /usr/bin - I just don't know) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1842 95ad53e4-c205-0410-b2fa-d234c58c8868
* * forgot to adjust the filename for GDM from gdm.conf-custom to custom.confOliver Tappe2008-06-041-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1841 95ad53e4-c205-0410-b2fa-d234c58c8868
* * set SUSE-default in GDMPathInfo to what SUSE-10.3 is using Oliver Tappe2008-06-031-1/+1
| | | | | | | (/etc/gdm/gdm.conf-custom) - in the hope that SUSE-11 does not change that again (yeah, right ;-) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1840 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added missing override of setupKDMScript() for Debian and Ubuntu, whichOliver Tappe2008-06-032-0/+28
| | | | | | is required to force starting of KDM (untested) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1839 95ad53e4-c205-0410-b2fa-d234c58c8868
* * reorganized the themes-folders of the desktop-plugin as discussed with MichaelOliver Tappe2008-06-0347-46/+36Star
| | | | | | | | | | recently: now it's kdm/<theme> and gdm/<theme> instead of <theme>/kdm and <theme>/gdm, as that makes handling of GDM less cumbersome * renamed actual theme description files to theme.xml instead of being named like the theme (in this case: openslx.xml) Tested with GDM and KDM on SUSE-10.2 git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1838 95ad53e4-c205-0410-b2fa-d234c58c8868
* Implemented a better algorithm for keeping the plugins and the referencesOliver Tappe2008-06-034-9/+85
| | | | | | | | | | | to them (and their attributes) in the DB in sync: * The DB now keeps a hash-value for the list of known plugins and their attributes and checks this value against the current one on every connect. If the values do not match, the DB is brought up-to-date automatically (i.e. the attributes are synchronized with the systems, clients and groups). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1837 95ad53e4-c205-0410-b2fa-d234c58c8868
* * separated synchronization of attributes from removal of stale references,Oliver Tappe2008-06-023-24/+56
| | | | | | | | | as the are in fact two separate concepts (and are invoked from different contexts) * added cleanup-db command to slxconfig which can be used to get rid of references to unknown attributes and/or plugins git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1836 95ad53e4-c205-0410-b2fa-d234c58c8868
* fixed problem reported by Michael:Oliver Tappe2008-06-022-5/+10
| | | | | | | | | * improved robustness of config-demuxer and OSPlugin::Engine with respect to checking of attributes for plugins that no longer exist - now the config-demuxer will no longer fail, but print a warning about non-existing plugins (and their attributes) instead. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1835 95ad53e4-c205-0410-b2fa-d234c58c8868
* Little bit of cleanup in vmware plugin and dealing with theDirk von Suchodoletz2008-06-026-78/+58Star
| | | | | | | restricted capabilities of vmware-dhcpd server ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1834 95ad53e4-c205-0410-b2fa-d234c58c8868
* Maybe we should keep start_x for a while, since we need a configuration for ↵Michael Janczyk2008-06-021-0/+96
| | | | | | terminals... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1833 95ad53e4-c205-0410-b2fa-d234c58c8868
* * bumped DB-schema version in order to cleanup potential problems afterOliver Tappe2008-06-021-1/+9
| | | | | | the removal of the theme plugin git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1832 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removed all kdm/gdm/xdm and most of X configuration. Before altering these ↵Michael Janczyk2008-06-0259-1895/+0Star
| | | | | | | | | | file this step should be testet, so that painfull merging can be avoided. The files in initramfs/distro-specs and initramfs/initrd-stuff should be cleaned. Maybe we should drop support for a few older systems and refer to an older revision. Dhclinet config should be altered or removed since we do not use it anymore. Udhcp should be the default. Example line 267 in initrd-stuff/etc/functions, begins with: "# create configuration file for dhclient." Removed obsolete theme plugin and the displaymanager themes from the themes dir in the repos. The themes (kdm/gdm) are located in the plugin dir anyway. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1831 95ad53e4-c205-0410-b2fa-d234c58c8868