Re: [lfs-support] LFS-7.2 with RPM

2013-03-03 Thread DJ Lucas
On 03/01/2013 08:15 PM, Baho Utot wrote: FYI - For those that may be interested. I have just finished my current project, building LFS using the RPM package manager. It builds the LFS tool chain from bash scripts, then RPM is build and installed into /tools, which I then use to build

Re: [lfs-support] chapter06 glibc

2013-01-30 Thread DJ Lucas
On 01/30/2013 06:50 PM, Bruce Dubbs wrote: Yusuf Yılmaz wrote: gawk already installed. i think the problem on chroot system. cause on the host system: export test=asd echo $(test) runs success but on chroot lfs system it gives this error: root:/# export test=asd root:/# echo $(test)

Re: [lfs-support] Packaged LFS-6.8

2012-09-10 Thread DJ Lucas
On 09/06/2012 06:51 AM, Baho Utot wrote: On 09/05/2012 11:26 PM, DJ Lucas wrote: On 08/24/2012 10:35 AM, Baho Utot wrote: I have successfully packaged LFS-6.8 using pacman from arch linux. Here is the link if anyone is interested and wants to have a look. https://github.com/baho-utot/LFS

Re: [lfs-support] Packaged LFS-6.8

2012-09-05 Thread DJ Lucas
other changes for my own taste. I've not worked with Pacman yet, though I had intended to replace my aging homebrew packaging system for some time now...seems as good a time as any. Will let you know how it turns out when completed. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo

Re: [lfs-support] Filesystem changes and systemd

2012-07-25 Thread DJ Lucas
for instance, or the runscripts for fcron (to handle hourly, daily, weekly, monthly directories) but for the most part, we are pretty close to compliant. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above

[lfs-support] pam_ck_connector and pam_loginuid

2012-07-01 Thread DJ Lucas
utilities pam configuration. I'll try and get a look at it Wed night or so (maybe even tonight...we'll see). -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: [lfs-support] Reduce Size Of LFS Build

2012-04-10 Thread DJ Lucas
/bash in LILO). Yes, I had to review 1.0 (which I never completed) to remember exactly how it was done. http://archive.linuxfromscratch.org/lfs-museum/1.0/LFS-HOWTO-1.0-HTML/ -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html

Re: [lfs-support] Package management

2012-03-25 Thread DJ Lucas
binaries are kept indefinitely. I've even once delved into RPM, wrote a bunch of helper scripts to make it easier, but in the end, it was just a bit too unintuitive (??) for my taste. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org

Re: [lfs-support] looking for a build buddy

2012-02-01 Thread DJ Lucas
://github.com/Evervolv http://wiki.evervolv.com/index.php/Main_Page irc://irc.freenode.net/#evervolv Hope that gets you going in the right direction. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above

Re: Ok, now I am having issues

2011-11-10 Thread DJ Lucas
. -- Bruce IDK, I used the Gentoo Live DVD for a bare metal install the other day...it works out of the box without any tweaks. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information

Re: trouble compiling glibc in chapter 6.9

2011-09-25 Thread DJ Lucas
a copy of the output. Seen this a few times over the past couple of months with various causes. Double check that both the date and time are set correctly. If not that, then perhaps this: http://www.linuxfromscratch.org/pipermail/lfs-support/2010-December/040001.html -- DJ Lucas -- http

Re: LFS SVN

2011-09-05 Thread DJ Lucas
it sounds possible that grub thinks that /dev/sda has no partitions on it. Maybe double check that all of the virtual file systems (/sys /proc /dev{,shm,pts}) are mounted, but that could be a wild goose chase given what little info you've provided. -- DJ Lucas -- http://linuxfromscratch.org/mailman

Re: LFS SVN

2011-09-05 Thread DJ Lucas
are receiving) if you've incorrectly partitioned your drive. BTW, is this possibly in a VM? -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: network interface eth0 doesn't exist while booting up LFS

2011-09-03 Thread DJ Lucas
. As to your problem, did you build the driver into the kernel or as a module? If the interface worked in the host system, please boot into your host system and post the output of lspci and lsmod. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http

Re: LFS-6.8 - 5.10. GCC-4.5.2 - Pass 2

2011-08-22 Thread DJ Lucas
/ That removes /usr/local/include form the search path. I do know what --prefix=/tools is about I am good to go with gcc or did I make a mess? Unless you are doing something that is not consistent with the book, for whatever reason, you are good. Comments/help/flames/etc welcome. -- DJ Lucas

Re: Question about the 'K' and 'S' in script names in /etc/rc.d/rc{0, 6}.d

2011-07-18 Thread DJ Lucas
Moved to LFS-Dev. On 07/17/2011 07:57 PM, Bruce Dubbs wrote: DJ Lucas wrote: On 07/17/2011 02:51 PM, Bruce Dubbs wrote: DJ Lucas wrote: Actually, this check needs to be removed. It causes issues for the alsa script and also setclock (if used to set hwclock when network goes down in RL2

Re: Question about the 'K' and 'S' in script names in /etc/rc.d/rc{0, 6}.d

2011-07-17 Thread DJ Lucas
. Nothing outside of system software should ever put a start link in 0 and 6 ensuring that the last few scripts are run last (sendsignals, mountfs, and reboot/halt IIRC). -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html

Re: Question about the 'K' and 'S' in script names in /etc/rc.d/rc{0, 6}.d

2011-07-17 Thread DJ Lucas
On 07/17/2011 02:51 PM, Bruce Dubbs wrote: DJ Lucas wrote: Actually, this check needs to be removed. It causes issues for the alsa script and also setclock (if used to set hwclock when network goes down in RL2). Wouldn't this be just as easy as creating symlinks S50setclock in rc0 and rc6

Re: 2.6.39 - mount /dev/fd0 no longer works

2011-06-07 Thread DJ Lucas
more vocal about the negatives. At any rate, things will settle down soon enough, but hopefully not *too* soon. :-) -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: setclock Question (lfs-bootscripts-21010424)

2011-06-03 Thread DJ Lucas
. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: 2.6.39 - mount /dev/fd0 no longer works

2011-06-03 Thread DJ Lucas
read that last paragraph. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Kernel panic - not syncing: Attempted to kill the idle task

2011-05-10 Thread DJ Lucas
2 Quad 2.83 GHz RAM : 2GB* Being on a 64bit processor, you should probably use the x86_64 Live CD. You can probably get the 32bit CD to work using non-smp kernel with noacpi or other options, but the resultant LFS build will be 32bit as well. -- DJ Lucas -- http://linuxfromscratch.org

Re: Error compiling Expect 5.45

2011-05-07 Thread DJ Lucas
On 05/02/2011 10:54 AM, Graham Beck wrote: ... and I've just found the 'rm -f libexpect5.45.so' line above that DJ Lucas mentioned was needed. So here's the necessary output: rm -f libexpect5.45.so i686-lfs-linux-gnu-gcc -B/tools/lib/ -shared -pipe -O2 snip Sorry no response until now, I

Re: Error compiling Expect 5.45

2011-05-02 Thread DJ Lucas
5 of those lines for somebody to make more than a guess about the cause of the issue. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: kernel help please, ACPI Error

2011-04-22 Thread DJ Lucas
personally use a value of 3, but some people might not like that. I also run sysctl immediately after mountkernfs runs but IIRC, there were some cases where the setting didn't take on really old hardware. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http

Re: Incompatibility of udev and /usr

2011-04-17 Thread DJ Lucas
On 04/17/2011 03:34 AM, Simon Geard wrote: On Sun, 2011-04-17 at 00:26 -0500, DJ Lucas wrote: Ahh...lightbulb. This is why we currently have the udev-retry in our bootscripts. Are the ids files accessed directly by external programs or by the utility libraries/programs? Provide a common

Re: Incompatibility of udev and /usr

2011-04-17 Thread DJ Lucas
On 04/17/2011 01:31 PM, DJ Lucas wrote: Anyway, udev starts 4th in the startup scripts, it runs across a uevent that uses a rule found in /usr, and it fails to create the device node. Errit creates the device node, but fails to run whatever program in /usr that is required to make

Re: Incompatibility of udev and /usr

2011-04-16 Thread DJ Lucas
its age, the comments about not wanting to support a remote /usr are easily moved to the trash can in my mailbox without any need for entertaining cheese, whine, or lazy developers. Sorry if you feel that is harsh, but it is my honest opinion on the situation. -- DJ Lucas -- http

Re: Incompatibility of udev and /usr

2011-04-16 Thread DJ Lucas
it has been blown out of proportion. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Incompatibility of udev and /usr

2011-04-16 Thread DJ Lucas
On 04/16/2011 05:04 PM, Bruce Dubbs wrote: DJ Lucas wrote: On 04/14/2011 02:55 AM, Simon Geard wrote: Yes, there's been a bit of discussion of this among the distributions of late. Here's a couple of the links I've read on the subject... http://freedesktop.org/wiki/Software/systemd/separate

Re: Incompatibility of udev and /usr

2011-04-16 Thread DJ Lucas
On 04/16/2011 08:55 PM, Simon Geard wrote: On Sat, 2011-04-16 at 13:29 -0500, DJ Lucas wrote: On 04/13/2011 09:04 PM, Mike McCarty wrote: There is an incompatibility with using udev and /usr being a separate file system, which users of LFS need to be aware of. It is presently not possible

Re: \s in sed?

2011-03-07 Thread DJ Lucas
are pointed out in a quick perusal of the tutorial. Also of use (regarding sed at least) is this site: http://sed.sourceforge.net/grabbag/tutorials/ I've used quite a few of the one liners over the past 10 years or so. :) HTH -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ

Re: Ruminations on Udev, null and console

2011-02-27 Thread DJ Lucas
that udev knows nothing about (and those are few and far between). Nothing really lost here, and a small gain in efficiency. The old race car bit fits nicely here: don't look for 1 place to loose 100 pounds; look for 100 places to loose 1 pound. :-) -- DJ Lucas -- http://linuxfromscratch.org

Re: Luit questions (Xorg-7.6)

2011-01-30 Thread DJ Lucas
files are needed prior to using automagic on the proto packages. Since this will rarely be needed, in fact I cannot recall a time that it ever has, I've reverted the change which actually broke the book. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http

Re: OpenOffice 3.2.1 on x86_64

2010-11-26 Thread DJ Lucas
as we don't necessarily want all of the patches). Don't know if that is still there or not. Haven't checked out Libre since Go-oo was rolled into it. It may not be necessary to maintain a particular patchset any longer. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ

Re: OpenOffice 3.2.1 on x86_64

2010-11-25 Thread DJ Lucas
the Go-OO merge. I already have a BLFS profile made-up for go-oo-3.2.1.4. If the BLFS profile proves well in broader testing, I'll try and have it maintained upstream for LibreOffice-3.3.1. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http

Re: LFS 6.4 now boots

2009-06-01 Thread DJ Lucas
with. Please keep this in mind in the future. Thanks in advance. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Scripting some LFS steps?

2009-04-14 Thread DJ Lucas
questions out of the way. [...@name25 ~]# cat blahblahblah.sh #!/bin/bash # Begin ~/blahblahblah.sh echo blah blah blah # End ~/blahblahblah.sh [...@name25 ~]# ls -l blahblahblah.sh -rwxr-xr-x 1 dj dj 85 2009-04-14 22:09 blahblahblah.sh [...@name25 ~]# Again, HTH. -- DJ Lucas -- http

Re: Scripting some LFS steps?

2009-04-13 Thread DJ Lucas
via gmane if you do not wish to subscribe). HTH -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready polluting my login prompt.

2009-04-11 Thread DJ Lucas
in quotes. ex: `sysctl -w kernel.printk=4 4 1 7` I no longer have the problem, so thank you DJ Lucas. But after reading the manual pages and the linux-2.6.27.4/Documentation/sysct/kernel.txt file, I'm left with more questions :( Thank you for your time. -- DJ Lucas -- http

Re: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready polluting my login prompt.

2009-04-10 Thread DJ Lucas
: How can I catch this message and suppress it properly? 'man sysctl' should point you in the right direction, but the quick answer is: echo kernel.printk=3 /etc/sysctl.conf HTH -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs

Re: A Suggestion For A Simple Package Manager

2009-03-18 Thread DJ Lucas
the time to look at others' docs/scripts yet. Now BLFS is tens of times more interesting (read complicated), but it could get there with a little effort. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See

Re: Q: why are the auto-tools in LFS and not BLFS?

2009-02-27 Thread DJ Lucas
been many in the past. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: GCC DESTDIR

2009-02-12 Thread DJ Lucas
://www.linuxfromscratch.org/~dj/DESTDIR-LFS-6.4/ -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: cannot open root device hda3

2009-02-03 Thread DJ Lucas
it as ~/config-2.6.22.5. Then blow away the 2.6.22.5 directory and extract the 2.6.27.something sources. Then cp ~/config-2.6.22.5 .config and then makeoldconfig. IIRC 2.6.27.5 made libata 'stable'. I hope I have the version correct, but that was why I suggested 2.6.27.4 as was in the book. -- DJ

Re: cannot open root device hda3

2009-02-01 Thread DJ Lucas
PATH from inside the chroot environment, and running ldconfig again, and then review what is in /etc/profile, ~/.bash_profile, and ~/.bashrc for errors. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See

Re: cannot open root device hda3

2009-01-31 Thread DJ Lucas
Ralph Porter wrote: I have an hunch that if you go back to 2.6.27.4, disable experimental drivers, and rebuild, this will probably disappear, the suspect being libata. -- DJ Lucas thank DJ, thats what I was thinking also since I did not have to configure anything to compile the kernel

Re: cannot open root device hda3

2009-01-28 Thread DJ Lucas
unable to mount root fs on unkonw block (2,0) OK I have an hunch that if you go back to 2.6.27.4, disable experimental drivers, and rebuild, this will probably disappear, the suspect being libata. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http

Re: lfs 6.4 - 6.9. Glibc test errors

2009-01-28 Thread DJ Lucas
what tst-cpuclock2 is. What is the host system's kernel version and additions? Try running the test manually and Google for the results (or post here), see if that sheds some light. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org

Re: jhalfs issue with permissions

2009-01-05 Thread DJ Lucas
if you do 'sudo useradd lfs'? Assuming those were errors and not that I just misinterpreted the problem, is SE enabled? I haven't heard of SE causing problems yet, but I'd disable or at least set to permissive. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http

Re: jhalfs issue with permissions

2009-01-04 Thread DJ Lucas
good comments in the /etc/sudoers file. I don't know about Fedora, but the needed change is available on the BLFS sudo page: http://www.linuxfromscratch.org/blfs/view/svn/postlfs/sudo.html -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http

Re: LFS 6.3 chp 6.12.1

2008-12-23 Thread DJ Lucas
system? Maybe that'll give somebody's memory a little jog. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: On Dec 14 (4 days ago) I ask for help! Message still not posted WHY?

2008-12-18 Thread DJ Lucas
before asking for help. My system processor model name: Intel Celeron CPU 1.80 GHz or = to pentium4 Thanks for any help Ray Hogaboom -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above

Re: glibc problems

2008-12-16 Thread DJ Lucas
. From personal experience, 4 years down the road, you won't want to receive messages about it missing. :-) -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Compile error Lfs-6.4 glibc-2.8-2008929

2008-12-12 Thread DJ Lucas
of something like 'make {target}', use 'make {target} 21 | tee ../glibc-compile.log' HTH -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Mailing lists archives

2008-12-05 Thread DJ Lucas
of my head. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: A Suggestion For A Simple Package Manager

2008-12-04 Thread DJ Lucas
Gordon Schumacher wrote: DJ Lucas wrote: No. I suggest we fix this once and for all and use unionfs No I didn't! ;-) -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: A Suggestion For A Simple Package Manager

2008-12-02 Thread DJ Lucas
) 3. make a list of updated files from previous logs (next time around use this list of updated files to archive the updated files as step 3). 4. Tar up everything that is installed except the typical updates to files that are dynamic (see step 2 in Option A above if unsure). HTH -- DJ Lucas

Re: Question on 6.60 (Stripping Again)

2008-11-30 Thread DJ Lucas
there, and be very conscious of any configure output for missing deps. That said, your build should be LFS-6.4 Final minus a couple of locales for test suite coverage IIRC. Good luck, and congrats! -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http

Re: LFS 6.3 chpt 5.7 step cmd problem

2008-11-30 Thread DJ Lucas
, devs would be having a heck of a time, as even automated, we build by extracting the book's commands verbatim. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: LiveCD LFS book 6.3 chapter 5 questions

2008-11-27 Thread DJ Lucas
the tarball and enter the newly created directory before executing any of the book commands. Good luck and most importantly, as frustrating as it can be getting started, have fun. It's all worth it when you see it boot *your* LFS the first time. -- DJ Lucas -- http://linuxfromscratch.org

Re: LiveCD LFS book 6.3 chapter 5 questions

2008-11-27 Thread DJ Lucas
years of building LFS, this stuff is kind of second nature...the finer details can easily get lost without a new set of eyes on it. When you get your head wrapped around it and get a few packages in, if you would like to suggest updated text, we would very much appreciate it. -- DJ Lucas

Re: Question @ 10,000 feet

2008-11-19 Thread DJ Lucas
there, you have a makefile to look at to see how that file was assembled, and then the source code of the individual parts that went together to make that file. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See

Re: Question @ 10,000 feet

2008-11-19 Thread DJ Lucas
on, and this is also how the big distros do it. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Question @ 10,000 feet

2008-11-19 Thread DJ Lucas
to learn how the makefiles work too, and so, DESTDIR is a very good suggestion for exercise. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Question @ 10,000 feet

2008-11-19 Thread DJ Lucas
/whatever. Simon. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Can't compile xorg-server. Posted here pending fixing my access to BLFS

2008-11-14 Thread DJ Lucas
is drwxr-xr-x ...I have no idea why you cannot create a directory as root. That is really messed up. Sorry. Hopefully somebody else has an idea. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See

Re: xorg build

2008-11-09 Thread DJ Lucas
including the one off seds and patches for each group. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: xorg build

2008-11-09 Thread DJ Lucas
DJ Lucas wrote: There is a link a little further up the page in the 'Additional Files' section. Err...'Additional Downloads' as Trent already mentioned. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe

Re: xorg build

2008-11-09 Thread DJ Lucas
installed. :-) When I get around to finishing my packaging scripts... -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: xorg build

2008-11-09 Thread DJ Lucas
, and more importantly, how to troubleshoot _when_ it fouls up). LFS-7.0 will add some bits for PM from the get go, however, the recommendation I think, will still be to build without a PM for the first time. Good luck and have fun. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo

Re: xorg build

2008-11-09 Thread DJ Lucas
Ken Moffat wrote: On Sun, Nov 09, 2008 at 05:09:06PM -0600, DJ Lucas wrote: I assume from your comments above that you use something akin to install-log. I don't think I do - for system builds I just touch a file, do the install, then find what is newer than the file (I don't ever

Re: xorg build

2008-11-09 Thread DJ Lucas
(as many people use package management). On each sectional page, there is a wiki link that contains the commands necessary to build the entire section with a for in do loop. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html

Re: I DID IT...

2008-11-06 Thread DJ Lucas
GMail wrote: Finally... This monster that has been eating my time and patience is up. IPL'd my version of LFS at 20:00...woohoo. Congrats! -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See

Re: ifconfig

2008-11-06 Thread DJ Lucas
for everything. Take a look at the ipv4 script in /etc/sysconfig/network-devices/services directory for the common use examples. Or see net-tools (which is where ifconfig comes from): http://www.linuxfromscratch.org/blfs/view/svn/basicnet/net-tools.html -- DJ Lucas -- http://linuxfromscratch.org

Re: locales issues

2008-11-01 Thread DJ Lucas
the mentioned patch (or similar). BROKEN_COMPOSE was removed from lfs-bootscripts only a few days ago. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: kernel configuration and installation

2008-10-30 Thread DJ Lucas
the necessary kernel headers in the distribution tarball and provide a runtime check of the kernel for the necessary feature(s). I'm not certain if this is still current practice, and would appreciate a confirmation on that. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ

Re: Another try at GAIM on pure 64

2006-10-28 Thread DJ Lucas
, either run it once in KDE, or do this: mkdir ~/.kde/socket-name1/ Might be a little more to it, but it's something along those lines. HTH -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above

Truecrypt

2006-06-30 Thread DJ Lucas
it to. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: eth0 not detected

2006-05-03 Thread DJ Lucas
/network-devices/ifconfig.eth0 \ /etc/sysconfig/network-devices/ifconfig.Intel /etc/rc.d/init.d/network start == -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html

Re: eth0 not detected

2006-05-02 Thread DJ Lucas
. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Fresh OOo-2.0 install cannot save documents or add printer

2006-03-27 Thread DJ Lucas
is flawlessly though. Any ideas? None ATM. I do not see this issue. What version of LFS, or better what glibc, gcc, jdk, and wether using native file picker? Which patches were used and where did they come from? -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http

Sparc boot image with ssh?

2005-10-22 Thread DJ Lucas
of much, or may be ok...I really don't know much about them. TIA. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: is LFS LSB compliant?

2005-10-08 Thread DJ Lucas
made the LFS scripts nice and easy to read. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: rc scripts not running...

2005-09-10 Thread DJ Lucas
it to use /bin/sh. Maybe that'll help, maybe not. If not, please post /etc/inittab, and ls -l /etc/rc.d/init.d/ and /etc/sysconfig/ . -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information

Re: Boot to Linux to load Windows

2005-08-19 Thread DJ Lucas
PC for workstations. Further discussion to lfs-chat@linuxfromscratch.org please. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

OT Re: X libraries or include files not found - gtk+-1.2.10

2005-08-18 Thread DJ Lucas
people to trim their replies. :-) Give the extension QuoteCollapse a try. http://quotecollapse.mozdev.org/ -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: A Hotplug question

2005-07-25 Thread DJ Lucas
kernel.printk='3 4 1 7' /etc/sysctl.conf) -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Firefox and profile locking: Chapter 2

2005-06-29 Thread DJ Lucas
the options dialog box in the UI. Anyway, on with the testing. :-) Thanks again. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: LFS in a USB flash drive/memory stick

2005-06-16 Thread DJ Lucas
really know. I don't have a vfat to test with right now, but you might want to mount it again from the host and take a look at the directory structure. IIRC, case is not preserved if filenames have less than 8 characters, but I could be wrong completely. -- DJ Lucas -- http

Re: how to check the failed boot message

2005-05-14 Thread DJ Lucas
} -- -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: udev rule questions

2005-03-20 Thread DJ Lucas
Jeremy Utley wrote: DJ Lucas wrote: Okay, I need a bit of udev help. I want to write a rule to create a dvd synlink. I've always done the dvd symlink like this: KERNEL=hdc, NAME=hdc, SYMLINK=dvd. That should definately do it for you, always has for me. -J- Yes, should work

Re: udev rule questions (udev dvd dvdrw cdrom cdrw)

2005-03-19 Thread DJ Lucas
DJ Lucas wrote: Jim Gifford wrote: DJ, in udev there is a program called cdsymlinks, that can do this already. BLFS is going to need a udev section to add this in from the udev-xxx/extras directory along with it's configuration file. That's perfect! Thanks! Well, almost. I'd think

udev rule questions

2005-03-18 Thread DJ Lucas
=/bin/grep 'DVD' /proc/ide/%k/model, PROGRAM=/bin/grep 'write-only' /proc/ide/%k/settings, NAME=%k, SYMLINK=dvdrw dvd It is the first uncommented rule in the file and probably matches every ide device in the system assuming it awarded only the second PROGRAM field. TIA. -- DJ Lucas -- http