Harti1969
16.12.2010, 21:52 |
Fritz Box 7320 (Deamon) |
Hallo,
ich möchte gerne meine FB 7320 als Gerät eintragen, aber leider kommt ständig "Syntax Error". Hier mal die Telnetausgabe:
BusyBox v1.13.4 (2010-05-17 14:53:40 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
ermittle die aktuelle TTY
tty is "/dev/pts/0"
Console Ausgaben auf dieses Terminal umgelenkt
# mkdir /var/eup
# wget "http://www.embedded-uptime-project.com/?seite=dl&datei=
stbup.mipsel.ar7"
-O "/var/eup/stbup"
Connecting to www.embedded-uptime-project.com (85.214.71.40:80)
stbup 100% |*******************************| 98k --:--:-- ETA
# chmod +x "/var/eup/stbup"
# /var/eup/stbup -u xxxxxx -p xxxxxx -g 4 -D 'FRITZ!Box Fon WLAN 7320' -i 5
-s http://www.embedded-uptime-project.com &
# /var/eup/stbup: line 1: syntax error: "(" unexpected |
Murf
13.04.2011, 13:49
@ Harti1969
|
Fritz Box 7320 |
Bei mir kommen andere Fehler:
# chmod +x "/var/eup/stbup"
chmod: /var/eup/stbup: No such file or directory
# /var/eup/stbup -u xxxxxx -p xxxxxxx -g 4 -D 'FRITZ!Box Fon WLAN 7320' -i 5
-sh: /var/eup/stbup: not found
# -s http://www.embedded-uptime-project.com &
-sh: -s: not found
[1] + Done(127) -s http://www.embedded-uptime-project.com
-------------------------------------------------
# -s http://www.embedded-uptime-project.com &
-sh: -s: not found
[1] + Done(127) -s http://www.embedded-uptime-project.com
und sowas:
-O "/var/eup/stbup"chmod +x "/var/eup/stbup"
-sh: -O: not found
# chmod +x "/var/eup/stbup"
chmod: /var/eup/stbup: No such file or directory
# Connecting to www.embedded-uptime-project.com (85.214.75.223:80)
-sh: syntax error: "(" unexpected
und sowas:
Connecting to www.embedded-uptime-project.com (85.214.75.223:80)
wget: bad header line: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
Mihre007
14.04.2011, 10:44 (editiert von Mihre007, 14.04.2011, 10:53)
@ Murf
|
Fritz Box 7320 |
» Bei mir kommen andere Fehler:
»
»
» # chmod +x "/var/eup/stbup"
» chmod: /var/eup/stbup: No such file or directory
» # /var/eup/stbup -u xxxxxx -p xxxxxxx -g 4 -D 'FRITZ!Box Fon WLAN 7320' -i
» 5
» -sh: /var/eup/stbup: not found
» # -s http://www.embedded-uptime-project.com &
» -sh: -s: not found
» [1] + Done(127) -s http://www.embedded-uptime-project.com
»
»
» -------------------------------------------------
» # -s http://www.embedded-uptime-project.com &
» -sh: -s: not found
» [1] + Done(127) -s http://www.embedded-uptime-project.com
»
»
» und sowas:
»
» -O "/var/eup/stbup"chmod +x "/var/eup/stbup"
» -sh: -O: not found
» # chmod +x "/var/eup/stbup"
» chmod: /var/eup/stbup: No such file or directory
» # Connecting to www.embedded-uptime-project.com (85.214.75.223:80)
» -sh: syntax error: "(" unexpected
»
» und sowas:
»
»
»
» Connecting to www.embedded-uptime-project.com (85.214.75.223:80)
» wget: bad header line: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
@ Murf, deine stbup scheint nicht dazusein, hat der download geklappt?
mach mal
cd /var/eup/stbup
ls
und poste mal was da steht |
Murf
15.04.2011, 12:42
@ Mihre007
|
Fritz Box 7320 |
Da steht das hier:
# cd /var/eup/stbup
-sh: cd: can't cd to /var/eup/stbup |