Re: [blfs-support] CMOS

2015-08-25 Thread Wayne Sallee
With Linux, you can use dd. But writing to your motherboard is very risky. Wayne Sallee wa...@waynesallee.com On 08/24/2015 02:04 AM, Paul Rogers wrote: In the past I've always had good luck keeping a Live Knoppix CD/DVD around for the inevitable virgin box I want to talk. Today I fo

Re: [blfs-support] CMOS

2015-08-25 Thread Wayne Sallee
f the check sum does not match. Don't just take the above commands and run them, google dd. Wayne Sallee wa...@waynesallee.com On 08/25/2015 03:24 PM, Wayne Sallee wrote: With Linux, you can use dd. But writing to your motherboard is very risky. Wayne Sallee wa...@waynesallee.com On 08/

Re: [blfs-support] CMOS

2015-08-25 Thread Wayne Sallee
On 08/25/2015 07:20 PM, Ken Moffat wrote: On Tue, Aug 25, 2015 at 05:54:05PM -0400, Wayne Sallee wrote: Here are some dd commands: Read the bios dd if=/dev/mem bs=1 skip=983040 count=65535 of=bios.bin Read the bios settings dd if=/dev/nvram of=nvram.bin You have3 /dev/nvram ? On a quick

Re: [blfs-support] CMOS

2015-08-26 Thread Wayne Sallee
On 08/25/2015 10:29 PM, Ken Moffat wrote: On Wed, Aug 26, 2015 at 02:53:35AM +0100, Ken Moffat wrote: On Tue, Aug 25, 2015 at 07:29:56PM -0400, Wayne Sallee wrote: On 08/25/2015 07:20 PM, Ken Moffat wrote: On Tue, Aug 25, 2015 at 05:54:05PM -0400, Wayne Sallee wrote: Here are some dd

[blfs-support] Can't get Wireless to work.

2015-09-12 Thread Wayne Sallee
Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub root [ ~ ]# Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the ab

Re: [blfs-support] Can't get Wireless to work.

2015-09-12 Thread Wayne Sallee
about the wlan0? Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] Can't get Wireless to work.

2015-09-12 Thread Wayne Sallee
eless device I throw at it), I missed *all* of the Ralink drivers! Don't know how I did that! Time to rebuild the kernel! Thanks! Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See

Re: [blfs-support] Can't get Wireless to work.

2015-09-14 Thread Wayne Sallee
On 09/12/2015 04:27 PM, Wayne Sallee wrote: Time to rebuild the kernel! root [ ~ ]# lsmod Module Size Used by bluetooth 303868 0 rt73usb23351 0 rt2x00usb 8842 1 rt73usb crc_itu_t 1307 1 rt73usb rt2x00lib

Re: [blfs-support] Can't get Wireless to work.

2015-09-14 Thread Wayne Sallee
"yes". PRINTALL="no" root [ ~ ]# For wpa, you also need /etc/sysconfig/wpa_supplicant-wlan0.conf. See wireless-tools in BLFS for details. Yes I also have /etc/sysconfig/wpa_supplicant-wlan0.conf, but it does not seem from the error statements that it has gotten

Re: [blfs-support] Can't get Wireless to work.

2015-09-14 Thread Wayne Sallee
Error - Failed to request Firmware Sep 14 16:11:10 lfs-computer kernel: [ 5988.027390] ieee80211 phy1: rt2x00lib_request_firmware: Info - Loading firmware file 'rt73.bin' Sep 14 16:11:10 lfs-computer kernel: [ 5988.029435] rt73usb 1-1:1.0: Direct firmware load for rt73.bin failed with error -2

Re: [blfs-support] Can't get Wireless to work.

2015-09-15 Thread Wayne Sallee
got better results after doing so. I'm almost there. Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] Can't get Wireless to work.

2015-09-15 Thread Wayne Sallee
On 09/15/2015 11:23 AM, Wayne Sallee wrote: Looks like one has to recompile the kernal drivers after putting the firmware into /lib/firmware. I got better results after doing so. I was getting some errors, but that cleared up later, so I thought it was from rebuilding the kernel drivers

Re: [blfs-support] Can't get Wireless to work.

2015-09-15 Thread Wayne Sallee
On 09/15/2015 02:30 PM, Bruce Dubbs wrote: Wayne Sallee wrote: On 09/15/2015 11:23 AM, Wayne Sallee wrote: Looks like one has to recompile the kernal drivers after putting the firmware into /lib/firmware. I got better results after doing so. I was getting some errors, but that cleared

[blfs-support] Preferred local IP Address for laptop Wireless.

2015-09-16 Thread Wayne Sallee
Original Message *Subject: *Re: [blfs-support] Can't get Wireless to work. *From: *Wayne Sallee *To: *blfs-support@lists.linuxfromscratch.org *Date: *09/15/2015 06:39 PM I got it working. Thanks for everyone's help. It's still buggy. I think the problem is th

Re: [blfs-support] Preferred local IP Address for laptop Wireless.

2015-09-16 Thread Wayne Sallee
typical highest number that can be requested is? What if that ip address is already taken? Is there a request range or second option? Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the

Re: [blfs-support] Preferred local IP Address for laptop Wireless.

2015-09-17 Thread Wayne Sallee
Non of those worked for me, but I found a simple solution: In terminal simply enter: ifconfig wlan0 inet 192.168.x. And it will immediately change to that ip address. Thanks for all your help. Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support

Re: [blfs-support] Preferred local IP Address for laptop Wireless.

2015-09-17 Thread Wayne Sallee
On 09/17/2015 11:43 AM, Wayne Sallee wrote: In terminal simply enter: ifconfig wlan0 inet 192.168.x. correction: In terminal simply enter: ifconfig wlan0 inet 192.168.x.xxx :-) Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http

Re: [blfs-support] Preferred local IP Address for laptop Wireless.

2015-09-17 Thread Wayne Sallee
On 09/17/2015 11:47 AM, Wayne Sallee wrote: In terminal simply enter: ifconfig wlan0 inet 192.168.x.xxx Then I created an alias for that command with also && ip addr show: ifconfig wlan0 inet 192.168.x.xxx && ip addr show I might stick a sleep command in between the two. Th

Re: [blfs-support] Preferred local IP Address for laptop Wireless.

2015-09-19 Thread Wayne Sallee
On 09/17/2015 11:47 AM, Wayne Sallee wrote: In terminal simply enter: ifconfig wlan0 inet 192.168.x.xxx LOL I can ssh to it just fine, but the lfs computer has no internet when I do that. Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ

Re: [blfs-support] Preferred local IP Address for laptop Wireless.

2015-09-22 Thread Wayne Sallee
On 09/19/2015 05:27 PM, Bruce Dubbs wrote: Wayne Sallee wrote: On 09/17/2015 11:47 AM, Wayne Sallee wrote: In terminal simply enter: ifconfig wlan0 inet 192.168.x.xxx inet is the default, so that is not needed, but check that the netmask and broadcast addresses are correct. LOL I can

[blfs-support] lfs7.7 atk internal compiler error

2015-09-24 Thread Wayne Sallee
rror: Illegal instruction G_MAXDOUBLE, ^ 0x87815f crash_signal ../../gcc-4.9.2/gcc/toplev.c:337 0x7fa16652651f ??? /usr/src/glibc/glibc-2.21/signal/../sysdeps/unix/sysv/linux/x86_64/sigaction.c:0 Wayne Sallee wa..

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-09-25 Thread Wayne Sallee
Thanks for all the posts. It's an Intel processor. I tried recompiling multiple times, but did not try cleaning the source tree, or re-uncompressing the tar. Should I run make clean, or make mrproper after deleting the directory, and uncompressing the tar? Wayne Sallee wa...@waynesalle

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-09-25 Thread Wayne Sallee
ter. I know that the second computer has a bad second video card that I disabled in BIOS. But of course things like that can be the motherboard, making the other parts look bad. Wayne Sallee wa...@waynesallee.com On 09/25/2015 09:41 AM, Wayne Sallee wrote: Thanks for all the posts. It's an

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-09-25 Thread Wayne Sallee
Memory test passes. Same compile error on first laptop. So back to the second laptop goes the hard drive. :-) Wayne Sallee wa...@waynesallee.com On 09/25/2015 11:13 AM, Wayne Sallee wrote: Starting clean did not help. That's the first compiling that I've done since moving the har

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-09-25 Thread Wayne Sallee
min() _GLIBCXX_USE_NOEXCEPT { return __FLT_MIN__; } ^ 0x95017f crash_signal ../../gcc-4.9.2/gcc/toplev.c:337 0x7fa8f060051f ??? /usr/src/glibc/glibc-2.21/signal/../sysdeps/unix/sysv/linux/x86_64/sigaction.c:0 Please submit a full bug report, Wayne Sallee w

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-09-26 Thread Wayne Sallee
c/gmp/gmp-6.0.0/config.sub -rwxr-xr-x 1 gmp gmp 4.8K Mar 25 2014 /usr/src/gmp/gmp-6.0.0/config.sub Do I want to use the above source that are there after running make, or do I want to extract a clean batch from the original source? Wayne Sallee wa...@waynesallee.com -- http://lists.linux

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-09-26 Thread Wayne Sallee
happened when I tried to build gdb. :-) Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-09-26 Thread Wayne Sallee
’ -> ‘config.sub’ Sincerely, William Harrington Thanks. I'll be doing this later. Too bad this was not mentioned on LFS where it was mentioned how easy it is for LFS to be copied to another computer. :-) This one is kind-of important. :-) Wayne Sallee wa...@waynesallee.

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-09-27 Thread Wayne Sallee
On 09/26/2015 03:32 PM, Wayne Sallee wrote: I had not yet installed gdb. So I decided to install gdb and find out. I'll give you 3 guesses of what happened. :-) And the first 2 guesses don't count. :-) Ok, :-) here is what happened: ../.././gnulib/import/frexp.c: In function

Re: [blfs-support] Unable to login with Linux-PAM - fixed, but still errors

2015-09-27 Thread Wayne Sallee
There's also a bug in the book where the root bash profile, and bashrc loop endlesly with each other. It gave me error when su to root, until I fixed it. Wayne Sallee wa...@waynesallee.com On 09/20/2015 08:59 PM, Bruce Dubbs wrote: Ken Moffat wrote: On Mon, Sep 21, 2015 at 12:49:51AM

Re: [blfs-support] Unable to login with Linux-PAM - fixed, but still errors

2015-09-27 Thread Wayne Sallee
On 09/27/2015 09:37 AM, Wayne Sallee wrote: There's also a bug in the book where the root bash profile, and bashrc loop endlesly with each other. It gave me error when su to root, until I fixed it. Wayne Sallee wa...@waynesallee.com |if [ -f "$HOME/.bashrc" ] ; then sourc

Re: [blfs-support] Unable to login with Linux-PAM - fixed, but still errors

2015-09-27 Thread Wayne Sallee
arted it up and signed in as root, but su from root to root would give the error. I got my situation fixed, but since it sounded a little like what was happening to the OP, I though I'd post about it. Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/l

Re: [blfs-support] Unable to login with Linux-PAM - fixed, but still errors

2015-09-28 Thread Wayne Sallee
ot;/etc/bashrc" ] ; then source /etc/bashrc fi # End ~/.bashrc| EOF Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] Unable to login with Linux-PAM - fixed, but still errors

2015-09-28 Thread Wayne Sallee
On 09/28/2015 01:04 PM, Bruce Dubbs wrote: Wayne Sallee wrote: On 09/27/2015 05:55 PM, Bruce Dubbs wrote: Maybe the mistake is that that same command is in the .bashrc pointing back to itself. Perhaps, but where did it come from? Not the book. Book 7.7: cat> ~/.bashrc<&

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-09-28 Thread Wayne Sallee
r commands related to "word"... Reading symbols from g++...done. "/usr/src/gdb/foo.cc" is not a core dump: File format not recognized (gdb) run Starting program: /usr/bin/g++ g++: fatal error: no input files compilation terminated. [Inferior 1 (process 3001) exited wit

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-09-29 Thread Wayne Sallee
action.c:0 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See <http://gcc.gnu.org/bugs.html> for instructions. [Inferior 1 (process 2972) exited with code 01] (gdb) display/i $pc 1: x/i $pc (gdb) quit package gdb:

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-09-30 Thread Wayne Sallee
>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from g++...done. warning: core file may

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-10-01 Thread Wayne Sallee
log package gmp:/usr/src/gmp> awk '/tests passed/{total+=$2} ; END{print total}' gmp-check-log package gmp:/usr/src/gmp> make install package gmp:/usr/src/gmp> make install-html package gmp:/usr/src/gmp> exit Wayne Sallee wa...@waynesallee.com -- http://lis

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-10-02 Thread Wayne Sallee
:mov%rdx,0x40(%r9) 0x7fe02006a581 <__GI___libc_sigaction+81>:mov0x38(%rsi),%rdx 0x7fe02006a585 <__GI___libc_sigaction+85>:mov%rdx,0x48(%r9) 0x7fe02006a589 <__GI___libc_sigaction+89>:mov0x40(%rsi),%rdx 0x7fe02006a58d <__GI___libc_sigaction+93>:mov%rdx,0x50(%r9) 0x7fe02006a591 <__GI___libc_sigaction+97>:mov0x48(%rsi),%rdx 0x7fe02006a595 <__GI___libc_sigaction+101>:mov%rdx,0x58(%r9) End of assembler dump. (gdb) quit package gdb:/usr/src/gdb> Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-10-03 Thread Wayne Sallee
>:mulx (%rsi),%rbx,%rax 0x00007fe021043de3 <__gmpn_mul_1+99>:lea-0x18(%rdi),%rdi End of assembler dump. (gdb) quit package gdb:/usr/src/gdb> Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-10-05 Thread Wayne Sallee
or AMD computer. Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-10-06 Thread Wayne Sallee
7;t report back that the problem was fixed, and what was done to fix the problem. Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-10-07 Thread Wayne Sallee
ing gmp. Then when I went back to compile atk, it compiled with no errors. Thanks! One thing that I am wondering about; what about all of the programs that I have compiled with the previous install of gmp? I am wondering if I might run into problems with them working on a different computer.

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-10-08 Thread Wayne Sallee
bably the best way to go. What would be the difference in the outcome between the two methods? On Mon, 05 Oct 2015 14:04:42 -0400 Wayne Sallee wrote: One thing that I am wondering about; what about all of the programs that I have compiled with the previous install of gmp? I am wondering

Re: [blfs-support] lfs7.7 atk internal compiler error

2015-10-08 Thread Wayne Sallee
= 3.19.0 uname -s = Linux uname -v = #2 SMP Tue Sep 15 18:44:11 EDT 2015 Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] ClamTK on LFS

2015-10-08 Thread Wayne Sallee
hare/perl5/vendor_perl/ClamTk # chmod +x clamtk # cp clamtk /usr/local/bin (or /usr/bin) I agree that "put down the source." is not very helpful. But then this isn't really a lfs/bls issue. :-) Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listin

[blfs-support] initramfs BLFS-BOOK-7.7 Chapter 5 - Easy Choice

2015-10-10 Thread Wayne Sallee
assumptions correct? Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] initramfs BLFS-BOOK-7.7 Chapter 5 - Easy Choice

2015-10-22 Thread Wayne Sallee
current Mandriva 2010.2. I've been building my own kernels for a long time now. So I will go ahead and install the initramfs, and later do some kernel builds with initramfs, and some without. Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-suppor

[blfs-support] xmlto patch

2015-10-27 Thread Wayne Sallee
I'm wondering if the patch at https://github.com/handyman5/homebrew/commit/4e0ceb899082c6134ab5a162f5e3d930d54e3fce should be added to BLFS. I commented out the XSLTOPTS="$XSLTOPTS --nonet" and rebuilt xmlto, and it took care of the problem. Wayne Sallee wa...@waynesal

Re: [blfs-support] xmlto patch

2015-10-28 Thread Wayne Sallee
On 10/27/2015 04:14 PM, Ken Moffat wrote: On Tue, Oct 27, 2015 at 02:19:10PM -0400, Wayne Sallee wrote: I'm wondering if the patch at https://github.com/handyman5/homebrew/commit/4e0ceb899082c6134ab5a162f5e3d930d54e3fce should be added to BLFS. I commented out the XSLTOPTS="

Re: [blfs-support] xmlto patch

2015-10-28 Thread Wayne Sallee
uild has to request a download for the error to happen. When I have the BLFS computer I'll look to see what that program was that was erroring. It happened to another build, and I just disabled the building of the doc. This time I decided to fix the problem once and for all. :-) Wayne S

Re: [blfs-support] xmlto patch

2015-10-29 Thread Wayne Sallee
n/xdg-desktop-menu.1] Error 1 make[1]: Leaving directory '/usr/src/xdg-utils/xdg-utils-1.1.0-rc3/scripts' Makefile:23: recipe for target 'scripts' failed make: *** [scripts] Error 2 package xdg-utils:/usr/src/xdg-utils/xdg-utils-1.1.0-rc3> Wayne Sallee wa...@waynesall

Re: [blfs-support] xmlto patch

2015-10-29 Thread Wayne Sallee
think the book needs to be updated if this is correct. I have docbook-xml installed. And when I installed docbook-xml, I ran the config commands that it shows in the dockbook-xml chapter. Are you saying that docbook-xml needs to be reinstalled / reconfigured after installing xdg-utils? Wayne

Re: [blfs-support] xmlto patch

2015-10-31 Thread Wayne Sallee
config commands that it shows in the dockbook-xml chapter. Are you saying that docbook-xml needs to be reinstalled / reconfigured after installing xdg-utils? Wayne Sallee wa...@waynesallee.com No you don't need a reinstall. However, what fixed my problems was the final

Re: [blfs-support] xmlto patch

2015-10-31 Thread Wayne Sallee
Now I'm running into the same error building gimp-help. So much for the commenting out the XSLTOPTS="$XSLTOPTS --nonet" in xmlto. Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsub

Re: [blfs-support] Problem with X-window

2015-10-31 Thread Wayne Sallee
our thread inside someone else's thread. Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-support] wpa_passphrase SSID SECRET_PASSWORD > /etc/sysconfig/wpa_supplicant-wifi0.conf

2015-12-23 Thread Wayne Sallee
the data in the file, as it's is so easy for someone to want to go back to the instructions to add another wireless access point, and not not notice that it only has one ">". Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FA

[blfs-support] BLFS-BOOK-7.7 OpenJade

2016-01-26 Thread Wayne Sallee
ad of >> , as this would overwrite the catalog file? Wayne Sallee wa...@waynesallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] BLFS-BOOK-7.7 OpenJade

2016-01-27 Thread Wayne Sallee
On 01/26/2016 02:30 PM, Thanos Baloukas wrote: On 26/01/2016 09:21 μμ, Wayne Sallee wrote: *** echo "SYSTEM \"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\"; \ \"/usr/share/xml/docbook/xml-dtd-4.5/docbookx.dtd\"" >> \

Re: [blfs-support] BLFS-BOOK-7.7 OpenJade

2016-01-27 Thread Wayne Sallee
On 01/27/2016 12:59 PM, Bruce Dubbs wrote: Wayne Sallee wrote: On 01/26/2016 02:30 PM, Thanos Baloukas wrote: On 26/01/2016 09:21 μμ, Wayne Sallee wrote: *** echo "SYSTEM \"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\"; \ \"/usr/s

Re: [blfs-support] BLFS-BOOK-7.7 OpenJade

2016-01-27 Thread Wayne Sallee
On 01/27/2016 12:59 PM, Bruce Dubbs wrote: Wayne Sallee wrote: On 01/26/2016 02:30 PM, Thanos Baloukas wrote: On 26/01/2016 09:21 μμ, Wayne Sallee wrote: *** echo "SYSTEM \"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\"; \ \"/usr/s

[blfs-support] failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"

2016-07-16 Thread Wayne Sallee
o force it to work, but. But I have never been able to figure out why I often get this error. Some make files I find no "-nonet" to remove, and all I can do is let it fail. Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscr

[blfs-support] building GTK+ 2.4 development environment

2016-07-27 Thread Wayne Sallee
How does one build the GTK+ 2.4 development environment? I see a couple examples for other development environments, but what about GTK+? Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http

Re: [blfs-support] building GTK+ 2.4 development environment

2016-07-27 Thread Wayne Sallee
did not install the gtk one, and I saw other references in LFS book about building development environment, I thought I would ask. Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com On 07/27/2016 03:26 PM, Bruce Dubbs wrote: Wayne Sallee wrote: How does one build the GTK+ 2.4

Re: [blfs-support] building GTK+ 2.4 development environment

2016-07-27 Thread Wayne Sallee
On 07/27/2016 04:08 PM, Bruce Dubbs wrote: Wayne Sallee wrote: I am building lshw. It did not build the gtk version, only the command line version. http://www.ezix.org/project/wiki/HardwareLiSter says that I need the development environment to build the graphical user interface. I figured

[blfs-support] wicd boot script hibernation Book 7

2016-07-30 Thread Wayne Sallee
ke my system work better. Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-support] Do you have a /etc/sysctl.conf ?

2016-08-24 Thread Wayne Sallee
My lfs build does not have /etc/sysctl.conf Is this something new for it to not be there, or is my system defective? Do you have it in your build? Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http

Re: [blfs-support] Do you have a /etc/sysctl.conf ?

2016-08-24 Thread Wayne Sallee
On 08/24/2016 10:50 AM, Rob wrote: Wayne Sallee wrote: My lfs build does not have /etc/sysctl.conf Is this something new for it to not be there, or is my system defective? We don't have the systctl utility. Instead, such things are handled in the /etc/sysconfig directory. Especially

[blfs-support] Book 7.7 QtCore/QtGlobal KDE . No such file or directory

2016-08-27 Thread Wayne Sallee
e/QtGlobal What would be a command that I could run to test to see what's going on? Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] Book 7.7 QtCore/QtGlobal KDE . No such file or directory

2016-08-27 Thread Wayne Sallee
Wayne Sallee wrote: I have both qt4 and qt5 built using the opt method. The file QtCore/QtGlobal is in both 4 and 5 /usr/src/qt/qt-everywhere-opensource-src-4.8.6/include/QtCore/QtGlobal /usr/src/qt/qt-everywhere-opensource-src-5.4.0/qtbase/include/QtCore/QtGlobal Oops I copied the wrong 2

Re: [blfs-support] Book 7.7 QtCore/QtGlobal KDE . No such file or directory

2016-08-27 Thread Wayne Sallee
Core Description: Qt Core module Version: 5.4.0 Libs: -L${libdir} -lQt5Core Libs.private: -lpthread -lz -licui18n -licuuc -licudata -lpcre16 -lm -ldl -lgthread-2.0 -pthread -lglib-2.0 -lrt Cflags: -I${includedir}/QtCore -I${includedir} Wayne Sallee wa...@waynesallee.com http://www.Wayn

Re: [blfs-support] Book 7.7 QtCore/QtGlobal KDE . No such file or directory

2016-08-29 Thread Wayne Sallee
On 08/27/2016 04:06 PM, Bruce Dubbs wrote: How about 'echo $PKG_CONFIG_PATH'? -- Bruce echo $PKG_CONFIG_PATH /usr/local/lib/pkgconfig:/opt/qt4/lib/pkgconfig:/opt/qt5/lib/pkgconfig Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.or

Re: [blfs-support] Book 7.7 QtCore/QtGlobal KDE . No such file or directory

2016-08-30 Thread Wayne Sallee
. Often in debugging it helps to go to the root of the error. Any idea of some good qt commands that will move me to the root of the error? Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http

Re: [blfs-support] Book 7.7 QtCore/QtGlobal KDE . No such file or directory

2016-08-30 Thread Wayne Sallee
-DQT_QMAKE_EXECUTABLE=/opt/qt4/bin/qmake-Wno-dev .. Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] Book 7.7 QtCore/QtGlobal KDE . No such file or directory

2016-08-30 Thread Wayne Sallee
And thanks for everyone's help, as y'all pointed out it was a problem with both versions of qt being found. Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html U

Re: [blfs-support] LXDE shutdown problem

2016-09-03 Thread Wayne Sallee
from commandline and see what it shows. Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] Oxygen-icons

2016-09-03 Thread Wayne Sallee
On 09/02/2016 12:54 PM, spiky wrote: Hi Just going through the new blfs book, would it be possible to have Oxygen-icons that dont require QT I.e Oxygen-icons-15.04.3 from BLFS-7.9 Why not qt? Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http

Re: [blfs-support] Qt4 in /usr

2016-09-08 Thread Wayne Sallee
built outside of qt, and some programs will fail to build without it. Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] Building Virtualbox on LFS

2016-09-12 Thread Wayne Sallee
Original Message *Subject: *Building Virtualbox on LFS *From: *Wayne Sallee *To: *BLFS Support List *Date: *09/12/2016 12:52 PM Anyone built Virtualbox on LFS? I'm not sure what to do about the dependency "Dev86" Has anyone built "Dev86"? Wayne Sal

[blfs-support] Building Virtualbox on LFS

2016-09-12 Thread Wayne Sallee
Anyone built Virtualbox on LFS? I'm not sure what to do about the dependency "Dev86" Has anyone built "Dev86"? Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/

[blfs-support] Updates Without Crashing LFS

2016-09-12 Thread Wayne Sallee
What advice can you give for updating LFS without crashing the system, as various programs need to be updated. Obviously some programs would be more risky than others. Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ

Re: [blfs-support] Updates Without Crashing LFS

2016-09-14 Thread Wayne Sallee
/include/c++/ /usr/lib/gcc/x86_64-unknown-linux-gnu/ /usr/libexec/gcc/x86_64-pc-linux-gnu/ /usr/share/ ĸen Do you prefer to install over, with gcc, or uninstall, then install? Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support

Re: [blfs-support] Updates Without Crashing LFS

2016-09-19 Thread Wayne Sallee
On 09/12/2016 08:10 PM, Ken Moffat wrote: Magic-SysRQ in the kernel, so if it hangs Alt-SysRq-S (sync), pause briefly, Alt-SysRq-B (boot). Yes that's is one of the things that I really like about linux. It also works good for boot problems as well. Thanks for all your help! Wayne Sall

[blfs-support] /boot/grub/grub.cfg set default=2

2016-10-03 Thread Wayne Sallee
How do I set the default kernel to boot in /boot/grub/grub.cfg ? I tried setting: set default=2 Then I rebooted. But that made no difference. Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http

[blfs-support] ls -l /bin/getfacl

2016-10-03 Thread Wayne Sallee
What are y'all getting for the following? ls -l /bin/getfacl -rw-r--r-- 1 acl acl 74K Aug 1 2015 /bin/getfacl I'm surprised that the above is not executable. Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support

Re: [blfs-support] /boot/grub/grub.cfg set default=2

2016-10-03 Thread Wayne Sallee
On 10/03/2016 01:37 PM, Wayne Sallee wrote: How do I set the default kernel to boot in /boot/grub/grub.cfg ? I tried setting: set default=2 Then I rebooted. But that made no difference. Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com I'ts working now. Not sure what the

Re: [blfs-support] ls -l /bin/getfacl

2016-10-03 Thread Wayne Sallee
On 10/03/2016 02:49 PM, Bruce Dubbs wrote: Wayne Sallee wrote: What are y'all getting for the following? ls -l /bin/getfacl -rw-r--r-- 1 acl acl 74K Aug 1 2015 /bin/getfacl I'm surprised that the above is not executable. Your install is wrong. $ ls -l /bin/getfacl -rwxr-x

Re: [blfs-support] Building Virtualbox on LFS

2016-10-05 Thread Wayne Sallee
ing works just fine, even 32bit operating systems. See my instructions at: http://www.linuxquestions.org/questions/showthread.php?p=5614142#post5614142 Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linux

Re: [blfs-support] Survey /usr or /opt

2016-10-11 Thread Wayne Sallee
it and notify the sender. done. Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-support] LibreOffice SDBC driver. Anyone using LibreOffice Base on lfs?

2016-11-07 Thread Wayne Sallee
and see that BLFS instructions installs with " --without-java ". Anyone using LibreOffice Base on lfs? Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-support] OpenOffice Has anyone built OpenOffice

2016-11-07 Thread Wayne Sallee
I'm thinking of building OpenOffice, but the build instructions don't say what to do after building it. I guess the thing to do would be simply run "make install". Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/bl

Re: [blfs-support] LibreOffice SDBC driver. Anyone using LibreOffice Base on lfs?

2016-11-07 Thread Wayne Sallee
On 11/07/2016 04:57 PM, Ken Moffat wrote: On Mon, Nov 07, 2016 at 10:38:22AM -0500, Wayne Sallee wrote: I'm getting the error "No /SDBC driver/ was found for the URL 'sdbc:embedded:hsqldb' " Wen I try to open a database. Internet search says to enable "use

Re: [blfs-support] LibreOffice SDBC driver. Anyone using LibreOffice Base on lfs?

2016-11-08 Thread Wayne Sallee
tools, options, LibreOffice Base, Connections, Connection Pool ? Are you using any of that? Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above inform

Re: [blfs-support] LibreOffice SDBC driver. Anyone using LibreOffice Base on lfs?

2016-11-08 Thread Wayne Sallee
Maybe I need to add myself for permission to use postgres? If I run "createdb test" I get: createdb: could not connect to database template1: FATAL: role "waynesallee" does not exist But if i su to postgres, then it works fine. Wayne Sallee wa...@waynesallee.com http:/

Re: [blfs-support] LibreOffice SDBC driver. Anyone using LibreOffice Base on lfs?

2016-11-09 Thread Wayne Sallee
On 11/08/2016 04:00 PM, Pierre Labastie wrote: On 08/11/2016 17:29, Wayne Sallee wrote: Maybe I need to add myself for permission to use postgres? If I run "createdb test" I get: createdb: could not connect to database template1: FATAL: role "waynesallee" does not ex

Re: [blfs-support] LibreOffice SDBC driver. Anyone using LibreOffice Base on lfs?

2016-11-09 Thread Wayne Sallee
Original Message *Subject: *Re: [blfs-support] LibreOffice SDBC driver. Anyone using LibreOffice Base on lfs? *From: *Wayne Sallee *To: *blfs-support@lists.linuxfromscratch.org *Date: *11/09/2016 10:21 AM On 11/08/2016 04:00 PM, Pierre Labastie wrote: On 08/11/2016 17:29

Re: [blfs-support] LibreOffice SDBC driver. Anyone using LibreOffice Base on lfs?

2016-11-09 Thread Wayne Sallee
Original Message *Subject: *Re: [blfs-support] LibreOffice SDBC driver. Anyone using LibreOffice Base on lfs? *From: *Wayne Sallee *To: *blfs-support@lists.linuxfromscratch.org *Date: *11/09/2016 10:52 AM Original Message *Subject: *Re: [blfs-support

Re: [blfs-support] LibreOffice SDBC driver. Anyone using LibreOffice Base on lfs?

2016-11-09 Thread Wayne Sallee
On 11/09/2016 12:18 PM, Pierre Labastie wrote: On 09/11/2016 16:21, Wayne Sallee wrote: On 11/08/2016 04:00 PM, Pierre Labastie wrote: On 08/11/2016 17:29, Wayne Sallee wrote: Maybe I need to add myself for permission to use postgres? If I run "createdb test" I get: createdb:

Re: [blfs-support] LibreOffice SDBC driver. Anyone using LibreOffice Base on lfs?

2016-11-09 Thread Wayne Sallee
Original Message *Subject: *Re: [blfs-support] LibreOffice SDBC driver. Anyone using LibreOffice Base on lfs? *From: *Wayne Sallee *To: *blfs-support@lists.linuxfromscratch.org *Date: *11/09/2016 01:21 PM On 11/09/2016 12:18 PM, Pierre Labastie wrote: On 09/11/2016 16:21

Re: [blfs-support] LibreOffice SDBC driver. Anyone using LibreOffice Base on lfs?

2016-11-09 Thread Wayne Sallee
I just reinstalled LibreOffice with Java, and that fixed it. So it would probably be good to add the importance of installing with Java if one wants to be able to use Base,, to the BLFS instructions. Wayne Sallee wa...@waynesallee.com http://www.WayneSallee.com -- http

  1   2   >