Hat alles eine Weile gedauert aber jetzt läuft es. Einmal SBLAN2 mit NextFW und WD GreenCaviar 1TB ohne Probleme, Großes Lob an die Ersteller, wirklich tolle Software auf so einer kleinen Kiste. Dann einmal ALL6250 auch mit NextFW und der alten 500er Platte des SBLAN2. Abgesehen davon, dass mit eine Installation des webadmin auf der ALL6250 nicht gelingen will habe ich jetzt folgendes akute Problem:
Der SBLAN soll per rsync Daten auf die ALL6250 (oder, für Fujitsu, auf einen 2. SBLAN2 sichern). Dazu habe ich folgendes getan:
rsync.conf auf dem Zielserver:
/etc/rsyncd.conf
#
# rsyncd.conf file of ALL 6250
#
[SHARE]
path = /mnt/Share
comment = Share of ALL6250
dann:
rsync --daemon
ps -all sagt:
amsadmin# ps -all
PID Uid VmSize Stat Command
1 root 404 S init
2 root SW [keventd]
3 root SWN [ksoftirqd_CPU0]
4 root SW [kswapd]
5 root SW [bdflush]
6 root SW [kupdated]
7 root Z [swapper]
8 root SW [swapper]
9 root SW [swapper]
10 root DW [swapper]
11 root SW [mtdblockd]
12 root SW [khubd]
13 root SW [kjournald]
37 root SW [kjournald]
178 root 316 S /sbin/inetd
180 root 496 S /sbin/httpd -p 80
181 root 428 S /bin/sh /etc/init.d/watchdog.sh
235 root 320 S /sbin/pnmd
248 root 752 S nmbd -D
250 root 384 S cron
253 root 416 S -/bin/sh
402 root 304 S /bin/telnetd
423 root 972 S /mnt/.zap/opt/lighttpd/sbin/lighttpd -f /mnt/.zap/etc/lighttpd.conf -m /mnt/.zap/opt/l
515 root 104 S /mnt/.zap/bin/watch_prog upnp_soho 15 10 upnp_soho -p 8091 &
787 root 804 S upnp_soho -p 8091
788 root 804 S upnp_soho -p 8091
789 root 804 S upnp_soho -p 8091
790 root 804 S upnp_soho -p 8091
791 root 804 S upnp_soho -p 8091
797 root 804 S upnp_soho -p 8091
905 root 804 S upnp_soho -p 8091
997 root 804 S upnp_soho -p 8091
1105 root 804 S upnp_soho -p 8091
1139 root 804 S upnp_soho -p 8091
1157 root 452 S -sh
1244 root 804 S upnp_soho -p 8091
1313 root 804 S upnp_soho -p 8091
1340 root 320 S sleep 300
1347 root 804 S upnp_soho -p 8091
1348 root 804 S upnp_soho -p 8091
1349 root 804 S upnp_soho -p 8091
1388 root 520 S rsync --daemon
1389 root 392 R ps -all
läuft also...
Jetzt auf dem Quellserver:
amsadmin# rsync -a --list-only -verbose /mnt/Share
rsync://192.168.1.xxx/Sharersync: Failed to exec rbose: No such file or directory (2)
rsync error: error in IPC code (code 14) at pipe.c(84) [sender=3.0.5]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(600) [sender=3.0.5]
Was möchte er mit damit sagen?
Danke schonmal.
Organic