Bug#511557: memleak in apt-cache

2009-01-11 Thread George Danchev
Package: apt
Version: 0.7.20
Tags: patch

This fixes a small memory leak

diff -Naur apt-0.7.20.orig/cmdline/apt-cache.cc 
apt-0.7.20/cmdline/apt-cache.cc
--- apt-0.7.20.orig/cmdline/apt-cache.cc2009-01-12 09:30:46.0 
+0200
+++ apt-0.7.20/cmdline/apt-cache.cc 2009-01-12 09:34:03.0 +0200
@@ -929,6 +929,10 @@

}

+   delete Show;
+   delete Flags;
+   delete ShapeMap;
+
printf("}\n");
return true;
 }


-- 
pub 4096R/0E4BD0AB 2003-03-18 
diff -Naur apt-0.7.20.orig/cmdline/apt-cache.cc apt-0.7.20/cmdline/apt-cache.cc
--- apt-0.7.20.orig/cmdline/apt-cache.cc	2009-01-12 09:30:46.0 +0200
+++ apt-0.7.20/cmdline/apt-cache.cc	2009-01-12 09:34:03.0 +0200
@@ -929,6 +929,10 @@
   
}

+   delete Show;
+   delete Flags;
+   delete ShapeMap;   
+   
printf("}\n");
return true;
 }


Bug#511556: small memleak in indexcopy

2009-01-11 Thread George Danchev
Package: apt
Version: 0.7.20
Tags: patch

This should never happen because Release is always there, but anyway just in 
case it is not.

diff -Naur apt-0.7.20.orig/apt-pkg/indexcopy.cc 
apt-0.7.20/apt-pkg/indexcopy.cc
--- apt-0.7.20.orig/apt-pkg/indexcopy.cc2009-01-12 09:30:45.0 
+0200
+++ apt-0.7.20/apt-pkg/indexcopy.cc 2009-01-12 09:31:15.0 +0200
@@ -582,9 +582,10 @@
   string prefix = *I;

   // a Release.gpg without a Release should never happen
-  if(!FileExists(*I+"Release"))
+  if(!FileExists(*I+"Release")) {
+ delete MetaIndex;
 continue;
-
+  }

   // verify the gpg signature of "Release"
   // gpg --verify "*I+Release.gpg", "*I+Release"



-- 
pub 4096R/0E4BD0AB 2003-03-18 
diff -Naur apt-0.7.20.orig/apt-pkg/indexcopy.cc apt-0.7.20/apt-pkg/indexcopy.cc
--- apt-0.7.20.orig/apt-pkg/indexcopy.cc	2009-01-12 09:30:45.0 +0200
+++ apt-0.7.20/apt-pkg/indexcopy.cc	2009-01-12 09:31:15.0 +0200
@@ -582,9 +582,10 @@
   string prefix = *I; 
 
   // a Release.gpg without a Release should never happen
-  if(!FileExists(*I+"Release"))
+  if(!FileExists(*I+"Release")) {
+ delete MetaIndex;
 	 continue;
-
+  }
 
   // verify the gpg signature of "Release"
   // gpg --verify "*I+Release.gpg", "*I+Release"


Bug#510271: installation-report: Lenny on a Slug - eventual success after a few tries and some fixups

2009-01-11 Thread Martin Michlmayr
* Rick Thomas  [2009-01-12 02:22]:
>> d-i netcfg/get_hostname string debian
>> d-i netcfg/get_domain string example.org
...
>> d-i netcfg/get_ipaddress string 192.168.1.177
>> d-i netcfg/get_netmask string 255.255.255.0
>> d-i netcfg/get_gateway string 192.168.1.254
>> d-i netcfg/get_nameservers string 192.168.1.118 192.168.1.138 192.168.1.254
>> d-i netcfg/confirm_static boolean true
>> d-i netcfg/disable_dhcp boolean true
>> d-i netcfg/get_hostname string slug
>
> This doesn't make it any less of a bug, but it may put the behavior in a 
> different light.

Yes, it does - it means that there is no bug!

If you configure your NSLU2 in the Linksys firmware to use a static IP
address, then d-i will use the network values from that configuration,
including IP, nameserver, hostname and domain name.  As you can see,
it picks up the hostname properly ("slug", overwriting the default
"debian").  And you probably didn't set a domain name in the firmware,
otherwise it should have picked that up too.

If you send me a copy of your /dev/mtdblock1, I can verify whether you
set a domain name or not.

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#491997: Moving WHATSNEW.txt to samba-common

2009-01-11 Thread Christian Perrier
In this bug, we agreed to move files from samba to samba-common.

However, Steve suggested that the file should go in
/usr/share/doc/samba and not /usr.share/doc/samba-common.which
needs manual actions instea of simple debhelper changes.


I'm not entirely convinced of the need for this (users should expect
doc for package "foo" to be in /usr/share/doc/fooI don't really
see a strong reason to have the doc in another directory, even with a
simpler name).

Anyway, I'm ready to implement that move in experimental but only with
the simple solution involving debhelper, therefore in
/usr/share/doc/samba-common. Steve, if you object, you have to provide
the patch, then...:-)


-- 




signature.asc
Description: Digital signature


Bug#511466: pm-utils: pm-is-supported --suspend on powerpc iBook returns nothing

2009-01-11 Thread Tomáš Šafařík

And also I forgot:
~$ lshal | grep power_management
 power_management.can_hibernate = true  (bool)
 power_management.can_suspend = true  (bool)
 power_management.can_suspend_hybrid = true  (bool)
 power_management.is_powersave_set = false  (bool)
 power_management.quirk.dpms_on = true  (bool)
 power_management.quirk.dpms_suspend = true  (bool)
 power_management.quirk.vbe_post = true  (bool)
 power_management.quirk.vbemode_restore = true  (bool)
 power_management.quirk.vbestate_restore = true  (bool)
 power_management.quirk.vga_mode_3 = true  (bool)
 power_management.type = 'pmu'  (string)

Tomas

Tomáš Šafařík wrote:

Hi,

thanks for reply.

OK, originally I was trying to find out, why gnome-power-manager is 
not able to suspend my machine. And I somehow (this may be wrong) 
thought the problem might be in pm-utils (as was in the past).


Anyway I explain thing I reported:
1] running pm-is-supported as normal user (I thought $ and # would 
explain) results in:

$ pm-is-supported --suspend
$ echo $?
0

So, the suspend should be available. Sorry I didn't know I should 
check the exit code.


2] running pm-is-supported as root:
# pm-is-supported --suspend
error: libhal_device_get_property_type: 
org.freedesktop.Hal.NoSuchProperty: No property system.chassis.type on 
device with id /org/freedesktop/Hal/devices/computer

# echo $?
0

Also returns 0 but also the error message.

3] running pm-suspend as root:
# pm-suspend
error: libhal_device_get_property_type: 
org.freedesktop.Hal.NoSuchProperty: No property system.chassis.type on 
device with id /org/freedesktop/Hal/devices/computer


Gives the same error message and probably tries to suspend the 
computer but nothing happens except network is disconnected. And that 
is the same what happens when I try to suspend using g-p-m.


I hope this is relevant and I'm not wating your time.

Thank you

Tomas

Michael Biebl wrote:

Tomas Safarik wrote:
 

Package: pm-utils
Version: 1.2.3-1
Severity: normal

Hello,

I have powerpc iBook G4 (A1133) and when I run $pm-is-supported 
--suspend command it returns nothing

but when I use #s2ram command computer suspends ok.

Also when I run # pm-is-supported --suspend I get following error:
error: libhal_device_get_property_type: 
org.freedesktop.Hal.NoSuchProperty: No property system.chassis.type 
on device with id /org/freedesktop/Hal/devices/computer



That is strange: First you say: pm-is-supported --suspend returns 
nothing, then

that you get a hal error message???

 

I'll be happy to provide more details if needed.



pm-is-supported --suspend does not print anything on stdout/stderr.
It simply sets a EXIT CODE
What do you get if you run (as root):

pm-is-supported --suspend
echo $?

What does
lshal | grep power_management
say?

And what is the actual problem? What were you trying to do?

Michael

  






--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#510188: [Pkg-samba-maint] Bug#510188: samba: Failed to set uid privileges to (-1, 2589) now set to (0, 0) in smbd log

2009-01-11 Thread Christian Perrier
Quoting eyck (eyck.deb...@kuszelas.eu):
> Package: samba
> Version: 3.0.24-6etch10
> Severity: normal
> 
> 
>  I'm trying to trace (I think) the same problem as reported by 
> yurapadl...@gmail.com,

What do you mean by this?

Do you have a bug reference?

What actions are you doing?




signature.asc
Description: Digital signature


Bug#510271: installation-report: Lenny on a Slug - eventual success after a few tries and some fixups

2009-01-11 Thread Rick Thomas


On Jan 6, 2009, at 3:59 PM, Martin Michlmayr wrote:


* Rick Thomas  [2008-12-30 19:12]:

One thing worth mentioning though: I have a full-service
DHCP on this subnet, so it got the network parameters from
DHCP.  This was successful, but for some reason it decided
that the DNS domain was "example.org", not the one being
offered by DHCP. The text "example.org" showed up in
the following places:


I need some more information on this.

Please make a backup of your flash with
   cat /dev/mtdblock? > mtd-backup
and copy it to your machine, so you can later write it back to the
NSLU2 with upslug2.

Then download the Debian installer image again and load it with
upslug2.

When you connect to the installer, open a shell and run the following
commands.  Please send me the output.

  cat /var/lib/dhcp3/dhclient.leases
  debconf-get netcfg/get_hostname
  debconf-get netcfg/get_domain
  cat /preseed.cfg

You can then flash mtd-backup with upslug2 to get back into your
system.

Thanks.
--  
Martin Michlmayr

http://www.cyrius.com/



OK,

Here's the output (there was *no* file /var/lib/dhcp3/dhclient.leases )


~ # ls -l /var/lib/dhcp3/
~ # debconf-get netcfg/get_hostname
slug
~ # debconf-get netcfg/get_domain
example.org
~ # cat /preseed.cfg
d-i ethdetect/use_firewire_ethernet boolean false
d-i lowmem/low note
d-i netcfg/get_hostname string debian
d-i netcfg/get_domain string example.org
d-i network-console/password password install
d-i network-console/password-again password install
d-i partconf/already-mounted boolean false
d-i netcfg/choose_interface select eth0
d-i netcfg/get_ipaddress string 192.168.1.177
d-i netcfg/get_netmask string 255.255.255.0
d-i netcfg/get_gateway string 192.168.1.254
d-i netcfg/get_nameservers string 192.168.1.118 192.168.1.138  
192.168.1.254

d-i netcfg/confirm_static boolean true
d-i netcfg/disable_dhcp boolean true
d-i netcfg/get_hostname string slug
~ #



In re-reading your doc "Installing Debian on NSLU2" at www.cyrius.com/debian/nslu2/install.html> I saw (not for the first  
time, but never before looking for things that had to do with DHCP)  
the paragraph:


If you have configured your network settings through the Linksys  
web interface to use a static IP address, these values will be used  
(including the hostname).


which reminded me that I had done exactly that -- use the Linksys web  
interface to set up a static IP: 192.168.1.177 .


This doesn't make it any less of a bug, but it may put the behavior  
in a different light.


Hope this helps!


Rick





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511466: pm-utils: pm-is-supported --suspend on powerpc iBook returns nothing

2009-01-11 Thread Tomáš Šafařík

Hi,

thanks for reply.

OK, originally I was trying to find out, why gnome-power-manager is not 
able to suspend my machine. And I somehow (this may be wrong) thought 
the problem might be in pm-utils (as was in the past).


Anyway I explain thing I reported:
1] running pm-is-supported as normal user (I thought $ and # would 
explain) results in:

$ pm-is-supported --suspend
$ echo $?
0

So, the suspend should be available. Sorry I didn't know I should check 
the exit code.


2] running pm-is-supported as root:
# pm-is-supported --suspend
error: libhal_device_get_property_type: 
org.freedesktop.Hal.NoSuchProperty: No property system.chassis.type on 
device with id /org/freedesktop/Hal/devices/computer

# echo $?
0

Also returns 0 but also the error message.

3] running pm-suspend as root:
# pm-suspend
error: libhal_device_get_property_type: 
org.freedesktop.Hal.NoSuchProperty: No property system.chassis.type on 
device with id /org/freedesktop/Hal/devices/computer


Gives the same error message and probably tries to suspend the computer 
but nothing happens except network is disconnected. And that is the same 
what happens when I try to suspend using g-p-m.


I hope this is relevant and I'm not wating your time.

Thank you

Tomas

Michael Biebl wrote:

Tomas Safarik wrote:
  

Package: pm-utils
Version: 1.2.3-1
Severity: normal

Hello,

I have powerpc iBook G4 (A1133) and when I run $pm-is-supported --suspend 
command it returns nothing
but when I use #s2ram command computer suspends ok.

Also when I run # pm-is-supported --suspend I get following error:
error: libhal_device_get_property_type: org.freedesktop.Hal.NoSuchProperty: No 
property system.chassis.type on device with id 
/org/freedesktop/Hal/devices/computer



That is strange: First you say: pm-is-supported --suspend returns nothing, then
that you get a hal error message???

  

I'll be happy to provide more details if needed.



pm-is-supported --suspend does not print anything on stdout/stderr.
It simply sets a EXIT CODE
What do you get if you run (as root):

pm-is-supported --suspend
echo $?

What does
lshal | grep power_management
say?

And what is the actual problem? What were you trying to do?

Michael

  




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#472802: what is missing for a limesurvey upload?

2009-01-11 Thread Julian Gilbey
On Sun, Jan 11, 2009 at 09:56:51PM +0100, Mathieu Parent wrote:
> I have put it on collab-maint's SVN for collaboration. So anyone is
> welcomed to help. As I don't have time for limesurvey now, maybe any
> one of you can take care of it.

I don't know about collab-maint - please could you give us some
details of how we access it etc.?

Thanks!

   Julian



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Bug#510585: fixed in netatalk 2.0.4~beta2-1

2009-01-11 Thread Luk Claes
Hi

This 'security' update fixes the bug in unstable, though it doesn't seem
to be meant for lenny:

 367 files changed, 57532 insertions(+), 74819 deletions(-)

Can an upload be prepared with targeted fixes for the security issue?

Cheers

Luk



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#508869: fixed in mediawiki 1:1.13.3-1

2009-01-11 Thread Luk Claes
Hi

This 'security' update was uploaded to unstable, but seems to be still
outstanding for testing. Unblocking the version from unstable doesn't
seem to be an option:

1130 files changed, 253693 insertions(+), 131172 deletions(-)

Can an upload be prepared with targeted fixes for the security issues?

Cheers

Luk



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511544: ffmpeg: Please support VDPAU

2009-01-11 Thread Reinhard Tartler
clone 511544 -1
reassign -1 wnpp
retitle -1 RFP: please package the VDPAU adaptation library
block 511544 by -1
severity -1 normal
stop

Tony Houghton  writes:

> NVidia drivers with VDPAU support are just about to become available in
> experimental (see #501668 and #511524). Would it be possible to release
> ffmpeg packages with VDPAU asap because I keep running into difficulties
> going up the chain from drivers through libraries to applications,
> trying to compile my own to be able to use VDPAU.
>
> I realise this could be tricky because I don't suppose you really want
> ffmpeg in general to depend on nvidia-glx.

this is not possible to do at this point, because in order to enable
VDPAU support, the headers need the be available. since the headers are
currently in non-free, there is no way for ffmpeg to build depend on
that.

the next problem is the license of the VDPAU libraries, I imagine.

nvidia has already been approached by mandriva and ubuntu, and they are
considering releasing the adaptation library seperatly under a free
license.  The adaptation library is a very small library that is
supposed to dispatch request to different VDPAU implementation. Nvidia
wants to invite other driver developers to develop other implementation
for other hardware, but AFAIUI, there is only the (non-free) nvidia
one. Currently this adaptation library is included into
nvidia-glx. Factoring it out to a package in main would be a prequesite
for enabling VDPAU support in ubuntu. Until this happens, I'd suggest
compiling ffmpeg from svn.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#498668: setting package to lintian, tagging 498668

2009-01-11 Thread Russ Allbery
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# lintian (2.1.6) UNRELEASED; urgency=low
#
#  * checks/cruft{,.desc}:
#+ [RA] Error on CMakeCache.txt files added or modified in the diff.
#  Thanks, Joerg Jaspert.  (Closes: #510957)
#+ [RA] Warn about .hgtags files in the diff and source.  Thanks,
#  Holger Levsen and Chris Lamb.  (Closes: #464837)
#+ [RA] Warn if the Debian diff or a non-native package is entirely
#  empty.  (Closes: #498668)
#

package lintian
tags 498668 + pending




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#495683: Is this package maintained?

2009-01-11 Thread Osamu Aoki
severity 495683 grave
thanks

Hi,

This is security related package.  Having such package under inactive or
uninterested mainatner is bad thing to have for release which is likely
to introduce security hole to system.

http://bugs.debian.org/cgi-bin/pkgreport.cgi?maint=ecrespo%40debianvenezuela.org

Quick glance here made me realize Mr. Ernesto Nadir Crespo Avila is not
responding to bugs.

grave
makes the package in question unusable or mostly so, or causes data
loss, or introduces a security hole allowing access to the accounts of
users who use the package.

security tool not functioning as described in here as bug or kept in
very old state is sure call for problem.

Besides, this package upsream is active and releasing.
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509029

Ernesto uploaded this package for 2 months and disapeared over a year.

Osamu

PS: I do not use this package.  I heard about package status on Japanese
ML. If I am proven wrong, please change bug severity and respond to bug
and make appropriate action. 




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511243: RFA: boinc -- BOINC distributed computing infrastructure

2009-01-11 Thread Rene Mayorga
On Fri, Jan 09, 2009 at 10:34:10AM +0100, Steffen Moeller wrote:
> Rene Mayorga wrote:
> > On Thu, Jan 08, 2009 at 05:27:37PM -0600, Rene Mayorga wrote:
> >> Also, There is any chance to get sponsorship even that the team is not 
> >> active
> >> on maintenance work ?
> >>
> > 
> > BTW, my alioth user is `rmayorga-guest', but let see if there is still
> > more people interesting or if some one retitle this bug to ITA. (but I
> > still think that should be rename as RFH :) ).
> 
> I can help with sponsoring.

I noticed that I've being added topkg-boinc-devel on alioth, and I took 
a couple of easy bugs to fix and made some small changes to keep lintian 
happy, all the change are now on experimental branch.

Thanks for adding me on the project.

Cheers.
-- 
Rene Mauricio Mayorga   |  jabber: rmayo...@jabber.org
http://rmayorga.org |  
--
08B6 58AB A691 DD56 C30B  8D37 8040 19FA A209 C305


signature.asc
Description: Digital signature


Bug#480694: Also Similar Issue

2009-01-11 Thread Michael Biebl
Cody Christopher schrieb:
> I'm using hal 0.5.11-8 on an Eee Pc 701. I get the same error mentioned in
> the OP, except none of the fixes here do anything. Looking at the output of
> strace -f /var/sbin/hald reveals that I don't appear to have a directory of
> file @ /var/cache/hald/fdi-cache...
> 
> ls on /var/cache/hald reveals that there is a fdi-cache~ though...
> 

Just remove the temp cache file and restart hal.

Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#511554: wput says file does not exist on big files

2009-01-11 Thread Tony Godshall
Package: wput


Hi wputters!

The following occurs for a file nearly 3GB in size...

$ wput dvd.iso ftp://(username):(password)@(ftpserver)/
Error: File `dvd.iso' does not exist. Don't know what to do about this URL.
Nothing done. Try `wput --help'.

It does not occur when the file is split into 1G pieces[1][2]...

wput dvd1.iso ftp://(username):(password)@(ftpserver)/
wput dvd2.iso ftp://(username):(password)@(ftpserver)/
wput dvd3.iso ftp://(username):(password)@(ftpserver)/

In my mind there are two issues:
1. Something is blocking large files
2. wput is misreporting the problem

#2 is clearly a wput bug.  If wput can report the problem more
accurately, maybe we can identify where the file-size limitation lies.

Tony


[1] I made the 1G files like so...

$ dd if=dvd.iso of=dvd1.iso bs=1M count=1024 skip=0
$ dd if=dvd.iso of=dvd2.iso bs=1M count=1024 skip=1024
$ dd if=dvd.iso of=dvd3.iso bs=1M count=1024 skip=2048

[2] I verified they are correct like so...

$ cat dvd[123].iso |md5sum
$ md5sum dvd.iso


-- System Information:
Debian Release: 4.0
 APT prefers stable
 APT policy: (500, 'stable'), (200, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.16-2-686-smp (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=locale: Cannot
set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages wput depends on:
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libgnutls13   2.0.4-1the GNU TLS library - runtime libr

wput recommends no packages.

-- debconf information:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
   LANGUAGE = (unset),
   LC_ALL = (unset),
   LANG = "en_US.UTF-8"
   are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory


--
Best Regards.
Please keep in touch.





-- 
Best Regards.
Please keep in touch.
This is unedited.
P-)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511549: maint-guide: Section 4.4 references missing lines

2009-01-11 Thread Osamu Aoki
Hi,

On Sun, Jan 11, 2009 at 08:58:40PM -0500, Mike Joseph wrote:
> Package: maint-guide
> Severity: normal
> 
> The description of the sample debian/rules file in section 4.4 refers to
> lines that are not there.  

  4  # This file was originally written by Joey Hess and Craig Small.
  5  # As a special exception, when this file is copied by dh-make into a
  6  # dh-make output file, you may use that output file without restriction.
  7  # This special exception was added by Craig Small in version 0.37 of 
dh-make.
  8  # Uncomment this to turn on verbose mode.
  9  #export DH_VERBOSE=1

> Specifically, it appears that previous lines used
> to exist in the range of 11 - 16.  The description of that section is wrong
> since the lines aren't there, and all following sections refer to lines
> numbers offset by 6.

This is because example was updated with newer tool defaults and policy.

By the way, we have dh_make command and dh-make package. In order to
reduce confusion, it may be good idea to have clarification comments
somewhare near here. 

> Moreover, the description of lines 8 - 9 is confusing, as it refers to
> multiple options when only one is present in the example.

| The meaning of DH_* variables mentioned on lines 8 and 9 should be
| evident from the short description. For information on DH_COMPAT read
| the "Debhelper compatibility levels" section of the debhelper(1) manual
| page.

Now we only have DH_VERBOSE in line 8-9 (I remember this range was
larger originally).  I think there were DH_COMPAT too. This was the
reason behind  mentioning as "DH_* variables".  We now use debian/compat
instead of DH_COMPAT for package building.
 
| The lines 11 through 16 are a skeleton of support for DEB_BUILD_OPTIONS
| parameters, described in the Policy section 10.1 "Binaries". Basically,
| these things control if the binaries are to be built with the debugging
| symbols, and if they should be stripped upon installation. Again, this
| is just a skeleton, a hint that you should do it. You should check into
| how the upstream build system handles the inclusion of debugging symbols
| and stripping on installation and implement this yourself. 

Hmmm... lines 11 through 16 may be old range.  I see:

 11  configure-stamp:
 12  dh_testdir
 13  # Add here commands to configure the package.
 14  touch configure-stamp
 15  build: build-stamp
 16  build-stamp: configure-stamp  
 17  dh_testdir
 18  # Add here commands to compile the package.
 19  $(MAKE)
 20  #docbook-to-man debian/testpack.sgml > testpack.1
 21  touch $@

I do not see: DEB_BUILD_OPTIONS here.

As I see in the Policy: 4.9.1 debian/rules and DEB_BUILD_OPTIONS at
http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options

| Supporting the standardized environment variable DEB_BUILD_OPTIONS is
| recommended. 
| ...
| Unknown flags must be ignored by debian/rules.
| 
| The following makefile snippet is an example of how one may implement
| the build options; you will probably have to massage this example in
| order to make it work for your package.
| 
|  CFLAGS = -Wall -g
|  INSTALL = install
|  INSTALL_FILE= $(INSTALL) -p-o root -g root  -m  644
|  INSTALL_PROGRAM = $(INSTALL) -p-o root -g root  -m  755
|  INSTALL_SCRIPT  = $(INSTALL) -p-o root -g root  -m  755
|  INSTALL_DIR = $(INSTALL) -p -d -o root -g root  -m  755
|  
|  ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
|  CFLAGS += -O0
|  else
|  CFLAGS += -O2
|  endif
|  ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
|  INSTALL_PROGRAM += -s
|  endif
|  ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
|  NUMJOBS = $(patsubst parallel=%,%,$(filter 
parallel=%,$(DEB_BUILD_OPTIONS)))
|  MAKEFLAGS += -j$(NUMJOBS)
|  endif

Hmmm... when I replaced rules file example with the latest dh_make
result, something might have been dropped.

Instead of writing additional text here agian to insert makefile snippet
to autogenerated one, it may be better dh-make package takes care this
default setting etc.  If you have concrete way to fix situation, let me
know.

Osamu








-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511553: python-werkzeug: unicode.html missing from package

2009-01-11 Thread Mark Eichin
Package: python-werkzeug
Version: 0.3.1-1
Severity: normal

/usr/share/doc/python-werkzeug/html/index.html points to a missing
unicode.html.

The source package contains
  python-werkzeug-0.3.1/docs/src/unicode.txt
but python-werkzeug-0.3.1/build doesn't have a corresponding
unicode.html...

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-werkzeug depends on:
ii  python [python-wsgiref]   2.5.2-3An interactive high-level object-o
ii  python-support0.8.4  automated rebuilding support for P

Versions of packages python-werkzeug recommends:
ii  python-simplejson 1.9.2-1Simple, fast, extensible JSON enco

Versions of packages python-werkzeug suggests:
pn  ipython(no description available)
ii  python-genshi 0.5.1-1Python XML-based template engine
ii  python-lxml   2.1.1-2.1  pythonic binding for the libxml2 a
ii  python-pkg-resources  0.6c8-4Package Discovery and Resource Acc

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#480694: Also Similar Issue

2009-01-11 Thread Cody Christopher
I'm using hal 0.5.11-8 on an Eee Pc 701. I get the same error mentioned in
the OP, except none of the fixes here do anything. Looking at the output of
strace -f /var/sbin/hald reveals that I don't appear to have a directory of
file @ /var/cache/hald/fdi-cache...

ls on /var/cache/hald reveals that there is a fdi-cache~ though...

Any help/suggestions...???


Bug#511552: libgeoip1: Please, provide the GeoLite City database

2009-01-11 Thread Sergey B Kirpichev
Package: libgeoip1
Version: 1.4.4.dfsg-1~bpo40+1
Severity: wishlist

GeoLite City database offers a free geolocation database on a city
level:
http://www.maxmind.com/app/geolitecity

Versions of packages libgeoip1 depends on:
ii  libc6  2.3.6.ds1-13etch8 GNU C Library: Shared libraries
ii  zlib1g 1:1.2.3-13compression library - runtime



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#442109: Status

2009-01-11 Thread Michael Schultheiss
Stefan Lesicnik wrote:
> Hi Michael,
> 
> Any news on incorporating this. I would like to complete the Ubuntu
> merge.

I apologize for the delay in incorporating this.  I'll get it uploaded
to Debian Unstable this week.

-- 

Michael Schultheiss
E-mail: schul...@debian.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511551: rhythmbox: missing dependancy on python-gst0.10

2009-01-11 Thread Guillaume Pratte
Package: rhythmbox
Version: 0.11.6-1
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***

The rhythmbox package should depend on python-gst0.10, otherwise the plugins 
do not load.
Notice the "ImportError" when starting the application.

$ rhythmbox
ImportError: could not import gst
Traceback (most recent call last):
  File "/usr/lib/rhythmbox/plugins/artdisplay/__init__.py", line 323, in 

class ArtDisplayPlugin (rb.Plugin):
AttributeError: 'module' object has no attribute 'Plugin'

(rhythmbox:8424): Rhythmbox-WARNING **: Could not load plugin artdisplay


(rhythmbox:8424): Rhythmbox-WARNING **: Error, impossible to activate 
plugin 'Pochette'
Traceback (most recent call last):
  File "/usr/lib/rhythmbox/plugins/lyrics/__init__.py", line 283, in 
class LyricsDisplayPlugin(rb.Plugin):
AttributeError: 'module' object has no attribute 'Plugin'

(rhythmbox:8424): Rhythmbox-WARNING **: Could not load plugin lyrics


(rhythmbox:8424): Rhythmbox-WARNING **: Error, impossible to activate 
plugin 'Paroles de la chanson'
Traceback (most recent call last):
  File "/usr/lib/rhythmbox/plugins/magnatune/__init__.py", line 40, in 

from MagnatuneSource import MagnatuneSource
  File "/usr/lib/rhythmbox/plugins/magnatune/MagnatuneSource.py", line 56, in 

class MagnatuneSource(rb.BrowserSource):
AttributeError: 'module' object has no attribute 'BrowserSource'

(rhythmbox:8424): Rhythmbox-WARNING **: Could not load plugin magnatune


(rhythmbox:8424): Rhythmbox-WARNING **: Error, impossible to activate 
plugin 'Boutique Magnatune'
Traceback (most recent call last):
  File "/usr/lib/rhythmbox/plugins/dontreallyclose/dontreallyclose.py", line 
24, in 
class DontReallyClosePlugin(rb.Plugin):
AttributeError: 'module' object has no attribute 'Plugin'

(rhythmbox:8424): Rhythmbox-WARNING **: Could not load plugin dontreallyclose


(rhythmbox:8424): Rhythmbox-WARNING **: Error, impossible to activate 
plugin 'Minimize to tray'
Traceback (most recent call last):
  File "/usr/lib/rhythmbox/plugins/jamendo/__init__.py", line 36, in 
from JamendoSource import JamendoSource
  File "/usr/lib/rhythmbox/plugins/jamendo/JamendoSource.py", line 45, in 

class JamendoSource(rb.BrowserSource):
AttributeError: 'module' object has no attribute 'BrowserSource'

(rhythmbox:8424): Rhythmbox-WARNING **: Could not load plugin jamendo


(rhythmbox:8424): Rhythmbox-WARNING **: Error, impossible to activate 
plugin 'Jamendo'


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rhythmbox depends on:
ii  dbus   1.2.1-4   simple interprocess messaging 
syst
ii  gconf2 2.22.0-1  GNOME configuration database 
syste
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  gstreamer0.10-alsa [gs 0.10.20-1 GStreamer plugin for ALSA
ii  gstreamer0.10-gnomevfs 0.10.20-1 GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins- 0.10.20-1 GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins- 0.10.8-4  GStreamer plugins from the "good" 
ii  gstreamer0.10-x0.10.20-1 GStreamer plugins for X11 and 
Pang
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D 
graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libavahi-client3   0.6.23-3  Avahi client library
ii  libavahi-common3   0.6.23-3  Avahi common library
ii  libavahi-glib1 0.6.23-3  Avahi glib integration library
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libcairo2  1.6.4-7   The Cairo 2D vector graphics 
libra
ii  libdbus-1-31.2.1-4   simple interprocess messaging 
syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging 
syst
ii  libexpat1  2.0.1-4   XML parsing C library - runtime 
li
ii  libfontconfig1 2.6.0-3   generic font configuration 
library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared 
lib
ii  libgconf2-42.22.0-1  GNOME configuration database 
syste
ii  libglade2-01:2.6.2-1 library to load .glade files at 
ru
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgnome-keyring0  2.22.3-2  GNOME keyring services library
ii  libgnome-media02.22.0-3  runtime libraries for the GNOME 
me
ii  libgnome2-02.20.1.1-2The GNOME 2 library - runtime 
file
ii  libgno

Bug#511519: Bug in libcrypt-openssl-dsa-perl fixed in revision 29568

2009-01-11 Thread pkg-perl-maintainers
tag 511519 + pending
thanks

Some bugs are closed in revision 29568
by Ryan Niebur (ryan52-guest)

Commit message:

Fix man page to specify that an error happened when the return value
for verify is -1 (Closes: #511519)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511550: Wrong dependency between php4-cli and php4-common

2009-01-11 Thread Julien Wilk
Package: php4-cli
Severity: important


Hello,

While trying to install php4-cli on my box (in coordination with CRON to 
generate daily stats), I encountered this problem:

Les paquets suivants contiennent des dépendances non satisfaites :
  php4-cli: Dépend: php4-common (= 6:4.4.4-8+etch6) mais 6:4.4.4-9+lenny1 devra 
être installé
E: Paquets défectueux

(translated from French to English, might not be the exact wording)

The follow package has unresolved dependencies:
  php4-cli: Depends on: php4-common (= 6:4.4.4-8+etch6) but 6:4.4.4-9+lenny1 is 
supposed to be installed
E: Erroneous package

Latest news show:

# [2008-07-26] Accepted 6:4.4.4-8+etch6 in stable-security (low) (Sean Finney)
# [2008-05-27] Accepted 6:4.4.4-8+etch6 in stable-security (low) (Sean Finney)
# [2008-04-26] Removed 6:4.4.4-9+lenny1 from testing-proposed-updates (Thomas 
Viehmann)

Shouldn't be php4-cli be updated with 6:4.4.4-8+etch6 instead of the now 
obsolete  6:4.4.4-9+lenny1?

Rgds,
Julien

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18.1dedibox_r6_final
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511548: ITP: simile-timeline -- JavaScript library for web-based interactive timelines

2009-01-11 Thread Chris Lamb
Chris Lamb wrote:

>Upstream Author : Chris Lamb 

Sorry, David.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Bug#511549: maint-guide: Section 4.4 references missing lines

2009-01-11 Thread Mike Joseph
Package: maint-guide
Severity: normal

The description of the sample debian/rules file in section 4.4 refers to
lines that are not there.  Specifically, it appears that previous lines used
to exist in the range of 11 - 16.  The description of that section is wrong
since the lines aren't there, and all following sections refer to lines
numbers offset by 6.

Moreover, the description of lines 8 - 9 is confusing, as it refers to
multiple options when only one is present in the example.

-- System Information:
Debian Release: 3.1
Architecture: sparc (sparc64)
Kernel: Linux 2.4.27
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#509623: File your claim

2009-01-11 Thread Irish news center
You won £ 1,350,000, In the Irish Lottery, with winning numbers 06, 10, 33, 38, 
39, 45, Bonus 14,contact Mrs Sally Michael on sallymichaelsd...@btinternet.com 
with your names and address.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#509623: File your claim

2009-01-11 Thread Irish news center
You won £ 1,350,000, In the Irish Lottery, with winning numbers 06, 10, 33, 38, 
39, 45, Bonus 14,contact Mrs Sally Michael on sallymichaelsd...@btinternet.com 
with your names and address.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#476988: [PATCH] 0.0.95 release (add --bugs option, new uploader)

2009-01-11 Thread Junichi Uekawa
Hi,

I looked at the patch; did you mean to add --bugs option only for 0.0.95 
release ?
I thought you wanted to fix aptcleanup?

At Sun, 28 Dec 2008 12:36:27 +0100,
Francesco Poli (t1000) wrote:
> 
> add a new option (--bugs) to only show bugs that belong to a given set
> add Francesco Poli to the uploaders list
> ---
>  apt-listbugs  |   11 +--
>  debian/changelog  |8 
>  debian/control|1 +
>  debian/copyright  |5 +++--
>  lib/apt-listbugs/logic.rb |   14 +-
>  5 files changed, 34 insertions(+), 5 deletions(-)
> 
> diff --git a/apt-listbugs b/apt-listbugs
> index 8fcc449..3e803e8 100755
> --- a/apt-listbugs
> +++ b/apt-listbugs
> @@ -4,6 +4,7 @@
>  #
>  # Copyright (C) 2002  Masato Taruishi 
>  # Copyright (C) 2006-2008  Junichi Uekawa 
> +# Copyright (C) 2008  Francesco Poli 
>  #
>  #  This program is free software; you can redistribute it and/or modify
>  #  it under the terms of the GNU General Public License as published by
> @@ -40,7 +41,7 @@ the upgrade/installation is safe.
>  
>  == USAGE
>  
> -apt-listbugs [-h] [-s ] [-S ] [-D] [-H ] [-p 
> ]  [arguments]
> +apt-listbugs [-h] [-s ] [-S ] [-B ] [-D] [-H 
> ] [-p ]  [arguments]
>  
>  == OPTIONS
>  
> @@ -67,6 +68,10 @@ apt-listbugs [-h] [-s ] [-S ] [-D] [-H 
> ] [-p 
>  
>Note that 'pending' does not mean 'tagged pending', but 'still open, 
> pending to be fixed'.
>  
> +* -B  | --bugs 
> +
> +  Bug numbers you want to see separated by comma (e.g. 
> 123456,567890,135792).  All other bugs will be ignored.
> +
>  * -D | --show-downgrade
>  
>Shows bugs of downgraded packages. (apt mode only)
> @@ -203,7 +208,8 @@ don't actually apply to the version. You need to review 
> the bug.
>  apt-listbugs was originally written by Masato Taruishi
>  , and rewritten by Junichi Uekawa
>   in 2006 to handle BTS Versioning features and the
> -SOAP interface.
> +SOAP interface. The --bugs option was added by Francesco Poli
> + in 2008.
>  
>  Latest source-code is available from
>  http://git.debian.org/?p=apt-listbugs/apt-listbugs.git
> @@ -332,6 +338,7 @@ rescue
>  end
>  
>  Factory::BugsFactory.delete_ignore_bugs(bugs) if config.command == "apt"
> +Factory::BugsFactory.delete_uninteresting_bugs(bugs) if config.fbugs
>  Factory::BugsFactory.delete_unwanted_tag_bugs(bugs) if config.tag
>  begin
>Factory::BugsFactory.delete_irrelevant_bugs(bugs, cur_pkgs, new_pkgs) { 
> |msg, val|
> diff --git a/debian/changelog b/debian/changelog
> index 0b81519..a94992a 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,11 @@
> +apt-listbugs (0.0.95) unstable; urgency=low
> +
> +  * fix "please implement a command to query the BTS about a given bug in
> +given package/version" (Closes: #476988)
> +  * added Francesco Poli to the uploaders list
> +
> + -- Francesco Poli (t1000)   Thu, 11 Dec 2008 
> 23:58:31 +0100
> +
>  apt-listbugs (0.0.94) unstable; urgency=low
>  
>* remove a trace of -R option which used to be 'release-critical' which
> diff --git a/debian/control b/debian/control
> index c3fd35e..44e7c9f 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -2,6 +2,7 @@ Source: apt-listbugs
>  Section: admin
>  Priority: optional
>  Maintainer: Junichi Uekawa 
> +Uploaders: Francesco Poli (t1000) 
>  Build-Depends: debhelper (>> 5.0.0), cdbs, time
>  Build-Depends-Indep: ruby1.8, rdtool, gettext
>  Standards-Version: 3.7.2
> diff --git a/debian/copyright b/debian/copyright
> index 8d9a9d5..e9d68e5 100644
> --- a/debian/copyright
> +++ b/debian/copyright
> @@ -4,8 +4,9 @@ The original source can always be found at:
>   http://ftp.debian.org/debian/pool/main/a/apt-listbugs/
>   http://git.debian.org/?p=apt-listbugs/apt-listbugs.git
>  
> -Copyright (C) 2002  Masato Taruishi
> -Copyright (C) 2006  Junichi Uekawa
> +Copyright (C) 2002  Masato Taruishi 
> +Copyright (C) 2006-2008  Junichi Uekawa 
> +Copyright (C) 2008  Francesco Poli 
>  
>This program is free software; you can redistribute it and/or modify
>it under the terms of the GNU General Public License as published by
> diff --git a/lib/apt-listbugs/logic.rb b/lib/apt-listbugs/logic.rb
> index 1982a1e..d86e833 100644
> --- a/lib/apt-listbugs/logic.rb
> +++ b/lib/apt-listbugs/logic.rb
> @@ -2,6 +2,7 @@
>  #
>  # Copyright (C) 2002  Masato Taruishi 
>  # Copyright (C) 2006-2008  Junichi Uekawa 
> +# Copyright (C) 2008  Francesco Poli 
>  #
>  #  This program is free software; you can redistribute it and/or modify
>  #  it under the terms of the GNU General Public License as published by
> @@ -44,6 +45,7 @@ class AppConfig
>sprintf(_(" -s   : Severities you want to see [%s], or 
> [all].\n"), @severity.join(',')),
>_(" -T : Tags you want to see.\n"),
>sprintf(_(" -S: Stats you want to see [%s].\n"), 
> @stats.join(',')),
> +  _(" -B : Bugs you want to see.\n"),
>_(" -D   : Show downgraded packages, too.\n"),
>  

Bug#511495: sugar: Collaboration not working

2009-01-11 Thread Sascha Silbe


tcpdump shows that sugar is announcing the user on link-local multicast 
(so telepathy-salut seems to be working), but doesn't try connecting to 
or even just looking up the configured Jabber server.


The following processes are running (user processes only):

sugar 2799  0.0  0.2   4752   580 ?Ss   02:21   0:00 
ssh-agent -s
sugar 2800  1.0 10.5  40272 27024 ?Ss   02:21   0:02 python 
/usr/bin/sugar-shell
sugar 2828  0.0  0.2   3096   660 ?S02:21   0:00 
dbus-launch --exit-with-session sugar-shell
sugar 2829  0.0  0.3   2616  1000 ?Ss   02:21   0:00 
/usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
sugar 2831  0.0  2.1   9496  5624 ?S02:21   0:00 
matchbox-window-manager -use_titlebar no -theme sugar -kbdconfig 
/usr/share/sugar/data/kbdconfig
sugar 2833  0.1  2.9  13072  7588 ?S02:21   0:00 python 
/usr/bin/sugar-presence-service
sugar 2835  0.0  1.0   6272  2628 ?S02:21   0:00 
/usr/lib/telepathy/telepathy-salut
sugar 2837  0.0  2.3  10732  6140 ?S02:21   0:00 python 
/usr/bin/sugar-shell-service
sugar 2839  0.1  4.0  28656 10384 ?S02:21   0:00 python 
/usr/bin/datastore-service
sugar 2840  0.0  0.1   3812   476 ?S02:21   0:00 
/bin/cat
sugar 2843  0.3  8.5  34956 21856 ?S02:21   0:00 python 
/usr/bin/sugar-activity journalactivity.JournalActivity -b 
org.laptop.JournalActivity -a e8534ec2d8f1a1adeafa2a357539657bc03aee26



telepathy-gabble ("Jabber/XMPP connection manager") is installed, but 
not running (why?).


CU Sascha

--
http://sascha.silbe.org/
http://www.infra-silbe.de/


signature.asc
Description: Digital signature


Bug#510886: (no subject)

2009-01-11 Thread Jelmer Vernooij
tags 510886 +confirmed
thanks

Thanks for the bug report and apologies for not looking into it earlier. I'll
see about uploading a fixed version tomorrow.

-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#503248: RFP: metalink-tools - A command line Metalink file creator.

2009-01-11 Thread Savvas Radevic
Request on Ubuntu (I think):
https://bugs.launchpad.net/ubuntu/+bug/296264

On-going process:
http://revu.ubuntuwire.com/details.py?package=metalink



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511548: ITP: simile-timeline -- JavaScript library for web-based interactive timelines

2009-01-11 Thread Chris Lamb
Package: wnpp
Severity: wishlist
Owner: Chris Lamb 
X-Debbugs-Cc: debian-de...@lists.debian.org

 * Package name: simile-timeline (libjs-simile-timeline)
   Version : 2.2.0
   Upstream Author : Chris Lamb http://simile.mit.edu/timeline/
 * License : BSD
   Programming Lang: JavaScript
   Description : JavaScript library for web-based interactive timelines

 Timeline is a DHTML-based AJAX-based widget for visualizing time-based
 events. It uses the "slippy page" concept in a similar way to Google Maps,
 allowing the user to pan the timeline by dragging the page horizontally.

 Each timeline can consist of multiple "bands", each with a configurable
 scale, which can provide useful context when displaying a large number
 of items.

 Created timelines can be populated directly via XML or JSON.

(Debian users will recognise this library from http://timeline.debian.net/. I
plan to maintain this library within pkg-javascript.)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Bug#511508: [network-manager-kde] recommend/depend on dhcp-client

2009-01-11 Thread CSights
> Right, but this is more an (already known) network-manager issue.

Sorry!  Only looked at network-manager-kde bugs. :(

Thanks!
C.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511547: yiff-server: installation fails

2009-01-11 Thread Uwe Storbeck
Package: yiff-server
Version: 2.14.5-5
Severity: important

The installation of yiff-server fails with the following error:

  Selecting previously deselected package yiff-server.
  Unpacking yiff-server (from .../yiff-server_2.14.5-5_i386.deb) ...
  Adding user `yiff' to group `audio' ...
  Adding user yiff to group audio
  Done.
  Setting up yiff-server (2.14.5-5) ...
  Starting Y Sound Server: ERROR.
  invoke-rc.d: initscript yiff-server, action "start" failed.
  dpkg: error processing yiff-server (--configure):
   subprocess post-installation script returned error exit status 1
  Errors were encountered while processing:
   yiff-server
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  A package failed to install.  Trying to recover:
  Setting up yiff-server (2.14.5-5) ...
  Starting Y Sound Server: ERROR.
  invoke-rc.d: initscript yiff-server, action "start" failed.
  dpkg: error processing yiff-server (--configure):
   subprocess post-installation script returned error exit status 1
  Errors were encountered while processing:
   yiff-server

I selected 'No' for loading mixer settings which is the default.
But the installation also fails when I select 'Yes'.

It looks like the daemon vanishes after start (and does not remove it's
pid file):

# /etc/init.d/yiff-server start
+ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+ DAEMON=/usr/sbin/yiff
+ NAME=yiff
+ DESC='Y Sound Server'
+ DAEMON_PARAM=/etc/yiff/yiffrc
+ PIDFILE=/var/run/yiff/yiff.pid
+ DAEMON_USER=yiff
+ DAEMON_GROUP=yiff
+ test -f /usr/sbin/yiff
++ dirname /var/run/yiff/yiff.pid
+ piddir=/var/run/yiff
+ '[' '!' -d /var/run/yiff ']'
+ set -e
+ case "$1" in
+ echo -n 'Starting Y Sound Server: '
Starting Y Sound Server: ++ grep -i sound /proc/devices
++ grep -i alsa /proc/devices
+ '[' ' 14 sound' = '' -a '116 alsa' = '' -o '!' -e /dev/dsp ']'
+ start-stop-daemon --start --background --quiet --chuid yiff:yiff --pidfile 
/var/run/yiff/yiff.pid --exec /usr/sbin/yiff -- /etc/yiff/yiffrc
+ sleep 1
+ running
+ '[' '!' -f /var/run/yiff/yiff.pid ']'
++ cat /var/run/yiff/yiff.pid
+ pid=9184
+ '[' -z 9184 ']'
+ '[' '!' -f /proc/9184/cmdline ']'
+ return 1
+ echo ERROR.
ERROR.
+ exit 1

But anyway, the installation of a package should not fail only because
the start of a daemon fails.

Regards

Uwe


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (750, 'testing'), (650, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
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 yiff-server depends on:
ii  adduser   3.110  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  liby2-14  2.14.5-5   Y Sound Server Library

yiff-server recommends no packages.

yiff-server suggests no packages.

-- debconf information:
* yiff-server/mixer: false



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511546: wajig: Please add support for apt-get build-dep

2009-01-11 Thread Reuben Thomas
Package: wajig
Version: 2.0.38
Severity: wishlist

Please make "wajig build-dep" do "apt-get build-dep".

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

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

Versions of packages wajig depends on:
ii  apt 0.7.19+b1Advanced front-end for dpkg
ii  dselect 1.14.24  Debian package management front-en
ii  python  2.5.2-3  An interactive high-level object-o
ii  python-apt  0.7.7.1+nmu1 Python interface to libapt-pkg
ii  python-central  0.6.8register and build utility for Pyt

wajig recommends no packages.

Versions of packages wajig suggests:
pn  alien  (no description available)
pn  apt-listbugs   (no description available)
pn  apt-move   (no description available)
ii  apt-show-versions   0.15 lists available package versions w
ii  debconf 1.5.24   Debian configuration management sy
ii  deborphan   1.7.27   program that can find unused packa
pn  dpkg-repack(no description available)
ii  fakeroot1.11 Gives a fake root environment
ii  fping   2.4b2-to-ipv6-15 sends ICMP ECHO_REQUEST packets to
pn  gkdebconf  (no description available)
pn  gnome-tasksel  (no description available)
pn  gnome-terminal (no description available)
ii  locales 2.7-16   GNU C Library: National Language (
pn  lynx   (no description available)
pn  python-glade2  (no description available)
pn  python-gnome2  (no description available)
pn  python-gtk2(no description available)
ii  reportbug   3.48 reports bugs in the Debian distrib
ii  sudo1.6.9p17-1   Provide limited super user privile
pn  vrms   (no description available)
ii  wget1.11.4-2 retrieves files from the web

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#509418: jffnms: Integration with smokeping doesn't work

2009-01-11 Thread Craig Small
On Mon, Dec 22, 2008 at 07:55:41AM +0100, Lars Boegild Thomsen wrote:
> This one is probably upstream but as far as I can see integration with
I'm upstream for it anyhow.  Check the permissions of the rrd files.
Also manually run the poller as the jffnms user and see if you are
getting any error messages.

 - Craig
-- 
Craig Small  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/ csmall at : enc.com.au
http://www.debian.org/  Debian GNU/Linux, software should be Free 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511545: openoffice.org-calc: crashes when deleting the 3rd sheet of the given document

2009-01-11 Thread Patrick Zanon
Package: openoffice.org-calc
Version: 1:2.4.1-15
Severity: important


Hi all,
OOc crashes when I try to delete the 4rd sheet of the attached document. The 
document has been built from an empty new document, so that it does not contain 
any strange imported or converted stuff.

P.


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

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

Versions of packages openoffice.org-core depends on:
ii  fontconfig 2.6.0-3   generic font configuration library
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libcairo2  1.6.4-7   The Cairo 2D vector graphics libra
ii  libcurl3   7.18.2-8  Multi-protocol file transfer libra
ii  libdb4.6   4.6.21-11 Berkeley v4.6 Database Libraries [
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgstreamer-plugins-b 0.10.19-2 GStreamer libraries from the "base
ii  libgstreamer0.10-0 0.10.19-3 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.11-4 The GTK+ graphical user interface 
ii  libhunspell-1.2-0  1.2.6-1   spell checker and morphological an
ii  libhyphen0 2.4-4 ALTLinux hyphenation library - sha
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libicu38   3.8.1-3   International Components for Unico
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libldap-2.4-2  2.4.11-1  OpenLDAP libraries
ii  libneon27  0.28.2-6.1An HTTP and WebDAV client library
ii  libnspr4-0d4.7.1-4   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.0-5  Network Security Service libraries
ii  libpam0g   1.0.1-4   Pluggable Authentication Modules l
ii  libpango1.0-0  1.20.5-3  Layout and rendering of internatio
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libssl0.9.80.9.8g-14 SSL shared libraries
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii  libstlport4.6ldbl  4.6.2-3.2 STLport C++ class library
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxaw72:1.0.4-2 X11 Athena Widget library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxslt1.1 1.1.24-2  XSLT processing library - runtime 
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  libxtst6   2:1.0.3-1 X11 Testing -- Resource extension 
ii  openoffice.org-common  1:2.4.1-15OpenOffice.org office suite archit
ii  ttf-opensymbol 1:2.4.1-15The OpenSymbol TrueType font
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime


bug-assic.ods
Description: Binary data


Bug#258013: this option would be usefull is some cases

2009-01-11 Thread Fabien

Hello,

it seems that, when I launch a non NOPASSWD command with sudo outside a 
virtual terminal, it goes using 100% of the CPU.


I tried with java using :
Runtime.getRuntime().exec("sudo", [...] );

This works perfectly well when using a NOPASSWD command, but it fails 
and uses 100% of the CPU when the command is not a NOPASSWD command in 
sudoers.


Moreover, the java process gets unusable...

I think a --nopasswordprompt would be great for such non-interactive usage.

Cheers,

Fabien



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511303: not that easy to fix

2009-01-11 Thread Chris Lamb
Joerg Jaspert wrote:

> > I think it would be better to fix the new.822 file generator to
> > produce one instance per .changes file so to not overload the meaning
> > of the Version field

If this makes stuff a lot easier for you, then I'm happy to go with it.

I have a slight reservation in that this would break the "number of stanzas"
== "size of NEW queue" invariant that currently holds, but I can always work
around this.
 
> > It would also be nice to change the Architectures field to Architecture,
> > and split its values with space instead of comma+space, to match the
> > standard field.
> 
> I personally do *not* care how this file looks. Do coordinate changes
> with those people that use it, which is the QA group and Lamby for the
> BTS bot.

ACK the Architecture change, but I don't consume that.

In general, the bot's code is pretty flexible and I can pretty much read
anything easily, just need to be poked when the format actually changes.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Bug#511544: ffmpeg: Please support VDPAU

2009-01-11 Thread Tony Houghton
Package: ffmpeg
Severity: wishlist


NVidia drivers with VDPAU support are just about to become available in
experimental (see #501668 and #511524). Would it be possible to release
ffmpeg packages with VDPAU asap because I keep running into difficulties
going up the chain from drivers through libraries to applications,
trying to compile my own to be able to use VDPAU.

I realise this could be tricky because I don't suppose you really want
ffmpeg in general to depend on nvidia-glx.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#508292: gkrellm-snmp links against openssl without exception

2009-01-11 Thread Steve Langasek
tags 508292 lenny-ignore
thanks

David,

Please don't NMU to version 1.1 via t-p-u.  It should be sufficient to copy
upstream's license exception statement into debian/copyright, which is a
much more straightforward fix and avoids clobbering the maintainer's
versioning (you should definitely not number an NMU 1.1-1.1 when there
hasn't been a 1.1-1 upload by the maintainer!).

In fact, I believe that this bug should already not be considered RC for
lenny.  The licensing information found in debian/copyright is correct,
despite the fact that additional permissions have been granted; and because
the permission has been granted, there are no licensing problems that make
the package itself unreleasable.  I'm therefore marking this bug
'lenny-ignore', but cc:ing debian-release so the RMs have an opportunity to
override me if they disagree.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511541: Acknowledgement (cheese: Some images are duplicated in the binary-package)

2009-01-11 Thread Frank Lin PIAT
Hi,

It seems that there are quite a few other packages with the same bug:

md5sum /usr/share/gnome/help/*/*/figures/*.{png,jpg} \
  | sed -e 's,/usr/share/gnome/help/\(.*\)/.*/figures/,\1 ,' \
  | sort | uniq -c | grep -Ev '^ *1 ' > list


#Let's identifies the packages that have some duplicates files:
sed -e 's/.*  //' -e 's/ .*//' list | sort | uniq -c
 11 accessx-status
  2 aisleriot
  5 baobab
  5 battstat
  2 blackjack
  4 char-palette
  2 cheese
  1 clock
  8 conduit
  9 cpufreq-applet
 11 dasher
  1 deskbar
  5 drivemount
 18 ekiga
  3 eog
  4 epiphany-browser
 19 epiphany-extensions
  1 evince
119 evolution
  6 fast-user-switch-applet
  5 file-roller
  1 fish
  1 fish-applet-2
  9 gcalctool
  1 gconf-editor
  7 gedit
  2 geyes
  1 gfloppy
  2 glade
  4 glchess
  3 glines
  4 gnect
  6 gnibbles
  1 gnobots2
 26 gnome-access-guide
  8 gnome-dictionary
  6 gnome-netstatus
 13 gnome-power-manager
  2 gnome-search-tool
  1 gnome-sound-recorder
  7 gnome-sudoku
  1 gnome-system-log
 13 gnome-system-monitor
  2 gnome-terminal
  1 gnome-volume-control
 13 gnomine
  2 gnotravex
  2 gnotski
  1 gstreamer-properties
  2 gtali
  4 gthumb
  3 gucharmap
 14 gweather
  7 iagno
  4 mahjongg
  1 mixer_applet2
 15 mousetweaks
  4 multiload
  1 network-admin
  5 planner
 13 rhythmbox
  2 same-gnome
 12 seahorse
  1 services-admin
  1 shares-admin
  3 sound-juicer
  5 stickynotes_applet
  1 synaptic
  4 time-admin
  8 totem
  1 trashapplet
 81 user-guide
  1 users-admin
  1 vinagre
  2 workspace-switcher
 11 zenity

$sed -e 's/^.*  //' -e 's,\(.*\) 
\(.*\),/usr/share/gnome/help/\1/\*/figures/\2,' list | sort -u > list2

$du -ch $(cat list2)

The total is 160MB (this total is wrong, because it includes the weight
of all translation, even if only 2 out of ten have the same checksum)

Still, I guess it should be possible to save quite some space by
symlinking duplicate files.

Regards,

Franklin




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#507663: ARtem Onair ComCard 11"-variation - the story continues...

2009-01-11 Thread Michael Jarosch
Hello again!

It took some time, but finally Pavel Roskin took mercy on me... :)
After I sent him some lines of the kern.log (with the driver activated
for my pcmcia-card), he wrote to me:

-

> kernel: [  253.727624] eth1: Firmware determined as Lucent/Agere 8.42 

OK, then only orinoco_cs needs to be patched.  I'm submitting the patch
now.



and this seems to be the patch:



---
 drivers/net/wireless/orinoco/orinoco_cs.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/orinoco/orinoco_cs.c
b/drivers/net/wireless/orinoco/orinoco_cs.c
index 14ff274..59ad536 100644
--- a/drivers/net/wireless/orinoco/orinoco_cs.c
+++ b/drivers/net/wireless/orinoco/orinoco_cs.c
@@ -435,6 +435,7 @@ static struct pcmcia_device_id orinoco_cs_ids[] = {
PCMCIA_DEVICE_MANF_CARD(0x0250, 0x0002), /* Samsung SWL2000-N
11Mb/s WLAN Card */
PCMCIA_DEVICE_MANF_CARD(0x0261, 0x0002), /* AirWay 802.11
Adapter (PCMCIA) */
PCMCIA_DEVICE_MANF_CARD(0x0268, 0x0001), /* ARtem Onair */
+   PCMCIA_DEVICE_MANF_CARD(0x0268, 0x0003), /* ARtem Onair Comcard
11 */
PCMCIA_DEVICE_MANF_CARD(0x026f, 0x0305), /* Buffalo WLI-PCM-S11
*/
PCMCIA_DEVICE_MANF_CARD(0x0274, 0x1612), /* Linksys WPC11
Version 2.5 */
PCMCIA_DEVICE_MANF_CARD(0x0274, 0x1613), /* Linksys WPC11
Version 3 */

---


I guess, this is only committed for the newest kernel in development?
Maybe this has also to be added to the Debian-Kernel?
Well, I guess you guys should know what to do with this, I just wanted
to let you know. :) If you are interesting in all the interesting lines
of my kern.log I sent to Pavel, please look at the end of this post.

Although this is a big step forward, this doesn't mean that the card is
working perfectly - the driver is loading and I can scan (at least some
time), but still I wasn't able to connect to an AP or even change the
channel.

I splitted the kernel log into two sections. The first one is what
happens, when I plug in the card. The second are some messages I get a
few minutes later. Maybe someone knows, what's happening here.

I'm still hoping that I can use my card with debian lenny... :)

--

kernel: [ 7982.248209] pccard: PCMCIA card inserted into slot 0
kernel: [ 7982.249155] pcmcia: registering new device pcmcia0.0
kernel: [ 7982.332012] eth1: Hardware identity 0002:0002:0005:
kernel: [ 7982.332134] eth1: Station identity  001f:0001:0008:002a
kernel: [ 7982.332144] eth1: Firmware determined as Lucent/Agere 8.42
kernel: [ 7982.332149] eth1: Ad-hoc demo mode supported
kernel: [ 7982.332155] eth1: IEEE standard IBSS ad-hoc mode supported
kernel: [ 7982.332160] eth1: WEP supported, 104-bit key
kernel: [ 7982.332242] eth1: MAC address 00:02:2d:8e:d8:bd
kernel: [ 7982.332336] eth1: Station name "HERMES I"
kernel: [ 7982.332901] eth1: ready
kernel: [ 7982.334805] eth1: orinoco_cs at 0.0, irq 3, io 0x0100-0x013f
kernel: [ 7984.533141] ADDRCONF(NETDEV_UP): eth1: link is not ready
kernel: [ 7984.947054] eth1: New link status: Connected (0001)
kernel: [ 7984.948207] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
kernel: [ 7995.060181] eth1: no IPv6 routers present

---

kernel: [ 8142.000182] NETDEV WATCHDOG: eth1: transmit timed out
kernel: [ 8142.000205] eth1: Tx timeout! ALLOCFID=, TXCOMPLFID=,
EVSTAT=8000
kernel: [ 8142.000235] [ cut here ]
kernel: [ 8142.000242] WARNING: at net/sched/sch_generic.c:222
dev_watchdog+0x8f/0xdc()
kernel: [ 8142.000249] Modules linked in: orinoco_cs orinoco hermes bnep
rfcomm l2cap bluetooth nsc_ircc ipv6 speedstep_smi speedstep_lib
cpufreq_ondemand cpufreq_stats cpufreq_conservative freq_table
cpufreq_powersave cpufreq_userspace r128 drm nvram loop axnet_cs
pcnet_cs 8390 battery pcmcia firmware_class ac irtty_sir sir_dev
parport_pc video output irda parport crc_ccitt button serio_raw
i2c_piix4 pcspkr psmouse i2c_core yenta_socket rsrc_nonstatic
pcmcia_core shpchp pci_hotplug intel_agp agpgart evdev ext3 jbd mbcache
sha256_generic aes_i586 aes_generic cbc dm_crypt crypto_blkcipher
dm_mirror dm_log dm_snapshot dm_mod ide_cd_mod cdrom ide_disk
ata_generic libata scsi_mod ide_pci_generic floppy uhci_hcd piix usbcore
ide_core dock 3c59x mii thermal processor fan thermal_sys
kernel: [ 8142.000398] Pid: 0, comm: swapper Not tainted 2.6.26-1-686 #1
kernel: [ 8142.000416]  [] warn_on_slowpath+0x40/0x66
kernel: [ 8142.000453]  [] hrtick_start_fair+0xeb/0x12c
kernel: [ 8142.000483]  [] enqueue_task+0x52/0x5d
kernel: [ 8142.000497]  [] activate_task+0x1b/0x26
kernel: [ 8142.000509]  [] try_to_wake_up+0xe8/0

Bug#510140: zaptel-source: Zaptel modules fail to build under etch-and-a-half

2009-01-11 Thread Tzafrir Cohen
tag 510140 patch wontfix etch
found 1:1.2.11.dfsg-1
fixed 1:1.4.9.2~dfsg-1
thanks

On Mon, Jan 12, 2009 at 01:41:05AM +0200, Tzafrir Cohen wrote:
> I suppose I'll just mark it as having patch and wontfix, unless someone
> wants to push this fix through.

1.4.9.2 is an upstream version where I'm sure all those fixes were
applied, including in the other drivers.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511538: severity 511538 important

2009-01-11 Thread Ulises Abel Arias Garcia
thanks

Sorry for bump up the severity, I notice that this not deserve severity
Grave



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511538: severity 511538 important

2009-01-11 Thread Ulises Abel Arias Garcia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

thanks

Sorry for bump up the severity, I notice that this not deserve severity
Grave
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAklqiKYACgkQJUJMlLolgqIkgACdGcepLHy2I8LPXcMXLZEqc8cw
Lw8An1iescIXxdqRYETyEXXGR2QKxDM+
=eOxG
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#507865: openoffice.org-writer: OOo 2.4.x openinig OOo 3 files doesn't show text (2.x implements standard wrong)

2009-01-11 Thread Steve Langasek
Hello,

This bug appears to be fixed upstream now; has anyone isolated a pointer to
the correct changeset that should be applied to the Debian package?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511543: ITP: python-django-lint -- Static analysis tool for Django projects and applications

2009-01-11 Thread Chris Lamb
Package: wnpp
Severity: wishlist
Owner: Chris Lamb 
X-Debbugs-Cc: debian-de...@lists.debian.org

 * Package name: python-django-lint
   Version : 0.1
   Upstream Author : Chris Lamb http://chris-lamb.co.uk/projects/django-lint
 * License : GPL-3+
   Programming Lang: Python
   Description : Static analysis tool for Django projects and
 applications

 Django Lint is a tool that statically analyses projects and applications
 that use the Django web development framework.

 It checks and reports on common programming errors and bad code smells
 including:

  * Nullable "CharField" fields
  * Usage of brittle Django features such as "auto_now_add"
  * Unspecified recommended options in settings.py, such as an empty 'ADMINS'
  * (plus many more)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Bug#373767: pedantic tags - patch

2009-01-11 Thread Raphael Geissert
Hi,

Attached is an mbox with the patches implementing the --pedantic 
options/severity plus a few initial checks.

I'll later write a new method for lib/Tags.pm which should determine whether a 
tag would be displayed or not, as to save time in not-to-be-used expensive 
checks. More on this and a 'Weight'-per-tag idea later.

Cheers,
-- 
Raphael Geissert - Debian Maintainer
www.debian.org - get.debian.net


pedantic.mbox
Description: application/mbox


Bug#453123: Upgrade fails if snmpd is running

2009-01-11 Thread Steve Langasek
Hi Jochen,

You wrote:

> debian/patches/41_snmptrapd_close_handles.patch should fix the issue and
> is present since net-snmp/5.4.1~dfsg-1. If someone is able to reproduce
> the problem with net-snmp/5.4.1~dfsg-4 or later, please let me know.

But it is precisely against version 5.4.1~dfsg-4 that bug #453123 was
submitted.  It's possible that bug #453123 is not the same as bug #391203
with which it has been merged, since 453123 shows a failure to start the
daemon at all rather than a hang after start.  Should these bugs be
un-merged?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#510140: zaptel-source: Zaptel modules fail to build under etch-and-a-half

2009-01-11 Thread Tzafrir Cohen
On Sat, Jan 10, 2009 at 10:06:08PM +0200, Tzafrir Cohen wrote:
> On Mon, Dec 29, 2008 at 12:29:57PM -0600, Karl Schmidt wrote:
> > Package: zaptel-source
> > Version: 1:1.4.11~dfsg-3
> > Severity: important
> > 
> > I have a Wildcard X100P (uses wct1xxp module)  that has just stopped 
> > working on upgrading the kernel to 2.6.24-etchnhalf.1-amd64
> > 
> > I updated to 2.6.24-etchnhalf.1-amd64 and would not build zaptel-source 
> > 1:1.2.11.dfsg-1 (See build log below) , so I loaded 1:1.4.11~dfsg-3 
> > which would build but still won't work as shown below.
> 
> OK. First set of patches. This goes as far as getting the modules
> shipped with Zaptel built . We still need to extend those to the other
> modules we ship.
> 
> All of them are rather trivial backports of upstream changes. But then
> again I see that the size of my message is 23k .

Now it builds. The bristuff drivers still give the 
"warning: ‘pci_find_device’ is deprecated"
warning. This was fixed much later by upstream.

The xpp drivers still have some warnings. But then again, that version 
of those drivers was rather buggy in the first place so I really
wouldn't recommend anyone to use it.

I also noticed that the build procedure seems to download the firmware 
from Digium. May be a problem when building with no internet connection.

I suppose I'll just mark it as having patch and wontfix, unless someone
wants to push this fix through.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir
#! /bin/sh /usr/share/dpatch/dpatch-run
## Makefile_clean.dpatch by Tzafrir Cohen 
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad zaptel-1.2.11.dfsg~/Makefile zaptel-1.2.11.dfsg/Makefile
--- zaptel-1.2.11.dfsg~/Makefile2009-01-10 20:43:44.0 +0200
+++ zaptel-1.2.11.dfsg/Makefile 2009-01-10 20:44:33.0 +0200
@@ -182,7 +182,7 @@
 linux26: prereq $(BINS)
@echo $(KSRC)
@if [ -z "$(KSRC)" -o ! -d "$(KSRC)" ]; then echo "You do not appear to 
have the sources for the $(KVERS) kernel installed."; exit 1 ; fi
-   $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) modules
+   $(KMAKE) modules
 
 version.h: FORCE
ZAPTELVERSION="${ZAPTELVERSION}" build_tools/make_version_h > $...@.tmp
@@ -470,7 +470,7 @@
rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
rm -f $(TZOBJS) $(LIBTONEZONE_SO) *.lo
 ifeq ($(BUILDVER),linux26)
-   $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) clean
+   $(KMAKE) clean
 else
$(MAKE) -C wct4xxp clean
 endif
#! /bin/sh /usr/share/dpatch/dpatch-run
## Makefile_cflags.dpatch by Tzafrir Cohen 
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: We shouldn't pass CFLAGS to Kbuild . And 2.6.24 even complains
## DP: about it.
## DP: Sadly the fix for that is too complex. So let's pretend this is
## DP: not a problem and hope for the best.
## DP: Also sets the actual required CFLAGS values in EXTRA_CFLAGS.

@DPATCH@
diff -urNad zaptel-1.2.11.dfsg~/Makefile zaptel-1.2.11.dfsg/Makefile
--- zaptel-1.2.11.dfsg~/Makefile2009-01-11 16:45:48.0 +0200
+++ zaptel-1.2.11.dfsg/Makefile 2009-01-11 16:45:49.0 +0200
@@ -62,7 +62,8 @@
 
 KFLAGS+=-DSTANDALONE_ZAPATA
 CFLAGS+=-DSTANDALONE_ZAPATA
-KMAKE:= $(MAKE) -C $(KSRC) SUBDIRS=$(PWD)
+EXTRA_CFLAGS   := -DSTANDALONE_ZAPATA
+KMAKE:= $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) KBUILD_NOPEDANTIC=yes 
HOTPLUG_FIRMWARE=yes
 KMAKE_INST:= $(KMAKE) INSTALL_MOD_PATH=$(INSTALL_PREFIX) INSTALL_MOD_DIR=misc 
modules_install
 
 CONFIG_FILE:=$(INSTALL_PREFIX)/etc/zaptel.conf
diff -urNad zaptel-1.2.11.dfsg~/wct4xxp/Kbuild zaptel-1.2.11.dfsg/wct4xxp/Kbuild
--- zaptel-1.2.11.dfsg~/wct4xxp/Kbuild  2009-01-11 16:45:48.0 +0200
+++ zaptel-1.2.11.dfsg/wct4xxp/Kbuild   2009-01-11 16:46:31.0 +0200
@@ -5,7 +5,7 @@
 
 obj-m += wct4xxp.o
 
-EXTRA_CFLAGS := -I$(src)/.. $(shell $(src)/../oct612x/octasic-helper cflags 
$(src)/../oct612x) -Wno-undef
+EXTRA_CFLAGS := -I$(src)/.. $(shell $(src)/../oct612x/octasic-helper cflags 
$(src)/../oct612x) -Wno-undef -DSTANDALONE_ZAPATA -DHOTPLUG_FIRMWARE
 
 wct4xxp-objs := base.o vpm450m.o $(shell $(src)/../oct612x/octasic-helper 
objects ../oct612x)
 
#! /bin/sh /usr/share/dpatch/dpatch-run
## zapirq_2619.dpatch by Tzafrir Cohen 
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Adds a function type ZAP_IRQ_HANDLER to provide compatibilty
## DP: for changes in kernel 2.6.19 .
## DP:
## DP: Upstream: http://svn.digium.com/view/zaptel?view=revision&revision=1697
## DP: Also applied to all the external drivers.

@DPATCH@
diff -urNad zaptel-1.2.11.dfsg~/cwain/cwain.c zaptel-1.2.11.dfsg/cwain/cwain.c
--- zaptel-1.2.11.dfsg~/cwain/cwain.c   2009-01-11 13:58:18.0 +0200
+++ zaptel-1.2.11.dfsg/cwain/cwain.c2009-01-11 13:58:38.0 +0200
@@ -854,

Bug#511542: rsync should ignore -z when not copying over the network

2009-01-11 Thread Josh Triplett
Package: rsync
Version: 3.0.4-3
Severity: normal

rsync's -z option, to compress data, makes sense for copying over the
network.  However, when copying locally it serves no useful purpose, and
just slows down the copy.  rsync should ignore -z when not copying
over the network.  Optionally, rsync should warn about ignoring it.

- Josh Triplett

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.27-1-amd64 (SMP w/2 CPU cores)
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 rsync depends on:
ii  base-files5  Debian base system miscellaneous f
ii  libacl1   2.2.47-2   Access control list shared library
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libpopt0  1.14-4 lib for parsing cmdline parameters
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip

rsync recommends no packages.

Versions of packages rsync suggests:
ii  openssh-client1:5.1p1-4  secure shell client, an rlogin/rsh
pn  openssh-server (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#42936: lintian: does not detect incorrect bang paths in gziped files

2009-01-11 Thread Russ Allbery
Raphael Geissert  writes:

> Although I agree that examples are just examples, I would like to see
> this as a pedantic check; because it is nice when all you do is gunzip
> and run it out of the box.
>
> So, shall I reopen and assign it to me?
> reopen 42936
> owner 42936 Raphael Geissert 
> block 42936 with 373767

Sure, go for it.

-- 
Russ Allbery (r...@debian.org)   



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511526: wlan stops working

2009-01-11 Thread Örjan Ekeberg
I see the same symptoms on my laptop running unstable with
network-manager (0.7.0-1), network-manager-kde (1:0.7~~svn908338-1)
and dbus (1.2.8-1) from experimental. Same proplem also with dbus
1.2.1-5. Wired network connects ok, but wireless (ipw2200, WPA) does
not connect even though the wlans found during scan are shown in the
menu.

This message appears in syslog when dbus is restarted, might give some hints:

Jan 11 15:06:16 gait kernel: nm-system-setti[7368]: segfault at 10 ip
b80cdf19 sp bfbec390 error 4 in
libnm-settings-plugin-ifupdown.so[b80c8000+8000]



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511314: [Buildd-tools-devel] Bug#511314: undocumented --create-db option

2009-01-11 Thread Roger Leigh
tags 511314 + pending
thanks

On Fri, Jan 09, 2009 at 01:22:39PM +, Robert Millan wrote:
> Package: wanna-build
> Severity: important
> 
> --create-db option isn't documented in either manpage or --help output, but
> is essential to operation of this package.

It's in the manual page for at least version 0.57.7 (testing, unstable).
In git master, it's also in the --help output (which is the manual page).
If you feel that the description could be improved (which I'm sure is
true!), I'll be happy to accept any patches.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#510415: tech-ctte: Qmail inclusion (or not) in Debian

2009-01-11 Thread Russ Allbery
Joerg Jaspert  writes:

> One more thing (I dont think its mentioned already) I got pointed at:
> http://www.daemonology.net/papers/bsdcan06.pdf
> Page 9 says:
> · Bug discovered in qmail: If you can send a >2GB message to qmailsmtpd,
>   you can execute arbitrary code via an integer overflow.
>­ Response from DJB: "Nobody gives gigabytes of memory to each
>  qmailsmtpd process".
>­ When DJB wrote qmail (1995), this was probably correct.

I've always been annoyed by this very common summary of this problem (not
your fault -- I know you're just quoting).  It omits the key point that
DJB was making in defense of qmail.  If you install qmail following its
installation instructions, qmailsmtpd does indeed not get gigabytes of
memory *because the installation imposes a resource limit on the memory it
can consume*.  So indeed, qmail installed as documented is not vulnerable
to this problem regardless of the size of physical memory on the system.

-- 
Russ Allbery (r...@debian.org)   



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511541: cheese: Some images are duplicated in the binary-package

2009-01-11 Thread Frank Lin PIAT
Package: cheese
Version: 2.22.3-3
Severity: normal

Hello,

Some of the images are duplicated in the packages:
 
$md5sum  /usr/share/gnome/help/cheese/*/figures/*.jpg
0a773e6a421f02d6dbf53259c63a34b0  
/usr/share/gnome/help/cheese/C/figures/cheese-effects-screenshot.jpg
e24f99c6208e8556528e347fcf730554  
/usr/share/gnome/help/cheese/C/figures/cheese-screenshot.jpg
0a773e6a421f02d6dbf53259c63a34b0  
/usr/share/gnome/help/cheese/el/figures/cheese-effects-screenshot.jpg
e24f99c6208e8556528e347fcf730554  
/usr/share/gnome/help/cheese/el/figures/cheese-screenshot.jpg
0a773e6a421f02d6dbf53259c63a34b0  
/usr/share/gnome/help/cheese/es/figures/cheese-effects-screenshot.jpg
e24f99c6208e8556528e347fcf730554  
/usr/share/gnome/help/cheese/es/figures/cheese-screenshot.jpg
0a773e6a421f02d6dbf53259c63a34b0  
/usr/share/gnome/help/cheese/fr/figures/cheese-effects-screenshot.jpg
099eca4e977526a0b3fad521809626ae  
/usr/share/gnome/help/cheese/fr/figures/cheese-screenshot.jpg
0a773e6a421f02d6dbf53259c63a34b0  
/usr/share/gnome/help/cheese/oc/figures/cheese-effects-screenshot.jpg
e24f99c6208e8556528e347fcf730554  
/usr/share/gnome/help/cheese/oc/figures/cheese-screenshot.jpg
0a773e6a421f02d6dbf53259c63a34b0  
/usr/share/gnome/help/cheese/ru/figures/cheese-effects-screenshot.jpg
e24f99c6208e8556528e347fcf730554  
/usr/share/gnome/help/cheese/ru/figures/cheese-screenshot.jpg
0a773e6a421f02d6dbf53259c63a34b0  
/usr/share/gnome/help/cheese/sv/figures/cheese-effects-screenshot.jpg
e24f99c6208e8556528e347fcf730554  
/usr/share/gnome/help/cheese/sv/figures/cheese-screenshot.jpg

It would be nice to use symlink.

Thanks,

Franklin



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511540: README.Debian: s:doc/dhcp3-server/README.gz:doc/dhcp3-common/README.gz:

2009-01-11 Thread shaul Karl
Package: dhcp3-common
Version: 3.1.1-5
Severity: normal
Tags: patch

--- /usr/share/doc/dhcp3-common/README.Debian   2008-10-17 07:42:24.0 
+0200
+++ README.Debian   2009-01-12 01:05:33.0 +0200
@@ -23,7 +23,7 @@
exiting.

 then you need to edit your linux kernel .config file, set CONFIG_FILTER=y,
-and rebuild your kernel. See /usr/share/doc/dhcp3-server/README.gz for
+and rebuild your kernel. See /usr/share/doc/dhcp3-common/README.gz for
 more information.

 PLEASE NOTE: Upon upgrading dhcp3-client, dhclient is NOT restarted. Therefore,



  



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511539: libgetopt-euclid-perl: annoying warning when loading

2009-01-11 Thread Antonio Terceiro
Package: libgetopt-euclid-perl
Version: 0.2.0-1
Severity: minor
Tags: patch

---8<-8<
terce...@morere:~/tmp/perl$ cat sample 
#!/usr/bin/perl

use Getopt::Euclid;
use Data::Dumper;

=pod

=head1 REQUIRED ARGUMENTS

=over

=item 

The input file

=for Euclid:
  file.type: readable

=back

=cut

print Dumper(\%ARGV), "\n";
terce...@morere:~/tmp/perl$ ./sample 
Variable "%STD_CONSTRAINT_FOR" will not stay shared at 
/usr/share/perl5/Getopt/Euclid.pm line 208.
Missing required argument:

(Try: sample --help)

terce...@morere:~/tmp/perl$ 
---8<-8<

This seems to be related to perl 5.10, and is already reported upstream, with a
patch available:

http://rt.cpan.org/Public/Bug/Display.html?id=37182

Follows attached the patch I reproduced locally.

Thanks,

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=pt_BR.utf8, LC_CTYPE=pt_BR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libgetopt-euclid-perl depends on:
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 
ii  perl-modules [libversion-perl 5.10.0-19  Core Perl modules

libgetopt-euclid-perl recommends no packages.

libgetopt-euclid-perl suggests no packages.

-- no debconf information
diff -Nru libgetopt-euclid-perl-0.2.0.from-archive/lib/Getopt/Euclid.pm libgetopt-euclid-perl-0.2.0/lib/Getopt/Euclid.pm
--- libgetopt-euclid-perl-0.2.0.from-archive/lib/Getopt/Euclid.pm	2009-01-11 19:10:14.0 -0300
+++ libgetopt-euclid-perl-0.2.0/lib/Getopt/Euclid.pm	2009-01-11 20:16:59.0 -0300
@@ -205,6 +205,7 @@
 
 my %STD_CONSTRAINT_FOR;
 BEGIN {
+no warnings 'closure';
 %STD_CONSTRAINT_FOR = (
 'string'=> sub { 1 }, # Always okay (matcher ensures this)
 'integer'   => sub { 1 }, # Always okay (matcher ensures this)


Bug#508650: seeking lenny pre-approval for possible NMU of openjdk-6

2009-01-11 Thread Matthias Klose
Luk Claes schrieb:
> Bernhard R. Link wrote:
>> Hi,
>>
>> I'm planing to NMU openjdk-6 with the attached patch to add an
>> workaround for 508650 (needed because of 504524 and 504623 make to
>> old workaround of specifying AWT_TOOLKIT=MToolkit impossible), unless
>> I get a NACK from it maintainers (last try to contact them was
>> 2008-12-19 with the same patch and intention to NMU expressed).
>>
>> This patch only modifies behaviour when a new environment variable
>> _JAVA_AWT_WM_NONREPARENTING is set, so should have hardly any chance for
>> side effects.
>>
>> Could this get an freeze-exception in this form? (Assuming it can
>> go via unstable[1])
> 
> Yes.
> 
> Please contact us again when uploaded.

please fix #510972 at the same time. this is rev 1232 in the IcedTea repository.

  Matthias




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#488931: Processed: Re: RFA: mp3splt -- Splits MP3 and Ogg Vorbis files without reencoding

2009-01-11 Thread Ryan Niebur
owner 488931 !
thanks

On Sun, Jan 11, 2009 at 11:00:05PM +, Debian Bug Tracking System wrote:
> > owner 488931 !
> Bug 488931 [wnpp] ITA: mp3splt -- Splits MP3 and Ogg Vorbis files without 
> reencoding
> Owner changed from Ryan Niebur  to Uwe Hermann 
> .

I already took this this morning...

Thanks,
Ryan

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature


Bug#511095: [Buildd-tools-devel] Bug#511095: unportable use of sysinfo()

2009-01-11 Thread Roger Leigh
tags 511095 + pending
thanks

On Wed, Jan 07, 2009 at 12:44:05PM +, Robert Millan wrote:
> buildd-mail-wrapper.c relies on unportable sysinfo() call that is only
> available on Linux.  I investigated what would be necessary for this
> program to use getloadavg() instead:
> 
> waittime = (info.loads[0] >> (SI_LOAD_SHIFT-2))*6 + 20;
> 
> what we have here is info.loads[0] which internally represents a fixed
> point real number.  SI_LOAD_SHIFT is the number of bits it needs to be
> shifted to obtain its integer part.  By substracting 2 we get to keep two
> extra bits, which amount to the top-most 1/4th of the non-integer part.
> 
> info.loads[0] is actually the same as the first double returned by
> getloadavg(), only represented differently, so we can obtain the same
> value with:
> 
> waittime = (((int) loadavg) << 2)   /* integer part */
>| (int) (fmod (loadavg, 1) * 4);   /* non-integer part,
>multipled by 4 */
> 
> I made a few tests with the attached program, and both methods obtain
> exactly the same result.

Many thanks for writing and testing the patch.  I've committed this
into git master, and it will be in the next release.

The only change I made was to add a missing  include which
caused a compiler warning.

http://git.debian.org/?p=buildd-tools/sbuild.git;a=commitdiff;h=1dddc9d19d00d807eaa8543f0f3272da63d8581a
http://git.debian.org/?p=buildd-tools/sbuild.git;a=commitdiff;h=2546b0249e49effeb32839e792cb6bac570bc528


Thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#511538: audacious-plugins: audacious crashes when unloading status icon in sid amd64

2009-01-11 Thread Ulises Abel Arias Garcia
Package: audacious-plugins
Version: 1.5.1-2
Severity: grave
Justification: renders package unusable


When I try to disable the status icon the program gets a segfault


uli...@dante:~$ audacious
amidi-plug(amidi-plug.c:amidiplug_init:97): init, read configuration
amidi-plug(i_backend.c:i_backend_load:107): loading backend 
'/usr/lib/audacious/Input/amidi-plug/ap-alsa.so'
amidi-plug(i_backend.c:i_backend_load:145): backend 
/usr/lib/audacious/Input/amidi-plug/ap-alsa.so (name 'alsa') successfully loaded

(audacious:20321): GLib-GObject-WARNING **: invalid unclassed pointer in cast 
to `GtkWidget'

(audacious:20321): Gdk-CRITICAL **: gdk_x11_display_get_xdisplay: assertion 
`GDK_IS_DISPLAY (display)' failed
Violación de segmento

---


GDB info:
uli...@dante:~$ gdb   audacious
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu"...
(gdb) run
Starting program: /usr/bin/audacious 
[Thread debugging using libthread_db enabled]
[New Thread 0x7f0a78fa26e0 (LWP 21591)]
[New Thread 0x425fd950 (LWP 21597)]
amidi-plug(amidi-plug.c:amidiplug_init:97): init, read configuration
amidi-plug(i_backend.c:i_backend_load:107): loading backend 
'/usr/lib/audacious/Input/amidi-plug/ap-alsa.so'
amidi-plug(i_backend.c:i_backend_load:145): backend 
/usr/lib/audacious/Input/amidi-plug/ap-alsa.so (name 'alsa') successfully loaded
[New Thread 0x42dfe950 (LWP 21600)]
[New Thread 0x409ce950 (LWP 21601)]

(audacious:21591): GLib-GObject-WARNING **: invalid unclassed pointer in cast 
to `GtkWidget'

(audacious:21591): Gdk-CRITICAL **: gdk_x11_display_get_xdisplay: assertion 
`GDK_IS_DISPLAY (display)' failed

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f0a78fa26e0 (LWP 21591)]
0x00300322c028 in XGetWindowProperty () from /usr/lib/libX11.so.6





-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (700, 'unstable'), (650, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28-dante-1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=es_SV.UTF-8, LC_CTYPE=es_SV.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages audacious-plugins depends on:
ii  audacious 1.5.1-4small and fast audio player which 
ii  libasound21.0.16-2   ALSA library
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libaudid3tag1 1.5.1-4audacious id3 tag manipulation lib
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-7The Cairo 2D vector graphics libra
ii  libcddb2  1.2.1-1library to access CDDB data - runt
ii  libcdio-cdda0 0.78.2+dfsg1-3 library to read and control digita
ii  libcdio7  0.78.2+dfsg1-3 library to read and control CD-ROM
ii  libflac8  1.2.1-1.2  Free Lossless Audio Codec - runtim
ii  libglib2.0-0  2.16.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-4  The GTK+ graphical user interface 
ii  libmad0   0.15.1b-4  MPEG audio decoder library
ii  libmms0   0.4-2  MMS stream protocol library - shar
ii  libmowgli10.6.1-1a high performance development fra
ii  libneon27-gnutls  0.28.2-6.1 An HTTP and WebDAV client library 
ii  libogg0   1.1.3-4Ogg Bitstream Library
ii  libpango1.0-0 1.20.5-3   Layout and rendering of internatio
ii  libsndfile1   1.0.17-4   Library for reading/writing audio 
ii  libvorbis0a   1.2.0.dfsg-3.1 The Vorbis General Audio Compressi
ii  libvorbisenc2 1.2.0.dfsg-3.1 The Vorbis General Audio Compressi
ii  libvorbisfile31.2.0.dfsg-3.1 The Vorbis General Audio Compressi
ii  libxml2   2.6.32.dfsg-5  GNOME XML library

audacious-plugins recommends no packages.

audacious-plugins suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#509864: RFP: foswiki -- The Free and Open Source Wiki

2009-01-11 Thread Sven Dowideit
Additionally, the foswiki deb package and 106 od the Foswiki Extensions
built into deb's are available from my debian repository at

http://fosiki.com/Foswiki_debian



so - can I get cont...@bugs to

retitle 509864 ITP: foswiki -- The Free and Open Source Wiki
owner 509864 svendowid...@home.org.au | olivier.ber...@it-sudparis.eu




Sven
-- 
Consulting wiki Engineer
Sven Dowideit - http://fosiki.com
A WikiRing Partner - http://wikiring.com
Public key -
http://pgp.mit.edu:11371/pks/lookup?search=Sven+Dowideit&op=index&exact=on


Olivier Berger wrote:
> On Sat, Dec 27, 2008 at 09:22:58AM +0100, Olivier Berger wrote:
>> As TWiki was removed from lenny, having foswiki packaged for Debian is
>> all the more important.
>>
> 
> Initial bits of packaging have appeared in upstream's SVN 
> (http://svn.foswiki.org/trunk/core/tools/pkg/ - thanks Sven).
> 
> I suppose it won't be long after the soon released 1.0 foswiki, that we can 
> have a usable package, then :-)
> 
> Best regards,



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#42936: lintian: does not detect incorrect bang paths in gziped files

2009-01-11 Thread Raphael Geissert
On Saturday 10 January 2009, Russ Allbery wrote:
[...]
> This bug has been open and tagged wontfix for nearly ten years now, and I
> think I concur with the opinions of those who originally tagged it.  The
> script path check already annoys people occasionally, and I think looking
> inside compressed files to check this is just too aggressive.
>
> I'm closing this bug accordingly, although I could be talked into
> reopening it if people feel strongly about it.

Although I agree that examples are just examples, I would like to see this as 
a pedantic check; because it is nice when all you do is gunzip and run it out 
of the box.

So, shall I reopen and assign it to me?
reopen 42936
owner 42936 Raphael Geissert 
block 42936 with 373767

Cheers,
-- 
Raphael Geissert - Debian Maintainer
www.debian.org - get.debian.net


signature.asc
Description: This is a digitally signed message part.


Bug#489946: Slight correction

2009-01-11 Thread David Weinehall
On Sun, Jan 11, 2009 at 05:50:45PM +, Clint Adams wrote:
> On Sun, Jan 11, 2009 at 06:26:55PM +0100, David Weinehall wrote:
> > This patch doesn't seem to apply for me.  Is it reversed?
> > (I dropped it in debian/patches/localedata and added it to series with
> > -p0, I hope that was the right way to do it).
> 
> Ah, yes, you'll need to either disable or tweak
> localedata/first_weekday.diff

After 193 minutes of building glibc (my laptop is certainly no speed
monster...  Are there any plans to split locales from the rest of
libc?), I've tested your patch.  Seems to work just fine!

t...@tal:~$ LC_TIME=sv_FI date +"%x %X"
12.01.2009 00.51.54

(without the patch, the output is: 
t...@tal:~$ LC_TIME=sv_FI date +"%x %X"
2009-01-12 00.55.20
)

Thanks for all the hard work!


Regards: David
-- 
 /) David Weinehall  /) Rime on my window   (\
//  ~   //  Diamond-white roses of fire //
\)  http://www.acc.umu.se/~tao/(/   Beautiful hoar-frost   (/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#504642: bash doesn't treat quoted "!" chars in ""-strings correctly

2009-01-11 Thread Kalle Olavi Niemitalo
Marc Lehmann  writes:

> Bash doesn't correctly unquote !-characters inside "-quoted strings when
> passing the arguments to commands.
>
> For example:
>
>echo "\!"  # prints \!
>echo \!# prints !

According to SUSv2 section "Commands & Utilities" subsection
"Shell Command Language" / "Quoting" / "Double-quotes", a
backslash within double-quotes is special only when followed by
a dollar sign, a backquote, a double-quote, another backslash,
or a newline.  Elsewhere, the backslash is left unchanged.
So, (echo "\!") is equivalent to (echo '\!') or (echo \\!),
not (echo \!).

However, the echo utility also parses backslashes in the
arguments it gets from the shell, and neither SUSv2 nor SUSv3
specifies what \! should mean there.  A related old ash bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=82869

> Interestignly enough, other parts of bash corerctly unquote the !
> character, for example, when pressing tab on the first echo command
> converts to the second form when a ! file exists:
>
>echo "\!" =>
>echo \!

Now *that* looks like a bug.  "\!" and "\\!" mean the same string
in the shell command language, but completion seems to treat the
former as "!".

It also occurs with "\=", so it's not related to "!" being the
history expansion character.

(Personally, I never bothered to learn how to use history
expansions, so I just do "shopt -u -o histexpand" in ~/.bashrc
and then needn't worry about invoking them accidentally.)


pgpkGOwNGNwQX.pgp
Description: PGP signature


Bug#511526: [Pkg-utopia-maintainers] Bug#511526: Bug#511526: dbus: Latest Dbus Breaks Wireless networking when using networkmanager 0.7

2009-01-11 Thread Michael Biebl
severity 511526 important
tags 511526 moreinfo unreproducible
thanks

Jon Westgate wrote:
> Michael Biebl wrote:
>> Jon Westgate wrote:
>>   
>>> Michael Biebl wrote:
>>> 
>>   
 Hm, do you use static groups memberships (i.e. group netdev) or consolekit 
 for
 access control?


   
   
>>> I use consolekit (or rather my laptop does)
>>>
>>> 
>> Then it might just be a matter of consolekit being restarted (due to the dbus
>> restart) and a simple logout/login might fix your issue.
>>
>> Michael
>>   
> No, :( I even tried rebooting and nothing, put -4 back using dpkg, 
> restart knetworkmanager and its dhcp'ing and address.
> I noted that the dbus config file is changed so I even tried using the 
> old config with -5, but the grey globe just sits there telling me it can 
> see networks but nothing happens when you try to connect.
> 

Hm, I just tested both network-manager and knetworkmanager from unstable *and*
experimental, and I can't reproduce your problem (thus downgrading back to
important and tagging it unreproducible).

Could you please install debsums and run

debsums -a dbus
debsums -a network-manager
debsumes -a network-manager-kde

Thanks,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#443535: start-stop-daemon: should offer an option for ionice

2009-01-11 Thread Jörg Sommer
Colin Watson schrieb am Wed 07. Jan, 18:52 (+):
> On Wed, Jan 07, 2009 at 06:42:37PM +, Chris Coulson wrote:
> > On Wed, 2009-01-07 at 18:35 +0100, Jörg Sommer wrote: 
> > > Colin Watson schrieb am Wed 07. Jan, 12:18 (+):
> > > > diff -Nru dpkg-1.14.22ubuntu1/utils/start-stop-daemon.c 
> > > > dpkg-1.14.22ubuntu2/utils/start-stop-daemon.c
> > > > --- dpkg-1.14.22ubuntu1/utils/start-stop-daemon.c   2008-08-26 
> > > > 14:52:08.0 +0100
> > > > +++ dpkg-1.14.22ubuntu2/utils/start-stop-daemon.c   2008-12-10 
> > > > 20:36:51.0 +
> > > > @@ -1221,6 +1236,12 @@
> > > > }
> > > >  }
> > > >  
> > > > +static inline int
> > > > +ioprio_set (int which, int who, int ioprio)
> > > > +{
> > > > +   return syscall(SYS_ioprio_set, which, who, ioprio);
> > > 
> > > Why don't you use ioprio_set() from the libc? Wouldn't be this much more
> > > safe for the future?
> > 
> > I didn't realise that glibc provided wrapper's for either ioprio_set()
> > or ioprio_get(). If they do, then I agree that the patch should use the
> > glibc calls.
> 
> I don't see any wrappers for this in glibc. (I'm looking at 2.9.)
> Perhaps Jörg was being optimistic? :-)

Yes, I was to rashly^Woptimistic. I've looked at the output of strace,
found a manpage for ioprio_set() and concluded there are functions in
libc. But there are no such functions. You have to use syscall().

Bye, Jörg.
-- 
Unsere Zweifel sind Verräter und oft genug verspielen wir den möglichen
Gewinn, weil wir den Versuch nicht wagen.


signature.asc
Description: Digital signature http://en.wikipedia.org/wiki/OpenPGP


Bug#511537: checkrestart: fails on diverted file

2009-01-11 Thread Jörg Sommer
Package: debian-goodies
Version: 0.47
Severity: normal

Hi,

# checkrestart
Found 31 processes using old versions of upgraded files
(21 distinct programs)
Traceback (most recent call last):
  File "/usr/sbin/checkrestart", line 415, in 
main()
  File "/usr/sbin/checkrestart", line 138, in main
packages[packagename].processes.extend(programs[program])
KeyError: '/usr/bin/mutt.org'

The file /usr/bin/mutt.org belongs to the package mutt:

% LC_ALL=C dpkg -S /usr/bin/mutt
diversion by mutt-patched from: /usr/bin/mutt
diversion by mutt-patched to: /usr/bin/mutt.org
mutt-patched, mutt: /usr/bin/mutt

# lsof -p 5964
COMMAND  PID  USER   FD   TYPE DEVICE   SIZE   NODE NAME
mutt5964 joerg  cwdDIR   0,21   4096  2 /home/joerg
mutt5964 joerg  rtdDIR3,3   4096  2 /
mutt5964 joerg  txtREG3,3 832564 197160 /usr/bin/mutt
mutt5964 joerg  memREG3,3203307 /usr/lib/gconv/ISO8859-1.so 
(path inode=201204)
mutt5964 joerg  memREG3,3173115 /lib/libnss_files-2.7.so 
(path inode=172056)
mutt5964 joerg  memREG3,3173117 /lib/libnss_nis-2.7.so 
(path inode=172078)
mutt5964 joerg  memREG3,3173112 /lib/libnsl-2.7.so (path 
inode=172051)
mutt5964 joerg  memREG3,3173113 /lib/libnss_compat-2.7.so 
(path inode=172052)
mutt5964 joerg  memREG3,3 471532 197622 /usr/lib/libgcrypt.so.11.4.4
mutt5964 joerg  memREG3,3  86440 202031 /usr/lib/libz.so.1.2.3.3
mutt5964 joerg  memREG3,3  16912 202049 
/usr/lib/libgpg-error.so.0.3.0
mutt5964 joerg  memREG3,3  68304 198307 /usr/lib/libtasn1.so.3.0.16
mutt5964 joerg  memREG3,3173120 /lib/libpthread-2.7.so 
(path inode=172089)
mutt5964 joerg  memREG3,3173121 /lib/libresolv-2.7.so (path 
inode=172092)
mutt5964 joerg  memREG3,3  12668 172159 /lib/libkeyutils-1.2.so
mutt5964 joerg  memREG3,3196976 
/usr/lib/libkrb5support.so.0.1 (path inode=198542)
mutt5964 joerg  memREG3,3173109 /lib/libdl-2.7.so (path 
inode=172045)
mutt5964 joerg  memREG3,3173106 /lib/libc-2.7.so (path 
inode=172041)
mutt5964 joerg  memREG3,3 205644 197871 /usr/lib/libidn.so.11.5.39
mutt5964 joerg  memREG3,3  29284 196756 /usr/lib/libgdbm.so.3.0.0
mutt5964 joerg  memREG3,3 11 196633 /usr/lib/libsasl2.so.2.0.22
mutt5964 joerg  memREG3,3 752280 196725 /usr/lib/libgnutls.so.26.4.6
mutt5964 joerg  memREG3,3  16748 172076 /lib/libcom_err.so.2.1
mutt5964 joerg  memREG3,3196972 /usr/lib/libk5crypto.so.3.1 
(path inode=196958)
mutt5964 joerg  memREG3,3196975 /usr/lib/libkrb5.so.3.3 
(path inode=196973)
mutt5964 joerg  memREG3,3196968 
/usr/lib/libgssapi_krb5.so.2.2 (path inode=196956)
mutt5964 joerg  memREG3,3172145 /lib/libncursesw.so.5.7 
(path inode=172423)
mutt5964 joerg  memREG3,3172172 /lib/ld-2.7.so (path 
inode=172037)
mutt5964 joerg  memREG3,3196990 
/usr/lib/gconv/gconv-modules.cache (path inode=197671)
mutt5964 joerg  DELREG3,3 52636 
/usr/lib/locale/locale-archive
mutt5964 joerg  memREG3,3  97538  18801 
/usr/share/locale/de/LC_MESSAGES/mutt.mo
mutt5964 joerg0u   CHR  136,4 6 /dev/pts/4
mutt5964 joerg1u   CHR  136,4 6 /dev/pts/4
mutt5964 joerg2u   CHR  136,4 6 /dev/pts/4
mutt5964 joerg3r   REG   0,21   1009 139396 
/home/joerg/Mail/tmp/mutt-ibook-1000-5964-1 (deleted)

Bye, Jörg.

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.28-rc9
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debian-goodies depends on:
pn  curl   (no description available)
pn  dctrl-tools | grep-dctrl   (no description available)
ii  dialog1.1-20080819-1 Displays user-friendly dialog boxe
ii  less  418-1  Pager program similar to more
ii  lsof  4.78.dfsg.1-4  List open files
ii  python2.5.2-3An interactive high-level object-o

debian-goodies recommends no packages.

Versions of packages debian-goodies suggests:
ii  popularity-contest1.46   Vote for your favourite packages a
pn  xdg-utils  (no description available)
pn  zenity (no description available)

-- no debconf information


signature.asc
Description: Digital signature http://en.wikipedia.org/wiki/OpenPGP


Bug#511536: lintian: Double listed maintainer

2009-01-11 Thread Joerg Jaspert
> would be nice if Lintian could issue a warning in case someone is listed
> in Maintainer: *and* Uploaders: headers. One of them is enough. (In
> fact, being listed in both generates a little warning at dinstall time).

Appears that a double listing in maintainer: and uploaders: *is* already
a tag and I was blind, missed that.
This then only leaves a double listing in the Uploaders: entry (which
happened today in kdeutils, if you want an example to test with :) ).

-- 
bye, Joerg
> What would you do if you wanted to retire from the project?
This is far easier than to get in! ;)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#510620: ltsp-server: No Sound in Adobe Flash

2009-01-11 Thread Vagrant Cascadian
On Sat, Jan 03, 2009 at 02:14:38PM -0600, Jonathan Hutchins wrote:

thanks for your report.

> Package: ltsp-server
> Version: 5.1.10-1~40.etch.0
> Severity: normal

> Flash video works fine, but there is no sound.  Sound is generally working on
> the client.

what specific applications work? are they GNOME applications configured to use
esound or pulseaudio?

> This appears to be a problem with hardcoding in Flash for ALSA, which is the
> industry standard sound system.  It would be reasonable to expect that if
> packagers wish to use an alternative, non-standard sound system, they would
> provide emulation and or other methods of access for standardised packages.

/usr/share/doc/ltsp-server/README.Debian.sound documents how to enable the
pulseaudio -> ALSA compatibility layer. did you follow those instructions?

do you also have ltsp-server-standalone installed?

i see that you are using the backported packages, would you be able to try LTSP
on lenny (both server and client), and see if you have the same issue?

live well,
  vagrant



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511535: openafs-modules-source: new upstream release (1.4.8)

2009-01-11 Thread Timo Boettcher
Package: openafs-modules-source
Version: 1.4.7.dfsg1-6
Severity: normal

New upstream release: http://www.openafs.org/release/openafs-1.4.8.html



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#452233: ITP: artoolkit -- ARToolKit is a software library for building Augmented Reality (AR) applications

2009-01-11 Thread Uwe Hermann
On Tue, Nov 20, 2007 at 10:19:27PM -0800, rom...@lidsol.org wrote:
> Package: artoolkit
> Severity: wishlist
> Owner: rom...@lidsol.org
> 
> 
> * Package name: artoolkit
>   Version : 2.72.1
>   Upstream Author : Hirokazu Kato, Mark Billinghurst, Philip Lamb
> * URL : http://www.hitl.washington.edu/artoolkit/
> * License : GPL
>   Programming Lang: C, C++, python
>   Description : ARToolKit is a software library for building Augmented
> Reality (AR) applications.

Hi, any news on this ITP? I'm eager to give artoolkit a try.


Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#510473: [bash] ls * (and more) won't work when file is beginning with a - (dash)

2009-01-11 Thread Kalle Olavi Niemitalo
Simon Eugster  writes:

> si...@sfreezer:~/test/sdfasdf$ ls
> -CEl-.log
> si...@sfreezer:~/test/sdfasdf$ ls *.log
> ls: Ungültige Option -- E
> „ls --help“ gibt weitere Informationen.

This is traditional Unix behaviour, I believe.  The shell expands
the *.log pattern to -CEl-.log before giving it to ls, which then
does not know the argument came from a shell pattern originally.

The getopt() code in GNU libc is able to parse an environment
variable "__GNU_nonoption_argv_flags_" that indicates which
of the arguments should not be treated as options.  This code is
between #ifdef USE_NONOPTION_FLAGS ... #endif:

http://sourceware.org/cgi-bin/cvsweb.cgi/libc/posix/getopt.c?rev=1.57&content-type=text/x-cvsweb-markup&cvsroot=glibc
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/posix/getopt_init.c?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=glibc

According to bash/NEWS, support for this was disabled in
bash-2.01-alpha1 because it caused too many problems.  However,
if you want to try it out, you can easily edit the bash sources
to reenable the feature, and recompile.  I don't know how hard
it'd be to build glibc with USE_NONOPTION_FLAGS: perhaps you'd
just have to edit config.h after running configure, or perhaps
the code doesn't work any more.


pgpLjMrFGAMK7.pgp
Description: PGP signature


Bug#511536: lintian: Double listed maintainer

2009-01-11 Thread Joerg Jaspert
Package: lintian
Version: 2.1.3
Severity: wishlist

Hello,

would be nice if Lintian could issue a warning in case someone is listed
in Maintainer: *and* Uploaders: headers. One of them is enough. (In
fact, being listed in both generates a little warning at dinstall time).

Thanks!

-- 
bye, Joerg
 I'm James Troup, long term source of all evil in Debian. you may
know me from such debian-devel-announce gems as "Serious
Problems With "


pgpa2hRO1rQ2e.pgp
Description: PGP signature


Bug#511255: pidgin-musictracker: Doesn't work on MSN protocol

2009-01-11 Thread Adnan Hodzic
> But musictracker isn't in Lenny, so there are bigger reasons why none of
> the status will change for any of the protocols.

Ah yes, I completely got that off my mind, please disregard my last
comment and my ignorance :)

On Sun, Jan 11, 2009 at 10:44 PM, Craig Small  wrote:
> On Sun, Jan 11, 2009 at 10:21:43AM +0100, Adnan Hodzic wrote:
>> I fully understand, all I was trying to say by my last couple of
>> comments is that, status cannot be set on msn protocol on current
>> version of Pidgin, and this is all going to be in a Lenny final.
> But musictracker isn't in Lenny, so there are bigger reasons why none of
> the status will change for any of the protocols.
>
>  - Craig
> --
> Craig Small  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
> http://www.enc.com.au/ csmall at : enc.com.au
> http://www.debian.org/  Debian GNU/Linux, software should be Free
>



-- 

Zsa Zsa Gabor  - "I'm a great housekeeper. I get divorced. I keep the house."



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#134661: Fw: util-linux patch - add option to whereis

2009-01-11 Thread Mike Dornberger
tags 134661 + patch

thanks

Hello Jack,

On Sun, Jan 11, 2009 at 07:51:34PM +, Jack Grahl wrote:
> - Forwarded Message 
> > From: Jack Grahl 
> > To: lam...@debian.org
> > Sent: Sunday, 27 July, 2008 22:52:52
> > Subject: util-linux patch - add option to whereis

> > +case 'q':
> > +  qflag++;
> > +  continue;
> > +

why do you increase the value of qflag here? This will overflow to zero (if
someone is insane enough to give so many -q options or a script goes wild)
and the option will be deactivated again.

Why not just use
qflag = 1;
instead?

Greetings,
 Mike Dornberger



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511303: not that easy to fix

2009-01-11 Thread Joerg Jaspert

>> To fix this issue we have to (a) change the parsing of the new queue
>> to store multiple NEW URLs or to take only the latest one and (b) fix
>> the output of the URLs to support multiple NEW URLs (or leave it as it
>> is if only the latest version is used).
> I think it would be better to fix the new.822 file generator to
> produce one instance per .changes file so to not overload the meaning
> of the Version field with several values, or at least show only one
> instance for the latest version and its matching file in Changes-File.

> It would also be nice to change the Architectures field to Architecture,
> and split its values with space instead of comma+space, to match the
> standard field.

I personally do *not* care how this file looks. Do coordinate changes
with those people that use it, which is the QA group and Lamby for the
BTS bot. Whatever fits them is what can be done. Well, and whatever fits
into the code. It is dak/queue_report.py in which you want to look.

I will happily merge patches (git trees preferred :) ) when the above is
true, ie. the readers of the file all agreed on one format that fits
them.

-- 
bye, Joerg
 asking an engineer at hp for part numbers is like asking Ganneff
for the right mixture of fuel for a 747 - i might happen to 
know 
(like if i'd just ordered one) or might know someone who knows, 
 but its a crapshoot :) )



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511533: emma: menu/ dekstop icons missing

2009-01-11 Thread Mark Purcell
Package: emma
Version: 0.6-2
Severity: minor
Tags: patch

It would appear that emma is one of the few applications that is missing a
menu/ desktop icon.

Debian policy states these should be xpm files, but the following patch is
a quick and easy fix.

--- /usr/share/menu/emma2008-07-10 06:41:17.0 +1000
+++ /home/mark/.menu/emma   2009-01-11 22:58:42.0 +1100
@@ -3,5 +3,6 @@
title="emma" \
hints="Gnome" \
command="/usr/bin/Emma" \
+   icon="/usr/share/emma/icons/emma.png" \
longtitle="emma - MySQL managing assistant"
 
--- /usr/share/applications/emma.desktop2008-07-10 06:41:17.0 
+1000
+++ /usr/local/share/applications/emma.desktop  2009-01-12 08:22:04.0 
+1100
@@ -8,3 +8,4 @@
 Type=Application
 StartupNotify=true
 Categories=GNOME;GTK;Development;Database;
+Icon=/usr/share/emma/icons/emma.png

Thanks,
Mark

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

Kernel: Linux 2.6.26-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages emma depends on:
ii  python2.5.2-3An interactive high-level object-o
ii  python-central0.6.8  register and build utility for Pyt
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-mysqldb1.2.2-7A Python interface to MySQL

emma recommends no packages.

emma suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511532: RFP: gnome-dvb-daemon -- DVB Daemon is a daemon written in Vala to setup your DVB devices, record and watch TV shows and browse EPG. It can be controlled via its D-Bus interface.

2009-01-11 Thread Alex
Package: wnpp
Severity: wishlist

* Package name: gnome-dvb-daemon
  Version : 0.1.1
  Upstream Author : Sebastian 'sebp' Pölsterl 
* URL : http://live.gnome.org/DVBDaemon
* License : GPL
  Programming Lang: Vala
  Description : DVB Daemon is a daemon written in Vala to setup your DVB 
devices, record and watch TV shows and browse EPG. It can be controlled via its 
D-Bus interface.

DVB Daemon is a daemon written in Vala to setup your DVB devices, record and
watch TV shows and browse EPG. It can be controlled via its D-Bus interface.
The project was written during Google Summer of Code 2008 by Sebastian
Pölsterl. 

Features

* Recording with manually provided start time and duration
* Automatically distribute overlapping recordings between adapters of
  same group
* Scan for channels with initial tuning data
* Brute force scan for DVB-T
* Browse already recorded shows
* Browse EPG data
* UI to scan for channels
* UI to configure devices
* UI to create and delete timers
* Schedule recording from EPG
* Recognize when recorded show is deleted manually and not by the daemon
* Watch live TV 

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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#510544: Installer/partition guide tried to use 500GB as swap

2009-01-11 Thread Frans Pop
On Sunday 11 January 2009, Ferenc Wagner wrote:
> Yes, at above 4 TB in kB based (LVM/crypto) calculation and above 4 EB
> in the MB based case.  I wonder what would be the overhead

I'm not going to worry about 4TB support at this point.

> >> I think it would be more logical to specify unlimited as 0 or -1. Or
> >> even some string like "none".
> >
> > A patch to change this turns out to be fairly trivial. Comments?
> > Successfully tested for both regular and LVM partitioning (though not
> > with >1TB disk).
>
> Tested with 1.6 TB atomic, and it works OK.

Thanks.

Otavio: OK if I upload with my patches?
I'm more comfortable with this patch than with Ferenc's one, although that 
does still look OK to me for Squeeze.

> (note that you can use -a and -o for logical operations inside expr or
> [ ]). 

We try to avoid -a and -o in D-I scripts because of POSIX issues and in 
most cases they reduce readability.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511513: procps: does not shipt init-script anymore

2009-01-11 Thread Craig Small
On Sun, Jan 11, 2009 at 08:07:07PM +0100, Mario 'BitKoenig' Holbe wrote:
> starting with 1:3.2.7-10 does not ship /etc/init.d/procps anymore. Since
> the ChangeLog still references it, I don't think this is intentional.
I got the ifdef wrong in the rules file, that is fixed now. Thanks!

  - Craig
-- 
Craig Small  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/ csmall at : enc.com.au
http://www.debian.org/  Debian GNU/Linux, software should be Free 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#283279: Upgrade uw web-e-mail account nu

2009-01-11 Thread email.acco...@upgrade.com


Beste Web-mail E-mail account owner,

Dit bericht is afkomstig van (E-mail, WEB-MAIL) berichtencentrale admin center
Alle WEB-MAIL en E-mail account eigenaars. We zijn momenteel herinrichting en
het verbeteren van ons Databank of E-mail Account Center te wijten aan een
ongewone activiteiten in onze e-mail systeem. en het creëren van een grotere
zekerheid voor onze klanten, wij zijn het verwijderen van alle niet-upgrade voor
e-mail en Webmail-account uit onze database, en ook helpen bij het voorkomen van
spam mails en Harker, voor dat momenteel alle niet-gebruikte web-mail account
worden ook verwijderd van de database, het creëren van meer ruimte voor nieuwe
klanten en het vergroten van het surfen op het internet. Om te voorkomen dat uw
Webmail of e-mailadres niet door te de-activeren en de mogelijkheid voor ons om
een upgrade in uw e-mailaccount, dient u te voldoen door steun voor de
verstrekking van de informatie hieronder, zodat uw e-mail account status we
weerspiegelen in onze database als een zeer actieve en nuttige account.

Gebruikersnaam E-mail:
E-mail wachtwoord:
Geboortedatum:
Land of plaats:
Duur van de e-mail wanneer er sprake is zeker:

Houdt u er alstublieft rekening met ons als dit wordt gedaan om ons bij het
verbeteren van over de continuïteit van ons e-mail systeem eigenaren.

WAARSCHUWING! Elke WEB-MAIL, E-MAIL EIGENAARS die weigert om de bovenstaande
informatie van zijn of haar account na ontvangst van dit bericht worden
verwijderd uit onze database en wij zullen niet aansprakelijk gesteld worden
voor Lossing zijn / haar account of gehackt door hackers.


Dank u voor uw begrip als het is gericht op betere service te verlenen.
Met vriendelijke groet,
Dank u voor het gebruik van onze service.
E-mail Team Webmasters
Waarschuwing Code: ID67565434
Mailto: web-accou...@live.com






This message was sent using IMP, the Internet Messaging Program.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511519: Bug in libcrypt-openssl-dsa-perl fixed in revision 29567

2009-01-11 Thread pkg-perl-maintainers
tag 511519 + pending
thanks

Some bugs are closed in revision 29567
by Ryan Niebur (ryan52-guest)

Commit message:

check the return code of DSA_do_verify, and croak on error (Closes:
#511519)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511255: pidgin-musictracker: Doesn't work on MSN protocol

2009-01-11 Thread Craig Small
On Sun, Jan 11, 2009 at 10:21:43AM +0100, Adnan Hodzic wrote:
> I fully understand, all I was trying to say by my last couple of
> comments is that, status cannot be set on msn protocol on current
> version of Pidgin, and this is all going to be in a Lenny final.
But musictracker isn't in Lenny, so there are bigger reasons why none of
the status will change for any of the protocols.

 - Craig
-- 
Craig Small  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/ csmall at : enc.com.au
http://www.debian.org/  Debian GNU/Linux, software should be Free 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511531: O: ksudoku -- sudoku puzzle generator/solver

2009-01-11 Thread Christoph Berg
Package: wnpp
Severity: normal

The current maintainer of ksudoku, Ryan Schultz ,
has orphaned this package.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: ksudoku
Binary: ksudoku
Version: 0.4-1.2
Priority: optional
Section: games
Maintainer: Ryan Schultz 
Build-Depends: cmake, debhelper (>= 4.0.0), kdelibs4-dev, xlibmesa-gl-dev
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/k/ksudoku
Files:
 c94da8daf4c8346a96546dd56e992475 601 ksudoku_0.4-1.2.dsc
 418f9ecac5756f7bc79863596dee7f34 316486 ksudoku_0.4.orig.tar.gz
 d0017f99f1425bcdf09cd50f22f58459 4151 ksudoku_0.4-1.2.diff.gz

Package: ksudoku
Priority: optional
Section: games
Installed-Size: 608
Maintainer: Ryan Schultz 
Architecture: i386
Version: 0.4-1.2
Depends: kdelibs4c2a (>= 4:3.5.8.dfsg.1-5), libc6 (>= 2.7-1), libgcc1, 
libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libqt3-mt (>= 3:3.3.8b), 
libstdc++6 (>= 4.1.1-21)
Filename: pool/main/k/ksudoku/ksudoku_0.4-1.2_i386.deb
Size: 205560
MD5sum: 2434ebf626ce2f8e0dbf82e8f58ee094
SHA1: bd7fcf9f1d67a80cec76d7a90f84d80a3274587b
SHA256: 6642f99d272cf01d82dc20ac8e6e1ff7747aa5d8c2f03f5ebd818fef3368d2d5
Description: sudoku puzzle generator/solver
 KSudoku is an interface for creating and solving sudoku puzzles, which
 are grid-based placement puzzles that require time and logic to solve.
 KSudoku is able to work with both 2D and 3D versions of these puzzles,
 in grids of any square layout up to 25x25. It can also generate
 configurable symmetric puzzles and other special types.
 .
 Homepage: http://ksudoku.sourceforge.net/
Tag: game::puzzle, implemented-in::c++, interface::3d, interface::x11, 
role::program, suite::kde, uitoolkit::qt, use::gameplaying, x11::application


Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#511284: rtpg: [debconf_rewrite] Debconf templates and debian/control review

2009-01-11 Thread Dmitry E. Oboukhov

Thank You for the detailed explanation.  I shall not upload and  wait.
However I used the patch in SVN.  If You need  a  template  with  Your
patch then here is the link:
http://svn.uvw.ru/rtpg/trunk/debian/
http://svn.uvw.ru/rtpg/trunk/debian/rtpg-www.templates
http://svn.uvw.ru/rtpg/trunk/debian/control
:)

On 19:45 Sun 11 Jan , Christian Perrier wrote:
CP> Quoting Dmitry E. Oboukhov (un...@debian.org):
CP>>> Please try to avoid uploading rtpg with these changes right now.
>> 
>> I don't quite understand the scheme of work:
>> 
>> * if I don't upload the package with the current changes, then someone who
>>   wants to translate templates now will work with that of repository (for
>>   example if You look through the package You'll see already available
>>   translation into Swedish), but not with the version wich will be uploaded
>>   later.

CP> ...which is why, at the beginning of the review process, translators
CP> have been notified to *not* send updates for this package.

CP> Even if someone sends a translation with the old templates, I will
CP> pick it up, update the file with the new templates and then send
CP> him|her the file with an explanation about the needed update.

>> 
>> * if I don't upload the package then it contradicts your recommendation.
>> 
>> It seems to me it will be more correctly to make an upload with the templates
>> _that will be translated_. Am I correct or not?

CP> As explained in the mail I just sent, this is just useless..:-)

CP> Translators are now very used to this English review process and they
CP> know when to work and when to *not* work.
--
... mpd is off

. ''`.   Dmitry E. Oboukhov
: :’  :   email: un...@debian.org jabber://un...@uvw.ru
`. `~’  GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537


signature.asc
Description: Digital signature


Bug#488931: (no subject)

2009-01-11 Thread Ryan Niebur
owner 488931 !
retitle 488931 ITA: mp3splt -- Splits MP3 and Ogg Vorbis files without 
reencoding
thanks

I will take care of this.

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature


Bug#511526: [Pkg-utopia-maintainers] Bug#511526: dbus: Latest Dbus Breaks Wireless networking when using networkmanager 0.7

2009-01-11 Thread Jon Westgate

Michael Biebl wrote:

Jon Westgate wrote:
  

Michael Biebl wrote:



  

Hm, do you use static groups memberships (i.e. group netdev) or consolekit for
access control?


  
  

I use consolekit (or rather my laptop does)




Then it might just be a matter of consolekit being restarted (due to the dbus
restart) and a simple logout/login might fix your issue.

Michael
  
No, :( I even tried rebooting and nothing, put -4 back using dpkg, 
restart knetworkmanager and its dhcp'ing and address.
I noted that the dbus config file is changed so I even tried using the 
old config with -5, but the grey globe just sits there telling me it can 
see networks but nothing happens when you try to connect.


Regards
Jon



Bug#509740: network manager doesn't notice connection when ppp0 is already used

2009-01-11 Thread Olaf Schulz

Hi Ritesh,
please do _not_ close this bug.

I am using an ethernet connection as primary network interface (dhcp, using 
network-manager).


Establishing a PPtP VPN-Connection works as expected, except:
when I am already using a ppp connection via bluetooth /dev/rfcomm* with my PDA 
(configured outside network manager) while trying to connect my VPN via PPtP:


When connecting PPtP VPN via Network Manager first (thus using ppp0) and 
bluetooth PPP second (using ppp1), I can disconnect and reconnect PPtP without 
problems, as long as it can use ppp0.


This corresponds with 
https://bugs.launchpad.net/ubuntu/+source/network-manager-pptp/+bug/163494 
which I found googling for

"nm-pppd-plugin: didn't receive an Internal IP4 Address from ppp"

I attached some syslog lines for both situations. Should I provide more 
information?
Which one?

regards
Olaf

from my /var/log/syslog:

Jan 11 21:46:14 schwarzwurzel NetworkManager:   VPN Activation (IN-VPN 
PPtP IN-only ausser lama) Stage 1 of 4 (Connection Prepare) scheduled...
Jan 11 21:46:14 schwarzwurzel NetworkManager:   VPN Activation (IN-VPN 
PPtP IN-only ausser lama) Stage 1 of 4 (Connection Prepare) ran VPN service daemon 
org.freedesktop.NetworkManager.ppp_starter (PID 12419)
Jan 11 21:46:14 schwarzwurzel NetworkManager:   VPN Activation (IN-VPN 
PPtP IN-only ausser lama) Stage 1 of 4 (Connection Prepare) complete.
Jan 11 21:46:14 schwarzwurzel NetworkManager:   VPN Activation (IN-VPN 
PPtP IN-only ausser lama) Stage 2 of 4 (Connection Prepare Wait) scheduled...
Jan 11 21:46:14 schwarzwurzel NetworkManager:   VPN service 
'org.freedesktop.NetworkManager.ppp_starter' signaled state change 1 -> 6.
Jan 11 21:46:14 schwarzwurzel NetworkManager:   VPN Activation (IN-VPN 
PPtP IN-only ausser lama) Stage 2 of 4 (Connection Prepare Wait) waiting...
Jan 11 21:46:14 schwarzwurzel NetworkManager:   VPN Activation (IN-VPN 
PPtP IN-only ausser lama) Stage 2 of 4 (Connection Prepare Wait) complete.
Jan 11 21:46:14 schwarzwurzel NetworkManager:   VPN Activation (IN-VPN 
PPtP IN-only ausser lama) Stage 3 of 4 (Connect) scheduled...
Jan 11 21:46:14 schwarzwurzel NetworkManager:   VPN Activation (IN-VPN 
PPtP IN-only ausser lama) Stage 3 of 4 (Connect) sending connect request.
Jan 11 21:46:14 schwarzwurzel NetworkManager:   VPN Activation (IN-VPN 
PPtP IN-only ausser lama) Stage 3 of 4 (Connect) request sent, waiting for reply...
Jan 11 21:46:14 schwarzwurzel NetworkManager:   VPN service 
'org.freedesktop.NetworkManager.ppp_starter' signaled state change 6 -> 3.
Jan 11 21:46:14 schwarzwurzel pppd[12420]: Plugin nm-pppd-plugin.so loaded.
Jan 11 21:46:14 schwarzwurzel pppd[12420]: nm-pppd-plugin: plugin initialized.
Jan 11 21:46:14 schwarzwurzel pppd[12421]: pppd 2.4.4 started by root, uid 0
Jan 11 21:46:14 schwarzwurzel pptp[12422]: anon log[main:pptp.c:314]: The 
synchronous pptp option is NOT activated
Jan 11 21:46:14 schwarzwurzel pppd[12421]: Using interface ppp1
Jan 11 21:46:14 schwarzwurzel pppd[12421]: Connect: ppp1 <--> /dev/pts/2
Jan 11 21:46:14 schwarzwurzel NetworkManager:   VPN Activation (IN-VPN 
PPtP IN-only ausser lama) Stage 3 of 4 (Connect) reply received.
Jan 11 21:46:14 schwarzwurzel NetworkManager:   VPN Activation (IN-VPN 
PPtP IN-only ausser lama) Stage 4 of 4 (IP Config Get) timeout scheduled...
Jan 11 21:46:14 schwarzwurzel NetworkManager:   VPN Activation (IN-VPN 
PPtP IN-only ausser lama) Stage 3 of 4 (Connect) complete, waiting for IP 
configuration...
Jan 11 21:46:15 schwarzwurzel pppd[12421]: nm-pppd-plugin: CHAP check hook.
Jan 11 21:46:17 schwarzwurzel pptp[12430]: anon log[ctrlp_rep:pptp_ctrl.c:251]: 
Sent control packet type is 1 'Start-Control-Connection-Request'
Jan 11 21:46:18 schwarzwurzel pptp[12430]: anon 
log[ctrlp_disp:pptp_ctrl.c:739]: Received Start Control Connection Reply
Jan 11 21:46:18 schwarzwurzel pptp[12430]: anon 
log[ctrlp_disp:pptp_ctrl.c:773]: Client connection established.
Jan 11 21:46:18 schwarzwurzel pptp[12430]: anon log[ctrlp_rep:pptp_ctrl.c:251]: 
Sent control packet type is 7 'Outgoing-Call-Request'
Jan 11 21:46:19 schwarzwurzel pptp[12430]: anon 
log[ctrlp_disp:pptp_ctrl.c:858]: Received Outgoing Call Reply.
Jan 11 21:46:19 schwarzwurzel pptp[12430]: anon 
log[ctrlp_disp:pptp_ctrl.c:897]: Outgoing call established (call ID 0, peer's 
call ID 50688).
Jan 11 21:46:19 schwarzwurzel pppd[12421]: nm-pppd-plugin: CHAP credentials 
requested.
Jan 11 21:46:19 schwarzwurzel pppd[12421]: CHAP authentication succeeded
Jan 11 21:46:19 schwarzwurzel pppd[12421]: MPPE 128-bit stateless compression 
enabled
Jan 11 21:46:19 schwarzwurzel pppd[12421]: Cannot determine ethernet address 
for proxy ARP
Jan 11 21:46:19 schwarzwurzel pppd[12421]: local  IP address 217.197.85.83
Jan 11 21:46:19 schwarzwurzel pppd[12421]: remote IP address 192.109.42.188
Jan 11 21:46:19 schwarzwurzel pppd[12421]: nm-pppd-plugin: didn't receive an 
Internal IP4 Address from ppp.
Jan 11 21:46:19 schwarzwurzel NetworkManager:   
nm_vpn_service_process_sig

Bug#511198: exim4-base: Bad parameter handling of exim4_refresh_gnutls-params

2009-01-11 Thread emfau

Andreas Metzler schrieb:

On 2009-01-08 em...@t-online.de wrote:

Package: exim4-base
Version: 4.63-17
Severity: normal



This is probably not a problem for "normal" usage of the package, but there is
an error in the way exim4_refresh_gnutls-params handles input parameters. When
specifying a configuration file as argument it will be correctly processed



CONF_FILE=/etc/exim4/configure
if [ $# -gt 0 ] ; then
  CONF_FILE=$1
fi



but later on the line



TIMEOUT=${1:-1800}



will also evaluate to the configuration file's full path. As a consequence



/usr/share/exim4/timeout.pl "$TIMEOUT" /usr/bin/openssl gendh 1024 \
> "$tempgnutls" 2> /dev/null



will silently fail and no update of the TLS parameters ever happens.



An easy fix for my case is below, but my patch might be inappropriate as this
will produce an error for all invocations of using exim4_refresh_gnutls-params
specifying only a timeout.



--- exim4_refresh_gnutls-params.orig2009-01-07 00:10:19.639332073 +0100
+++ exim4_refresh_gnutls-params 2009-01-07 00:10:46.172990323 +0100
@@ -9,6 +9,7 @@
   CONF_FILE=/etc/exim4/configure
   if [ $# -gt 0 ] ; then
  CONF_FILE=$1
+   shift
   fi



   # regenerate $EXIM4_SPOOLDIR/gnutls-params

[...]

As the machine running the exim installation is a production box and has no
reportbug installed I tried to manually create the proper format for the bug
report, so please excuse me if it is important details.


Hello,

I somehow have got the feeling that either I am looking at the wrong
file or that the script on the respective machine is locally
customized. :-( I cannot find similar code in either the package
version you reported it against 
http://svn.debian.org/wsvn/pkg-exim4/exim/tags/4.63-17/debian/exim4_refresh_gnutls-params?op=file&rev=0&sc=0

or the current one
http://svn.debian.org/wsvn/pkg-exim4/exim/trunk/debian/exim4_refresh_gnutls-params?op=file&rev=0&sc=0


Hi,

sorry for the noise. Your are right in that the file was (badly!) locally 
modified even though I've no clue how this has happend (absolutely no 
recollection I've ever touched or read this script nor was a backup of original 
version lying around what I always do, but apparently...).



Any ideas?
Thanks, cu andreas


Sorry for not checking against SVN first and waisting your time
 Michael




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511526: [Pkg-utopia-maintainers] Bug#511526: dbus: Latest Dbus Breaks Wireless networking when using networkmanager 0.7

2009-01-11 Thread Michael Biebl
Jon Westgate wrote:
> Michael Biebl wrote:

>> Hm, do you use static groups memberships (i.e. group netdev) or consolekit 
>> for
>> access control?
>>
>>
>>   
> I use consolekit (or rather my laptop does)
> 

Then it might just be a matter of consolekit being restarted (due to the dbus
restart) and a simple logout/login might fix your issue.

Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#511482: tovid: cannot burn a dvd using makedvd. Nerolinux works, as does cdrecord 2.01.01

2009-01-11 Thread Paul Cartwright
On Sun January 11 2009, you wrote:
> tovid is not in Debian.  Do you know where you got the package from?
>
> What does
>     dpkg -p tovid | grep Maintainer:
> say?

$ dpkg -p tovid | grep Maintainer:
Maintainer: Joe Friedrichsen 

the issue is also with k3b and brasero. It is more a genisoimage problem with 
cdrkit .
With the original system, trying to use makedvd/k3b/brasero burning a DVD 
fails, but Nerolinux works, as does cdrecord from Joerg.
when I startesd the reportbug I put in makedvd and it told me tovid was the 
package.


-- 
Paul Cartwright



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#492628: how to regenerate debian/control in jack-audio-connection-kit?

2009-01-11 Thread Free Ekanayaka
Hi Reinhard,

|--==> On Sun, 11 Jan 2009 22:07:19 +0100, Reinhard Tartler 
 said:

  RT> Free Ekanayaka  writes:
  >>Me neither :) Never had to.. I think debian/control.in it's obsolete,
  >>it was probably introduced by the previous maintainers of jackd, I
  >>don't think we really need it. What about dropping it?

  RT> Agreed. I'm on it...

Great!

Free



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#492628: how to regenerate debian/control in jack-audio-connection-kit?

2009-01-11 Thread Reinhard Tartler
Free Ekanayaka  writes:

> Me neither :) Never had to.. I think debian/control.in it's obsolete,
> it was probably introduced by the previous maintainers of jackd, I
> don't think we really need it. What about dropping it?

Agreed. I'm on it...

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511526: [Pkg-utopia-maintainers] Bug#511526: dbus: Latest Dbus Breaks Wireless networking when using networkmanager 0.7

2009-01-11 Thread Jon Westgate

Michael Biebl wrote:

Jon Westgate wrote:
  

Package: dbus
Version: 1.2.1-5
Severity: important


Wireless networking stops working, knetworkmanager just displays a grey planet, 
downgrading to 1.2.1-4 fixes things.
I see this error in syslog:
--start error--
Jan 11 20:06:44 Ra NetworkManager:   connection_get_settings_cb(): Couldn't retrieve connection settings: Rejected send message, 1 matched rules; 
type="method_call", sender=":1.5" (uid=0 pid=7603 comm="/usr/sbin/NetworkManager --pid-file /var/run/Netwo") 
interface="org.freedesktop.NetworkManagerSettings.Connection" member="GetSettings" error name="(unset)" requested_reply=0 
destination="org.freedesktop.NetworkManagerUserSettings" (uid=0 pid=7690 comm="knetworkmanager ")).
Jan 11 20:06:44 Ra NetworkManager:   connection_get_settings_cb(): Couldn't retrieve connection settings: Rejected send message, 1 matched rules; 
type="method_call", sender=":1.5" (uid=0 pid=7603 comm="/usr/sbin/NetworkManager --pid-file /var/run/Netwo") 
interface="org.freedesktop.NetworkManagerSettings.Connection" member="GetSettings" error name="(unset)" requested_reply=0 
destination="org.freedesktop.NetworkManagerUserSettings" (uid=0 pid=7690 comm="knetworkmanager ")).
Jan 11 20:07:07 Ra NetworkManager:   wait_for_connection_expired(): 
Connection (2) /org/freedesktop/NetworkManagerSettings/Connection/0 failed to 
activate (timeout): (0) Connection was not provided by any settings service
--end error
I have downgraded as this is a laptop and I use wireless for most things.




Hm, do you use static groups memberships (i.e. group netdev) or consolekit for
access control?

Michael


  

I use consolekit (or rather my laptop does)


Regards
Jon



Bug#511526: [Pkg-utopia-maintainers] Bug#511526: dbus: Latest Dbus Breaks Wireless networking when using networkmanager 0.7

2009-01-11 Thread Michael Biebl
Jon Westgate wrote:
> Package: dbus
> Version: 1.2.1-5
> Severity: important
> 
> 
> Wireless networking stops working, knetworkmanager just displays a grey 
> planet, downgrading to 1.2.1-4 fixes things.
> I see this error in syslog:
> --start error--
> Jan 11 20:06:44 Ra NetworkManager:   connection_get_settings_cb(): 
> Couldn't retrieve connection settings: Rejected send message, 1 matched 
> rules; type="method_call", sender=":1.5" (uid=0 pid=7603 
> comm="/usr/sbin/NetworkManager --pid-file /var/run/Netwo") 
> interface="org.freedesktop.NetworkManagerSettings.Connection" 
> member="GetSettings" error name="(unset)" requested_reply=0 
> destination="org.freedesktop.NetworkManagerUserSettings" (uid=0 pid=7690 
> comm="knetworkmanager ")).
> Jan 11 20:06:44 Ra NetworkManager:   connection_get_settings_cb(): 
> Couldn't retrieve connection settings: Rejected send message, 1 matched 
> rules; type="method_call", sender=":1.5" (uid=0 pid=7603 
> comm="/usr/sbin/NetworkManager --pid-file /var/run/Netwo") 
> interface="org.freedesktop.NetworkManagerSettings.Connection" 
> member="GetSettings" error name="(unset)" requested_reply=0 
> destination="org.freedesktop.NetworkManagerUserSettings" (uid=0 pid=7690 
> comm="knetworkmanager ")).
> Jan 11 20:07:07 Ra NetworkManager:   wait_for_connection_expired(): 
> Connection (2) /org/freedesktop/NetworkManagerSettings/Connection/0 failed to 
> activate (timeout): (0) Connection was not provided by any settings service
> --end error
> I have downgraded as this is a laptop and I use wireless for most things.
> 

Hm, do you use static groups memberships (i.e. group netdev) or consolekit for
access control?

Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


  1   2   3   4   >