You are not logged in.
Pages: 1
error binding control socket, seems udevd is already running
...
waiting 10s for ...
Doesn't look harmful, as I'm booting fine and within a normal period.
In case anyone knows what this implies, I would like to know since this is, well, new.
I need real, proper pen and paper for this.
Offline
Hi,
I'm getting the same message since yesterday. I thought it might have been related to my yesterday's playing around with splashy and it's initscripts-splashy. First I thought it was harmless but my system has been behaving strangely since then - it completely freezes after hitting the Return key, but not every time... :-D Usually it happens while launching commands from terminal, but it happened while composing an email or surfing the web as well. Even though the X screen is still, music keeps playing (audacious doesn't update its window though), so I think there might be some problem with HAL, which stops working and sending input events to X server...
Have you encountered these problems as well?
Offline
I got the same problem. After an update I got that message and my wlan doesn't start anymore during start-up (set up in rc.conf:
wlan_wlan0="wlan0 essid xxx key xxx"
wlan0="dhcp"
It can start it manually afterwards, though by Terminal
ifconfig wlan0 up
iwconfig wlan0 essid xxx key xxx
dhcpcd wlan0
which is a bit annoying. Perhaps somebody can help. Maybe those two problems are related.
Thanks
Offline
I have noticed this too.
I was testing a clean install with virtualbox and it can be noticed if you use the 'quiet' option in the kernel line, otherwise it gets lots in all the messages the kernel outputs.
I have also noticed this happening after updating a flash disk I have with arch and issuing 'mkinitcpio -p kernel26'. This message seems to be harmless, everything seems to be working properly.
In virtualbox I'm using arch's network daemon and getting IPs with dhcp and with the flash disk I'm using wicd and network works fine in both cases.
Without the quiet option it goes like this:
:: Loading Initramfs
:: Starting udevd...
done.
:: Running Hook [udev]
:: Loading udev...error binding control socket, seems udevd is already running
SCSI subsystem initialized
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
schivmeister, R00KIE - since mkinitcpio 0.5.27, udevd is started earlier in the boot process, before any modules are loaded, so that any required firmware is handled correctly. However, the udev hook provided by the klibc-udev package has not been updated to accommodate this, so it also tries to start udevd, resulting in that message. As you suspected, it is harmless.
Feel free to post a bug report against klibc-udev. More info here, and you can inspect /lib/initcpio/init and /lib/initcpio/hooks/udev for the actual code. For a short-term workaround, you can remove the echo and udevd lines from the hook and regenerate your image.
mustill, sneaksie - this is not the cause of your problems. Please start another thread, so that this one stays on-topic.
Offline
To me it seems harmless, I've had it for a week or so, and my box is still fully functional. Maybe somewhere during startup udev is asked to initialise twice...
I got the same problem. After an update I got that message and my wlan doesn't start anymore during start-up (set up in rc.conf:
wlan_wlan0="wlan0 essid xxx key xxx" wlan0="dhcp"
It can start it manually afterwards, though by Terminal
ifconfig wlan0 up iwconfig wlan0 essid xxx key xxx dhcpcd wlan0
which is a bit annoying. Perhaps somebody can help. Maybe those two problems are related.
Thanks
Chances are they are not. Open a separate topic please instead of hijacking this one.
Edit: dammit tomk
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Sorry, thought that might be linked, cause both came up at the same time
Offline
I suspected something like that, thanks for the fast clarification and workaround!
/* init control socket, bind() ensures, that only one udevd instance is running */
http://gitorious.org/easyweb2/external- … ev/udevd.c
Last edited by schivmeister (2010-01-16 23:51:16)
I need real, proper pen and paper for this.
Offline
Hi,
I have reported a bug here http://bugs.archlinux.org/task/18081?pr … &sort=desc for fixing this.
Thanks
Jithin
Offline
Bump. I just found this error message today and hope it can be fixed.
Arch Linux i686(kernel: 3.1.7-ck, xfce) running on Toshiba s100 (Pentium M 1.73GHz, 1.5GB RAM, 40GB HD, Nvidia 6600/6200 TE 64MB)
Offline
Did you read the bug report on it? It was said that it'll be fixed in the next version of mkinitcpio, and there is a work around for it in this very thread, post 5. You can also vote on the bug tracker so that actual developers know more people are bugged by it, most of the devs don't come here.
Last edited by jac (2010-02-06 19:01:08)
Offline
Pages: 1