Re: user nobody and test suites

2007-03-25 Thread Bruce Dubbs
Robert Connolly wrote: > On Monday March 26 2007 01:11, Bruce Dubbs wrote: >> The use of 65534 for a uid or gid is not a good idea. It comes from old >> time usage in nfs and nowhere else. *If* nfs does not find a nobody >> user, it defaults to -2. Since the uid/gid are 16 bit numbers, this >> e

Re: user nobody and test suites

2007-03-25 Thread Dan Nicholson
On 3/25/07, Robert Connolly <[EMAIL PROTECTED]> wrote: > > Using 99 works, but I think 65534 is more widely understood as the 'nobody' > ID... in that if you see a uid 65534 in a tar archive you automatically know > it once belonged to 'nobody'. A group ID of 65533 would be easy to assume as > a cl

Re: user nobody and test suites

2007-03-25 Thread Robert Connolly
On Monday March 26 2007 01:11, Bruce Dubbs wrote: > The use of 65534 for a uid or gid is not a good idea. It comes from old > time usage in nfs and nowhere else. *If* nfs does not find a nobody > user, it defaults to -2. Since the uid/gid are 16 bit numbers, this > equates to 65534. There are t

Re: Remarks on LFS-6.2

2007-03-25 Thread Bruce Dubbs
Fix wrote: > On 3/26/07, Bruce Dubbs <[EMAIL PROTECTED]> wrote: >> Some benchmarks against a 32-bit build would be interesting. My >> understanding is that 64-bit systems have larger binaries, use more ram, >> and are slower the equivalent 32-bit systems unless you are doing some >> fairly seriou

Re: Remarks on LFS-6.2

2007-03-25 Thread Fix
On 3/26/07, Bruce Dubbs <[EMAIL PROTECTED]> wrote: > > Some benchmarks against a 32-bit build would be interesting. My > understanding is that 64-bit systems have larger binaries, use more ram, > and are slower the equivalent 32-bit systems unless you are doing some > fairly serious number crunch

Re: user nobody and test suites

2007-03-25 Thread Bruce Dubbs
Robert Connolly wrote: > On Sunday March 25 2007 22:30, Dan Nicholson wrote: >> Also, I'm wondering if there would be problems running scripts, etc., >> when HOME=/dev/null. The dummy user we create for coreutils is given >> /root as it's home directory. Robert, do you see any issues running >> the

Re: user nobody and test suites

2007-03-25 Thread Robert Connolly
On Sunday March 25 2007 22:30, Dan Nicholson wrote: > Also, I'm wondering if there would be problems running scripts, etc., > when HOME=/dev/null. The dummy user we create for coreutils is given > /root as it's home directory. Robert, do you see any issues running > the testsuites as nobody? I use

Re: user nobody and test suites

2007-03-25 Thread Dan Nicholson
On 3/25/07, Bruce Dubbs <[EMAIL PROTECTED]> wrote: > Dan Nicholson wrote: > > On 3/25/07, Bruce Dubbs <[EMAIL PROTECTED]> wrote: > >> I don't agree. The nobody user should never have a valid login shell or > >> home directory. If a temporary user is needed for the Coreutils tests, > >> add a temp

Re: Remarks on LFS-6.2

2007-03-25 Thread Bruce Dubbs
Fix wrote: > Nevertheless, now I've finished building a __pure__ 64-bit *LFS > without use of the cross compilation, with slight deviations from the > book. All the libraries now are 64-bit and they're placed in > {,/usr}/lib instead of {,/usr}/lib64. In order to achieve this, six > different patc

Re: user nobody and test suites

2007-03-25 Thread Bruce Dubbs
Dan Nicholson wrote: > On 3/25/07, Bruce Dubbs <[EMAIL PROTECTED]> wrote: >> Dan Nicholson wrote: >>> On 3/25/07, Robert Connolly <[EMAIL PROTECTED]> wrote: I dunno if any of you have tried it, but we can use nobody for the Coreutils tests. Add "nogroup" and "nobody" to /etc/group,

Re: user nobody and test suites

2007-03-25 Thread Dan Nicholson
On 3/25/07, Bruce Dubbs <[EMAIL PROTECTED]> wrote: > Dan Nicholson wrote: > > On 3/25/07, Robert Connolly <[EMAIL PROTECTED]> wrote: > >> I dunno if any of you have tried it, but we can use nobody for the > >> Coreutils > >> tests. Add "nogroup" and "nobody" to /etc/group, and "nobody" in > >> /e

Re: Remarks on LFS-6.2

2007-03-25 Thread Fix
On 3/21/07, Matthew Burgess <[EMAIL PROTECTED]> wrote: > I'd be interested if you can reproduce your tens of failures using jhalfs, if > only to rule out a) mistakes in any build scripts you might be using and/or > b) mistakes made when copying/pasting/typing the commands from the book. > scripts

Re: user nobody and test suites

2007-03-25 Thread Bruce Dubbs
Dan Nicholson wrote: > On 3/25/07, Robert Connolly <[EMAIL PROTECTED]> wrote: >> I dunno if any of you have tried it, but we can use nobody for the Coreutils >> tests. Add "nogroup" and "nobody" to /etc/group, and "nobody" in /etc/passwd >> in the "nobody" group. For the src/su command, add '-s /bi

Re: user nobody and test suites

2007-03-25 Thread Dan Nicholson
On 3/25/07, Robert Connolly <[EMAIL PROTECTED]> wrote: > I dunno if any of you have tried it, but we can use nobody for the Coreutils > tests. Add "nogroup" and "nobody" to /etc/group, and "nobody" in /etc/passwd > in the "nobody" group. For the src/su command, add '-s /bin/sh' so > that /bin/false

user nobody and test suites

2007-03-25 Thread Robert Connolly
I dunno if any of you have tried it, but we can use nobody for the Coreutils tests. Add "nogroup" and "nobody" to /etc/group, and "nobody" in /etc/passwd in the "nobody" group. For the src/su command, add '-s /bin/sh' so that /bin/false won't be used. I'd also like to suggest we use /sbin/nolog

LTP mincore01 failure explained

2007-03-25 Thread Bruce Dubbs
After quite a bit of analysis and other research, I have found that the Linux Test Project mincore01 (memory-in-core) tests are invalid in that they always expect a failure when a success is sometimes valid. I learned a lot from this exercise as I had to instrument the kernel with printk statement

Created the branch to develop new XSL stylesheets

2007-03-25 Thread M.Canales.es
Hi, A branch to develop the new XSL stylesheets has been justs created. To work with that branch: $ svn co svn+ssh://[EMAIL PROTECTED]/LFS/trunk/BOOK new-xsl $ cd new-xsl/stylesheets $ svn switch svn+ssh://[EMAIL PROTECTED]/LFS/branches/new-xsl . >From now on, an "svn up" on the new-xsl/ dir wi