Your message dated Fri, 16 Oct 2009 22:32:36 +0000
with message-id <[email protected]>
and subject line Bug#532345: fixed in dahdi-linux 1:2.2.0.2~dfsg-1
has caused the Debian Bug report #532345,
regarding dahdi-source: System freeze with no escape by sysreq or whatsoever on
dahdi_cfg
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
532345: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532345
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dahdi-source
Version: 1:2.2.0~dfsg~rc5-1
Severity: grave
Justification: renders package unusable
I am using HFC-S PCI BRI card.
$ sudo lspci -vvvv -s 01:02.0
01:02.0 Network controller: SiteCom Europe BV ISDN PCI DC-105V2 (rev 02)
Subsystem: SiteCom Europe BV ISDN PCI DC-105V2
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 16 (4000ns max)
Interrupt: pin A routed to IRQ 5
Region 0: I/O ports at d800 [size=8]
Region 1: Memory at f9fffc00 (32-bit, non-prefetchable) [size=256]
Capabilities: [40] Power Management version 1
Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA
PME(D0+,D1+,D2+,D3hot+,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
$ cat /etc/dahdi/system.conf
span=1,1,0,ccs,ami
bchan=1,2
dchan=3
# hardhdlc=3
loadzone=de
defaultzone=de
When running dahdi_cfg -vvv I get proper channel map output and messages about
no echo canceler is being used. The last messages are
two identical error messages I wrote down on a sheet of paper word by word:
bchan rx fifo not enough bytes to receive! (z1=0, z2=0, wanted 8 got 0,
probably a buffer overrun.
After that message there is a system freeze. The system does not respond to
anything but hard reset. Not even SysRq works even though it is installed.
I will have to debug this freeze with serial console or the like...
Greetings,
Raoul Bönisch
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.29-2-amd64 (SMP w/1 CPU core)
Locale: LANG=C, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Versions of packages dahdi-source depends on:
ii bzip2 1.0.5-1 high-quality block-sorting file co
ii debhelper 7.2.14 helper programs for debian/rules
ii module-assistant 0.11.1 tool to make module package creati
Versions of packages dahdi-source recommends:
ii dahdi-linux 1:2.2.0~dfsg~rc5-1 DAHDI telephony interface - Linux
dahdi-source suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: dahdi-linux
Source-Version: 1:2.2.0.2~dfsg-1
We believe that the bug you reported is fixed in the latest version of
dahdi-linux, which is due to be installed in the Debian FTP archive:
dahdi-linux_2.2.0.2~dfsg-1.diff.gz
to pool/main/d/dahdi-linux/dahdi-linux_2.2.0.2~dfsg-1.diff.gz
dahdi-linux_2.2.0.2~dfsg-1.dsc
to pool/main/d/dahdi-linux/dahdi-linux_2.2.0.2~dfsg-1.dsc
dahdi-linux_2.2.0.2~dfsg-1_all.deb
to pool/main/d/dahdi-linux/dahdi-linux_2.2.0.2~dfsg-1_all.deb
dahdi-linux_2.2.0.2~dfsg.orig.tar.gz
to pool/main/d/dahdi-linux/dahdi-linux_2.2.0.2~dfsg.orig.tar.gz
dahdi-source_2.2.0.2~dfsg-1_all.deb
to pool/main/d/dahdi-linux/dahdi-source_2.2.0.2~dfsg-1_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Tzafrir Cohen <[email protected]> (supplier of updated dahdi-linux
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 04 Oct 2009 22:47:30 +0200
Source: dahdi-linux
Binary: dahdi-linux dahdi-source
Architecture: source all
Version: 1:2.2.0.2~dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team <[email protected]>
Changed-By: Tzafrir Cohen <[email protected]>
Description:
dahdi-linux - DAHDI telephony interface - Linux userspace parts
dahdi-source - DAHDI telephony interface - source code for kernel driver
Closes: 532345 546340 548061
Changes:
dahdi-linux (1:2.2.0.2~dfsg-1) unstable; urgency=low
.
* New upstream release
* New openvox drivers: r113 from their SVN.
* Fix copyright file for origin of OpenVox drivers.
* Use new zaphfc drivers (r5) from http://code.google.com/p/zaphfc/ .
Note that those use hardhdlc in system.conf (Closes: #532345).
* Remove obsolete bristuff drivers we don't build anyway.
Leave vzaphfc for now as this is practically upstream (Completely
closes: #548061).
* Not applying bri_dchan. Astribank BRI spans will use hardhdlc.
* Patch wcfxo_reset_fix: Closes: #546340 .
* Replace 'dh_clean -k' with dh_prep
* Standards version 3.8.3 (no change needed).
* Patch mmx_auto: relied on ARCH to tell between i386 and x86_64, which
is not a good idea on newer kernels. Use DAHDI_ARCH instead.
* Remove useless postinst and preinst. debhelper adds them anyway
(and with the -e).
* Do include examples of dahdi-linux .
Checksums-Sha1:
661e6c104737a9ee1ab5e3dc75b91aee96f4e188 1347 dahdi-linux_2.2.0.2~dfsg-1.dsc
851cd7b4074787ba706a7970e1849d4975f28cab 1019835
dahdi-linux_2.2.0.2~dfsg.orig.tar.gz
be5661fd4d3807a9865ceb96b8a64582e3db5f33 126056
dahdi-linux_2.2.0.2~dfsg-1.diff.gz
69013d7b14cbf971ad3735ac46d1377d144604ef 81240
dahdi-linux_2.2.0.2~dfsg-1_all.deb
38b6cf34d9d723d27084cc8e22e7bc246aa0266b 864636
dahdi-source_2.2.0.2~dfsg-1_all.deb
Checksums-Sha256:
f37ee2cc0c76717b0c2f16123167fe37048908298bf010249271e8c164b14a4c 1347
dahdi-linux_2.2.0.2~dfsg-1.dsc
6ba4bcbed3135dafe2fabf5aab98ffc6f0f3f9cf495476af38df0ed728afd05c 1019835
dahdi-linux_2.2.0.2~dfsg.orig.tar.gz
49fc0858293db276cd1aa669cbd0715b59d5497054452fea4b80f42a18d5cf10 126056
dahdi-linux_2.2.0.2~dfsg-1.diff.gz
68ed59e08bd660c6c399eca054a66dc1e2d59e81f158bb543b30c0bf30d289b5 81240
dahdi-linux_2.2.0.2~dfsg-1_all.deb
7c48c8b2a7da3a0ef729e0de379471e37a075665c0fcda87e22acee053976451 864636
dahdi-source_2.2.0.2~dfsg-1_all.deb
Files:
8f9a12dd9246051b8825cfba07c08fda 1347 comm optional
dahdi-linux_2.2.0.2~dfsg-1.dsc
33993dfa52d72bb007c389e9f7b38a54 1019835 comm optional
dahdi-linux_2.2.0.2~dfsg.orig.tar.gz
6d386f79dd63b3aba2ba531a1bd57b49 126056 comm optional
dahdi-linux_2.2.0.2~dfsg-1.diff.gz
44a0a2ef26efc9e5f77d4bd658351ef9 81240 comm optional
dahdi-linux_2.2.0.2~dfsg-1_all.deb
c067f6499e8dd619337f663028371f78 864636 devel optional
dahdi-source_2.2.0.2~dfsg-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkrY7RIACgkQoCzanz0IthKyXgCeL/YKzPzda9Wb/ZKs6dq3zvuU
ocIAniF3u1kRflrj9yPCnyyGq1w890MZ
=Zqsf
-----END PGP SIGNATURE-----
--- End Message ---