* [gentoo-user] wpa_supplicant annoyances (mask_service_inactive)
@ 2012-05-24 10:50 Jesús J. Guerrero Botella
2012-05-24 13:20 ` Mick
2012-05-24 13:31 ` Neil Bothwick
0 siblings, 2 replies; 4+ messages in thread
From: Jesús J. Guerrero Botella @ 2012-05-24 10:50 UTC (permalink / raw
To: gentoo-user
So, wpa_supplicant never worked fine. It's been giving me headache
since day zero, but I've been -mostly- able to handle it in one or
another way.
Yesterday I rebooted (I rarely do), and another horror story begun.
Now I am getting this messages at init:
Código:
INIT: Entering runlevel: 3
* Restoring Mixer Levels ... [ ok ]
* Starting D-BUS system messagebus ... [ ok ]
* Starting metalog ... [ ok ]
* Starting ConsoleKit daemon ... [ ok ]
* Bringing up interface wlan0
* Starting wpa_supplicant on wlan0 ... [ ok ]
* mark_service_inactive: unknown applet
* Starting wpa_cli on wlan0 ... [ ok ]
* Backgrounding ... ...
* ERROR: net.wlan0 failed to start
* Starting cupsd ... [ ok ]
* ERROR: cannot start fail2ban as net.wlan0 would not start
* ERROR: cannot start netmount as net.wlan0 would not start
* ERROR: cannot start samba as net.wlan0 would not start
* Starting S.M.A.R.T. monitoring daemon ... [ ok ]
* Starting sshd ... [ ok ]
* Doing udev cleanups
* Starting vixie-cron ... [ ok ]
* Starting local [ ok ]
This is Jesus-PC.O (Linux x86_64 3.4.0) 00:34:56
Jesus-PC login:
For the most part, wpa_supplicant seems to start fine though. I can
reach the net and everything works... well... maybe 7 times out of 10.
Sometimes I have to kill everything related to wpa_supplicant and
restart the net.wlan0 service, while I cross my fingers in the hope to
reach the internet.
But what annoys me the most is the fact that many important services
do not start because they depend on net.wlan0, which spits out these
errors disrupting the init process.
I've been using this for some time now, and I changed the config a lot
of times. Always had problems. The last time I set this up I removed
everything from /etc/conf.d/net and /etc/conf.d/wpa_supplicant, and
let it did it's automatic job instead. So far, it's working... some
random times. The errors always show though. And they screw up the
init. The worst is that it bits sshd, which leaves me without remote
access any random day. Ugh.
So, any idea where to start looking? :D
--
Jesús Guerrero Botella
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] wpa_supplicant annoyances (mask_service_inactive)
2012-05-24 10:50 [gentoo-user] wpa_supplicant annoyances (mask_service_inactive) Jesús J. Guerrero Botella
@ 2012-05-24 13:20 ` Mick
2012-05-24 13:31 ` Neil Bothwick
1 sibling, 0 replies; 4+ messages in thread
From: Mick @ 2012-05-24 13:20 UTC (permalink / raw
To: gentoo-user
On 24 May 2012 11:50, Jesús J. Guerrero Botella
<jesus.guerrero.botella@gmail.com> wrote:
> So, wpa_supplicant never worked fine. It's been giving me headache
> since day zero, but I've been -mostly- able to handle it in one or
> another way.
>
> Yesterday I rebooted (I rarely do), and another horror story begun.
> Now I am getting this messages at init:
> * Bringing up interface wlan0
> * Starting wpa_supplicant on wlan0 ... [ ok ]
> * mark_service_inactive: unknown applet
> * Starting wpa_cli on wlan0 ... [ ok ]
> * Backgrounding ... ...
> * ERROR: net.wlan0 failed to start
> So, any idea where to start looking? :D
Add -dd in your /etc/conf.d/net to increase the log verbosity and then
look in your syslog messages.
You can also try invoking wpa_supplicant in a terminal and see what it
spews out.
BTW, just pointing the obvious ... if this is a laptop have you
checked with rfkill that the hardware is switched on?
--
Regards,
Mick
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] wpa_supplicant annoyances (mask_service_inactive)
2012-05-24 10:50 [gentoo-user] wpa_supplicant annoyances (mask_service_inactive) Jesús J. Guerrero Botella
2012-05-24 13:20 ` Mick
@ 2012-05-24 13:31 ` Neil Bothwick
2012-05-24 13:50 ` Jesús J. Guerrero Botella
1 sibling, 1 reply; 4+ messages in thread
From: Neil Bothwick @ 2012-05-24 13:31 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 997 bytes --]
On Thu, 24 May 2012 12:50:27 +0200, Jesús J. Guerrero Botella wrote:
> I've been using this for some time now, and I changed the config a lot
> of times. Always had problems. The last time I set this up I removed
> everything from /etc/conf.d/net and /etc/conf.d/wpa_supplicant, and
> let it did it's automatic job instead. So far, it's working... some
> random times. The errors always show though. And they screw up the
> init. The worst is that it bits sshd, which leaves me without remote
> access any random day. Ugh.
>
> So, any idea where to start looking? :D
"genlop -l --date yesterday" is always a good place to start. I knew
this wasn't down to wpa_supplicant as I got it this morning on a
wirelessless desktop. Genlop showed that openrc was updated yesterday and
searching bugzilla for openrc found https://bugs.gentoo.org/show_bug.cgi?id=417227
It appears that a fix has been committed.
--
Neil Bothwick
Last yur I kudnt spel modjerater now I are won.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] wpa_supplicant annoyances (mask_service_inactive)
2012-05-24 13:31 ` Neil Bothwick
@ 2012-05-24 13:50 ` Jesús J. Guerrero Botella
0 siblings, 0 replies; 4+ messages in thread
From: Jesús J. Guerrero Botella @ 2012-05-24 13:50 UTC (permalink / raw
To: gentoo-user
Hi again.
This is just a desktop that's on a remote corner. Some months ago I
decided to clean a bit and take off some wires, and I am using an usb
wifi dongle to connect it to my lan, just because that's what I had at
hand at the moment, lying in some drawer.
2012/5/24 Neil Bothwick <neil@digimed.co.uk>:
> On Thu, 24 May 2012 12:50:27 +0200, Jesús J. Guerrero Botella wrote:
>
>> I've been using this for some time now, and I changed the config a lot
>> of times. Always had problems. The last time I set this up I removed
>> everything from /etc/conf.d/net and /etc/conf.d/wpa_supplicant, and
>> let it did it's automatic job instead. So far, it's working... some
>> random times. The errors always show though. And they screw up the
>> init. The worst is that it bits sshd, which leaves me without remote
>> access any random day. Ugh.
>>
>> So, any idea where to start looking? :D
>
> "genlop -l --date yesterday" is always a good place to start. I knew
> this wasn't down to wpa_supplicant as I got it this morning on a
> wirelessless desktop. Genlop showed that openrc was updated yesterday and
> searching bugzilla for openrc found https://bugs.gentoo.org/show_bug.cgi?id=417227
>
> It appears that a fix has been committed.
Thank you, it's exactly my problem. Poor wpa_supplicant, it seems it's
not guilty after all. :P
Well, thank you a ton. I can go from here myself. :)
--
Jesús Guerrero Botella
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-05-24 13:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-24 10:50 [gentoo-user] wpa_supplicant annoyances (mask_service_inactive) Jesús J. Guerrero Botella
2012-05-24 13:20 ` Mick
2012-05-24 13:31 ` Neil Bothwick
2012-05-24 13:50 ` Jesús J. Guerrero Botella
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox