|
From: Miklos S. <mi...@sz...> - 2007-09-12 13:05:53
|
> I've been getting a crash of some sort with sshfs-1.8. > > Some system details: > ppc arch > openssh-4.7p1 > fuse-2.6.4 > kernel 2.6.20 > > > Test details: > > I have some media files I want to transfer from encoders to a remote > server via ssh since it can be niced better than nfs and is faster than > smb. FTP was also ruled out, though I forget why now. During file copy > sshfs segfaults or just dies and the client side gets this message: > "Transport endpoint is not connected." [...] > Any suggestions? Is /tmp on tmpfs? That would mean, that copying files in there could make you run out of memory. It don't think it's a fuse/sshfs problem, because there have not been any other reports of massive memory leaks in these. So I suspect it's something else that's causing the memory to run out, and so make sshfs crash because of that. Miklos |