- Mitglied seit
- 09. Jan 2010
- Beiträge
- 92
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hallo,
ich habe nach dem Update meiner Synology DS106j auf den DSM 3.1-1605, das soweit erfolgreich war (Webinterface funktionierte), wieder IPKG installieren wollen. Nach der IPKG-Installation gibt es jetzt aber folgendes
Problem: Das Webinterface meiner DiskStation funktioniert nicht mehr, per SSH anmelden kann ich mich zum Glück noch.
Der Versuch, Apache mittels /usr/syno/etc/rc.d/S97apache-user.sh restart manuell zu starten (meiner laienhaften Vorstellung nach der Server, über den auch das Webinterface betrieben wird?), bringt folgende Ausgabe:
Jetzt bin ich etwas ratlos und auf Eure Hilfe angewiesen, fürchte ich ...
Bei der IPKG-Installation bin ich im Detail wie folgt vorgegangen: Ich bin ins Verzeichnis /volume1/public gewechselt und habe die entsprechende .xsh-Datei für meine DS106j heruntergeladen:
Danach habe ich die .xsh-Datei ausgeführt:
... und das Paketverzeichnis mit ipkg update heruntergeladen, gefolgt von einem Neustart der Station.
Nach dem Neustart habe ich /opt gelöscht, per ln -s /volume1/opt / das Mount (? - sagt man das so?) durch einen Symlink ersetzt und die /etc/rc.local wie folgt angepasst:
Anschließend habe ich noch das Skript optware.sh in /usr/local/etc/rc.d angelegt, wie es hier empfohlen und beschrieben ist, und es mittels chmod +x /usr/local/etc/rc.d/optware.sh ausführbar gemacht.
Ergebnis nach erneutem Reboot: IPKG lässt sich per SSH normal ausführen, Webinterface der DiskStation ist tot.
Weitere Ausgaben (System-Log, System-Start-Log, ...) liefere ich natürlich gerne nach, sollte das jemandem helfen.
Für jeden noch so kleinen Hinweis dankbar,
Hackintosh HD
ich habe nach dem Update meiner Synology DS106j auf den DSM 3.1-1605, das soweit erfolgreich war (Webinterface funktionierte), wieder IPKG installieren wollen. Nach der IPKG-Installation gibt es jetzt aber folgendes
Problem: Das Webinterface meiner DiskStation funktioniert nicht mehr, per SSH anmelden kann ich mich zum Glück noch.
Der Versuch, Apache mittels /usr/syno/etc/rc.d/S97apache-user.sh restart manuell zu starten (meiner laienhaften Vorstellung nach der Server, über den auch das Webinterface betrieben wird?), bringt folgende Ausgabe:
Rich (BBCode):
DiskStation> /usr/syno/etc/rc.d/S97apache-user.sh restart
Start User Apache Server .....
httpd: Syntax error on line 483 of /usr/syno/apache/conf/httpd.conf: Cannot load /lib/libphp5.so into server: /lib/libphp5.so: undefined symbol: sqlite3_load_extension
/usr/syno/etc/rc.d/S97apache-user.sh: user httpd could not be started
DiskStation>
Jetzt bin ich etwas ratlos und auf Eure Hilfe angewiesen, fürchte ich ...
Bei der IPKG-Installation bin ich im Detail wie folgt vorgegangen: Ich bin ins Verzeichnis /volume1/public gewechselt und habe die entsprechende .xsh-Datei für meine DS106j heruntergeladen:
Code:
DiskStation> wget http://ipkg.nslu2-linux.org/feeds/optware/ds101g/cross/unstabl
e/ds101-bootstrap_1.0-4_powerpc.xsh
--2011-03-28 12:24:10-- http://ipkg.nslu2-linux.org/feeds/optware/ds101g/cross/unstable/ds101-bootstrap_1.0-4_powerpc.xsh
Resolving ipkg.nslu2-linux.org (ipkg.nslu2-linux.org)... 140.211.169.169
Connecting to ipkg.nslu2-linux.org (ipkg.nslu2-linux.org)|140.211.169.169|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1859267 (1.8M) [text/plain]
Saving to: `ds101-bootstrap_1.0-4_powerpc.xsh'
100%[======================================>] 1,859,267 151K/s in 12s
2011-03-28 12:24:23 (146 KB/s) - `ds101-bootstrap_1.0-4_powerpc.xsh' saved [1859267/1859267]
Danach habe ich die .xsh-Datei ausgeführt:
Code:
DiskStation> sh ds101-bootstrap_1.0-4_powerpc.xsh
DS-10x Bootstrap extracting archive... please wait
bootstrap/
bootstrap/bootstrap.ipk
bootstrap/bootstrap.sh
bootstrap/ipkg.ipk
bootstrap/ipkg.sh
bootstrap/openssl.ipk
bootstrap/wget-ssl.ipk
10271+1 records in
10271+1 records out
Creating temporary ipkg repository... success
Installing DS101(g)-bootstrap package...Unpacking bootstrap.ipk...Done.
Configuring bootstrap.ipk...Regenerating dynamic linker cache...
/opt/sbin/ldconfig: /lib/libss.so.2 is not a symbolic link
/opt/sbin/ldconfig: /lib/libe2p.so.2 is not a symbolic link
/opt/sbin/ldconfig: /lib/libext2fs.so.2 is not a symbolic link
/opt/sbin/ldconfig: /lib/libuuid.so.1 is not a symbolic link
/opt/sbin/ldconfig: /lib/libcom_err.so.2 is not a symbolic link
/opt/sbin/ldconfig: /lib/libblkid.so.1 is not a symbolic link
Done.
success
Installing IPKG package... (Ignore missing md5sum warning)
./ipkg.sh: line 1147: can't open /volume1/tmp/ipkg-bootstrap/ipkg.conf: no such file
Removing temporary ipkg repository...
Installing OpenSSL..Installing openssl (0.9.7m-5) to root...
Configuring openssl
Successfully terminated.
success
Installing wget-SSL...Installing wget-ssl (1.12-2) to root...
Configuring wget-ssl
Successfully terminated.
success
Setup complete...
If your network setup is correct, you should be able to do "ipkg update" to get the
full list of installable packages
BusyBox v1.16.1 (2011-03-24 02:15:54 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
DiskStation>
... und das Paketverzeichnis mit ipkg update heruntergeladen, gefolgt von einem Neustart der Station.
Nach dem Neustart habe ich /opt gelöscht, per ln -s /volume1/opt / das Mount (? - sagt man das so?) durch einen Symlink ersetzt und die /etc/rc.local wie folgt angepasst:
Rich (BBCode):
#!/bin/sh
## Optware setup
## mkdir -p /opt
## [ -e /volume1/opt ] && mount -o bind /volume1/opt /opt
## [ -x /opt/etc/rc.optware ] && /opt/etc/rc.optware
[ -e /bin/killall ] || ln -s /bin/busybox /bin/killall
Anschließend habe ich noch das Skript optware.sh in /usr/local/etc/rc.d angelegt, wie es hier empfohlen und beschrieben ist, und es mittels chmod +x /usr/local/etc/rc.d/optware.sh ausführbar gemacht.
Ergebnis nach erneutem Reboot: IPKG lässt sich per SSH normal ausführen, Webinterface der DiskStation ist tot.
Weitere Ausgaben (System-Log, System-Start-Log, ...) liefere ich natürlich gerne nach, sollte das jemandem helfen.
Für jeden noch so kleinen Hinweis dankbar,
Hackintosh HD