- Mitglied seit
- 22. Jun 2013
- Beiträge
- 17
- Punkte für Reaktionen
- 0
- Punkte
- 0
ipkg installation klappt nicht
Hallo,
ich habe begonnen ipkg gemäß der Wiki Anleitung (http://www.synology-wiki.de/index.php/IPKG) zu installieren. Leider funktioniert das Ausführen von bootstrap.sh schon nicht richtig:
BusyBox v1.16.1 (2013-04-16 20:15:54 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
DiskStation> cd /volume1/public/bootstrap
DiskStation> ls
bootstrap.sh ipkg.sh wget.ipk
ipkg-opt.ipk optware-bootstrap.ipk
DiskStation> sh bootstrap.sh
Creating temporary ipkg repository...
DiskStation>
Wie ihr erkennen könnt wird lediglich "Creating temporar ipkg repository ..." ausgegeben und dann lande ich schon wieder beim prompt. Eigentlich sollte es aber so aussehen:
ChristianNAS> sh bootstrap.sh
Creating temporary ipkg repository...
Installing optware-bootstrap package...
Unpacking optware-bootstrap.ipk...Done.
Configuring optware-bootstrap.ipk...Done.
Installing ipkg...
Unpacking ipkg-opt.ipk...Done.
Configuring ipkg-opt.ipk...WARNING: can't open config file: /usr/syno/ssl/openssl.cnf
Done.
Removing temporary ipkg repository...
Installing wget...
Installing wget (1.12-2) to root...
Configuring wget
Successfully terminated.
Creating /opt/etc/ipkg/cross-feed.conf...
Setup complete.
ChristianNAS>
Könnt ihr mir da weiterhelfen?
Hallo,
ich habe begonnen ipkg gemäß der Wiki Anleitung (http://www.synology-wiki.de/index.php/IPKG) zu installieren. Leider funktioniert das Ausführen von bootstrap.sh schon nicht richtig:
BusyBox v1.16.1 (2013-04-16 20:15:54 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
DiskStation> cd /volume1/public/bootstrap
DiskStation> ls
bootstrap.sh ipkg.sh wget.ipk
ipkg-opt.ipk optware-bootstrap.ipk
DiskStation> sh bootstrap.sh
Creating temporary ipkg repository...
DiskStation>
Wie ihr erkennen könnt wird lediglich "Creating temporar ipkg repository ..." ausgegeben und dann lande ich schon wieder beim prompt. Eigentlich sollte es aber so aussehen:
ChristianNAS> sh bootstrap.sh
Creating temporary ipkg repository...
Installing optware-bootstrap package...
Unpacking optware-bootstrap.ipk...Done.
Configuring optware-bootstrap.ipk...Done.
Installing ipkg...
Unpacking ipkg-opt.ipk...Done.
Configuring ipkg-opt.ipk...WARNING: can't open config file: /usr/syno/ssl/openssl.cnf
Done.
Removing temporary ipkg repository...
Installing wget...
Installing wget (1.12-2) to root...
Configuring wget
Successfully terminated.
Creating /opt/etc/ipkg/cross-feed.conf...
Setup complete.
ChristianNAS>
Könnt ihr mir da weiterhelfen?