However, it all used to run fine, so I can only assume there has
been a kernel change in this area. Interestingly enough, a.out
versions still run fine.
Here's the offending lines in the strace dump:
> strace call log
> ---------------
> execve("/sbin/lilo", ["lilo"], [/* 26 vars */]) = 0
> % time seconds usecs/call calls errors syscall
> ------ ----------- ----------- --------- --------- ----------------
> 85.65 3.682952 416 8849 stat
Can anyone tell me what changes have gone into the kernel which might
make this happen?
Karl