Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-15 | sys: fix gathering of information about loaded modules. | intrigeri | |
cut is in /usr/bin actually. | |||
2011-05-05 | sys: fix hwinfo (Closes: #625501) | intrigeri | |
2011-04-25 | All handlers: stop using "local VAR" outside functions. (Closes: #530647) | intrigeri | |
2010-10-12 | older versions (lenny) of lvm2 have a bug in vgcfgbackup that makes it so ↵ | Micah Anderson | |
when you specify multiple volume groups to backup, it gives an error, saying you must set the %s template for the name. We are doing that, it just cannot handle it properly. This change routes around this issue, which has been fixed in later lvm2 releases, by passing only one argument to vgcfgbackup by taking all the volume groups that are found and running them through a for loop | |||
2010-03-06 | sys: only run mdadm if RAID devices actually exist (Closes: #572450) | intrigeri | |
2009-05-23 | Add a vim modeline with indentation settings. | Matthijs Kooijman | |
The modelines added match the emacs lines already present and also set the filetype to sh (just like the emacs lines). | |||
2009-05-23 | Make all indentation consistent. | Matthijs Kooijman | |
Previously, there were many indentation styles in use: Real tabs, 2, 3 or 4 spaces, mixing these within the same file, function or even within a single line. This commit changes all bash scripts in the handlers, src and lib dirs to use consistent indentation: three spaces are now used everywhere. Other files (e.g. Makefiles) are left untouched. Additionally, this commit removes all trailing whitespace. | |||
2009-01-22 | sys: backup dmsetup info as well, for easier restoring of Luks headers | intrigeri | |
2009-01-22 | sys: new lvm option to backup LVM metadata of every detected volume group | intrigeri | |
2009-01-22 | sys: new luksheaders option to backup the Luks header of every Luks device | intrigeri | |
2008-06-29 | sys: explain how to fix the issue on "debconf-get-selections missing" error | intrigeri | |
2008-06-25 | sys: make debconf-get-selections detection on VServers really more robust | intrigeri | |
2008-06-25 | sys: fix catifexec invocations with arguments to prevent "line 191: [: too ↵ | intrigeri | |
many arguments" error messages | |||
2008-06-25 | sys: make error message clearer when debconf-get-selections can not be found ↵ | intrigeri | |
on the host | |||
2008-06-25 | sys: typo | intrigeri | |
2008-06-25 | sys: fixed debconf-get-selections search in VServers, especially in case it ↵ | intrigeri | |
is not available on the host | |||
2008-06-25 | sys: fix typo | intrigeri | |
2008-06-24 | fix missing which that intrigeri saw | Micah Anderson | |
2008-06-24 | added more robust mdadm raid device capture, by actually scanning active ↵ | Micah Anderson | |
arrays via mdadm, rather than just catting the mdadm.conf file, which may be empty | |||
2008-06-24 | fixed catifexec function to actually work, also now takes arguments that are ↵ | Micah Anderson | |
passed, thanks to a report from John Hallam | |||
2008-06-24 | add the ability to save the debconf package selection states in the sys ↵ | Micah Anderson | |
handler, which aides in restoring installed packages with the right choices made | |||
2008-06-24 | sys: support selection of VServers to run on with the new vsnames ↵ | intrigeri | |
configuration option (Closes: Trac#45) | |||
2008-06-24 | lib/vserver: added vservers_running function, use it in sys handler (to ease ↵ | intrigeri | |
future fix for Trac#45) | |||
2008-06-24 | sys: update for 2.6 kernels: use /proc/kallsyms instead of /proc/ksyms ↵ | intrigeri | |
(Closes: Trac#39) | |||
2007-11-24 | fixed Trac #1, actually add example.rsync | Micah Anderson | |
2007-10-12 | fixed autotools build, broken since r466, inhandlers/Makefile.am | intrigeri | |