AdminTool Admin Tool 0.99c + DSM 3.1 Beta

Status
Für weitere Antworten geschlossen.

Herbert_Testmann

Benutzer
Mitglied seit
27. Jul 2009
Beiträge
1.114
Punkte für Reaktionen
1
Punkte
64
neuer Zwischenstand

Gestern Abend habe ich /var/log/cron.log gelöscht
Heute eine lange Liste

Synology> dd bs=32k count=1 if='/var/log/cron.log' skip=0

/bin/sh: /root: Permission denied
/bin/sh: /root: Permission denied
/bin/sh: /root: Permission denied
/bin/sh: /root: Permission denied
/bin/sh: /root: Permission denied
/bin/sh: /root: Permission denied
/bin/sh: /root: Permission denied

Die Datei mit den Smart Daten ist nicht angelegt worden. Also ist das Script nicht ein mal gelaufen seit 7:00. Aber offenbar wird zur eingestellten Zeit versucht, das Script zu starten.

Wenn der Job als root ausgeführt wird, warum gibt es dann Probleme mit einer Berechtigung. Verstehe ich nicht :(
 

itari

Benutzer
Mitglied seit
15. Mai 2008
Beiträge
21.900
Punkte für Reaktionen
14
Punkte
0
Hmm, die Dateirechte fürs Ausführen sind gesetzt?

Kontrolliere auch noch einmal die /etc/crontab, ob da alles richtig drinne ist.

Itari
 

Herbert_Testmann

Benutzer
Mitglied seit
27. Jul 2009
Beiträge
1.114
Punkte für Reaktionen
1
Punkte
64
Die Rechte von diskstatsd.sh stehen auf 777
Auf der Konsole kann ich das script mit
> sh diskstatsd.sh
ausführen.

Als Pfad stand in crontab
/root /volume1/@appstore/adm/modules/smart/diskstatsd.sh
Ich hab mal das /root vorne weg gelöscht.
------
Minuten später...
Das File wird angelegt und es steht auch was drin

War also mein Fehler beim copy/paste
Danke für Deine Geduld, Itari. Ich schau dann morgen mal, ob eine Grafik zu sehen ist und probiere nach & nach die restlichen Module mal aus.


PS Wenn ich im Admin Tool unter System / IPKG auf den Reference Link klicke
http://handhelds.org/moin/moin.cgi/Ipkg
kommt eine 404
 

Herbert_Testmann

Benutzer
Mitglied seit
27. Jul 2009
Beiträge
1.114
Punkte für Reaktionen
1
Punkte
64
Hallo Itari

Ich bin jetzt mit den Smart Daten so weit, dass eine Liste per cron angelegt wird. Unter Smart - Monitoring bleibt die Grafik leer und auch darunter in der Liste stehen keine Daten. Warum wird die Datei unter /var/log/ nicht ausgelesen?

Rich (BBCode):
Synology> dd bs=32k count=1 if='/var/log/diskstat_sda' skip=0

02 14 19 59 37 12416 2772 33 0
02 14 20 01 37 12416 2772 33 0
02 14 20 15 37 12417 2772 33 0
02 14 20 30 37 12417 2772 33 0
02 14 20 45 37 12417 2772 33 0
02 14 20 59 37 12417 2772 33 0
02 14 21 01 37 12417 2772 33 0
02 14 21 15 37 12418 2772 33 0
02 14 21 30 37 12418 2772 33 0
02 14 21 45 37 12418 2772 33 0
02 14 21 59 37 12418 2772 33 0
02 14 22 01 37 12418 2772 33 0
02 14 22 15 37 12419 2772 33 0
02 14 22 30 37 12419 2772 33 0
02 14 22 45 37 12419 2772 33 0
02 14 22 59 37 12419 2772 33 0
02 15 07 01 37 12427 2772 33 0
02 15 07 15 37 12428 2772 33 0
02 15 07 30 37 12428 2772 33 0
02 15 07 45 37 12428 2772 33 0
02 15 07 59 37 12428 2772 33 0
02 15 08 01 37 12428 2772 33 0
02 15 08 15 37 12429 2772 33 0
 

Buana-la

Benutzer
Mitglied seit
30. Sep 2010
Beiträge
3
Punkte für Reaktionen
0
Punkte
0
Nach Admintool läuft der Webserver nicht mehr

Hallo zusammen,

ich habe auf meiner DS210J das Admintol 0.99c und die 3rd Party sachen installiert.
Seit dem kann ich die Weboberfläche von Pyload nicht mehr erreichen.
Da ich der Meganoob in Sachen Linux bin habe ich sehr lange gebraucht um die Sachen über starten zu könne....aber nu geht nischt mehr.
Wenn ich pyload manuel über Putty starte kommt immer dieses hier.


DiskStation> python /opt/pyload/pyLoadCore.py
12.06.2011 17:57:58 INFO Benutze Home-Verzeichnis: /volume1/Volume1/movie/Pyload
12.06.2011 17:57:59 INFO HotFolder geladen, aktiviert False
12.06.2011 17:57:59 INFO ExternalScripts geladen, aktiviert True
12.06.2011 17:57:59 INFO UpdateManager geladen, aktiviert True
12.06.2011 17:57:59 INFO UnRar geladen, aktiviert False
12.06.2011 17:57:59 INFO ClickAndLoad geladen, aktiviert True
12.06.2011 17:57:59 INFO MergeFiles geladen, aktiviert False
12.06.2011 17:57:59 INFO IRCInterface geladen, aktiviert False
12.06.2011 17:57:59 INFO CaptchaTrader geladen, aktiviert True
12.06.2011 17:57:59 INFO Downloadzeit: True
12.06.2011 17:57:59 INFO Starte ThriftBackend: 0.0.0.0:7227
12.06.2011 17:58:00 INFO Freier Speicher: 1.77 TiBGB
12.06.2011 17:58:02 INFO No Updates for pyLoad
12.06.2011 17:58:02 INFO Starting builtin webserver: 192.1xx.1xx.xx:8000
Exception in thread Thread-7:
Traceback (most recent call last):
File "/opt/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/volume1/@optware/pyload/module/web/ServerThread.py", line 56, in run
self.start_builtin()
File "/volume1/@optware/pyload/module/web/ServerThread.py", line 64, in start_builtin
webinterface.run_simple(host=self.host, port=self.port)
File "/volume1/@optware/pyload/module/web/webinterface.py", line 107, in run_simple
run(app=web, host=host, port=port, quiet=True)
File "/volume1/@optware/pyload/module/lib/bottle.py", line 1411, in run
server.run(app)
File "/volume1/@optware/pyload/module/lib/bottle.py", line 1275, in run
srv = make_server(self.host, self.port, handler, **self.options)
File "/opt/lib/python2.5/wsgiref/simple_server.py", line 181, in make_server
server = server_class((host, port), handler_class)
File "/opt/lib/python2.5/SocketServer.py", line 330, in __init__
self.server_bind()
File "/opt/lib/python2.5/wsgiref/simple_server.py", line 50, in server_bind
HTTPServer.server_bind(self)
File "/opt/lib/python2.5/BaseHTTPServer.py", line 101, in server_bind
SocketServer.TCPServer.server_bind(self)
File "/opt/lib/python2.5/SocketServer.py", line 341, in server_bind
self.socket.bind(self.server_address)
File "<string>", line 1, in bind
error: (98, 'Address already in use')

12.06.2011 17:58:02 INFO No plugin updates available


Hab schon auf DMS3.1 aktuallisiert in der Hoffung, dass ich mir einer kompletten Neuinstallation die Sache wieder ans Laufen bekomme....leider war das nix.....

Kann mir bitte jemand sagen, wo bei mir der Wurm drinne sitzt?

Grüße

Marco
 

Buana-la

Benutzer
Mitglied seit
30. Sep 2010
Beiträge
3
Punkte für Reaktionen
0
Punkte
0
Nach Admintool läuft der Webserver nicht mehr

Ach ja, nach der Eingabe von "ps"
kommt das hier alles.....leider blicke ich da auch nicht durch:
DiskStation> ps
PID USER VSZ STAT COMMAND
1 root 2924 S init
2 root 0 SW [kthreadd]
3 root 0 SW [ksoftirqd/0]
4 root 0 SW [events/0]
5 root 0 SW [khelper]
8 root 0 SW [async/mgr]
88 root 0 SW [sync_supers]
90 root 0 SW [bdi-default]
91 root 0 SW [kblockd/0]
97 root 0 SW [ata/0]
98 root 0 SW [ata_aux]
113 root 0 SW [rpciod/0]
121 root 0 SW< [kswapd0]
122 root 0 SW [nfsiod]
275 root 0 SW [scsi_eh_0]
277 root 0 SW [scsi_eh_1]
299 root 0 SW [mtdblockd]
323 root 0 SW [kstriped]
334 root 0 SW [md0_raid1]
340 root 0 SW [md1_raid1]
429 root 0 SW [jbd2/md0-8]
430 root 0 SW [ext4-dio-unwrit]
1396 root 0 SW [khubd]
1443 root 0 SW [ksnapd]
1475 root 0 SW [crypto/0]
1579 root 0 SW [crypto]
1580 root 0 SW [crypto_ret]
1644 root 0 SW [ecryptfs-kthrea]
1986 root 2924 S /sbin/syslogd -S
1988 root 2924 S /sbin/klogd
2832 root 12084 S < /usr/syno/bin/findhostd
2852 root 0 SW [jbd2/md2-8]
2853 root 0 SW [ext4-dio-unwrit]
2874 root 0 SW [flush-9:2]
3168 admin 33756 S /usr/syno/pgsql/bin/postgres -D /var/services/pgsql --config_file=/usr/s
3171 admin 33756 S postgres: writer process
3172 admin 33756 S postgres: wal writer process
3303 root 8532 S /usr/syno/bin/scemd
3640 root 0 SW [usbhid_resumer]
3713 root 2928 S /sbin/getty 115200 console
3719 root 11220 S /usr/syno/sbin/hotplugd
3735 root 5384 S /usr/sbin/inetd
3742 root 5384 S /usr/sbin/crond
4064 root 11748 S /usr/syno/sbin/scheduler
4070 admin 34840 S postgres: admin download [local] idle
4104 root 4016 S /usr/syno/sbin/cupsd -C /usr/local/cups/cupsd.conf
4134 root 16284 S /usr/syno/sbin/fileindexd
4145 root 25144 S N /usr/syno/sbin/synoindexd
4151 root 9504 S N /usr/syno/bin/synomkthumbd
4214 root 15480 S /usr/syno/sbin/nmbd -D
4216 admin 34804 S postgres: admin photo [local] idle
4272 root 19784 S /usr/syno/sbin/smbd -D
4274 root 19784 S /usr/syno/sbin/smbd -D
4333 root 7156 S /usr/syno/sbin/atalkd
4356 1 1584 S /sbin/portmap
4358 root 0 SW [lockd]
4359 root 0 SW [nfsd4]
4360 root 0 SW [nfsd]
4363 root 1696 S /usr/sbin/statd
4366 root 1744 S /usr/sbin/mountd -p 892
4390 root 9504 S N /usr/syno/sbin/synomkflvd
4466 root 4072 S /usr/syno/sbin/sshd
4478 root 5616 S /usr/syno/apache/bin/httpd -f /usr/syno/apache/conf/httpd.conf-sys
4492 root 5768 S /usr/syno/apache/bin/httpd -f /usr/syno/apache/conf/httpd.conf-sys
4514 root 5484 S /usr/syno/apache/bin/httpd
4520 nobody 5484 S /usr/syno/apache/bin/httpd
4521 nobody 5484 S /usr/syno/apache/bin/httpd
4522 nobody 5484 S /usr/syno/apache/bin/httpd
4579 root 2560 S avahi-daemon: running [DiskStation.local]
4604 root 8208 S /usr/syno/sbin/cnid_metad
4610 root 15396 S /usr/syno/sbin/afpd -c 256 -g guest -n DiskStation AFPServer
4617 root 5616 S /usr/syno/apache/bin/httpd -f /usr/syno/apache/conf/httpd.conf-sys
4624 root 5616 S /usr/syno/apache/bin/httpd -f /usr/syno/apache/conf/httpd.conf-sys
4625 root 5616 S /usr/syno/apache/bin/httpd -f /usr/syno/apache/conf/httpd.conf-sys
4629 root 5616 S /usr/syno/apache/bin/httpd -f /usr/syno/apache/conf/httpd.conf-sys
4630 root 6976 S sshd: root@pts/0
4636 root 5388 S -ash
4665 root 5388 R ps
 
Status
Für weitere Antworten geschlossen.
 

Kaffeautomat

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.

:coffee:

Hier gehts zum Kaffeeautomat