Re: suggestion: add wget

2009-12-23 Thread Petr Ovtchenkov
On Thursday 24 December 2009 01:37:20 Bruce Dubbs wrote: > linux fan wrote: > > On 12/23/09, ALIP BUDIANTO wrote: > >> The LFS team may just install wget without the deps but also tell a > > > > I didn't think wget or even ftp would work before getting internet > > connection, which for me, requir

Problem in kernel's (2.6.32.2) header linux/socket.h

2010-01-06 Thread Petr Ovtchenkov
Problem in kernel's (2.6.32.2) header linux/socket.h: due to change -#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) +#ifdef __KERNEL__ procedure of generating of sanitized kernel headers (i.e. 'make INSTALL_HDR_PATH=dest headers_install') produce linux/socket.h without sa_famil

Re: Sysklogd --> syslog-ng?

2010-07-07 Thread Petr Ovtchenkov
On Tuesday 06 July 2010 22:57:02 Stuart Stegall wrote: > ... > > There are probably more, but I believe they rather universally > rejected syslog-ng. (A few did switch from sysklogd to syslog-ng then > to rsyslog.) > > Fedora has some rationale arguments against syslog-ng here: > https://fedorapr

Re: IANA-Etc links broken (for now)

2010-11-23 Thread Petr Ovtchenkov
On Mon, 22 Nov 2010 22:36:01 -0600 Bruce Dubbs wrote: > > Looking at the tarball, the last change was March 2008. The only thing > this package does is create the /etc/protocols and /etc/services files. > > Are these files actually used by anything any more? > NFS. -- - ptr -- http://li

Glibc-2.7: awk should be gawk, not mawk

2008-01-14 Thread Petr Ovtchenkov
Hi, I want to add my 2 cents to LFS. Note to http://www.linuxfromscratch.org/lfs/view/development/chapter05/glibc.html (5.6. Glibc-2.7): Pay attention what is awk; if this is link to mawk (not gawk), then probably you will have problem with glibc-2.7 building. - ptr -- http://linuxfromscr

Re: Glibc-2.7: awk should be gawk, not mawk

2008-01-14 Thread Petr Ovtchenkov
On Tuesday 15 January 2008 01:59, Bruce Dubbs wrote: > Petr Ovtchenkov wrote: > > Hi, > > > > I want to add my 2 cents to LFS. > > > > Note to > > http://www.linuxfromscratch.org/lfs/view/development/chapter05/glibc.html > > (5.6. Glibc-2.7): > &

Glibc-2.7 tests during construction toolchain

2008-01-15 Thread Petr Ovtchenkov
Ref page: http://www.linuxfromscratch.org/lfs/view/development/chapter05/glibc.html Glibc 2.7 tests include checks for atexit-like problems, i.e. call g++ or link with libstdc++, which not build yet on this stage. cd $LFS_BUILD/glibc-2.7; sed -i -e 's/ tst-cancel24//' -e '/LDFLAGS-tst-cancel2

Re: Glibc-2.7: awk should be gawk, not mawk

2008-01-15 Thread Petr Ovtchenkov
On Tuesday 15 January 2008 21:57, Dan Nicholson wrote: > > The glibc configure script uses the macro AC_PROG_AWK. This looks for > gawk first in the path before falling back to mawk, nawk or awk. So, > while it's not enforced, if you follow the LFS host requirements, it > will work. Really? grep

Re: Glibc-2.7 tests during construction toolchain

2008-01-16 Thread Petr Ovtchenkov
On Wednesday 16 January 2008 11:47, Chris Staub wrote: > Petr Ovtchenkov wrote: > > Ref page: > > http://www.linuxfromscratch.org/lfs/view/development/chapter05/glibc.html > > > > Glibc 2.7 tests include checks for atexit-like problems, i.e. call g++ or > > lin

Re: What next? [Was: Re: LiveCD or No LiveCD?]

2008-02-26 Thread Petr Ovtchenkov
nagement, what the key difference between LFS [in future] and Gentoo? This question is interesting because of target audience and goals. > ... -- Petr Ovtchenkov -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: What next? [Was: Re: LiveCD or No LiveCD?]

2008-02-27 Thread Petr Ovtchenkov
On Wednesday 27 February 2008 10:35, TheOldFellow wrote: > On Wed, 27 Feb 2008 09:57:56 +0300 > Petr Ovtchenkov <[EMAIL PROTECTED]> wrote: > > > On Tuesday 26 February 2008 21:37, TheOldFellow wrote: > > > > > > ... > > > > > > For instan

Re: What next? [Was: Re: LiveCD or No LiveCD?]

2008-02-27 Thread Petr Ovtchenkov
On Wednesday 27 February 2008 22:37, TheOldFellow wrote: > ... > > What adding a well researched and well documented PM does to the book > is enhancement of that understanding to include management of the > resulting system, and possibly automation of certain dreary and > repetitive parts of the b

Re: Poll about package management

2008-03-03 Thread Petr Ovtchenkov
On Monday 03 March 2008 12:55, Alexander E. Patrakov wrote: > Please reply to this message (please, limit this to the lfs-dev list > only) and mark with "X" the items that apply. If the answer is not the > same on your different Linux systems, write numbers of systems to > which each answer applies

Re: Poll results

2008-03-05 Thread Petr Ovtchenkov
On Wednesday 05 March 2008 20:21, Alexander E. Patrakov wrote: > > ... > > Now the important, in my opinion, parts: > > DESTDIR-based techniques are not as popular as others! Why you made such conclusion from this poll? > ... > The "I rebuild often" and "I use the scripting feature of the PM"

Vulnerability fixed in bzip2 1.0.5

2008-03-19 Thread Petr Ovtchenkov
Just for info: recently was fixed in bzip2 1.0.5. Description here: https://www.cert.fi/haavoittuvuudet/joint-advisory-archive-formats.html and fixed bzip2 1.0.5, http://www.bzip.org/ Bests, - ptr -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/fa

How to make QEMU image with LFS

2008-04-25 Thread Petr Ovtchenkov
Hi, May be this is well-known issue, but... Problem description: After building LFS, I want to check it, debug startup scripts, check configs, etc. Solution: QEMU hard disc image; image accessible from host system (not in time QEMU use it!), to copy/edit files on image from host system. -

Re: dhclient in LFS

2008-06-02 Thread Petr Ovtchenkov
On Monday 26 May 2008 22:37:33 Ken Moffat wrote: > On Mon, May 26, 2008 at 07:19:49AM -0600, Gerard Beekmans wrote: > > > > > Why dhclient over dhcpcd? I don't really care much, but my argument is > > > > > Not real reason why I mentioned one over the other. dhclient is easier > > to type th

Re: glibc @BASH@ thing

2008-06-03 Thread Petr Ovtchenkov
On Tuesday 03 June 2008 15:18:39 Mateusz Grotek wrote: > > > Yes. I understand that. So i'm trying to send this patch to libc-alpha > too. I donno if glibc utilities would work with dash (without bash > installed). But if it is possible, we could give users choice which > shell they like. Pe

Re: About the future format for LFS (reworded)

2008-09-02 Thread Petr Ovtchenkov
On Tuesday 02 September 2008 00:48:16 Ken Moffat wrote: > 1. - the original title, in Russian of "What Is To Be Done ?" by > Lenin - at least according to wikipedia - I've dropped the question > mark because you aren't asking, you are proclaiming. JFYI, the author of "What Is To Be Done?" (1862--