Bug#690748: laptop-mode-tools: enabling Laptop Mode even if disabled in LMT config

2012-10-17 Thread Jasmine Hassan
Package: laptop-mode-tools
Version: 1.61-1

# grep ENABLE_LAPTOP_MODE_TOOLS /etc/laptop-mode/laptop-mode.conf
ENABLE_LAPTOP_MODE_TOOLS=0

# ls -l /var/run/laptop-mode-tools/enabled
ls: cannot access /var/run/laptop-mode-tools/enabled: No such file or directory

# /etc/init.d/laptop-mode start
[ ok ] Enabling laptop mode...done (Warning: Configuration file
/etc/laptop-mode/conf.d/board-specific/*.conf is not readable,
skipping.
laptop-mode-tools is disabled in config file. Exiting).

# ls -l /var/run/laptop-mode-tools/enabled
-rw-r--r-- 1 root root 0 Sep 21 17:12 /var/run/laptop-mode-tools/enabled



I can see at least two problems with this:

1. /usr/lib/pm-utils/power.d/95hdparm-apm checks for the presence of
/var/run/laptop-mode-tools/enabled , and when found, the pm-utils hook
immediately exits because it assumes laptop-mode-tools is managing HDD
PM (by checking for CONTROL_HD_POWERMGMT in
/etc/laptop-mode/laptop-mode.conf).
This also affects suspend/resume/hibernate/thaw modes, due to symlink
from /usr/lib/pm-utils/sleep.d/95hdparm-apm
This effectively prevents hdparm from managing HDD's APM.

2. /usr/lib/pm-utils/sleep.d/01laptop-mode , when it finds
/usr/sbin/laptop_mode, runs it with the arguments "auto force". This
results in error: laptop-mode-tools is disabled in config file.
Exiting

Best,
Jasmine


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



Bug#690672: librdmacm: CVE-2012-4516

2012-10-17 Thread Moritz Muehlenhoff
On Tue, Oct 16, 2012 at 09:47:54AM -0700, Roland Dreier wrote:
> The first vulnerable version in Debian is 1.0.14.  Upstream introduced
> ACM support (where the vulnerability exists) in version 1.0.12, so
> Debian's 1.0.10 is not vulnerable.

Thanks, I'll mark Squeeze as not affected in the Debian Security Tracker.

Cheers,
Moritz 


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



Bug#690749: bluez: RFCOMM serving broken: Unable to spawn pnatd: /usr/bin/phonet-at not found

2012-10-17 Thread Dwayne Litzenberger

Package: bluez
Version: 4.99-2
Severity: normal
Tags: patch

Please disable the pnat plugin.  It breaks any application that tries to 
run an RFCOMM server.  According to upstream:


There should be absolutely no reason for Ubuntu have this plugin 
enabled or even compiled.  You might wanna file a bug to them to 
disable it.  The only place where it makes sense to be compiled is 
in Nokia's Maemo Harmattan platform.  For everything else it should 
be disabled (as it is by default).

-- Johan Hedberg on the linux-bluetooth mailing list


The symptom is that when an RFCOMM client attempts to connect to a 
listening RFCOMM server:


- the client application sees "Connection reset by peer" when sending 
  data;

- the server never sees the connection; and
- the following appears in the (Debian) server's syslog:

bluetoothd[6190]: Unable to spawn pnatd: Failed to execute child 
process "/usr/bin/phonet-at" (No such file or directory)


STEPS TO REPRODUCE:

1. Get two machines running Debian.  One will be the server and the 
   other will be the client.


2. On both machines, install python-bluez.

3. Find out the server's Bluetooth address (e.g. using "hcitool dev")

4. Pair the client and server.

5. On the server, run the following:

cd /usr/share/doc/python-bluez/examples/simple/
python rfcomm-server.py

6. On the client, run the following, using the server's address:

cd /usr/share/doc/python-bluez/examples/simple/
python rfcomm-client.py xx:xx:xx:xx:xx:xx

7. You should see this:

Searching for SampleServer on xx:xx:xx:xx:xx:xx
connecting to "SampleServer" on xx:xx:xx:xx:xx:xx
connected.  type stuff

8. Type a few lines of text

What _should_ happen is that we should see something like this on the 
server:


Waiting for connection on RFCOMM channel 1
Accepted connection from  ('yy:yy:yy:yy:yy:yy', 1)
received [asdf]
received [asdf]
received [azxvc]

What _actually_ happens is that we see nothing on the server, and we see 
the following on the client:


Searching for SampleServer on xx:xx:xx:xx:xx:xx
connecting to "SampleServer" on xx:xx:xx:xx:xx:xx
connected.  type stuff
asdf
Traceback (most recent call last):
  File "rfcomm-client.py", line 43, in 
sock.send(data)
  File "", line 5, in send
bluetooth.btcommon.BluetoothError: (104, 'Connection reset by peer')


The following patch fixes this bug:

---[ Begin patch ]---
diff --git a/debian/rules b/debian/rules
index c1bcccb..980f18a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,6 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
 --enable-time \
 --enable-alert \
 --enable-health \
- --enable-pnat \
 --enable-gatt-example \
 --enable-gstreamer \
 --enable-alsa \
---[ End patch ]---


A workaround is to add the following to /etc/bluetooth/main.conf:

   DisablePlugins = pnat

Cheers,
- Dwayne

-- System Information:
Debian Release: wheezy/sid
 APT prefers testing
 APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: armel
i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_CA.utf8, LC_CTYPE=en_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bluez depends on:
ii  dbus  1.6.0-1
ii  kmod  9-2
ii  libc6 2.13-35
ii  libcap-ng00.6.6-2
ii  libdbus-1-3   1.6.8-1
ii  libglib2.0-0  2.32.3-1
ii  libreadline6  6.2-8
ii  libudev0  175-7
ii  libusb-0.1-4  2:0.1.12-20
ii  lsb-base  4.1+Debian7
ii  python-dbus   1.1.1-1
ii  python-gi 3.2.2-1
ii  udev  175-7

bluez recommends no packages.

bluez suggests no packages.

-- no debconf information


--
Dwayne C. Litzenberger 
 OpenPGP: 19E1 1FE8 B3CF F273 ED17  4A24 928C EC13 39C2 5CF7


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



Bug#690565: trn4 [INTL:ja] New Japanese translation

2012-10-17 Thread Colin Watson
tags 690565 pending
thanks

On Tue, Oct 16, 2012 at 06:37:35AM +0900, victory wrote:
> On Mon, 15 Oct 2012 18:37:31 +0100
> Colin Watson wrote:
> > This says charset=UTF-8, but is not UTF-8.  Could I have a
> > correctly-encoded version?
> 
> ps
> this must be utf-8 encoded

Thanks, much better.  I've committed this for my next upload.

-- 
Colin Watson   [cjwat...@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#690703: The man page of group(5) contains reference to getgrent(3) and getgrnam(3) who appear to not exist

2012-10-17 Thread Colin Watson
reassign 690703 manpages
thanks

On Tue, Oct 16, 2012 at 06:49:54PM +0200, Sir Ragnarok wrote:
> The man page group(5) mentions getgrent(3) and getgrnam(3)
> although both pages don't seem to exist.

They're in the manpages-dev package.  I'll leave it to the manpages
maintainer whether he wants to mention this explicitly.

-- 
Colin Watson   [cjwat...@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#690550: [pkg-bacula-devel] Bug#690550: bacula: [INTL:ja] New Japanese translation

2012-10-17 Thread Alexander Golovko
tags 690550 + pending
--

Hi,

Thank you for your help!


В Mon, 15 Oct 2012 21:54:43 +0900
victory  пишет:

> Package: bacula
> Version: 5.2.6_dfsg-4
> Severity: wishlist
> Tags: patch l10n
> 
> Dear bacula package maintainer,
> 
>  Here's Japanese po-debconf template translation (ja.po) file that 
>  reviewed by several Japanese Debian developers and users.
> 
>  Could you apply it, please?

Translation was commited into git master branch, next uploaded version
will include it. 

The only change from your file is info about license (change default
"PACKAGE" to real package name - "bacula").



-- 
with best regards,
Alexander Golovko
email: alexan...@ankalagon.ru
xmpp: alexan...@ankalagon.ru


signature.asc
Description: PGP signature


Bug#690595: [pkg-bacula-devel] Bug#690595: bacula: [INTL:gl] Galician debconf templates translation update

2012-10-17 Thread Alexander Golovko
tags 690595 + pending
--

Hi!

Thank you for your help!


В Tue, 16 Oct 2012 00:36:59 +0200
Jorge Barreiro  пишет:

> Package: bacula
> Version: 5.2.6+dfsg-4
> Severity: wishlist
> Tags: l10n patch
> 
> Galician debconf templates translation is attached.

Translation was commited into git master branch, next uploaded version
will include it.


-- 
with best regards,
Alexander Golovko
email: alexan...@ankalagon.ru
xmpp: alexan...@ankalagon.ru


signature.asc
Description: PGP signature


Bug#690750: developers-reference: no link to English manual

2012-10-17 Thread Hideki Yamane
Package: developers-reference
Version: 3.4.9
Severity: minor
tags: l10n
Control: user debian-de...@debian.or.jp
Control: usertags -1 debianjp

Hi,

 Now it's index.html says "This page is also available in French, German
 and Japanese." and link to each language. However, this line is same in
 each language.

 So, non-English manuals doesn't have a link to original English manual.
 As a comment in index.dbx,
> 

 Yes, it should be fixed (as severity: minor).

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane


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



Bug#690732: [pkg-bacula-devel] Bug#690732: [INTL:pl] Polish debconf translation

2012-10-17 Thread Alexander Golovko
tags 690732 + pending
--

Hi,

Thank you for your help!

В Tue, 16 Oct 2012 23:40:42 +0200
"Michał Kułach"  пишет:

> Package: bacula
> Severity: wishlist
> Tags: l10n patch
> 
> Hi!
> 
> Please add the attached (last minute) Polish debconf translation.
> 
> Thanks in advance,

Translation was commited into git master branch, next uploaded version
will include it.



-- 
with best regards,
Alexander Golovko
email: alexan...@ankalagon.ru
xmpp: alexan...@ankalagon.ru


signature.asc
Description: PGP signature


Bug#690745: [pkg-bacula-devel] Bug#690745: bacula: [INTL:it] Italian debconf translation

2012-10-17 Thread Alexander Golovko
tags 690745 + pending
--

Hi,

Thank you for your help!

В Wed, 17 Oct 2012 08:30:44 +0200
Beatrice Torracca  пишет:

> Package: bacula
> Severity: wishlist
> Tags: l10n patch
> 
> Hi.
> Please find attached the Italian translation of bacula debconf
> messages proofread by the Italian localization team.
> 
> Please include it in your next upload.

Translation was commited into git master branch, next uploaded version
will include it.
The only change from your file is license info - default "PACKAGE"
changed to real package name "bacula"


-- 
with best regards,
Alexander Golovko
email: alexan...@ankalagon.ru
xmpp: alexan...@ankalagon.ru


signature.asc
Description: PGP signature


Bug#667573: [x264-devel] Bug#667573: x264: 10 bit builds

2012-10-17 Thread Jonathan Rosser
On 10/14/12 21:56, Reinhard Tartler wrote:

> 
> Something like this commit should do the trick:
> 
> http://anonscm.debian.org/gitweb/?p=pkg-multimedia/x264.git;a=commitdiff;h=ceab497a30560db9db7bf6ded594400f76a2686a
> 
> This is not finished, though. It still needs documentation in
> README.Debian. I'm also thinking about included a wrapper script that
> sets LD_LIBRARY_PATH. And it is of course totally untested, so
> feedback more than welcome.
> 

I've built this package and can confirm that the library works using a
dlopen() approach.

I was wondering about pkg-config support for the 10 bit library, a
second .pc file looks like it could come from a bit of search/replace on
the original.

Regards,
Jonathan.


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



Bug#667573: [x264-devel] Bug#667573: x264: 10 bit builds

2012-10-17 Thread Fabian Greffrath

Am 17.10.2012 10:09, schrieb Jonathan Rosser:

I've built this package and can confirm that the library works using a
dlopen() approach.


I've seen Reinhard has already implemented this in the Debian package, 
so it merely needs to get documented properly. Thanks!



I was wondering about pkg-config support for the 10 bit library, a
second .pc file looks like it could come from a bit of search/replace on
the original.


Aren't the 8bit and 10bit libraries ABI- and API-compatible? Then one 
could build against the 8bit-variant and load the 10bit-variant at 
run-time with a LD_LIBRARY_PATH hack. Thus we wouldn't need a second 
pkg-config file.


Or are we talking about static linking here?

 - Fabian


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



Bug#667573: [x264-devel] Bug#667573: x264: 10 bit builds

2012-10-17 Thread Reinhard Tartler
On Wed, Oct 17, 2012 at 10:25 AM, Fabian Greffrath  wrote:
> Am 17.10.2012 10:09, schrieb Jonathan Rosser:
>
>> I've built this package and can confirm that the library works using a
>> dlopen() approach.
>
>
> I've seen Reinhard has already implemented this in the Debian package, so it
> merely needs to get documented properly. Thanks!

Yeah, and perhaps a wrapper script, which should then get properly documented.

>
>
>> I was wondering about pkg-config support for the 10 bit library, a
>> second .pc file looks like it could come from a bit of search/replace on
>> the original.
>
>
> Aren't the 8bit and 10bit libraries ABI- and API-compatible? Then one could
> build against the 8bit-variant and load the 10bit-variant at run-time with a
> LD_LIBRARY_PATH hack. Thus we wouldn't need a second pkg-config file.

The fact that Jonathan confirms that dlopen()'ing the second library
works confirms that both libraries are ABI compatible for practical
reasons. Jonathan, what problem would a 2nd pkg-config file solve?

> Or are we talking about static linking here?

I am not convinced that we should invest any effort in supporting
static linking in the Debian x264 package.

-- 
regards,
Reinhard


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



Bug#661065: What should I do next?

2012-10-17 Thread Ma Xiaojun
I've done the not-so-hard package upgrading.
You may find the source package here:
https://code.launchpad.net/~damage3025/ubuntu/quantal/rar/v420

What should I do next?


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



Bug#690751: ooo2dbk: Missing dependency on xsltproc

2012-10-17 Thread Sylvestre Ledru
Package: ooo2dbk
Version: 2.1.0-1
Severity: normal

Hello,

I just install ooo2dbk but it doesn't work 
$ ooo2dbk foo.odt
sh: 1: xsltproc: not found

The installation of xsltproc fixed the problem.

Thanks,
Sylvestre



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

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

Versions of packages ooo2dbk depends on:
ii  libsaxon-java   1:6.5.5-8
ii  python  2.7.3~rc2-1
ii  python-support  1.0.15
ii  xsltproc1.1.26-14

Versions of packages ooo2dbk recommends:
pn  python-uno  

Versions of packages ooo2dbk suggests:
ii  docbook-xsl  1.76.1+dfsg-1

-- 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#667573: [x264-devel] Bug#667573: x264: 10 bit builds

2012-10-17 Thread Jonathan Rosser
On 10/17/12 09:28, Reinhard Tartler wrote:

> 
> The fact that Jonathan confirms that dlopen()'ing the second library 
> works confirms that both libraries are ABI compatible for practical 
> reasons. Jonathan, what problem would a 2nd pkg-config file solve?
> 

There were a few things that were in my mind, primarily around writing
portable code:

* Detect the presence of the 10 bit version in a configure.ac (the
version number won't tell you this)

* Retrieve the location to dlopen() from (will every distro put it in
the same place?)

Anyway - maybe I'm getting ahead of myself and simply having the 10 bit
version available is good enough. I'm very happy that it now builds in
the official package.

Regards,
Jon.


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



Bug#690748: laptop-mode-tools: enabling Laptop Mode even if disabled in LMT config

2012-10-17 Thread Ritesh Raj Sarraf
Hello Jasmine,

On Wednesday 17 October 2012 12:39 PM, Jasmine Hassan wrote:
> Package: laptop-mode-tools
> Version: 1.61-1
>
> # grep ENABLE_LAPTOP_MODE_TOOLS /etc/laptop-mode/laptop-mode.conf
> ENABLE_LAPTOP_MODE_TOOLS=0
>
> # ls -l /var/run/laptop-mode-tools/enabled
> ls: cannot access /var/run/laptop-mode-tools/enabled: No such file or 
> directory
>
> # /etc/init.d/laptop-mode start
> [ ok ] Enabling laptop mode...done (Warning: Configuration file
> /etc/laptop-mode/conf.d/board-specific/*.conf is not readable,
> skipping.
> laptop-mode-tools is disabled in config file. Exiting).
>
> # ls -l /var/run/laptop-mode-tools/enabled
> -rw-r--r-- 1 root root 0 Sep 21 17:12 /var/run/laptop-mode-tools/enabled

Yes. This should be handled better. Currently the "enabled" file is
touched in the init script. So even if LMT exited, the file doesn't get
cleaned.

Thanks for reporting this.


TODO: Investigate how to capture state, especially given that now we
have multiple invocation sources, pm-utils, acpid, kernel etc.


> 
>
> I can see at least two problems with this:
>
> 1. /usr/lib/pm-utils/power.d/95hdparm-apm checks for the presence of
> /var/run/laptop-mode-tools/enabled , and when found, the pm-utils hook
> immediately exits because it assumes laptop-mode-tools is managing HDD
> PM (by checking for CONTROL_HD_POWERMGMT in
> /etc/laptop-mode/laptop-mode.conf).
> This also affects suspend/resume/hibernate/thaw modes, due to symlink
> from /usr/lib/pm-utils/sleep.d/95hdparm-apm
> This effectively prevents hdparm from managing HDD's APM.
>
> 2. /usr/lib/pm-utils/sleep.d/01laptop-mode , when it finds
> /usr/sbin/laptop_mode, runs it with the arguments "auto force". This
> results in error: laptop-mode-tools is disabled in config file.
> Exiting
>
> Best,
> Jasmine


-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
"Necessity is the mother of invention."




signature.asc
Description: OpenPGP digital signature


Bug#690748: laptop-mode-tools: enabling Laptop Mode even if disabled in LMT config

2012-10-17 Thread Ritesh Raj Sarraf
Jasmine,

Does this patch help?


diff --git a/usr/sbin/laptop_mode
b/usr/sbin/laptop_mode  


index 4628bc8..89f140f
100755  
   

---
a/usr/sbin/laptop_mode  

  

+++
b/usr/sbin/laptop_mode  

  

@@ -253,6 +253,10 @@ lmt_load_config
()  
 



  

 if [ x$ENABLE_LAPTOP_MODE_TOOLS = x0 ];
then
 

log "MSG" "laptop-mode-tools is disabled in config file.
Exiting"
 

+   if [ -f /var/run/laptop-mode-tools/enabled ];
then


+   rm -rf
/var/run/laptop-mode-tools/enabled  
   

+  
fi  
  

+   log "VERBOSE" "Clean up laptop-mode-tools init state"
exit 0;
 fi
 



On Wednesday 17 October 2012 02:14 PM, Ritesh Raj Sarraf wrote:
> Hello Jasmine,
>
> On Wednesday 17 October 2012 12:39 PM, Jasmine Hassan wrote:
>> Package: laptop-mode-tools
>> Version: 1.61-1
>>
>> # grep ENABLE_LAPTOP_MODE_TOOLS /etc/laptop-mode/laptop-mode.conf
>> ENABLE_LAPTOP_MODE_TOOLS=0
>>
>> # ls -l /var/run/laptop-mode-tools/enabled
>> ls: cannot access /var/run/laptop-mode-tools/enabled: No such file or 
>> directory
>>
>> # /etc/init.d/laptop-mode start
>> [ ok ] Enabling laptop mode...done (Warning: Configuration file
>> /etc/laptop-mode/conf.d/board-specific/*.conf is not readable,
>> skipping.
>> laptop-mode-tools is disabled in config file. Exiting).
>>
>> # ls -l /var/run/laptop-mode-tools/enabled
>> -rw-r--r-- 1 root root 0 Sep 21 17:12 /var/run/laptop-mode-tools/enabled
> Yes. This should be handled better. Currently the "enabled" file is
> touched in the init script. So even if LMT exited, the file doesn't get
> cleaned.
>
> Thanks for reporting this.
>
>
> TODO: Investigate how to capture state, especially given that now we
> have multiple invocation sources, pm-utils, acpid, kernel etc.
>
>
>> 
>>
>> I can see at least two problems with this:
>>
>> 1. /usr/lib/pm-utils/power.d/95hdparm-apm checks for the presence of
>> /var/run/laptop-mode-tools/enabled , and when found, the pm-utils hook
>> immediately exits because it assumes laptop-mode-tools is managing HDD
>> PM (by checking for CONTROL_HD_POWERMGMT in
>> /etc/laptop-mode/laptop-mode.conf).
>> This also affects suspend/resume/hibernate/thaw modes, due to symlink
>> from /usr/lib/pm-utils/sleep.d/95hdparm-apm
>> This effectively prevents hdparm from managing HDD's APM.
>>
>> 2. /usr/lib/pm-utils/sleep.d/01laptop-mode , when it finds
>> /usr/sbin/laptop_mode, runs it with the arguments "auto force". This
>> results in error: laptop-mode-tools is disabled in config file.
>> Exiting
>>
>> Best,
>> Jasmine
>


-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
"Necessity is the mother of invention."




signature.asc
Description: OpenPGP digital signature


Bug#667573: [x264-devel] Bug#667573: x264: 10 bit builds

2012-10-17 Thread Fabian Greffrath

Am 17.10.2012 10:28, schrieb Reinhard Tartler:

I am not convinced that we should invest any effort in supporting
static linking in the Debian x264 package.


But we do provide a static library in libx264-dev?

 - Fabian


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



Bug#667573: [x264-devel] Bug#667573: x264: 10 bit builds

2012-10-17 Thread Reinhard Tartler
On Wed, Oct 17, 2012 at 10:42 AM, Jonathan Rosser
 wrote:
> On 10/17/12 09:28, Reinhard Tartler wrote:
>
>>
>> The fact that Jonathan confirms that dlopen()'ing the second library
>> works confirms that both libraries are ABI compatible for practical
>> reasons. Jonathan, what problem would a 2nd pkg-config file solve?
>>
>
> There were a few things that were in my mind, primarily around writing
> portable code:
>
> * Detect the presence of the 10 bit version in a configure.ac (the
> version number won't tell you this)

How is pkg-config supposed to tell you this?

>
> * Retrieve the location to dlopen() from (will every distro put it in
> the same place?)

Also, out of scope of pkg-config IMO. Could be implemented, but would
only make sense if you convinced upstream to do this so that
consistency across distribution is maintained

> Anyway - maybe I'm getting ahead of myself and simply having the 10 bit
> version available is good enough. I'm very happy that it now builds in
> the official package.

OK. Thanks for your comments.

-- 
regards,
Reinhard


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



Bug#690748: laptop-mode-tools: enabling Laptop Mode even if disabled in LMT config

2012-10-17 Thread Jasmine Hassan
please don't send patches in-line. they automatically get
line-wrapped, and this is a bother to fix just to save a .diff. so
better attach em.

though, from the logic you propose, yes. that's one way to go. I was
thinking even something like:
if [ "`cat /proc/sys/vm/laptop_mode`" = "$LM_SECONDS_BEFORE_SYNC" ] ...
for laptop-mode status
because I can start laptop-mode, edit the config file to disable, and
status won't otherwise report the _actual_ status.

also no need for the -r in rm -f. it's a file, so we don't need
"recursive" flag.

cheers

On Wed, Oct 17, 2012 at 10:58 AM, Ritesh Raj Sarraf  wrote:
> Jasmine,
>
> Does this patch help?
>
>
> diff --git a/usr/sbin/laptop_mode
> b/usr/sbin/laptop_mode
>
> index 4628bc8..89f140f
> 100755
>
> ---
> a/usr/sbin/laptop_mode
>
> +++
> b/usr/sbin/laptop_mode
>
> @@ -253,6 +253,10 @@ lmt_load_config
> ()
>
>
>
>  if [ x$ENABLE_LAPTOP_MODE_TOOLS = x0 ];
> then
>
> log "MSG" "laptop-mode-tools is disabled in config file.
> Exiting"
>
> +   if [ -f /var/run/laptop-mode-tools/enabled ];
> then
>
> +   rm -rf
> /var/run/laptop-mode-tools/enabled
>
> +
> fi
>
> +   log "VERBOSE" "Clean up laptop-mode-tools init state"
> exit 0;
>  fi
>
>
>
>
> On Wednesday 17 October 2012 02:14 PM, Ritesh Raj Sarraf wrote:
>> Hello Jasmine,
>>
>> On Wednesday 17 October 2012 12:39 PM, Jasmine Hassan wrote:
>>> Package: laptop-mode-tools
>>> Version: 1.61-1
>>>
>>> # grep ENABLE_LAPTOP_MODE_TOOLS /etc/laptop-mode/laptop-mode.conf
>>> ENABLE_LAPTOP_MODE_TOOLS=0
>>>
>>> # ls -l /var/run/laptop-mode-tools/enabled
>>> ls: cannot access /var/run/laptop-mode-tools/enabled: No such file or 
>>> directory
>>>
>>> # /etc/init.d/laptop-mode start
>>> [ ok ] Enabling laptop mode...done (Warning: Configuration file
>>> /etc/laptop-mode/conf.d/board-specific/*.conf is not readable,
>>> skipping.
>>> laptop-mode-tools is disabled in config file. Exiting).
>>>
>>> # ls -l /var/run/laptop-mode-tools/enabled
>>> -rw-r--r-- 1 root root 0 Sep 21 17:12 /var/run/laptop-mode-tools/enabled
>> Yes. This should be handled better. Currently the "enabled" file is
>> touched in the init script. So even if LMT exited, the file doesn't get
>> cleaned.
>>
>> Thanks for reporting this.
>>
>>
>> TODO: Investigate how to capture state, especially given that now we
>> have multiple invocation sources, pm-utils, acpid, kernel etc.
>>
>>
>>> 
>>>
>>> I can see at least two problems with this:
>>>
>>> 1. /usr/lib/pm-utils/power.d/95hdparm-apm checks for the presence of
>>> /var/run/laptop-mode-tools/enabled , and when found, the pm-utils hook
>>> immediately exits because it assumes laptop-mode-tools is managing HDD
>>> PM (by checking for CONTROL_HD_POWERMGMT in
>>> /etc/laptop-mode/laptop-mode.conf).
>>> This also affects suspend/resume/hibernate/thaw modes, due to symlink
>>> from /usr/lib/pm-utils/sleep.d/95hdparm-apm
>>> This effectively prevents hdparm from managing HDD's APM.
>>>
>>> 2. /usr/lib/pm-utils/sleep.d/01laptop-mode , when it finds
>>> /usr/sbin/laptop_mode, runs it with the arguments "auto force". This
>>> results in error: laptop-mode-tools is disabled in config file.
>>> Exiting
>>>
>>> Best,
>>> Jasmine
>>
>
>
> --
> Ritesh Raj Sarraf
> RESEARCHUT - http://www.researchut.com
> "Necessity is the mother of invention."
>
>


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



Bug#667573: [x264-devel] Bug#667573: x264: 10 bit builds

2012-10-17 Thread Reinhard Tartler
On Wed, Oct 17, 2012 at 11:10 AM, Fabian Greffrath  wrote:
> Am 17.10.2012 10:28, schrieb Reinhard Tartler:
>
>> I am not convinced that we should invest any effort in supporting
>> static linking in the Debian x264 package.
>
>
> But we do provide a static library in libx264-dev?

Even removing the .a file would be effort IMO ;-) - I would do that as
soon as some issue with it comes up.

-- 
regards,
Reinhard


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



Bug#689896: lastfmsubmitd is maintained by Debian QA group

2012-10-17 Thread Paul Gevers
Hi Zigo,

As lastfmsubmitd is maintained by the Debian QA group, I will just go
ahead and upload a new version of lastfmsubmitd with your patch applied.
I will request an unblock after the upload.

Paul



signature.asc
Description: OpenPGP digital signature


Bug#648686: Bug in bonding_err_ plugin

2012-10-17 Thread Ferenc Wagner
Marc Haber  writes:

> On Mon, Nov 14, 2011 at 10:03:06AM +0800, Jim Barber wrote:
>
>> --- bonding_err_.orig   2011-11-14 12:42:18.332577791 +1100
>> +++ bonding_err_2011-11-14 12:44:24.594788291 +1100
>> @@ -97,7 +97,7 @@
>>  grep "^Slave Interface:" ${PROCDIR}/${BONDINGIF} | while read a b if; do
>>fieldname=$(clean_fieldname "$if")
>>echo -n "if_${fieldname}.value "
>> -  grep -A 2 "^Slave Interface: ${if}" ${PROCDIR}/${BONDINGIF} | grep "Link 
>> Failure Count:" | cut -d " " -f 4
>> +  sed "0,/^Slave Interface: ${if}/d; /^\$/,\$d" ${PROCDIR}/${BONDINGIF} | 
>> grep "Link Failure Count:" | cut -d " " -f 4
>>  done
>
> I have forwarded this upstream.

Hi,

Would you please consider fixing this in squeeze, even though upstream
seems rather uninterested?
-- 
Thanks,
Feri.


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



Bug#690753: rhmessaging: FTBFS on arm* (and other arches)

2012-10-17 Thread Konstantinos Margaritis
Package: rhmessaging
Version: 0.16-1
Severity: Important
Tags: patch

For armel/armhf the following simple patch seems to work, the package
builds and the tests pass. I assume similar fixes might be worth testing
on mips/mipsel/sparc as well.

Regards

Konstantinos

diff -ruN rhmessaging-0.16/lib/jrnl/jcfg.hpp rhmessaging-0.16.mine/lib/jrnl/jcfg.hpp
--- rhmessaging-0.16/lib/jrnl/jcfg.hpp	2011-12-05 16:14:39.0 +
+++ rhmessaging-0.16.mine/lib/jrnl/jcfg.hpp	2012-10-16 21:33:47.297567530 +
@@ -33,7 +33,7 @@
 #ifndef mrg_journal_jcfg_hpp
 #define mrg_journal_jcfg_hpp
 
-#if defined(__i386__) /* little endian, 32 bits */
+#if defined(__i386__) || defined(__arm__) /* little endian, 32 bits */
 #define JRNL_LITTLE_ENDIAN
 #define JRNL_32_BIT
 #elif defined(__PPC__) || defined(__s390__)  /* big endian, 32 bits */


Bug#690754: ITP: ruby-recaptcha -- Ruby helpers for the reCAPTCHA API

2012-10-17 Thread David Martínez Moreno
Package: wnpp
Severity: wishlist
Owner: "David Martínez Moreno" 

* Package name: ruby-recaptcha
  Version : 0.3.2
  Upstream Author : Jason L Perry, 
* URL : http://ambethia.com/recaptcha/
* License :

Copyright (c) 2007 Jason L Perry

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

  Programming Lang: Ruby
  Description : Ruby helpers for the reCAPTCHA API

 This plugin gives a high-level interface for using reCAPTCHA authentication
 methods in your ruby programs.
 .
 In your views you can use the recaptcha_tags method to embed the needed
 Javascript, and you can validate in your controllers with verify_recaptcha.


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



Bug#690702: libreoffice-base: Generating report presents to user untranslated text

2012-10-17 Thread Rene Engelhard
Hi

On Wed, Oct 17, 2012 at 12:31:16AM +0800, David Smith wrote:
> When reports are generating, I see text in a foreign language that I don't
> understand placed in several locations.  It appears on my report for a short

Latin :-)

> period of time.
> The text is as follows:
> "Ut wisi enim ad minim veniam, quis nostrud exerci tation"
> 
> I don't know understand what it means.

http://translate.google.com/#auto/en/Ut%20wisi%20enim%20ad%20minim%20veniam%2C%20quis%20nostrud%20exerci%20tation
 :)

> 5. While the report is generating the untranslated text is displayed in
> multiple locations
> on the form.

It's probably in the same spirit as the famous Lorem Ipsum thing
(http://en.wikipedia.org/wiki/Lorem_ipsum) for text processors etc..

Thus I'd not consider this a bug at all...

Regards,

Rene


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



Bug#690755: debconf: 'dpkg-reconfigure -a' displays the adduser config questions

2012-10-17 Thread Philippe Le Brouster
Package: debconf
Version: 1.5.46
Severity: normal

Dear Maintainer,

On fresh deboostrap of wheezy, dpkg-reconfigure -a seems to no work
properly: it always displays the debconf frontend asking about adduser
configuration even if 'yes' or 'no' is choosen.

To reproduce this bug:
  
  chroot_dir=~/chroot
  mkdir -p $chroot_dir
  sudo debootstrap wheezy $chroot_dir http://ftp.fr.debian.org/debian
  for mountpoint in proc dev sys; do
  sudo mount -o bind /$mountpoint $chroot_dir/$mountpoint
  done
  sudo chroot $chroot_dir
  dpkg-reconfigure -a


The version of debootstrap is 1.0.42 and the information below has been
gathered inside the chroot. You will find also attached  the output of ps
corresponding to the process running in the chroot.

Cheers,
Philippe Le Brouster

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

Kernel: Linux 3.5-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF8, LC_CTYPE=en_US.UTF8 (charmap=locale: Cannot set LC_CT$
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/dash

Versions of packages debconf depends on:
ii  perl-base  5.14.2-14

Versions of packages debconf recommends:
ii  apt-utils 0.9.7.5
ii  debconf-i18n  1.5.46

Versions of packages debconf suggests:
pn  debconf-doc
pn  debconf-utils  
pn  libgtk2-perl   
pn  libnet-ldap-perl   
pn  libqtcore4-perl
pn  libqtgui4-perl 
pn  libterm-readline-gnu-perl  
pn  perl   
ii  whiptail   0.52.14-10

-- debconf information:
  debconf-apt-progress/preparing:
  debconf-apt-progress/info:
  debconf/frontend: Dialog
  debconf/priority: high
  debconf-apt-progress/media-change:
  debconf-apt-progress/title:
USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
root  5960  0.0  0.0  52920  1916 pts/1S11:49   0:00  | 
  |   \_ sudo chroot test/
root  5961  0.0  0.0  17844  2000 pts/1S11:49   0:00  | 
  |   \_ /bin/bash -i
root  6608  0.1  0.1  53828 10276 pts/1S+   11:56   0:00  | 
  |   \_ /usr/bin/perl -w /usr/sbin/dpkg-reconfigure -a
root  6634  0.0  0.0   4164   580 pts/1S+   11:56   0:00  | 
  |   \_ /bin/sh /var/lib/dpkg/info/adduser.config 
reconfigure 0.9.7.5
root  6638  0.0  0.0  17048  1752 pts/1S+   11:56   0:00  | 
  |   \_ whiptail --backtitle Package configuration --title 
Adduser --output-fd 10 --defaultno --yesno -- By default, users' home 
directories are readable by all users on the system. If you want to increase 
security and privacy, you might want home  directories to be readable only for 
their owners. But if in doubt, leave this option enabled.  This will only 
affect home directories of users added from now on with the adduser command.  
Do you want system-wide readable home directories? 12 148


Bug#690671: libatlas3-base: /usr/lib/atlas-base/atlas/libblas.so.3.0: Illegal instruction ATL_dJIK52x52x52TN52x52x0_a1_b1 on i686: Intel Core Duo

2012-10-17 Thread Russell Haley
Package: libatlas3-base
Version: 3.8.4-9
Followup-For: Bug #690671

I would like to replicate your test environment.  Your chroot is built with
debootstrap, I presume?  If there's any further information necessary to
replicate, please provide it.  I would also be testing with the
Debian Sid provided kernel.

The problem did not occur with the package built from the "apt-get
source atlas" sources with dpkg-buildpackage.  detect_cpu_extensions
reports mmx, sse, and sse2.

The CPU on which this bug occurs is a Core Duo without AMD64 extensions.

Thanks, 

Russell Haley


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



Bug#690702: libreoffice-base: Generating report presents to user untranslated text

2012-10-17 Thread Rene Engelhard
On Wed, Oct 17, 2012 at 11:42:49AM +0200, Rene Engelhard wrote:
> > multiple locations
> > on the form.
> 
> It's probably in the same spirit as the famous Lorem Ipsum thing
> (http://en.wikipedia.org/wiki/Lorem_ipsum) for text processors etc..

Actually it seems to be part of some variants of Lorem Ipsum, too:
(see 
http://webdesign.about.com/od/layoutglossary/g/placeholder-text-definition-lorem-ipsum-definition.htm)

> Thus I'd not consider this a bug at all...

Would you agree closing this bug?

Regards,
 
Rene


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



Bug#684462: autofs5 breaks quilt (using /home/.pc)

2012-10-17 Thread Harald Dunkel
Hi Michael,

On 09/25/12 07:48, Michael Tokarev wrote:
> 
> Can you please take a look at what is being done during these
> 5 minutes?  Do a `ps afwx' at least, and see if there are
> any `mount' commands spawned, etc.
> 

 7826 ?Ssl0:00 /usr/sbin/automount
 8221 ?S  0:00  \_ /bin/mount -n -t nfs -s -o noatime 
nfs-home:/space/home/.pc /home/.pc
 8222 ?S  0:02  \_ /sbin/mount.nfs nfs-home:/space/home/.pc 
/home/.pc -s -n -o rw,noatime

I tried to install autofs from the backports, but this
didn't work. I could not remove autofs5:

(Reading database ... 170412 files and directories currently installed.)
Removing autofs5 ...
Stopping automount: failed.
invoke-rc.d: initscript autofs, action "stop" failed.
dpkg: error processing autofs5 (--purge):
 subprocess installed pre-removal script returned error exit status 1
configured to not write apport reports
  Starting automount: /usr/sbin/automount 
already running.
done.
Errors were encountered while processing:
 autofs5
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Press return to continue.


Regards

Harri


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



Bug#679386: Dirty Workaround

2012-10-17 Thread Vladimir K
As a dirty workaround, I've created a script: 
/etc/X11/Xsession.d/39-lightdm-dmrc-fix (runs just before xsessionrc parsing)

---
#!/bin/bash
TEMPLANG=$(cat "$HOME/.dmrc" | grep ^Language= | cut -d '=' -f 2 | sed 
's/utf8/UTF8/')
[ ! -z "$TEMPLANG" ] && export LANG=$TEMPLANG
---


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



Bug#690756: [remmina] rdp connection only black screen

2012-10-17 Thread Florian Reitmeir

Package: remmina
Version: 1.0.0-4
Severity: important

--- Please enter the report below this line. ---

hi,

after making an connection to an windows 2008 R2 server, i get an 
certification dialog, and after that the screen opens, but the screen 
remains black.

the connection is working, using rdesktop without an problem

--- System information. ---
Architecture: amd64
Kernel: Linux 3.6.0+

Debian Release: wheezy/sid
500 testing security.debian.org
500 testing ftp.de.debian.org
500 stable security.debian.org
500 stable dl.google.com
500 stable deb.opera.com
500 stable apt.multi24.com
500 squeeze-backports mozilla.debian.net
100 squeeze-backports backports.debian.org

--- Package information. ---
Depends (Version) | Installed
-+-==
libatk1.0-0 (>= 1.12.4) | 2.4.0-2
libc6 (>= 2.7) | 2.13-35
libcairo2 (>= 1.2.4) | 1.12.2-2
libgcrypt11 (>= 1.4.5) | 1.5.0-3
libgdk-pixbuf2.0-0 (>= 2.22.0) | 2.26.1-1
libglib2.0-0 (>= 2.28.0) | 2.32.3-1
libgtk-3-0 (>= 3.0.0) | 3.4.2-3
libpango1.0-0 (>= 1.14.0) | 1.30.0-1
libssh-4 (>= 0.3.91) | 0.5.2-1
libvte-2.90-9 (>= 1:0.27.2) | 1:0.32.2-1
libx11-6 | 2:1.5.0-1
remmina-common (= 1.0.0-4) | 1.0.0-4
dbus-x11 | 1.6.0-1


Recommends (Version) | Installed
=-+-===
remmina-plugin-rdp | 1.0.0-4
remmina-plugin-vnc | 1.0.0-4


Package's Suggests field is empty.

--
Florian Reitmeir
E-Mail: flor...@reitmeir.org
Tel: +43 650 2661660


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



Bug#595920: lxc-attach does not work

2012-10-17 Thread Xavi León
On Wed, Oct 17, 2012 at 1:37 AM, Jonathan Nieder  wrote:
> reassign 595920 src:linux linux-2.6/2.6.32-21
> found 595920 linux/3.0.0~rc1-1~experimental.1
> quit
>
> Grant McLean wrote[1]:
>
>> It looks like someone has got the kernel patches working with 3.2 (and
>> later in the thread, 3.3).
>>
>> http://www.mail-archive.com/lxc-users@lists.sourceforge.net/msg03397.html
>
> Thanks!  In that message, Xavi León wrote:
>
> | FYI, I attach the kernel patchset (based on the 3.0.0-lxc1 version on
> | the website) for the linux version 3.2.9. Mainly I removed the patches
> | already applied upstream and minor twicks to comply with some changes
> | on the kernel. I guess they may need still some work to make it
>
> The tarball contains six patches:
>
>  1-add-SA_CLDREBOOT-flag.patch
>  2-Notify-container-init-parent-a-reboot-occured.patch
>  7-pidns-Don-t-allow-new-pids-after-the-namespace-is-d.patch
>  8-pidns-Support-unsharing-the-pid-namespace.patch
>  00014-ns-proc-Add-support-for-the-mount-namespace.patch
>  00015-ns-proc-add-support-for-the-pid-namespace.patch
>
> They don't match the patches in the 3.0.0-lxc1 patchset I
> downloaded (tarball sha1sum: 62be7a82f83c1b2dd0f45e23d09d97d3b49d1e8b)
> too closely.  Xavi, where do these patches come from?  Can we have
> your sign-off on them?  (See Documentation/SubmittingPatches for what
> this means.)

Hi,
The patches comes from [1]. They are basically a stripped down version
of those patches. I removed the code already included upstream, did
some minor changes and rebased the patches so no real hard development
-- that's why checksum doesn't match. In [2] and [3] (patches 19901 -
19915) you can find the patches for upstream kernel 3.2 and 3.3
respectively. I tested them and they work, although I cannot assure
they are correct and bug free. To be honest, I doubt they can make it
upstream in their current shape.

I moved into other stuff and I didn't follow the progress of those
patches on subsequent kernels -- maybe they are already applied?
I can certainly sign-off them if you are willing to continue the work
on them. However, I don't have a clear idea on how to proceed once
they are signed-off. Do I need to send them here? Is it ok to just
link to the github repo [2-3]?

cheers,
Xavi

[1] http://lxc.sourceforge.net/patches/linux/3.0.0/3.0.0-lxc1/patches/
[2] 
https://github.com/confine-project/openwrt/tree/master/target/linux/generic/patches-3.2
[2] 
https://github.com/confine-project/openwrt/tree/master/target/linux/generic/patches-3.3

>
>> It really would be good to get lxc-attach working on a stock kernel.
>
> Thanks much for your work on this.
>
> Sincerely,
> Jonathan
>
> [1] http://bugs.debian.org/595920



-- 

0 0 0  Xavi León| UPC - DAC - Distributed Systems Group
0 0 0  xl...@ac.upc.edu | Room D6-116
0 0 0  (+34) 93 4017187 | http://personals.ac.upc.edu/xleon



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



Bug#617793: ksnapshot overwrites my files

2012-10-17 Thread Adrien
tag 617793 moreinfo
thanks

Hi,

This bug is a bit old. Could you please confirm the bug is still present on the 
current testing version of KDE (4.8.4) ? Otherwise I will close it, as I cannot 
reproduce the problem here : the screenshots are not overwrite, I got test.png, 
test1.png, test2.png, etc.

Regards,

Adrien


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



Bug#690757: RM: gtodo -- abandoned upstream; unmaintained; alternatives exist

2012-10-17 Thread Luís Picciochi Oliveira
Package: gtodo
Version: 0.16.0~rc2-1.2
Severity: normal

Hi,

The gtodo package hasn't been updated for more than 4 years.
The last upload to the debian archive was last year, with only some FTBFS fixes
and the last feature upload before that was in 2008.
The last upload by the maintainer was in 2006.

The bug reports submitted against this package have gone ignored since at least
2009.

The upstream author (and maintainer of the package) has stated he is not
interested in gtodo anymore:


Qball
August 9, 2008 - 9:57 am

gtodo 1 is not developed or maintained anymore.


>From here: http://blog.sarine.nl/2008/01/30/gtodo-2-testing/#comment-14664


Other, more complete alternatives (e.g.: 'gtg', 'osmo', 'tasks', 'tasque') are
already available on the Debian repositories, so the features provided by gtodo
are not that unique anymore.

I believe it is time to drop this package and let it rest in peace.

If the maintainer has no objections and/or this bug goes unanswered after a
couple of weeks, I'll reassign it to ftp.debian.org for removal.


Thanks and best regards,
Luís Picciochi


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

Kernel: Linux 3.2.32-rc1 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gtodo depends on:
ii  gconf2  3.2.5-1+build1
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-35
ii  libcairo2   1.12.2-2
ii  libfontconfig1  2.9.0-7
ii  libfreetype62.4.9-1
ii  libgconf2-4 3.2.5-1+build1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.3-1
ii  libgnomevfs2-0  1:2.24.4-1
ii  libgtk2.0-0 2.24.10-2
ii  libpango1.0-0   1.30.0-1
ii  libx11-62:1.5.0-1
ii  libxml2 2.8.0+dfsg1-5
ii  libxslt1.1  1.1.26-14

gtodo recommends no packages.

Versions of packages gtodo suggests:
pn  gtodo-applet  


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



Bug#620675: amarok's Wikipedia widget leads to a SIGSEGV in libqtwebkit4 whenever a song is played (and the widget is hence updated)

2012-10-17 Thread Adrien
tag 620675 moreinfo
thanks

Hi,

This bug is a bit old. Could you confirm it still affects you with the current 
version of KDE in testing/sid ? Otherwise, I will close it, as I am able to 
reproduce it.

Regards,

Adrien


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



Bug#630764: konqueror messes up with name starting with a # when renaming file by F2

2012-10-17 Thread Adrien
tag 630764 moreinfo
thanks

Hi,

The bug is a bit old. Could you please test with the current version of KDE in 
testing/sid ? Otherwise I will close the bug, as I behaves correctly on my PC.

Regards,

Adrien


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



Bug#690495: Prohibit click-through licenses or disclaimers

2012-10-17 Thread Sune Vuorela
On Sunday 14 October 2012 23:50:21 Josh Triplett wrote:
> =
> Software in Debian should not prompt users to explicitly agree to
> licenses, disclaimers, or terms of service in order to run that
> software.  This includes prompts to agree to Free Sofware licenses
> (since such licenses do not require user agreement), warranty or
> liability disclaimers, notices about possible legal issues, or
> exhortations to use the software in any particular way.  Software
> designed to interact with a third-party service may pass through the
> terms of service for that third-party service if required by that
> service.
> =

What's next? prohibiting 'tip of the day' kind of dialogs? First run wizards? 
Or warnings that this is a dangerous/experimental/developer/debugging tool 
that might eat your dog if you aren't careful?

Note also that there for each case of such a thing is two people to actually 
acknowledge its existance. 1) the upstream author. and 2) the debian 
maintainer.  If both of them for whatever reason thinks that the right thing 
is to have a click-thru disclaimer, then I think we by default should accept 
it, and if in some cases we think it is very wrong use our defined processes 
in debian to deal with such things on a case by case basis.

/Sune
-- 
Do you know how can I do for booting the floppy disk of the 3X printer from 
the control options menu inside Redhat Linux NT?

You either should ping a wordprocessor, or have to cancel a EIDE mouse, this 
way from the control file within Outlook you neither can ever open the 
desktop, nor must enable the printer over the serial DLL file to a USB site of 
a icon of a SCSI GUI in order to turn off the sound board.


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



Bug#690758: "dlocate: unknown option '-F'", etc.

2012-10-17 Thread A. Costa
Package: dlocate
Version: 1.02
Severity: normal

Dear Maintainer,

A trailing '-' triggers inaccurate error messages:

% for f in F G P w ; do dlocate -$f - | head -n 1 ; done
dlocate: unknown option '-F'
dlocate: unknown option '-G'
dlocate: unknown option '-P'
dlocate: unknown option '-w'

Yet '-F' and the others are known options.

HTH...

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

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages dlocate depends on:
ii  dctrl-tools [grep-dctrl]  2.22.2
ii  dpkg  1.16.8
ii  perl  5.14.2-12

dlocate recommends no packages.

dlocate 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#639393: Solved!

2012-10-17 Thread Albrecht Dreß
Hi Christian:

Works perfectly now for me (with dosfsck 3.0.13)!

Thanks, Albrecht.


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



Bug#690759: /usr/bin/querybts: querybts does not respect BROWSER if xdg-open (xdg-utils) is installed

2012-10-17 Thread Stuart Prescott
Package: reportbug
Version: 6.4.3
Severity: minor
File: /usr/bin/querybts

Hi!

in urlutils.py:launch_browser, the xdg-open utility is used to open a browser
to display results. This utility is part of the xdg-utils package and is
suggested by reportbug. Having this utility installed means that the
documented behaviour of the BROWSER environment variable is not followed
as xdg-open does not obey BROWSER but instead has a pile of heuristics to
determine what browser the user really wants.

Using xdg-open is entirely appropriate as few people will have BROWSER
configured but many will have a desktop environment configured to their
preferred browser -- so I'm not suggesting changing that at all. A small
addition to the BROWSER section of querybts(1) would be sufficient:

  Note that the BROWSER environment variable is not used inside desktop
  environments such as Gnome, KDE and Xfce if the xdg-open utility (from the
  xdg-utils package) is present. In those cases, the browser configured
  throught he desktop environment is used instead.

(I realise that this is documenting the behaviour of xdg-open within
querybts(1), but the user has no way of knowing that xdg-open would be used
rather than sensible-browser or BROWSER so this needs to be pointed out
somewhere.)

cheers
Stuart

-- Package-specific info:
** Environment settings:
EDITOR="/usr/bin/vim"
DEBEMAIL="stu...@debian.org"
DEBFULLNAME="Stuart Prescott"
INTERFACE="text"

** /home/chswp/.reportbugrc:
reportbug_version "3.48"
mode standard
ui text
no-cc
header "X-Debbugs-CC: stu...@debian.org"
smtphost reportbug.debian.org

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing-proposed-updates
  APT policy: (550, 'testing-proposed-updates'), (550, 'testing'), (60, 
'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages reportbug depends on:
ii  apt   0.9.7.5
ii  python2.7.3~rc2-1
ii  python-reportbug  6.4.3

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  claws-mail 
ii  debconf-utils  1.5.46
ii  debsums2.0.52
ii  dlocate1.02
pn  emacs22-bin-common | emacs23-bin-common
ii  exim4  4.80-5
ii  exim4-daemon-light [mail-transport-agent]  4.80-5
ii  file   5.11-2
ii  gnupg  1.4.12-4+b1
ii  python-gtk22.24.0-3
pn  python-gtkspell
pn  python-urwid   
ii  python-vte 1:0.28.2-5
ii  xdg-utils  1.1.0~rc1+git20111210-6

Versions of packages python-reportbug depends on:
ii  apt   0.9.7.5
ii  python2.7.3~rc2-1
ii  python-debian 0.1.21
ii  python-debianbts  1.11
ii  python-support1.0.15

python-reportbug 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#690760: nagios-plugins-basic: check_ide_smart fails on some disks

2012-10-17 Thread Andy Spiegl
Package: nagios-plugins-basic
Version: 1.4.15-3squeeze1
Severity: important


The check_ide_smart plugin does not work with many disks:

# /usr/lib64/nagios/plugins/check_ide_smart /dev/sda  
CRITICAL - SMART_ENABLE: Invalid argument
CRITICAL - SMART_CMD_ENABLE

But they DO support SMART and "smartctl --all /dev/sda" shows the normal report.
The last lines of strace are:

open("/dev/sda", O_RDONLY)  = 3
ioctl(3, 0x31f, 0x7fff8b7d6980) = -1 EINVAL (Invalid argument)
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f32a543
write(1, "CRITICAL - SMART_ENABLE: Invalid"..., 42CRITICAL - SMART_ENABLE: 
Invalid argument
) = 42
write(1, "CRITICAL - SMART_CMD_ENABLE\n", 28CRITICAL - SMART_CMD_ENABLE
) = 28
exit_group(2)   = ?

Searching the net I found various similar reports but none with a solution.
The closest one is:
 https://bugzilla.novell.com/show_bug.cgi?id=640368

Any ideas?

Thanks,
 Andy.

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/16 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=POSIX (charmap=UTF-8) (ignored: LC_ALL set 
to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nagios-plugins-basic depends on:
ii  iputils-ping   3:20100418-3  Tools to test the reachability of 
ii  libc6  2.11.3-4  Embedded GNU C Library: Shared lib
ii  libssl0.9.80.9.8o-4squeeze13 SSL shared libraries
ii  procps 1:3.2.8-9squeeze1 /proc file system utilities
ii  ucf3.0025+nmu1   Update Configuration File: preserv

nagios-plugins-basic recommends no packages.

Versions of packages nagios-plugins-basic suggests:
pn  nagios3(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#667070: [plasma-runner-installer] Not working / no effect

2012-10-17 Thread Adrien
tag 667070 confirmed
thanks

Hi,

I got the same problem no my PC : plasma-runner-installer is not working, even 
with the experimental version (1.4.0-1)

Regards,

Adrien


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



Bug#690669: gnome-screensaver: dualhead setup / ldap / nvidia-glx / no unlock dialog

2012-10-17 Thread Samuel Wolf
DPMS is not the problem, add the following in the xorg.conf does not help:

Section "ServerLayout"
[...]
Option  "BlankTime"  "0"
Option  "StandbyTime" "0"
Option  "SuspendTime" "0"
Option  "OffTime" "0
EndSection

Section "Monitor"
[...]
Option "DPMS" "false"
EndSection


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



Bug#688372: [debian-devel:18401] Re: Bug#688372: ITP: bzr-tweet -- Bazaar commit and push tweet plugin

2012-10-17 Thread Hideki Yamane
Hi,

On Wed, 17 Oct 2012 15:21:44 +0900
Koichi Akabe  wrote:
> I forgot to upload it.
> Could you become a sponsor of this package?

 Sure.

> I uploaded it to:
>   http://mentors.debian.net/debian/pool/main/b/bzr-tweet/bzr-tweet_1.1.0-1.dsc

 okay.

> P.S.) If you become a sponsor, could you give me a permission to upload
> this package?

 Well, it depends on the status of the package and uploader's previous
 work status, but I prefer you to become the uploader with permission,
 of course. Anyway I'll check it, stay tuned... (for 2 or 3 day, maybe).


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane


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



Bug#669228: glabels: [patch] glabels: Typo in .desktop file

2012-10-17 Thread Martin-Éric Racine
Package: glabels
Version: 3.0.0-3
Followup-For: Bug #669228

Here's a patch to fix this.

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

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

Versions of packages glabels depends on:
pn  glabels-data
ii  libc6   2.13-35
pn  libcairo2   
pn  libebook-1.2-13 
pn  libgdk-pixbuf2.0-0  
ii  libglib2.0-02.33.12+really2.32.4-2
pn  libgtk-3-0  
pn  libiec16022-0   
pn  libpango1.0-0   
pn  libqrencode3
pn  librsvg2-2  
ii  libxml2 2.8.0+dfsg1-6

Versions of packages glabels recommends:
pn  evince  

Versions of packages glabels suggests:
pn  evolution-data-server  
--- a/debian/glabels-3.0.desktop	2012-04-03 23:43:19.0 +0300
+++ b/debian/glabels-3.0.desktop	2012-10-17 14:07:05.0 +0300
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Name=gLables
+Name=gLabels
 GenericName=Label Designer
 GenericName[ca]=Dissenyador d'etiquetes
 GenericName[cs]=Návrhář etiket


Bug#690761: unblock: timidity/2.13.2-40.1

2012-10-17 Thread Sébastien Villemot

Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-CC: timid...@packages.debian.org

Please unblock package timidity. The version currently in unstable fixes
RC bug #688713. The debdiff is in the bugreport.

unblock timidity/2.13.2-40.1

Thanks,

-- 
 .''`.Sébastien Villemot
: :' :Debian Developer
`. `' http://www.dynare.org/sebastien
  `-  GPG Key: 4096R/381A7594


pgp0kJkHPQdpc.pgp
Description: PGP signature


Bug#655475: octave3.2: Seg-fault to call imread or imshow function

2012-10-17 Thread Xiangyu Liu
Hi dear Sebastien,

My octave (3.6.2-5) is OK now  it does work normally for imread and
imshow.
The warning message is still there -

octave:1> imread('/home/liuxiangyu/mypicture/003.jpg')
warning: your version of GraphicsMagick limits images to 8 bits per pixel

but the 'segment' disappears .

So I think the issue in Bug #655475 has gone away, and octave 3.2 isn't in
Wheezy now, the Bug#655475 should be closed.



Thanks,
Best Regards,
Xiangyu LIU


2012/4/9 Sébastien Villemot 

> forcemerge 593911 655475
> thanks
>
> Xiangyu Liu  writes:
>
> > In this weekend , I aptitude installed latest octave-3.6.1-4 in sid and
> imread/imshowed my JPEG pictures.
> >
> > Unfortunately I failed in those operations again ..
> >
> > # --- list of stdout ---
> > octave:1> imread('/home/liuxiangyu/mypicture/003.jpg')
> > warning: your version of GraphicsMagick limits images to 8 bits per pixel
> > octave: magick/pixel_cache.c:2765: ModifyCache: Assertion `image->cache
> != (Cache) ((void *)0)' failed.
> > panic: Aborted -- stopping myself...
> > # --- list of stdout ---
> >
> > Then I compiled manully Octave-3.6.1 from source tarball with
> > GraphicsMagick and ImageMagic yesterday. I think that the key point is
> > not about Octave but GraphicsMagick, beacause I can imread/imshow
> > pictures successfully using Octave-3.6.1 bind with ImageMagick.
>
> Your issue looks similar to #593911. I am therefore merging the two
> bugs.
>
> Thanks four your feedback,
>
> --
> Sébastien Villemot
> Researcher in Economics & Debian Maintainer
> http://www.dynare.org/sebastien
> Phone: +33-1-40-77-84-04 - GPG Key: 4096R/381A7594
>


Bug#690762: unblock: leave/1.12-2.1

2012-10-17 Thread Sébastien Villemot

Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-CC: le...@packages.debian.org

Please unblock package leave. The version currently in unstable fixes RC
bug #640874. The debdiff is in the bug report.

unblock leave/1.12-2.1

Thanks,

-- 
 .''`.Sébastien Villemot
: :' :Debian Developer
`. `' http://www.dynare.org/sebastien
  `-  GPG Key: 4096R/381A7594


pgph13rdWpuvw.pgp
Description: PGP signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-17 Thread Jakub Wilk

Control: clone -1 -2
Control: close -2
Control: retitle -1 RFS: suckless-tools/39-1

I uploaded suckless-tools 38-2. Release Team normally notices and 
unblocks uploads fixing RC bugs themselves, but if this doesn't happen 
in a few days, please request an unblock (reportbug release.debian.org).


--
Jakub Wilk


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



Bug#675537: texlive-latex-extra-doc: one more for xz compress (texlive-latex-extra-doc can be reduced 30MB more)

2012-10-17 Thread Norbert Preining
tag 675537 + pending
thanks

On Mi, 17 Okt 2012, Hideki Yamane wrote:
>  It cannot be applied directly as maintainer suggested via twitter, so
>  I check it's svn source and made a new patch.

Please always check git for new things ;-) svn is only for wheezy.

>  Please check it, thanks.

commit ce68eb2e32ef9f8967b8351dd3113a49b6562cd0
Author: Hideki Yamane 
Date:   Wed Oct 17 21:05:27 2012 +0900

pack texlive-latex-extra-doc with extreme compression (Closes: #675537)



Best wishes

Norbert

Norbert Preiningpreining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan TeX Live & Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

Three things are certain:
Death, taxes and lost data.
Guess which has occurred.
   --- Windows Error Haiku


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



Bug#690748: laptop-mode-tools: enabling Laptop Mode even if disabled in LMT config

2012-10-17 Thread Ritesh Raj Sarraf
On Wednesday 17 October 2012 02:37 PM, Jasmine Hassan wrote:
> please don't send patches in-line. they automatically get
> line-wrapped, and this is a bother to fix just to save a .diff. so
> better attach em.
>
> though, from the logic you propose, yes. that's one way to go. I was
> thinking even something like:
> if [ "`cat /proc/sys/vm/laptop_mode`" = "$LM_SECONDS_BEFORE_SYNC" ] ...
> for laptop-mode status
No. That won't help. It is not just about setting the kernel knob. We do
a lot more than that.


-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
"Necessity is the mother of invention."




signature.asc
Description: OpenPGP digital signature


Bug#652814: lastfmsubmitd: Should we change permissions of /var/log/lastfmsubmitd?

2012-10-17 Thread Paul Gevers
Package: lastfmsubmitd
Version: 1.0.6-3
Followup-For: Bug #652814

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The last reporter added the "su" part to logrotate. I am not comfortable with
that. I don't understand why /var/log/lastfmsubmitd should be writable by 
the whole "spool" group. I think that was a mistake by the original maintainer.
As I don't know lastfmsubmitd, I like to give others the possibility to add
comments.

Paul

- -- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lastfmsubmitd depends on:
ii  adduser3.113+nmu3
ii  debconf [debconf-2.0]  1.5.46
ii  python 2.7.3~rc2-1
ii  python-support 1.0.15

lastfmsubmitd recommends no packages.

Versions of packages lastfmsubmitd suggests:
pn  ears  

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

iEYEARECAAYFAlB+oBUACgkQHNUte6r+CGo0wQCeM5Vtyer1L5K6lNSnlcFaMQqV
4PAAn3eGtN3hD2xJtAB4rwbH0+bzSlhc
=EvOG
-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#690763: installation-guide: sudo and no password for root user situation

2012-10-17 Thread Hideki Yamane
Package: installation-guide
Severity: normal
Version: 20121010
Tags: patch
Control: user debian-de...@debian.or.jp
Control: usertags -1 debianjp

Hi,

 I found installation guide doesn't say about when users install Debian
 without root password situation. How about this change?

--- installation-howto.xml.orig 2012-10-17 21:01:13.797263506 +0900
+++ installation-howto.xml  2012-10-17 21:04:05.413595833 +0900
@@ -302,7 +302,9 @@
 Installation of the base system is followed by setting up user accounts. By
 default you will need to provide a password for the root
 (administrator) account and information necessary to create one regular user
-account.
+account. If you don't specify password for root user, one
+regular user that you've created will have administration right for the 
+system with sudo command.
 
 


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



Bug#690764: libcurl3-gnutls_7.28.0-1 breaks feature of git 1.7.10.4-1

2012-10-17 Thread Mhoram
Package: libcurl3-gnutls
Version: 7.28.0-1
Severity: normal

Dear Maintainer,


I upgraded from libcurl3-gnutls_7.27.0-1_amd64.deb to
libcurl3-gnutls_7.28.0-1_amd64.deb

After this upgrade I was unable to use the following feature of git 1.7.10.4:

--- BEGIN ---
user@debian:~/project$ export GIT_SSL_NO_VERIFY=true
user@debian:~/project$ git clone https://u...@server.org/gitrepository/project1
Cloning into 'project1#'...
Password for 'https://u...@server.org':
fatal: Authentication failed
--- END ---

Yes, I used the correct password.

Downgrading to version 7.27.0-1 makes the authentication work again.

Regards
Markus



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

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

Versions of packages libcurl3-gnutls depends on:
ii  libc6  2.13-35
ii  libgcrypt111.5.0-3
ii  libgnutls262.12.20-1
ii  libgssapi-krb5-2   1.10.1+dfsg-2
ii  libidn11   1.25-2
ii  libldap-2.4-2  2.4.31-1
ii  librtmp0   2.4+20111222.git4e06e21-1
ii  libssh2-1  1.4.2-1.1
ii  multiarch-support  2.13-35
ii  zlib1g 1:1.2.7.dfsg-13

Versions of packages libcurl3-gnutls recommends:
ii  ca-certificates  20120623

libcurl3-gnutls 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#655475: octave3.2: Seg-fault to call imread or imshow function

2012-10-17 Thread Sébastien Villemot
Dear Xiangyu,

Xiangyu Liu  writes:

> My octave (3.6.2-5) is OK now  it does work normally for imread and 
> imshow.
> The warning message is still there - 
>
> octave:1> imread('/home/liuxiangyu/mypicture/003.jpg')
> warning: your version of GraphicsMagick limits images to 8 bits per pixel
>
> but the 'segment' disappears .
>
> So I think the issue in Bug #655475 has gone away, and octave 3.2 isn't in
> Wheezy now, the Bug#655475 should be closed.

Thanks for your feedback.

I think the bug should not be closed, because the issue about the 8bpp
depth is still there (though not leading to a crash). According to the
logs of the corresponding bug report in ImageMagick (#557879), there are
chances that this issue will be fixed post-Wheezy.

Regards,

-- 
 .''`.Sébastien Villemot
: :' :Debian Developer
`. `' http://www.dynare.org/sebastien
  `-  GPG Key: 4096R/381A7594


pgprY3lg2CnYU.pgp
Description: PGP signature


Bug#690765: lastfmsubmitd: please delete log files on purge

2012-10-17 Thread Paul Gevers
Package: lastfmsubmitd
Version: 1.0.6-3
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Policy 10.8 says:
Log files should be removed when the package is purged (but not when it is only
removed). This should be done by the postrm script when it is called with the
argument purge (see Details of removal and/or configuration purging, Section 
6.8).

Please do that.

- -- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

iEYEARECAAYFAlB+ogUACgkQHNUte6r+CGooLwCdGgstqPf2NlGd7nqFq5LvE862
yk0An0J3B6ksQjaCG3ojbiAOuAv4x47I
=c90s
-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#675537: texlive-latex-extra-doc: one more for xz compress (texlive-latex-extra-doc can be reduced 30MB more)

2012-10-17 Thread Hideki Yamane
On Wed, 17 Oct 2012 21:07:46 +0900
Norbert Preining  wrote:
> Please always check git for new things ;-) svn is only for wheezy.

 Okay, but please update debian/README.source, too...

> README.source
> 
> Packaging TeX Live for Debian is a huge task. Development is done in
> a very specific layout and source packages are generated from that.
> 
> If you want to know how the *orig.tar.gz* and the *source* packages are 
> generated, please check out the Debian TeX Live packaging infrastructure at
>   http://svn.debian.org/wsvn/debian-tex/texlive2012/texlive-nonbin/trunk
> where you will find a README file explaining everything in detail. Or get it
> at
>   
> http://svn.debian.org/wsvn/debian-tex/texlive2012/texlive-nonbin/trunk/README

 ;-)


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane


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



Bug#675537: texlive-latex-extra-doc: one more for xz compress (texlive-latex-extra-doc can be reduced 30MB more)

2012-10-17 Thread Norbert Preining
On Mi, 17 Okt 2012, Hideki Yamane wrote:
> > Please always check git for new things ;-) svn is only for wheezy.
> 
>  Okay, but please update debian/README.source, too...

Well, that is difficult. The README.source you are reading is from
svn, yes, there it fits. If you take a look at the README.source
from the git it will be different. As soon as I do the first
upload to unstable after release.

;-)

Best wishes

Norbert

Norbert Preiningpreining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan TeX Live & Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

OBWESTRY (abs.n.)
Bloody-minded determination on part of a storyteller to continue a
story which both the teller and the listeners know has become
desperately tedious.
--- Douglas Adams, The Meaning of Liff


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



Bug#645883: Twig package

2012-10-17 Thread Paul Waring

On 27/08/12 21:32, Paul Waring wrote:

On 27/08/12 11:20, Guillaume Duhamel wrote:

I'm still interested in seeing it in Debian - whether it's packaged y
me or
someone else. If you are able to put the build instructions somewhere
(as
opposed to the package itself) that would be great.


I uploaded the build rules on a github repo, here:
https://github.com/Guillaumito/twig-package


Thanks, I've built on top of those and the Introduction to Packaging[1]
article and produced a script[2] which will:

1. Automatically download a given version of Twig.
2. Build the .deb file.

This works fine on my local machine and in a VM, so from that point of
view I'm happy. I'm not sure what to do though in terms of trying to get
it into Debian.


Is there anything I can/need to do to push this forward?

--
Paul Waring
http://www.pwaring.com


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



Bug#690748: laptop-mode-tools: enabling Laptop Mode even if disabled in LMT config

2012-10-17 Thread Jasmine Hassan
On Wed, Oct 17, 2012 at 2:08 PM, Ritesh Raj Sarraf  wrote:
> On Wednesday 17 October 2012 02:37 PM, Jasmine Hassan wrote:
>> though, from the logic you propose, yes. that's one way to go. I was
>> thinking even something like:
>> if [ "`cat /proc/sys/vm/laptop_mode`" = "$LM_SECONDS_BEFORE_SYNC" ] ...
>> for laptop-mode status
> No. That won't help. It is not just about setting the kernel knob. We do
> a lot more than that.

Of course. It's just that:
set_sysctl /proc/sys/vm/laptop_mode 0
is hardcoded in /usr/share/laptop-mode-tools/modules/laptop-mode ,
when deactivating.

So if I do `service start laptop-mode`m edit config file to disable
LMT, I can still do `service stop laptop-mode` without it enabled.

As it stands:
/usr/sbin/laptop_mode

# If the init script has not been run or has been run with the "stop"
# argument, then we should never start laptop mode.
if [ ! -f /var/run/laptop-mode-tools/enabled ] ; then
log "VERBOSE" "Laptop mode disabled because
/var/run/laptop-mode-tools/enabled is missing."
STATE=disabled
fi
...
if [ "$STATE" = "disabled" ] ; then
ACTIVATE=0
fi
...
if [ "$ACTIVATE" -eq 0 ] ; then
ACTIVATE_WITH_POSSIBLE_DATA_LOSS=0
...
# WAS_ACTIVE is used later on. If there is no
/var/run/laptop-mode-tools/state, then
# we know that laptop mode wasn't active before.
WAS_ACTIVE=0
...


I fail to see how it would be stopped, when service was started but
user disabled in config.
It's been a while since I looked at /usr/sbin/laptop_mode :)

>
>
> --
> Ritesh Raj Sarraf
> RESEARCHUT - http://www.researchut.com
> "Necessity is the mother of invention."
>
>


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



Bug#682162: mysql-workbench: Massive Memory Leak

2012-10-17 Thread Dragomir Dragnev
Hi Dmitry,

I didn't get to test with the stock kernel, but I played a little with 
valgrind and at one point (on 5-6 query) this starts to flood infinitely:

==12581== 9,749,448 bytes in 135,409 blocks are possibly lost in loss record 
33,777 of 33,779
==12581==at 0x4C272B8: calloc (vg_replace_malloc.c:566)
==12581==by 0xB280E38: g_malloc0 (in /lib/x86_64-linux-
gnu/libglib-2.0.so.0.3200.3)
==12581==by 0xA4AF694: g_closure_new_simple (in /usr/lib/x86_64-linux-
gnu/libgobject-2.0.so.0.3200.3)
==12581==by 0xA4B0BFA: g_cclosure_new (in /usr/lib/x86_64-linux-
gnu/libgobject-2.0.so.0.3200.3)
==12581==by 0xA4C7731: g_signal_connect_data (in /usr/lib/x86_64-linux-
gnu/libgobject-2.0.so.0.3200.3)
==12581==by 0x15C94F4B: ??? (in /usr/lib/x86_64-linux-
gnu/gtk-2.0/2.10.0/engines/libqtcurve.so)
==12581==by 0x15C95115: ??? (in /usr/lib/x86_64-linux-
gnu/gtk-2.0/2.10.0/engines/libqtcurve.so)
==12581==by 0x15C95115: ??? (in /usr/lib/x86_64-linux-
gnu/gtk-2.0/2.10.0/engines/libqtcurve.so)
==12581==by 0x15C951E2: ??? (in /usr/lib/x86_64-linux-
gnu/gtk-2.0/2.10.0/engines/libqtcurve.so)
==12581==by 0x15C9520B: ??? (in /usr/lib/x86_64-linux-
gnu/gtk-2.0/2.10.0/engines/libqtcurve.so)
==12581==by 0xA4B0723: g_closure_invoke (in /usr/lib/x86_64-linux-
gnu/libgobject-2.0.so.0.3200.3)
==12581==by 0xA4C17AF: ??? (in /usr/lib/x86_64-linux-
gnu/libgobject-2.0.so.0.3200.3)

 and so on and so on

So i tested to change default GTK2 theme from QtCurve to Qt4 from system 
settings and without kde restart tested mysql-workbench again with full 
success no more memory leaks or anything - just looking ugly..

So for temporary sloution without global change ot GTK2 theme:
GTK2_RC_FILES=/usr/share/themes/Qt4/gtk-2.0/gtkrc mysql-workbench

Dmitry what GTK2 theme do you use? I wonder is it some general bug in QtCurve, 
some messed up settings of QtCurve or some misuse of it by mysql-workbench. 

Also I tested with qtcurve experimental version 1.8.14-1 (current: 1.8.12-2) 
with the same result:
sudo aptitude -t experimental install kde-style-qtcurve kwin-style-qtcurve 
qtcurve-i18n

And finally I downgraded mysql-workbench from 5.2.44+dfsg-1~exp1 to 
5.2.40+dfsg-1+b1 and the above solution does work for the memory leak problem 
but there pops-up another bug that is missing in 5.2.44: with the same query:
select * from mysql.no_such_table;
it prints the error that the table does not exist, but on the status line 
stays "Executing Query..." and now the program can not be closed any more and 
acts stragnly...
Apparently in 5.2.44 this bug is fixed so I am going back with experimental 
and staying there...

Regards,
Drago


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



Bug#675537: texlive-latex-extra-doc: one more for xz compress (texlive-latex-extra-doc can be reduced 30MB more)

2012-10-17 Thread Hideki Yamane
On Wed, 17 Oct 2012 21:24:29 +0900
Norbert Preining  wrote:
> >  Okay, but please update debian/README.source, too...
> 
> Well, that is difficult. The README.source you are reading is from
> svn, yes, there it fits. If you take a look at the README.source
> from the git it will be different. As soon as I do the first
> upload to unstable after release.

 Nice :) Thanks a lot!

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane


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



Bug#641517: iptables: ip6tables don't work

2012-10-17 Thread Jan Engelhardt
On Wednesday 2012-10-17 14:40, Filip Valder wrote:

>Hi.
>
>Sorry for my misknowledge but I think that it could be an implicit rule.
>Why should a user care of this "IPv6 ARP"? On the other side there are
>surely thousands reasons for NOT doing it...

IPv6 Neighbor Discovery is used to ask the local Ethernet segment for 
the hardware address belonging to a certain IPv6 address, because 
without said HW addr (a.k.a. MAC address), packets cannot be unicasted 
to the desired destination.


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



Bug#690748: laptop-mode-tools: enabling Laptop Mode even if disabled in LMT config

2012-10-17 Thread Jasmine Hassan
On a related note, I made some minor changes to /usr/sbin/laptop_mode
a while back, to improve status reporting when running service
laptop-mode status
Attached patch

On Wed, Oct 17, 2012 at 2:31 PM, Jasmine Hassan  wrote:
> On Wed, Oct 17, 2012 at 2:08 PM, Ritesh Raj Sarraf  
> wrote:
>> On Wednesday 17 October 2012 02:37 PM, Jasmine Hassan wrote:
>>> though, from the logic you propose, yes. that's one way to go. I was
>>> thinking even something like:
>>> if [ "`cat /proc/sys/vm/laptop_mode`" = "$LM_SECONDS_BEFORE_SYNC" ] ...
>>> for laptop-mode status
>> No. That won't help. It is not just about setting the kernel knob. We do
>> a lot more than that.
>
> Of course. It's just that:
> set_sysctl /proc/sys/vm/laptop_mode 0
> is hardcoded in /usr/share/laptop-mode-tools/modules/laptop-mode ,
> when deactivating.
>
> So if I do `service start laptop-mode`m edit config file to disable
> LMT, I can still do `service stop laptop-mode` without it enabled.
>
> As it stands:
> /usr/sbin/laptop_mode
>
> # If the init script has not been run or has been run with the "stop"
> # argument, then we should never start laptop mode.
> if [ ! -f /var/run/laptop-mode-tools/enabled ] ; then
> log "VERBOSE" "Laptop mode disabled because
> /var/run/laptop-mode-tools/enabled is missing."
> STATE=disabled
> fi
> ...
> if [ "$STATE" = "disabled" ] ; then
> ACTIVATE=0
> fi
> ...
> if [ "$ACTIVATE" -eq 0 ] ; then
> ACTIVATE_WITH_POSSIBLE_DATA_LOSS=0
> ...
> # WAS_ACTIVE is used later on. If there is no
> /var/run/laptop-mode-tools/state, then
> # we know that laptop mode wasn't active before.
> WAS_ACTIVE=0
> ...
>
>
> I fail to see how it would be stopped, when service was started but
> user disabled in config.
> It's been a while since I looked at /usr/sbin/laptop_mode :)
>
>>
>>
>> --
>> Ritesh Raj Sarraf
>> RESEARCHUT - http://www.researchut.com
>> "Necessity is the mother of invention."
>>
>>


status_fix.patch
Description: Binary data


Bug#690766: Submitted bug: rheolef_6.1-2 is wrongly packaged in sid & wheezy ; a fix, as rheolef_6.1-3, is now available

2012-10-17 Thread Pierre Saramito
Package: rheolef
Version: 6.1-3
Severity: grave
Tags: patch

Dear debian maintainers,

The rheolef_6.1-2 package is wrongly distributed in sid and wheezy.

The rheolef debianization files debian/* are now fixed and the fixed version is 
available
as rheolef_6.1-3 in svn.

Please could you upgrade the rheolef package in sid and testing ?

Yours sincelery,

Pierre
--
pierre.saram...@imag.fr
Directeur de Recherche CNRS
Laboratoire Jean Kuntzmann, Grenoble, France
http://www-ljk.imag.fr/membres/Pierre.Saramito


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

Kernel: Linux 3.2.0-3-amd64 (SMP w/6 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rheolef depends on:
ii  libboost-iostreams1.49.0  1.49.0-3.1
ii  libboost-thread1.49.0 1.49.0-3.1
ii  libc6 2.13-35
ii  libcgal9  4.0-4
ii  libgcc1   1:4.7.1-7
ii  libgmp10  2:5.0.5+dfsg-2
ii  libopenmpi1.3 1.4.5-1
ii  librheolef-dev6.1-3
ii  rheolef-doc   6.1-3

Versions of packages rheolef recommends:
ii  gmsh  2.6.1.dfsg-4
ii  gnuplot   4.6.0-8
ii  mayavi2   4.1.0-1
ii  paraview  3.14.1-6
ii  tcl-vtk   5.8.0-13+b1

rheolef suggests no packages.

-- no debconf information

-- 
pierre.saram...@imag.fr
Directeur de Recherche CNRS
Laboratoire Jean Kuntzmann, Grenoble, France
http://www-ljk.imag.fr/membres/Pierre.Saramito


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



Bug#690767: linux-image-3.2.0-3-amd64: blueteeth adaptor cause kernel crash

2012-10-17 Thread fermat
Package: src:linux
Version: 3.2.23-1
Severity: important

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
1. plug in the bluetooth adaptor
2. start to connect my phone to computer throw bluetooth
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
The kernel crashs.
   * What outcome did you expect instead?

*** End of the template - remove these lines ***



-- Package-specific info:
** Version:
Linux version 3.2.0-3-amd64 (Debian 3.2.23-1) (debian-ker...@lists.debian.org) 
(gcc version 4.6.3 (Debian 4.6.3-8) ) #1 SMP Mon Jul 23 02:45:17 UTC 2012

** Command line:
BOOT_IMAGE=/vmlinuz-3.2.0-3-amd64 
root=UUID=3135c974-44cd-4309-a99c-56768252a7a1 ro 
resume=UUID=0f5c0dc5-14ad-42c4-b7f8-05de90f28175 quiet

** Tainted: O (4096)
 * Out-of-tree module has been loaded.

** Kernel log:
[6.699051] mtrr: type mismatch for d000,1000 old: write-back new: 
write-combining
[6.699054] [drm] MTRR allocation failed.  Graphics performance may suffer.
[6.699307] i915 :00:02.0: irq 41 for MSI/MSI-X
[6.699311] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[6.699313] [drm] Driver supports precise vblank timestamp query.
[6.699345] vgaarb: device changed decodes: 
PCI::00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[6.960461] fbcon: inteldrmfb (fb0) is primary device
[7.146497] Console: switching to colour frame buffer device 240x67
[7.161408] fb0: inteldrmfb frame buffer device
[7.161412] drm: registered panic notifier
[7.161543] [drm] Initialized i915 1.6.0 20080730 for :00:02.0 on minor 0
[7.161631] snd_hda_intel :00:1b.0: PCI INT A -> GSI 22 (level, low) -> 
IRQ 22
[7.161704] snd_hda_intel :00:1b.0: irq 42 for MSI/MSI-X
[7.161728] snd_hda_intel :00:1b.0: setting latency timer to 64
[9.073198] Adding 8388604k swap on /dev/sdb10.  Priority:-1 extents:1 
across:8388604k 
[9.280428] EXT4-fs (sdb9): re-mounted. Opts: (null)
[9.822079] EXT4-fs (sdb9): re-mounted. Opts: errors=remount-ro
[9.979376] loop: module loaded
[   11.649977] EXT4-fs (sdb12): mounted filesystem with ordered data mode. 
Opts: (null)
[   11.712628] EXT4-fs (sdb6): mounted filesystem with ordered data mode. Opts: 
(null)
[   12.811123] RPC: Registered named UNIX socket transport module.
[   12.811129] RPC: Registered udp transport module.
[   12.811133] RPC: Registered tcp transport module.
[   12.811137] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   12.851369] FS-Cache: Loaded
[   12.885889] FS-Cache: Netfs 'nfs' registered for caching
[   12.903139] Installing knfsd (copyright (C) 1996 o...@monad.swb.de).
[   13.220607] fuse init (API version 7.17)
[   15.268655] vboxdrv: Found 4 processor cores.
[   15.269024] vboxdrv: fAsync=0 offMin=0x3b8 offMax=0x1cb4
[   15.269071] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 
'normal'.
[   15.269072] vboxdrv: Successfully loaded version 4.1.18_Debian (interface 
0x0019).
[   15.460510] vboxpci: IOMMU not found (not registered)
[   17.767119] Bluetooth: Core ver 2.16
[   17.767149] NET: Registered protocol family 31
[   17.767153] Bluetooth: HCI device and connection manager initialized
[   17.767156] Bluetooth: HCI socket layer initialized
[   17.767159] Bluetooth: L2CAP socket layer initialized
[   17.767171] Bluetooth: SCO socket layer initialized
[   17.791939] Bluetooth: RFCOMM TTY layer initialized
[   17.791945] Bluetooth: RFCOMM socket layer initialized
[   17.791947] Bluetooth: RFCOMM ver 1.11
[   19.241029] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   19.241034] Bluetooth: BNEP filters: protocol multicast
[   22.126267] r8169 :01:00.0: eth0: link down
[   22.126278] r8169 :01:00.0: eth0: link down
[   22.127598] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   23.711028] r8169 :01:00.0: eth0: link up
[   23.712295] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   24.274719] lp0: using parport0 (interrupt-driven).
[   24.390840] ppdev: user-space parallel port driver
[39787.955882] usb 1-1.3: USB disconnect, device number 3
[39789.433173] usb 1-1.3: new low-speed USB device number 4 using ehci_hcd
[39789.529178] usb 1-1.3: New USB device found, idVendor=093a, idProduct=2510
[39789.529183] usb 1-1.3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[39789.529187] usb 1-1.3: Product: USB OPTICAL MOUSE
[39789.529190] usb 1-1.3: Manufacturer: PIXART
[39789.533169] input: PIXART USB OPTICAL MOUSE as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input5
[39789.533558] generic-usb 0003:093A:2510.0002: input,hidraw0: USB HID v1.11 
Mouse [PIXART USB OPTICAL MOUSE] on usb-:00:1a.0-1.3/input0
[85761.793584] usb 2-1.6: new high-speed USB device number 3 using ehci_hcd
[85762.702019] hub 2-1:1.0: unable to enumerate USB device on port 6
[85762.933702] usb 2-1.6: new high-spe

Bug#690768: Constructor Hobbit::trends() does not work

2012-10-17 Thread Christoph Berg
Package: hobbit-plugins
Version: 20120531
Severity: normal

The documented constructor "$foo = Hobbit::trends;" doesn't work. One
needs to do Hobbit::trends($hostname) (usually
Hobbit::trends($bb->{hostname})) instead.

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


signature.asc
Description: Digital signature


Bug#658739: gnutls26: LDAP+SSL account cannot use setuid binaries until, gnutls26 is rebuilt with nettle not libgcrypt11

2012-10-17 Thread Markus Spanner
Buildung libgnutls26 without '--with-libgcrypt' makes sudo working for 
ldap-accounts here as well.

So please consider applying this fix in wheezy.


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



Bug#690769: Cannot start trace on a database due to trace plugin failing to initialize UNICODE collation

2012-10-17 Thread Konstantin Khomoutov
Package: firebird2.5-classic
Version: 2.5.0.26054~ReleaseCandidate3.ds2-1+b1
Severity: normal

When I'm trying to start a trace using something like this

# cat >/tmp/fb-trace

 enabled true
 log_connections true
 log_transactions true

^D
# fbtracemgr -se localhost:service_mgr -user sysdba \
-fe /dev/stdin -start -name test -config /tmp/fb-trace

The trace seemingly starts (fbtracemgr is connected to the terminal
and is running) but nothing is printed even though there's
activity in the database being monitored, and in the firebird server
log I have a message like this:

aquinas Wed Oct 17 14:24:20 2012
Trace plugin libfbtrace.so returned error on call trace_create.
Error details: cannot initialize UNICODE collation to use in
trace plugin

I managed to find an upstream bug report [1], from which it follows
that certain versions in Ubuntu are also affected (and they are
supposedly just have been pulled from Debian), and that the real
culprit is the ICU v4.4 package with which the libfbembed2.5 is linked.

The end result is that it seemingly impossible to run a trace against
a Firebird 2.5 instance in Squeeze.

I do know that this bug report is somewhat late to the party as Squeeze
is not so long from becoming the new oldstable, but possibly you could
suggest a workaround.

P.S.
Currently I'm trying to build a Squeeze back port of ICU 4.8 to try
convincing Firebird to use it as suggested  in [1], by adding
icu_versions = 4.2
to fbintl.conf.
I'm not sure this will work as Firebird in Debian is probably built
with --with-system-icu, but will report back if I'll succeed in doing
this.

1. http://tracker.firebirdsql.org/browse/CORE-3281


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



Bug#690770: linux-tools-3.2: Please provide debugging package

2012-10-17 Thread Paul Menzel
Package: linux-tools-3.2
Version: 3.2.17-1
Severity: normal

Dear Debian folks,


it would be great if you could provide a package containing the
debugging symbols for `perf_3.2` so I can easily debug the following
issue.

$ gdb -q perf_3.2
(gdb) run report
Program received signal SIGSEGV, Segmentation 
0x080b365c in hists__inc_nr_events ()
(gdb) bt f
#0  0x080b365c in hists__inc_nr_events ()
No symbol table info available.
#1  0x0809cb85 in ?? ()
No symbol table info available.
#2  0x0809d1cd in ?? ()
No symbol table info available.
#3  0x0809e9e0 in __perf_session__process_events ()
No symbol table info available.
#4  0x0809ee45 in perf_session__process_events ()
No symbol table info available.
#5  0x0806380a in cmd_report ()
No symbol table info available.
#6  0x08057dee in _start ()
No symbol table info available.


Thanks,

Paul

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

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-tools-3.2 depends on:
ii  libc6 2.13-35
ii  libdw10.153-2
ii  libelf1   0.153-2
ii  libnewt0.52   0.52.14-11
ii  libperl5.14   5.14.2-14
ii  libpython2.7  2.7.3-5
ii  libslang2 2.2.4-15
ii  perl  5.14.2-14
ii  python2.7.3-2

Versions of packages linux-tools-3.2 recommends:
ii  linux-base  3.5

Versions of packages linux-tools-3.2 suggests:
pn  linux-doc-3.2  

-- no debconf information


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


Bug#690547: [Pkg-samba-maint] Bug#690547: winbind: Enabling winbind offline logon I can't access windows shares

2012-10-17 Thread Paolo Sala
Christian PERRIER scrisse in data 16/10/2012 07:41:
> [...]
> Moreover, this bug clearly is an upstream bug and it's probably better
> to report it in the Samba bug tracker itself. 
ok, I've opened it; this is the link:
https://bugzilla.samba.org/show_bug.cgi?id=9296

Have a great day

Piviul


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



Bug#690771: please add Vcs-* headers to the control file

2012-10-17 Thread Jon Dowland
Source: emacs
Version: 24.2+1-1
Severity: wishlist
Tags: patch

Patch attached.
>From dbf00627b6c54d82738ccc51d4e69ef32ea6c458 Mon Sep 17 00:00:00 2001
From: Jon Dowland 
Date: Wed, 17 Oct 2012 13:57:41 +0100
Subject: [PATCH] add Vcs-* headers to control file

Document where the package is maintained, so people who wish to inspect the
packaging online, or check out the source to prepare patches against can do so
easily.
---
 debian/control |2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index d1fcf16..8b438d7 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,8 @@ Build-Depends: bsd-mailx | mailx, libncurses5-dev, texinfo, liblockfile-dev, lib
  libgconf2-dev, libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
 Homepage: http://www.gnu.org/software/emacs/
 Standards-Version: 3.7.2
+Vcs-Git: git://git.debian.org/git/users/rlb/emacs.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/rlb/emacs.git;a=summary
 
 Package: emacs24-lucid
 Architecture: any
-- 
1.7.10.4



Bug#690693: ITP: thin-provisioning-tools -- Tools to manage thinly provisioned volume metadata in LVM

2012-10-17 Thread Dmitrijs Ledkovs
On 16 October 2012 16:38, Neil Wilson  wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Neil Wilson 
>
> * Package name: thin-provisioning-tools
>   Version : 0.1.5
>   Upstream Author : Red Hat, Inc.
> * URL : https://github.com/jthornber/thin-provisioning-tools
> * License : GPL v3
>   Programming Lang: C++
>   Description : Tools to manage thinly provisioned volume metadata in LVM
>
> Installs check, dump and restore tools that manage the thin volume
> metadata in the thin provisioning pool.
>

If you have the package ready, I'd be happy to review it and sponsor
it. If you need sponsor that is.

Regards,

Dmitrijs.


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



Bug#690772: unblock: lastfmsubmitd/1.0.6-4

2012-10-17 Thread Paul Gevers
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please unblock package lastfmsubmitd

lastfmsubmitd is QA maintained. 

Thomas Goirand prepared a patch for RC bug #689896, which fixes bad handling
of /var/run/lastfm life cycle (Policy). I applied his patch after some
checking.

Please find the final debdif attached.

unblock lastfmsubmitd/1.0.6-4

- -- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

iEYEARECAAYFAlB+rHUACgkQHNUte6r+CGrULQCfbVqH6ZJd4UXc5RrYLEbPoCUx
1f4An0L4/CkWFlVOpLJlRfzipD6aB0SS
=r0eU
-END PGP SIGNATURE-
diff -u lastfmsubmitd-1.0.6/debian/lastfmsubmitd.dirs lastfmsubmitd-1.0.6/debian/lastfmsubmitd.dirs
--- lastfmsubmitd-1.0.6/debian/lastfmsubmitd.dirs
+++ lastfmsubmitd-1.0.6/debian/lastfmsubmitd.dirs
@@ -2,3 +2,2 @@
 var/log/lastfm
-var/run/lastfm
 var/spool/lastfm
diff -u lastfmsubmitd-1.0.6/debian/lastmp.init.d lastfmsubmitd-1.0.6/debian/lastmp.init.d
--- lastfmsubmitd-1.0.6/debian/lastmp.init.d
+++ lastfmsubmitd-1.0.6/debian/lastmp.init.d
@@ -23,6 +23,14 @@
 exit 0
 fi
 
+if [ ! -d ${RUNDIR} ] ; then
+	mkdir -p ${RUNDIR} || true
+	if [ -d ${RUNDIR} ] ; then
+		chown ${USER}:${GROUP} ${RUNDIR}
+		chmod 2775 ${RUNDIR}
+	fi
+fi
+
 case "$1" in
 start)
 echo -n "Starting $DESC: "
diff -u lastfmsubmitd-1.0.6/debian/lastfmsubmitd.init.d lastfmsubmitd-1.0.6/debian/lastfmsubmitd.init.d
--- lastfmsubmitd-1.0.6/debian/lastfmsubmitd.init.d
+++ lastfmsubmitd-1.0.6/debian/lastfmsubmitd.init.d
@@ -21,6 +21,14 @@
 exit 0
 fi
 
+if [ ! -d ${RUNDIR} ] ; then
+	mkdir -p ${RUNDIR} || true
+	if [ -d ${RUNDIR} ] ; then
+		chown ${USER}:${GROUP} ${RUNDIR}
+		chmod 2775 ${RUNDIR}
+	fi
+fi
+
 case "$1" in
 start)
 echo -n "Starting $DESC: "
diff -u lastfmsubmitd-1.0.6/debian/changelog lastfmsubmitd-1.0.6/debian/changelog
--- lastfmsubmitd-1.0.6/debian/changelog
+++ lastfmsubmitd-1.0.6/debian/changelog
@@ -1,3 +1,13 @@
+lastfmsubmitd (1.0.6-4) unstable; urgency=low
+
+  [ Thomas Goirand ]
+  * Fixes bad handling of /var/run/lastfm life cycle (Closes: #689896).
+
+  [ Paul Gevers ]
+  * Prepare upload
+
+ -- Paul Gevers   Wed, 17 Oct 2012 11:19:02 +0200
+
 lastfmsubmitd (1.0.6-3) unstable; urgency=low
 
   * QA upload.
diff -u lastfmsubmitd-1.0.6/debian/lastfmsubmitd.postinst lastfmsubmitd-1.0.6/debian/lastfmsubmitd.postinst
--- lastfmsubmitd-1.0.6/debian/lastfmsubmitd.postinst
+++ lastfmsubmitd-1.0.6/debian/lastfmsubmitd.postinst
@@ -45,7 +45,7 @@
 
 db_get lastfmsubmitd/spool_group
 if [ "$RET" ]; then
-for dir in /var/log/lastfm /var/run/lastfm /var/spool/lastfm; do
+for dir in /var/log/lastfm /var/spool/lastfm; do
 chown "lastfm:$RET" $dir
 chmod 2775 $dir
 done


Bug#690774: openjdk-6: Multiple security issues from October patch update

2012-10-17 Thread Moritz Muehlenhoff
Package: openjdk-6
Severity: grave
Tags: security
Justification: user security hole

http://www.oracle.com/technetwork/topics/security/javacpuoct2012-1515924.html


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



Bug#690773: perl: Module::Build creates non group-writable site directories

2012-10-17 Thread Niko Tyni
Package: perl
Version: 5.14.2-14

Quoting the Debian policy, section 9.1.2:
 http://www.debian.org/doc/debian-policy/ch-opersys.html#s9.1.2

 The `/usr/local' directory itself and all the subdirectories
 created by the package should (by default) have permissions 2775
 (group-writable and set-group-id) and be owned by `root:staff'.

We have patched ExtUtils::MakeMaker for ages to set umask appropriately
for site install directories. See
 
http://patch-tracker.debian.org/patch/series/view/perl/5.14.2-14/debian/writable_site_dirs.diff
 
http://patch-tracker.debian.org/patch/series/view/perl/5.10.1-17squeeze3/debian/extutils_hacks.diff

It looks like Module::Build needs similar patching:

  % sudo rm -rf /usr/local/share/perl /usr/local/lib/perl
  % cpan -i File::BOM
  [...]
sudo ./Build install  -- OK
  % ls -dl /usr/local/lib/perl /usr/local/share/perl
  drwxr-sr-x 3 root staff 4096 Oct 17 15:58 /usr/local/lib/perl
  drwxr-sr-x 3 root staff 4096 Oct 17 15:58 /usr/local/share/perl

To contrast, here's the correct behaviour by ExtUtils::MakeMaker:

  % sudo rm -rf /usr/local/share/perl /usr/local/lib/perl
  % cpan -i Shell   
  [...]
sudo /usr/bin/make install  -- OK
  % ls -dl /usr/local/lib/perl /usr/local/share/perl
  drwxrwsr-x 3 root staff 4096 Oct 17 15:59 /usr/local/lib/perl
  drwxrwsr-x 3 root staff 4096 Oct 17 15:59 /usr/local/share/perl

Once we have a fix, I suppose the separate libmodule-build-perl package
needs to be patched too.
-- 
Niko Tyni   nt...@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#690775: openjdk-7: Multiple security issues from October patch update

2012-10-17 Thread Moritz Muehlenhoff
Package: openjdk-7
Severity: grave
Tags: security
Justification: user security hole 

http://www.oracle.com/technetwork/topics/security/javacpuoct2012-1515924.html


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



Bug#548399: RFP ProjectLibre

2012-10-17 Thread Carlo Stemberger

reopen 548399
retitle 548399 RFP: projectlibre -- Project management solution
thanks

New name and new website for this project: http://www.projectlibre.com/

ProjectLibre was released during August 2012. It has been voted as the 
open source Project of the Month for October 2012 by the SourceForge 
community.


Best regards,
Carlo

--
  .-.  | Registered Linux User #443882|  .''`.
  oo|  | http://linuxcounter.net/ | : :'  :
 /`'\  |   Registered Debian User #9  | `. `'`
(\_;/) | http://debiancounter.altervista.org/ |   `-


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



Bug#507402: SSL verify in libwww-perl

2012-10-17 Thread Simon Waters

This behaviour is fixed upstream

See note on 
http://search.cpan.org/~gaas/libwww-perl-6.04/lib/LWP/UserAgent.pm


Which notes that this is not checked in 5.837 and earlier.

I believe it is fixed but not the default in 6.00

It should do the right thing by default in 6.03 and later.

I'm not clear from documentation where in fact the issue lies, I suspect 
because upstream have unbundled some modules from the same source.


Just came across this as I upgraded the Perl libraries for an 
application using CPAN and broke it as the SSL connection required 
additional certificate authority data that was not being supplied. So 
the connection could have been easily intercepted.


Wheezy has 6.04 which is current.

I believe this bug has incorrect severity since it potentially 
undermines security in all 373 packages that depend on it, along with 
3rd party code such as that which I was working on.



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



Bug#641517: iptables: ip6tables don't work

2012-10-17 Thread Jan Engelhardt
On Wednesday 2012-10-17 14:51, Filip Valder wrote:

>I do understand and that's what I mean. It's necessary for the basic
>functionality so why should it be explicitly set by a user?

Users have different requirements.

Not all possible IPv6 scenarios use NDISC.

The kernel gives you tools, how you use them is your choice.

(If you do not like the "raw" way of the kernel, there are plenty of 
frontends to pick from.)


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



Bug#690776: debconf can crash if gtk2 fails to import into Perl

2012-10-17 Thread James Hunt
Package: debconf
Version: 1.5.46
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch

Dear Maintainers,

The attached patch, although too late to apply to Ubuntu Quantal,
addresses the issue shown in Ubuntu bug 1060249:

https://bugs.launchpad.net/ubuntu/+source/debconf/+bug/1060249

It will stop debconf from crashing should 'use Gtk2;' fail, and allow it
to gracefully fall back to other frontends as designed.

  * Debconf/Frontend/Gnome.pm:init(): Only 'use Gtk2;' once it has been
proven to be safe to avoid rogue Perl module behaviour from crashing
debconf (#LP: 1060249).

Thanks for considering the patch.

-- System Information:
Debian Release: wheezy/sid
  APT prefers quantal-updates
  APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500,
'quantal')
Architecture: i386 (i686)

Kernel: Linux 3.5.0-17-generic (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Kind regards,

James.
--
James Hunt

http://upstart.ubuntu.com/cookbook
http://upstart.ubuntu.com/cookbook/upstart_cookbook.pdf
=== modified file 'Debconf/FrontEnd/Gnome.pm'
--- Debconf/FrontEnd/Gnome.pm   2011-06-23 06:52:13 +
+++ Debconf/FrontEnd/Gnome.pm   2012-10-12 19:35:29 +
@@ -14,13 +14,6 @@
 use Debconf::Encoding qw(to_Unicode);
 use base qw{Debconf::FrontEnd};
 
-# Catch this so as not to confuse the poor users if Gtk or Gnome are not
-# installed.
-eval q{
-   use Gtk2;
-};
-die "Unable to load Gtk -- is libgtk2-perl installed?\n" if $@;
-
 =head1 DESCRIPTION
 
 This FrontEnd is a Gnome UI for Debconf.
@@ -121,11 +114,35 @@
}
}
else {
+   # Catch scenario where Gtk/Gnome are not installed.
+   use Gtk2;
+
@ARGV=@ARGV_for_gnome; # temporary change at first
Gtk2->init;
+
+   # Create a window, but don't show it.
+   #
+   # This has the effect of exercising gtk a bit in an
+   # attempt to force an error either in the gtk bindings
+   # themselves, but hopefully also in
+   # gtk/glib/gsettings/etc. There is no guarantee that
+   # this alone will provoke an error, but it's a
+   # relatively safe and reasonable operation to perform
+   # and further reduces the chance of the parent debconf
+   # process ending up in an unrecoverable state.
+   my $window = Gtk2::Window->new('toplevel');
+
exit(0); # success
}

+   # Only load Gtk after the child has successfully proved it can do
+   # the same. This avoids the problem where a module calls into a
+   # native library and causes the perl interpreter to crash. When
+   # we get to here, we know that the child didn't crash, so it
+   # should be safe for us to attempt it.
+   eval q{use Gtk2;};
+   die "Unable to load Gtk -- is libgtk2-perl installed?\n" if $@;
+
my @gnome_sucks=@ARGV;
@ARGV=@ARGV_for_gnome;
Gtk2->init;

=== modified file 'debian/changelog'



Bug#690777: virtualbox: CVE-2012-3221

2012-10-17 Thread Moritz Muehlenhoff
Package: virtualbox
Severity: grave
Tags: security
Justification: user security hole

Oracle fixed an unspecified security issue in their latest Patch Update:
http://www.oracle.com/technetwork/topics/security/cpuoct2012-1515893.html

CVE-2012-3221   Oracle VM Virtual Box   NoneVirtualBox Core No  
2.1 Local   Low NoneNoneNone  Partial+  3.2, 4.0, 4.1

Please get in touch with upstream and ask them for a fix.

Cheers,
Moritz


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



Bug#690769: [pkg-firebird-general] Bug#690769: Cannot start trace on a database due to trace plugin failing to initialize UNICODE collation

2012-10-17 Thread Damyan Ivanov
-=| Konstantin Khomoutov, 17.10.2012 16:54:07 +0400 |=-
> aquinas Wed Oct 17 14:24:20 2012
> Trace plugin libfbtrace.so returned error on call trace_create.
> Error details: cannot initialize UNICODE collation to use in
> trace plugin
> 
> I managed to find an upstream bug report [1], from which it follows
> that certain versions in Ubuntu are also affected (and they are
> supposedly just have been pulled from Debian), and that the real
> culprit is the ICU v4.4 package with which the libfbembed2.5 is linked.

I think the root cause is 
http://tracker.firebirdsql.org/browse/CORE-3447

Perhaps you can try a backport of firebird2.5 from wheezy? Or rebuild 
the squeeze version with the upstream patch 
(http://firebird.svn.sourceforge.net/viewvc/firebird/firebird/branches/B2_5_Release/src/jrd/unicode_util.cpp?pathrev=52787&view=diff&r1=52787&r2=52786&diff_format=h)



signature.asc
Description: Digital signature


Bug#690727: linux-image-3.2.0-3-686-pae: user space serial console messages held back on HS20 blade until qla2xxx is loaded

2012-10-17 Thread Ferenc Wagner
Ben Hutchings  writes:

> On Tue, 2012-10-16 at 20:44 +0200, Ferenc Wagner wrote:
> 
>> This is an issue on IBM HS20 blades with serial over LAN console.  In short,
>> kernel messages get through all right, but user space messages are buffered
>> until the qla2xxx FC HBA driver module is loaded.  Everything is right if I
>> reverse the order of the two console parameters, making /dev/console refer
>> to the tty0 virtual console.  For debugging, I made the following changes:
>
> Please test Linux 3.5 (as packaged in experimental) or 3.6.

I tried the same in another IBM Bladecenter with slightly different
parts and firmware versions.  There loading qla2xxx does not fix the
user space console output.  Even worse (on a virtual console):

(initramfs) cat /proc/tty/driver/serial
[  225.538801] BUG: unable to handle kernel NULL pointer dereference at 009d
[  225.542505] IP: [] tty_ldisc_try+0xe/0x37
[  225.542505] *pdpt = 376f8001 *pde = 
[  225.642256] Oops:  [#1] SMP

and the machine freezes here (sometimes after printing two lines only).
Maybe http://thread.gmane.org/gmane.linux.kernel/1101432/focus=1303356?

On the other hand:
(initramfs) setserial -g /dev/ttyS0
/dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4
(initramfs) cat /proc/tty/driver/serial
serinfo:1.0 driver revision:
0: uart:16550A port:03F8 irq:4 tx:0 rx:0 DSR|CD
1: uart:16550A port:02F8 irq:3 tx:0 rx:0 CTS|DSR|CD
2: uart:unknown port:03E8 irq:4
3: uart:unknown port:03E8 irq:3

But setserial -g /dev/ttyS1 or S2 or S3 does not help like this.

(initramfs) echo hello >/dev/ttyS0

waits for 30 seconds then returns without printing anything.

(initramfs) echo '<2>hello' >/dev/kmsg

does not print to the serial console either, only to the VC (command
line: console=ttyS0,19200n8r console=tty0 loglevel=3 break=top).

User space console output appears on this machine after starting udev,
but I haven't yet found out which module does this.
-- 
Regards,
Feri.


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



Bug#690778: mysql-5.5: New security issues from October Patch Update

2012-10-17 Thread Moritz Muehlenhoff
Package: mysql-5.5
Severity: grave
Tags: security
Justification: user security hole

Due to the usual intransparency we'll again have to update to a new upstream
release in Wheezy and stable...

http://www.oracle.com/technetwork/topics/security/cpuoct2012-1515893.html

Also, it's amazing how the managed to not fix CVE-2012-4414...

Cheers,
Moritz


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



Bug#687597: openslp-dfsg: touch bug CVE-2012-4428

2012-10-17 Thread Paul Gevers
Package: openslp-dfsg
Followup-For: Bug #687597

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

As far as I can tell, no solution known yet, on 17 October 2012, 15:28 +0200.

While going through Debian QA group owned RC bugs, I touched on this bug.

http://security-tracker.debian.org/tracker/CVE-2012-4428

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

iEYEARECAAYFAlB+s40ACgkQHNUte6r+CGp99gCfb8V0OkWyTOTq68wZjuK50O/b
9tMAn2wLN1mGAPXS2YM36VgtU2hd0wVV
=selz
-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#688797: [Pkg-openldap-devel] Bug#688797: Dead lock on BDB and partial stop on slapd

2012-10-17 Thread Jose Manuel dos Santos Calhariz
On Wed, Oct 10, 2012 at 03:18:50PM +0100, Jose Manuel dos Santos Calhariz wrote:
> On Thu, Oct 04, 2012 at 01:05:15PM -0700, Quanah Gibson-Mount wrote:
> > --On Thursday, October 04, 2012 4:19 PM +0100 Jose Manuel dos Santos
> > Calhariz  wrote:
> > 
> > >
> > >Following a previous bug report about a stopping slapd server, during
> > >normal day work.  As now we have a partially working slapd server, that
> > >answers some queries but ignores others.  Using db5.1_stat and gdb
> > >was possible to get the following information:
> > 
> > Hi Jose,
> > 
> > As I previously noted, this is a known bug with BDB 5.x series.
> > Please read:
> > 
> > 
> > 
> > 
> > Again, if you can show a deadlock in a current OpenLDAP build with a
> > known good version of BDB (4.7.25 + all patches), then that would be
> > of interesting.
> 
> Is openldap 2.4.31 current enough?

It even happen with 2.4.33 :-(  It was compiled with BDB (4.7.25 + all
patches).  Waiting for the next stop to collect debug information.

> 
> I have recompiled openldap this time with BDB 4.7.25 (+ 4 patches).
> The symptoms are the same.
> 
> db4.7_stat -CA:
> 
> (...)
> 82ae dd=139 locks held 1write locks 0pid/thread 
> 20718/139646692484864
> 82ae READ  1 WAITistPersonServices.bdb page 28
> 82ae READ  1 HELDistPersonServices.bdb page  1
> 82af dd=138 locks held 1write locks 1pid/thread 
> 20718/139646700877568
> 82af WRITE 1 HELDistPersonServices.bdb page 28
> (...)
> 
> gdb thread apply all bt
> 
> (...)
> Thread 25 (Thread 0x7f0207fff700 (LWP 23812)):
> #0  pthread_cond_wait@@GLIBC_2.3.2 () at 
> ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
> #1  0x7f02225f2c85 in ldap_int_thread_pool_wrapper (xpool=)
> at ../../../../libraries/libldap_r/tpool.c:675
> #2  0x7f02208258ca in start_thread (arg=) at 
> pthread_create.c:300
> #3  0x7f022058cb6d in clone () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
> #4  0x in ?? ()
> (...)
> 
> I attached the full log of db4.7_stat -CA and is available on request
> the gdb full stack trace.
> 
> > 
> > --Quanah
> > 
> 
>   Jose Calhariz
> 
> 

Jose Calhariz


-- 
--
Nihil est in intellectu quod non ante fuerit in sensu.
(Nada está no intelecto que não tenha passado antes pelos sentidos)


signature.asc
Description: Digital signature


Bug#690429: scite: package does not include man page (empty /usr/share/man/man1 directory)

2012-10-17 Thread Michael Vogt
On Sun, Oct 14, 2012 at 11:48:17AM +0100, Stuart Prescott wrote:
> Package: scite
> Version: 3.0.2-2
> Severity: minor
> 
> Dear Maintainer,
> 
> Looking at the scite package, I see that /usr/share/doc/man/man1 is
> empty with the man page scite/doc/scite.1 not being included. It would
> be great if the man page were a little more informative too.

Thanks for your bugreport. This is fixed in bzr and will be part of
the next upload.

Cheers,
 Michael
 
> cheers
> Stuart
> 
> 
> -- System Information:
> Debian Release: wheezy/sid
>   APT prefers testing
>   APT policy: (550, 'testing'), (60, 'unstable')
> Architecture: i386 (i686)
> 
> Kernel: Linux 3.2.0-3-686-pae (SMP w/4 CPU cores)
> Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash


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



Bug#688797: [Pkg-openldap-devel] Bug#688797: Dead lock on BDB and partial stop on slapd

2012-10-17 Thread Quanah Gibson-Mount



--On October 17, 2012 2:35:30 PM +0100 Jose Manuel dos Santos Calhariz 
 wrote:



On Wed, Oct 10, 2012 at 03:18:50PM +0100, Jose Manuel dos Santos Calhariz
wrote:

On Thu, Oct 04, 2012 at 01:05:15PM -0700, Quanah Gibson-Mount wrote:
> --On Thursday, October 04, 2012 4:19 PM +0100 Jose Manuel dos Santos
> Calhariz  wrote:
>
> >
> > Following a previous bug report about a stopping slapd server, during
> > normal day work.  As now we have a partially working slapd server,
> > that answers some queries but ignores others.  Using db5.1_stat and
> > gdb was possible to get the following information:
>
> Hi Jose,
>
> As I previously noted, this is a known bug with BDB 5.x series.
> Please read:
>
> 
> 
>
> Again, if you can show a deadlock in a current OpenLDAP build with a
> known good version of BDB (4.7.25 + all patches), then that would be
> of interesting.

Is openldap 2.4.31 current enough?


It even happen with 2.4.33 :-(  It was compiled with BDB (4.7.25 + all
patches).  Waiting for the next stop to collect debug information.


Ok.  did you see the information Howard requested you gather via his 
comment in the bug?


Thanks,
Quanah


--
Quanah Gibson-Mount
Principal Software Engineer
Zimbra, Inc

Zimbra ::  the leader in open source messaging and collaboration


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



Bug#543925: Please comment on security bugs of opencryptoki

2012-10-17 Thread Paul Gevers
Hi David,

As you are apparently active on taking over this package, I would
appreciate it if you can put a comment on the security bug reported
against opencryptoki [1] stating so much. (You are fixing that, right?) ;)

I was looking into the bug for the Debian Wheezy release, but if there
is already action, I don't need to do it. Also, are you trying to get
the fix for [1] into wheezy, i.e. are your changes compliant with the
freeze exceptions [2]?

Paul

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689417
[2] http://release.debian.org/wheezy/freeze_policy.html



signature.asc
Description: OpenPGP digital signature


Bug#690748: laptop-mode-tools: enabling Laptop Mode even if disabled in LMT config

2012-10-17 Thread Ritesh Raj Sarraf
On Wednesday 17 October 2012 06:01 PM, Jasmine Hassan wrote:
> So if I do `service start laptop-mode`m edit config file to disable
> LMT, I can still do `service stop laptop-mode` without it enabled.

I don't know what you are intending here.

Whenever LMT is invoked, it'll call lmt_load_config(). There it checks
for, if LMT is enabled and proceeds, or otherwise it just exits out.

-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
"Necessity is the mother of invention."




signature.asc
Description: OpenPGP digital signature


Bug#690779: bacula: [INTL:pt] Updated Portuguese translation for debconf messages

2012-10-17 Thread Traduz

Package: bacula
Version: 5.2.6+dfsg-4
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for bacula's debconf messages.
Translator: Rui Branco 
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


--
Melhores cumprimentos/Best regards,

Traduz! - Portuguese Translation Team


# Portuguese Translation for bacula debconf messages
# This file is distributed under the same license as the bacula package.
# Ricardo Silva , 2006
# Rui Branco , 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: bacula 5.2.6+dfsg-4\n"
"Report-Msgid-Bugs-To: bac...@packages.debian.org\n"
"POT-Creation-Date: 2008-01-27 22:28+0100\n"
"PO-Revision-Date: 2012-10-08 20:59+0100\n"
"Last-Translator: Rui Branco \n"
"Language-Team: Portuguese \n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: error
#. Description
#: ../bacula-director-db.templates.in:2001
msgid "Unsafe bacula-director password changed"
msgstr "Palavra-chave insegura do bacula-director modificada"

#. Type: error
#. Description
#: ../bacula-director-db.templates.in:2001
msgid ""
"This installation of Bacula was still using an unsafe password for access to "
"the bacula-director service, as shipped with old versions of Bacula."
msgstr ""
"Esta instalação do Bacula estava ainda a utilizar uma palavra-chave insegura "
"para o acesso ao serviço bacula-director tal como distribuído nas anteriores "
"versões do Bacula."

#. Type: error
#. Description
#: ../bacula-director-db.templates.in:2001
msgid ""
"In order to secure this Bacula server, the password in bacula-dir.conf has "
"been modified. You will need to change it on clients so that they can still "
"access the bacula-director service."
msgstr ""
"De modo a tornar seguro o servidor Bacula, a palavra-chave no ficheiro "
"bacula-dir.conf foi modificada. Terá que a alterar nos clientes para que os "
"mesmos tenham acesso ao serviço bacula-director."


Bug#690748: laptop-mode-tools: enabling Laptop Mode even if disabled in LMT config

2012-10-17 Thread Jasmine Hassan
On Wed, Oct 17, 2012 at 3:53 PM, Ritesh Raj Sarraf  wrote:
> On Wednesday 17 October 2012 06:01 PM, Jasmine Hassan wrote:
>> So if I do `service start laptop-mode`m edit config file to disable
>> LMT, I can still do `service stop laptop-mode` without it enabled.
>
> I don't know what you are intending here.

Sorry I wasn't clear (and for the typo). Rephrase:
1. start laptop-mode
2. nano /etc/laptop-mode/laptop-mode.conf
and change:
ENABLE_LAPTOP_MODE_TOOLS=1
to:
ENABLE_LAPTOP_MODE_TOOLS=0

Now, although laptop-mode is enabled, the init script doesn't tell the
actual status, when invoking `service laptop-mode status`.

And how would `service laptop-mode stop` react in this case? Does it
not bother try to deactivate laptop-mode just because it sees
ENABLE_LAPTOP_MODE_TOOLS=0 in config? i.e. are we accounting for the
possibility that, although config file shows LMT is disabled, that LMT
may have been started (and not manually stopped) before we disabled?
What happens then if I suspend? LMT thinks its disabled, does nothing,
when it should actually be deactivating because we
started-before-config-disable.

Am I making a bit more sense?

>
> Whenever LMT is invoked, it'll call lmt_load_config(). There it checks
> for, if LMT is enabled and proceeds, or otherwise it just exits out.
>
> --
> Ritesh Raj Sarraf
> RESEARCHUT - http://www.researchut.com
> "Necessity is the mother of invention."
>
>


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



Bug#644932: ITP: ndppd -- a daemon that proxies IPv6 NDP messages

2012-10-17 Thread Daniel Adolfsson

Doh. Yeah I forgot about this.

I never managed to find a sponsor, and I haven't been looking for one
for a while either. And I'm not going to be actively looking for one
either, as I have other things to do. That being said, it's probably
a good idea to close this "bug".

On 15.10.2012 18:24, Philipp Kern wrote:

Hi,

On Mon, Oct 10, 2011 at 10:43:59PM +0200, Daniel Adolfsson wrote:

* Package name: ndppd
  Version : 0.2.1
  Upstream Author : Daniel Adolfsson 
* URL : http://www.tuhox.com/ndppd/
* License : GPL-3+
  Programming Lang: C++
  Description : a daemon that proxies IPv6 NDP messages

ndppd is a daemon that proxies certain IPv6 NDP messages between two 
or
more interfaces. It currently supports proxying Neighbor 
Solicitation

Messages and Neighbor Advertisement messages in order to allow IPv6
routing without relying on linux "proxy_ndp".


an ITP is formulating an intent to package, which means that you get 
a
lock on that specific piece of software. I see that you already 
created

the Debian packaging for this. What's stopping this from entering the
archive? A missing sponsor?

Kind regards
Philipp Kern



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



Bug#690780: release.debian.org: Please unblock gnumed-client/1.1.17+dfsg-1

2012-10-17 Thread Andreas Tille
Package: release.debian.org
Severity: normal

Hi,

gnumed-client/1.1.17+dfsg-1 fixes bug #685351.  Please unblock this package
to enable a migration to testing.

Thanks for your hard work on the release

Andreas.

-- System Information:
Debian Release: 6.0.6
Architecture: i386 (i686)

Kernel: Linux 2.6.36-xenU-4814-i386 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Bug#690781: prey: debian package won't allow creation of new device

2012-10-17 Thread maxxer
Package: prey
Version: 0.5.3-ubuntu2
Severity: important

According to README.Debian the graphical tool for configuring Prey has been 
removed, and you need to enter key and api manually into config. 
The problem comes when you wish to add a new device, because you cannot add it 
from web, as just redirects to download page.
And since the config toos has been removed, it's IMPOSSIBLE to configure a new 
device using packaged version.

-- System Information:
Debian Release: wheezy/sid
  APT prefers quantal-updates
  APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 
'quantal'), (100, 'quantal-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5.0-17-generic (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages prey depends on:
ii  curl   7.27.0-1ubuntu1
ii  libio-socket-ssl-perl  1.76-1ubuntu1
ii  libnet-ssleay-perl 1.48-1
ii  mpg123 1.14.2+svn20120622-1
ii  openssl1.0.1c-3ubuntu2
ii  scrot  0.8-13
ii  streamer   3.102-3

Versions of packages prey recommends:
pn  festival
pn  traceroute  

prey suggests no packages.

-- Configuration Files:
/etc/cron.d/prey changed [not included]

-- debconf information excluded


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



Bug#648604: lightdm doesn't update utmp/wtmp

2012-10-17 Thread John Paul Adrian Glaubitz
Package: lightdm
Followup-For: Bug #648604

Hi,

I've hacked lightdm a bit and added support for wtmp, I'm attaching
a patch. Support for btmp is still missing but that will also only
involve a few changes.

Cheers,

Adrian
=== modified file 'src/session-child.c'
--- old/src/session-child.c	2012-07-23 05:28:25 +
+++ new/src/session-child.c	2012-10-17 14:12:40 +
@@ -19,6 +19,28 @@
 #include "privileges.h"
 #include "xauthority.h"
 
+/* shamelessly stolen from gdm3 */
+
+#ifndef LIGHTDM_BAD_SESSION_RECORDS_FILE
+#define LIGHTDM_BAD_SESSION_RECORDS_FILE "/var/log/btmp"
+#endif
+
+#if !defined(LIGHTDM_NEW_SESSION_RECORDS_FILE)
+#if defined(WTMPX_FILE)
+#define LIGHTDM_NEW_SESSION_RECORDS_FILE WTMPX_FILE
+#elif defined(_PATH_WTMPX)
+#define LIGHTDM_NEW_SESSION_RECORDS_FILE _PATH_WTMPX
+#elif defined(WTMPX_FILENAME)
+#define LIGHTDM_NEW_SESSION_RECORDS_FILE WTMPX_FILENAME
+#elif defined(WTMP_FILE)
+#define LIGHTDM_NEW_SESSION_RECORDS_FILE WTMP_FILE
+#elif defined(_PATH_WTMP) /* BSD systems */
+#define LIGHTDM_NEW_SESSION_RECORDS_FILE _PATH_WTMP
+#else
+#define LIGHTDM_NEW_SESSION_RECORDS_FILE "/var/log/wtmp"
+#endif
+#endif
+
 /* Child process being run */
 static GPid child_pid = 0;
 
@@ -548,6 +570,8 @@
 ut.ut_tv.tv_sec = tv.tv_sec;
 ut.ut_tv.tv_usec = tv.tv_usec;
 
+updwtmp (LIGHTDM_NEW_SESSION_RECORDS_FILE, &ut);
+
 setutxent ();
 if (!pututxline (&ut))
 g_printerr ("Failed to write utmpx: %s\n", strerror (errno));
@@ -577,6 +601,8 @@
 ut.ut_tv.tv_sec = tv.tv_sec;
 ut.ut_tv.tv_usec = tv.tv_usec;
 
+updwtmp (LIGHTDM_NEW_SESSION_RECORDS_FILE, &ut);
+
 setutxent ();
 if (!pututxline (&ut))
 g_printerr ("Failed to write utmpx: %s\n", strerror (errno));



Bug#663916: New phonetisaurus package available

2012-10-17 Thread Jakub Wilk

* Giulio Paci , 2012-10-17, 00:05:
How can I set Built-Using field? Should I set it by hand? Is it 
possible to set it automatically?
Value of this field must be generated at build time. Unfortunately, 
there are currently no convenient tools to help you with this task; 
see bug #689062.

[...]
Thank you very much. I read the bug thread and I added a Built-Using 
field (I used mednafen as a base).


It looks good. Support for ${source:Package} and ${source:Version} 
variables was added to dpkg in 1.16.2, so please bump the version in 
Build-Depends.


I just tried to collect the list of maintainers for the package that 
you suggested are using utf8-cpp (drizzle fife gdcm gource librime 
libvoikko love md5deep megaglest mkvtoolnix paraview ruby-passenger 
supertuxkart vtk), however I have problems obtaining the list:

The following command:

for i in drizzle fife gdcm gource librime libvoikko love md5deep megaglest 
mkvtoolnix paraview ruby-passenger supertuxkart vtk; do echo $i; LANG=C 
apt-cache show $i | grep
Maintainer; done

[...]

How did you get the list?


http://http.debian.net/debian/dists/unstable/main/Contents-source.gz is 
an index of files in all source packages. IIRC I searched for 
"/unchecked.h" and then manually filter out false-positives. (I was told 
that you can also use apt-file to search through these files.)


fife, gdcm, librime and libvoikko seem not to 
exist, while vtk seems to be a virtual package.


These were source package names, not binary package names. 
s/show/showsrc/ should help. :) There's also a dedicated tool to make 
lists of package maintainers: dd-list in devscripts.



Files: src/3rdparty/utf8/* src/3rdparty/utf8.h

The directory has been renamed, please update it.

Fixed.


Now it's:

Files: src/3rdparty/utfcpp/utf8/* src/3rdparty/utfcpp/utf8.h

which is okay, but since there are no other files in the utfcpp/ 
subdirectory, it could be simplified to:


Files: src/3rdparty/utfcpp/*

--
Jakub Wilk


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



  1   2   3   >