[blfs-support] initramfs's killall /sbin/udevd not work with kernel 3.14

2014-03-31 Thread xinglp
It's show file not found, but "killall udevd" works for it. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] Failed to boot from USB stick

2014-03-12 Thread xinglp
2014-03-13 4:23 GMT+08:00 Alexey Orishko : > On Wed, Mar 12, 2014 at 12:52 PM, xinglp wrote: >> try the below grub.cfg if your boot partition is same as root partition. >> >> set default=0 >> set timeout=3 >> insmod ext2 >> menuentry "Defaul

Re: [blfs-support] Failed to boot from USB stick

2014-03-12 Thread xinglp
2014-03-12 3:08 GMT+08:00 Alexey Orishko : > Hi guys, > > I can't boot BLFS 7.4 system (Intel Atom 32-bit) from USB stick on > some motherboards, but I can do it on the same motherboard type with > different (old) BIOS version. > I've read BIOS release notes and found nothing relevant to the probl

Re: [blfs-support] mysql has a meaningless command. "install ... -d /run/mysqld"

2014-02-21 Thread xinglp
2014-02-21 22:56 GMT+08:00 Bruce Dubbs : > xinglp wrote: >> Since the "/run" was mounted during boot. > > That's only there for starting mysqld_safe in the next command as a part > of configuration. The start script also does: > > mkdir -p /run/mysqld >

[blfs-support] mysql has a meaningless command. "install ... -d /run/mysqld"

2014-02-21 Thread xinglp
Since the "/run" was mounted during boot. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-support] some packages need option "--mandir=/usr/share/man --infodir=/usr/share/info" or patch to prevent create /usr/man

2014-02-18 Thread xinglp
screen need "--mandir=/usr/share/man --infodir=/usr/share/info" tree need sed -i s%\${prefix}/man%\${prefix}/share/man%g Makefile unzip need sed -i s%\$\(prefix\)/man%\$\(prefix\)/share/man%g unix/Makefile -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscrat

[blfs-support] dhcpcd not get ipv6 address on boot.

2013-11-21 Thread xinglp
I use a openwrt router with 6relayd. After my lfs box startup, there is only on ipv6 address assigned by kernel auto configuration. But when use ifdown eth0 and ifup eth0 to reset it, there were two ipv6 addresses appeared, one of these is acquired by dhcpcd. But if I configurate eth0 to a bridge

Re: [blfs-support] /lib/services/bridge need "ip link set xxx up" before or after "brctl addif xxx xxx"

2013-11-14 Thread xinglp
2013/11/15 William Harrington : > > On Nov 14, 2013, at 12:43 PM, xinglp wrote: > >> Add "ip link set xxx up" fix it, but I'm not sure about place it >> before or after "brctl addif xxx xxx". > > If I recall, teh bridge is your new interface wit

[blfs-support] /lib/services/bridge need "ip link set xxx up" before or after "brctl addif xxx xxx"

2013-11-14 Thread xinglp
When I use this type, SERVICES="bridge dhcp", the bridge interface never got up. Add "ip link set xxx up" fix it, but I'm not sure about place it before or after "brctl addif xxx xxx". I'm using kernel 3.12, anyone else has met this issue ? -- http://linuxfromscratch.org/mailman/listinfo/blfs-s

Re: [blfs-support] There are two "alias ls='ls --color=auto'" in Bash Shell Startup Files.

2013-10-24 Thread xinglp
2013/10/25 Bruce Dubbs : > xinglp wrote: >> http://www.linuxfromscratch.org/blfs/view/svn/postlfs/profile.html >> >> One in /etc/bashrc, another in >> >> /etc/profile.d/dircolors.sh > > Actually both are needed. If you log in via the command line, then

Re: [blfs-support] There are two "alias ls='ls --color=auto'" in Bash Shell Startup Files.

2013-10-24 Thread xinglp
2013/10/25 Bruce Dubbs : > xinglp wrote: >> http://www.linuxfromscratch.org/blfs/view/svn/postlfs/profile.html >> >> One in /etc/bashrc, another in >> >> /etc/profile.d/dircolors.sh > > Actually both are needed. If you log in via the command line, then

Re: [blfs-support] There are two "alias ls='ls --color=auto'" in Bash Shell Startup Files.

2013-10-24 Thread xinglp
2013/10/25 xinglp : > http://www.linuxfromscratch.org/blfs/view/svn/postlfs/profile.html > > One in /etc/bashrc, another in > > /etc/profile.d/dircolors.sh We can also add "alias grep='grep --color=auto'" -- http://linuxfromscratch.org/mail

[blfs-support] There are two "alias ls='ls --color=auto'" in Bash Shell Startup Files.

2013-10-24 Thread xinglp
http://www.linuxfromscratch.org/blfs/view/svn/postlfs/profile.html One in /etc/bashrc, another in /etc/profile.d/dircolors.sh -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] alsa bootscript should start after udev

2013-08-15 Thread xinglp
2013/8/15 Bruce Dubbs : > xinglp wrote: >> Or nothing restored. > > When you built alsa-utils, did it not install 90-alsa-restore.rules in > /lib/udev/rules.d ? It's not work for me, I removed it. But the content of http://www.linuxfromscratch.org/blfs/downloads/svn/bl

[blfs-support] alsa bootscript should start after udev

2013-08-15 Thread xinglp
Or nothing restored. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] hostname was overwrite by dhcpcd-6.0.3

2013-07-25 Thread xinglp
2013/7/26 Bruce Dubbs : > On Thu, Jul 25, 2013 at 11:23 AM, xinglp wrote: >> I can stop this by remove >> /lib/dhcpcd/dhcpcd-hooks/{29-lookup-hostname,30-hostname}. >> But any other way to do it. > > That's the way dhcpcd works, but look at the man page for other o

[blfs-support] hostname was overwrite by dhcpcd-6.0.3

2013-07-25 Thread xinglp
I can stop this by remove /lib/dhcpcd/dhcpcd-hooks/{29-lookup-hostname,30-hostname}. But any other way to do it. Thanks. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] [blfs-book] r11499 - in trunk: BOOK bootscripts bootscripts/blfs/init.d

2013-07-25 Thread xinglp
2013/7/25 : > Author: igor > Date: Thu Jul 25 02:50:36 2013 > New Revision: 11499 > > Log: > ALSA restore state in the bootscript > > Modified: >trunk/BOOK/general.ent >trunk/bootscripts/ChangeLog >trunk/bootscripts/Makefile >trunk/bootscripts/blfs/init.d/alsa > > Modified: trunk/B

Re: [blfs-support] openssl-1.0.1e can not build on latest svn lfs

2013-05-31 Thread xinglp
2013/5/31 William Harrington : > > On May 30, 2013, at 10:56 AM, xinglp wrote: > > Maybe caused by new version of perl. > > > I'm using a development build of LFS from April 9th onward and updating it > as new version of packages are released. > > I updated

Re: [blfs-support] openssl-1.0.1e can not build on latest svn lfs

2013-05-31 Thread xinglp
2013/5/31 Ken Moffat : > On Thu, May 30, 2013 at 11:56:32PM +0800, xinglp wrote: >> Maybe caused by new version of perl. >> >> The error mesage is same as: >> http://forums.gentoo.org/viewtopic-t-958406.html?sid=008a250955b12c23986955ae9f3dcca0 >> https://bugzil

[blfs-support] openssl-1.0.1e can not build on latest svn lfs

2013-05-30 Thread xinglp
Maybe caused by new version of perl. The error mesage is same as: http://forums.gentoo.org/viewtopic-t-958406.html?sid=008a250955b12c23986955ae9f3dcca0 https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=959439 -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.l

Re: [blfs-support] Alsa doesn't restore volume at boot(From LinuxQuestion)

2013-05-02 Thread xinglp
2013/5/2 Bruce Dubbs > xinglp wrote: > > 2013/5/2 xinglp > > > >> > >> > >> > >> 2013/5/2 Bruce Dubbs > >> > >>> xinglp wrote: > >>>> 2013/5/1 Armin K. > >>>> > >>>>> Dana 1

Re: [blfs-support] Alsa doesn't restore volume at boot(From LinuxQuestion)

2013-05-01 Thread xinglp
2013/5/2 xinglp > > > > 2013/5/2 Bruce Dubbs > >> xinglp wrote: >> > 2013/5/1 Armin K. >> > >> >> Dana 1.5.2013 15:18, xinglp je napisao: >> >>> >> >> >> http://www.linuxquestions.org/questions/linux-from-scra

Re: [blfs-support] Alsa doesn't restore volume at boot(From LinuxQuestion)

2013-05-01 Thread xinglp
2013/5/2 Bruce Dubbs > xinglp wrote: > > 2013/5/1 Armin K. > > > >> Dana 1.5.2013 15:18, xinglp je napisao: > >>> > >> > http://www.linuxquestions.org/questions/linux-from-scratch-13/alsa-doesnt-restore-volume-at-boot-4175460174/ > >>&

Re: [blfs-support] Alsa doesn't restore volume at boot(From LinuxQuestion)

2013-05-01 Thread xinglp
2013/5/1 Armin K. > Dana 1.5.2013 15:18, xinglp je napisao: > > > http://www.linuxquestions.org/questions/linux-from-scratch-13/alsa-doesnt-restore-volume-at-boot-4175460174/ > > > > > > alsa-utils ships udev file that restores volume at boot. > But it not ru

[blfs-support] Alsa doesn't restore volume at boot(From LinuxQuestion)

2013-05-01 Thread xinglp
http://www.linuxquestions.org/questions/linux-from-scratch-13/alsa-doesnt-restore-volume-at-boot-4175460174/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] Any things else like paco ?

2013-03-29 Thread xinglp
2013/3/29 Baho Utot > On 03/29/2013 07:07 AM, xinglp wrote: > > The paco not been updated for a long time. > No xz support. > paco -lp foo "tar -xvf xxx.tar -C /", the extracted files not logged. > > > > I have an rpm based build system for LFS-SVN I am te

[blfs-support] Any things else like paco ?

2013-03-29 Thread xinglp
The paco not been updated for a long time. No xz support. paco -lp foo "tar -xvf xxx.tar -C /", the extracted files not logged. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] GUID Partition Tables (GPT)

2013-03-21 Thread xinglp
2013/3/21 Bruce Dubbs : > Baho Utot wrote: > >> I have done some (not much) research and it looks like linux only >> supports booting to gtp partitions only if using 64 bit os. This is >> from the Fedora site. I am going to Arch linux site to see if they say >> the same. > > What I read was that

Re: [blfs-support] about wpa_supplicant configuration file name

2013-03-16 Thread xinglp
2013/3/17 Armin K. : > On 03/16/2013 06:42 PM, xinglp wrote: >> 2013/3/17 Armin K. : >>> On 03/16/2013 06:18 PM, xinglp wrote: >>>> For example a /etc/sysconfig/ifconfig.wifi0 file, it's content is: >>>> >>>> ONBOOT="yes"

Re: [blfs-support] about wpa_supplicant configuration file name

2013-03-16 Thread xinglp
2013/3/17 Armin K. : > On 03/16/2013 06:18 PM, xinglp wrote: >> For example a /etc/sysconfig/ifconfig.wifi0 file, it's content is: >> >> ONBOOT="yes" >> IFACE="wlp0s5" # recent udev change wlan0 to bad name for human >> SERVICE="wpa&

Re: [blfs-support] about wpa_supplicant configuration file name

2013-03-16 Thread xinglp
2013/3/17 Armin K. : > On 03/16/2013 06:18 PM, xinglp wrote: >> For example a /etc/sysconfig/ifconfig.wifi0 file, it's content is: >> >> ONBOOT="yes" >> IFACE="wlp0s5" # recent udev change wlan0 to bad name for human >> SERVICE="wpa&

Re: [blfs-support] ntp depends on libcap2 when use "-u" option.

2013-03-11 Thread xinglp
2013/3/12 Bruce Dubbs : > Ken Moffat wrote: >> On Mon, Mar 11, 2013 at 10:01:55PM +0800, xinglp wrote: >>> BTW: Where can I get the information of a package is need by others >>> and vice-versa in some other distro. >> >> For gentoo (and, apparently,

Re: [blfs-support] iptables-1.4.17 can not be build

2013-01-05 Thread xinglp
2013/1/6 Armin K. : > On 01/05/2013 11:18 PM, xinglp wrote: >> The error message is: >> >>CC initext4.o >>CC initext6.o >>CCLD libip6t_NETMAP.so >>CCLD libip6t_REJECT.so >> /usr/bin/ld: cannot find -lip6tc >> c

[blfs-support] iptables-1.4.17 can not be build

2013-01-05 Thread xinglp
The error message is: CC initext4.o CC initext6.o CCLD libip6t_NETMAP.so CCLD libip6t_REJECT.so /usr/bin/ld: cannot find -lip6tc collect2: error: ld returned 1 exit status make[2]: *** [libip6t_NETMAP.so] Error 1 -- http://linuxfromscratch.org/mailman/listinfo/blfs-sup

Re: [blfs-support] Iptables-1.4.15 error linux/netfilter_ipv4/ip_queue.h: No such file or directory

2012-08-14 Thread xinglp
2012/8/14 Armin K. : > On 08/14/2012 08:43 AM, xinglp wrote: >> >> I'm using kernel 3.5.1, when disable option "--enable-libipq" of >> iptables, it works well. >> The kernel 3.5.1 has no such file. > > > Hello and thanks for the reporting. I used

[blfs-support] Iptables-1.4.15 error linux/netfilter_ipv4/ip_queue.h: No such file or directory

2012-08-13 Thread xinglp
I'm using kernel 3.5.1, when disable option "--enable-libipq" of iptables, it works well. The kernel 3.5.1 has no such file. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] net-tools no longer compiles

2012-08-11 Thread xinglp
2012/8/12 Bruce Dubbs : > xinglp wrote: > >> try >> >> find -name "*.c" -o -name "*.h"|while read src; do >> sed -i "s%%%" $src >> sed -i "s%%%" $src >> sed -i "s%%%" $src >> done

Re: [blfs-support] net-tools no longer compiles

2012-08-10 Thread xinglp
2012/8/11 John Burrell : > > I'm building on LFS-SVN-20120806. > > when compiling net-tools-CVS_20101030 I get this: > > make[1]: Entering directory > `/usr/src/networks/net-tools/net-tools-CVS_20101030/ > lib' > cc -O2 -g -Wall -fno-strict-aliasing -I.. -I../include -D_GNU_SOURCE -I. > -I/us

Re: [blfs-support] MesaLib take about 18 SBU on my box.

2012-05-24 Thread xinglp
2012/5/24 John Burrell : > > > > >> Date: Thu, 24 May 2012 22:27:35 +0800 >> From: xin...@gmail.com >> To: blfs-support@linuxfromscratch.org >> Subject: Re: [blfs-support] MesaLib take about 18 SBU on my box. >> >> I've tried many way, it still need very lon

Re: [blfs-support] MesaLib take about 18 SBU on my box.

2012-05-24 Thread xinglp
2012/5/24 Ken Moffat : > On Wed, May 23, 2012 at 07:38:54PM +0100, Ken Moffat wrote: >> >>  In my case I build all the drivers on my current hardware (I've got >> big disks now, I can afford the space and I'd like to know if any >> of them fail to build because of an update elsewhere) so my own >>

Re: [blfs-support] MesaLib take about 18 SBU on my box.

2012-05-24 Thread xinglp
I've tried many way, it still need very long time. It spend most time on doing makedepend. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] MesaLib take about 18 SBU on my box.

2012-05-23 Thread xinglp
May be this reason, I lost "ldconfig" in Xorg Libraries. I'll try it tomorrow, and feed back -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] MesaLib take about 18 SBU on my box.

2012-05-23 Thread xinglp
2012/5/24 Bruce Dubbs : > xinglp wrote: >> It said 3.0 SBU in the below URL, is that normal? >> http://www.linuxfromscratch.org/blfs/view/svn/x/mesalib.html > > That's a little quick compared to my system.  For MesaLib-7.11.2 I have > 3.349 SBU and for MesaLib-8.0.2

Re: [blfs-support] MesaLib take about 18 SBU on my box.

2012-05-23 Thread xinglp
2012/5/24 Armin K : > On 23.5.2012 19:14, xinglp wrote: >> It said 3.0 SBU in the below URL, is that normal? >> http://www.linuxfromscratch.org/blfs/view/svn/x/mesalib.html > > How much is that in minutes and how much is 1 SBU on your machine? > > It takes arround 30 m

[blfs-support] screen use wrong pty-group

2012-05-12 Thread xinglp
http://www.linuxfromscratch.org/blfs/view/svn/general/screen.html ./configure --prefix=/usr \ --with-socket-dir=/var/run/screen \ --with-pty-group=4\ --with-sys-screenrc=/etc/screenrc but http://www.linuxfromscratch.org/lfs/

[blfs-support] initramfs mistake

2012-05-01 Thread xinglp
do_mount_root() { mkdir /.root [ -n "$rootflags" ] && rootflags="$rootflags," rootflags="$rootflags$ro" case "$root" in /dev/* ) device=$root ;; UUID=* ) eval $root; device="/dev/disk/by-uuid/$UUID" ;; LABEL=*) eval $root; device="/dev/disk/by-uuid/$LABEL" ;; >

Re: blfs-bootscripts-20111024.tar.bz2 missing

2011-10-26 Thread xinglp
On Thu, Oct 27, 2011 at 12:08 AM, Bruce Dubbs wrote: > xinglp wrote: >> On Tue, Oct 25, 2011 at 11:11 PM, Bruce Dubbs wrote: >>> xinglp wrote: >>> >>> You are a little impatient. Â The book starts rendering every day at >>> 08:15 GMT and the bootscrip

blfs-bootscripts-20111024.tar.bz2 missing

2011-10-25 Thread xinglp
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: how to automate lfs

2011-02-21 Thread xinglp
no svn client installed ? 2011/2/21 Rodolfo Perez : > Hi all > > Well I'm not sure if this forum is the right one ... > > I've build lfs 2 times successfully and now I'm trying to use jhalfs. I > did not succeed so far, but before i spend hours and hours I would like > to ask the experts some few

Re: traceroute-2.0.12

2011-01-08 Thread xinglp
try traceroute-2.0.17 -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

compressdoc not compress /usr/share/info

2010-11-22 Thread xinglp
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Any body complied valgrind with glib-2.12.1 on 64bits system?

2010-08-12 Thread xinglp
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: zlib-1.2.5 => firefox crash

2010-06-15 Thread xinglp
Then zlib or libxml error? 2010/6/15 Nathan Coulson : > On Fri, Jun 11, 2010 at 8:25 PM, xinglp wrote: >> I've configured libxml2-2.7.6 with --without-zlib to avoid a coredump >> when I run xmllint. >> I'm using   zlib-1.2.5 >> >> 2010/6/12 Andrew B

Re: zlib-1.2.5 => firefox crash

2010-06-11 Thread xinglp
I've configured libxml2-2.7.6 with --without-zlib to avoid a coredump when I run xmllint. I'm using zlib-1.2.5 2010/6/12 Andrew Benton : > Hello world > I've been using zlib-1.2.5 for a few days and something I've noticed is > that Firefox has become quite crashy (particularly when I try to > do

about openssl-0.9.8o

2010-06-05 Thread xinglp
can http://www.linuxfromscratch.org/patches/blfs/svn/openssl-0.9.8n-fix_manpages-1.patch patch openssl-0.9.8o ? -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: zlib 1.2.5 and libxml2 2.7.7

2010-06-04 Thread xinglp
configure --without-zlib 2010/6/4 Ivan Wagner : > Has anybody upgraded to using zlib 1.2.5?  Currently I am trying to > compile libxml2 but one of tests is sefaulting. > > /bin/sh: line 1: 31659 Segmentation fault      ./runtest > make: *** [runtests] Error 139 > lt-runtest[31674]: segfault at 44

which package can setup a pptp server?

2010-05-31 Thread xinglp
I've use ppp-2.4.4 pptp-1.7.2 setup a client. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page