> A friend of mine upgraded one of his machines to a duel-cpu > box and upgraded the OS to -STABLE, and he noticed that his > backups were being corrupted. The corruption appears to occur when > he transfers huge gzip'd tar files over a 100BaseTX network: > > I believe that the problem is situated in the pipe device driver.
While I really doubt that this is related, I discovered today that I'm able to repeatably lock up my -current machine with: find /home -print | afio -T 3k -G 6 -Z -z -v -o - | tee /scratch/backup.afio >/dev/rsa0 It runs for about 5 minutes, then hangs completely. Removing the tee and writing to either of them doesn't cause a hang. Running two afio's with run going to the file and one going to tape doesn't cause a hang. When it locks up, it's doing it pretty solidly. (no ddb, no keyboard echo, etc). I haven't ruled out hardware issues yet though, but it looks slightly pipe related. Kevin To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message