rsync: [generator] write error: Broken pipe (32)

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1481
Joined: Fri Aug 29, 2003 8:39 pm

rsync: [generator] write error: Broken pipe (32)

Post by ^rooker »

[PROBLEM]
Trying to copy data from an SD card onto a mounted Samba share (CIFS on Ubuntu Server 18.04). But every now and then the copy freezes and then exits with the following error message:
rsync: [generator] write error: Broken pipe (32)
dmesg says:
[197910.744340] CIFS VFS: Free previous auth_key.response = 0000000045994e04
[197915.816754] CIFS VFS: Free previous auth_key.response = 00000000696f6be9
[197933.479725] No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3 (or SMB2.1) specify vers=1.0 on mount.
[198036.176476] CIFS VFS: Free previous auth_key.response = 00000000588ac411
[198036.230961] CIFS VFS: Free previous auth_key.response = 00000000424ff2d5
[198046.407852] CIFS VFS: Free previous auth_key.response = 000000005e7e5691
[198046.433682] CIFS VFS: Free previous auth_key.response = 00000000e62cd46d
[198056.585656] CIFS VFS: Free previous auth_key.response = 00000000c2b0a20f
[198056.612344] CIFS VFS: Free previous auth_key.response = 00000000c26db540
[198066.887006] CIFS VFS: Free previous auth_key.response = 00000000c2b0a20f
[198066.911506] CIFS VFS: Free previous auth_key.response = 00000000c26db540
Additionally:
CIFS VFS: No writable handles for inode
I then found this in dmesg:
CIFS VFS: Autodisabling the use of server inode numbers on \\MY_SERVER\media. This server doesn't seem to support them properly. Hardlinks will not be recognized on this mount. Consider mounting with the "noserverino" option to silence this message.

[SOLUTION]
To be continued....


Links:
https://askubuntu.com/questions/1048395 ... y-response
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply