Your message dated Wed, 05 Oct 2005 14:02:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#323308: fixed in distcc 2.18.3-3
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; 16 Aug 2005 01:31:31 +0000
>From [EMAIL PROTECTED] Mon Aug 15 18:31:31 2005
Return-path: <[EMAIL PROTECTED]>
Received: from wproxy.gmail.com [64.233.184.195]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4qIa-00032z-00; Mon, 15 Aug 2005 18:31:28 -0700
Received: by wproxy.gmail.com with SMTP id i34so1174960wra
for <[EMAIL PROTECTED]>; Mon, 15 Aug 2005 18:30:57 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
s=beta; d=gmail.com;
h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
b=lHCz9FybT4GPuNGPT6gFi8O4ZnVpPgY+jwc2HjWyiXPKAjSBtiAo0S/7qL2KMWIQfBPFSVopVMsZKflCgckBnkWaV6ywAM+wLkZf97tkcgGfU/0bK3Ogs/7Kkowas/e5v8IfxdpiYT7aBqVzKV8d/qom6CKnAtSnKQFfjvICJ9I=
Received: by 10.54.36.61 with SMTP id j61mr3916179wrj;
Mon, 15 Aug 2005 18:30:57 -0700 (PDT)
Received: by 10.54.140.20 with HTTP; Mon, 15 Aug 2005 18:30:57 -0700 (PDT)
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 16 Aug 2005 11:30:57 +1000
From: Martin Pool <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: distcc at debian: --listen option in config files
In-Reply-To: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
References: <[EMAIL PROTECTED]>
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
Package: distcc
X-Debbugs-CC: [email protected]
X-Debbugs-CC: [EMAIL PROTECTED]
Severity: wishlist
---------- Forwarded message ----------
From: Perki Pat <[EMAIL PROTECTED]>
Date: Aug 10, 2005 7:14 AM
Subject: [distcc] distcc at debian: --listen option in config files
To: [email protected]
hi! I was installing distcc and I've found that there is
a --listen option that Debian Sarge doesn't support in
configuration file (/etc/default/distcc) nor in init.d
script (/etc/init.d/distcc).
I have wroten a workaround for this, if anybody wants
to include it.
Bye
Diff -u with /etc/init.d/distcc
--- /etc/init.d/distcc 2005-03-12 03:16:15.000000000 +0100
+++ /tmp/distcc.init.d.new 2005-08-09 22:52:10.000000000 +0200
@@ -34,6 +34,13 @@
ALLOW=3D"$ALLOW --allow $net"
done
+# construct listeners list
+LISTEN=3D""
+for iface in $LISTENERS
+do
+ LISTEN=3D"$LISTEN --listen $iface"
+done
+
should_start() {
if [ "$STARTDISTCC" !=3D "true" ] && [ "$STARTDISTCC" !=3D "YES" ]=
;
then
echo "STARTDISTCC is set to false in /etc/default/distcc"
@@ -51,7 +58,7 @@
echo -n "Starting $DESC: $NAME"
start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
--chuid distccd \
- --exec $DAEMON -- $DAEMON_ARGS $ALLOW
+ --exec $DAEMON -- $DAEMON_ARGS $ALLOW $LISTEN
echo "."
;;
stop)
@@ -75,7 +82,7 @@
should_start
start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
--chuid distccd \
- --exec $DAEMON -- $DAEMON_ARGS $ALLOW
+ --exec $DAEMON -- $DAEMON_ARGS $ALLOW $LISTEN
echo "."
;;
*)
And diff -u with /etc/default/distcc:
--- /etc/default/distcc 2005-08-09 22:55:09.000000000 +0200
+++ /tmp/distcc.default.new 2005-08-09 22:51:32.000000000 +0200
@@ -17,3 +17,14 @@
# ALLOWEDNETS=3D"127.0.0.1"
ALLOWEDNETS=3D"127.0.0.1 192.168.0.0/24"
+
+
+#
+# Which IP addresses should distccd bind to?
+# You can list multiple hosts/networks separated by spaces.
+# Networks have to be in CIDR notation, f.e. 192.168.1.0/24
+# Hosts are represented by a single IP Adress
+# If you wanto to bind to all interfaces let it empty,
+# f.e. LISTENERS=3D"", or comment it.
+
+LISTENERS=3D"192.168.0.1"
ps: I don't know who to send this: Ian Murdock, Miquel van Smoorenburg
or [EMAIL PROTECTED]
/etc/init.d/distcc says this (among other things):
distccd Debian init.d script contributed by Jason Thomas. (Debian #161136)
Written by Miquel van Smoorenburg <[EMAIL PROTECTED]>.
Modified for Debian GNU/Linux by Ian Murdock <[EMAIL PROTECTED]>.
Version: @(#)skeleton 1.9.1 08-Apr-2002 [EMAIL PROTECTED]
distcc --version:
distcc 2.18.3 i386-pc-linux-gnu (protocols 1 and 2) (default port 3632)
built Mar 12 2005 02:23:27
any other information?
Perki Pat aka Pablo G. Figuerola
__
distcc mailing list http://distcc.samba.org/
To unsubscribe or change options:
https://lists.samba.org/mailman/listinfo/distcc
--=20
Martin
---------------------------------------
Received: (at 323308-close) by bugs.debian.org; 5 Oct 2005 21:10:43 +0000
>From [EMAIL PROTECTED] Wed Oct 05 14:10:43 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ENGOu-0001IF-00; Wed, 05 Oct 2005 14:02:08 -0700
From: Carsten Wolff <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#323308: fixed in distcc 2.18.3-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 05 Oct 2005 14:02:08 -0700
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=-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: 8
Source: distcc
Source-Version: 2.18.3-3
We believe that the bug you reported is fixed in the latest version of
distcc, which is due to be installed in the Debian FTP archive:
distcc_2.18.3-3.diff.gz
to pool/main/d/distcc/distcc_2.18.3-3.diff.gz
distcc_2.18.3-3.dsc
to pool/main/d/distcc/distcc_2.18.3-3.dsc
distcc_2.18.3-3_i386.deb
to pool/main/d/distcc/distcc_2.18.3-3_i386.deb
distccmon-gnome_2.18.3-3_i386.deb
to pool/main/d/distcc/distccmon-gnome_2.18.3-3_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.
Carsten Wolff <[EMAIL PROTECTED]> (supplier of updated distcc 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: Wed, 5 Oct 2005 20:35:16 +0200
Source: distcc
Binary: distcc distccmon-gnome
Architecture: source i386
Version: 2.18.3-3
Distribution: unstable
Urgency: low
Maintainer: Carsten Wolff <[EMAIL PROTECTED]>
Changed-By: Carsten Wolff <[EMAIL PROTECTED]>
Description:
distcc - Simple distributed compiler client and server
distccmon-gnome - GTK monitor for distcc a distributed client and server
Closes: 217924 276277 298489 298929 313561 315826 323308 330754 330822 331804
Changes:
distcc (2.18.3-3) unstable; urgency=low
.
* added dependency-alternative on debconf-2.0
(closes: Bug#331804)
* added version to adduser dependency
(closes: Bug#330822)
* only remove user in postrm, if the user exists and deluser is available
(closes: Bug#330754)
(closes: Bug#298489)
* added Vietnamese and Czech debconf template translations
thanks to Clytie Siddall and Miroslav Kure
(closes: Bug#313561)
(closes: Bug#315826)
* added --listen option and some warnings about distccd and untrusted nets
(closes: Bug#323308)
(closes: Bug#276277)
(closes: BUg#298929)
* new standards version 3.6.2 (no changes)
* updated FSF's postal address in the copyright file
* corrected "possible-bashism-in-maintainer-script" in config
* added "masquerade" directory /usr/lib/distcc with symlinks to distcc,
named after debian's compilers
(closes: Bug#217924)
Files:
cdd65600dc48b06fdbf5a276bdc60301 655 devel optional distcc_2.18.3-3.dsc
571f75e47f170c54cbdcd82fe61d2d94 35096 devel optional distcc_2.18.3-3.diff.gz
97be6fca91b157a037bd31f9bc3e3174 142046 devel optional distcc_2.18.3-3_i386.deb
f1a53bea4b940ccfe989281346a14c6a 35876 devel optional
distccmon-gnome_2.18.3-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDRDoo9/DnDzB9Vu0RAhcVAJ9Bf/RdjLhR2K1tLvxes7CwZaJxeACfT96V
jCZaJYVgHDoy+YSRpOKSXgo=
=wBBG
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]