Werden dabei mehr Ausgaben gemacht als beim "normalen" Ausführen. stderr wird doch in jedem Fall ausgegeben, oder?Hallo,
das -x macht ja nichts weiter als die Befehle und deren Ausgaben des Scripts auf den Monitor zu zaubern, ist eine Möglichkeit zur Fehleranalyse hat aber keinen weiteren Einfluß auf das Script selbst. Es ist nicht nötig.
DS-107plus> sh -x S86synodms.sh start
+ dms=/usr/syno/sbin/dms
+ lighttpd=/usr/syno/sbin/lighttpd
+ httpconf=/usr/syno/mediaserver/lighttpd.conf
+ httpdebug=/usr/syno/mediaserver/lighttpd.debug
+ httpdpid=/var/run/lighttpd.pid
+ pidfile=/var/run/dms.pid
+ lighttpdlog=/var/log/lighttpd
+ /bin/get_key_value /etc.defaults/synoinfo.conf supportmediaservice
+ SupportDMS=yes
+ /bin/get_key_value /etc/synoinfo.conf runmediaservice
+ RunDMS=yes
+ /usr/bin/killall -9 dms
+ /usr/bin/killall -9 lighttpd
+ /bin/get_key_value /etc/synoinfo.conf loglevel_mediaservice
+ DebugLevel=
+ echo Starting Media Service ...
Starting Media Service ...
+ /usr/syno/sbin/dms
+ [ x != x ]
+ /usr/syno/sbin/lighttpd -f /usr/syno/mediaserver/lighttpd.conf
Ist doch kein ProblemLeider hat meine Waage die letzten 5 Jahre immer gemeckert wenn ich wieder hier war
0 = -40
Wo genau hackt es denn? Ein häufiger Fehler ist es, dass der User nicht als root sondern als admin angemeldet ist. In solchen Fällen immer als root mit dem PW des Admin anmeldenIch habs erst nach dem Wiki versucht aber das wollte ja leider net.
BusyBox v1.16.1 (2011-03-03 21:24:15 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
DiskStation> ls
DiskStation> cd /volume1
DiskStation> ls
@appstore aquota.user
@autoupdate bootstrap
@database homes
@eaDir music
@optware photo
@postfix public
@spool syno-x07-bootstrap_1.2-7_arm.xsh
@tmp video
Time Machine web
aquota.group
DiskStation>
DiskStation> rm -rf/volume1/@optware
rm: invalid option -- /
BusyBox v1.16.1 (2011-03-03 21:24:15 CST) multi-call binary.
Usage: rm [OPTIONS] FILE...
Remove (unlink) FILEs
Options:
-i Always prompt before removing
-f Never prompt
-R,-r Recurse
DiskStation> rm -rf /volume1/@optware
DiskStation> rm -rf /usr/lib/ipkg
DiskStation> cd /volume1/public
DiskStation> wget http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/st
able/syno-mvkw-bootstrap_1.2-7_arm.xsh
--17:47:25-- http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/syno-mvkw-bootstrap_1.2-7_arm.xsh
=> `syno-mvkw-bootstrap_1.2-7_arm3.xsh'
Resolving ipkg.nslu2-linux.org... 140.211.169.161
Connecting to ipkg.nslu2-linux.org|140.211.169.161|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 252,866 (247K) [text/plain]
100%[====================================>] 252,866 158.92K/s
17:47:27 (158.76 KB/s) - `syno-mvkw-bootstrap_1.2-7_arm3.xsh' saved [252866/252866]
DiskStation> sh syno-mvkw-bootstrap_1.2-7_arm.xsh
Optware Bootstrap for syno-mvkw.
Extracting archive... please wait
bootstrap/
bootstrap/bootstrap.sh
bootstrap/ipkg-opt.ipk
bootstrap/ipkg.sh
bootstrap/optware-bootstrap.ipk
bootstrap/wget.ipk
1232+1 records in
1232+1 records out
Creating temporary ipkg repository...
Installing optware-bootstrap package...
Unpacking optware-bootstrap.ipk...Done.
Configuring optware-bootstrap.ipk...mount: mounting /volume1/@optware on /opt failed: No such file or directory
mkdir: can't create directory '/opt/etc': No such file or directory
chmod: /opt/etc: No such file or directory
mkdir: can't create directory '/opt/var/': No such file or directory
chmod: /opt/var: No such file or directory
mkdir: can't create directory '/opt/tmp': No such file or directory
chmod: /opt/tmp: No such file or directory
mkdir: can't create directory '/opt/lib': No such file or directory
chmod: /opt/lib: No such file or directory
//tmp/ipkg/info/optware-bootstrap.ipk.preinst failed. Aborting installation of optware-bootstrap.ipk
Installing ipkg...
Unpacking ipkg-opt.ipk...Done.
Configuring ipkg-opt.ipk...WARNING: can't open config file: /usr/syno/ssl/openssl.cnf
tar: can't make dir ./opt/etc: No such file or directory
tar: can't create directory './opt/etc': No such file or directory
tar: can't open './opt/etc/ipkg.conf': No such file or directory
Done.
Removing temporary ipkg repository...
Installing wget...
bootstrap.sh: line 55: /opt/bin/ipkg: not found
DiskStation> mount
/dev/root on / type ext4 (rw,relatime,barrier=0,journal_checksum,data=ordered)
/tmp on /tmp type tmpfs (0)
none on /dev/pts type devpts (gid=4,mode=620)
/sys on /sys type sysfs (0)
/proc/bus/usb on /proc/bus/usb type usbfs (0)
/dev/sda3 on /volume1 type ext4 (usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,synoacl)
DiskStation> ls -la /
drwxr-xr-x 20 root root 4096 Jul 13 17:50 .
drwxr-xr-x 20 root root 4096 Jul 13 17:50 ..
-rw------- 1 root root 1024 Jul 11 18:02 .rnd
drwxr-xr-x 2 root root 4096 Jul 11 18:00 bin
drwxr-xr-x 6 root root 40960 Jul 13 17:50 dev
drwxr-xr-x 14 root root 4096 Jul 13 17:50 etc
drwxr-xr-x 12 root root 4096 Jul 13 17:50 etc.defaults
drwxr-xr-x 2 root root 4096 Mar 3 16:13 initrd
drwxr-xr-x 14 root root 12288 Jul 11 18:01 lib
lrwxrwxrwx 1 root root 11 Jul 11 18:01 linuxrc -> bin/busybox
drwx------ 2 root root 4096 Mar 3 15:50 lost+found
drwxr-xr-x 2 root root 4096 Mar 3 15:44 mnt
drwxr-xr-x 2 root root 4096 Jul 11 19:58 opt
dr-xr-xr-x 86 root root 0 Jan 1 1970 proc
drwxr-xr-x 2 root root 4096 Jul 13 19:01 root
drwxr-xr-x 2 root root 4096 Jul 11 18:01 sbin
drwxr-xr-x 11 root root 0 Jan 1 1970 sys
drwxrwxrwx 8 root root 800 Jul 13 19:01 tmp
drwxr-xr-x 7 root root 4096 Jul 11 18:00 usr
drwxr-xr-x 12 root root 4096 Jul 13 17:50 var
drwxr-xr-x 12 root root 4096 Jul 11 18:01 var.defaults
drwxrwxrwx 18 root root 4096 Jul 13 17:51 volume1
DiskStation> ls -la /volume1
drwxrwxrwx 18 root root 4096 Jul 13 17:51 .
drwxr-xr-x 20 root root 4096 Jul 13 17:50 ..
drwxr-xr-x 3 root root 4096 Jul 11 19:30 @appstore
drwx------ 2 root root 4096 Jul 11 18:37 @autoupdate
drwxr-xr-x 4 admin users 4096 Jul 11 18:50 @database
drwx------ 2 root users 4096 Jul 11 19:31 @eaDir
drwxr-xr-x 2 root root 4096 Jul 13 17:47 @optware
drwxr-xr-x 17 root root 4096 Jul 11 18:01 @postfix
drwxrwxrwt 4 root root 4096 Jul 13 17:51 @spool
drwxrwxrwx 4 root root 4096 Jul 13 17:51 @tmp
drwxrwxrwx 2 root root 4096 Jul 11 18:58 Time Machine
-rw------- 1 root root 8192 Jul 13 19:02 aquota.group
-rw------- 1 root root 9216 Jul 13 19:02 aquota.user
drwxrwxrwx 3 2001 2001 4096 Jul 11 20:03 bootstrap
drwxr-xr-x 6 root root 4096 Jul 11 19:31 homes
drwxrwxrwx 2 root root 4096 Jul 11 19:32 music
drwxrwxrwx 2 root root 4096 Jul 11 18:08 photo
drwxrwxrwx 3 root root 4096 Jul 13 17:47 public
-rw-rw-rw- 1 root root 250390 May 19 11:34 syno-x07-bootstrap_1.2-7_arm.xsh
drwxrwxrwx 2 root root 4096 Jul 11 18:08 video
drwxrwxrwx 4 root root 4096 Jul 11 19:32 web
Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.
Als Dankeschön schalten wir deinen Account werbefrei.