PDA

View Full Version : "fstab" u "su" en HDD



lancha
02-15-2007, 07:31 PM
Espero que puedan entender esto, de la misma forma que yo entendi lo que ustedes escribieron.-

Al instalar Knoppix en HDD tuve 2 problemas:

P1) Error con "su"
P2) Error con fstab.

Soluciones que encontre:

R1) Ir a http://www.knoppix.net/forum/viewtopic.php?t=26361&postdays=0&postorder=asc&highlight=su+error&start=20
R2) Instalar hal, hal-device-manager y eject ( ami por lo menos con esos anduvo perfecto).

JohnnyH
02-16-2007, 10:34 AM
R1 : A concise summary is in http://www.knoppix.net/forum/viewtopic.php?t=26577

e.g. if your User Name = lancha
edit /home/lancha/.kde/share/config/kdesurc
from
super-user-command=sudo
to
super-user-command=su

R2 : Please see http://www.knoppix.net/forum/viewtopic.php?t=26759

e.g. if your User Name = lancha
edit /usr/sbin/rebuildfstab
from
[ -n "$user" ] && options="$options,uid=$user"
[ -n "$group" ] && options="$options,gid=$group"
to
[ -n "$user" ] && options="$options,uid=lancha"
[ -n "$group" ] && options="$options,gid=lancha"

You might also need to ensure that the daemons are running :

dpkg-reconfigure hal dbus

I hope I understood the questions correctly :wink: