Moin,
login root
Kein utmp-Eintrag. exec login muss vom niedrigsten Level »sh« ausgeführt werden.
kho@debian:~$ sh login
/bin/login: /bin/login: cannot execute binary file
So wird das nichts. Den Benuter wechselt man mit
su <Benutzer>
Root wird man, indem man einfach den Benutzer weglässt:
su
sudo dpkg -i install/opera_12/opera_12.02.1578_i386.deb
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.[sudo] password for xxxxx:
xxxxx is not in the sudoers file. This incident will be reported.
Ok, du bist also als Nutzer nicht in der sudoers-Datei. Dann versuch die ganze Sache mal so auszuführen:
su -c "dpkg -i install/opera_12/opera_12.02.1578_i386.deb"
(als Passwort muss das root-Passwort angegeben werden)
Grüße Marco