> I did it fine... Created the lp user as root, did the rest of the > instillation as user "cups". The only problem i had from memory is that > i had to chmod the init.d and rc*.d dirs to 777 (temporarily lol) so > cups could put its bootscripts in there. ... > Although i havnt tried printing anything yet...
This is what I've done. But there's one step more. The package-user cannot install files owned by user lp. From the install.err you will probably find something like: *** install -c -m 755 -s -m 4755 -o lp -g sys lppasswd /usr/bin which means that the command was filtered out by the wrapper script. So you have to do this as root after running the build-script and you should be up and running. Leo. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
