[lfs-support] different module directories

2016-09-11 Thread Rob
Can someone please clarify for me the differences here?
/etc/modules-load.d
/etc/modprobe.d
and the file:
/etc/sysconfig/modules
All these various module dirs are confusing.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style


Re: [lfs-support] systemd compilation documentation missing a step

2016-09-11 Thread Bruce Dubbs

prime gonzola wrote:

Hello,

I am using the system version 7.10. After unpacking the sources
system-231, the documentation states you need run configure. That file
does not exist i.e. you need to run autogen.sh first which will
generate the configure file.

The documentation does not mention this step as far as I remember and
see at
http://linuxfromscratch.org/lfs/view/stable-systemd/chapter06/systemd.html


Did you check the md5sum?

$ md5sum systemd-231.tar.xz
2647855c8f9cdf824953f1091db2d2b2  systemd-231.tar.xz

$ tar -tf systemd-231.tar.xz|grep configure
systemd-231/configure
systemd-231/configure.ac

  -- Bruce


--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style


Re: [lfs-support] systemd compilation documentation missing a step

2016-09-11 Thread Douglas R. Reno
On Sun, Sep 11, 2016 at 7:20 PM, prime gonzola 
wrote:

> Hello,
>
>
>
> I am using the system version 7.10. After unpacking the sources
> system-231, the documentation states you need run configure. That file does
> not exist i.e. you need to run autogen.sh first which will generate the
> configure file.
>
>
>
> The documentation does not mention this step as far as I remember and see
> at http://linuxfromscratch.org/lfs/view/stable-systemd/
> chapter06/systemd.html
>
>
>
> Cheers,
>
>
>
> primegonzola
>
>
>
> Sent from Mail  for
> Windows 10
>
>
>
>
Hello,


Are you sure that you're entering the commands correctly? I can confirm
that "configure" exists:

renodr [ ~/Documents/Sources and Scripts Backup/systemd-231 ]$ ls
aclocal.m4DISTRO_PORTING   Makefile.am  READMEtest
build-aux docs Makefile.in  rules tmpfiles.d
catalog   factory  Makefile-man.am  shell-completion  TODO
CODING_STYLE  hwdb man  src   tools
config.h.in   LICENSE.GPL2 network  sysctl.d  units
configure LICENSE.LGPL2.1  NEWS system-preset xorg
configure.ac  m4   po   sysusers.d

That is after a successful decompression of the tarball.

Thank you,

Douglas R. Reno
LFS/BLFS systemd maintainer
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style


Re: [lfs-support] devtmpfs device node creation

2016-09-11 Thread William Harrington
On Mon, 12 Sep 2016 00:43:18 +0300
Thanos Baloukas  wrote:

> Could someone please point me to some source that could clear things up?

Yes I can,

DEVTMPFS

https://lwn.net/Articles/331818/

Sincerely,

William Harrington
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style


Re: [lfs-support] systemd compilation documentation missing a step

2016-09-11 Thread William Harrington
On Mon, 12 Sep 2016 00:20:16 +
prime gonzola  wrote:

> Hello,
> 
> I am using the system version 7.10. After unpacking the sources system-231, 
> the documentation states you need run configure. That file does not exist 
> i.e. you need to run autogen.sh first which will generate the configure file.
> 
> The documentation does not mention this step as far as I remember and see at 
> http://linuxfromscratch.org/lfs/view/stable-systemd/chapter06/systemd.html
> 
> Cheers,
> 
> primegonzola
> 
> Sent from Mail for Windows 10
> 

Hello primegonzola,

Didn't download the tarball from the list in the book?

http://www.linuxfromscratch.org/lfs/view/stable-systemd/chapter03/packages.html

Results in a configure script which is executable from the download link:



Home page: http://www.freedesktop.org/wiki/Software/systemd/

Download: 
http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-231.tar.xz

MD5 sum: 2647855c8f9cdf824953f1091db2d2b2


Sincerely,

William Harrington
-- 
William Harrington 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style


[lfs-support] systemd compilation documentation missing a step

2016-09-11 Thread prime gonzola
Hello,

I am using the system version 7.10. After unpacking the sources system-231, the 
documentation states you need run configure. That file does not exist i.e. you 
need to run autogen.sh first which will generate the configure file.

The documentation does not mention this step as far as I remember and see at 
http://linuxfromscratch.org/lfs/view/stable-systemd/chapter06/systemd.html

Cheers,

primegonzola

Sent from Mail for Windows 10

-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style


Re: [lfs-support] devtmpfs device node creation

2016-09-11 Thread Bruce Dubbs

Thanos Baloukas wrote:

Following another thread on the list I searched a little about
when the nodes are created and found

https://lwn.net/Articles/330985/

where it states that after the rootfs is mounted by the kernel,
the populated tmpfs is mounted at /dev. The article is not new,
so at least this was the initial design.

Then reading the book on

http://www.linuxfromscratch.org/lfs/view/systemd/chapter07/udev.html

in section 7.3.2.2. Device Node Creation first paragraph, I think
implies that the nodes are created after the tmpfs is mounted on /dev

Could someone please point me to some source that could clear things up?


No it doesn't imply that.  I suppose we could s/be created with/have/ in 
the 2nd sentence, but that's pretty picky.


  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style


[lfs-support] devtmpfs device node creation

2016-09-11 Thread Thanos Baloukas

Following another thread on the list I searched a little about
when the nodes are created and found

https://lwn.net/Articles/330985/

where it states that after the rootfs is mounted by the kernel,
the populated tmpfs is mounted at /dev. The article is not new,
so at least this was the initial design.

Then reading the book on

http://www.linuxfromscratch.org/lfs/view/systemd/chapter07/udev.html

in section 7.3.2.2. Device Node Creation first paragraph, I think
implies that the nodes are created after the tmpfs is mounted on /dev

Could someone please point me to some source that could clear things up?

Thanks

--
Thanos
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style


Re: [lfs-support] glibc locales

2016-09-11 Thread Pedro Gabriel Bastos Gonçalves
2016-09-11 0:16 GMT-03:00 William Harrington :

> On Sat, 10 Sep 2016 23:22:09 -0300
> Pedro Gabriel Bastos Gonçalves  wrote:
>
> > In chapter 9 of LFS 7.10, if I decide to install all locales listed in
> the
> > glibc-2.24/localedata/SUPPORTED file
> > Do I need to
> > mkdir -pv /usr/lib/locale
> > before
> > make localedata/install-locales
> > ???
> No
>
> The make install target for install-locales will create it for you.
>
> If the localedef command creates the directory itself then it isn't needed
> either. Need to look at the source.
>
> Sincerely,
>
> William Harrington
> --
> http://lists.linuxfromscratch.org/listinfo/lfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
>
> Do not top post on this list.
>
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing in e-mail?
>
> http://en.wikipedia.org/wiki/Posting_style


Thank you, William.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style