All of lore.kernel.org
 help / color / mirror / Atom feed
From: Harald Hoyer <harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Dennis Schridde <devurandom-hi6Y0CQ0nG0@public.gmane.org>
Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: dracut: automatically add "unix" kernel module
Date: Fri, 12 Aug 2011 10:09:54 +0200	[thread overview]
Message-ID: <4E44DFD2.8070601@redhat.com> (raw)
In-Reply-To: <2596808.kGfioqbkmA@ernie>

On 12.08.2011 09:58, Dennis Schridde wrote:
> Hello!
> 
> Please CC me, since I am not on the list.
> 
> Am Freitag, 12. August 2011, 06:41:56 schrieb WANG Cong:
>> On Fri, 12 Aug 2011 08:01:20 +0200, Harald Hoyer wrote:
>>> On 12.08.2011 01:01, Dennis Schridde wrote:
>>>> Dracut currently does not seem to automatically include the "unix"
>>>> kernel module in the initramfs, which causes udev to be unable to start
>>>> ("address family not supported by protocol").
>>>
>>> Just add a file /etc/modprobe.d/myaliases.conf to your system,
>>> containing: alias net-pf-1 unix
>>
>> The kernel already does the same thing:
>>
>> MODULE_ALIAS_NETPROTO(PF_UNIX);
>>
>> don't know why udev can't load it automatically...
> 
> The problem is that dracut does not automatically include the "unix" module in 
> the initramfs it generates. If I include the module manually (via 
> "add_drivers" in dracut.conf) it will be successfully loaded.

ah, ok.. didn't think about that one. So, I guess, we need:

http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=016c3cfed27952f328d481b231a51129341746d9

(might need some time to show up on kernel.org)

  reply	other threads:[~2011-08-12  8:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-11 23:01 dracut: automatically add "unix" kernel module Dennis Schridde
2011-08-12  6:01 ` Harald Hoyer
2011-08-12  6:41   ` WANG Cong
2011-08-12  6:47     ` Harald Hoyer
     [not found]   ` <4E44C1B0.7050605-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2011-08-12  7:58     ` Dennis Schridde
2011-08-12  8:09       ` Harald Hoyer [this message]
2011-08-15  6:21         ` WANG Cong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E44DFD2.8070601@redhat.com \
    --to=harald-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=devurandom-hi6Y0CQ0nG0@public.gmane.org \
    --cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.