On 05/19/2013 06:41 PM, Pierre Labastie wrote:
> Hi,
>
> Don't know whether I should raise a ticket for the
> systemd branch. For now, I make this message about my
> last build (using tweaked jhalfs, which I'll commit soon, but I
> need a few more tests).
>
> I found 4 issues, the first one being easy to fix:
> on the systemd page, there are configure options
>              --with-kbd-loadkeys=/bin/loadkeys \
>              --with-kbd-setfont=/bin/setfont \

I have removed that yesterday iirc.

> while loadkeys and setfont are in /usr/bin (this has
> been changed at rev 10255). The fix is just
> to suppress those options. Also, the page
> "Configuring the Linux Console" contains still
> a reference to /lib/kbd as the keymap and font
> directories, while they are now
> /usr/share/keymaps and /usr/share/consolefonts

I haven't yet touched chapter 7. See below.

> respectively. Last, the "latarcyrheb-sun16" font
> is not found. The correct name is LatArCyrHeb-16.
>

That's a kbd issue, I guess.

> The second one is that the new "lfs-network-scripts" has not installation
> page in the book, and the link
> http://www.linuxfromscratch.org/lfs/downloads/systemd/lfs-network-scripts-20130518.tar.bz2
> is broken.

It's a new package and no one who has access to server had any time to 
fix that yet.

> Furthermore, after getting the tarball from the book directory,
> and installing it, the network does not start... But there are no errors
> during boot. Do not know what to do.
> I could start it using the network.service file from the hint of Chris Wagner.
>

You need to configure the interface using /etc/sysconfig/ifconfig.eth0 
and start the interface using systemctl start ifupdown@eth0 ... To 
enable it at boot use systemctl enable ifupdown@eth0. It's configured 
and enabled per-interface.

I haven't yet had time to document it. My hard drive is failing and I 
had to remove everything from internal drive to an external one in order 
to send the machine for the repairs.

> The third one seems minor: there is a failure during
> boot, "Failed to start Recreate Volatile Files and
> DIrectories", with an error "[/usr/lib/tmpfiles.d/legacy.conf:26]
> Unknown group 'lock'. "
> Should we add a group 'lock'?
>

     <para>Remove a reference to a non-existent group:</para>

<screen><userinput remap="install">sed -i "s@0775 root lock@0755 root 
root@g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>

This should take care of that iirc ... If not, maybe the syntax is wrong 
for Systemd 204.

> The fourth one is not really an issue: the kernel page has
> nothing about selecting cgroups.
>

Same answer as for the networking package. return ENOTIME

> Regards
> Pierre
>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to