Hi, package as changed on the CentOs side: ==> Retrieving sources... -> Downloading mdadm-4.1-14.el8.x86_64.rpm... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 7815 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading http://mirror.centos.org/centos/8/BaseOS/x86_64/os/Packages/mdadm-4.1-14.el8.x86_64.rpm
Search Criteria
Package Details: raid-check-systemd 4.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/raid-check-systemd.git (read-only, click to copy) |
---|---|
Package Base: | raid-check-systemd |
Description: | Raid data scrubbing script with systemd timer to be used with mdadm. |
Upstream URL: | https://wiki.archlinux.org/index.php/RAID#Scrubbing |
Keywords: | mdadm raid scrub systemd |
Licenses: | GPL |
Conflicts: | raid-check |
Submitter: | TheChickenMan |
Maintainer: | Network_Jack |
Last Packager: | Network_Jack |
Votes: | 16 |
Popularity: | 0.51 |
First Submitted: | 2016-06-07 08:44 (UTC) |
Last Updated: | 2025-08-22 00:18 (UTC) |
Dependencies (2)
- mdadm (mdadm-gitAUR)
- systemd (systemd-selinuxAUR, systemd-gitAUR)
Required by (0)
Sources (3)
marco44 commented on 2021-06-15 12:35 (UTC)
mach6 commented on 2020-12-23 09:19 (UTC) (edited on 2020-12-23 09:19 (UTC) by mach6)
To edit the timer setting, you can use
$systemctl edit raid-check.timer
Then add
[Timer]
OnCalender=
OnCalender=Mon *-*-1..7 1:00:00
Between the comment. Replace the content after the second OnCalender
Eeems commented on 2020-06-21 04:44 (UTC)
It looks like this is still out of date. You get the following when trying to build:
==> Making package: raid-check-systemd 4.1-2 (Sat 20 Jun 2020 10:42:37 PM)
==> Retrieving sources...
-> Downloading mdadm-4.1-1.el7.x86_64.rpm...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading http://mirror.centos.org/centos/7/os/x86_64/Packages/mdadm-4.1-1.el7.x86_64.rpm
Aborting...
Error downloading sources: raid-check-systemd
TheChickenMan commented on 2018-05-16 22:09 (UTC)
Thanks for the heads-up. You could use the "flag as out of date" button next time also. It's hard to notice when something goes out of date when I'm not looking to reinstall it regularly. It should be all set now.
jholmer commented on 2018-05-16 15:49 (UTC) (edited on 2018-05-16 15:49 (UTC) by jholmer)
This is currently broken. The centos package needs a version bump:
_cent_rel=13
sha256sum='f4ba05c4a966ebfa90dc510cf4d67187dbd3666a50d2bd96942dfd3e57f89704'
TheChickenMan commented on 2017-09-19 10:38 (UTC)
Should be fixed now. Wish there was an easier way to know when the source for this stuff gets updated other than it not working for someone.
Ryblade commented on 2017-09-19 10:35 (UTC)
Gah, I've been all over the place with this one. Glad to see you're up as early as I am :). Thanks for getting on this.
TheChickenMan commented on 2017-09-19 10:26 (UTC)
Looks like they updated their source to
mdadm-4.0-5.el7.x86_64.rpm
TheChickenMan commented on 2017-09-01 11:27 (UTC)
You are supposed to use:
$ sudo systemctl enable raid-check.timer
Pinned Comments
TheChickenMan commented on 2017-04-30 19:00 (UTC)