Re: [lfs-dev] CONFIG_SCSI_DEBUG and util-linux testsuite

2013-08-21 Thread Ken Moffat
On Wed, Aug 21, 2013 at 06:01:39PM +0100, Ken Moffat wrote: > I've now got to the end of chroot on my i686 system where > SCSI_DEBUG is NOT set. And I wondered why my initial backup was taking so long. I'd left the util-linux directory around after my previous fun and games on x86_64. Turns

Re: [lfs-dev] CONFIG_SCSI_DEBUG and util-linux testsuite

2013-08-21 Thread Ken Moffat
On Tue, Aug 20, 2013 at 03:49:33PM -0500, Bruce Dubbs wrote: > Ken Moffat wrote: > > On Tue, Aug 20, 2013 at 02:35:35PM -0500, Bruce Dubbs wrote: > >> Ken Moffat wrote: > >> > >> Enable cramfs in the kernel. Also minixfs. Make mtab a file. >> /etc/mtab && touch /etc/mtab) > > > > The minix test

Re: [lfs-dev] CONFIG_SCSI_DEBUG and util-linux testsuite

2013-08-20 Thread Bruce Dubbs
Ken Moffat wrote: > On Tue, Aug 20, 2013 at 02:35:35PM -0500, Bruce Dubbs wrote: >> Ken Moffat wrote: >> >> Enable cramfs in the kernel. Also minixfs. Make mtab a file. > /etc/mtab && touch /etc/mtab) > > The minix test(s) skip without reporting a failure. > > Umm, we changed mtab from a file

Re: [lfs-dev] CONFIG_SCSI_DEBUG and util-linux testsuite

2013-08-20 Thread Ken Moffat
On Tue, Aug 20, 2013 at 02:35:35PM -0500, Bruce Dubbs wrote: > Ken Moffat wrote: > > Enable cramfs in the kernel. Also minixfs. Make mtab a file. /etc/mtab && touch /etc/mtab) The minix test(s) skip without reporting a failure. Umm, we changed mtab from a file to a symlink some time after th

Re: [lfs-dev] CONFIG_SCSI_DEBUG and util-linux testsuite

2013-08-20 Thread Bruce Dubbs
Ken Moffat wrote: > On Tue, Aug 20, 2013 at 11:10:45AM -0500, Bruce Dubbs wrote: >> Ken Moffat wrote: >>>I see you updated util-linux a little while ago. I'm now in xorg, >>> running the tests as a regular user: >>> bash tests/run.sh --srcdir=$PWD --builddir=$PWD >> >> sudo bash tests/run.sh -

Re: [lfs-dev] CONFIG_SCSI_DEBUG and util-linux testsuite

2013-08-20 Thread Ken Moffat
On Tue, Aug 20, 2013 at 11:10:45AM -0500, Bruce Dubbs wrote: > Ken Moffat wrote: > > I see you updated util-linux a little while ago. I'm now in xorg, > > running the tests as a regular user: > > bash tests/run.sh --srcdir=$PWD --builddir=$PWD > > sudo bash tests/run.sh --srcdir=$PWD --builddir

Re: [lfs-dev] CONFIG_SCSI_DEBUG and util-linux testsuite

2013-08-20 Thread Bruce Dubbs
Ken Moffat wrote: > On Tue, Aug 20, 2013 at 04:39:10PM +0100, Ken Moffat wrote: >> >> So, I think I need to reconfigure util-linux to run the root tests. >> But I'm not quite sure what that will gain, and this build is heading >> towards 'production' status (building xorg-server at the moment). >

Re: [lfs-dev] CONFIG_SCSI_DEBUG and util-linux testsuite

2013-08-20 Thread Ken Moffat
On Tue, Aug 20, 2013 at 10:55:45AM -0500, Bruce Dubbs wrote: > > That's correct. We can't assume that the kernel has SCSI_DEBUG enabled. > > > I'm fine with that, but I wonder if non-root tests really need > > SCSI_DEBUG ? > > No, they don't, but the output should look like: > > http://www.lin

Re: [lfs-dev] CONFIG_SCSI_DEBUG and util-linux testsuite

2013-08-20 Thread Ken Moffat
On Tue, Aug 20, 2013 at 04:39:10PM +0100, Ken Moffat wrote: > > So, I think I need to reconfigure util-linux to run the root tests. > But I'm not quite sure what that will gain, and this build is heading > towards 'production' status (building xorg-server at the moment). > No, seriously, I think

Re: [lfs-dev] CONFIG_SCSI_DEBUG and util-linux testsuite

2013-08-20 Thread Bruce Dubbs
Ken Moffat wrote: > On Tue, Aug 20, 2013 at 03:09:43PM +0100, Ken Moffat wrote: >> The non-regression tests show all 0 tests passed. >> >> Of the regression tests, all 113 are shown as passing, but of those >> many have IGNORE (not root permissions) and mcookie reported 'cannot >> open /etc/ser

Re: [lfs-dev] CONFIG_SCSI_DEBUG and util-linux testsuite

2013-08-20 Thread Ken Moffat
On Tue, Aug 20, 2013 at 03:09:43PM +0100, Ken Moffat wrote: > The non-regression tests show all 0 tests passed. > > Of the regression tests, all 113 are shown as passing, but of those > many have IGNORE (not root permissions) and mcookie reported 'cannot > open /etc/services: No such file or dir

Re: [lfs-dev] CONFIG_SCSI_DEBUG and util-linux testsuite

2013-08-20 Thread Ken Moffat
On Mon, Aug 19, 2013 at 05:14:03PM -0500, Bruce Dubbs wrote: > Ken Moffat wrote: > > I'm about to do an almost [1] "by the book" build (-j1, keep static libs > > until > > the end of chapter 6 which should at least make more of the ld tests > > pass) so I rebuild my kernel to add CONFIG_SCSI_DEB

Re: [lfs-dev] CONFIG_SCSI_DEBUG and util-linux testsuite

2013-08-19 Thread Nathan Coulson
On Mon, Aug 19, 2013 at 7:46 PM, Bryan Kadzban wrote: > Bruce Dubbs wrote: >> Ken Moffat wrote: >>> I'm about to do an almost [1] "by the book" build (-j1, keep static >>> libs until the end of chapter 6 which should at least make more of >>> the ld tests pass) so I rebuild my kernel to add >>> CO

Re: [lfs-dev] CONFIG_SCSI_DEBUG and util-linux testsuite

2013-08-19 Thread Bryan Kadzban
Bruce Dubbs wrote: > Ken Moffat wrote: >> I'm about to do an almost [1] "by the book" build (-j1, keep static >> libs until the end of chapter 6 which should at least make more of >> the ld tests pass) so I rebuild my kernel to add >> CONFIG_SCSI_DEBUG=y. Disaster : /dev/sda showed up with no >> p

Re: [lfs-dev] CONFIG_SCSI_DEBUG and util-linux testsuite

2013-08-19 Thread Bruce Dubbs
Ken Moffat wrote: > On Mon, Aug 19, 2013 at 05:14:03PM -0500, Bruce Dubbs wrote: >> Ken Moffat wrote: >>>I'm about to do an almost [1] "by the book" build (-j1, keep static libs >>> until >>> the end of chapter 6 which should at least make more of the ld tests >>> pass) so I rebuild my kernel

Re: [lfs-dev] CONFIG_SCSI_DEBUG and util-linux testsuite

2013-08-19 Thread Ken Moffat
On Mon, Aug 19, 2013 at 05:14:03PM -0500, Bruce Dubbs wrote: > Ken Moffat wrote: > > I'm about to do an almost [1] "by the book" build (-j1, keep static libs > > until > > the end of chapter 6 which should at least make more of the ld tests > > pass) so I rebuild my kernel to add CONFIG_SCSI_DEB

Re: [lfs-dev] CONFIG_SCSI_DEBUG and util-linux testsuite

2013-08-19 Thread Bruce Dubbs
Ken Moffat wrote: > I'm about to do an almost [1] "by the book" build (-j1, keep static libs > until > the end of chapter 6 which should at least make more of the ld tests > pass) so I rebuild my kernel to add CONFIG_SCSI_DEBUG=y. Disaster : > /dev/sda showed up with no partitions, all my parti

[lfs-dev] CONFIG_SCSI_DEBUG and util-linux testsuite

2013-08-19 Thread Ken Moffat
I'm about to do an almost [1] "by the book" build (-j1, keep static libs until the end of chapter 6 which should at least make more of the ld tests pass) so I rebuild my kernel to add CONFIG_SCSI_DEBUG=y. Disaster : /dev/sda showed up with no partitions, all my partitions previously on /dev/sda w