Re: [zfs-discuss] Re: Re: ZFS disables nfs/server on a host

2007-04-27 Thread Dennis Clarke

On 4/27/07, Ben Miller <[EMAIL PROTECTED]> wrote:

I just threw in a truss in the SMF script and rebooted the test system and it 
failed again.
The truss output is at http://www.eecis.udel.edu/~bmiller/zfs.truss-Apr27-2007


324:read(7, 0x000CA00C, 5120)   = 0
324:llseek(7, 0, SEEK_CUR)  Err#29 ESPIPE
324:close(7)= 0
324:waitid(P_PID, 331, 0xFFBFE740, WEXITED|WTRAPPED) = 0

llseek(7, 0, SEEK_CUR)  returns Err#29 ESPIPE

. so then .. whats that mean ?

ERRORS
The llseek() function will fail if:

ESPIPE  The fildes argument  is  associated  with  a
pipe or FIFO.

dunno if that helps

Dennis
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


[zfs-discuss] Re: Re: ZFS disables nfs/server on a host

2007-04-27 Thread Ben Miller
I just threw in a truss in the SMF script and rebooted the test system and it 
failed again.
The truss output is at http://www.eecis.udel.edu/~bmiller/zfs.truss-Apr27-2007

thanks,
Ben
 
 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss