Claude Lecommandeur <[EMAIL PROTECTED]> writes:

> [pid 17337] afs_syscall(0x1c, 0x30, 0x190, 0, 0) = -1 E2BIG (Argument list too long)
> [pid 17337] _exit(1)                    = ?

This afs_syscall is to AFSCALL_CALL, AFSOP_RXLISTENER_DAEMON, which
should be starting the RX Listener.  I'm not sure where the E2BIG error
is coming from.  Did you see anything in your kernel logs, such as
"AFS: RX failed to initialize."?

To openafs-devel: there are a lot of places in the kernel module where
return values are ignored.  I'm wondering if better return-code
checking would help track this particular problem down?

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       [EMAIL PROTECTED]                        PGP key available
_______________________________________________
OpenAFS-devel mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to