OVH Community, your new community space.

Fehler bei RTM-Installation


redrum
07.04.11, 09:15
Super, genau daran lag es Vielen Dank

Gruss und schoenen Tag

kro
03.04.11, 16:42
redrum wrote:
> Hat vllt jemand einen Tipp oder eine Loesung fuer mich?


Vermutlich hast du Debian oder Ubuntu, und dein /bin/sh ist ein symlink
zu "dash":
$ file /bin/sh
/bin/sh: symbolic link to `dash'

probiere es daher mal mit 'bash':
# bash install_rtm.sh

Um dauerhaft bash als standard-sh zu haben kannst du diesen symlink wie
folgt ersetzen:
# ln -sf bash /bin/sh

--
Felix
OVH Team

redrum
03.04.11, 10:45
Halloele

Ich wollte mir heute RTM installieren mit :

Code:
wget ftp://ftp.ovh.net/made-in-ovh/rtm/install_rtm.sh -O install_rtm.sh
Abhaengigkeiten sind installiert. Leider bekomme ich Fehler und eine
Installation ist nicht moeglich.

Code:
sh install_rtm.sh
install_rtm.sh: 14: [[: not found
install_rtm.sh: 48: function: not found
Generating update-report.pl...
install_rtm.sh: 51: cannot create /usr/local/rtm/bin/update-report.pl: Directory nonexistent
install_rtm.sh: 58: cannot create /usr/local/rtm/bin/update-report.pl: Directory nonexistent
install_rtm.sh: 64: cannot create /usr/local/rtm/bin/update-report.pl: Directory nonexistent
install_rtm.sh: 66: cannot create /usr/local/rtm/bin/update-report.pl: Directory nonexistent
chown: Zugriff auf »/usr/local/rtm/bin/update-report.pl« nicht möglich: Datei oder Verzeichnis nicht gefunden
chmod: Zugriff auf »/usr/local/rtm/bin/update-report.pl« nicht möglich: Datei oder Verzeichnis nicht gefunden
install_rtm.sh: 95: Syntax error: "}" unexpected
Hat vllt jemand einen Tipp oder eine Loesung fuer mich?

Gruss