I am running vsftp pretty much 'out of the box', though I turned off IPv4 and have it listening on IPv6. I have stopped ip6tables, as the simple rule to enable port 21 is not allowing gftp to connect (pasv mode, I think). gftp to the IPv6 address, it connects and gets a directory listing. I am running gftp from my normal login userid, connecting to my normal login userid on the server. But when I try to download or upload a file, gftp just crashes. Nothing in /var/log on either system. Any advice?
Carlos Eduardo Pedroza Santiviago
2008-Aug-16 13:43 UTC
[CentOS] gftp crashing on IPv6 to vsftp
Hi, On Fri, Aug 15, 2008 at 4:30 PM, Robert Moskowitz <rgm at htt-consult.com> wrote:> I am running vsftp pretty much 'out of the box', though I turned off IPv4 > and have it listening on IPv6.[...]> But when I try to download or upload a file, gftp just crashes. Nothing in > /var/log on either system. > > Any advice? >Try running strace to see when gtfp crashes. Probably ~/.xsession-errors could have some useful info. -- Carlos Eduardo Pedroza Santiviago - <segfault at core-dumped.org> http://softwarelivre.net | Passo-a-passo rumo ? liberdade!
Carlos Eduardo Pedroza Santiviago wrote:> Hi, > > On Fri, Aug 15, 2008 at 4:30 PM, Robert Moskowitz <rgm at htt-consult.com> wrote: > >> I am running vsftp pretty much 'out of the box', though I turned off IPv4 >> and have it listening on IPv6. >> > [...] > >> But when I try to download or upload a file, gftp just crashes. Nothing in >> /var/log on either system. >> >> Any advice? >> >> > > Try running strace to see when gtfp crashes. Probably > ~/.xsession-errors could have some useful info.Please tell me how to do this? Others I am working with have also found gftp not working with IPv6 ftp.