Bierfreund
Benutzer
- Mitglied seit
- 15. Feb 2011
- Beiträge
- 52
- Punkte für Reaktionen
- 0
- Punkte
- 6
Ich hab das ganze als root ausgeführt, @optware ist vorhanden und symlink ist meiner Meinung nach auch richtig gesetzt. Sollte man unten nachvollziehen können.
Also wollte ich bootstrap neu installieren. Das erste was mir aufgefallen ist: wget funktioniert noch, obwohl ich wget eigentlich schon removed habe. Nicht normal, oder?
Das bootstrap Shell-Skript sagt mir, ich solle meine Config sichern, entsprechende Verzeichnise löschen, booten und das Skript erneut starten. Wie sichere ich denn meine ipkg config? Oder brauche ich das nicht (pakete neu installieren)?
Also wollte ich bootstrap neu installieren. Das erste was mir aufgefallen ist: wget funktioniert noch, obwohl ich wget eigentlich schon removed habe. Nicht normal, oder?
Das bootstrap Shell-Skript sagt mir, ich solle meine Config sichern, entsprechende Verzeichnise löschen, booten und das Skript erneut starten. Wie sichere ich denn meine ipkg config? Oder brauche ich das nicht (pakete neu installieren)?
Rich (BBCode):
NAS> whoami
root
NAS> cd /volume1/
NAS> ls
@appstore @database @download @freshclam.core @optware @postfix @python.core @spool @tmp Data Download Filme Serien aquota.group aquota.user public pyload web
NAS> cd /
NAS> ls -al opt
lrwxrwxrwx 1 root root 17 Mar 5 18:57 opt -> /volume1/@optware
NAS> #install bootstrap
NAS> cd /volume1/@tmp
NAS> wget http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/syno-i686-bootstrap_1.2-7_i686.xsh
--12:17:50-- http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/syno-i686-bootstrap_1.2-7_i686.xsh
=> `syno-i686-bootstrap_1.2-7_i6861.xsh'
Resolving ipkg.nslu2-linux.org... 140.211.169.169
Connecting to ipkg.nslu2-linux.org|140.211.169.169|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 249,482 (244K) [text/plain]
100%[========================================================================================================================================>] 249,482 162.68K/s
12:17:52 (162.25 KB/s) - `syno-i686-bootstrap_1.2-7_i6861.xsh' saved [249482/249482]
NAS> #warum funktioniert wget? Ist doch eigentlich removed
NAS> ipkg remove wget
No packages removed.
Nothing to be done
Successfully terminated.
NAS> sh syno-i686-bootstrap_1.2-7_i686.xsh
Optware Bootstrap for syno-i686.
Extracting archive... please wait
bootstrap/
bootstrap/bootstrap.sh
bootstrap/ipkg-opt.ipk
bootstrap/ipkg.sh
bootstrap/optware-bootstrap.ipk
bootstrap/wget.ipk
1215+1 records in
1215+1 records out
249277 bytes (249 kB) copied, 0.008257 s, 30.2 MB/s
Backup your configuration settings, then type:
rm -rf /volume1/@optware
rm -rf /usr/lib/ipkg
This will remove all existing optware packages.
You must *reboot* and then restart the bootstrap script.
BusyBox v1.16.1 (2011-02-25 19:05:47 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
NAS>