On 10/12/2003 at 18:17, Clive Menzies wrote: > cp: cannot create regular file `config.precious': Permission denied
You probably rsync'ed the tree as root or another user that's not the one you are using to compile. Give appropiate permissions (or change owner accordingly) to the whole source tree and compile again. fakeroot/dpkg is "the way to go" on debian. I use it without any single problem. As others pointed, if you build the kernel as root it probably will work. However I would not do it. root user is not for compiling kernels. That's what fakeroot (and other tools) were invented for. -- Kiko Please do not reply to the sender address of this email; due to spam and Windows (TM) worms, everything not comming from the list is "stored" in /dev/null. Put menorqui in the user part to send me anything. _Although_, I prefer replies sent to the list so that others can benefit from the discussion. Thanks.

