We should move http://www.linuxfromscratch.org/blfs/view/svn/general/bc.html to
lfs.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
2013/5/8 Armin K.
> On 05/08/2013 12:24 PM, purnomo hadi wrote:
> > link 404 not found
> >
> >
>
> Please do not top post.
>
> File is here:
> http://anduin.linuxfromscratch.org/~bdubbs/lfs-latest-files.phps
Would you please provide a zipped .php file of this script.
The phps is not formatted we
2013/5/9 xinglp
>
>
>
> 2013/5/8 Armin K.
>
> On 05/08/2013 12:24 PM, purnomo hadi wrote:
>> > link 404 not found
>> >
>> >
>>
>> Please do not top post.
>>
>> File is here:
>> http://anduin.linuxfromscratch.org/~bdub
2013/5/9 Bruce Dubbs
> xinglp wrote:
>
> > And I got these errors with PHP 5.4.12
> > PHP Warning: Invalid argument supplied for foreach() in
> > /xxx/lfs-latest-files.php on line 26
> > PHP Warning: Invalid argument supplied for foreach() in
> > /xxx/lfs
2013/5/9 Bruce Dubbs
>
> xinglp wrote:
> > 2013/5/8 Armin K.
>
> >> File is here:
> >> http://anduin.linuxfromscratch.org/~bdubbs/lfs-latest-files.phps
> >
> > Would you please provide a zipped .php file of this script.
> > The phps is not forma
2013/5/10 William Harrington :
>
> On May 9, 2013, at 10:44 PM, Bruce Dubbs wrote:
>
> You do need to change the
> mail command. Just comment it out and uncomment the echo command just
> before it.
>
>
> I copied and pasted the command from a browser and all works.
> I did change the mail address
2013/5/15 Matt Burgess :
> On Tue, 2013-05-14 at 13:59 -0500, Bruce Dubbs wrote:
>> 1. The latest git commit in util-linux now has a fix for umount not
>> remounting the root fs read only with a 'umount -a -r' command.
>>
>> I'm not sure if we should fix that in LFS or just wait until the next
>> r
diff -Naurz BOOK.0/chapter06/kmod.xml BOOK/chapter06/kmod.xml
--- BOOK.0/chapter06/kmod.xml
+++ BOOK/chapter06/kmod.xml
@@ -95,7 +95,9 @@
Make sure that all libraries are in the correct directory:
mv -v /usr/lib/libkmod.so.* /lib
-ln -svf ../../lib/libkmod.so.2.2.5 /usr/lib/libkmod.so
+pus
2014/1/17 Bruce Dubbs :
> Armin K. wrote:
>> On 01/17/2014 05:03 AM, Bruce Dubbs wrote:
>>> Moving to -dev.
>>>
>>> xinglp wrote:
>>>>> OK, thanks. Can you test:
>>>>>
>>>>> rm -rf --one-file-system /run/* /tmp/*
2014/1/17 Bruce Dubbs :
> xinglp wrote:
>> 2014/1/17 Bruce Dubbs :
>>> Armin K. wrote:
>>>> On 01/17/2014 05:03 AM, Bruce Dubbs wrote:
>>>>> Moving to -dev.
>>>>>
>>>>> xinglp wrote:
>>>>>>> OK, thanks.
2014-03-07 7:14 GMT+08:00 Bruce Dubbs :
> I've replaced systemd wuth eudev in LFS. Please have a look and test.
> Feedback welcomed.
/etc/rc.d/init.d/udev line 52
replace /lib/udev/udevd with /sbin/udevd
And most importantly, /dev/disk was not created.
>
>-- Bruce
> --
> http://linuxfromscrat
2014-03-08 1:19 GMT+08:00 Bruce Dubbs :
> xinglp wrote:
>> 2014-03-07 7:14 GMT+08:00 Bruce Dubbs :
>>> I've replaced systemd wuth eudev in LFS. Please have a look and test.
>>> Feedback welcomed.
>>
>> /etc/rc.d/init.d/udev line 52
>> replace
2014-03-07 23:53 GMT+08:00 xinglp :
> 2014-03-07 7:14 GMT+08:00 Bruce Dubbs :
>> I've replaced systemd wuth eudev in LFS. Please have a look and test.
>> Feedback welcomed.
>
> /etc/rc.d/init.d/udev line 52
> replace /lib/udev/udevd with /sbin/udevd
> And mos
2014-03-08 2:09 GMT+08:00 Bruce Dubbs :
> xinglp wrote:
>
>>> And most importantly, /dev/disk was not created.
>
>> I got it, eudev should be after util-linux, for libblkid
>
> It's not picking up util-linux from Chapter 5? If not, we'll need to
> adj
2014-03-08 2:32 GMT+08:00 William Harrington :
>
> On Mar 7, 2014, at 11:51 AM, xinglp wrote:
>
>> When use initrd, with /dev/disk/by-xxx present, I can use
>> root=UUID=xxx instead of root=/dev/sdxx
>
> Your initrd should do that. You need to troubleshoot your initr
2014-03-08 3:54 GMT+08:00 Bruce Dubbs :
> xinglp wrote:
>> 2014-03-08 2:09 GMT+08:00 Bruce Dubbs :
>>> xinglp wrote:
>>>
>>>>> And most importantly, /dev/disk was not created.
>>>
>>>> I got it, eudev should be after util-linux, for
2014-03-08 3:54 GMT+08:00 Bruce Dubbs :
> xinglp wrote:
>> 2014-03-08 2:09 GMT+08:00 Bruce Dubbs :
>>> xinglp wrote:
>>>
>>>>> And most importantly, /dev/disk was not created.
>>>
>>>> I got it, eudev should be after util-linux, for
2014-03-08 22:32 GMT+08:00 William Harrington :
>
> On Mar 8, 2014, at 5:34 AM, xinglp wrote:
>
>> Yes, I'm doing this now. It will finish in about 4 hours on machine.
>> And I just finished a build with eudev after util-linux, it boot fine,
>> but enpXsXX chang
There's many things missed for "105-autoconf:" section. with lfs_book
r10512 and jhalfs r3785
104-perl: 103-inetutils
@$(call echo_message, Building)
# @export BASHBIN=$(SHELL) && $(SHELL) progress_bar.sh $@ $$PPID &
@echo "$(nl_)`date`$(nl_)" >logs/$@-5.18.2
@$(PRT_DU_CR) >>logs/$
2014-04-04 6:11 GMT+08:00 Bruce Dubbs :
> I've committed a major change to the -dev version of LFS.
>
> The new version installs systemd and System V side-by-side with the
> ability to reconfigure and come up in the other system.
>
> The scripts to reconfigure are in /usr/local/sbin and are named
>
2014-04-04 6:11 GMT+08:00 Bruce Dubbs :
> I'm sure there are still latent bugs in the current commit, whether they
> be in scripts, build instructions, or text. Please test this out and
> let me know of needed changes.
set-systemd line 7
ln -sfvn $(tool}-systemd /sbin/${tool}
should be
ln -sfv
When boot into systemd, got the below message:
[FAILED] Failed to start Create Volatile Files and Directories.
See 'systemctl status systemd-tmpfiles-setup.service' for details.
---split---
root [ ~ ]# systemctl status systemd-tmpfiles-setup.service
systemd-tmpfiles-setup.service -
2014-04-05 10:59 GMT+08:00 William Harrington :
>
> On Apr 4, 2014, at 9:44 PM, xinglp wrote:
>
>> [FAILED] Failed to start Create Volatile Files and Directories.
>> See 'systemctl status systemd-tmpfiles-setup.service' for details.
>
> View the README in th
2014-04-05 11:04 GMT+08:00 Bruce Dubbs :
> xinglp wrote:
>> When boot into systemd, got the below message:
>
> Lets work the problems one at a time.
>
>> [FAILED] Failed to start Create Volatile Files and Directories.
>> See 'systemctl status systemd-
2014-04-05 10:59 GMT+08:00 William Harrington :
>
> On Apr 4, 2014, at 9:44 PM, xinglp wrote:
>
>> [FAILED] Failed to start Create Volatile Files and Directories.
>> See 'systemctl status systemd-tmpfiles-setup.service' for details.
>
> View the README in th
2014-04-05 19:50 GMT+08:00 Armin K. :
> On 04/05/2014 05:50 AM, Bruce Dubbs wrote:
>> xinglp wrote:
>>> 2014-04-05 11:04 GMT+08:00 Bruce Dubbs :
>>>> xinglp wrote:
>>>>> When boot into systemd, got the below message:
>>>>
>>>>
$ journalctl -b|grep enp
Apr 08 22:37:25 vm1 ifup[123]: Adding IPv4 address 192.168.3.1 to the
enp4s0 interface...Cannot find device "enp4s0"
Apr 08 22:37:26 vm1 systemd-udevd[173]: renamed network interface eth0 to enp4s0
So it won't startup network.
--
http://linuxfromscratch.org/mailman/listin
2014-04-09 0:07 GMT+08:00 Bruce Dubbs :
> xinglp wrote:
>> $ journalctl -b|grep enp
>> Apr 08 22:37:25 vm1 ifup[123]: Adding IPv4 address 192.168.3.1 to the
>> enp4s0 interface...Cannot find device "enp4s0"
>> Apr 08 22:37:26 vm1 systemd-udevd[173]: renamed
2014-04-08 22:50 GMT+08:00 Sebastian Plotz :
> Am 08.04.2014 16:40, schrieb xinglp:
>> $ journalctl -b|grep enp
>> Apr 08 22:37:25 vm1 ifup[123]: Adding IPv4 address 192.168.3.1 to the
>> enp4s0 interface...Cannot find device "enp4s0"
>> Apr 08 22:37:26 vm
2014-04-09 0:07 GMT+08:00 Bruce Dubbs :
> xinglp wrote:
>> $ journalctl -b|grep enp
>> Apr 08 22:37:25 vm1 ifup[123]: Adding IPv4 address 192.168.3.1 to the
>> enp4s0 interface...Cannot find device "enp4s0"
>> Apr 08 22:37:26 vm1 systemd-udevd[173]: renamed
2014-04-08 22:50 GMT+08:00 Sebastian Plotz :
> Am 08.04.2014 16:40, schrieb xinglp:
>> $ journalctl -b|grep enp
>> Apr 08 22:37:25 vm1 ifup[123]: Adding IPv4 address 192.168.3.1 to the
>> enp4s0 interface...Cannot find device "enp4s0"
>> Apr 08 22:37:26 vm
2014-04-09 10:12 GMT+08:00 William Harrington :
>
> On Apr 8, 2014, at 8:00 PM, xinglp wrote:
>
>>> Wouldn't it be the easiest way to let systemd configure the network
>>> interfaces?
>> It works well for my problemed vmware. I think we don't need ifup
2014-04-26 16:32 GMT+08:00 akhiezer :
> Hi,
>
> Armin, are you (or anyone) going to be continuing to maintain the
> pure-systemd lfs book?
I'm using a rough patch for jhalfs build.
>
> Or are you (Armin) 'just' going to contrib directly to main mixed(-up)-lfs
> from now on?
>
> (Apols if have misse
101 - 133 of 133 matches
Mail list logo