I tried installing a new crontab with
but the same behavior resulted (hangs and doesn't return to the prompt).
I also
strace'd it a couple of times and noticed the following lines at the end:
0.000080 read(6, "", 4096) = 0
0.000043 write(5, "# DO NOT EDIT THIS FILE - edit t"..., 805) = 805
0.000085 ftruncate(5, 805) = 0
0.000048 lseek(5, 0, SEEK_SET) = 0
0.000041 read(5, "# DO NOT EDIT THIS FILE - edit t"..., 4096) = 805
0.000088 lseek(5, 805, SEEK_SET) = 805
0.000075 lseek(5, 805, SEEK_SET) = 805
0.000062 read(5, "", 4096) = 0
0.000049 read(5, "", 4096) = 0
0.000042 fchown(5, 0, 4294967295) = 0
0.000048 fchmod(5, 0600) = 0
0.000048 close(5) = 0
0.000078 munmap(0x2a9557b000, 4096) = 0
0.000051 rename("tabs/tmp.lOjpVv", "tabs/root") = 0
0.000148 ioctl(3, 0x8028406f
Don't know how to read the file, but it appears that the temp file is being created but then the last line is incomplete.
I also noticed that when I "ps -ef" I have a quite a few "/USR/SBIN/CRON". Also, I noticed all the crontab temp files in /tmp after the system hangs. This appears to be a permissions issue, but haven't nailed it down yet.
Any other ideas are greatly appreciated?