Re: wlan disappears on rum0

2008-11-28 Thread Mel
On Friday 28 November 2008 11:45:19 Christoph Kukulies wrote:
> Mel schrieb:
> > On Friday 28 November 2008 11:25:34 Christoph Kukulies wrote:
> >> Could it be that some nightly periodic is causing this?
> >
> > Easy to rule out by running periodic daily by hand, when it's not 3am in
> > the morning.
>
> Easier said than done. /etc/periodic/daily/ is a bunch of scripts, anyway
>
> # for i in `ls | sort -n`
> do
> sh ./$i
> echo $i
> done

No, literally:
periodic daily

# which periodic
/usr/sbin/periodic


-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: wlan disappears on rum0

2008-11-28 Thread Paul B. Mahol
On 11/28/08, Christoph Kukulies <[EMAIL PROTECTED]> wrote:
> I start an
>
> ifconfig rum0 inet 10.0.0.1/24 mediaopt hostap ssid MySID wepmode on
> wepkey 0x01020304050607080910111213 weptxkey 1 channel 1
>
> and it seems that after a day or a night the wlan is gone. No SSID is
> being seen in the air.
> I then manually start it again and the wlan is up again.
>
> I have no idea right now when it disappears or why.
>
> Could it be that some nightly periodic is causing this?
>
> --
> Christoph Kukulies
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

There are some logs?
Workaround is to teach devd.conf(5) to start it again every time when
it disappears.
But it works in this way only if rum0 interface gets down when SSID dissapears.
It could be also bug in the driver or in the usb, who knows ...

-- 
Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: wlan disappears on rum0

2008-11-28 Thread Christoph Kukulies

Mel schrieb:

On Friday 28 November 2008 11:25:34 Christoph Kukulies wrote:

  

Could it be that some nightly periodic is causing this?



Easy to rule out by running periodic daily by hand, when it's not 3am in the 
morning.
  

Easier said than done. /etc/periodic/daily/ is a bunch of scripts, anyway

# for i in `ls | sort -n`
do
sh ./$i
echo $i
done

is not the culprit. So it must be something else.


--
Christoph Kukulies
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: wlan disappears on rum0

2008-11-28 Thread Mel
On Friday 28 November 2008 11:25:34 Christoph Kukulies wrote:

> Could it be that some nightly periodic is causing this?

Easy to rule out by running periodic daily by hand, when it's not 3am in the 
morning.
-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"