inotify still missing

2006-07-28 Thread Archaic
Subject says it all. I know of three developers that have said it works. I've been using it since Dan first made the patch. I see this as a must for the final release. I recall someone saying something about fixingthe patch headers, but I don't recall who or when. -- Archaic Want control, educa

Minor typo

2006-07-28 Thread Peter Ennis
LFS-BOOK-6.2-pre2-NOCHUNKS.html GRUB Disk Geometry Patch - 28 KB: Download: http: www.linuxfromscratch.org patches lfs 6.2 grub-0.97-disk_geometry-1.patch Submitted By: Jim Gifford <[EMAIL PROTECTED]> Date: 05-28-2008 Initial Package Version: 0.97 Jim is way out in fron

uClibc

2006-07-28 Thread George Boudreau
Robert, The heat here in Toronto has baked my brain and it's dumb question time. I ran jhalfs against the uClibc branch and it died a horrible death on chap 5.4 uClibc. I noticed you no longer build the uClibc headers in a separate script, you jump in feet first into a full build. However

Re: problems building 6.2

2006-07-28 Thread M.Canales.es
El Viernes, 28 de Julio de 2006 06:24, Bruce Dubbs escribió: > I did this because I really don't expect the udev and bootscripts to > change prior to final, so they are now in their "final" form. Could you > do a quick sed in the jhalfs scripts to remove the -pre{$num} from the > instructions? A

Re: Udev incorrectly generating entries in /dev/.udev/failed

2006-07-28 Thread Anthony Wright
Anthony Wright wrote: Alexander E. Patrakov wrote: Anthony Wright wrote: ACTION=="add", ENV{MODALIAS}=="?*", RUN+="/bin/sh -c '/sbin/modprobe $$MODALIAS ; [ -e /sys$$DEVPATH/driver -o -e /sys$$DEVPATH/device/driver ] '" This is indeed too long. Maybe (untested, relies on obsolete PHYSDEVDRI

Re: one last typo, kernel

2006-07-28 Thread Robert Connolly
Done. Thanks. robert On July 28, 2006 07:03 am, George Boudreau wrote: > Robert, > > I was sure there were no more script problems but this one is back.. > > 7.12. Linux-2.6.17.7 > .. > make CC="gcc -no-pie -fno-stack-protector-all" > . >change to > . > make CC="gcc -no-pie -fno-stack-prote

Re: svn typo

2006-07-28 Thread Robert Connolly
I think I fixed it. Spender doesn't always gzip his patches. robert On July 28, 2006 06:48 am, George Boudreau wrote: > Robert, >One last typo. (at least jhalfs is good at catching cmd script issues > >:-) ) > >G. > > 7.12. Linux-2.6.17.7 > .. > > install -m444 > /sources/grsecurity

one last typo, kernel

2006-07-28 Thread George Boudreau
Robert, I was sure there were no more script problems but this one is back.. 7.12. Linux-2.6.17.7 .. make CC="gcc -no-pie -fno-stack-protector-all" . change to . make CC="gcc -no-pie -fno-stack-protector" The -fno-stack-protector-all switch is no longer valid G -- http://linuxfromscratch.o

svn typo

2006-07-28 Thread George Boudreau
Robert, One last typo. (at least jhalfs is good at catching cmd script issues :-) ) G. 7.12. Linux-2.6.17.7 .. install -m444 /sources/grsecurity-2.1.9-2.6.17.7-200607261817.patch.gz.gz /usr/src gunzip /usr/src/grsecurity-2.1.9-2.6.17.7-200607261817.patch.gz.gz should be .patch.gz cd

Re: linux-2.6.17 and openat

2006-07-28 Thread Robert Connolly
It might be a while before openat() is working right in glibc. See: http://sourceware.org/bugzilla/show_bug.cgi?id=2873 If you want to use --enable-kernel=2.6.17+ with glibc-2.4 to use ppoll() and pselect(), and inter-process robust mutexes with glibc-cvs, then undefine the *at features in glibc

Re: udev.rules - /dev/cdrom is not longer created

2006-07-28 Thread Anthony Wright
Alex Merry wrote: On Fri, Jul 28, 2006 at 01:02:51AM +0100, Anthony Wright wrote: In LFS 6.1.1 the device /dev/cdrom is created during boot. In the current version it is no longer created. It's not a required device, but it is fairly useful as it avoids programs having to hunt around the bl