Your message dated Sat, 24 Dec 2005 09:47:09 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#343941: fixed in irda-utils 0.9.16-11
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 18 Dec 2005 23:10:05 +0000
>From [EMAIL PROTECTED] Sun Dec 18 15:10:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from gw01.mail.saunalahti.fi ([195.197.172.115])
by spohr.debian.org with esmtp (Exim 4.50)
id 1Eo7fJ-00031g-8u
for [EMAIL PROTECTED]; Sun, 18 Dec 2005 15:10:05 -0800
Received: from nalle.dyndns.tv (GYKMMMCCLXXXVI.dsl.saunalahti.fi [85.77.38.187])
by gw01.mail.saunalahti.fi (Postfix) with ESMTP id 5DA6B10414B
for <[EMAIL PROTECTED]>; Mon, 19 Dec 2005 01:10:03 +0200 (EET)
Received: from mcfrisk by nalle.dyndns.tv with local (Exim 4.50)
id 1Eo7hr-0001B2-5q
for [EMAIL PROTECTED]; Mon, 19 Dec 2005 01:12:43 +0200
Date: Mon, 19 Dec 2005 01:12:43 +0200
From: Mikko Rapeli <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: also use sysctl to stop irda discovery
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="pWyiEgJYm5f9v55/"
Content-Disposition: inline
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--pWyiEgJYm5f9v55/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: irda-utils
Version: 0.9.16-10
Hello,
On an old Fujitsu Lifebook running sarge irattach alone does not stop
discovery mode, so sysctl should be used too. Now the TV does not change
to random channels any more :)
It's too late for sarge but perhapt etch would find this patch of use.
Tested on my sarge laptop.
-Mikko
--pWyiEgJYm5f9v55/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="irda-utils_discovery_02.patch"
diff -u irda-utils-0.9.16/debian/changelog
irda-utils-0.9.16.mkr1/debian/changelog
--- irda-utils-0.9.16/debian/changelog 2005-12-19 01:01:33.567344336 +0200
+++ irda-utils-0.9.16.mkr1/debian/changelog 2005-12-19 01:01:10.468855840
+0200
@@ -1,3 +1,10 @@
+irda-utils (0.9.16.mkr1) unstable; urgency=low
+
+ * Also use sysctl to stop discovery since irattach alone
+ is not enough.
+
+ -- Mikko Rapeli <[EMAIL PROTECTED]> Mon, 19 Dec 2005 01:01:00 +0200
+
irda-utils (0.9.16-10) unstable; urgency=low
* debian/preinst: Fixed script to avoid failing when
diff -u irda-utils-0.9.16/debian/irda-utils.init
irda-utils-0.9.16.mkr1/debian/irda-utils.init
--- irda-utils-0.9.16/debian/irda-utils.init 2005-12-19 01:01:33.559345552
+0200
+++ irda-utils-0.9.16.mkr1/debian/irda-utils.init 2005-12-19
00:56:56.326491352 +0200
@@ -13,8 +13,10 @@
PIDFILE="/var/run/$NAME.pid"
PACKAGE="irda-utils"
DESC="IrDA service"
+SYSCTL="/sbin/sysctl"
test -x $DAEMON || exit 0
+test -x $SYSCTL || exit 0
# Handle configuration
if [ -f /etc/default/$PACKAGE ]; then
@@ -33,8 +35,10 @@
fi
if [ "$DISCOVERY" = "true" ]; then
DISCOVERY="-s"
+ $SYSCTL -q -w net.irda.discovery=1
else
DISCOVERY=""
+ $SYSCTL -q -w net.irda.discovery=0
fi
@@ -45,6 +49,7 @@
# Needed for some machines in FIR-mode
if [ -n "$SETSERIAL" ]; then
+ test -x /bin/setserial || exit 0
/bin/setserial $SETSERIAL uart none port 0x0 irq 0
fi
Common subdirectories: irda-utils-0.9.16/debian/po and
irda-utils-0.9.16.mkr1/debian/po
diff -u irda-utils-0.9.16/debian/postinst irda-utils-0.9.16.mkr1/debian/postinst
--- irda-utils-0.9.16/debian/postinst 2005-12-19 01:01:33.568344184 +0200
+++ irda-utils-0.9.16.mkr1/debian/postinst 2005-12-19 01:08:20.308510280
+0200
@@ -106,6 +106,8 @@
ENABLE=
# Set discovery mode which usually is a good idea for finding other devices.
+# If set 'true' or 'false' irattach and sysctl are used to enable and disable
+# discovery mode. By default discover mode is disabled.
DISCOVERY=
# Set IRDA device to access (e.g. /dev/ttyS1 or irda0).
--pWyiEgJYm5f9v55/--
---------------------------------------
Received: (at 343941-close) by bugs.debian.org; 24 Dec 2005 17:50:56 +0000
>From [EMAIL PROTECTED] Sat Dec 24 09:50:56 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EqDU5-0000g7-EC; Sat, 24 Dec 2005 09:47:09 -0800
From: Alberto Gonzalez Iniesta <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#343941: fixed in irda-utils 0.9.16-11
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 24 Dec 2005 09:47:09 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 4
Source: irda-utils
Source-Version: 0.9.16-11
We believe that the bug you reported is fixed in the latest version of
irda-utils, which is due to be installed in the Debian FTP archive:
irda-utils_0.9.16-11.diff.gz
to pool/main/i/irda-utils/irda-utils_0.9.16-11.diff.gz
irda-utils_0.9.16-11.dsc
to pool/main/i/irda-utils/irda-utils_0.9.16-11.dsc
irda-utils_0.9.16-11_i386.deb
to pool/main/i/irda-utils/irda-utils_0.9.16-11_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alberto Gonzalez Iniesta <[EMAIL PROTECTED]> (supplier of updated irda-utils
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.7
Date: Sat, 24 Dec 2005 18:36:48 +0100
Source: irda-utils
Binary: irda-utils
Architecture: source i386
Version: 0.9.16-11
Distribution: unstable
Urgency: low
Maintainer: Alberto Gonzalez Iniesta <[EMAIL PROTECTED]>
Changed-By: Alberto Gonzalez Iniesta <[EMAIL PROTECTED]>
Description:
irda-utils - IrDA management and handling utilities
Closes: 332604 341032 343618 343941
Changes:
irda-utils (0.9.16-11) unstable; urgency=low
.
* The 'Ho ho Ho' release
* debian/rules. Corrected DEB_BUILD_GNU_TYPE comparison to
i486-linux-gnu instead of i386-linux. This should make
findchip to be build and installed. (Closes: #343618)
* Also use sysctl to stop discovery since irattach alone
is not enough. Thanks Mikko Rapeli for the patch.
(Closes: #343941)
* Added Swedish debconf templates translation.
Thanks Daniel Nylander. (Closes: #341032)
* Added option to irattach to allow running it in foreground.
Thanks Tino Keitel for the patch (Closes: #332604)
Man page patched on build time until I decide what to do
with nasty gzipped files.
Files:
d65596df58373b4a177c23fb40738da0 656 utils optional irda-utils_0.9.16-11.dsc
3e663c8f779ff11ae50bf26b24419dc9 341845 utils optional
irda-utils_0.9.16-11.diff.gz
eaddbb6fba0fef5909b3f53a7ed230ca 77152 utils optional
irda-utils_0.9.16-11_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDrYh+xRSvjkukAcMRAr5LAJ94HnkfDHW7Xu8pl0e8S+J6wnWGvQCg2XDm
A3roahidxmJbHK5EWsW7Fvo=
=P32v
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]