FTP problem

Wie blitze ich ein Bild - Permanent Outgoing Incomes
JOCKYW2001
Einsteiger
Einsteiger
Beiträge: 358
Registriert: Montag 21. Juli 2003, 23:52

FTP problem

Beitrag von JOCKYW2001 »

Hi,

I created a jffs2only image from HEAD about 5 days ago
I can telnet to the box, but when I try to ftp it returns:

220 Willkomen auf Ihrer d-box 2.
User (192.168.1.90:(none)): root
331 Please specify the password.
Password:
500 OOPS: chdir
Login failed.
ftp> bye
500 OOPS: child died

It happens with all passwords.

Do you have any ideas?

Thanks, JockyW
Router-Fan
Erleuchteter
Erleuchteter
Beiträge: 521
Registriert: Dienstag 21. Mai 2002, 12:53

Beitrag von Router-Fan »

directory root vorhanden ?

oder evtl. nen link von root ins /tmp
JOCKYW2001
Einsteiger
Einsteiger
Beiträge: 358
Registriert: Montag 21. Juli 2003, 23:52

Beitrag von JOCKYW2001 »

this the root dir listing given out in telnet:
# ls -la
drwxr-xr-x 1 root root 0 Sep 10 10:12 .
drwxr-xr-x 1 root root 0 Sep 10 10:12 ..
-rwxr-xr-x 1 root root 53 Sep 10 10:21 .version
drwxr-xr-x 1 root root 0 Sep 10 10:21 bin
drwxr-xr-x 1 root root 0 Sep 10 10:21 boot
drwxr-xr-x 1 root root 0 Jan 1 1970 dev
drwxr-xr-x 1 root root 0 Jan 1 1970 etc
drwxr-xr-x 1 root root 0 Sep 10 10:21 lib
drwxr-xr-x 1 root root 0 Sep 10 10:21 mnt
dr-xr-xr-x 46 root root 0 Jan 1 1970 proc
drwxr-xr-x 1 root root 0 Sep 10 10:21 sbin
drwxr-xr-x 1 root root 0 Sep 10 10:21 share
drwxrwxrwt 2 root root 200 Jan 1 1970 tmp
drwxr-xr-x 1 root root 0 Sep 10 10:21 var
-rwxr-xr-x 1 root root 721789 Sep 10 10:12 vmlinuz

In /tmp there's:
# ls -la
drwxrwxrwt 2 root root 200 Jan 1 1970 .
drwxr-xr-x 1 root root 0 Sep 10 10:12 ..
srwxr-xr-x 1 root root 0 Jan 1 1970 camd.socket
srwxr-xr-x 1 root root 0 Jan 1 1970 controld.sock
-rw-r--r-- 1 root root 16 Jan 1 1970 ifstate
-rw-r--r-- 1 root root 3 Jan 1 1970 inetd.pid
srwxr-xr-x 1 root root 0 Jan 1 1970 neutrino.sock
srwxr-xr-x 1 root root 0 Jan 1 1970 sectionsd.sock
srwxr-xr-x 1 root root 0 Jan 1 1970 timerd.sock
srwxr-xr-x 1 root root 0 Jan 1 1970 zapit.sock

I'm still puzzled
Router-Fan
Erleuchteter
Erleuchteter
Beiträge: 521
Registriert: Dienstag 21. Mai 2002, 12:53

Beitrag von Router-Fan »

JOCKYW2001 hat geschrieben:this the root dir listing given out in telnet:
# ls -la
drwxr-xr-x 1 root root 0 Sep 10 10:12 .
drwxr-xr-x 1 root root 0 Sep 10 10:12 ..
-rwxr-xr-x 1 root root 53 Sep 10 10:21 .version
drwxr-xr-x 1 root root 0 Sep 10 10:21 bin
drwxr-xr-x 1 root root 0 Sep 10 10:21 boot
drwxr-xr-x 1 root root 0 Jan 1 1970 dev
drwxr-xr-x 1 root root 0 Jan 1 1970 etc
drwxr-xr-x 1 root root 0 Sep 10 10:21 lib
drwxr-xr-x 1 root root 0 Sep 10 10:21 mnt
dr-xr-xr-x 46 root root 0 Jan 1 1970 proc
drwxr-xr-x 1 root root 0 Sep 10 10:21 sbin
drwxr-xr-x 1 root root 0 Sep 10 10:21 share
drwxrwxrwt 2 root root 200 Jan 1 1970 tmp
drwxr-xr-x 1 root root 0 Sep 10 10:21 var
-rwxr-xr-x 1 root root 721789 Sep 10 10:12 vmlinuz
there is missing the root directory

/bin
/boot
/dev
/etc
/lib
/mnt
/proc
/root
/sbin
/share
/tmp
/var

type in telnet :

cd /
mkdir root
JOCKYW2001
Einsteiger
Einsteiger
Beiträge: 358
Registriert: Montag 21. Juli 2003, 23:52

Beitrag von JOCKYW2001 »

Router-Fan hat geschrieben:type in telnet :

cd /
mkdir root
:oops: YES that's it