View Single Post
Unread 08-22-2006, 11:03 AM   #22
meisner
Cooling Neophyte
 
Join Date: Jun 2006
Location: New Hampshire
Posts: 13
Default Re: Backing up a 4100

More info...

The snippet of the log reveals some useful info. errno=39 means (according to standard UNIX error codes) a directory is not empty. Not too interesting. But smb_com=0x73 is a command code for session setup. So obviously there is some network problem (probably related specifically to SMB) where a network connection is being closed...causing the "write_to_net" and "send_smb only wrote 0 of 193 bytes" messages.

I just started another backup on SERVER while running the network monitor on the same system. I want to see if there is a network link that is closed by SERVER. There is nothing in the system or application event logs that is related.
meisner is offline   Reply With Quote