[Bug 63900] Re: Crash Copying archives!! (edgy)

2006-12-11 Thread Colin Watson
This sounds plausible, although I'm not sure that simply ignoring the signal is the right fix. ** Changed in: openssh (Ubuntu) Status: Needs Info => Confirmed ** Summary changed: - Crash Copying archives!! (edgy) + dies due to SIGXFSZ when copying large file onto VFAT filesystem -- die

Re: [Bug 63900] Re: Crash Copying archives!! (edgy)

2006-10-04 Thread h4ch3r
yes, I was using the command! e was but of 9GB of transference in local net!! --- didier <[EMAIL PROTECTED]> escreveu: > 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(S

[Bug 63900] Re: Crash Copying archives!! (edgy)

2006-10-04 Thread didier
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. ** Changed in: openssh (Ubuntu) Status: Unconfirmed => Needs Info -- Crash Copying