RE: [Cooker] latest anacron responsible for complete linux crash

2001-09-10 Thread SI Reasoning
This resolves the problem. The only question I have is why this has not been an issue until this weekend. I have run that script for months! --- Borsenkow Andrej <[EMAIL PROTECTED]> wrote: > > > > I think this might be a bug in find. I tried > badblocks > > to see if anything came up and I got n

RE: [Cooker] latest anacron responsible for complete linux crash

2001-09-09 Thread Borsenkow Andrej
> > I think this might be a bug in find. I tried badblocks > to see if anything came up and I got no messages so I > assume there were no problems. > > If I type: > find / -name anyfile > the system locks up > He-he ... find / -mount -name anyfile You do not want find to descend into /proc,

Re: [Cooker] latest anacron responsible for complete linux crash

2001-09-09 Thread SI Reasoning
I think this might be a bug in find. I tried badblocks to see if anything came up and I got no messages so I assume there were no problems. If I type: find / -name anyfile the system locks up I can type without any issues: find /usr -name anyfile --- SI Reasoning <[EMAIL PROTECTED]> wrote: > I

Re: [Cooker] latest anacron responsible for complete linux crash

2001-09-09 Thread Eugenio Diaz
--- SI Reasoning <[EMAIL PROTECTED]> wrote: > I dug a little deeper and I think I found the cron that caused things to kick > > out. This had not been a problem until this weekends update: > > find / -name core -atime +5 -exec rm -f "{}" ';' > > I use this program to delete old crons so that th

Re: [Cooker] latest anacron responsible for complete linux crash

2001-09-09 Thread SI Reasoning
I dug a little deeper and I think I found the cron that caused things to kick out. This had not been a problem until this weekends update: find / -name core -atime +5 -exec rm -f "{}" ';' I use this program to delete old crons so that they do not just sit and eat hard drive space. Why is this