From: devzero@web.de
To: linux-kernel@vger.kernel.org
Subject: allmodconfig: udev won`t start due to CONFIG_UNIX=m
Date: Sun, 30 Dec 2007 21:11:40 +0100 [thread overview]
Message-ID: <77171111@web.de> (raw)
Hi !
i build a kernel with allmodconfig and didn`t get my system to boot with that.
after some investigation i found that it was due to udev:
udevd[1226]: init_udev_socket: error getting socket: Address family not supported by protocol
this was missing support UNIX DOMAIN SOCKETS at boot time.
easy - so i added unix.ko to my initrd.
but that didn`t make a difference. Still same error with udev.
seems, there are others who stepped into this trap and someone telling, unix domain sockets cannot be modular
https://forums.gentoo.org/viewtopic-t-476363-highlight-.html
https://forums.gentoo.org/viewtopic-t-463793-highlight-.html
since we have 1206 options set to "Y" anyway, would it make sense to remove module support for Unix Domain Sockets ?
opensuse103:/home/kernel/linux-2.6.23 # cat .config.allmodconfig |grep "=y" |wc -l
1206
opensuse103:/home/kernel/linux-2.6.23 # cat .config.allmodconfig |grep "=m" |wc -l
2098
i also came across this one:
http://readlist.com/lists/vger.kernel.org/linux-kernel/41/205717.html
______________________________________________________________________
XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club!
Jetzt testen! http://produkte.web.de/club/?mc=021130
next reply other threads:[~2007-12-30 20:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-30 20:11 devzero [this message]
2007-12-30 20:18 ` allmodconfig: udev won`t start due to CONFIG_UNIX=m Jan Engelhardt
2007-12-30 20:41 ` Adrian Bunk
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=77171111@web.de \
--to=devzero@web.de \
--cc=linux-kernel@vger.kernel.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.