I tested the new version. It did not fix it for me.
In the end, only the 'begins ' string was my issue.
I mailed you another fix that fixed it for me.
Hope it helps...
Search Criteria
Package Details: cronwhip 2015-1
Package Actions
| Package Base: | cronwhip |
|---|---|
| Description: | Run missed cronjobs. |
| Upstream URL: | http://xyne.archlinux.ca/projects/cronwhip |
| Category: | system |
| Licenses: | |
| Submitter: | Xyne |
| Maintainer: | Xyne |
| Last Packager: | Xyne |
| Votes: | 24 |
| First Submitted: | 2008-10-30 22:41 |
| Last Updated: | 2015-02-23 20:53 |
Dependencies (2)
Required by (0)
Sources
Latest Comments
Comment by sebasmannem
Comment by Xyne
I have added a command to set the locale in /usr/bin/cronwhip. Please test it and let me know if it solves the problem.
Comment by sebasmannem
By the way. After changing begins to begint (just to chheck), I received the following error:
error: time data 'begint Sun Dec 1 00:07:32 2013' does not match format 'begins %a %b %d %H:%M:%S %Y'
so we might also have another locale problem.
Looking forward to hear from you...
Comment by sebasmannem
I'm trying to use cronwhip.
In my case he reports the following error:
[root@study ~]# cronwhip --show-missed
error: time data 'begint Sun Dec 1 00:07:32 2013' does not match format 'begins %a %b %d %H:%M:%S %Y'
As you can see, he's expecting 'begins', but finds 'begint' (dutch for begins).
I don't think that wtp should have dutch text in it, but this being said, I think that there might be simple solution (with regular expressions) so that you could bypass the first word.
Should I debug an come up with a sollution? Or will you so that I can test? Or do you have any other idea on how to fix (like change config so that wtmp has only english texts? Please let me know...
Comment by Xyne
@lockheed
There's a problem with your computer's network, not with the package. The source URL is correct and active.
Comment by lockheed
==> Building and installing package
==> Making package: cronwhip 2012.12.24.1-3 (Thu 21 Mar 13:21:16 CET 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Downloading cronwhip-2012.12.24.1.tar.xz...
--2013-03-21 13:21:16-- http://xyne.archlinux.ca/projects/cronwhip/src/cronwhip-2012.12.24.1.tar.xz
Resolving xyne.archlinux.ca (xyne.archlinux.ca)... failed: Name or service not known.
wget: unable to resolve host address ‘xyne.archlinux.ca’
==> ERROR: Failure while downloading cronwhip-2012.12.24.1.tar.xz
Aborting...
==> ERROR: Makepkg was unable to build cronwhip.
Comment by lockheed
Can you remove dependency on sysvinit for systems running on systemd?
Comment by Xyne
sorry, forgot to upload the update here
Anonymous comment
@karol same here
Comment by karol_007
==> Extracting Sources...
-> Extracting cronwhip-2012.10.tar.xz with bsdtar
==> Starting package()...
File "setup.py", line 8
description='''Run missed cronjobs.''',,
^
SyntaxError: invalid syntax
==> ERROR: A failure occurred in package().
Aborting...
The build failed.
Comment by Xyne
@ethail
Done, thanks.
Comment by ethail
sysvinit should be added as a dependency. That package provides the /usr/bin/last binary.