Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Aug 1999 10:34:44 +0200
From:      Gary Jennejohn <garyj@peedub.muc.de>
To:        A.Leidinger@WJPServer.CS.Uni-SB.de
Cc:        freebsd-isdn@FreeBSD.ORG
Subject:   Re: Illegal state at hangup 
Message-ID:  <199908070834.KAA46668@peedub.muc.de>
In-Reply-To: Your message of "Fri, 06 Aug 1999 09:40:14 %2B0200." <m11Cebu-0001b7C@hcswork.hcs.de> 

next in thread | previous in thread | raw e-mail | index | archive | help
Hellmuth Michaelis writes:
>>From the keyboard of A.Leidinger@WJPServer.CS.Uni-SB.de:
>
>> > Yes, it should. If you can reproduce this, please fix it!
>> 
>> Yes, I'm able to reproduce it. Shall I wait until the new i4b version
>> hits -current
>
>No.
>
>> (and where to start to look at the source)?
>
>At the beginning, slowly moving down to the end :-)
>

Seriously, I recommend turning on _all_ trace bits in the kernel using
isdndebug (read the man page). This will produce a *large* amount of
kernel trace which should be helpful in pinpointing the problem. The
trace output should land in /var/log/messages.

Something like this will do the trick:
	for i in 1 2 3 4
	do
		isdndebug -l $i -s 0x3fff
	done

A similar loop with 0 instead of 0x3fff will turn the trace off.

Make certain that your /etc/syslog.conf is set up correctly.

If you can't figure out what all the gory trace means you send me your
messages file (only the relevant stuff!!) and I'll try to help. I've
waded through lots of this stuff in the past.

---
Gary Jennejohn
Home - garyj@muc.de
Work - garyj@fkr.dec.com




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?199908070834.KAA46668>