From owner-freebsd-isdn Sun Aug 15 11: 6:34 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from proxy.class.de (proxy.class.de [62.180.31.150]) by hub.freebsd.org (Postfix) with ESMTP id 3B7C714E3B for ; Sun, 15 Aug 1999 11:06:28 -0700 (PDT) (envelope-from anderl@class.de) Received: from viruswall.class.de (viruswall.class.de [192.168.14.2]) by proxy.class.de (8.9.3/8.9.3) with SMTP id UAA06394 for ; Sun, 15 Aug 1999 20:04:32 +0200 (MET DST) Received: (qmail 20815 invoked by uid 0); 15 Aug 1999 18:05:57 -0000 Received: from localhost (HELO rauch.class.de) (sendmail-bs@127.0.0.1) by localhost with SMTP; 15 Aug 1999 18:05:57 -0000 Received: from kirk.class.de (kirk [204.231.63.20]) by rauch.class.de (8.9.3/8.9.1) with ESMTP id UAA15200 for ; Sun, 15 Aug 1999 20:07:36 +0200 (MET DST) Received: from localhost (anderl@localhost) by kirk.class.de (8.9.1b+Sun/8.9.1) with SMTP id UAA05411 for ; Sun, 15 Aug 1999 20:04:40 +0200 (MET DST) X-Authentication-Warning: kirk.class.de: anderl owned process doing -bs Date: Sun, 15 Aug 1999 20:04:40 +0200 (MET DST) From: Andreas Gaertner To: freebsd-isdn@freebsd.org Subject: error messages Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, recently i encountered the following error messages while transferring around a couple of megabytes to the other peer. this occurred all of a sudden and unforced. what do they mean? Aug 15 15:49:41 sun /kernel: i4b-L2-i4b_i_frame_queued_up: V(S) == ((V(A) + k) & 127)! Aug 15 15:49:41 sun /kernel: i4b-L2-i4b_i_frame_queued_up: state = ST_MULTIFR Aug 15 15:49:41 sun /kernel: i4b-L2-i4b_print_l2var: unit0 V(R)=6, V(S)=7, V(A)= 6,ACKP=0,PBSY=0,OBSY=0 Aug 15 15:49:46 sun /kernel: i4b-L3-i4b_decode_q931: cannot find calldescriptor for cr = 0xc, crflag = 0x1, msg = 0x4d, frame = 0x4d 0x1c 0x17 0x91 0xa1 0x14 0 x2 0x1 0x75 0x2 0x1 0x24 0x30 0xc 0x30 0xa 0xa1 0x5 0x30 0x3 0x2 0x1 0x0 0x82 0x 1 0x0 Aug 15 15:50:40 sun /kernel: i4b-L3-T310_timeout: CALL PROC timeout, cr = 12 Aug 15 15:50:40 sun /kernel: i4b-L3-next_l3state: FSM illegal state, state = ST_ U0 - Null, event = EV_T310EXP - T310 timeout! Aug 15 15:51:37 sun /kernel: isp0: Down event, taking interface down. Aug 15 15:51:41 sun /kernel: i4b-L3-i4b_decode_q931: cannot find calldescriptor for cr = 0x41, crflag = 0x0, msg = 0x4d, frame = 0x4d 0x8 0x2 0x85 0x90 thanks in advance for any help, kind regards, anderl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Aug 15 14:50:37 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from proxy.class.de (proxy.class.de [62.180.31.150]) by hub.freebsd.org (Postfix) with ESMTP id F0FD7153AC for ; Sun, 15 Aug 1999 14:50:26 -0700 (PDT) (envelope-from anderl@class.de) Received: from viruswall.class.de (viruswall.class.de [192.168.14.2]) by proxy.class.de (8.9.3/8.9.3) with SMTP id XAA06875 for ; Sun, 15 Aug 1999 23:48:45 +0200 (MET DST) Received: (qmail 21155 invoked by uid 0); 15 Aug 1999 21:50:10 -0000 Received: from localhost (HELO rauch.class.de) (sendmail-bs@127.0.0.1) by localhost with SMTP; 15 Aug 1999 21:50:10 -0000 Received: from kirk.class.de (kirk [204.231.63.20]) by rauch.class.de (8.9.3/8.9.1) with ESMTP id XAA16084 for ; Sun, 15 Aug 1999 23:51:49 +0200 (MET DST) Received: from localhost (anderl@localhost) by kirk.class.de (8.9.1b+Sun/8.9.1) with SMTP id XAA05722 for ; Sun, 15 Aug 1999 23:48:52 +0200 (MET DST) X-Authentication-Warning: kirk.class.de: anderl owned process doing -bs Date: Sun, 15 Aug 1999 23:48:52 +0200 (MET DST) From: Andreas Gaertner To: freebsd-isdn@freebsd.org Subject: what happens here? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi folks, i've configured a callback-setup within my i4b0.70/freebsd3.2 machine and everything is working fine on the whole. but when i'm ftp'ing some files to the remote peer the connection is brought down all of a sudden while transferring the data. the isdnd.log output uttered a locally disconnected normal call. it does not matter whether i am using ftp or nfs, the effect remains the same, i get a 'down event, taking interface down' on my console and in the logfiles. i increased the debugging level of isdnd to 0xf9 and as i understand there is a local disconnect request. but where the f... does this come from? the connection is anything else than idle in that moment and even if at all the remote site is supposed to close down the link since i haven't configured an idletime-incoming line. please help!! i've provided my isdnd.rc lines and the debugging output right below. thanks in advance, regards, anderl isdnd.rc: -------- system entry name = class # name for reference. This name will usrdevicename = isp # ipr, isp, tel, rbch usrdeviceunit = 0 # unit number isdncontroller = 0 # contoller to use or -1 to use any isdnchannel = 0 # channel (1/2) to use or 0 for any direction = inout # in, out, inout local-phone-incoming = 346552 remote-phone-incoming = * local-phone-dialout = 346552 # this is my number remote-phone-dialout = 08151991150 # i call this remote number dialin-reaction = accept # accept, reject, ignore, answer, callback dialout-type = calledback # normal / calledback b1protocol = hdlc # hdlc, raw calledbackwait = 20 dialrandincr = off usedown = off isdnd -d0xf9: ------------- [...] 15.08.1999 23:15:52 CHD 00002 class incoming call active (ctl 0, ch 0) 15.08.1999 23:15:52 DBG FSM event [msg-con-act-ind]: [accepted => connected] 15.08.1999 23:15:52 DBG F_MCAI: Connection active! 15.08.1999 23:15:53 DBG isp0: switched to state 3 15.08.1999 23:34:44 DBG msg_drvrdisc_req: req from isp, unit 0 15.08.1999 23:34:44 DBG get_cep_by_driver: found entry 0! 15.08.1999 23:34:44 DBG FSM event [disconnect-req]: [connected => waitdisconnect] 15.08.1999 23:34:44 DBG F_DRQ: local disconnect request 15.08.1999 23:34:45 DBG sendm_disconnect_req: sent DISCONNECT_REQ 15.08.1999 23:34:45 CHD 00002 class incoming call disconnected (local) 15.08.1999 23:34:45 CHD 00002 class cause 0: normal call clearing (I4B) 15.08.1999 23:34:45 CHD 00002 class connected 1133 seconds 15.08.1999 23:34:45 CHD 00002 class accounting: in 231173, out 7710298 (in 231069, out 7704362) 15.08.1999 23:34:45 DBG FSM event [msg-disc-ind]: [waitdisconnect => idle] 15.08.1999 23:34:45 DBG F_MDI: disconnect indication, local disconnected To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Aug 15 22:23: 9 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from elch.de.uu.net (elch.de.uu.net [192.76.144.55]) by hub.freebsd.org (Postfix) with ESMTP id 8A40614F10 for ; Sun, 15 Aug 1999 22:23:04 -0700 (PDT) (envelope-from ben.bucksch@uumail.de) Received: from uumail.de (pec-40.au1.wi.uunet.de [149.228.146.40]) by elch.de.uu.net (5.5.5/5.5.5) with ESMTP id HAA10178; Mon, 16 Aug 1999 07:18:51 +0200 (MET DST) Message-ID: <37B79FCA.C84ED88@uumail.de> Date: Mon, 16 Aug 1999 07:21:14 +0200 From: Ben Bucksch X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.0.36 i686) X-Accept-Language: de MIME-Version: 1.0 To: Klaus Herrmann Cc: freebsd-isdn@FreeBSD.org Subject: Re: dynamic provider ip References: <19990716121943.1281.rocketmail@web905.mail.yahoo.com> <99071716170200.00347@wunderland> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > My isp has a dynamic ip. What can I do ? > ifconfig isp0 0.0.0.0 0.0.0.1 ... > just use 0.0.0.1 as provider ip. I tried to use that, but with both using a static gatewayor 0.0.0.1 as "provider ip", netstat shows gateway and destination swapped: Destination Gateway Flags Refs Use Mtu Interface 195.125.130.33 default UH 0 0 - isp0 or 0.0.0.1 default UH 0 0 - isp0 I got no connection. So I wrote the following script to change that: route delete default ifconfig isp0 delete -link1 down spppcontrol isp0 myauthproto=pap myauthname="..." myauthsecret="..." ifconfig isp0 0.0.0.0 0.0.0.1 netmask 0xffffffff link1 sleep 5 route delete default route add default `ifconfig isp0 | sed -n 2p | sed "\:inet:s///" |sed "\:--> 0.0.0.1 netmask 0xffffffff:s///"` After that, it seems to work. Although, I have to run the script twice. After the first run, I only get 0.0.0.1 as gateway. I don't know, if I'm misunderstanding something (I'm new to unix, as you can see from my use of the "red" editor :-)). Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Aug 16 14:30:41 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 5C7EA1550B for ; Mon, 16 Aug 1999 14:30:27 -0700 (PDT) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id XAA09070; Mon, 16 Aug 1999 23:20:15 +0200 (CEST) Message-Id: <199908162120.XAA09070@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: Andreas Gaertner Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: error messages Reply-To: Gary Jennejohn In-reply-to: Your message of "Sun, 15 Aug 1999 20:04:40 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 16 Aug 1999 23:20:14 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andreas Gaertner writes: > >hi, > >recently i encountered the following error messages while transferring >around a couple of megabytes to the other peer. this occurred all of a >sudden and unforced. what do they mean? > >Aug 15 15:49:41 sun /kernel: i4b-L2-i4b_i_frame_queued_up: V(S) == ((V(A) >+ k) & > 127)! >Aug 15 15:49:41 sun /kernel: i4b-L2-i4b_i_frame_queued_up: state = >ST_MULTIFR >Aug 15 15:49:41 sun /kernel: i4b-L2-i4b_print_l2var: unit0 V(R)=6, V(S)=7, >V(A)= >6,ACKP=0,PBSY=0,OBSY=0 >Aug 15 15:49:46 sun /kernel: i4b-L3-i4b_decode_q931: cannot find >calldescriptor >for cr = 0xc, crflag = 0x1, msg = 0x4d, frame = 0x4d 0x1c 0x17 0x91 0xa1 >0x14 0 >x2 0x1 0x75 0x2 0x1 0x24 0x30 0xc 0x30 0xa 0xa1 0x5 0x30 0x3 0x2 0x1 0x0 >0x82 0x >1 0x0 >Aug 15 15:50:40 sun /kernel: i4b-L3-T310_timeout: CALL PROC timeout, cr = >12 >Aug 15 15:50:40 sun /kernel: i4b-L3-next_l3state: FSM illegal state, state >= ST_ >U0 - Null, event = EV_T310EXP - T310 timeout! >Aug 15 15:51:37 sun /kernel: isp0: Down event, taking interface down. >Aug 15 15:51:41 sun /kernel: i4b-L3-i4b_decode_q931: cannot find >calldescriptor >for cr = 0x41, crflag = 0x0, msg = 0x4d, frame = 0x4d 0x8 0x2 0x85 0x90 > >thanks in advance for any help, kind regards, > this was fixed long ago by Hellmuth (with a little help from his friends :) which version of isdn4bsd are you using ? --- 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 From owner-freebsd-isdn Mon Aug 16 22:52:55 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from proxy.class.de (proxy.class.de [62.180.31.150]) by hub.freebsd.org (Postfix) with ESMTP id 3FEF915606 for ; Mon, 16 Aug 1999 22:52:40 -0700 (PDT) (envelope-from anderl@class.de) Received: from viruswall.class.de (viruswall.class.de [192.168.14.2]) by proxy.class.de (8.9.3/8.9.3) with SMTP id HAA14078 for ; Tue, 17 Aug 1999 07:50:58 +0200 (MET DST) Received: (qmail 26072 invoked by uid 0); 17 Aug 1999 05:52:24 -0000 Received: from localhost (HELO rauch.class.de) (sendmail-bs@127.0.0.1) by localhost with SMTP; 17 Aug 1999 05:52:24 -0000 Received: from kirk.class.de (kirk [204.231.63.20]) by rauch.class.de (8.9.3/8.9.1) with ESMTP id HAA05961; Tue, 17 Aug 1999 07:54:01 +0200 (MET DST) Received: from localhost (anderl@localhost) by kirk.class.de (8.9.1b+Sun/8.9.1) with SMTP id HAA06895; Tue, 17 Aug 1999 07:51:07 +0200 (MET DST) X-Authentication-Warning: kirk.class.de: anderl owned process doing -bs Date: Tue, 17 Aug 1999 07:51:07 +0200 (MET DST) From: Andreas Gaertner To: Gary Jennejohn Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: error messages In-Reply-To: <199908162120.XAA09070@peedub.muc.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 16 Aug 1999, Gary Jennejohn wrote: > this was fixed long ago by Hellmuth (with a little help from his friends :) > which version of isdn4bsd are you using ? 0.70 thanks again, anderl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Aug 17 9:59:29 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (Postfix) with ESMTP id D1A0F14F32 for ; Tue, 17 Aug 1999 09:59:17 -0700 (PDT) (envelope-from netchild@Vodix.CS.Uni-SB.de) Received: from work.net.local (maxtnt-104.telip.uni-sb.de [134.96.70.231]) by uni-sb.de (8.9.3/1999070600) with ESMTP id SAA00436 for ; Tue, 17 Aug 1999 18:59:46 +0200 (CEST) X-Authentication-Warning: uni-sb.de: Host maxtnt-104.telip.uni-sb.de [134.96.70.231] claimed to be work.net.local Received: from Vodix.CS.Uni-SB.de (localhost.net.local [127.0.0.1]) by work.net.local (8.9.3/8.9.3) with ESMTP id SAA01863 for ; Tue, 17 Aug 1999 18:59:39 +0200 (CEST) (envelope-from netchild@Vodix.CS.Uni-SB.de) Message-Id: <199908171659.SAA01863@work.net.local> Date: Tue, 17 Aug 1999 18:59:38 +0200 (CEST) From: A.Leidinger@WJPServer.CS.Uni-SB.de Subject: i4b-L1-isic_hscx_waitxfw: XFW timeout To: freebsd-isdn@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, i4b 0.83 from -current: I got a ---snip--- /kernel: i4b-L1-isic_hscx_waitxfw: HSCX wait for XFW timeout! ---snip--- after this I get 5MB of inbytes displayed (after 30 sec online). At this time I switched between virtual consoles. Something I have to worry about (first time I see this)? Bye, Alexander. -- So many Christians, so few lions. http://netchild.home.pages.de A.Leidinger+Home @ WJPServer.CS.Uni-SB.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Aug 17 12: 1:36 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.ppp.net (mail.ppp.net [194.64.12.35]) by hub.freebsd.org (Postfix) with ESMTP id 934A1156B9 for ; Tue, 17 Aug 1999 12:01:31 -0700 (PDT) (envelope-from ernie!bert.kts.org!hm@ppp.net) Received: from casparc.ppp.net (casparc2.ppp.net [194.64.12.42]) by mail.ppp.net (8.8.8/8.8.8) with SMTP id VAA15729 for ; Tue, 17 Aug 1999 21:02:02 +0200 Received: from ernie by casparc.ppp.net with uucp (Smail3.1.28.1 #1) id m11GoUj-002ZjcC; Tue, 17 Aug 99 21:02 MET DST Received: from bert.kts.org([194.55.156.2]) (2009 bytes) by ernie.kts.org via sendmail with P:smtp/R:smart_host/T:uux (sender: ) id for ; Tue, 17 Aug 1999 20:53:07 +0200 (CEST) (Smail-3.2.0.103 1998-Oct-9 #5 built 1999-Apr-19) Received: from localhost (1561 bytes) by bert.kts.org via sendmail with P:stdio/R:smart_host/T:smtp (sender: ) (ident using unix) id for ; Tue, 17 Aug 1999 20:57:12 +0200 (CEST) (Smail-3.2.0.103 1998-Oct-9 #4 built 1998-Dec-26) Message-Id: From: hm@kts.org (Hellmuth Michaelis) Subject: Re: i4b-L1-isic_hscx_waitxfw: XFW timeout In-Reply-To: <199908171659.SAA01863@work.net.local> from "A.Leidinger@WJPServer.CS.Uni-SB.de" at "Aug 17, 1999 6:59:38 pm" To: freebsd-isdn@freebsd.org (ISDN for BSD) Date: Tue, 17 Aug 1999 20:57:12 +0200 (CEST) Organization: Kitchen Table Systems Reply-To: hm@kts.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org A.Leidinger@WJPServer.CS.Uni-SB.de wrote: > I got a > ---snip--- > /kernel: i4b-L1-isic_hscx_waitxfw: HSCX wait for XFW timeout! > ---snip--- > > after this I get 5MB of inbytes displayed (after 30 sec online). ^^^ Really ??? > At this time I switched between virtual consoles. In case you are using syscons, i have got similar reports from syscons users as syscons seems to block interrupts for a relatively long time when switching screens. I'm using pcvt everywhere and i don't see this (at least not when switching consoles; i see it once per month on my gateway to my provider since i downgraded it from a SCSI drive to an IDE drive :-( ). > Something I have to worry about (first time I see this)? No, not the message. I'm a bit more concerned about the 5 Mb data, what do you mean by "inline" ? hellmuth -- Hellmuth Michaelis hm@kts.org Hamburg, Europe We all live in a yellow subroutine, yellow subroutine, yellow subroutine ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Aug 17 14: 1:54 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id E1D3015811 for ; Tue, 17 Aug 1999 14:00:27 -0700 (PDT) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id WAA10569; Tue, 17 Aug 1999 22:41:03 +0200 (CEST) Message-Id: <199908172041.WAA10569@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: Andreas Gaertner Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: error messages Reply-To: Gary Jennejohn In-reply-to: Your message of "Tue, 17 Aug 1999 07:51:07 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 17 Aug 1999 22:41:02 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andreas Gaertner writes: >On Mon, 16 Aug 1999, Gary Jennejohn wrote: > >> this was fixed long ago by Hellmuth (with a little help from his friends :) >> which version of isdn4bsd are you using ? > >0.70 > ah, much too old. This bug was fixed in 0.81 I think. Try upgrading to 0.83. --- 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 From owner-freebsd-isdn Tue Aug 17 22:55:24 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from proxy.class.de (proxy.class.de [62.180.31.150]) by hub.freebsd.org (Postfix) with ESMTP id 1B65F1536B for ; Tue, 17 Aug 1999 22:55:21 -0700 (PDT) (envelope-from anderl@class.de) Received: from viruswall.class.de (viruswall.class.de [192.168.14.2]) by proxy.class.de (8.9.3/8.9.3) with SMTP id HAA21862 for ; Wed, 18 Aug 1999 07:53:50 +0200 (MET DST) Received: (qmail 1583 invoked by uid 0); 18 Aug 1999 05:55:14 -0000 Received: from localhost (HELO rauch.class.de) (sendmail-bs@127.0.0.1) by localhost with SMTP; 18 Aug 1999 05:55:14 -0000 Received: from kirk.class.de (kirk [204.231.63.20]) by rauch.class.de (8.9.3/8.9.1) with ESMTP id HAA26838; Wed, 18 Aug 1999 07:56:51 +0200 (MET DST) Received: from localhost (anderl@localhost) by kirk.class.de (8.9.1b+Sun/8.9.1) with SMTP id HAA07541; Wed, 18 Aug 1999 07:53:58 +0200 (MET DST) X-Authentication-Warning: kirk.class.de: anderl owned process doing -bs Date: Wed, 18 Aug 1999 07:53:58 +0200 (MET DST) From: Andreas Gaertner To: Gary Jennejohn Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: error messages In-Reply-To: <199908172041.WAA10569@peedub.muc.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 17 Aug 1999, Gary Jennejohn wrote: > >0.70 > > > > ah, much too old. This bug was fixed in 0.81 I think. Try upgrading to > 0.83. ok, i will. thanks lot for your assistance, regards, anderl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Aug 18 10:38:57 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (Postfix) with ESMTP id 9FB1714BFA for ; Wed, 18 Aug 1999 10:38:32 -0700 (PDT) (envelope-from netchild@Vodix.CS.Uni-SB.de) Received: from work.net.local (maxtnt-065.telip.uni-sb.de [134.96.70.192]) by uni-sb.de (8.9.3/1999070600) with ESMTP id TAA08019; Wed, 18 Aug 1999 19:37:43 +0200 (CEST) X-Authentication-Warning: uni-sb.de: Host maxtnt-065.telip.uni-sb.de [134.96.70.192] claimed to be work.net.local Received: from Vodix.CS.Uni-SB.de (localhost.net.local [127.0.0.1]) by work.net.local (8.9.3/8.9.3) with ESMTP id SAA33453; Wed, 18 Aug 1999 18:13:41 +0200 (CEST) (envelope-from netchild@Vodix.CS.Uni-SB.de) Message-Id: <199908181613.SAA33453@work.net.local> Date: Wed, 18 Aug 1999 18:13:40 +0200 (CEST) From: A.Leidinger@WJPServer.CS.Uni-SB.de Subject: Re: i4b-L1-isic_hscx_waitxfw: XFW timeout To: Hellmuth Michaelis Cc: freebsd-isdn@FreeBSD.ORG In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 17 Aug, Hellmuth Michaelis wrote: >> I got a >> ---snip--- >> /kernel: i4b-L1-isic_hscx_waitxfw: HSCX wait for XFW timeout! >> ---snip--- >> >> after this I get 5MB of inbytes displayed (after 30 sec online). > ^^^ > Really ??? I've looked twice: 5 Megabytes. >> At this time I switched between virtual consoles. > > In case you are using syscons, i have got similar reports from syscons Yes, I'm using syscons. > users as syscons seems to block interrupts for a relatively long time > when switching screens. > > I'm using pcvt everywhere and i don't see this (at least not when switching > consoles; i see it once per month on my gateway to my provider since i I didn't say the switching produced it, I just noticed it while switching consoles (I've a "tail -F /var/log/messages >/dev/ttyv6"). If I remember correctly, it didn't switched the console, so I was a little bit confused what happened and looked at the messages. > downgraded it from a SCSI drive to an IDE drive :-( ). > >> Something I have to worry about (first time I see this)? > > No, not the message. I'm a bit more concerned about the 5 Mb data, what > do you mean by "inline" ? I think you mean "online", right? - time: aa:bb:00, triggered dial-out (aa:bb fixed random time) - time: aa:bb:xx, xx < 30, noticed the timeout - time: aa:bb:30, noticed inbytes = ~5MB at vtyv3 (~170KB/sec) Bye, Alexander. -- Elevator out of order. Try the ones across the street. http://netchild.home.pages.de A.Leidinger+Home @ WJPServer.CS.Uni-SB.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Aug 18 11:40:15 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with SMTP id 0142415072 for ; Wed, 18 Aug 1999 11:40:06 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1415 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 18 Aug 1999 20:39:33 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #13) id m11HAcW-0001b7C; Wed, 18 Aug 99 20:39 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: i4b-L1-isic_hscx_waitxfw: XFW timeout In-Reply-To: <199908181613.SAA33453@work.net.local> from "A.Leidinger@WJPServer.CS.Uni-SB.de" at "Aug 18, 99 06:13:40 pm" To: A.Leidinger@WJPServer.CS.Uni-SB.de Date: Wed, 18 Aug 1999 20:39:32 +0200 (METDST) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 532 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of A.Leidinger@WJPServer.CS.Uni-SB.de: > >> after this I get 5MB of inbytes displayed (after 30 sec online). Sorry, no, not inline but "inbytes"! What is "inbytes", what data is displayed ? hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Aug 19 4:55: 2 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (Postfix) with ESMTP id 18B0414BCD for ; Thu, 19 Aug 1999 04:54:52 -0700 (PDT) (envelope-from netchild@Vodix.CS.Uni-SB.de) Received: from work.net.local (maxtnt-028.telip.uni-sb.de [134.96.70.155]) by uni-sb.de (8.9.3/1999070600) with ESMTP id NAA11822; Thu, 19 Aug 1999 13:53:52 +0200 (CEST) X-Authentication-Warning: uni-sb.de: Host maxtnt-028.telip.uni-sb.de [134.96.70.155] claimed to be work.net.local Received: from Vodix.CS.Uni-SB.de (localhost.net.local [127.0.0.1]) by work.net.local (8.9.3/8.9.3) with ESMTP id MAA01651; Thu, 19 Aug 1999 12:51:39 +0200 (CEST) (envelope-from netchild@Vodix.CS.Uni-SB.de) Message-Id: <199908191051.MAA01651@work.net.local> Date: Thu, 19 Aug 1999 12:51:38 +0200 (CEST) From: A.Leidinger@WJPServer.CS.Uni-SB.de Subject: Re: i4b-L1-isic_hscx_waitxfw: XFW timeout To: Hellmuth Michaelis Cc: freebsd-isdn@FreeBSD.ORG In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 18 Aug, Hellmuth Michaelis wrote: >> >> after this I get 5MB of inbytes displayed (after 30 sec online). > > Sorry, no, not inline but "inbytes"! What is "inbytes", what data is > displayed ? "isdnd -f -r /dev/ttyv4": ---snip--- c tei b remote iface dir outbytes obps inbytes ibps units ---snip--- ^^^^^^^ This one. After 30secs it shouldn't display 5MB transmitted (~170KB/sec). It shouldn't even display 0.5MB (~17KB/sec). Bye, Alexander. -- I'm so hungry, I could almost eat health food. http://netchild.home.pages.de A.Leidinger+Home @ WJPServer.CS.Uni-SB.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Aug 20 9:27: 9 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by hub.freebsd.org (Postfix) with ESMTP id D5C3A14CB9 for ; Fri, 20 Aug 1999 09:26:57 -0700 (PDT) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/6) with ESMTP id SAA13250 for ; Fri, 20 Aug 1999 18:26:03 +0200 (MET DST) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id SAA16806 for ; Fri, 20 Aug 1999 18:26:12 +0200 (MET DST) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.2/8.6.9) id SAA26100 for freebsd-isdn@freebsd.org; Fri, 20 Aug 1999 18:26:18 +0200 (CEST) Date: Fri, 20 Aug 1999 18:26:18 +0200 (CEST) From: Christoph Kukulies Message-Id: <199908201626.SAA26100@gil.physik.rwth-aachen.de> To: freebsd-isdn@freebsd.org Subject: 3.2 install woes Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org brought up my all day working box from 2.2.8 to 3.2 and after gotten through the first kernel build with isdn (alpha 0.63) I end up in isic0 not being found at 0x340 (AVM_A1) Thanks heaven I still have a modem link to submit my plea for help. Should I fo to 0.70 first before continuing any discussion. It would be already problematic for me to download it via modem. If there is any chance to get my isdn device working under 3.2 with your help I'd be eternally happy. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Aug 20 11:47:38 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from smtp01.wxs.nl (smtp01.wxs.nl [195.121.6.61]) by hub.freebsd.org (Postfix) with ESMTP id B07B91524E for ; Fri, 20 Aug 1999 11:47:34 -0700 (PDT) (envelope-from lurkie@wxs.nl) Received: from gs0021-1.dial.wxs.nl ([195.121.144.21]) by smtp01.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA46B6; Fri, 20 Aug 1999 20:47:26 +0200 Date: Fri, 20 Aug 1999 20:48:12 +0200 (CEST) From: Marc Veldman To: Christoph Kukulies Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: 3.2 install woes In-Reply-To: <199908201626.SAA26100@gil.physik.rwth-aachen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 20 Aug 1999, Christoph Kukulies wrote: > Should I fo to 0.70 first before continuing any discussion. > It would be already problematic for me to download it via modem. Why ? You can email, so you should be able to do FTP. But then, you would get 0.83, which As far as I know, 0.70 is included in 3.2. At least, it's on my CD, and in -STABLE. > If there is any chance to get my isdn device working under 3.2 > with your help I'd be eternally happy. > > -- > Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isdn" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message