Bug#916577: dahdi: DAHDI spantype detection fails in Buster kernel

John Lines john+reportbug at paladyn.org
Sun Dec 16 07:50:15 GMT 2018


Package: dahdi
Version: 1:2.11.1-3
Severity: important

Dear Maintainer,

Some kernel version - possibly 4.13.0, changed the name of the spantype attribute from
spantype to dahdi_spantype.

This breaks dahdi_span_assignments, dahdi_genconf, dahdi_span_types and possibly others

Asterisk reference to the same issue at https://issues.asterisk.org/jira/browse/DAHTOOL-80

Simple fix for dahdi_span_assignments is

159,160c159
< #		for local_spanno in `cut -d: -f1 "$device/spantype"`
< 		for local_spanno in `cut -d: -f1 "$device/dahdi_spantype"`
---
> 		for local_spanno in `cut -d: -f1 "$device/spantype"`

Thank you


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.18.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages dahdi depends on:
ii  dahdi-linux     1:2.11.1.0.20170917~dfsg-5
ii  fxload          0.0.20081013-1+b2
ii  libc6           2.27-8
ii  libnewt0.52     0.52.20-8
ii  libtonezone2.0  1:2.11.1-3
ii  libusb-1.0-0    2:1.0.22-2
ii  perl            5.28.1-1
ii  procps          2:3.3.15-2
ii  usbutils        1:007-4+b1

dahdi recommends no packages.

dahdi suggests no packages.

-- no debconf information



More information about the Pkg-voip-maintainers mailing list