linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kay Sievers <kay.sievers@vrfy.org>
To: linux-hotplug@vger.kernel.org
Subject: Re: Udev question
Date: Thu, 06 Jul 2006 09:48:14 +0000	[thread overview]
Message-ID: <1152179294.3266.54.camel@pim.off.vrfy.org> (raw)
In-Reply-To: <3361.198.89.66.135.1152119322.squirrel@sexorcisto.net>

On Wed, 2006-07-05 at 19:14 -0400, Vallimar wrote:
> On Wed, July 5, 2006 1:21 pm, Kay Sievers wrote:
> >
> > There are no options you can reach, if you don't enable CONFIG_EMBEDDED.
> > The network stack itself depends on netlink, so you usually can't switch
> > that off too.
> >
> 
> Well, I have networking just fine.. maybe you can suggest why I keep
> getting these errors then?
> 
> Jul  5 19:08:41 omicron udevd[18429]: main: will daemonize
> Jul  5 19:08:41 omicron udevd[18429]: init_uevent_netlink_sock: bind
> failed: No such file or directory
> Jul  5 19:08:41 omicron udevd[18429]: main: uevent socket not available
> Jul  5 19:08:41 omicron udevsettle[18431]: main: queue is empty
> 
> And then the daemon terminates...

Ick, no idea how this can happen.

What does:
  cat /proc/net/netlink
print? It has a line like this, when the daemon is listening:
  sk       Eth Pid    Groups   Rmem     Wmem     Dump     Locks
  f257a800 15  16733  ffffffff 0        0        00000000 2


What does:
  strace -s1000 -t udevmonitor
print? It looks like this, if it works:
  socket(PF_NETLINK, SOCK_DGRAM, 15)      = 4
  bind(4, {sa_family¯_NETLINK, pid\x16739, groupsÿffffff}, 12) = 0

Kay


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x120709&bid&3057&dat\x121642
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

  parent reply	other threads:[~2006-07-06  9:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-05 17:08 Udev question Vallimar
2006-07-05 17:21 ` Kay Sievers
2006-07-05 23:14 ` Vallimar
2006-07-06  9:48 ` Kay Sievers [this message]
2006-07-21 17:58 ` udev question Lukas Hejtmanek

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=1152179294.3266.54.camel@pim.off.vrfy.org \
    --to=kay.sievers@vrfy.org \
    --cc=linux-hotplug@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).