> kewlemer wrote:
> >> > 3. How do I set the UML root password ?
> >> > [UML]# passwd
> >> > passwd: error while loading shared libraries: libuser.so.1: cannot
> >> > open shared object file: No such file or directory
> >> > [UML]#
> >>
> >> This seems a problem in the root filesystem you are using. Maybe you
> >> can fix
> >> it with its package manager, maybe not easily. (Obviously there's nothing
> >> related to UML specifically here).
> >> If you are lucky, a simple "ldconfig" will solve the problem.
> >>
> > ldconfig didn't work. Here is the ouput of ldd /usr/bin/passwd
> >
> > [EMAIL PROTECTED] ~]# ldd /usr/bin/passwd
> >        libuser.so.1 => not found
> [snip]
> > [EMAIL PROTECTED] ~]#
> >
> > I'm using the FC6 root_fs from http://uml.nagafix.co.uk/.
> >
> > "/usr/sbin/usermod -p my_pass root" set the password, but wouldn't
> > allow me to log in using that password. So I had to mount root_fs and
> > remove the entry from /etc/shadow to again login as root without
> > password. So my root login is still without password :(
> >
> > Does  libuser.so.1 => not found mean that the root_fs file system has a
> > problem?
> Fixed. Just needed a "yum install libuser".
> (which also brings in openldap and cyrus-sasl-lib)
>
> Also added "exactarch=1" and "exclude=*.i386 *.i586 *.i686" for the
> x86_64 image (since we can't have 32-bit userland).
>
Awesome, so does the link point to this updated root_fs ?

Thanks,
KM

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to