Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 1998 15:42:59 +0100 (MET)
From:      Andreas Gaertner <gax43544@icn.siemens.de>
To:        Martin Husemann <martin@rumolt.teuto.de>
Cc:        freebsd-isdn@FreeBSD.ORG
Subject:   Re: beta 0.70 (ii)
Message-ID:  <Pine.GSO.3.96.981228152745.8795M-100000@koerk>
In-Reply-To: <199812281101.MAA01908@rumolt.teuto.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 28 Dec 1998, Martin Husemann wrote:

> > i4b-L2-i4b_T202_timeout: unit 0, N202 = 3
> > i4b-L2-i4b_T200_timeout: unit 0, RC = 0
> 
> I've seen both too, but not under repeatable conditions. Do they happen
> often?

hmmm... i'm not using rc.isdn but a *very* simple script to meet my needs.
i'm starting isdnd out of /etc/rc.local with following entry:

/usr/local/bin/isdnd -f -l -r /dev/ttyv5 -t cons25 &

...and my scripts named 'up' and 'down' look like this:

ifconfig isp0 xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx netmask 0xffffff00
ifconfig isp0 down
spppcontrol isp0 authproto=pap myauthname=xxxx myauthsecret=xxxx
hisauthproto=none
ifconfig isp0 up
route add default -interface isp0

ifconfig isp0 down
route delete default
route delete xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
ifconfig isp0 delete

maybe that's the reason why those messages appear even if the connection
has been taken down previously? these two scripts used to be working
sufficiently for my requirements and still do. just the messages did not
show up under 0.63.

 
> > i4b-L1-timer4_expired: state = F3 Deactivated
> 
> This is normal: the S0 bus has been deaktivated after some idle time.
> We should move this (purley informational message) from the default 
> debug output to some message class only requested via isdndebug.

ok, but these ones appear unattendedly several times after another like
this:

Dec 28 10:33:26 kirk /kernel: i4b-L1-timer4_expired: state = F3
Deactivated
Dec 28 10:38:22 kirk /kernel: i4b-L1-timer4_expired: state = F3
Deactivated
Dec 28 11:51:23 kirk /kernel: i4b-L1-timer4_expired: state = F3
Deactivated
Dec 28 12:26:46 kirk /kernel: i4b-L1-timer4_expired: state = F3
Deactivated

how come that?

again, thanks lot in advance, regards,


anderl


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.96.981228152745.8795M-100000>