Bug#306797: ifplugd: sometimes does not wait for initial interface configuration to finish before booting continues

2008-03-06 Thread Y Giridhar Appaji Nag
# Bcc: control
severity 306797 normal
thanks

Hi Martin,

On 05/04/29 12:02 +0200, Martin Steigerwald said ...
> Am Donnerstag 28 April 2005 18:57 schrieb Oliver Kurth:
> > Well, this is not a bug. ifplugd's purpose is to run as a daemon, and
> > bring up an interface whenever you plug in a cable. This means your
> > setup should also work when you boot your laptop without a cable plugged
> 
> hmmm, of course. Now I remember placing some chrony script 
> in /etc/network/if-up.d in order to switch chrony online when a network is 
> detected on my private laptop.
> 
> But still I do not understand why usually /etc/init.d/ifplugd waits until 
> ifup 
> has finished the interface configuration and sometimes it does not. Given 
> your explaination it shouldn't wait at all or when "-w" is given not longer 

If there is a script in /etc/network/if-up.d and the cable is present,
that would be executed post link detection because ifplugd would do an
ifup on the interface.  I am guessing there may have been a difference
in the packages installed on the two machines, hence the behaviour.  The
bug is quite old, but I am hoping we would be able to figure this out
with more information.  I am lowering the priority of this bug to
normal.

> Well it seems this issue really needs some thought. Probably it would be good 
> to file bug reports for network service related packages that have 
> no /etc/init.d/if-up.d and /etc/init.d/if-down.d scripts that operate well 
> with the usual boot sequence init script calling procedure. 

Yes, and over time packages seem to supply scripts there.

Cheers,

Giridhar

-- 
Y Giridhar Appaji Nag | http://www.appaji.net/


signature.asc
Description: Digital signature


Processed: Re: Bug#306797: ifplugd: sometimes does not wait for initial interface configuration to finish before booting continues

2008-03-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Bcc: control
> severity 306797 normal
Bug#306797: ifplugd: sometimes does not wait for initial interface 
configuration to finish before booting continues
Severity set to `normal' from `important'

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: ifplugd: poor system responsiveness and jerkiness

2008-03-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> merge 318046 402730
Bug#318046: ifplugd: poor system responsiveness and jerkiness when used with 
ifrename and hotplug
Bug#402730: ifplugd: Interrupts the system when running on non existent 
interface
Bug#404955: ifplugd: Starts daemon even for non-existing static interfaces
Bug#407093: ifplugd: causes high system load
Merged 318046 402730 404955 407093.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#40137: FontFolio 11 for 187, Pc or mac at 86% discoun+

2008-03-06 Thread Sonny Obrien
videostudio 11.0 plus - 39
visual studio 2005 professional edition - 149
cdmenupro 6.23 biz edition - 39
nero 7 premium - 39
parallels desktop 3.0 for mac - 29
partition manager 9 Pro - 39
photoimpact 12 - 79
aliasstudio 2008 - 109
*
put *xp4less . com* !n your !nternet Exp1orer
Take away * before you put !n your !nternet Exp1orer
*
The prolonged deployment of NATO troops in Afghanistan has sparked debate in 
Europe about the alliance's ultimate mission. Some European lawmakers question 
the purpose of sending European forces to fight a war far from home.
In Highland Peru, a Culture Confronts Blight
For second-generation Indian Americans, returning to their parents' home 
country can be a cultural odyssey. As the Indian economy booms, however, there 
are other reasons to return to their roots. The country that many of their 
parents fled for lack of opportunity now needs their skills.
The 'Beatles' Yogi Became a Billionaire



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#368797: marked as done (/etc/init.d/ifplugd should shebang /bin/sh)

2008-03-06 Thread Debian Bug Tracking System

Your message dated Thu, 06 Mar 2008 20:47:12 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#368797: fixed in ifplugd 0.28-5
has caused the Debian Bug report #368797,
regarding /etc/init.d/ifplugd should shebang /bin/sh
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.)


-- 
368797: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=368797
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ifplugd
Version: 0.26-2
Severity: normal
Tags: patch


/etc/init.d/ifplugd specifies /bin/bash on the shebang. However there
are no bashisms in the script. It would be better to cater for people
who install another POISX compatible shell at /bin/sh and specify  that
in the file.

Mark

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (400, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.16.1
Locale: LANG=en_GB, LC_CTYPE=iso_8859_1 (charmap=ISO-8859-1) (ignored: LC_ALL 
set to en_GB)

Versions of packages ifplugd depends on:
ii  debconf   1.4.30.13  Debian configuration management sy
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libdaemon00.7-1  lightweight C library for daemons

-- debconf information:
* ifplugd/interfaces: eth0
* ifplugd/hotplug_interfaces:
* ifplugd/args: -q -f -u0 -d10 -w -I
  ifplugd/suspend_action: stop
--- /etc/init.d/ifplugd 2004-12-21 22:58:53.0 +
+++ /tmp/ifplugd2006-05-24 23:44:54.0 +0100
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # $Id: ifplugd.init.in 43 2003-09-13 11:25:11Z lennart $
 
 # This file is part of ifplugd.
--- End Message ---
--- Begin Message ---
Source: ifplugd
Source-Version: 0.28-5

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

ifplugd_0.28-5.diff.gz
  to pool/main/i/ifplugd/ifplugd_0.28-5.diff.gz
ifplugd_0.28-5.dsc
  to pool/main/i/ifplugd/ifplugd_0.28-5.dsc
ifplugd_0.28-5_i386.deb
  to pool/main/i/ifplugd/ifplugd_0.28-5_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.
Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (supplier of updated ifplugd 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: Thu, 06 Mar 2008 08:46:28 +0530
Source: ifplugd
Binary: ifplugd
Architecture: source i386
Version: 0.28-5
Distribution: unstable
Urgency: low
Maintainer: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Changed-By: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Description: 
 ifplugd- A configuration daemon for ethernet devices
Closes: 213910 360464 368797 393185 404955 414760 414888 418918 452184 457827 
458193 460304
Changes: 
 ifplugd (0.28-5) unstable; urgency=low
 .
   * Adopted by Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (Closes: #452184)
   * Add Homepage: and Vcs-*: to debian/control
   * Thanks for updated/new debconf translations:
 + Dutch: "cobaco (aka Bart Cornelis)" <[EMAIL PROTECTED]>
   (Closes: #414760)
 + Japanese: TANAKA Atushi <[EMAIL PROTECTED]> (Closes: #414888)
 + Basque: Piarres Beobide <[EMAIL PROTECTED]> (Closes: #457827)
 + Italian: Luca Monducci <[EMAIL PROTECTED]> (Closes: #458193)
 + Finnish: "Esko Arajärvi" <[EMAIL PROTECTED]> (Closes: #460304)
   * Remove lynx-ssl from Build-Depends, it is provided by lynx now.
   * In config.status target, save files modified during build and restore them
 in the clean target.
   * Add autotools-dev to Build-Depends:
   * Fix lintian W: debian-rules-ignores-make-clean-error
   * Correct path to the config file (Closes: #393185)
   * On upgrade, remove exec bit from /etc/udev/ifplugd.rules (Closes: #418918)
   * Bump up Standards-Version to 3.7.3, update debian/copyright for 3.7.3
   * Update debian/compat to 5, change Build-Depends debhelper version to >= 5
   * Add help text to the ifplugd/args debconf template (Closes: #213910)
   * debian/patches
 + Patch 01_loff_t_dev_t_conflict - Fix for #451432
 + Patch 02_manpage_paths_and_typos to fix paths, typos and lintian W:
   hyphen-used-as-minus-sign in manpages and doc
   * pass --disable-subve

Bug#319727: marked as done (debconf questions are not useful)

2008-03-06 Thread Debian Bug Tracking System

Your message dated Thu, 06 Mar 2008 20:47:12 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#213910: fixed in ifplugd 0.28-5
has caused the Debian Bug report #213910,
regarding debconf questions are not useful
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.)


-- 
213910: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=213910
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ifplugd
Version: 0.26-2
Severity: normal

When installing ifplugd, it asks debconf questions.  One of those is
"You can give arguments to the ifplug daemon here. See the manpage for
a description or call ifplugd -h."

Only, at this point, the package isn't unpacked yet, so there is no
manual to read or binary to run.  

Please either make the debconf question usable without any outside
reference (so that it's useful for newbies), or remove the question
altogether.  Right now there's no advantage over manual config file
editing at all.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.10
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages ifplugd depends on:
ii  debconf 1.4.51   Debian configuration management sy
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libdaemon0  0.8-1lightweight C library for daemons

Versions of packages ifplugd recommends:
ii  ifupdown  0.6.7  high level tools to configure netw

-- debconf information:
* ifplugd/interfaces: eth0
* ifplugd/hotplug_interfaces:
* ifplugd/args: -q -f -u0 -d10 -w -I
  ifplugd/suspend_action: stop

--- End Message ---
--- Begin Message ---
Source: ifplugd
Source-Version: 0.28-5

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

ifplugd_0.28-5.diff.gz
  to pool/main/i/ifplugd/ifplugd_0.28-5.diff.gz
ifplugd_0.28-5.dsc
  to pool/main/i/ifplugd/ifplugd_0.28-5.dsc
ifplugd_0.28-5_i386.deb
  to pool/main/i/ifplugd/ifplugd_0.28-5_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.
Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (supplier of updated ifplugd 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: Thu, 06 Mar 2008 08:46:28 +0530
Source: ifplugd
Binary: ifplugd
Architecture: source i386
Version: 0.28-5
Distribution: unstable
Urgency: low
Maintainer: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Changed-By: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Description: 
 ifplugd- A configuration daemon for ethernet devices
Closes: 213910 360464 368797 393185 404955 414760 414888 418918 452184 457827 
458193 460304
Changes: 
 ifplugd (0.28-5) unstable; urgency=low
 .
   * Adopted by Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (Closes: #452184)
   * Add Homepage: and Vcs-*: to debian/control
   * Thanks for updated/new debconf translations:
 + Dutch: "cobaco (aka Bart Cornelis)" <[EMAIL PROTECTED]>
   (Closes: #414760)
 + Japanese: TANAKA Atushi <[EMAIL PROTECTED]> (Closes: #414888)
 + Basque: Piarres Beobide <[EMAIL PROTECTED]> (Closes: #457827)
 + Italian: Luca Monducci <[EMAIL PROTECTED]> (Closes: #458193)
 + Finnish: "Esko Arajärvi" <[EMAIL PROTECTED]> (Closes: #460304)
   * Remove lynx-ssl from Build-Depends, it is provided by lynx now.
   * In config.status target, save files modified during build and restore them
 in the clean target.
   * Add autotools-dev to Build-Depends:
   * Fix lintian W: debian-rules-ignores-make-clean-error
   * Correct path to the config file (Closes: #393185)
   * On upgrade, remove exec bit from /etc/udev/ifplugd.rules (Closes: #418918)
   * Bump up Standards-Version to 3.7.3, update debian/copyright for 3.7.3
   * Update debian/compat to 5, change Build-Depends debhelper version to >= 5
   * Add help text to the ifplugd/args debconf template (Closes: #213910)
   * debian/patches
 + Patch 01_loff_t_dev_t_conflict - Fix for #451432
 + Patch 02_manpage_paths_an

Bug#404955: marked as done (ifplugd: Starts daemon even for non-existing static interfaces)

2008-03-06 Thread Debian Bug Tracking System

Your message dated Thu, 06 Mar 2008 20:47:12 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#404955: fixed in ifplugd 0.28-5
has caused the Debian Bug report #404955,
regarding ifplugd: Starts daemon even for non-existing static interfaces
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.)


-- 
404955: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=404955
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ifplugd
Version: 0.28-2.1
Severity: normal

Init script /etc/init.d/ifplugd starts daemons for non-existing static
interfaces, if they have been defined in /etc/default/ifplugd or given
as command line arguments for /etc/init.d/ifplugd. I suggest applying
the attached patch.

It may usually be user's fault, if he/she defines non-existing interface
names, but there is another point of view. In my laptop I need to start
the ifplugd for my hotpluggable PCMCIA ethernet interface (eth0) during
a boot. By defining eth0 only as HOTPLUG_INTERFACE does not bring it up
in boot; only until I remove the PCMCIA card and plug it in again the
interface eth0 is brought up. Hence I want to define eth0 both as static
and hotplugged interface (with ifplugd's debconf) so that ifplugd is
running right after a boot. This works, but if PCMCIA card is not
plugged in during a boot (eth0 does not exist), the ifplugd daemon
is started anyway, which I think is wrong. The attached patch solves
this problem.

Or maybe ifplugd should check during a boot if hotpluggable interfaces
exist and start daemon for those automatically.


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-3-686
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)

Versions of packages ifplugd depends on:
ii  debconf [debconf-2.0]1.5.11  Debian configuration management sy
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libdaemon0   0.10-1  lightweight C library for daemons

Versions of packages ifplugd recommends:
ii  ifupdown  0.6.8  high level tools to configure netw

-- debconf information:
* ifplugd/interfaces:
* ifplugd/hotplug_interfaces: eth0
* ifplugd/args: -q -f -u0 -d10 -w -I -b
* ifplugd/suspend_action: stop
--- /etc/init.d/ifplugd 2006-12-09 15:20:34.0 +0200
+++ /etc/init.d/ifplugd-new 2006-12-29 17:14:30.0 +0200
@@ -66,6 +66,7 @@
 start)
 echo -n "Starting Network Interface Plugging Daemon:"
 for IF in $INTERFACES ; do
+grep --quiet $IF /proc/net/dev || continue
 IF1=$(echo $IF | sed "s/-/_/")
 A=$(eval echo \$\{ARGS_${IF1}\})
 [ -z "$A" ] && A="$ARGS"
--- End Message ---
--- Begin Message ---
Source: ifplugd
Source-Version: 0.28-5

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

ifplugd_0.28-5.diff.gz
  to pool/main/i/ifplugd/ifplugd_0.28-5.diff.gz
ifplugd_0.28-5.dsc
  to pool/main/i/ifplugd/ifplugd_0.28-5.dsc
ifplugd_0.28-5_i386.deb
  to pool/main/i/ifplugd/ifplugd_0.28-5_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.
Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (supplier of updated ifplugd 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: Thu, 06 Mar 2008 08:46:28 +0530
Source: ifplugd
Binary: ifplugd
Architecture: source i386
Version: 0.28-5
Distribution: unstable
Urgency: low
Maintainer: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Changed-By: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Description: 
 ifplugd- A configuration daemon for ethernet devices
Closes: 213910 360464 368797 393185 404955 414760 414888 418918 452184 457827 
458193 460304
Changes: 
 ifplugd (0.28-5) unstable; urgency=low
 .
   * Adopted by Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (Closes: #452184)
   * Add Homepage: and Vcs-*: to debian/control
   * Thanks for updated/new debconf translations:
 + Dutch: "cobaco (aka Bart Cornelis)" <[EMAIL PROTECTED]>
   (Closes

Bug#460304: marked as done ([INTL:fi] Finnish translation of the debconf templates)

2008-03-06 Thread Debian Bug Tracking System

Your message dated Thu, 06 Mar 2008 20:47:12 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#460304: fixed in ifplugd 0.28-5
has caused the Debian Bug report #460304,
regarding [INTL:fi] Finnish translation of the debconf templates
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.)


-- 
460304: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460304
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ifplugd
Severity: wishlist
Tags: l10n patch

Please include attached translation fi.po to the package.

Regards,
Esko Arajärvi
msgid ""
msgstr ""
"Project-Id-Version: ifplugd\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-24 07:23+0100\n"
"PO-Revision-Date: 2008-01-11 23:50+0200\n"
"Last-Translator: Esko Arajärvi <[EMAIL PROTECTED]>\n"
"Language-Team: Finnish <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Finnish\n"
"X-Poedit-Country: Finland\n"

#. Type: string
#. Description
#: ../ifplugd.templates:1001
msgid "static interfaces to be watched by ifplugd:"
msgstr "Staattiset liitännät, joita ifplugd kuuntelee:"

#. Type: string
#. Description
#: ../ifplugd.templates:1001
msgid "Specify the interfaces to control here, separated by spaces. Ifplugd processes will be started for each of these interfaces when the ifplugd initscript is called with the \"start\" argument. You may use the magic string \"auto\" to make the initscript start or stop ifplugd processes for ALL eth and wlan interfaces that are available according to /proc/net/dev.  Note that the list of interfaces appearing in /proc/net/dev may depend on which kernel modules you have loaded."
msgstr "Anna kontrolloitavat verkkoliitännät välilyönnein eroteltuina. Jokaista näistä liitännöistä varten käynnistetään ifplugd-prosessi, kun ifplugd-käynnistyskomentosarjaa kutsutaan argumentilla ”start”. Merkkijonolla ”auto” voit käskeä käynnistyskomentosarjaa käynnistämään ja pysäyttämään ifplugd-prosessit kaikkia tiedoston /proc/net/dev tuntemia eth- ja wlan-liitäntöjä varten."

#. Type: string
#. Description
#: ../ifplugd.templates:1001
msgid "You should not add interfaces that are hotplugged (USB or PCMCIA) here, you will be asked for those in the next question."
msgstr "Älä lisää tähän liitäntöjä, jotka toimivat pikaliitännällä (USB ja PCMCIA). Niitä kysytään seuraavassa kysymyksessä."

#. Type: string
#. Description
#: ../ifplugd.templates:2001
msgid "hotplugged interfaces to be watched by ifplugd:"
msgstr "Pikaliitännällä toimivat liitännät, joita ifplugd kuuntelee:"

#. Type: string
#. Description
#: ../ifplugd.templates:2001
msgid "Specify the hotplugged interfaces to control here, separated by spaces."
msgstr "Anna kontolloitavat pikaliitännät välilyönnein eroteltuina."

#. Type: string
#. Description
#: ../ifplugd.templates:2001
msgid "You may use the magic string \"all\" to make the hotplug script start an ifplugd process for any hotplugged interface."
msgstr "Merkkijonolla ”all” voit käskeä pikaliitäntäkomentosarjaa käynnistämään ifplugd-prosessin kaikille pikaliitännöille."

#. Type: string
#. Description
#: ../ifplugd.templates:2001
msgid "Hotplugged interfaces are usually interfaces on PCMCIA or WLAN adapters."
msgstr "Pikaliitännät ovat yleensä PCMCIA- tai WLAN-sovittimien liitäntöjä."

#. Type: string
#. Description
#: ../ifplugd.templates:3001
msgid "arguments to ifplugd:"
msgstr "Ifplugdin argumentit:"

#. Type: string
#. Description
#: ../ifplugd.templates:3001
msgid "You can give arguments to the ifplug daemon here. See the man page for a description or call ifplugd -h."
msgstr "Tässä voit antaa ifplug-taustaohjelmalle argumentteja. Katso kuvaus man-ohjesivulta tai aja komento ”ifplugd -h”."

#. Type: select
#. Choices
#: ../ifplugd.templates:4001
msgid "none"
msgstr "ei mitään"

#. Type: select
#. Choices
#: ../ifplugd.templates:4001
msgid "suspend"
msgstr "keskeytä"

#. Type: select
#. Choices
#: ../ifplugd.templates:4001
msgid "stop"
msgstr "pysäytä"

#. Type: select
#. Description
#: ../ifplugd.templates:4002
msgid "suspend behaviour:"
msgstr "Keskeytyskäyttäytyminen:"

#. Type: select
#. Description
#: ../ifplugd.templates:4002
msgid "When you put your notebook into suspend mode, you can choose between three actions:"
msgstr "Kun laitat kannettavan tietokoneesi keskeytystilaan, voit valita kolmesta toiminnosta:"

#. Type: select
#. Description
#: ../ifplugd.templates:4002
msgid "none: no action"
msgstr "ei mitään: ei toimintoa"

#. Type: select
#. Description
#: ../ifplugd.templates:4002
msgid "suspend: thi

Bug#407093: marked as done (ifplugd: causes high system load)

2008-03-06 Thread Debian Bug Tracking System

Your message dated Thu, 06 Mar 2008 20:47:12 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#404955: fixed in ifplugd 0.28-5
has caused the Debian Bug report #404955,
regarding ifplugd: causes high system load
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.)


-- 
404955: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=404955
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ifplugd
Version: 0.28-2.1
Severity: important


running ifplugd increases the load average by about 0.3 on an idle
system with no cable plugged in.  top doesn't show it using the CPU,
though.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages ifplugd depends on:
ii  debconf [debconf-2.0]1.5.11  Debian configuration management sy
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libdaemon0   0.10-1  lightweight C library for daemons

Versions of packages ifplugd recommends:
ii  ifupdown  0.6.8  high level tools to configure netw

-- debconf information:
  ifplugd/interfaces: eth0
  ifplugd/hotplug_interfaces: eth0
  ifplugd/args: -q -f -u0 -d10 -w -I
  ifplugd/suspend_action: stop

--- End Message ---
--- Begin Message ---
Source: ifplugd
Source-Version: 0.28-5

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

ifplugd_0.28-5.diff.gz
  to pool/main/i/ifplugd/ifplugd_0.28-5.diff.gz
ifplugd_0.28-5.dsc
  to pool/main/i/ifplugd/ifplugd_0.28-5.dsc
ifplugd_0.28-5_i386.deb
  to pool/main/i/ifplugd/ifplugd_0.28-5_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.
Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (supplier of updated ifplugd 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: Thu, 06 Mar 2008 08:46:28 +0530
Source: ifplugd
Binary: ifplugd
Architecture: source i386
Version: 0.28-5
Distribution: unstable
Urgency: low
Maintainer: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Changed-By: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Description: 
 ifplugd- A configuration daemon for ethernet devices
Closes: 213910 360464 368797 393185 404955 414760 414888 418918 452184 457827 
458193 460304
Changes: 
 ifplugd (0.28-5) unstable; urgency=low
 .
   * Adopted by Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (Closes: #452184)
   * Add Homepage: and Vcs-*: to debian/control
   * Thanks for updated/new debconf translations:
 + Dutch: "cobaco (aka Bart Cornelis)" <[EMAIL PROTECTED]>
   (Closes: #414760)
 + Japanese: TANAKA Atushi <[EMAIL PROTECTED]> (Closes: #414888)
 + Basque: Piarres Beobide <[EMAIL PROTECTED]> (Closes: #457827)
 + Italian: Luca Monducci <[EMAIL PROTECTED]> (Closes: #458193)
 + Finnish: "Esko Arajärvi" <[EMAIL PROTECTED]> (Closes: #460304)
   * Remove lynx-ssl from Build-Depends, it is provided by lynx now.
   * In config.status target, save files modified during build and restore them
 in the clean target.
   * Add autotools-dev to Build-Depends:
   * Fix lintian W: debian-rules-ignores-make-clean-error
   * Correct path to the config file (Closes: #393185)
   * On upgrade, remove exec bit from /etc/udev/ifplugd.rules (Closes: #418918)
   * Bump up Standards-Version to 3.7.3, update debian/copyright for 3.7.3
   * Update debian/compat to 5, change Build-Depends debhelper version to >= 5
   * Add help text to the ifplugd/args debconf template (Closes: #213910)
   * debian/patches
 + Patch 01_loff_t_dev_t_conflict - Fix for #451432
 + Patch 02_manpage_paths_and_typos to fix paths, typos and lintian W:
   hyphen-used-as-minus-sign in manpages and doc
   * pass --disable-subversion to configure script to prevent re-generating
 svn-revision.h and sneak in --disable-xmltoman also :)
   * debian/ifplugd.init has no bashisms, change /bin/bash to /bin/sh.  Thanks
 Mark Hindley <[EMAIL PRO

Bug#213910: marked as done (Debconf question about options points to possibly not-yet-existing documentation sources)

2008-03-06 Thread Debian Bug Tracking System

Your message dated Thu, 06 Mar 2008 20:47:12 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#213910: fixed in ifplugd 0.28-5
has caused the Debian Bug report #213910,
regarding Debconf question about options points to possibly not-yet-existing 
documentation sources
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.)


-- 
213910: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=213910
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ifplugd
Version: 0.15-1
Severity: normal

Hello,

debconf templates for ifplugd ask for what options should be passed to
it, and points to the manpage or to ifplugd --help for documentation.

However, since debconf is executed before unpacking the package, those
information sources might not be available.

I see three options:

 1) Copy the output of ifplugd --help to that debconf template, thus
providing the necessary documentation
 2) Leave ifplugd unconfigured and disabled, and tell the admin to edit
some file with the commandline options to enable it
 3) Expand the debconf templates, to allow configuring ifplugd in a
wizard-like manner, without needing to read the documentation at all

Good work with ifplugd!  I'm sorry I still haven't had time and
resources to hack on it as I had promised a lot of time ago :(

Bye,

Enrico

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux mitac 2.4.20 #2 mar dic 24 18:41:27 CET 2002 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages ifplugd depends on:
ii  libc6 2.3.2-8GNU C Library: Shared libraries an
ii  libdaemon00.2-1  lightweight C library for daemons

-- debconf information:
* ifplugd/interfaces: eth0
* ifplugd/args: -q -f -u0 -d10 -w -I
* ifplugd/suspend_action: stop


--- End Message ---
--- Begin Message ---
Source: ifplugd
Source-Version: 0.28-5

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

ifplugd_0.28-5.diff.gz
  to pool/main/i/ifplugd/ifplugd_0.28-5.diff.gz
ifplugd_0.28-5.dsc
  to pool/main/i/ifplugd/ifplugd_0.28-5.dsc
ifplugd_0.28-5_i386.deb
  to pool/main/i/ifplugd/ifplugd_0.28-5_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.
Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (supplier of updated ifplugd 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: Thu, 06 Mar 2008 08:46:28 +0530
Source: ifplugd
Binary: ifplugd
Architecture: source i386
Version: 0.28-5
Distribution: unstable
Urgency: low
Maintainer: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Changed-By: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Description: 
 ifplugd- A configuration daemon for ethernet devices
Closes: 213910 360464 368797 393185 404955 414760 414888 418918 452184 457827 
458193 460304
Changes: 
 ifplugd (0.28-5) unstable; urgency=low
 .
   * Adopted by Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (Closes: #452184)
   * Add Homepage: and Vcs-*: to debian/control
   * Thanks for updated/new debconf translations:
 + Dutch: "cobaco (aka Bart Cornelis)" <[EMAIL PROTECTED]>
   (Closes: #414760)
 + Japanese: TANAKA Atushi <[EMAIL PROTECTED]> (Closes: #414888)
 + Basque: Piarres Beobide <[EMAIL PROTECTED]> (Closes: #457827)
 + Italian: Luca Monducci <[EMAIL PROTECTED]> (Closes: #458193)
 + Finnish: "Esko Arajärvi" <[EMAIL PROTECTED]> (Closes: #460304)
   * Remove lynx-ssl from Build-Depends, it is provided by lynx now.
   * In config.status target, save files modified during build and restore them
 in the clean target.
   * Add autotools-dev to Build-Depends:
   * Fix lintian W: debian-rules-ignores-make-clean-error
   * Correct path to the config file (Closes: #393185)
   * On upgrade, remove exec bit from /etc/udev/ifplugd.rules (Closes: #418918)
   * Bump up Standards-Version to 3.7.3, update debian/copyright for 3.7.3
   * Update debian/compat to 5, change Build-Depends debhelper version to >= 5
   * Add help text to the ifplugd/args debconf template (Closes: #213910)
   * debian/patches
 + Patch 01_loff_t_dev_

Bug#318046: marked as done (ifplugd: poor system responsiveness and jerkiness when used with ifrename and hotplug)

2008-03-06 Thread Debian Bug Tracking System

Your message dated Thu, 06 Mar 2008 20:47:12 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#404955: fixed in ifplugd 0.28-5
has caused the Debian Bug report #404955,
regarding ifplugd: poor system responsiveness and jerkiness when used with 
ifrename and hotplug
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.)


-- 
404955: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=404955
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ifplugd
Version: 0.26-2
Severity: normal


i'm using ifrename to keep my interfaces in order on a laptop 
("squeak").  i'm also running hotplug on the same machine.

i initially configured ifplugd to act on all hotplugged interfaces, 
because i have a couple USB NICs that i plan to use in addition to the 
builtin e100, orinioco, and ieee1394 ports on squeak.

i'm using ifrename to keep the various builtin ports all named 
independently: e100 is supposed to be "wired", orinoco is supposed to be 
"wireless", and the ieee1394 is supposed to be "fw".

however, ifplugd seems to jump in and occasionally race ifrename for 
access to the device at boot time.  if ifplugd gets to the device first, 
ifrename actually cannot rename it.

The most frustrating part of this is that when the system is initialized
in this way, there are regular little hiccups in responsiveness.  about
once a second, the whole system freezes for a fraction of a second. 
it's not enough to get in the way of doing command-line work, but doing
interactive desktop stuff (like trying to target something with a 
mouse) is really annoying.

i resolved my problem simply by specifying 

HOTPLUG_INTERFACES=""

in /etc/default/ifplugd, instead of "all", as i had it initially
configured.

i think i've got this as repeatable behavior, except for the race 
condition between ifplugd and ifrename.  i'm happy to use my 
rig to experiment if it would help to make this problem go away, but i 
don't know enough to see how to fix this correctly myself.  hotplug, 
ifrename, and ifplugd are all awesome tools, and i want them to play
together nicely.

if i go ahead and set 

INTERFACES="wired wireless fw"

in /etc/default/ifplugd, they seem to work together smoothly, and the
system jerkiness is gone (though ifplugd won't work with any other
hotplugged interfaces in that case).  it's possible (though i'm not 
certain of this) that some of the ifplugd instances that are kicked off 
from the race condition with ifrename are actually looking at interfaces 
which no longer exist (because they've been renamed out from under 
ifplugd).  maybe that's what's causing the system hiccups?

let me know if i can provide more debugging information to help get this 
resolved.

Regards,

--dkg


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages ifplugd depends on:
ii  debconf 1.4.51   Debian configuration management sy
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libdaemon0  0.8-1lightweight C library for daemons

Versions of packages ifplugd recommends:
ii  ifupdown  0.6.7  high level tools to configure netw

-- debconf information:
* ifplugd/interfaces: wired
* ifplugd/hotplug_interfaces: all
* ifplugd/args: -q -f -u0 -d10 -w -I
  ifplugd/suspend_action: stop

--- End Message ---
--- Begin Message ---
Source: ifplugd
Source-Version: 0.28-5

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

ifplugd_0.28-5.diff.gz
  to pool/main/i/ifplugd/ifplugd_0.28-5.diff.gz
ifplugd_0.28-5.dsc
  to pool/main/i/ifplugd/ifplugd_0.28-5.dsc
ifplugd_0.28-5_i386.deb
  to pool/main/i/ifplugd/ifplugd_0.28-5_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.
Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (supplier of updated ifplugd 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 SIG

Bug#402730: marked as done (ifplugd: Interrupts the system when running on non existent interface)

2008-03-06 Thread Debian Bug Tracking System

Your message dated Thu, 06 Mar 2008 20:47:12 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#404955: fixed in ifplugd 0.28-5
has caused the Debian Bug report #404955,
regarding ifplugd: Interrupts the system when running on non existent interface
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.)


-- 
404955: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=404955
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ifplugd
Version: 0.28-2
Severity: normal


it is already mentioned in the manpage, that probing for link detection
on a non existent interface eg. a pcmcia card is suboptimal. Anyway if
i'm viewing DVD or use another 3D application as glxgears, I had to stop 
ifplugd on my system. Otherwise the image is jerkling every 1 second. I think 
ifplugd should not interrupt the system in such a way.

Bye Klaus


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.3
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages ifplugd depends on:
ii  debconf [debconf-2.0]1.5.8   Debian configuration management sy
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libdaemon0   0.10-1  lightweight C library for daemons

Versions of packages ifplugd recommends:
ii  ifupdown  0.6.8  high level tools to configure netw

-- debconf information:
* ifplugd/interfaces: eth0 eth3
* ifplugd/hotplug_interfaces:
* ifplugd/args: -q -f -u0 -d10 -w -I
  ifplugd/suspend_action: stop

--- End Message ---
--- Begin Message ---
Source: ifplugd
Source-Version: 0.28-5

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

ifplugd_0.28-5.diff.gz
  to pool/main/i/ifplugd/ifplugd_0.28-5.diff.gz
ifplugd_0.28-5.dsc
  to pool/main/i/ifplugd/ifplugd_0.28-5.dsc
ifplugd_0.28-5_i386.deb
  to pool/main/i/ifplugd/ifplugd_0.28-5_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.
Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (supplier of updated ifplugd 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: Thu, 06 Mar 2008 08:46:28 +0530
Source: ifplugd
Binary: ifplugd
Architecture: source i386
Version: 0.28-5
Distribution: unstable
Urgency: low
Maintainer: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Changed-By: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Description: 
 ifplugd- A configuration daemon for ethernet devices
Closes: 213910 360464 368797 393185 404955 414760 414888 418918 452184 457827 
458193 460304
Changes: 
 ifplugd (0.28-5) unstable; urgency=low
 .
   * Adopted by Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (Closes: #452184)
   * Add Homepage: and Vcs-*: to debian/control
   * Thanks for updated/new debconf translations:
 + Dutch: "cobaco (aka Bart Cornelis)" <[EMAIL PROTECTED]>
   (Closes: #414760)
 + Japanese: TANAKA Atushi <[EMAIL PROTECTED]> (Closes: #414888)
 + Basque: Piarres Beobide <[EMAIL PROTECTED]> (Closes: #457827)
 + Italian: Luca Monducci <[EMAIL PROTECTED]> (Closes: #458193)
 + Finnish: "Esko Arajärvi" <[EMAIL PROTECTED]> (Closes: #460304)
   * Remove lynx-ssl from Build-Depends, it is provided by lynx now.
   * In config.status target, save files modified during build and restore them
 in the clean target.
   * Add autotools-dev to Build-Depends:
   * Fix lintian W: debian-rules-ignores-make-clean-error
   * Correct path to the config file (Closes: #393185)
   * On upgrade, remove exec bit from /etc/udev/ifplugd.rules (Closes: #418918)
   * Bump up Standards-Version to 3.7.3, update debian/copyright for 3.7.3
   * Update debian/compat to 5, change Build-Depends debhelper version to >= 5
   * Add help text to the ifplugd/args debconf template (Closes: #213910)
   * debian/patches
 + Patch 01_loff_t_dev_t_conflict - Fix for #451432
 + Patch 02_manpage_paths_and_typos to fix paths, typos and lintian W:
   hyphen-used-as-minus-sign in manpages and doc
   * pass --

Bug#393185: marked as done (ifplugd.8.gz: name of default file wrong)

2008-03-06 Thread Debian Bug Tracking System

Your message dated Thu, 06 Mar 2008 20:47:12 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#393185: fixed in ifplugd 0.28-5
has caused the Debian Bug report #393185,
regarding ifplugd.8.gz: name of default file wrong
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.)


-- 
393185: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393185
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ifplugd
Version: 0.28-2
Severity: minor
File: /usr/share/man/man8/ifplugd.8.gz

Man page (and several other places in your documentation!) says
   /etc/default/ifplugd.conf
but the file is /etc/default/ifplugd

By the way, in /etc/default/ifplugd, this
cat /proc/net/dev | awk '{ print $1 }' | egrep '^(eth|wlan)' | cut -d: -f1
could be made into one perl or awk line, instead of using four programs.

P.S., /usr/share/doc/ifplugd/README.gz contains some items that belong
in NEWS.

--- End Message ---
--- Begin Message ---
Source: ifplugd
Source-Version: 0.28-5

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

ifplugd_0.28-5.diff.gz
  to pool/main/i/ifplugd/ifplugd_0.28-5.diff.gz
ifplugd_0.28-5.dsc
  to pool/main/i/ifplugd/ifplugd_0.28-5.dsc
ifplugd_0.28-5_i386.deb
  to pool/main/i/ifplugd/ifplugd_0.28-5_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.
Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (supplier of updated ifplugd 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: Thu, 06 Mar 2008 08:46:28 +0530
Source: ifplugd
Binary: ifplugd
Architecture: source i386
Version: 0.28-5
Distribution: unstable
Urgency: low
Maintainer: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Changed-By: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Description: 
 ifplugd- A configuration daemon for ethernet devices
Closes: 213910 360464 368797 393185 404955 414760 414888 418918 452184 457827 
458193 460304
Changes: 
 ifplugd (0.28-5) unstable; urgency=low
 .
   * Adopted by Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (Closes: #452184)
   * Add Homepage: and Vcs-*: to debian/control
   * Thanks for updated/new debconf translations:
 + Dutch: "cobaco (aka Bart Cornelis)" <[EMAIL PROTECTED]>
   (Closes: #414760)
 + Japanese: TANAKA Atushi <[EMAIL PROTECTED]> (Closes: #414888)
 + Basque: Piarres Beobide <[EMAIL PROTECTED]> (Closes: #457827)
 + Italian: Luca Monducci <[EMAIL PROTECTED]> (Closes: #458193)
 + Finnish: "Esko Arajärvi" <[EMAIL PROTECTED]> (Closes: #460304)
   * Remove lynx-ssl from Build-Depends, it is provided by lynx now.
   * In config.status target, save files modified during build and restore them
 in the clean target.
   * Add autotools-dev to Build-Depends:
   * Fix lintian W: debian-rules-ignores-make-clean-error
   * Correct path to the config file (Closes: #393185)
   * On upgrade, remove exec bit from /etc/udev/ifplugd.rules (Closes: #418918)
   * Bump up Standards-Version to 3.7.3, update debian/copyright for 3.7.3
   * Update debian/compat to 5, change Build-Depends debhelper version to >= 5
   * Add help text to the ifplugd/args debconf template (Closes: #213910)
   * debian/patches
 + Patch 01_loff_t_dev_t_conflict - Fix for #451432
 + Patch 02_manpage_paths_and_typos to fix paths, typos and lintian W:
   hyphen-used-as-minus-sign in manpages and doc
   * pass --disable-subversion to configure script to prevent re-generating
 svn-revision.h and sneak in --disable-xmltoman also :)
   * debian/ifplugd.init has no bashisms, change /bin/bash to /bin/sh.  Thanks
 Mark Hindley <[EMAIL PROTECTED]> (Closes: #368797)
   * Don't start daemon for for non-existing static interfaces.  Thanks Teemu
 Likonen <[EMAIL PROTECTED]> (Closes: #404955)
   * Remove /etc/hotplug.d/net/ifplugd.hotplug on upgrade (Closes: #360464)
   * Since we build only one binary package, remove ifplugd prefix from files
 used by debhelper.
   * Added manpages file with ifplugd.conf.5, ifplugd.8 and ifplugstatus.8.
 Use this instead of passing an argument to dh_installman.
   * Add a version 3 debian/watch file.
Files: 

Bug#461395: marked as done (Does not remove ifplugd.hotplug on package upgrades)

2008-03-06 Thread Debian Bug Tracking System

Your message dated Thu, 06 Mar 2008 20:47:12 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#360464: fixed in ifplugd 0.28-5
has caused the Debian Bug report #360464,
regarding Does not remove ifplugd.hotplug on package upgrades
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.)


-- 
360464: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=360464
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ifplugd
Severity: important

Hi,

today I found that I had a file /etc/hotplug.d/net/ifplugd.hotplug
laying around on my system.
The problem is, that ifplugd stopped shipping this file, but didn't
correctly remove it on package upgrades.
See [1] how to do that correctly.

Cheers,
Michael 

[1] http://wiki.debian.org/DpkgConffileHandling


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.23.14
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 ifplugd depends on:
ii  debconf [debconf-2.0] 1.5.18 Debian configuration management sy
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libdaemon00.12-1 lightweight C library for daemons 

Versions of packages ifplugd recommends:
ii  ifupdown  0.6.8  high level tools to configure netw


--- End Message ---
--- Begin Message ---
Source: ifplugd
Source-Version: 0.28-5

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

ifplugd_0.28-5.diff.gz
  to pool/main/i/ifplugd/ifplugd_0.28-5.diff.gz
ifplugd_0.28-5.dsc
  to pool/main/i/ifplugd/ifplugd_0.28-5.dsc
ifplugd_0.28-5_i386.deb
  to pool/main/i/ifplugd/ifplugd_0.28-5_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.
Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (supplier of updated ifplugd 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: Thu, 06 Mar 2008 08:46:28 +0530
Source: ifplugd
Binary: ifplugd
Architecture: source i386
Version: 0.28-5
Distribution: unstable
Urgency: low
Maintainer: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Changed-By: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Description: 
 ifplugd- A configuration daemon for ethernet devices
Closes: 213910 360464 368797 393185 404955 414760 414888 418918 452184 457827 
458193 460304
Changes: 
 ifplugd (0.28-5) unstable; urgency=low
 .
   * Adopted by Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (Closes: #452184)
   * Add Homepage: and Vcs-*: to debian/control
   * Thanks for updated/new debconf translations:
 + Dutch: "cobaco (aka Bart Cornelis)" <[EMAIL PROTECTED]>
   (Closes: #414760)
 + Japanese: TANAKA Atushi <[EMAIL PROTECTED]> (Closes: #414888)
 + Basque: Piarres Beobide <[EMAIL PROTECTED]> (Closes: #457827)
 + Italian: Luca Monducci <[EMAIL PROTECTED]> (Closes: #458193)
 + Finnish: "Esko Arajärvi" <[EMAIL PROTECTED]> (Closes: #460304)
   * Remove lynx-ssl from Build-Depends, it is provided by lynx now.
   * In config.status target, save files modified during build and restore them
 in the clean target.
   * Add autotools-dev to Build-Depends:
   * Fix lintian W: debian-rules-ignores-make-clean-error
   * Correct path to the config file (Closes: #393185)
   * On upgrade, remove exec bit from /etc/udev/ifplugd.rules (Closes: #418918)
   * Bump up Standards-Version to 3.7.3, update debian/copyright for 3.7.3
   * Update debian/compat to 5, change Build-Depends debhelper version to >= 5
   * Add help text to the ifplugd/args debconf template (Closes: #213910)
   * debian/patches
 + Patch 01_loff_t_dev_t_conflict - Fix for #451432
 + Patch 02_manpage_paths_and_typos to fix paths, typos and lintian W:
   hyphen-used-as-minus-sign in manpages and doc
   * pass --disable-subversion to configure script to prevent re-generating
 svn-revision.h and sneak in --disable-xmltoman also :)
   * debian/ifplugd.init has no bashisms, change /bin/bash to /bin/sh.  Thanks
 M

Bug#457827: marked as done (ifplugd: [INTL:eu]debconf templates basque translation)

2008-03-06 Thread Debian Bug Tracking System

Your message dated Thu, 06 Mar 2008 20:47:12 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#457827: fixed in ifplugd 0.28-5
has caused the Debian Bug report #457827,
regarding ifplugd: [INTL:eu]debconf templates basque translation
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.)


-- 
457827: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=457827
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ifplugd
Severity: wishlist
Tags: patch l10n

Hi

Attached ifplugd debconf templates basque translation, please commit it.

thx


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21
Locale: LANG=eu_ES.UTF-8, LC_CTYPE=eu_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ifplugd depends on:
ii  debconf [debconf-2.0] 1.5.17 Debian configuration management sy
ii  libc6 2.7-5  GNU C Library: Shared libraries
ii  libdaemon00.12-0.1   lightweight C library for daemons

Versions of packages ifplugd recommends:
ii  ifupdown  0.6.8  high level tools to configure netw
# translation of ifplugd-eu.po to Euskara
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
# Piarres Beobide <[EMAIL PROTECTED]>, 2007.
msgid ""
msgstr ""
"Project-Id-Version: ifplugd-eu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-24 07:23+0100\n"
"PO-Revision-Date: 2007-12-26 12:09+0100\n"
"Last-Translator: Piarres Beobide <[EMAIL PROTECTED]>\n"
"Language-Team: Euskara <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"

#. Type: string
#. Description
#: ../ifplugd.templates:1001
msgid "static interfaces to be watched by ifplugd:"
msgstr "ifplugd -ek begiratu behar dituen interfaze estatikoak:"

#. Type: string
#. Description
#: ../ifplugd.templates:1001
msgid "Specify the interfaces to control here, separated by spaces. Ifplugd 
processes will be started for each of these interfaces when the ifplugd 
initscript is called with the \"start\" argument. You may use the magic string 
\"auto\" to make the initscript start or stop ifplugd processes for ALL eth and 
wlan interfaces that are available according to /proc/net/dev.  Note that the 
list of interfaces appearing in /proc/net/dev may depend on which kernel 
modules you have loaded."
msgstr "Ezarri kontrolatu behar diren interfazeak hemen zuriunez berezirik. 
Ifplugd prozesua interfaze hauetako bakoitzarentzat abiaraziko da ifplugd 
abiarazte script-a \"start\" argumentuaz exekutatzean. \"auto\" kate magikoa 
erabili dezakezu abiarazte programak /proc/net/dev-en agertzen diren eth eta 
wlan interfaze guztiak kontutan har ditzan. Kontutan izan /proc/net/dev-en 
agertzen diren interfaze zerrenda kargaturik dituzun kernel moduluen arabera 
aldatu daitekeela."

#. Type: string
#. Description
#: ../ifplugd.templates:1001
msgid "You should not add interfaces that are hotplugged (USB or PCMCIA) here, 
you will be asked for those in the next question."
msgstr "Ez dituzu martxan konektatzen diren interfazeak /USB edo PCMCIA) hemen 
jarri behar, horietaz aurrerago galdetuko zaizu."

#. Type: string
#. Description
#: ../ifplugd.templates:2001
msgid "hotplugged interfaces to be watched by ifplugd:"
msgstr "Ifplugd-ek begiratu behar dituen martxan konektatzen diren interfazeak:"

#. Type: string
#. Description
#: ../ifplugd.templates:2001
msgid "Specify the hotplugged interfaces to control here, separated by spaces."
msgstr "Martxan konektatzen diren interfazeak hemen ezarri zuriunez bereizirik."

#. Type: string
#. Description
#: ../ifplugd.templates:2001
msgid "You may use the magic string \"all\" to make the hotplug script start an 
ifplugd process for any hotplugged interface."
msgstr "\"all\" kate magikoa erabili beharko duzu makina martxan dagoenean 
interfaze bat konektatzen hotplug script-ak ifplugd prozesu bat abiarazi dezan."

#. Type: string
#. Desc

Bug#458193: marked as done (ifplugd: [INTL:it] Italian debconf templates translation)

2008-03-06 Thread Debian Bug Tracking System

Your message dated Thu, 06 Mar 2008 20:47:12 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458193: fixed in ifplugd 0.28-5
has caused the Debian Bug report #458193,
regarding ifplugd: [INTL:it] Italian debconf templates translation
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.)


-- 
458193: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458193
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ifplugd
Severity: wishlist
Tags: l10n, patch

Hello,
please add the Italian debconf templates translation (attached).

Regards,
 Luca

it.po
Description: Binary data
--- End Message ---
--- Begin Message ---
Source: ifplugd
Source-Version: 0.28-5

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

ifplugd_0.28-5.diff.gz
  to pool/main/i/ifplugd/ifplugd_0.28-5.diff.gz
ifplugd_0.28-5.dsc
  to pool/main/i/ifplugd/ifplugd_0.28-5.dsc
ifplugd_0.28-5_i386.deb
  to pool/main/i/ifplugd/ifplugd_0.28-5_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.
Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (supplier of updated ifplugd 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: Thu, 06 Mar 2008 08:46:28 +0530
Source: ifplugd
Binary: ifplugd
Architecture: source i386
Version: 0.28-5
Distribution: unstable
Urgency: low
Maintainer: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Changed-By: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Description: 
 ifplugd- A configuration daemon for ethernet devices
Closes: 213910 360464 368797 393185 404955 414760 414888 418918 452184 457827 
458193 460304
Changes: 
 ifplugd (0.28-5) unstable; urgency=low
 .
   * Adopted by Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (Closes: #452184)
   * Add Homepage: and Vcs-*: to debian/control
   * Thanks for updated/new debconf translations:
 + Dutch: "cobaco (aka Bart Cornelis)" <[EMAIL PROTECTED]>
   (Closes: #414760)
 + Japanese: TANAKA Atushi <[EMAIL PROTECTED]> (Closes: #414888)
 + Basque: Piarres Beobide <[EMAIL PROTECTED]> (Closes: #457827)
 + Italian: Luca Monducci <[EMAIL PROTECTED]> (Closes: #458193)
 + Finnish: "Esko Arajärvi" <[EMAIL PROTECTED]> (Closes: #460304)
   * Remove lynx-ssl from Build-Depends, it is provided by lynx now.
   * In config.status target, save files modified during build and restore them
 in the clean target.
   * Add autotools-dev to Build-Depends:
   * Fix lintian W: debian-rules-ignores-make-clean-error
   * Correct path to the config file (Closes: #393185)
   * On upgrade, remove exec bit from /etc/udev/ifplugd.rules (Closes: #418918)
   * Bump up Standards-Version to 3.7.3, update debian/copyright for 3.7.3
   * Update debian/compat to 5, change Build-Depends debhelper version to >= 5
   * Add help text to the ifplugd/args debconf template (Closes: #213910)
   * debian/patches
 + Patch 01_loff_t_dev_t_conflict - Fix for #451432
 + Patch 02_manpage_paths_and_typos to fix paths, typos and lintian W:
   hyphen-used-as-minus-sign in manpages and doc
   * pass --disable-subversion to configure script to prevent re-generating
 svn-revision.h and sneak in --disable-xmltoman also :)
   * debian/ifplugd.init has no bashisms, change /bin/bash to /bin/sh.  Thanks
 Mark Hindley <[EMAIL PROTECTED]> (Closes: #368797)
   * Don't start daemon for for non-existing static interfaces.  Thanks Teemu
 Likonen <[EMAIL PROTECTED]> (Closes: #404955)
   * Remove /etc/hotplug.d/net/ifplugd.hotplug on upgrade (Closes: #360464)
   * Since we build only one binary package, remove ifplugd prefix from files
 used by debhelper.
   * Added manpages file with ifplugd.conf.5, ifplugd.8 and ifplugstatus.8.
 Use this instead of passing an argument to dh_installman.
   * Add a version 3 debian/watch file.
Files: 
 dff5ba091afb47921cddc6849708c9c0 859 net optional ifplugd_0.28-5.dsc
 c13762ef88ed3891c8c450a4795e33ba 34481 net optional ifplugd_0.28-5.diff.gz
 5afaf9f468cf7236af015aa653270212 67386 net optional ifplugd_0.28-5_i386.deb

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

iD8DBQFH0FaHBxd0

Bug#414760: marked as done ([INTL:nl] Dutch po-debconf translation)

2008-03-06 Thread Debian Bug Tracking System

Your message dated Thu, 06 Mar 2008 20:47:12 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#414760: fixed in ifplugd 0.28-5
has caused the Debian Bug report #414760,
regarding [INTL:nl] Dutch po-debconf translation
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.)


-- 
414760: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414760
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ifplugd
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgpn5NMUKupuN.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: ifplugd
Source-Version: 0.28-5

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

ifplugd_0.28-5.diff.gz
  to pool/main/i/ifplugd/ifplugd_0.28-5.diff.gz
ifplugd_0.28-5.dsc
  to pool/main/i/ifplugd/ifplugd_0.28-5.dsc
ifplugd_0.28-5_i386.deb
  to pool/main/i/ifplugd/ifplugd_0.28-5_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.
Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (supplier of updated ifplugd 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: Thu, 06 Mar 2008 08:46:28 +0530
Source: ifplugd
Binary: ifplugd
Architecture: source i386
Version: 0.28-5
Distribution: unstable
Urgency: low
Maintainer: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Changed-By: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Description: 
 ifplugd- A configuration daemon for ethernet devices
Closes: 213910 360464 368797 393185 404955 414760 414888 418918 452184 457827 
458193 460304
Changes: 
 ifplugd (0.28-5) unstable; urgency=low
 .
   * Adopted by Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (Closes: #452184)
   * Add Homepage: and Vcs-*: to debian/control
   * Thanks for updated/new debconf translations:
 + Dutch: "cobaco (aka Bart Cornelis)" <[EMAIL PROTECTED]>
   (Closes: #414760)
 + Japanese: TANAKA Atushi <[EMAIL PROTECTED]> (Closes: #414888)
 + Basque: Piarres Beobide <[EMAIL PROTECTED]> (Closes: #457827)
 + Italian: Luca Monducci <[EMAIL PROTECTED]> (Closes: #458193)
 + Finnish: "Esko Arajärvi" <[EMAIL PROTECTED]> (Closes: #460304)
   * Remove lynx-ssl from Build-Depends, it is provided by lynx now.
   * In config.status target, save files modified during build and restore them
 in the clean target.
   * Add autotools-dev to Build-Depends:
   * Fix lintian W: debian-rules-ignores-make-clean-error
   * Correct path to the config file (Closes: #393185)
   * On upgrade, remove exec bit from /etc/udev/ifplugd.rules (Closes: #418918)
   * Bump up Standards-Version to 3.7.3, update debian/copyright for 3.7.3
   * Update debian/compat to 5, change Build-Depends debhelper version to >= 5
   * Add help text to the ifplugd/args debconf template (Closes: #213910)
   * debian/patches
 + Patch 01_loff_t_dev_t_conflict - Fix for #451432
 + Patch 02_manpage_paths_and_typos to fix paths, typos and lintian W:
   hyphen-used-as-minus-sign in manpages and doc
   * pass --disable-subversion to configure script to prevent re-generating
 svn-revision.h and sneak in --disable-xmltoman also :)
   * debian/ifplugd.init has no bashisms, change /bin/bash to /bin/sh.  Thanks
 Mark Hindley <[EMAIL PROTECTED]> (Closes: #368797)
   * Don't start daemon for for non-existing static interfaces.  Thanks Teemu
 Likonen <[EMAIL PROTECTED]> (Closes: #404955)
   * Remove /etc/hotplug.d/net/ifplugd.hotplug on upgrade (Closes: #360464)
   * Since we build only one binary package, remove ifp

Bug#414888: marked as done ([INTL:ja] Japanese po-debconf template translation)

2008-03-06 Thread Debian Bug Tracking System

Your message dated Thu, 06 Mar 2008 20:47:12 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#414888: fixed in ifplugd 0.28-5
has caused the Debian Bug report #414888,
regarding [INTL:ja] Japanese po-debconf template translation
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.)


-- 
414888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414888
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ifplugd
Version: 2.3
Severity: minor
Tags: l10n patch 

Hello

Please find attached Japanese debconf templates translation,
proofread by Japanese debian developpers and users.
 
This file should be put as debian/po/ja.po in your package build
tree.

Sincerely

TANAKA, Atushi



ja.po.gz
Description: Binary data
--- End Message ---
--- Begin Message ---
Source: ifplugd
Source-Version: 0.28-5

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

ifplugd_0.28-5.diff.gz
  to pool/main/i/ifplugd/ifplugd_0.28-5.diff.gz
ifplugd_0.28-5.dsc
  to pool/main/i/ifplugd/ifplugd_0.28-5.dsc
ifplugd_0.28-5_i386.deb
  to pool/main/i/ifplugd/ifplugd_0.28-5_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.
Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (supplier of updated ifplugd 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: Thu, 06 Mar 2008 08:46:28 +0530
Source: ifplugd
Binary: ifplugd
Architecture: source i386
Version: 0.28-5
Distribution: unstable
Urgency: low
Maintainer: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Changed-By: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Description: 
 ifplugd- A configuration daemon for ethernet devices
Closes: 213910 360464 368797 393185 404955 414760 414888 418918 452184 457827 
458193 460304
Changes: 
 ifplugd (0.28-5) unstable; urgency=low
 .
   * Adopted by Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (Closes: #452184)
   * Add Homepage: and Vcs-*: to debian/control
   * Thanks for updated/new debconf translations:
 + Dutch: "cobaco (aka Bart Cornelis)" <[EMAIL PROTECTED]>
   (Closes: #414760)
 + Japanese: TANAKA Atushi <[EMAIL PROTECTED]> (Closes: #414888)
 + Basque: Piarres Beobide <[EMAIL PROTECTED]> (Closes: #457827)
 + Italian: Luca Monducci <[EMAIL PROTECTED]> (Closes: #458193)
 + Finnish: "Esko Arajärvi" <[EMAIL PROTECTED]> (Closes: #460304)
   * Remove lynx-ssl from Build-Depends, it is provided by lynx now.
   * In config.status target, save files modified during build and restore them
 in the clean target.
   * Add autotools-dev to Build-Depends:
   * Fix lintian W: debian-rules-ignores-make-clean-error
   * Correct path to the config file (Closes: #393185)
   * On upgrade, remove exec bit from /etc/udev/ifplugd.rules (Closes: #418918)
   * Bump up Standards-Version to 3.7.3, update debian/copyright for 3.7.3
   * Update debian/compat to 5, change Build-Depends debhelper version to >= 5
   * Add help text to the ifplugd/args debconf template (Closes: #213910)
   * debian/patches
 + Patch 01_loff_t_dev_t_conflict - Fix for #451432
 + Patch 02_manpage_paths_and_typos to fix paths, typos and lintian W:
   hyphen-used-as-minus-sign in manpages and doc
   * pass --disable-subversion to configure script to prevent re-generating
 svn-revision.h and sneak in --disable-xmltoman also :)
   * debian/ifplugd.init has no bashisms, change /bin/bash to /bin/sh.  Thanks
 Mark Hindley <[EMAIL PROTECTED]> (Closes: #368797)
   * Don't start daemon for for non-existing static interfaces.  Thanks Teemu
 Likonen <[EMAIL PROTECTED]> (Closes: #404955)
   * Remove /etc/hotplug.d/net/ifplugd.hotplug on upgrade (Closes: #360464)
   * Since we build only one binary package, remove ifplugd prefix from files
 used by debhelper.
   * Added manpages file with ifplugd.conf.5, ifplugd.8 and ifplugstatus.8.
 Use this instead of passing an argument to dh_installman.
   * Add a version 3 debian/watch file.
Files: 
 dff5ba091afb47921cddc6849708c9c0 859 net optional ifplugd_0.28-5.dsc
 c13762ef88ed3891c8c45

Bug#360464: marked as done (ifplugd: leaves file after upgraded from sarge and purged)

2008-03-06 Thread Debian Bug Tracking System

Your message dated Thu, 06 Mar 2008 20:47:12 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#360464: fixed in ifplugd 0.28-5
has caused the Debian Bug report #360464,
regarding ifplugd: leaves file after upgraded from sarge and purged
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.)


-- 
360464: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=360464
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ifplugd
Version: 0.28-2

Hi, it's me, the friendly Debian package torturer again... :)

When I test the new version with piuparts, I get the following error:

1m49.2s ERROR: Package purging left files on system:
  /etc/hotplug.d
  /etc/hotplug.d/net
  /etc/hotplug.d/net/ifplugd.hotplug
owned by: ifplugd

This happens when installing the sarge version in a sarge chroot,
upgrading everything to etch, and then to sid, and then purging the
package. I didn't investigate to see what causes this. I'm attaching the
full piuparts log file, in the hopes that it helps debug things, sorry
about the size.

-- 
Perfectionism is a good way to kill a new project.


ifplugd_0.28-2.log.bz2
Description: application/bzip
--- End Message ---
--- Begin Message ---
Source: ifplugd
Source-Version: 0.28-5

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

ifplugd_0.28-5.diff.gz
  to pool/main/i/ifplugd/ifplugd_0.28-5.diff.gz
ifplugd_0.28-5.dsc
  to pool/main/i/ifplugd/ifplugd_0.28-5.dsc
ifplugd_0.28-5_i386.deb
  to pool/main/i/ifplugd/ifplugd_0.28-5_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.
Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (supplier of updated ifplugd 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: Thu, 06 Mar 2008 08:46:28 +0530
Source: ifplugd
Binary: ifplugd
Architecture: source i386
Version: 0.28-5
Distribution: unstable
Urgency: low
Maintainer: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Changed-By: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Description: 
 ifplugd- A configuration daemon for ethernet devices
Closes: 213910 360464 368797 393185 404955 414760 414888 418918 452184 457827 
458193 460304
Changes: 
 ifplugd (0.28-5) unstable; urgency=low
 .
   * Adopted by Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (Closes: #452184)
   * Add Homepage: and Vcs-*: to debian/control
   * Thanks for updated/new debconf translations:
 + Dutch: "cobaco (aka Bart Cornelis)" <[EMAIL PROTECTED]>
   (Closes: #414760)
 + Japanese: TANAKA Atushi <[EMAIL PROTECTED]> (Closes: #414888)
 + Basque: Piarres Beobide <[EMAIL PROTECTED]> (Closes: #457827)
 + Italian: Luca Monducci <[EMAIL PROTECTED]> (Closes: #458193)
 + Finnish: "Esko Arajärvi" <[EMAIL PROTECTED]> (Closes: #460304)
   * Remove lynx-ssl from Build-Depends, it is provided by lynx now.
   * In config.status target, save files modified during build and restore them
 in the clean target.
   * Add autotools-dev to Build-Depends:
   * Fix lintian W: debian-rules-ignores-make-clean-error
   * Correct path to the config file (Closes: #393185)
   * On upgrade, remove exec bit from /etc/udev/ifplugd.rules (Closes: #418918)
   * Bump up Standards-Version to 3.7.3, update debian/copyright for 3.7.3
   * Update debian/compat to 5, change Build-Depends debhelper version to >= 5
   * Add help text to the ifplugd/args debconf template (Closes: #213910)
   * debian/patches
 + Patch 01_loff_t_dev_t_conflict - Fix for #451432
 + Patch 02_manpage_paths_and_typos to fix paths, typos and lintian W:
   hyphen-used-as-minus-sign in manpages and doc
   * pass --disable-subversion to configure script to prevent re-generating
 svn-revision.h and sneak in --disable-xmltoman also :)
   * debian/ifplugd.init has no bashisms, change /bin/bash to /bin/sh.  Thanks
 Mark Hindley <[EMAIL PROTECTED]> (Closes: #368797)
   * Don't start daemon for for non-existing static interfaces.  Thanks Teemu
 Likonen <[EMAIL PROTECTED]> (Closes: #404955)
   * Remove /etc/hotplug.d/net/ifplugd.hotplug on upgrade (Closes: #360464)
   * Since we build only one binary package,

Bug#418918: marked as done (ifplugd.rules executable)

2008-03-06 Thread Debian Bug Tracking System

Your message dated Thu, 06 Mar 2008 20:47:12 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#418918: fixed in ifplugd 0.28-5
has caused the Debian Bug report #418918,
regarding ifplugd.rules executable
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.)


-- 
418918: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=418918
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ifplugd
Version: 0.28-2.3
Severity: normal

The udev rules file is executable, and shouldn't be.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ifplugd depends on:
ii  cdebconf [debconf-2.0]  0.115Debian Configuration Management Sy
ii  debconf [debconf-2.0]   1.5.13   Debian configuration management sy
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libdaemon0  0.10-1   lightweight C library for daemons

Versions of packages ifplugd recommends:
ii  ifupdown  0.6.8  high level tools to configure netw

-- debconf information excluded

-- 
see shy jo


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: ifplugd
Source-Version: 0.28-5

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

ifplugd_0.28-5.diff.gz
  to pool/main/i/ifplugd/ifplugd_0.28-5.diff.gz
ifplugd_0.28-5.dsc
  to pool/main/i/ifplugd/ifplugd_0.28-5.dsc
ifplugd_0.28-5_i386.deb
  to pool/main/i/ifplugd/ifplugd_0.28-5_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.
Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (supplier of updated ifplugd 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: Thu, 06 Mar 2008 08:46:28 +0530
Source: ifplugd
Binary: ifplugd
Architecture: source i386
Version: 0.28-5
Distribution: unstable
Urgency: low
Maintainer: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Changed-By: Y Giridhar Appaji Nag <[EMAIL PROTECTED]>
Description: 
 ifplugd- A configuration daemon for ethernet devices
Closes: 213910 360464 368797 393185 404955 414760 414888 418918 452184 457827 
458193 460304
Changes: 
 ifplugd (0.28-5) unstable; urgency=low
 .
   * Adopted by Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (Closes: #452184)
   * Add Homepage: and Vcs-*: to debian/control
   * Thanks for updated/new debconf translations:
 + Dutch: "cobaco (aka Bart Cornelis)" <[EMAIL PROTECTED]>
   (Closes: #414760)
 + Japanese: TANAKA Atushi <[EMAIL PROTECTED]> (Closes: #414888)
 + Basque: Piarres Beobide <[EMAIL PROTECTED]> (Closes: #457827)
 + Italian: Luca Monducci <[EMAIL PROTECTED]> (Closes: #458193)
 + Finnish: "Esko Arajärvi" <[EMAIL PROTECTED]> (Closes: #460304)
   * Remove lynx-ssl from Build-Depends, it is provided by lynx now.
   * In config.status target, save files modified during build and restore them
 in the clean target.
   * Add autotools-dev to Build-Depends:
   * Fix lintian W: debian-rules-ignores-make-clean-error
   * Correct path to the config file (Closes: #393185)
   * On upgrade, remove exec bit from /etc/udev/ifplugd.rules (Closes: #418918)
   * Bump up Standards-Version to 3.7.3, update debian/copyright for 3.7.3
   * Update debian/compat to 5, change Build-Depends debhelper version to >= 5
   * Add help text to the ifplugd/args debconf template (Closes: #213910)
   * debian/patches
 + Patch 01_loff_t_dev_t_conflict - Fix for #451432
 + Patch 02_manpage_paths_and_typos to fix paths, typos and lintian W:
   hyphen-used-as-minus-sign in manpages and doc
   * pass --disable-subversion to configure script to prevent re-generating
 svn-revision.h and sneak in --disable-xmltoman also :)
   * debian/ifplugd.init has no bashisms, change /bin/bash to /bin/sh.  Thanks
 Mark Hindley <[EMAIL PROTECTED]> (Closes: #368797)
   * Don't start daemon for

Processing of pyvorbis_1.3-2_i386.changes

2008-03-06 Thread Archive Administrator
pyvorbis_1.3-2_i386.changes uploaded successfully to localhost
along with the files:
  pyvorbis_1.3-2.dsc
  pyvorbis_1.3-2.diff.gz
  python-pyvorbis_1.3-2_i386.deb
  python-pyvorbis-dbg_1.3-2_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



pyvorbis_1.3-2_i386.changes ACCEPTED

2008-03-06 Thread Debian Installer

Accepted:
python-pyvorbis-dbg_1.3-2_i386.deb
  to pool/main/p/pyvorbis/python-pyvorbis-dbg_1.3-2_i386.deb
python-pyvorbis_1.3-2_i386.deb
  to pool/main/p/pyvorbis/python-pyvorbis_1.3-2_i386.deb
pyvorbis_1.3-2.diff.gz
  to pool/main/p/pyvorbis/pyvorbis_1.3-2.diff.gz
pyvorbis_1.3-2.dsc
  to pool/main/p/pyvorbis/pyvorbis_1.3-2.dsc


Override entries for your package:
python-pyvorbis-dbg_1.3-2_i386.deb - extra python
python-pyvorbis_1.3-2_i386.deb - optional python
pyvorbis_1.3-2.dsc - source interpreters

Announcing to [EMAIL PROTECTED]
Closing bugs: 469005 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



There is an ecard waiting for you.

2008-03-06 Thread patricia.banda

Come get your personal funny postcard. You'll bust a gut! http://70.223.198.5/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]