RE: A way to keep track of packages while installing LFS

2006-02-02 Thread David Fix
How about a solution based on inotify? That would require working linux-libc-headers that support inotify. :D Dave -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

RE: A way to keep track of packages while installing LFS

2006-02-02 Thread David Fix
Paul Rogers wrote: Justin, now that you've looked at the hints... In case you didn't find a recommendation that appealed to you, and, like the rest of LFS, package management is a strictly personal thing, I found a different package I really like. It's called git, the Guarded Installation

RE: A way to keep track of packages while installing LFS

2006-02-02 Thread David Fix
Not true. Support for kernel features is the responsibility of the user application. I run Beagle with inotify support, and I don't have inotify support in linux-libc-headers. -- Dan Ah, ok. :) Thanks for letting me know about that. :) Dave --

RE: ncurses install issue

2005-12-13 Thread David Fix
tic: symbol lookup error: tic: undefined symbol: _nc_check_termtype2 ? tic could not build /tools/share/terminfo BTW, the best thing that I found was to do: make LD_LIBRARY_PATH=/usr/lib install That worked. :) Dave -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ:

RE: gcc 6.15 sed question

2005-11-10 Thread David Fix
In 6.15 when I performed the sed -i 'dummy/d' /etc/passwd /etc/group command to remove the dummy users and groups ... received the following message that appears to be an error message but I'm not sure sed -e expression #1, char2: extra characters after command. Not being sed

RE: Parallel makes

2005-11-08 Thread David Fix
[EMAIL PROTECTED] wrote: David Fix wrote: Hey folks, just wondering if, when building the LFS system, we can use parallel makes (make -j2, make -j4, etc)... I have a dual-xeon box that I'm building on, and was wondering if this would mess anything up... :) Thoughts

RE: about the nfs-server script

2005-10-28 Thread David Fix
[EMAIL PROTECTED] wrote: David Fix wrote: You know, I know this is late for a comment... But I just thought of something... Could it be as simple as doing something like this: kill `pgrep nfsd` That's just an inelegant equivalent of: rpc.nfsd -- 0 I think Tor Olav is trying

RE: LFS on SGI O2

2005-09-30 Thread David Fix
[EMAIL PROTECTED] wrote: Hello co-listers: I have put my hands on a SGI O2 workstation (MIPS R12000 CPU, I believe). ¿Anyone has tried LFS on it? If not, ¿It's interesting for the LFS project that I try install LFS on it? (I don't promise any success :-) ). Un saludo. J.C. Sure

RE: tar man page missing, man-pages package

2005-09-22 Thread David Fix
Subject: tar man page missing, man-pages package I saw an earlier thread for LFS 6.0 regarding the man page for tar is missing. It is missing in 6.1 too. It was claimed that there was no man page for tar, only an info page. That's strange, because Fedora and Red Hat have a man page

RE: 6.11.1 glibc patch problem

2005-09-15 Thread David Fix
I've re-read Chapter 6 up to this point several times and I am still in the dark as to where I went wrong. After several false starts in Chaper 5 I finally understood enough, I think, to make it through without any errors so I dont believe the problem is there but I will certainly start over

RE: rc scripts not running...

2005-09-06 Thread David Fix
what do I need to do so the system runs the rc scripts? Do you have an /etc/inittab file, Evan? Dave -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

RE: ./glibc/configure = headache w/ version.h error ?

2005-08-25 Thread David Fix
This doesn't apply to the current build method. Why? Since we're running linux 2.6.x, we use linux-libc-headers, which this definitely doesn't work on. :) Dave -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe:

RE: Error starting Bind

2005-08-21 Thread David Fix
Hi all, My system has an lfs 6.1 installation, and I have installed the Bind server 9.3.1, but I can't start named. I think the cause is this message I have on startup (copied from the kernel.log file): kernel: process `named' is using obsolete setsockopt SO_BSDCOMPAT Anyone knows what

Rotating log files

2005-08-18 Thread David Fix
Hey folks, any quick hints on how to rotate my logfiles? :) I can't remember how it was done in the past. :( Dave -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

RE: Rotating log files

2005-08-18 Thread David Fix
Hey folks, any quick hints on how to rotate my logfiles? :) I can't remember how it was done in the past. :( You know what? I just remembered. :P Logrotate. :) I'll look around and find something for it. :) Dave -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ:

RE: Rotating log files

2005-08-18 Thread David Fix
Yea, pretty funny, eh? :) ~Jason Definitely. :) Man pages usually have something like that in there. :) Anyhow, I couldn't find lumberjack for download, so I opted for a simple logrotate available at http://iain.cx/src/logrotate/. That worked for me. :) Dave --

RE: GTK and GTK2

2005-08-17 Thread David Fix
Hi folks, I suppose if having following package installed; http://www.linuxfromscratch.org/blfs/view/stable/x/gtk2.html Chapter 26. X Libraries GTK+-2.6.7 (GTK2) I don't need to install GTK http://www.linuxfromscratch.org/blfs/view/stable/x/gtk.html Chapter 26. X Libraries GTK+-1.2.10

RE: sysklogd question

2005-08-17 Thread David Fix
In the line above, do the following: *.*;auth,authpriv,cron.none -/var/log/sys.log This means log everytyhing (*.*), and also log auth, authpriv and cron logs at a level of none - which effectivley means don't log them at all. Awesome. :) Thanks, Steve, I was having a hard time

RE: Firefox error to install

2005-08-15 Thread David Fix
This is almost always caused from not following the font setup instructions in the X Window System Components section. Before you start trying to debug your problem, double-check that your font setup is by-the-book. I'll do that right now. :) Indeed, that's what it was... *sigh*

EVMS question

2005-08-14 Thread David Fix
Hey folks. :) Just wondering if anyone has successfully installed EVMS (Enterprise Volume Management System at http://evms.sourceforge.net/) on an LFS system? If so, does anyone have any hints or tips on doing this? :) I'd be very interested in installing this, but if someone has any

tar man pages

2005-07-30 Thread David Fix
Hey folks, I've got a fully working LFS system here, but I found that the man pages for tar are never installed... Any reason for this? :) Dave -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above

RE: tar man pages

2005-07-30 Thread David Fix
Because there are no Tar man pages. The docs provided by the package are in info format. Try info tar. -- Randy Well I'll be. ;) Thanks Randy. :) I guess I'm just used to my old distro which had man pages for it. :) Dave --

RE: tar man pages

2005-07-30 Thread David Fix
Thanks! I asked this back in March http://linuxfromscratch.org/pipermail/lfs-support/2005-March/026485.html but nobody knew where to find man pages for tar. For sure! :) I just ended up downloading the whole schmooz (http://www.netmeister.org/misc/m2p2/m2p2.tar.gz) and extracting it to

RE: lfs blog'd

2005-06-05 Thread David Fix
-Original Message- Sent: Sunday, June 05, 2005 5:20 PM Subject: lfs blog'd LFS was blog'd today http://linuxtoday.com/infrastructure/2005060500326RVDTSW comments were the usual non-problems from the non-enlightened. for instance one was incensed about building a kernel without

SVN-20050524 Errors in Make-3.80 and Module-Init-Tools-3.1

2005-06-01 Thread David Fix
Hey guys. :) I'm working from the online version of the SVN-20050524 book, and I get the following error when I did a make check in Make-3.80: -- options/dash-l .. FAILED -- Just wondering if that's a big deal... Also, I get the

More on the problem with Module-Init-Tools-3.1

2005-06-01 Thread David Fix
Sorry, a little bit more about the problem with Module-Init-Tools-3.1... I'm compiling this as root, of course, so I can't see why I'd be getting this error... :( Dave -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html

Flex compilation issue...

2005-05-31 Thread David Fix
Hey guys, I've been working through the book (SVN-20050524), and I'm at 6.29. Flex-2.5.31... (I posted this on the lfs-devel list, but they told me to ask here)... However, I get the following when I attempt to compile (some parts compile, then it gets to this): if gcc

RE: Flex compilation issue...

2005-05-31 Thread David Fix
-Original Message- Sent: Tuesday, May 31, 2005 12:38 PM Subject: Re: Flex compilation issue... David Fix wrote: Hey guys, I've been working through the book (SVN-20050524), and I'm at 6.29. Flex-2.5.31... (I posted this on the lfs-devel list, but they told me to ask here)... However, I

RE: Flex compilation issue...

2005-05-31 Thread David Fix
-Original Message- Sent: Tuesday, May 31, 2005 4:17 PM Subject: Re: Flex compilation issue... On Tue, 31 May 2005 16:13:24 +, David Fix wrote: Hey guys, I've been working through the book (SVN-20050524), and I'm at 6.29. Flex-2.5.31... (I posted this on the lfs-devel