Your message dated Thu, 12 Jan 2012 04:02:41 +0000
with message-id <e1rlbs9-0001jg...@franck.debian.org>
and subject line Bug#651722: fixed in isdnutils 1:3.9.20060704+dfsg.3-1
has caused the Debian Bug report #651722,
regarding capiutils: fails to install / upgrade with Linux 3.0+
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 ow...@bugs.debian.org
immediately.)


-- 
651722: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651722
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: capiutils
Version: 1:3.9.20060704+dfsg.2-12
Severity: grave
Tags: patch
Justification: renders package unusable

Hi,

with Linux 3.0 capifs was removed.

Unfortunately /etc/init.d/capiutils still tries to load the capifs module,
no matter what Linux version is running, and hence fails on Linux 3.0+.

As '/etc/init.d/capiutils start' is run on package installs/upgrades, this
makes capiutils uninstallable.

Please find attached a patch that should fix the issue:
it checks for the version of the kernel currently running.

An alternative solution might be to remove mountcapifs and umountcapifs from
/etc/init.d/capiutils altogether (I do not know about the effects on older 
kernels).

Please consider releasing a new version of capiutils with this patch
(or any other one that fixes the issue) integrated.

Thanks for maintaining capiutils in Debian
Peter


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages capiutils depends on:
ii  libc6        2.13-21                 
ii  libcapi20-3  1:3.9.20060704+dfsg.2-12
ii  lsb-base     3.2-28                  

capiutils recommends no packages.

capiutils suggests no packages.

-- Configuration Files:
/etc/init.d/capiutils changed [not included]

-- no debconf information
--- debian/capiutils.init
+++ debian/capiutils.init	2011-12-11 18:11:04.842460284 +0100
@@ -29,7 +29,8 @@
 
 mountcapifs()
 {
-  if grep -q '/dev devfs rw' /proc/mounts; then
+  if dpkg --compare-versions "$(uname -r)" ge 3 ||
+     grep -q '/dev devfs rw' /proc/mounts; then
     return
   fi
 
@@ -46,7 +47,8 @@
 
 umountcapifs()
 {
-  if ! grep -q '^capifs /dev/capi ' /proc/mounts; then
+  if dpkg --compare-versions "$(uname -r)" ge 3 ||
+     ! grep -q '^capifs /dev/capi ' /proc/mounts; then
     return
   fi
   umount /dev/capi

--- End Message ---
--- Begin Message ---
Source: isdnutils
Source-Version: 1:3.9.20060704+dfsg.3-1

We believe that the bug you reported is fixed in the latest version of
isdnutils, which is due to be installed in the Debian FTP archive:

capiutils_3.9.20060704+dfsg.3-1_i386.deb
  to main/i/isdnutils/capiutils_3.9.20060704+dfsg.3-1_i386.deb
ipppd_3.9.20060704+dfsg.3-1_i386.deb
  to main/i/isdnutils/ipppd_3.9.20060704+dfsg.3-1_i386.deb
isdnlog-data_3.9.20060704+dfsg.3-1_all.deb
  to main/i/isdnutils/isdnlog-data_3.9.20060704+dfsg.3-1_all.deb
isdnlog_3.9.20060704+dfsg.3-1_i386.deb
  to main/i/isdnutils/isdnlog_3.9.20060704+dfsg.3-1_i386.deb
isdnutils-base_3.9.20060704+dfsg.3-1_i386.deb
  to main/i/isdnutils/isdnutils-base_3.9.20060704+dfsg.3-1_i386.deb
isdnutils-doc_3.9.20060704+dfsg.3-1_all.deb
  to main/i/isdnutils/isdnutils-doc_3.9.20060704+dfsg.3-1_all.deb
isdnutils-xtools_3.9.20060704+dfsg.3-1_i386.deb
  to main/i/isdnutils/isdnutils-xtools_3.9.20060704+dfsg.3-1_i386.deb
isdnutils_3.9.20060704+dfsg.3-1.debian.tar.gz
  to main/i/isdnutils/isdnutils_3.9.20060704+dfsg.3-1.debian.tar.gz
isdnutils_3.9.20060704+dfsg.3-1.dsc
  to main/i/isdnutils/isdnutils_3.9.20060704+dfsg.3-1.dsc
isdnutils_3.9.20060704+dfsg.3.orig-capi20.tar.bz2
  to main/i/isdnutils/isdnutils_3.9.20060704+dfsg.3.orig-capi20.tar.bz2
isdnutils_3.9.20060704+dfsg.3.orig.tar.bz2
  to main/i/isdnutils/isdnutils_3.9.20060704+dfsg.3.orig.tar.bz2
isdnvbox_3.9.20060704+dfsg.3-1_i386.deb
  to main/i/isdnutils/isdnvbox_3.9.20060704+dfsg.3-1_i386.deb
isdnvboxclient_3.9.20060704+dfsg.3-1_i386.deb
  to main/i/isdnutils/isdnvboxclient_3.9.20060704+dfsg.3-1_i386.deb
isdnvboxserver_3.9.20060704+dfsg.3-1_i386.deb
  to main/i/isdnutils/isdnvboxserver_3.9.20060704+dfsg.3-1_i386.deb
libcapi20-3_3.9.20060704+dfsg.3-1_i386.deb
  to main/i/isdnutils/libcapi20-3_3.9.20060704+dfsg.3-1_i386.deb
libcapi20-dev_3.9.20060704+dfsg.3-1_i386.deb
  to main/i/isdnutils/libcapi20-dev_3.9.20060704+dfsg.3-1_i386.deb
pppdcapiplugin_3.9.20060704+dfsg.3-1_i386.deb
  to main/i/isdnutils/pppdcapiplugin_3.9.20060704+dfsg.3-1_i386.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 651...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rolf Leggewie <f...@rolf.leggewie.biz> (supplier of updated isdnutils 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jan 2012 12:17:14 +0800
Source: isdnutils
Binary: isdnutils-base isdnutils-xtools ipppd isdnlog isdnlog-data 
isdnutils-doc isdnvbox isdnvboxclient isdnvboxserver capiutils libcapi20-3 
libcapi20-dev pppdcapiplugin
Architecture: source all i386
Version: 1:3.9.20060704+dfsg.3-1
Distribution: unstable
Urgency: medium
Maintainer: Rolf Leggewie <f...@rolf.leggewie.biz>
Changed-By: Rolf Leggewie <f...@rolf.leggewie.biz>
Description: 
 capiutils  - ISDN utilities - tools for CAPI-capable cards
 ipppd      - ISDN utilities - PPP daemon
 isdnlog    - ISDN utilities - connection logger
 isdnlog-data - ISDN utilities - connection logger data
 isdnutils-base - ISDN utilities - minimal set
 isdnutils-doc - ISDN utilities - documentation
 isdnutils-xtools - ISDN utilities - graphical tools
 isdnvbox   - ISDN utilities - answering machine dependency package
 isdnvboxclient - ISDN utilities - answering machine client
 isdnvboxserver - ISDN utilities - answering machine server
 libcapi20-3 - ISDN utilities - CAPI support libraries
 libcapi20-dev - ISDN utilities - CAPI development libraries
 pppdcapiplugin - ISDN utilities - pppd plug-in for CAPI support
Closes: 335283 414199 433992 650155 651722
Changes: 
 isdnutils (1:3.9.20060704+dfsg.3-1) unstable; urgency=medium
 .
   [ Michael Mueller ]
   * debian/patches: export symbol alloc_applid for capi20. Closes: #650155
 .
   [ Rolf Leggewie ]
   * create dfsg tarball 3.9.20060704+dfsg.3
     - stop shipping upstream capi20 which we fully replace with cvs trunk
     - drop .cvsignore files, too, while we're at it
   * leverage more of debhelper to do the packaging (ongoing effort)
   * debian/rules:
     - add "dummy" build-arch and build-indep target
     - clean target successfully moved to dh standard
   * debian/capiutils.init: drop code related to obsolete capifs.
     Closes: #651722, closes: #335283, closes: #414199, closes: #433992
   * debian/isdnlog.postinst: remove code to update from 10 year old package
   * libcapi20-3: install instead of explicitly creating links to libs
   * isdnutils-base: drop obsolete README.source
Checksums-Sha1: 
 948ab3902b7e9e1d10a2920f0384255f7ab83dff 3137 
isdnutils_3.9.20060704+dfsg.3-1.dsc
 63a1d2e69d2e46949cf9bfcd7467ecc2c2902375 260706 
isdnutils_3.9.20060704+dfsg.3.orig-capi20.tar.bz2
 002ba87448a5b8fc6fe7cdd40fb1500321117173 4192035 
isdnutils_3.9.20060704+dfsg.3.orig.tar.bz2
 87cf48b2263acb160d082c1b2062099c26d7965a 301622 
isdnutils_3.9.20060704+dfsg.3-1.debian.tar.gz
 c1d42ce77fc21cca3aaff196beef5a5d644df2ea 842032 
isdnlog-data_3.9.20060704+dfsg.3-1_all.deb
 f5019e882f447a00d39356b4db4e142ef1f4a8d0 692416 
isdnutils-doc_3.9.20060704+dfsg.3-1_all.deb
 d525d4f89955571dd18d55f124075eda135aa413 155544 
isdnutils-base_3.9.20060704+dfsg.3-1_i386.deb
 d7fda695601f22f254da08cd91bcb3e44a06e136 55790 
isdnutils-xtools_3.9.20060704+dfsg.3-1_i386.deb
 6c6134bfb64f40ed553aeccaf1431c4a8e99bf52 190386 
ipppd_3.9.20060704+dfsg.3-1_i386.deb
 5e2720b4d7e243078b1626c8c5b00ee3608a9faf 539288 
isdnlog_3.9.20060704+dfsg.3-1_i386.deb
 7309ec3b04c8eda9989e36ed8ed83c17a0863d8a 34392 
isdnvbox_3.9.20060704+dfsg.3-1_i386.deb
 4635b5eddab9135abdb596b89b0b37da1c5edf67 74676 
isdnvboxclient_3.9.20060704+dfsg.3-1_i386.deb
 edb99067abb57046fdff552b83a8c93835274eaf 153022 
isdnvboxserver_3.9.20060704+dfsg.3-1_i386.deb
 0fa06166b956c25e35c188e78a3bf6fb18948a3b 86266 
capiutils_3.9.20060704+dfsg.3-1_i386.deb
 3da32a5209e4a06e84012bdb3e80978ec9ed0f37 62536 
libcapi20-3_3.9.20060704+dfsg.3-1_i386.deb
 8bd4d3e2b028777b9df0139ae4f01418e59bad1c 31524 
libcapi20-dev_3.9.20060704+dfsg.3-1_i386.deb
 33b45630de7b036481b45a857c372345b7fd16d8 97338 
pppdcapiplugin_3.9.20060704+dfsg.3-1_i386.deb
Checksums-Sha256: 
 cc5a662063fff63ad0d9e8177456eb836be2017f4bc67bc6da3691feff45f592 3137 
isdnutils_3.9.20060704+dfsg.3-1.dsc
 3cc38ce2ff92fd78b9c17a267b16331a085b938229bdc43d5f2d4744757fe5d7 260706 
isdnutils_3.9.20060704+dfsg.3.orig-capi20.tar.bz2
 4d6bcda97ea9388962a0f618988a9c63804cd55f1437a61b18a58f33a1853b40 4192035 
isdnutils_3.9.20060704+dfsg.3.orig.tar.bz2
 a5942fe599e8d19fa516de0647d046ed9f0ccb99cf251525a86cdbfbc0bc7ccd 301622 
isdnutils_3.9.20060704+dfsg.3-1.debian.tar.gz
 5f44a9eb5a4d6f3c5af5065b0b99082a14d8e0e0e9084a42db5e6e59c8cfa582 842032 
isdnlog-data_3.9.20060704+dfsg.3-1_all.deb
 2781b2c1557d1400679a7c00ecac7cba1071dac9c7789bdd79116674aefd94d0 692416 
isdnutils-doc_3.9.20060704+dfsg.3-1_all.deb
 946fba10cbe56f15d788fe8d7499ec5b690698ff986514a22b63a9ef2c571ae4 155544 
isdnutils-base_3.9.20060704+dfsg.3-1_i386.deb
 570b4b584191628e79f4bfa216410504bab4d5c937f31d1990ccc12c641b25e1 55790 
isdnutils-xtools_3.9.20060704+dfsg.3-1_i386.deb
 c5c92c360e5c1b5dbac0781b4200473ec2629963c5ac0e3105b0ba5eac6a26a3 190386 
ipppd_3.9.20060704+dfsg.3-1_i386.deb
 415d45c64caa9008ba521c71c7261182821955d8cc201f6c1c107cf4fbf7ceab 539288 
isdnlog_3.9.20060704+dfsg.3-1_i386.deb
 91d188358095fde4e89a613185a10b3a3ed2ae8b0ef68c664f9a3a2661830b7c 34392 
isdnvbox_3.9.20060704+dfsg.3-1_i386.deb
 d1190507dcee5afc25b4d8adc16d565a36720af2bc7575ad9ddba47a4965ec5f 74676 
isdnvboxclient_3.9.20060704+dfsg.3-1_i386.deb
 4641bb9b46f61328ef3f1a558f8f82792cfcac9548d71175b3772974057240df 153022 
isdnvboxserver_3.9.20060704+dfsg.3-1_i386.deb
 7b3636b1d063972c64ca8ed1b8942943eb643becce6ed6ce7102cf7ea4a74e27 86266 
capiutils_3.9.20060704+dfsg.3-1_i386.deb
 d3f9c491248860a5e9bff210ec79b37aa420c26305978dbf0113eca5e1caac32 62536 
libcapi20-3_3.9.20060704+dfsg.3-1_i386.deb
 5b17da94c534b3b484cd13280efab8537d7ee6a11e9728d709075d89c4bfb47f 31524 
libcapi20-dev_3.9.20060704+dfsg.3-1_i386.deb
 b715c9f83394a6eb33d6314f570377f0b674eca886c10c7f08169042ac2c59a4 97338 
pppdcapiplugin_3.9.20060704+dfsg.3-1_i386.deb
Files: 
 d50027f401f5aea0c22e4fe8f254c8c5 3137 utils extra 
isdnutils_3.9.20060704+dfsg.3-1.dsc
 e205d6b377a9bd948d1929428bf2ac54 260706 utils extra 
isdnutils_3.9.20060704+dfsg.3.orig-capi20.tar.bz2
 0614746e4daae187612d8be7e515dd27 4192035 utils extra 
isdnutils_3.9.20060704+dfsg.3.orig.tar.bz2
 9c81f0f8ba64f040bcc6a6014708a327 301622 utils extra 
isdnutils_3.9.20060704+dfsg.3-1.debian.tar.gz
 182f6de75aca4b4b7578639d8210df05 842032 utils extra 
isdnlog-data_3.9.20060704+dfsg.3-1_all.deb
 68ace81c655c6ff685af49a45a70076c 692416 doc extra 
isdnutils-doc_3.9.20060704+dfsg.3-1_all.deb
 c0d9c59cc025e9258fe2446ff69e685c 155544 utils optional 
isdnutils-base_3.9.20060704+dfsg.3-1_i386.deb
 bc2e5270c7ca835d300998bd2073b8bf 55790 x11 extra 
isdnutils-xtools_3.9.20060704+dfsg.3-1_i386.deb
 22acfad88ff3cc2471dddcde2aa0ebd4 190386 net extra 
ipppd_3.9.20060704+dfsg.3-1_i386.deb
 9e8d7087394925a912bc180beda263ec 539288 utils extra 
isdnlog_3.9.20060704+dfsg.3-1_i386.deb
 c703147939feea692e6026e2717855bf 34392 utils extra 
isdnvbox_3.9.20060704+dfsg.3-1_i386.deb
 b7bd46527fe71f66ab774e0f003f4b4b 74676 utils extra 
isdnvboxclient_3.9.20060704+dfsg.3-1_i386.deb
 19e69954c6d158b7e88c2b2ced65df08 153022 utils extra 
isdnvboxserver_3.9.20060704+dfsg.3-1_i386.deb
 ae882bb2db2e25e7bf702e67d44b0801 86266 net extra 
capiutils_3.9.20060704+dfsg.3-1_i386.deb
 99efc5d8c487a53e0073cc9784306070 62536 libs extra 
libcapi20-3_3.9.20060704+dfsg.3-1_i386.deb
 d27bd738e0c07eb8e9f1a4d64bf5b450 31524 libdevel extra 
libcapi20-dev_3.9.20060704+dfsg.3-1_i386.deb
 4b1b8e66e1542da3e564edae1b06a50c 97338 net extra 
pppdcapiplugin_3.9.20060704+dfsg.3-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBAgAGBQJPDlfuAAoJEJSEK8huURwxZfcP/3TiTSQBg4GoNkMnNTWMNtzL
aB0LAsCGmE5kCoSdiawdCRH7kzuEG4ritUxLdS5j0iUVT7AuF6IIFh+3NEhjeDoE
qKb82xUr8k/4LHSBZsMi49VDuRQ02jVTkHl7TsNyG8FSHVEEjVvBYy/hDUen1i42
BCSA5D+sKgT5zkNRvVhxrzaa7HKdC/AJT2SJKgnQ06TFktkxp6QVyNwITxdaAASh
5SnUv8coKGQJHEamNlhANE67XchJunouilCSRP+d0qxRTdA2/twRbNfsxVIk65j+
6JIzNFV6HaIwtrePWWYWxAfbH9zNEQAlfoUdV6SllkXQycTmnmNLa5KkjKwckzzC
L2W7yHisVt232I0rkjQHua8keSxzHfD/JcBMB5LT2wOcqHqCM2k01Y6xMaM1RE1+
YoNtodb2sjUSdHOvlN5J3Yk+jyWczfjQWqka5xEnfGb3Sy1PEeKOM9dUAiMy91LX
4rS1p9GI0qTMrHc62zpRzI4cHCVVKEkTGPbgTTe2yQWcRecxV0PsrI00oXb7lI1l
an3RC4NVchmJAgg5yU2pxGfdqrpqOKH+FH9mUm/9uUsl9s2dIDiu2rTEIxSgPx6i
5q8DLffCXijiCiXvZArdcA+hJlcnGIQMAsanJbMYlFoh86+uYDJARQdToOuQwXHq
lY8gp1ChDYTNjhdryuoQ
=8lyu
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to