Activity log for bug #63900

Date Who What changed Old value New value Message
2006-10-04 04:16:21 Carlos RenĂª bug added bug
2006-10-04 08:28:04 didier openssh: status Unconfirmed Needs Info
2006-10-04 08:28:04 didier openssh: statusexplanation Hi, What was the cmd line used? Is your file > 2GB? IIRC linux send a SIGXFZ for vfat fs, even if the file is open with O_LARGEFILE. You have to add a 'signal(SIGXFSZ , SIG_IGN);' there's none in ssh.
2006-12-11 14:56:02 Colin Watson openssh: status Needs Info Confirmed
2006-12-11 14:56:02 Colin Watson openssh: statusexplanation Hi, What was the cmd line used? Is your file > 2GB? IIRC linux send a SIGXFZ for vfat fs, even if the file is open with O_LARGEFILE. You have to add a 'signal(SIGXFSZ , SIG_IGN);' there's none in ssh. This sounds plausible, although I'm not sure that simply ignoring the signal is the right fix.
2006-12-11 14:56:48 Colin Watson title Crash Copying archives!! (edgy) dies due to SIGXFSZ when copying large file onto VFAT filesystem
2007-04-07 01:05:42 Micah Cowan marked as duplicate 75574
2012-02-28 18:09:40 Kai Kasurinen removed subscriber Kai Kasurinen