summaryrefslogtreecommitdiffstats
path: root/remote/modules/smartctl
Commit message (Collapse)AuthorAgeFilesLines
* Update several calls to slxlog with --delete instead of having sleep + rm ↵Simon Rettberg2016-07-141-1/+9
| | | | follow the call
* new 'stage32-headless' target. Started centos support. WIPJonathan Bauer2014-07-171-0/+6
| | | | Use stage32-headless to build on CentOS. Stage32-bwlp won't work yet.
* Merge branch 'master' of git://git.openslx.org/openslx-ng/tm-scriptsSimon Rettberg2014-07-041-0/+6
|\
| * [debian] started debian supportJonathan Bauer2014-07-031-0/+6
| | | | | | | | TODO: chroot.inc with overlayfs support as its officially not in debian's repos
* | "Fedora Support", step 1 ->Simon Rettberg2014-07-041-0/+6
|/ | | | | | | | | | | | | | | | Several changes: 1) Make sure /bin /sbin /lib and /lib64 are ALWAYS symlinks to /usr/XXX, no matter what the current distribution does. 2) Make sure nobody and nogroup exist. 3) Fix various modules making assumptions that are not true on every distro. 4) Add symlinks to kdm module since fedora is looking for kdmrc in yet another spot. 5) Add detection of fedora, support its package manager What still breaks: dnbd3 Other distros might not work now, they need adaption to changed logic in some modules.
* don't split busybox applets in /usr.Jonathan Bauer2014-07-011-1/+1
| | | | | | all busybox stuff is now under /bin and /sbin. We create links for all applets in stage32's /bin and /sbin. This fixes the "no such file" errors caused by hardcoded calls (e.g. /bin/rm) in a some binaries.
* woopsie, the return ;)Jonathan Bauer2014-03-254-30/+0Star
|
* [modules] new module naming conventionJonathan Bauer2014-03-254-0/+30
| | | | rename $MODULE.{conf,build} to module.{conf,build}
* [smartctl] Create new temp file for each drive to prevent race conditionsSimon Rettberg2014-01-231-2/+4
|
* [smartctl] conf file for opensuseChristian Rößler2014-01-171-0/+6
|
* [smartctl] Also parse health status reported by driveSimon Rettberg2014-01-101-2/+14
|
* [smartctl] Add cronjobSimon Rettberg2014-01-081-0/+8
|
* [smartctl] New module: smartctl - Will currently check reallocated sectors ↵Simon Rettberg2013-12-206-0/+52
and spin retry count - could be extended, but those seem to be the best indicators according to $SEARCH_ENGINE