summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Makefile had to be extended too ...Dirk von Suchodoletz2007-08-032-6/+5Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1310 95ad53e4-c205-0410-b2fa-d234c58c8868
* Further on ... (see r1308, #153)Dirk von Suchodoletz2007-08-032-24/+151
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1309 95ad53e4-c205-0410-b2fa-d234c58c8868
* Add specific initramfs target (demo) for mkdxsinitrd (see #153) ...Dirk von Suchodoletz2007-08-031-179/+191
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1308 95ad53e4-c205-0410-b2fa-d234c58c8868
* * some layout fixes to PODOliver Tappe2007-08-021-0/+18
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1307 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added POD to ConfigDB, and did some fixes along the wayOliver Tappe2007-08-022-85/+1579
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1306 95ad53e4-c205-0410-b2fa-d234c58c8868
* Hook for #154 problem ... (just a reminder)Dirk von Suchodoletz2007-08-021-0/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1305 95ad53e4-c205-0410-b2fa-d234c58c8868
* Several fixes for the virtual environment stuff ...Dirk von Suchodoletz2007-08-023-73/+81
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1304 95ad53e4-c205-0410-b2fa-d234c58c8868
* * ConfigDB-objects now reuse active DB-connections in order to reduce theOliver Tappe2007-08-012-133/+148
| | | | | | | | number of times any script asks for the db-password (and to reduce the number of used resources, too). * minor cleanup in slxconfig-demuxer git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1302 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small bug in servconfig fixed ...Dirk von Suchodoletz2007-08-011-3/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1301 95ad53e4-c205-0410-b2fa-d234c58c8868
* Allow local device source for vmware/virt.machine stuff too. RemovedDirk von Suchodoletz2007-08-012-14/+14
| | | | | | | deprecated $imgsrv variable ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1300 95ad53e4-c205-0410-b2fa-d234c58c8868
* postinit.local should be set executable (was automatically done withDirk von Suchodoletz2007-08-012-17/+17
| | | | | | | | mkdxsinitrd in earlier versions, but is transported via ConfTGZ now)i, small fixes for local device fileget ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1299 95ad53e4-c205-0410-b2fa-d234c58c8868
* ... add option/proto for file=... to use some local source for ConfTGZ,Dirk von Suchodoletz2007-08-012-5/+16
| | | | | | | see r1296, r1297 too. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1298 95ad53e4-c205-0410-b2fa-d234c58c8868
* More for local device startup ... (see r1296)Dirk von Suchodoletz2007-08-012-7/+17
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1297 95ad53e4-c205-0410-b2fa-d234c58c8868
* Allow local block device for client root filesystem (URI isDirk von Suchodoletz2007-08-014-19/+37
| | | | | | | rootfs=lbdev://disk/fs, e.g. disk=sda2, fs=squashfs) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1296 95ad53e4-c205-0410-b2fa-d234c58c8868
* * dropped support for CSV databases, as they are simply not good enoughOliver Tappe2007-07-317-195/+51Star
| | | | | | | | | | | | * added support for db-user and db-passwd: + the mysql backend will now ask for the password upon connect + you can specify the db-user and db-passwd via slxsettings (so you never have to enter it manually afterwards) * slxsettings now checks db-type against an explicit pattern to avoid problems caused by typos git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1295 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Fixed another bug reported by Bastian:Oliver Tappe2007-07-313-305/+347
| | | | | | | | | | | | | Default-client & -system recognition was dependant on the ID 0, which is not really possible with mysql (I do not count changing the server-global variable autoincrement_offset as an option). Now, we simply use the name instead. * changed slxconfig to reflect the direct relations between systems and clients, not the aggregated ones, as I found it confusing this way (slxconfig is rather a low-level tool). * minor cleanup in ConfigDB.pm git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1294 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed problem reported by Bastian about pickKernelFile not correctly beingOliver Tappe2007-07-318-23/+102
| | | | | | | | used (turned out to be a problem when loading the distro-module for clone-only distributions) * cleaned up the distro module structure while looking at it git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1293 95ad53e4-c205-0410-b2fa-d234c58c8868
* Renaming of nbd* variables to reflect a more general blockdevice (baseDirk von Suchodoletz2007-07-312-29/+42
| | | | | | | for rootfs like squashfs) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1289 95ad53e4-c205-0410-b2fa-d234c58c8868
* The /var/cache/fontconfig directory should be present on Debian andDirk von Suchodoletz2007-07-314-7/+13
| | | | | | | | Ubuntu systems (newer ones) to avoid the recreation of fontcache on startup (of gdm etc.) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1286 95ad53e4-c205-0410-b2fa-d234c58c8868
* Allow user provided automounter configuration (same as for passwd/shadowDirk von Suchodoletz2007-07-311-30/+34
| | | | | | | in ~/rootfs/etc ...) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1285 95ad53e4-c205-0410-b2fa-d234c58c8868
* Actualized LDAP SiteManagement Code - Web Interface, DHCP GenerationscriptTarik Gasmi2007-07-3145-387/+1572
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1284 95ad53e4-c205-0410-b2fa-d234c58c8868
* * more work towards Debian & Ubuntu support, Debian-4.0, Ubuntu-6.10Oliver Tappe2007-07-309-13/+127
| | | | | | | & Ubuntu-7.04 seem to be working ok, now. Only Debian-3.1 refuses to install any kernel, tsk! git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1283 95ad53e4-c205-0410-b2fa-d234c58c8868
* * finished installation support for Debian-etch, Debian-sarge and UbuntuOliver Tappe2007-07-2820-112/+181
| | | | | | | are nearly done (Ubuntu still missing a kernel ...) * some more refactorings to accommodate Debian-support git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1282 95ad53e4-c205-0410-b2fa-d234c58c8868
* * changed several class interfaces as a result of trying to integrate supportOliver Tappe2007-07-2811-137/+188
| | | | | | | | for Debian & Ubunto installation (which is still not complete, though) * fixed some bugs along the way (especially the meta-packagers trying to invoke a private function of OpenSLX::OSSetup::Engine) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1281 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added example settings file for ubuntu-6.10Oliver Tappe2007-07-261-0/+9
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1278 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed two incorrect method calls (using public name instead of private one),Oliver Tappe2007-07-261-2/+2
| | | | | | reported by Detlef Schulz git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1277 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added default /etc/hosts file that allows resolution ofOliver Tappe2007-07-251-0/+1
| | | | | | 'localhost' git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1276 95ad53e4-c205-0410-b2fa-d234c58c8868
* * reworked OpenSLX::OSSetup::Distro structure to incorporateOliver Tappe2007-07-2520-401/+728
| | | | | | | | | | | | | | a distro specific hierarchy level in addition to the distro & version specific files. The latter will be converted to config-files soon. * moved string2Array() and chrootInto() from OpenSLX::OSSetup::Engine to OpenSLX::Utils to make them available to other callers * started work on ubuntu & debian installation (not done yet) * cleaned interface of OpenSLX::OSSetup::Engine (separated public from private methods) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1275 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed bug in check for required kernel modules for distros that do notOliver Tappe2007-07-253-46/+87
| | | | | | | provide a vmlinuz-link (reported by Detlef Schulz) * filled void requirements check for NFS git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1274 95ad53e4-c205-0410-b2fa-d234c58c8868
* * reduced use of Config::General to object-oriented mode only, as it isOliver Tappe2007-07-251-1/+2
| | | | | | | cleaner and avoids the risks of automatic imports being changed between versions (a problem Reiner has mentioned) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1273 95ad53e4-c205-0410-b2fa-d234c58c8868
* * some more work at UTF-8-compliance I forgot beforeOliver Tappe2007-07-222-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1272 95ad53e4-c205-0410-b2fa-d234c58c8868
* * dropped our own implementation of glob() - that was a fix at the wrong place.Oliver Tappe2007-07-223-14/+7Star
| | | | | | We now explicitly ecode the string before we are printing it. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1271 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed glob()-related hang in slxldd.Oliver Tappe2007-07-222-2/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1270 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed compatibility problems of our config-files with regards to beingOliver Tappe2007-07-222-2/+8
| | | | | | | executed by shells: there is no whitespace allowed before or after the equal sign in shell-var assignments git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1269 95ad53e4-c205-0410-b2fa-d234c58c8868
* * first part of configuration file migration to Config::GeneralOliver Tappe2007-07-213-27/+24Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1268 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor cleanup (two uninit values)Oliver Tappe2007-07-212-3/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1267 95ad53e4-c205-0410-b2fa-d234c58c8868
* * base work towards utf8-cleanness (it is now possible to handle vendor-OSesOliver Tappe2007-07-218-23/+30
| | | | | | | | | whose name contain UTF8-characters * fixed problem with locale-specific number format being used during DB- creation (fixes the problem that database access would only work once for de_DE-locales [reported by Detlef Schulz]) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1266 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for automatic selection of most appropriate (newest) kernelOliver Tappe2007-07-203-5/+62
| | | | | | | | | | | | if the kernel file specified by DB (in most cases: vmlinuz) does not exist. A warning will be printed by slxconfig-demuxer if the kernel had to be picked this way. This should allow slxconfig-demuxer to work for ubuntu & debian, as those do not always provide a vmlinuz-link (and in general this change makes the system more robust). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1265 95ad53e4-c205-0410-b2fa-d234c58c8868
* git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1264 ↵Oliver Tappe2007-07-201-0/+5
| | | | 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed (another) problem when trying to import a vendor-OS that isn't fullyOliver Tappe2007-07-201-8/+13
| | | | | | | supported (which can only be cloned). This time, things work not only for Debian (for which empty Distro-modules exist), but for *all* distributions. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1263 95ad53e4-c205-0410-b2fa-d234c58c8868
* Forgot to remove the debugging output for fileget ...Dirk von Suchodoletz2007-07-192-8/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1262 95ad53e4-c205-0410-b2fa-d234c58c8868
* More cleanups regarding uri_token "path" ...Dirk von Suchodoletz2007-07-191-4/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1260 95ad53e4-c205-0410-b2fa-d234c58c8868
* Xsession in Gentoo fixedBastian Wissler2007-07-191-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1259 95ad53e4-c205-0410-b2fa-d234c58c8868
* Repaired uri_token function (no prepend of leading slash is required anyDirk von Suchodoletz2007-07-194-13/+14
| | | | | | | more) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1258 95ad53e4-c205-0410-b2fa-d234c58c8868
* Rewrite of tftp fileget - should be possible to use other servers thanDirk von Suchodoletz2007-07-193-21/+53
| | | | | | | serverip (next-server) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1257 95ad53e4-c205-0410-b2fa-d234c58c8868
* Minor fixes ...Dirk von Suchodoletz2007-07-182-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1256 95ad53e4-c205-0410-b2fa-d234c58c8868
* * tried to avoid a specific (but spurious) uninitialized value warning Oliver Tappe2007-07-181-5/+7
| | | | | | | that has been reported by Dirk * some cleanup with respect to regex matching git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1255 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed yet another uninitialized valueOliver Tappe2007-07-181-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1254 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed use of an uninitialized valueOliver Tappe2007-07-181-11/+24
| | | | | | | * added support for automatically dropping 'name=""' constructs whenever only the name is expected (as a special gift to Dirk ;-P) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1253 95ad53e4-c205-0410-b2fa-d234c58c8868
* * some cleanup - we now make use of here-docs where feasibleOliver Tappe2007-07-184-48/+59
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1252 95ad53e4-c205-0410-b2fa-d234c58c8868