Your message dated Fri, 13 Jan 2012 11:02:30 +0800
with message-id <[email protected]>
and subject line Re: Bug#609736: isdn-utils doesn't work anymore
has caused the Debian Bug report #609736,
regarding please readd MAKEDEV calls to init.d.functions
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.)
--
609736: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609736
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: isdnutils-base
Version: 1:3.9.20060704+dfsg.2-8
Severity: normal
Hi ISDN maintainers.
In upload 1:3.9.20060704+dfsg.2-8 you removed the MAKEDEV call from
init.d.functions but this causes isdnlog and vboxgetty to fail for me,
complaining about missing /dev/isdnctrl0 and /dev/ttyI1.
Unfortunately "modprobe hisax isdn" does _not_ create the necessary
isdnctrl0 and ttyI* nodes in /dev so the MAKEDEV call is still necessary.
(Very crude, I know, but it seems the kernel code does not create the
needed events for udev.)
The missing MAKEDEV, cause for 607387 can be resolved by adding a dependency
on "makedev". This should create to harm since both isdnutils-base and
makedev are Priority: extra.
Additionally the following code should IMHO be changed to use "-sf" to not
fail if the link already exists:
91 if [ ! -e /dev/isdnctrl ]; then
92 cd /dev && ln -sf isdnctrl0 isdnctrl
93 fi
Grüße,
Sven.
-- System Information:
Debian Release: 6.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (200, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages isdnutils-base depends on:
ii debconf [debconf-2.0] 1.5.37 Debian configuration management sy
ii libc6 2.11.2-7 Embedded GNU C Library: Shared lib
ii libncurses5 5.7+20100313-5 shared libraries for terminal hand
ii lsb-base 3.2-26 Linux Standard Base 3.2 init scrip
isdnutils-base recommends no packages.
Versions of packages isdnutils-base suggests:
pn ipppd <none> (no description available)
ii isdnlog 1:3.9.20060704+dfsg.2-8 ISDN utilities - connection logger
pn isdnutils-doc <none> (no description available)
pn isdnutils-xtools <none> (no description available)
ii isdnvboxclient 1:3.9.20060704+dfsg.2-8 ISDN utilities - answering machine
ii isdnvboxserver 1:3.9.20060704+dfsg.2-8 ISDN utilities - answering machine
-- Configuration Files:
/etc/isdn/init.d.functions changed [not included]
-- debconf-show failed
--- End Message ---
--- Begin Message ---
Hello Giorgio,
thank you for your report.
On 12.01.2012 18:35, Giorgio Volpe wrote:
> I recently update isdnutils-base from 1:3.9.20060704+dfsg.2-4 to
> 1:3.9.20060704+dfsg.2-12 and isdnutils doesn’t work
I believe the problems you were seeing were fixed in the upload I made a
few hours before you filed this ticket. Please retry with that version
once it is available to you.
Regards
Rolf
--- End Message ---