This bug still exists under Natty and now the files are in a different
location. I found that I had to run the following command after
setup_chroot.sh to correctly setup the chroot environment.
$ sudo cp -av /lib/i386-linux-gnu/libnss_files* /home/scponly/lib/i386
-linux-gnu/
The supplied script tries to copy libnss_compat* from /lib which doesn't
exist under Natty.
/bin/ls /lib/libnss_compat* > /dev/null 2>&1
if [ $? -eq 0 ]; then
LIB_LIST="$LIB_LIST /lib/libnss_compat*"
fi
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/668366
Title:
Scponly-full broken on default Lucid install?
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scponly/+bug/668366/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs