[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SPARC potato -> woody



This happens with 2.2.18. Doing an strace gives you the pasted dump. SYS_63() 
and nfssvc() seem to be the unimplemented system calls.

Via dmesg I get Unimplemented system calls in init (call 155) and rcS (calls 
44,154, and 155).

This is on my SMP Sparc10 (2 ROSS 90s). I'd try it with 2.4.0 but it Ooopsss 
and deadlocks too frequently to run for more than a few minutes.

Brian Macy

job:/usr/src/linux-cvs# strace ifup -a
execve("/sbin/ifup", ["ifup", "-a"], [/* 19 vars */]) = 0
uname({sys="Linux", node="job", ...})   = 0
brk(0)                                  = 0x25e70
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
SYS_63()                                = -1 ENOSYS (Function not implemented)
fstat(3, {st_mode=S_IFREG|0644, st_size=13868, ...}) = 0
mmap(NULL, 13868, PROT_READ, MAP_PRIVATE, 3, 0) = 0x5001c000
close(3)                                = 0
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\0020"..., 1024) = 
1024
fstat(3, {st_mode=S_IFREG|0755, st_size=1173232, ...}) = 0
mmap(NULL, 1248616, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x5002d000
mprotect(0x50143000, 109928, PROT_NONE) = 0
mmap(0x5014d000, 57344, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 
3, 0x110000) = 0x5014d000
mmap(0x5015b000, 11624, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x5015b000
close(3)                                = 0
munmap(0x5001c000, 13868)               = 0
getpid()                                = 16778
nfssvc(0)                               = -1 ENOSYS (Function not implemented)
fcntl(0, F_GETFD)                       = 0
fcntl(1, F_GETFD)                       = 0
fcntl(2, F_GETFD)                       = 0
getpagesize()                           = 0x1000
brk(0)                                  = 0x25e70
brk(0x25e98)                            = 0x25e98
brk(0x26000)                            = 0x26000
brk(0x27000)                            = 0x27000
open("/etc/network/interfaces", O_RDONLY) = 3
SYS_63()                                = -1 ENOSYS (Function not implemented)


On Sat, Jan 06, 2001 at 03:34:18PM -0500, Evan DiBiase wrote:
> Hey,
> 
> I recently upgraded my SPARCstation2 from Debian potato to woody, which
> seemed to work fine... until the power went out and it came time to boot
> the system anew. Now, the system won't boot normally, and I have to boot
> in "linux single" mode (that is, typing "linux single" at the SILO
> prompt). The major problem here for me is what appears to be caused by
> the following (seen during bootup, or, in fact, any time "ifup eth0" is
> run):
> 
> Configuring network interfaces: /etc/network/interfaces: Function not
> implemented
> ifup: couldn't read interfaces file "/etc/network/interfaces"
> 
> This happens with basically anything in /etc/network/interfaces: this
> error was generated with a completely commented-out file, but the same
> error happens with a "working" file.
> 
> What can I do in this situation?

What kernel version are you running? If I didn't know better, I'de say
you have a pre 2.2.x kernel.



Reply to: