| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
* refactored PXE specific stuff out of slxconfig-demuxer and moved it into
a separate class (OpenSLX::BootEnvironment::PXE)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1809 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
| |
shown when a kernel is being picked automatically
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1808 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
| |
complain
about attributes that belong to plugins which are not installed anyway
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1807 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
| |
instantiated
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1806 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
|
|
|
| |
ConfigDB)
* When doing synchronization of attributes during a schema update, we now look for
any stale attributes in system_attr, client_attr, group_attr or installed_plugin_attr
and remove all those stale attributes automatically. Additionally, non-existent
plugins that are still installed in a vendorOS are removed from that, too.
* Updated DB-Schema to 0.31 in order to trigger this automatic cleaning process
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1805 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
|
| |
/etc/opt/openslx/desktop/themes)
* implemented automatic detection of available themes if desktop::supported_themes is
unset (which is now the default)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1804 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
|
|
| |
installationPhase() and removalPhase() - now we use a hash as the amount of
parameters has become too large
* adjusted all plugins to these API change
* now not only the openslx base path, but the openslx config path is bind mounted
into the vendor-OS chroot, such that plugins can check the available local
configuration extensions
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1803 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
|
|
|
| |
'<<<default>>>'-vendorOS:
* OSPlugin::Engine was trying to create an OSSetup::Engine for the default-vendorOS,
which does not work. Now such the OSSetup::Engine is initialized lazily (i.e. when
it is being used)
* fixed a bug in OSSetup::Engine that caused it to think that it was installing
plugins afresh when in fact it they were reinstalled
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1802 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1801 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
| |
modules
being loaded several times (which in turn produced warnings about functions being
redefined)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1800 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
|
|
| |
* fix of a fix of a fix of a ...
* should work now for suse systems
* suse 10.2 tested with success
* dhcpd needs to get optimized
* runlevelscript for gentooanddebian'ish distros aren't tested yet
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1799 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1798 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1797 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
|
|
| |
on the first error, we now collect all errors and return them. The caller can
now decide what to do - die or just print a warning or whatever.
* slxconfig now dies with the list of all attribute problems if there were any
* slxconfig-demuxer prints warnings for all attribute problems that were found
(checking for each system & client in turn)
* adjusted desktop plugin to API changes concerning the attribute checks
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1796 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
| |
throwing -
this resulted in the seemingly weirdest behaviour of the config-demuxer (which
was actually the child process trying to demux from within the chroot)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1795 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1794 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
integration. local should work now. at least it passed tests with
suse 10.2
* integration with vmchooser is still missing on side of vmchooser
plugin. You can use it with a proper formed xml file:
/var/X11R6/bin/run/run-vmware.sh /path/to/xml/xmlfile.xml
* vmpl2.0 isn't usable yet.
* small bugfixes and nicer output of runvmware
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1793 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
| |
* minor cleanup of output format when complaining about problematic attribute values
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1792 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
| |
in message before adding a new one
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1791 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
| |
attributes are
being written to a configuration file - any problems are reported as warnings
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1790 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1789 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
| |
synchronization
of attributes into default system (required since plugins were added & removed)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1788 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
| |
never be removed (which in turn messes up the automatic synchronization of attributes
into the default system)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1787 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
| |
possible charset
encoding problems ('°' is non-ascii)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1786 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
| |
* raised next step/problem: location of the EULA.txt
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1785 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
|
| |
to use the
same cloning function everywhere
* added check for Clone module to Makefile
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1784 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
respective
regex, but the corresponding plugin is being invoked to do a check of its own, too
(where it has the chance to look at the vendor-OS attributes and determine the
possible stage3-values from their state).
* listing a vendor-OS in verbose mode now shows the vendor-OS attributes (stage1 &
stage3), too
* used Clone::clone instead of Storable::dclone since the latter is not capable of
cloning compiled regexes
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1783 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
| |
* result: font isn't readable. need to get fixed.
* also: commit needs to get tested against vmkind=local
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1782 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
| |
* new problem: fonts.conf / gtk / gtk librarys / font librarys
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1781 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
| |
desktop plugin and remove the theme plugin afterwards. The theming directory is obsolete as well, so the pxe theme could be moved somewhere else and the rest can be removed.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1780 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
| |
any attribute that has not come from a plugin (reported by Reiner)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1779 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
| |
their respective regex, an appropriate complaint is shown if the value
doesn't match
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1778 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1777 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
| |
only execute required changes (instead of deleting all and then re-adding
them with the new values)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1776 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
| |
* copied displaymanager themes into desktop plugin (original files will be
removed once the desktop plugin is working)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1775 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1774 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
| |
could have screwed up vmkind=local. needs to get tested
more lib+config problems need to get fixed with vmpl2.0
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1772 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
| |
* move xml file we get from vmchooser to the windows disk drive B:
vmchooser gets this file from the server and modifies it (adding scanner etc).
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1771 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
| |
not tested yet
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1770 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* small modification in stage3
* Missing
* some more error checks and runvmware enhancements (would work without it)
* vmware<->vmchooser integration in runvmware or wrapper
* test of vmware_kind=local with workstation
* vmplayer works with vmware_kind=local
* more vmware_kinds
* Missing in vmware_kind=vmpl2.0 integration
* no kernel modules installed and loaded yet (but are compiled)
* test of vmware_kind=vmpl2.0 on test based fixes
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1769 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1768 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
| |
* deleteing vmwarebinary plugin. now merged with vmware plugin
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1767 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
| |
* added installation in stage1
* configuration and setup in stage3 and stage4 not done yet!
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1766 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
| |
* added two different runvmware-scripts, currently both are the same
if vmware will change their configuration syntax, it's easier to fit
the needs
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1765 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
|
|
|
|
| |
also helpful for future integration of different kinds or slx-based vmware installations
* all checks possible in stage1 sound now be moved from stage3 to stage1
* runvmware-script depends on the version now. no differences yet, v1 and v2 should
be compatible with the same. but for future changes in runvmware its helpfull
* dozen of small changes
* fixes and cleanup
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1764 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
| |
/var/opt/openslx/stage1 and skip the rsync step in that case
This makes it possible to use a bind mount during development, which in turn
avoids having to wait for rsync to do copy the largish vendor-OS folder.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1763 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
| |
to show something like SCALAR(0xdeadbeef) ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1762 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
| |
days
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1761 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
|
|
|
|
| |
* removed vmware-ws check
* cleaned up some code
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1760 95ad53e4-c205-0410-b2fa-d234c58c8868
|
| |
|
|
| |
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1758 95ad53e4-c205-0410-b2fa-d234c58c8868
|