See below, you should probably try Code: Select all
urpmi --replacepkgs --replacefiles cronie
as a last measure but if the file cannot be removed it would be interesting to see what happens
I've done before post, i removed the package and re-installed but the crontab can't be removed or updated.
mans wrote:
[root@svr ~]# lsattr /usr/bin/crontab
s---ia-------e-- /usr/bin/crontab
This might be the problem. immutable and append flags are set. And also "s" attribute, which I've honestly never seen in use before.
So Code: Select all
chattr -sia /usr/bin/crontab
may help, but as you tried -i before already it seems pretty borked.
Yes, the chattr, can not be performed.
without doubt is this the problem.
by now the cron seem work normal, crontab2 is doing the jobs normally i don't see any error log pointing to cron.
I'm intrigued with this!!
well, i'm not expert and from your experience what you could tell, has possibility of the system goes into abnormal operation in this condition?
After i posted i done a search in the server logs and found a issue reported by kernel related with shell segmentation fault
I'm not sure if it is here that we can post and if has some thing related but anyway is:
Oct 17 06:42:02 svr kernel: [139238.105327] sh[27878]: segfault at 0 ip 0000000000438487 sp 00007fffc2668010 error 4 in bash[400000+b9000]this log represents days from 15-17.
Best Regards;