Thank you!
Search Criteria
Package Details: raid-check 3.3-1
Package Actions
| Package Base: | raid-check |
|---|---|
| Description: | raid-check script, config and cronjob for data scrubbing to be used with mdadm. |
| Upstream URL: | https://wiki.archlinux.org/index.php/RAID#Scrubbing |
| Category: | system |
| Licenses: | |
| Submitter: | divansantana |
| Maintainer: | divansantana |
| Last Packager: | divansantana |
| Votes: | 5 |
| First Submitted: | 2013-04-26 22:32 |
| Last Updated: | 2015-03-23 09:17 |
Latest Comments
Comment by RubenSilveira
Comment by divansantana
Cool - thanks & done.
Comment by RubenSilveira
Also, in post_install() you have:
echo ":: You need to edit /etc/conf.d/raid-check and set when you want the cronjob to run"
but should be:
echo ":: You need to edit /etc/cron.d/raid-check and set when you want the cronjob to run"
Thank you!
Comment by RubenSilveira
Hello, Divan.
Could you please add the Arch Linux ARM architectures? Like:
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
Thank you.
Comment by emphire
Comment by divansantana
No prob - done. :)
Comment by graysky
Yes, but the config file references /usr/sbin in several places... although the symlink is present by default, it is good practice point to the actual binaries in case a user removed their /usr/sbin symlink.
Thank you for packaging and maintaining.
Comment by divansantana
Not understanding you. It already installs in /usr/bin .
Comment by graysky
You should edit all instances of /usr/sbin in this PKGBUILD.
Comment by divansantana
Pretty much first ever PKGBUILD and AUR package so bare with me.
Does the job, since the standard mdadm package doesn't include the raid-check script, config and cronjob. AFAIK know that's down by Red Hat downstream.