[lfs-support] lfs systemd

2014-06-21 Thread spiky
I see that the lfs-systemd book has been updated, Dose this mean that it is going tobe maintained from now on? -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [lfs-support] Problem partioning

2014-06-21 Thread William Harrington
On Jun 21, 2014, at 10:11 AM, Philippe Delavalade wrote: I always used to have a swap partition, so I continue to make it but it's perhaps not so important. Until you have a runaway situation where your system comes to a crawl. Systems with 16GB ram still aren't immune to thrashing when t

Re: [lfs-support] Why use exec in chapter 6.6?

2014-06-21 Thread William Harrington
On Jun 21, 2014, at 2:22 AM, Luis Muñoz Fuente wrote: Sorry, but I don't understand the difference. If I change the environment of the subshell and I continue work in this subshell, isn't it the same? Thanks First run the following to get your current pid: echo $$ while in chroot run thi

Re: [lfs-support] Problem partioning

2014-06-21 Thread Philippe Delavalade
Le samedi 21 juin à 15:48, akhiezer a écrit : > ( Btw, & fwiw, I wouldn't worry too much about using a swap partition on > an ssd: but it depends on things like what is the total size of the ssd, > ram, and any other hard-drives in the machine; and on what kind of software > is going to be running

Re: [lfs-support] Problem partioning

2014-06-21 Thread Philippe Delavalade
Le samedi 21 juin à 14:55, akhiezer a écrit : > Did you do 'mkswap [-c] [-L label] [-U ...] [...]' on the swap partition > (/dev/sda2 ?), prior to the/any swapon/mount/&c ? No ! I forgot that ; now it seems to be OK. Many thanks to you and to others. -- Ph. Delavalade -- http://lists.linuxfrom

Re: [lfs-support] Problem partioning

2014-06-21 Thread akhiezer
> Date: Sat, 21 Jun 2014 13:55:25 +0100 > From: lf...@cruziero.com (akhiezer) > To: LFS Support List > Subject: Re: [lfs-support] Problem partioning > > > Date: Sat, 21 Jun 2014 12:31:03 +0200 > > From: Philippe Delavalade > > To: lfs-support@lists.linuxfromscratch.org > > Subject: [lfs-support]

Re: [lfs-support] Problem partioning

2014-06-21 Thread akhiezer
> Date: Sat, 21 Jun 2014 12:31:03 +0200 > From: Philippe Delavalade > To: lfs-support@lists.linuxfromscratch.org > Subject: [lfs-support] Problem partioning > > Hi all. > > I want to build LFS on a new computer. > > It seems to me I have a problem with my swap partition. I did a mistake > when cre

Re: [lfs-support] Problem partioning

2014-06-21 Thread Richard Melville
On 21 June 2014 13:08, Baho Utot wrote: > On Saturday, June 21, 2014 12:31:03 PM Philippe Delavalade wrote: > > Hi all. > > > > I want to build LFS on a new computer. > > > > It seems to me I have a problem with my swap partition. I did a mistake > > when creating the LFS partition and so, I had

Re: [lfs-support] Problem partioning

2014-06-21 Thread Baho Utot
On Saturday, June 21, 2014 12:31:03 PM Philippe Delavalade wrote: > Hi all. > > I want to build LFS on a new computer. > > It seems to me I have a problem with my swap partition. I did a mistake > when creating the LFS partition and so, I had to recreate the swap > partition. > > I used cgdisk o

Re: [lfs-support] Problem partioning

2014-06-21 Thread Niels Terp
Hi all. I want to build LFS on a new computer. It seems to me I have a problem with my swap partition. I did a mistake when creating the LFS partition and so, I had to recreate the swap partition. I used cgdisk on a ssd ; the host system is debian/testing. gdisk with the 'p' command says : N

[lfs-support] Problem partioning

2014-06-21 Thread Philippe Delavalade
Hi all. I want to build LFS on a new computer. It seems to me I have a problem with my swap partition. I did a mistake when creating the LFS partition and so, I had to recreate the swap partition. I used cgdisk on a ssd ; the host system is debian/testing. gdisk with the 'p' command says : Nu

Re: [lfs-support] Why use exec in chapter 6.6?

2014-06-21 Thread Luis Muñoz Fuente
El Fri, 20 Jun 2014 11:05:21 -0500 Bruce Dubbs escribió: > Luis Muñoz Fuente wrote: > > Hello: > > In 7.5 book, in chapter 6.6, use: > > > > exec /tools/bin/bash --login +h > > > > Is enough this: > > > > /tools/bin/bash --login +h > > > > > > Why exec? > > You want to change the current environ