I get nothing with crontab -anything. All just bring me back to the prompt -e , -l, -r . There is no apparent action (certainly nothing displays on screen).
If the "cron" I'm killing is the usr one not the system one, isn't the only cron jobs I'd be stopping those in crontab? And couldn't I just restart (or start) cron after the kill anyway (would kill the specific PID, which says it is cron in /usr/sbin)?
It just seems that the restart I tried earlier did not get the system to "see" the new crontab--seems like wherever (var/spool/cron/crontab/root?) crontab is really running from is locked in on my old crontab (some corruption possibly, as you say, somewhere along the line of when I was trying to redo it in the first place).
With vi or nano I can make a pretty little crontab file, but until I can write it anew the proper way via crontab or edit it with crontab -e, it seems it's just a file that means nothing and isn't executed no matter how much I restart cron.
Do you think a cron reinstall would "flush out" any memories of old crontab jobs?
Or is it as stupid or simple as moving the crontab I have written into a different directory, and then a restart will "find" it and use it vs the old one in memory? (to be clear: if I "find", the ONLY crontab that comes up is the new one I wrote that I have now in /usr/bin--so as root, only one crontab file exists--the new one, not the old one generating the errors and so apparently running via cron as that PID).
Please excuse any inaccuracies in terminology or description--I am very, very much a newbie.
And I very much appreciate the suggestions and help!
UPDATE: I tried to reinstall cron and got
Code:
Err http://ftp.debian.rog lenny/main cron 3.0p11-1005 404 Not found [IP xxetc] Failed to fetch http://ftp.debian.org/dbian/pool/main/c/cron/cron_3.0p11-1005_amd64.deb 404 not found [IP xxetc] E: Unable to fecth some archives, maybe run apt-getupdate or try with --fix-missing?
Needless to say, crontab -e still not working after that. Hopefully I haven't also now somehow made things worse.