Hallo,
nach einem Rebuild meines Raids nach einem kompletten Festplattentausch und anschließendem Restore meiner Daten in /volume1 wollte ich EBI ausprobieren.
Vorher hatte ich IPKG von Hand installiert, durch den Wegfall von /volume1 hats irgendwie was zerschossen :/
Syno DS414
EBI installiert (entware-ng, bind mount, syno vor optwarePfad)
Package as been successfully installed
iPKGUI läßt sich installieren, allerdings kommt dann folgendes Bild
das gleiche Bild, wenn ich Ultimate Search starten will, installation scheinbar ohne Fehlermeldung.
Auf der Console wird opkg nicht gefunden.
Auch ein mehrfacher Neustart brachte keine Erfolge, gleicher Test mit EBI (optware, symlink)
Rich (BBCode):
sh-4.3# cat /root/.profile
#This fixes the backspace when telnetting in.
#if [ "$TERM" != "linux" ]; then
# stty erase
#fi
HOME=/root
export HOME
#only for console (ssh/telnet works w/o resize)
isTTY=$(ps | grep $$ | grep tty)
#only for bash (bash needs to resize and can support these commands)
isBash=$(echo $BASH_VERSION)
#only for interactive (not necessary for "su -")
isInteractive=$(echo $- | grep i)
if [ -n "$isTTY" -a -n "$isBash" -a -n "$isInteractive" ]; then
shopt -s checkwinsize
checksize='echo -en "\E7 \E[r \E[999;999H \E[6n"; read -sdR CURPOS;CURPO S=${CURPOS#*[}; IFS="?; \t\n"; read lines columns <<< "$(echo $CURPOS)"; unset I FS'
eval $checksize
# columns is 1 in Procomm ANSI-BBS
if [ 1 != "$columns" ]; then
export_stty='export COLUMNS=$columns; export LINES=$lines; stty columns $columns; stty rows $lines'
alias resize="$checksize; columns=\$((\$columns - 1)); $export_s tty"
eval "$checksize; columns=$(($columns - 1)); $export_stty"
alias vim='function _vim(){ eval resize; TERM=xterm vi $@; }; _v im'
else
alias vim='TERM=xterm vi $@'
fi
alias vi='vim'
alias ps='COLUMNS=1024 ps'
fi
#PATH=/opt/bin:/opt/sbin:$PATH
#export PATH
#setup entware-ng environment
. /opt/etc/profile
ist das korrekt, das PATH= und export PATH auskommentiert sind?
Vielen Dank für Hilfe,
Gruß Ray