[ILUG] Kernel Problem on Sparc
Kenn Humborg
kenn at linux.ie
Thu Mar 9 22:07:32 GMT 2000
On Thu, Mar 09, 2000 at 08:24:20PM +0000, Dave Burke wrote:
> Mar 9 18:34:42 naboo kernel: Unimplemented SPARC system call 102
...
> chown("/etc/shadow-", 0, 0) = -1 ENOSYS (Function not implemented)
A wild guess: are you sure that the kernel and libc are in sync?
It's possible (but unlikely) that the kernel implements chown as,
say, syscall 23, while libc was compiled with kernel headers that
put it at syscall 45.
> srw-rw-rw- 1 root root 0 Feb 29 14:50 /dev/log=
>
> Probably not related, but what does the added equals mean?
File type signifier (-F option to ls):
$ ls -l /dev/log
srw-rw-rw- 1 root root 0 Mar 5 04:02 /dev/log
$ ls -lF /dev/log
srw-rw-rw- 1 root root 0 Mar 5 04:02 /dev/log=
Later,
Kenn
More information about the ILUG
mailing list