Hi
I noticed lines in roots mail which had:
/bin/run-parts: line 76: gawk: command not found
Now
[root@localhost ~]# which gawk
/usr/bin/which: no gawk in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
[root@localhost ~]# ls -l /usr/bin/gawk
lrwxrwxrwx. 1 root root 14 Jun 30 20:49 /usr/bin/gawk -> ../../bin/gawk
[root@localhost ~]# ls /usr/bin/gawk
ls: cannot access /usr/bin/gawk: Too many levels of symbolic links
[root@localhost ~]# ls -l /bin/gawk
lrwxrwxrwx. 1 root root 14 Jun 30 20:49 /bin/gawk -> ../../bin/gawk
Anyone give me a hint as to what this is all about?
I assume there is a circular reference but why>
Cheers Paul