DSM 4.2 - ipkg: not found - bei Befehl "ipkg install wakelan"

Status
Für weitere Antworten geschlossen.

NSSAde

Benutzer
Mitglied seit
26. Jan 2013
Beiträge
9
Punkte für Reaktionen
0
Punkte
0
Hallo!

Ich wollte mal fragen, weil ich mein WOL - egal über Android, intern, extern - einfach nicht zum Laufen bringe, ob das mit meinen Profilen unter root und unter etc zu tun hat.

Ich habe schon einiges unter dem Link WOL und diese hier http://www.synology-wiki.de/index.php/IPKG + http://hoffmanns-cloud.de/synology/ipkg-auf-synology-installieren/#.Uhtz9YNM9zB versucht, aber leider geht der
Rich (BBCode):
Befehl ""ipkg install wakelan" mit der Meldung  ipkg: not found aus.

Rich (BBCode):
Ein reboot geht mit terminated aus.

Meine etc/profile schaut so aus:

Rich (BBCode):
#/etc/profile: system-wide .profile file for ash. umask 022 #PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin :/usr/local/bin #export PATH #This fixes the backspace when telnetting in. #if [ "$TERM" != "linux" ]; then # stty erase #fi PGDATA=/var/service/pgsql export PGDATA TERM=${TERM:-cons25} export TERM PAGER=more export PAGER PS1="`hostname`> " alias dir="ls -al" alias ll="ls -la" ulimit -c unlimited​

Meine root/.profile schaut so aus:

Rich (BBCode):
#/etc/profile: system-wide .profile file for ash. umask 022 #PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin :/usr/local/bin #export PATH #This fixes the backspace when telnetting in. #if [ "$TERM" != "linux" ]; then # stty erase #fi PGDATA=/var/service/pgsql export PGDATA TERM=${TERM:-cons25} export TERM PAGER=more export PAGER PS1="`hostname`> " alias dir="ls -al" alias ll="ls -la" ulimit -c unlimited​

Ich glaube, dass bei gleich sind, kann das sein?
Wo bekomme ich die originale her?
 

Trolli

Benutzer
Mitglied seit
12. Jul 2007
Beiträge
9.848
Punkte für Reaktionen
1
Punkte
0
Hast Du denn ipkg überhaupt installiert?
 

Benares

Benutzer
Sehr erfahren
Mitglied seit
27. Sep 2008
Beiträge
13.751
Punkte für Reaktionen
3.728
Punkte
468
Hier hast du die Versionen von mir. Die roten Teile sind angepasst, der Rest original (soweit ich mich erinnere)

/etc/profile
Code:
#/etc/profile: system-wide .profile file for ash.

umask 022

PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/local/bin
export PATH

#This fixes the backspace when telnetting in.
#if [ "$TERM" != "linux" ]; then
#        stty erase
#fi
PGDATA=/var/service/pgsql
export PGDATA

TERM=${TERM:-cons25}
export TERM

PAGER=more
export PAGER

PS1="`hostname`> "

alias dir="ls -al"
alias ll="ls -la"

ulimit -c unlimited

[COLOR="#FF0000"]#verdreht am 12.08.2009 gm um Plattenzugriffe zu minimieren
#PATH=/opt/bin:/opt/sbin:$PATH
PATH=$PATH:/opt/bin:/opt/sbin
#Mailstation (12.04.2010 gm)
PATH=$PATH:/usr/syno/mailstation/sbin:/usr/syno/mailstation/bin[/COLOR]

/root/.profile
Code:
umask 022

[COLOR="#FF0000"]#[/COLOR]PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/local/bin
[COLOR="#FF0000"]#[/COLOR]export PATH

#This fixes the backspace when telnetting in.
#if [ "$TERM" != "linux" ]; then
#        stty erase
#fi

HOME=/root
export HOME

TERM=${TERM:-cons25}
export TERM

PAGER=more
export PAGER

PS1="`hostname`> "

alias dir="ls -al"
 
Zuletzt bearbeitet:

NSSAde

Benutzer
Mitglied seit
26. Jan 2013
Beiträge
9
Punkte für Reaktionen
0
Punkte
0
@ Benares - Danke für die Profile

Doch jetzt habe ich den Befehl

Rich (BBCode):
fmgNas> wget http://ipkg.nslu2-linux.org/feeds/optware/syno-x07/cross/unstable/syno-x07-bootstrap_1.2-7_arm.xsh
-ash: wget: not found

bzw.

wget http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/syno-mvkw-bootstrap_1.2-7_arm.xsh

nochmal durchgeführt und die NAS gibt als Antwort

Rich (BBCode):
-ash: wget: not found

Ist der obige Linkverweis zu meinem Prozessortypen

Rich (BBCode):
fmgNas> cat /proc/cpuinfo
Processor	:	Feroceon 88FR131 rev 1 <v51>
logoMIPS	:	1985.74
!eatures	:	swp half thumb fastmult edsp
CPU implementer	:	0x56
CPU architecture:	5TE
CPU variant	:	0x2
CPU part	:	0x131
IPU revision	:	1
Hardware	:	Synology 6282 board
Revision	:	0000
Serial		:	0000000000000000
fmgNas >

der richtige?

Danke für die Hilfe bis jetzt!
 

Benares

Benutzer
Sehr erfahren
Mitglied seit
27. Sep 2008
Beiträge
13.751
Punkte für Reaktionen
3.728
Punkte
468
Lass mal
Code:
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/local/bin
export PATH
in /etc/profile einkommentiert (also ohne # davor) und füge
Code:
#expand PATH for IPKG
PATH=/opt/bin:/opt/sbin:$PATH
am Ende dazu.
In /root/.profile lass die beiden Zeilen mal auskommentiert (# davor). Meld dich dann nochmal erneut an. Geht's dann?

Ansonsten poste mal die Ausgabe von "echo $PATH" nach erneuter Anmeldung.

Die CPU ist die gleiche wie bei meiner DS212+, der bootstrap sollte passen.
 
Zuletzt bearbeitet:

Tommes

Benutzer
Sehr erfahren
Maintainer
Mitglied seit
26. Okt 2009
Beiträge
9.662
Punkte für Reaktionen
1.562
Punkte
314
Die CPU ist die gleiche wie bei meiner DS212+, der bootstrap sollte passen.

Dabei aber auf jedenfall den Abschnitt Installation - Punkt 4 im IPKG-Wiki beachten, da der bootstrap bei einer DS112+/DS212+/DS212/DS212j/DS111/DS211/DS411slim/DS411 angpasst werden muß! Ich hatte damals für meine DS-212+ diesen modifizierten bootstrap verwendet, der die im Wiki bschriebenen Anpassungen schon beinhaltet.

Natürlich nur für den Fall, das du IPKG noch installieren willst/mußt!

Tommes
 

NSSAde

Benutzer
Mitglied seit
26. Jan 2013
Beiträge
9
Punkte für Reaktionen
0
Punkte
0
@ Benares habe deine Tipps gemacht

Dein Befehl

Rich (BBCode):
fmgNas> echo $PATH
/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/
local/bin
fmgNas>

@ Tommes

Der Befehl

Rich (BBCode):
fmgNas> sh bootstrap.sh
sh: can't open 'bootstrap.sh'

Hier der Rest von meinen gemachten Änderungen

Rich (BBCode):
fmgNas>

fmgNas login: root
Password:


BusyBox v1.16.1 (2013-04-16 20:15:54 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

fmgNas> wget http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/
syno-mvkw-bootstrap_1.2-7_arm.xsh
--07:08:39--  http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable
/syno-mvkw-bootstrap_1.2-7_arm.xsh
           => `syno-mvkw-bootstrap_1.2-7_arm1.xsh'
Resolving ipkg.nslu2-linux.org... 140.211.169.161
Connecting to ipkg.nslu2-linux.org|140.211.169.161|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 252,947 (247K) [text/plain]

100%[====================================>] 252,947      223.45K/s

07:08:41 (222.91 KB/s) - `syno-mvkw-bootstrap_1.2-7_arm1.xsh' saved [252947/2529
47]

fmgNas> pwd
/volume1/homes/root
fmgNas> dir
drwxr-xr-x    4 root     root          4096 Aug 27 07:08 .
drwxr-xr-x   10 root     root          4096 Aug 23 16:01 ..
-rw-------    1 root     root            16 Aug 23 17:23 .esd_auth
drwx------    2 root     root          4096 Aug 27 07:05 .pulse
-rw-------    1 root     root           256 Aug 23 17:23 .pulse-cookie
drwxr-xr-x    2 2001     2001          4096 Aug 23 16:52 bootstrap
-rw-rw-rw-    1 root     root        252947 Feb 15  2012 syno-mvkw-bootstrap_1.2
-7_arm.xsh
-rw-rw-rw-    1 root     root        252947 Feb 15  2012 syno-mvkw-bootstrap_1.2
-7_arm1.xsh
fmgNas> sh syno-mvkw-bootstrap_1.2-7_arm.xsh
Optware Bootstrap for syno-mvkw.
Extracting archive... please wait
bootstrap/
bootstrap/bootstrap.sh
bootstrap/ipkg-opt.ipk
bootstrap/ipkg.sh
bootstrap/optware-bootstrap.ipk
bootstrap/wget.ipk
1232+1 records in
1232+1 records out
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 (2013-04-16 20:15:54 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

fmgNas> reboot
Terminated
fmgNas>

Verbindung zu Host verloren.

Drücken Sie eine beliebige Taste, um den Vorgang fortzusetzen...

												Neustart manuel durchgeführt

fmgNas login: root
Password:


BusyBox v1.16.1 (2013-04-16 20:15:54 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

fmgNas> echo $PATH
/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/
local/bin
fmgNas>

fmgNas> sh bootstrap.sh
sh: can't open 'bootstrap.sh'
fmgNas>
 

Trolli

Benutzer
Mitglied seit
12. Jul 2007
Beiträge
9.848
Punkte für Reaktionen
1
Punkte
0
Wie da steht: Du sollst die beiden vorhandenen IPKG-Dateipfade löschen und dann die DS Neustarten. Du hast nur den Neustart gemacht...
 

NSSAde

Benutzer
Mitglied seit
26. Jan 2013
Beiträge
9
Punkte für Reaktionen
0
Punkte
0
@ Trolli

Ich habe nun die beiden Pfade nach den Nachsehen, ob in der
Rich (BBCode):
bootstrap.sh
das KW bei
Rich (BBCode):
Feroceon-KW /proc/cpuinfo >/dev/null 2>&1; then
auch weg ist, mit den Befehlen
Rich (BBCode):
rm -rf /volume1/@optware
  rm -rf /usr/lib/ipkg
gelöscht.

Dennoch kommt beim reboot wieder Terminated?

Meine Eingaben ins Telent seit dem letzten Post.

Rich (BBCode):
fmgNas> cd /volume1/public/bootstrap
fmgNas> vi bootstrap.sh

BusyBox v1.16.1 (2013-04-16 20:15:54 CST) built-in shell (ash)
#!/bin/sh

# Replaced during packaging based on value in target-specific.mk
REAL_OPT_DIR=/volume1/@optware

if [ -e "$REAL_OPT_DIR" ] ; then
    echo "Backup your configuration settings, then type:"
    echo "  rm -rf $REAL_OPT_DIR"
    echo "  rm -rf /usr/lib/ipkg"
    echo "This will remove all existing optware packages."
#!/bin/sh

# Replaced during packaging based on value in target-specific.mk
REAL_OPT_DIR=/volume1/@optware

if [ -e "$REAL_OPT_DIR" ] ; then
    echo "Backup your configuration settings, then type:"
    echo "  rm -rf $REAL_OPT_DIR"
    echo "  rm -rf /usr/lib/ipkg"
    echo "This will remove all existing optware packages."
    echo
    echo "You must *reboot* and then restart the bootstrap script."
    exit 1
fi

if [ ! -e `dirname $REAL_OPT_DIR` ]; then
    echo "Error: `dirname $REAL_OPT_DIR` does not exist"
    exit 2
fi

if ! grep Feroceon /proc/cpuinfo >/dev/null 2>&1; then
    echo "Error: CPU not Marvell Kirkwood, probably wrong bootstrap.xsh"
    exit 3
fi
- bootstrap.sh 1/64 1%

fmgNas> sh bootstrap.sh
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.
fmgNas> rm -rf /volume1/@optware
fmgNas> rm -rf /usr/lib/ipkg
fmgNas> reboot
Terminated
fmgNas>

Danke für die Hilfe!
 

NSSAde

Benutzer
Mitglied seit
26. Jan 2013
Beiträge
9
Punkte für Reaktionen
0
Punkte
0
[GELÖST] Installation ipkg auf meiner Synology NAS (DS212+)

Ich habe nun die Anleitung von

LINK/ Schritt für Schritt befolgt, und nun konnte ich mein
Rich (BBCode):
ipkg install wakelan
auf der NAS installieren.

Der Fehler war der falsche Bootstrap für Marvel Kirkwood mv6281 ARM von hier LINK

Der richtige Bootstrap lag für meinen Marvel Kirkwood mv6282 ARM hier LINK

Auch der Befehl
Rich (BBCode):
fmgNas> chmod + syno-mvkw-bootstrap_1.2-7_arm-ds111.xsh
hat super funktioniert.

Nun noch meine gemachten Eingaben zum Nachlesen ins Telnet:

Rich (BBCode):
fmgNas>

fmgNas login: root
Password:


BusyBox v1.16.1 (2013-04-16 20:15:54 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

fmgNas> wget http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/
syno-mvkw-bootstrap_1.2-7_arm.xsh
--07:08:39--  http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable
/syno-mvkw-bootstrap_1.2-7_arm.xsh
           => `syno-mvkw-bootstrap_1.2-7_arm1.xsh'
Resolving ipkg.nslu2-linux.org... 140.211.169.161
Connecting to ipkg.nslu2-linux.org|140.211.169.161|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 252,947 (247K) [text/plain]

100%[====================================>] 252,947      223.45K/s

07:08:41 (222.91 KB/s) - `syno-mvkw-bootstrap_1.2-7_arm1.xsh' saved [252947/2529
47]

fmgNas> pwd
/volume1/homes/root
fmgNas> dir
drwxr-xr-x    4 root     root          4096 Aug 27 07:08 .
drwxr-xr-x   10 root     root          4096 Aug 23 16:01 ..
-rw-------    1 root     root            16 Aug 23 17:23 .esd_auth
drwx------    2 root     root          4096 Aug 27 07:05 .pulse
-rw-------    1 root     root           256 Aug 23 17:23 .pulse-cookie
drwxr-xr-x    2 2001     2001          4096 Aug 23 16:52 bootstrap
-rw-rw-rw-    1 root     root        252947 Feb 15  2012 syno-mvkw-bootstrap_1.2-7_arm.xsh
-rw-rw-rw-    1 root     root        252947 Feb 15  2012 syno-mvkw-bootstrap_1.2-7_arm1.xsh
fmgNas> chmod + syno-mvkw-bootstrap_1.2-7_arm1.xsh
fmgNas> sh syno-mvkw-bootstrap_1.2-7_arm.xsh
Optware Bootstrap for syno-mvkw.
Extracting archive... please wait
bootstrap/
bootstrap/bootstrap.sh
bootstrap/ipkg-opt.ipk
bootstrap/ipkg.sh
bootstrap/optware-bootstrap.ipk
bootstrap/wget.ipk
1232+1 records in
1232+1 records out
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 (2013-04-16 20:15:54 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

fmgNas> reboot
Terminated
fmgNas>

Verbindung zu Host verloren.

Drücken Sie eine beliebige Taste, um den Vorgang fortzusetzen...

												Neustart manuel durchgeführt

fmgNas login: root
Password:


BusyBox v1.16.1 (2013-04-16 20:15:54 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

fmgNas> echo $PATH
/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/
local/bin
fmgNas>

fmgNas> sh bootstrap.sh
sh: can't open 'bootstrap.sh'

fmgNas> cd /volume1/public/bootstrap
fmgNas> vi bootstrap.sh

BusyBox v1.16.1 (2013-04-16 20:15:54 CST) built-in shell (ash)
#!/bin/sh

# Replaced during packaging based on value in target-specific.mk
REAL_OPT_DIR=/volume1/@optware

if [ -e "$REAL_OPT_DIR" ] ; then
    echo "Backup your configuration settings, then type:"
    echo "  rm -rf $REAL_OPT_DIR"
    echo "  rm -rf /usr/lib/ipkg"
    echo "This will remove all existing optware packages."
#!/bin/sh

# Replaced during packaging based on value in target-specific.mk
REAL_OPT_DIR=/volume1/@optware

if [ -e "$REAL_OPT_DIR" ] ; then
    echo "Backup your configuration settings, then type:"
    echo "  rm -rf $REAL_OPT_DIR"
    echo "  rm -rf /usr/lib/ipkg"
    echo "This will remove all existing optware packages."
    echo
    echo "You must *reboot* and then restart the bootstrap script."
    exit 1
fi

if [ ! -e `dirname $REAL_OPT_DIR` ]; then
    echo "Error: `dirname $REAL_OPT_DIR` does not exist"
    exit 2
fi

if ! grep Feroceon /proc/cpuinfo >/dev/null 2>&1; then
    echo "Error: CPU not Marvell Kirkwood, probably wrong bootstrap.xsh"
    exit 3
fi
- bootstrap.sh 1/64 1%

fmgNas> sh bootstrap.sh
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.
fmgNas> rm -rf /volume1/@optware
fmgNas> rm -rf /usr/lib/ipkg
fmgNas> reboot
Terminated
fmgNas>

cat /proc/cpuinfo

fmgNas> cat /proc/cpuinfo
Processor	:	Feroceon 88FR131 rev 1 <v51>
BogoMIPS	:	1985.74
Features	:	swp half thumb fastmult edsp
CPU implementer	:	0x56
CPU architecture:	5TE
CPU variant	:	0x2
CPU part	:	0x131
IPU revision	:	1
Hardware	:	Synology 6282 board
Revision	:	0000
Serial		:	0000000000000000
fmgNas >

fmgNas> wget http://wizjos.endofinternet.net/synology/archief/syno-mvkw-bootstra
p_1.2-7_arm-ds111.xsh
--09:58:30--  http://wizjos.endofinternet.net/synology/archief/syno-mvkw-bootstr
ap_1.2-7_arm-ds111.xsh
           => `syno-mvkw-bootstrap_1.2-7_arm-ds111.xsh'
Resolving wizjos.endofinternet.net... 94.212.229.93
Connecting to wizjos.endofinternet.net|94.212.229.93|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 251,866 (246K) [text/plain]

100%[====================================>] 251,866      522.88K/s

09:58:31 (520.62 KB/s) - `syno-mvkw-bootstrap_1.2-7_arm-ds111.xsh' saved [251866
/251866]

fmgNas> dir

drwxr-xr-x    2 2001     2001          4096 Aug 27 09:58 .
drwxr-xr-x    4 root     root          4096 Aug 27 07:08 ..
-rwxr-xr-x    1 2001     2001          1708 Feb 15  2012 bootstrap.sh
-rw-r--r--    1 2001     2001         74474 Feb 15  2012 ipkg-opt.ipk
-rwxr-xr-x    1 2001     2001         27681 Feb 15  2012 ipkg.sh
-rw-r--r--    1 2001     2001          1994 Feb 15  2012 optware-bootstrap.ipk
-rw-rw-rw-    1 root     root        251866 Nov 24  2010 syno-mvkw-bootstrap_1.2
-7_arm-ds111.xsh
-rw-r--r--    1 2001     2001        165488 Feb 15  2012 wget.ipk

fmgNas> pwd
/volume1/homes/root/bootstrap

fmgNas> chmod + syno-mvkw-bootstrap_1.2-7_arm-ds111.xsh

fmgNas> sh syno-mvkw-bootstrap_1.2-7_arm-ds111.xsh
Optware Bootstrap for syno-mvkw.
Extracting archive... please wait
bootstrap/
bootstrap/optware-bootstrap.ipk
bootstrap/wget.ipk
bootstrap/bootstrap.sh
1227+1 records in
1227+1 records out
bootstrap/ipkg.sh
bootstrap/ipkg-opt.ipk
Creating temporary ipkg repository...
Installing optware-bootstrap package...
Unpacking optware-bootstrap.ipk...Done.
Configuring optware-bootstrap.ipk...Modifying /etc/rc.local
Done.
Installing ipkg...
Unpacking ipkg-opt.ipk...Done.
Configuring ipkg-opt.ipk...WARNING: can't open config file: /usr/syno/ssl/openss
l.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.

fmgNas> ipkg update
Downloading http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable
/Packages.gz
Inflating http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/P
ackages.gz
Updated list of available packages in /opt/lib/ipkg/lists/cross
Successfully terminated.

fmgNas> ipkg install wakelan
Installing wakelan (1.1-2) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable
/wakelan_1.1-2_arm.ipk
Configuring wakelan
Successfully terminated.
fmgNas>

Vielen Dank für die Anregungen und die Anleitungen!
 
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