Displaying 1 result from an estimated 1 matches for "phhaamxrvw".
2015 Jul 29
0
smbd core-dumping when removing file; mis-configuration?
...errors returned to the client (rm, in this
case), and seeing many apparent coredumps of smbd.
To copy and prune, I'm performing the moral equivalent of (with FROM as
the mount point of the legacy server, and TO the mount point of the new
server):
for PROJECT in ...; do
rsync -PHhaAmXrvW "$FROM/$PROJECT" "$TO/"
done
"Oh, $THAT could be removed!"
kevin at FROM $ rm -rf "$THAT/"
kevin at TO $ rm -rf "$THAT/"
The problem is that the rm command against the new NAS box returns a lot
of lines like:
rm: cannot re...