On Thu, Oct 13, 2005 at 03:54:03PM -0700, Paul Lew wrote: > > lftp -d sftp://root:[EMAIL PROTECTED]/tmp > ---- Running connect program (ssh -a -x -s -l root host sftp) > cd: Fatal error: pseudo-tty allocation failed: Exec format error > > I belive the problem is that the path used is wrong, but how can I > find out what lftp is trying to do so I can fix it? The -d flag did > not help much.
You can try to use strace utility to find out. But I think it can be a problem with /usr/libexec/pt_chown helper of glibc. -- Alexander.
