Bug#702188: src:linux: [3.6 -> 3.7 regression] : Brightness control became ineffective

2013-10-19 Thread Vincent Blut
fixed 702188 3.11-1~exp1
thanks

Le dimanche 03 mars 2013 à 19:08 +0100, Vincent Blut a écrit :
> Package: src:linux
> Version: 3.8-1~experimental.1
> Severity: important
> 
> Hi,
> 
> In kernel prior to 3.7 I used to control the brightness through
> gnome-control-center (or writing a value in /sys/class/acpi_video0), but since
> 3.7 this is broken (ditto for the brightness function keys which are supported
> since this version), unless I boot with the '!Windows 2012' kernel
> parameter. I guess commit a57f7f9175b8 is the culprit, however I didn't
> try to boot with it reverted yet.
> 
> Apart booting with the above kernel parameter, I guess it would be
> possible to blacklist the "video" module in order to make the backlight
> control fallback to intel_backlight.
> 
> Anyway, I don't know if this issue is exclusively the kernel fault or if
> the firmware is at fault too. Also I didn't check if there was a
> possibility to add a quirk for this system to avoid it to boot with
> the Windows 2012 _OSI deleted.
> 

Well this seems to be fixed in Linux 3.11, I mean I do not need
'acpi_osi="!Windows 2012"' on the Linux kernel command line to change
the backlight level. *However* if I boot with/out this kernel parameter,
the kernel reports that I'm using the ACPI backlight interface:

$dmesg | grep -i backlight
[1.785468] asus_wmi: Backlight controlled by ACPI video driver
[…]

I heavily doubt that's the case because the number of possible backlight
levels is clearly different if I set the above kernel parameter or not:

With acpi_osi="!Windows 2012" → the backlight control interface exposes
6 levels IIRC.

Without acpi_osi="!Windows 2012" → 18 backlight levels where 0 =
backlight turned off, to me that looks like the Intel backlight
interface behavior despite the kernel tells me it's the ACPI one.

So when the kernel exposes two backlight control interfaces, is there a
way to know which one is in use?

Finally I need to find time to bisect to know which commit fixed this
stuff because there are a lot of heated discussions around the backlight
control interfaces, especially around the ASUS UX31A¹ that I'm using.

¹https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=cb7a386c6c25e85c2710cdb1a498a73794cda660
 [merged in 3.12-rc1]

To me this commit becomes, de facto, useless because the kernel seems to
correctly falls back to the Intel backlight control interface but I may
be wrong! 

Ben, sorry to bother you, I was thinking that you might have cherry
picked commit cb7a386c6c25 in 3.11-1~exp1, is this the case?

> Thanks and have a nice day,
> Vincent


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



Bug#702188: src:linux: [3.6 -> 3.7 regression] : Brightness control became ineffective

2013-10-19 Thread Vincent Blut
Le samedi 19 octobre 2013 à 18:49 +0100, Ben Hutchings a écrit :
> On Sat, 2013-10-19 at 19:20 +0200, Vincent Blut wrote:
> > fixed 702188 3.11-1~exp1
> > thanks
> > 
> > Le dimanche 03 mars 2013 à 19:08 +0100, Vincent Blut a écrit :
> > > Package: src:linux
> > > Version: 3.8-1~experimental.1
> > > Severity: important
> > > 
> > > Hi,
> > > 
> > > In kernel prior to 3.7 I used to control the brightness through
> > > gnome-control-center (or writing a value in /sys/class/acpi_video0), but 
> > > since
> > > 3.7 this is broken (ditto for the brightness function keys which are 
> > > supported
> > > since this version), unless I boot with the '!Windows 2012' kernel
> > > parameter. I guess commit a57f7f9175b8 is the culprit, however I didn't
> > > try to boot with it reverted yet.
> > > 
> > > Apart booting with the above kernel parameter, I guess it would be
> > > possible to blacklist the "video" module in order to make the backlight
> > > control fallback to intel_backlight.
> > > 
> > > Anyway, I don't know if this issue is exclusively the kernel fault or if
> > > the firmware is at fault too. Also I didn't check if there was a
> > > possibility to add a quirk for this system to avoid it to boot with
> > > the Windows 2012 _OSI deleted.
> > > 
> > 
> > Well this seems to be fixed in Linux 3.11, I mean I do not need
> > 'acpi_osi="!Windows 2012"' on the Linux kernel command line to change
> > the backlight level. *However* if I boot with/out this kernel parameter,
> > the kernel reports that I'm using the ACPI backlight interface:
> > 
> > $dmesg | grep -i backlight
> > [1.785468] asus_wmi: Backlight controlled by ACPI video driver
> > […]
> > 
> > I heavily doubt that's the case because the number of possible backlight
> > levels is clearly different if I set the above kernel parameter or not:
> 
> Well, I suppose what it means is that asus_wmi is not taking control of
> the backlight.

Ah, I see. I just checked Xorg.0.log, I get this though:
[ 5.080] (--) intel(0): found backlight control interface
acpi_video0 (type 'firmware')

So it seems even Xorg is telling me that the backlight control interface
which will handle my Intel graphic card is acpi_video0 and not
intel_backlight… strange given its behavior!

> 
> > With acpi_osi="!Windows 2012" → the backlight control interface exposes
> > 6 levels IIRC.
> > 
> > Without acpi_osi="!Windows 2012" → 18 backlight levels where 0 =
> > backlight turned off, to me that looks like the Intel backlight
> > interface behavior despite the kernel tells me it's the ACPI one.
> >
> > So when the kernel exposes two backlight control interfaces, is there a
> > way to know which one is in use?
> 
> Don't know.
> 
> > Finally I need to find time to bisect to know which commit fixed this
> > stuff because there are a lot of heated discussions around the backlight
> > control interfaces, especially around the ASUS UX31A¹ that I'm using.
> > 
> > ¹https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=cb7a386c6c25e85c2710cdb1a498a73794cda660
> >  [merged in 3.12-rc1]
> > 
> > To me this commit becomes, de facto, useless because the kernel seems to
> > correctly falls back to the Intel backlight control interface but I may
> > be wrong! 
> > 
> > Ben, sorry to bother you, I was thinking that you might have cherry
> > picked commit cb7a386c6c25 in 3.11-1~exp1, is this the case?
> 
> I haven't cherry-picked this change, and it has not been included in a
> 3.11.y stable update (yet).

Ok, thanks a lot Ben for your time!

Btw, do you know if linux-acpi guys are reluctant to receive a bug
report from a distro specific BTS, because I'm tempted to Cc them?

> 
> Ben.
> 


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



Bug#702188: src:linux: [3.6 -> 3.7 regression] : Brightness control became ineffective

2013-10-19 Thread Vincent Blut
Le samedi 19 octobre 2013 à 21:14 +0100, Ben Hutchings a écrit :
> On Sat, 2013-10-19 at 22:09 +0200, Vincent Blut wrote:
> > Le samedi 19 octobre 2013 à 18:49 +0100, Ben Hutchings a écrit :
> > > On Sat, 2013-10-19 at 19:20 +0200, Vincent Blut wrote:
> [...]
> > > > Finally I need to find time to bisect to know which commit fixed this
> > > > stuff because there are a lot of heated discussions around the backlight
> > > > control interfaces, especially around the ASUS UX31A¹ that I'm using.
> > > > 
> > > > ¹https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=cb7a386c6c25e85c2710cdb1a498a73794cda660
> > > >  [merged in 3.12-rc1]
> > > > 
> > > > To me this commit becomes, de facto, useless because the kernel seems to
> > > > correctly falls back to the Intel backlight control interface but I may
> > > > be wrong! 
> > > > 
> > > > Ben, sorry to bother you, I was thinking that you might have cherry
> > > > picked commit cb7a386c6c25 in 3.11-1~exp1, is this the case?
> > > 
> > > I haven't cherry-picked this change, and it has not been included in a
> > > 3.11.y stable update (yet).
> > 
> > Ok, thanks a lot Ben for your time!
> > 
> > Btw, do you know if linux-acpi guys are reluctant to receive a bug
> > report from a distro specific BTS, because I'm tempted to Cc them?
> 
> I think that would be fine, if there is still a bug (you seemed to be
> saying the bug was fixed, but you weren't sure how).

In fact that'd be to get some clarifications to know what commit fixed
(or at least inhibited) this issue in Linux 3.11, and therefore what
about the purpose of commit cb7a386c6c25. I think I'll take the risk,
obviously I'll drop you from the Cc list as I know that you have more
important stuff to deal with.   

> 
> Ben.
> 


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



Bug#743742: geary: update watch file

2014-04-05 Thread Vincent Blut
Package: geary
Version: 0.4.2-1
Severity: normal
Tags: patch

Devid,

Could you please apply the following patch which allows to track new Geary
releases?

--- a/geary-0.4.2/debian/watch  2013-01-12 13:23:22.0 +0100 
+++ b/geary-0.4.2/debian/watch  2014-04-04 22:32:56.476328370 +0200 
@@ -1,2 +1,2 @@ 
 version=3  
 -http://yorba.org/download/geary/([\d\.]+)/geary-(.*)\.tar\.xz 
 
 +http://download.gnome.org/sources/geary/([\d\.]+)/geary-(.*)\.tar\.xz  

Cheers,
Vincent


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-updates'), (500, 
'stable-updates'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13-1-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


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



Bug#748483: xfsprogs: Let's add a watch file

2014-05-21 Thread Vincent Blut
Le mercredi 21 mai 2014 à 07:47 -0700, Christoph Hellwig a écrit :
> On Sat, May 17, 2014 at 07:59:57PM +0200, Vincent Blut wrote:
> > Source: xfsprogs
> > Version: 3.1.9
> > Severity: wishlist
> > 
> > Hey guys,
> > 
> > Even if it doesn't necessarily improve your workflow, the watch file could 
> > improve some Debian tools that check it (e.g. UDD). 
> > Could you please apply the attached one in your next upload?
> 
> I'll assume this should go into debian/watch?

Indeed!

> 
> It's probably best if you simply submit a patch that adds it with
> proper From:, Subject: and Signed-off-by: tags so it can be applied
> as-is.
> 

Will do.


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



Bug#748135: tar.1: Be less categorical about the use of a hyphen with short options

2014-05-14 Thread Vincent Blut
Package: manpages-fr-extra
Version: 20140506
Severity: minor
Tags: patch

Hi,

Our french tar.1 manpage states that "letter" options *musn't* start
with an hyphen. The attached patch fixed that by being more nuanced.

Thanks for your work,
Vincent

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-updates'), (500, 
'stable-updates'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13-1-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

manpages-fr-extra depends on no packages.

Versions of packages manpages-fr-extra recommends:
ii  manpages-fr  3.61d1p1-1

Versions of packages manpages-fr-extra suggests:
ii  man-db [man-browser]  2.6.7.1-1
pn  manpages-fr-dev   

-- no debconf information
diff --git a/a/manpages-fr-extra/tar/po4a/po/fr.po b/b/manpages-fr-extra/tar/po4a/po/fr.po
index 9d9f8ed..65c8fe2 100644
--- a/a/manpages-fr-extra/tar/po4a/po/fr.po
+++ b/b/manpages-fr-extra/tar/po4a/po/fr.po
@@ -153,7 +153,7 @@ msgid ""
 "Cm = Ns Ar value> to the option."
 msgstr ""
 "Le premier argument de tar doit être une fonction : soit une des lettres E<."
-"Cm Acdrtux>, soit le nom long équivalent. Une lettre de fonction ne doit pas "
+"Cm Acdrtux>, soit le nom long équivalent. Une lettre de fonction peut ne pas "
 "être préfixée par E<.Cm \\-> et peut être combinée avec d'autres options "
 "lettre. Une fonction longue doit être préfixée par E<.Cm \\-\\->. Certaines "
 "options nécessitent un paramètre : sous la forme «\\ lettre\\ », ils doivent "


Bug#748483: xfsprogs: Let's add a watch file

2014-05-17 Thread Vincent Blut
Source: xfsprogs
Version: 3.1.9
Severity: wishlist

Hey guys,

Even if it doesn't necessarily improve your workflow, the watch file could 
improve some Debian tools that check it (e.g. UDD). 
Could you please apply the attached one in your next upload?

Good day,
Vincent

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable-updates'), (500, 'unstable'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-1-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
version=3
opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \
ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-(.+)\.tar\.gz


Bug#748482: xfsdump: Let's add a watch file

2014-05-17 Thread Vincent Blut
Package: xfsdump
Version: 3.1.1
Severity: wishlist

Hey guys,

Even if it doesn't necessarily improve your workflow, the watch file could 
improve some Debian tools that check it (e.g. UDD).
Could you please apply the attached one in your next upload?

Good day,
Vincent

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable-updates'), (500, 'unstable'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-1-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
version=3
opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \
ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsdump-(.+)\.tar\.gz


Bug#689268: Intel HD 4000 (Ivy Bridge) graphics freeze

2013-01-19 Thread Vincent Blut
> Am 10.01.2013 09:39, schrieb Riku Voipio:
> 
> > getting hangs on anything other than the Debian 3.2.32-1 has
> > been challenging. If if's just timing based, I might just have
> > been lucky during my bisects.
> 
> Here vanilla 3.4.24 from kernel.org runs absolutely stable since a few
> weeks. But me came up another idea:
> 
> 'modinfo i916' list an option which appears to be a watchdog function:
> 
> "parm:   enable_hangcheck:Periodically check GPU activity for
> detecting hangs. WARNING: Disabling this can cause system wide hangs.
> (default: true) (bool)"
> 
> which actually describes the symptoms. Could it be that in the
> Debian-kernel either the hangs are not detected securely, or that it
> just fails to reset the module?
> 
> /Ingo

Hi guys,

Well I have the same issue on my Ivybridge system:

$ lspci -nnv | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core 
processor Graphics Controller [8086:0166] (rev 09) (prog-if 00 [VGA controller])

$ cat /var/log/Xorg.0.log | grep "Graphics Chipset"
[…]
[ 8.388] (II) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge 
Mobile (GT2)

On my system I observed this behavior:

Debian 3.2.35-2: random hangs (at least one per day)
Upstream 3.2.37: random hangs (at least one per day)
Upstream 3.3-rc1+: no hangs (tested for 2 weeks)

So that seems to be close to Riku's experience.

Anyway what strikes me a bell is the last Ingo's comment about 
'enable_hangcheck' module parameter 
which was introduced in v3.1-rc1:

$ git tag --contains 6e96e7757a01
v3.1-rc1
[…]
v3.8-rc4

So I peeked about what kind of "hangcheck" changes could have been introduced 
in v3.3-rc1
and I found an interesting patch:

commit e6bfaf854272ec4641a9ef7b1cb1ca963031ba95
drm/i915: don't bail out of intel_wait_ring_buffer too early

The commit message is particularly interesting!

I'll give it a try but if someone could beat me to it that would be cool (ULV 
CPU here).

Cheers,
Vincent


PS: Also, could you give a try to Julien Cristau's kernel images with DRM/KMS 
subsystem backported from 3.4
which might hit Wheezy?
http://people.debian.org/~jcristau/linux-image-3.2.0-4.drm-amd64_3.2.35-3~jcristau.1_amd64.deb
sha1sum f6711fe6d0d924aab82ec82fe1a86102a69a8c32
(There are i686 and i486 flavours if you want)


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



Bug#689268: Intel HD 4000 (Ivy Bridge) graphics freeze

2013-01-20 Thread Vincent Blut
Le samedi 19 janvier 2013 à 19:23 +0100, Vincent Blut a écrit :
> > Am 10.01.2013 09:39, schrieb Riku Voipio:
> > 
> > > getting hangs on anything other than the Debian 3.2.32-1 has
> > > been challenging. If if's just timing based, I might just have
> > > been lucky during my bisects.
> > 
> > Here vanilla 3.4.24 from kernel.org runs absolutely stable since a few
> > weeks. But me came up another idea:
> > 
> > 'modinfo i916' list an option which appears to be a watchdog function:
> > 
> > "parm:   enable_hangcheck:Periodically check GPU activity for
> > detecting hangs. WARNING: Disabling this can cause system wide hangs.
> > (default: true) (bool)"
> > 
> > which actually describes the symptoms. Could it be that in the
> > Debian-kernel either the hangs are not detected securely, or that it
> > just fails to reset the module?
> > 
> > /Ingo
> 
> Hi guys,
> 
> Well I have the same issue on my Ivybridge system:
> 
> $ lspci -nnv | grep VGA
> 00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core 
> processor Graphics Controller [8086:0166] (rev 09) (prog-if 00 [VGA 
> controller])
> 
> $ cat /var/log/Xorg.0.log | grep "Graphics Chipset"
> […]
> [ 8.388] (II) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge 
> Mobile (GT2)
> 
> On my system I observed this behavior:
> 
> Debian 3.2.35-2: random hangs (at least one per day)
> Upstream 3.2.37: random hangs (at least one per day)
> Upstream 3.3-rc1+: no hangs (tested for 2 weeks)
> 
> So that seems to be close to Riku's experience.
> 
> Anyway what strikes me a bell is the last Ingo's comment about 
> 'enable_hangcheck' module parameter 
> which was introduced in v3.1-rc1:
> 
> $ git tag --contains 6e96e7757a01
> v3.1-rc1
> […]
> v3.8-rc4
> 
> So I peeked about what kind of "hangcheck" changes could have been introduced 
> in v3.3-rc1
> and I found an interesting patch:
> 
> commit e6bfaf854272ec4641a9ef7b1cb1ca963031ba95
> drm/i915: don't bail out of intel_wait_ring_buffer too early
> 
> The commit message is particularly interesting!
> 
> I'll give it a try but if someone could beat me to it that would be cool (ULV 
> CPU here).

Unfortunately this commit has no positive effect! I got two freezes in
less than 15 minutes, so I set up an SSH connection in order to catch
some logs but after an uptime of 5h30 the system froze… the NIC too so
absolutely nothing useful to report :-(

> 
> Cheers,
> Vincent
> 
> 
> PS: Also, could you give a try to Julien Cristau's kernel images with DRM/KMS 
> subsystem backported from 3.4
> which might hit Wheezy?
> http://people.debian.org/~jcristau/linux-image-3.2.0-4.drm-amd64_3.2.35-3~jcristau.1_amd64.deb
> sha1sum f6711fe6d0d924aab82ec82fe1a86102a69a8c32
> (There are i686 and i486 flavours if you want)
> 
> 


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



Bug#687442: [Backport] Use DRM/KMS subsystem from Linux 3.4 in wheezy

2013-01-28 Thread Vincent Blut
Le samedi 12 janvier 2013 à 21:54 +0100, Vincent Blut a écrit :
> Le lundi 07 janvier 2013 à 23:55 +0100, Vincent Blut a écrit :
> > Le samedi 05 janvier 2013 à 17:25 +0100, Julien Cristau a écrit :
> > > On Fri, Jan  4, 2013 at 17:13:35 +0100, Julien Cristau wrote:
> > > 
> > > > http://people.debian.org/~jcristau/linux-image-3.2.0-4.drm-686-pae_3.2.35-3~jcristau.1_i386.deb
> > > > sha1sum 17980ee5bafc40bb4e7bf42576ce40ac81c75833
> > > > 
> > > > http://people.debian.org/~jcristau/linux-image-3.2.0-4.drm-amd64_3.2.35-3~jcristau.1_amd64.deb
> > > > sha1sum f6711fe6d0d924aab82ec82fe1a86102a69a8c32
> > 
> > Hi Julien et al.
> > 
> > I tested with an Asus UX31A (Ivybridge Mobile GT2, eDP1 display), using
> > 2D and 3D drivers from Wheezy (respectively versions 2.19.0-6 and
> > 8.0.5-3).
> > 
> > On the DE side, I used GNOME Shell and Cinnamon (both need 3D
> > acceleration).
> > 
> > On the kernel side, I used:
> > 
> > i915.i915_enable_rc6={0, 1, 3} → no issue (don't know if it worth to
> > test RC6pp)
> > 
> > i915.semaphores=1 → ditto
> > 
> > In order to stress the GPU, I played some video bits in 1080p mostly
> > using VAAPI, played video games (native and emulated), and the usual
> > glxgear to see if all went well, and that's a *success*, the kernel is
> > pretty stable (contrary to the "raw" 3.2 series which causes some
> > freezes on this system, but that's another story I need to
> > investigate ;-)).
> > 
> > Voilà, to me this kernel is in really good shape, so thank you Julien
> > for backporting this stuff!
> > 
> > TODO:
> > - Testing VGA and HDMI outputs

I tested the HDMI output on two external screens (TV and 'standard'
display). Suspending/resuming with external display attached shows no
regressions, as well as sound through HDMI, which is handled by
'drm/i915' IIRC.

To conclude, those 'HDMI output' tests have shown neither new bugs nor
regressions (at least on my system). 

Cheers,
Vincent

> > - Testing my old GPUs to prevent regressions (Radeon X800XL and Nvidia
> > 7600GS)
> 
> Hi,
> 
> Finally had time to test those old cards, as expected absolutely all
> went well.
> 
> Concerned devices:
> 
> $ lspci -nnv | grep VGA
> 05:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD]
> nee ATI R430 [Radeon X800 XL] (PCIe) [1002:554d] (prog-if 00 [VGA
> controller])
> 
> $ lspci -nnv | grep VGA
> 05:00.0 VGA compatible controller [0300]: NVIDIA Corporation G73
> [GeForce 7600 GS] [10de:0392] (rev a1) (prog-if 00 [VGA controller])
> 
> libdrm, 2D and 3D drivers from Wheezy.
> 
> Tested using glxgear, playing 720p videos (with Xvideo and Opengl video
> output), playing some basic games, google earth…
> 
> Cheers,
> Vincent 
> 
> > - Testing SNA (?)
> > - Advertising about this kernel (I found it haphazardly by diving in the
> > BTS)
> > 
> > > > 
> > > Added
> > > http://people.debian.org/~jcristau/linux-image-3.2.0-4.drm-486_3.2.35-3~jcristau.1_i386.deb
> > > sha1sum 76f67adbed522f8e42216f8595c8b5d1699af9ec
> > > 
> > > Cheers,
> > > Julien
> > 
> > Regards,
> > Vincent
> > 
> > 
> > PS: By the way if Greg KH tags a new longterm kernel, will there be a
> > chance to see the DRM subsystem backported in Wheezy or that's
> > definitely too invasive and we'll stay with 3.4 (I don't have any issue
> > with that, I'm just curious).
> > 
> > 
> 
> 


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



Bug#648335: fixed in felix-main 4.0.1-2

2011-11-15 Thread Vincent Blut
reopen 648335
thanks

Le -10/01/-28163 19:59, Damien Raude-Morvan a écrit :
> Source: felix-main
> Source-Version: 4.0.1-2
>
> We believe that the bug you reported is fixed in the latest version of
> felix-main, which is due to be installed in the Debian FTP archive:
>
> felix-main_4.0.1-2.debian.tar.gz
>   to main/f/felix-main/felix-main_4.0.1-2.debian.tar.gz
> felix-main_4.0.1-2.dsc
>   to main/f/felix-main/felix-main_4.0.1-2.dsc
> felix-main_4.0.1-2_all.deb
>   to main/f/felix-main/felix-main_4.0.1-2_all.deb
> libfelix-main-java-doc_4.0.1-2_all.deb
>   to main/f/felix-main/libfelix-main-java-doc_4.0.1-2_all.deb
> libfelix-main-java_4.0.1-2_all.deb
>   to main/f/felix-main/libfelix-main-java_4.0.1-2_all.deb
>
>
>
> A summary of the changes between this version and the previous one is
> attached.
>
> Thank you for reporting the bug, which will now be closed.  If you
> have further comments please address them to 648...@bugs.debian.org,
> and the maintainer will reopen the bug report if appropriate.
>
> Debian distribution maintenance software
> pp.
> Damien Raude-Morvan  (supplier of updated
felix-main package)
>
> (This message was generated automatically at their request; if you
> believe that there is a problem with it please contact the archive
> administrators by mailing ftpmas...@debian.org)
>
>
> Format: 1.8
> Date: Mon, 14 Nov 2011 23:17:39 +0100
> Source: felix-main
> Binary: libfelix-main-java libfelix-main-java-doc felix-main
> Architecture: source all
> Version: 4.0.1-2
> Distribution: unstable
> Urgency: low
> Maintainer: Debian Java Maintainers
> 
> Changed-By: Damien Raude-Morvan 
> Description:
>  felix-main - Execution environment for OSGi Felix Framework
>  libfelix-main-java - Librairies to instantiate and execute the Felix
> Framework
>  libfelix-main-java-doc - Librairies to instantiate and execute OSGi
> Felix Framework - doc
> Closes: 648335
> Changes:
>  felix-main (4.0.1-2) unstable; urgency=low
>  .
>* d/control: Replace deprecated ${Source-Version} by ${source:Version}.
>* d/control: Fix "Fix typo in synopsis" (Closes: #648335).
> Checksums-Sha1:
>  84d1ac292d11d664978dbaa471fcca4e5ba0476b 2584 felix-main_4.0.1-2.dsc
>  acbba07c17557bc604f39b97034ad06de8f13486 5597
> felix-main_4.0.1-2.debian.tar.gz
>  27778350a22be4e1b1b0a0b9cfc5d2f283ad22a7 459172
> libfelix-main-java_4.0.1-2_all.deb
>  1aa2e81e6555ae7c6ed102535e4731251b547a98 708984
> libfelix-main-java-doc_4.0.1-2_all.deb
>  dd5cecc861fa6f5d0fbdcde403a4d24faac8e618 8314 felix-main_4.0.1-2_all.deb
> Checksums-Sha256:
>  b250f1298edad0f129f5c3a44307bda9fa8470ed60bf95ca091f6681f7f58a68 2584
> felix-main_4.0.1-2.dsc
>  82e1a808eedd1b6745b9e80625a96836372b96fca7ef25efb7267362da60c16f 5597
> felix-main_4.0.1-2.debian.tar.gz
>  33cca28829219a2b098b5513faf4628e1d4a6ef3113e7c4c59c75ca70bc8fd02
> 459172 libfelix-main-java_4.0.1-2_all.deb
>  ffcc6a70357f0f181d8a15e1dc6a6dc61b318e57d4c66559bfccc9fb57675948
> 708984 libfelix-main-java-doc_4.0.1-2_all.deb
>  39913bac5a5bfc8c469993ad9265a08dd69ba761814a4862ab79e4a30f59f4da 8314
> felix-main_4.0.1-2_all.deb
> Files:
>  0bd3fd912e58507252feabd75807307d 2584 java optional
> felix-main_4.0.1-2.dsc
>  8116524fe73e422df05bf5d2fdd63844 5597 java optional
> felix-main_4.0.1-2.debian.tar.gz
>  37bdf78c47b3dc862b050a4ef04e29d9 459172 java optional
> libfelix-main-java_4.0.1-2_all.deb
>  303d7a6d0b3fb0f6a46c04c820a4e52c 708984 doc optional
> libfelix-main-java-doc_4.0.1-2_all.deb
>  7a4ae97e4bff446f572f133531d24ea0 8314 java optional
> felix-main_4.0.1-2_all.deb
>

Hi Damien,

Just to warn you that the synopsis are only partially fixed!

s/Librairies/Libraries/ (affect both libfelix-main-java and
libfelix-main-java-doc)

Regards,
Vincent



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



Bug#648985: libhivex-ocaml-dev: Fix typo in the synopsis

2011-11-16 Thread Vincent Blut
Package: libhivex-ocaml-dev
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please fix this typo:

s/developtment/development/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk7D9jgACgkQbO4uEp7kOBOZywCgmhVDArVbCJXfMKGx1ED7D9Wn
xOQAniCNPSqVt6rXmmcHujI1ZyHpPePk
=FR3v
-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#649081: python-netifaces-dbg: Fix typo in the synopsis

2011-11-17 Thread Vincent Blut
Package: python-netifaces-dbg
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please fix this typo in the synopsis:

s/interfaceface/interface/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk7FA2gACgkQbO4uEp7kOBOXngCgtkbn7tsXaUM1zlZBIKoYivyH
EBEAn1wQWcuPvgt82M4mdyk1FVxuDAk9
=rOtl
-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#649081: python-netifaces-dbg: Fix typo in the synopsis

2011-11-17 Thread Vincent Blut
Le 17/11/2011 12:49, mariodebian a écrit :
> tags 649081 + fixed pending
> thanks
>
> El jue, 17-11-2011 a las 12:52 +0000, Vincent Blut escribió:
>   
>> Package: python-netifaces-dbg
>> Severity: minor
>>
>> Hi,
>>
>> Please fix this typo in the synopsis:
>>
>> s/interfaceface/interface/
>>
>> Cheers,
>> Vincent
>> 
> Hi.
>
> Fixed in git repo:
>
> http://anonscm.debian.org/gitweb/?p=users/mario-guest/netifaces.git
>
>   

Thanks Mario!

> Can you sponsor a upload?
>
>
>   

No, sorry :-(



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



Bug#609994: linux-image-2.6.32-5-amd64: hw csum failures with sky2 module

2011-11-23 Thread Vincent Blut
severity 609994 normal
thanks


Le 19/03/2011 00:44, Vincent Blut a écrit :
> Package: linux-2.6
> Severity: important
>
> Hi,
>
> I still have this problem with the sky2 module, but in recent days,
> this line appears in syslog (which did not appear before):
>
> [21495.838200] sky2 :03:00.0: eth1: receive checksum problem
> (status = 0xe649e641)
>
> If you need more information, please let me know.
>
> Regards,
> Vincent
>
>
> -- System Information:
> Debian Release: 6.0
>   APT prefers squeeze-updates
>   APT policy: (800, 'squeeze-updates'), (800, 'stable'), (96, 'unstable')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
> Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
>

Hi,

Well, I just realized that I didn't update this bug report although
there is an obvious workaround to this failure,
which is to simply disable rx checksumming (ethtool -K $IFACE rx off).
So sorry about that :-)

BTW it seems that I'm not the only one to be affected by this bug [1],
and upstream seems to think that it's not
a driver bug, but rather a bios or a firmware failure (see comment 19 in
[1]).

[1] https://bugzilla.redhat.com/show_bug.cgi?id=592398

Cheers,
Vincent



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



Bug#687442: [Backport] Use DRM/KMS subsystem from Linux 3.4 in wheezy

2013-01-07 Thread Vincent Blut
Le samedi 05 janvier 2013 à 17:25 +0100, Julien Cristau a écrit :
> On Fri, Jan  4, 2013 at 17:13:35 +0100, Julien Cristau wrote:
> 
> > http://people.debian.org/~jcristau/linux-image-3.2.0-4.drm-686-pae_3.2.35-3~jcristau.1_i386.deb
> > sha1sum 17980ee5bafc40bb4e7bf42576ce40ac81c75833
> > 
> > http://people.debian.org/~jcristau/linux-image-3.2.0-4.drm-amd64_3.2.35-3~jcristau.1_amd64.deb
> > sha1sum f6711fe6d0d924aab82ec82fe1a86102a69a8c32

Hi Julien et al.

I tested with an Asus UX31A (Ivybridge Mobile GT2, eDP1 display), using
2D and 3D drivers from Wheezy (respectively versions 2.19.0-6 and
8.0.5-3).

On the DE side, I used GNOME Shell and Cinnamon (both need 3D
acceleration).

On the kernel side, I used:

i915.i915_enable_rc6={0, 1, 3} → no issue (don't know if it worth to
test RC6pp)

i915.semaphores=1 → ditto

In order to stress the GPU, I played some video bits in 1080p mostly
using VAAPI, played video games (native and emulated), and the usual
glxgear to see if all went well, and that's a *success*, the kernel is
pretty stable (contrary to the "raw" 3.2 series which causes some
freezes on this system, but that's another story I need to
investigate ;-)).

Voilà, to me this kernel is in really good shape, so thank you Julien
for backporting this stuff!

TODO:
- Testing VGA and HDMI outputs
- Testing my old GPUs to prevent regressions (Radeon X800XL and Nvidia
7600GS)
- Testing SNA (?)
- Advertising about this kernel (I found it haphazardly by diving in the
BTS)

> > 
> Added
> http://people.debian.org/~jcristau/linux-image-3.2.0-4.drm-486_3.2.35-3~jcristau.1_i386.deb
> sha1sum 76f67adbed522f8e42216f8595c8b5d1699af9ec
> 
> Cheers,
> Julien

Regards,
Vincent


PS: By the way if Greg KH tags a new longterm kernel, will there be a
chance to see the DRM subsystem backported in Wheezy or that's
definitely too invasive and we'll stay with 3.4 (I don't have any issue
with that, I'm just curious).


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



Bug#687442: [Backport] Use DRM/KMS subsystem from Linux 3.4 in wheezy

2013-01-12 Thread Vincent Blut
Le lundi 07 janvier 2013 à 23:55 +0100, Vincent Blut a écrit :
> Le samedi 05 janvier 2013 à 17:25 +0100, Julien Cristau a écrit :
> > On Fri, Jan  4, 2013 at 17:13:35 +0100, Julien Cristau wrote:
> > 
> > > http://people.debian.org/~jcristau/linux-image-3.2.0-4.drm-686-pae_3.2.35-3~jcristau.1_i386.deb
> > > sha1sum 17980ee5bafc40bb4e7bf42576ce40ac81c75833
> > > 
> > > http://people.debian.org/~jcristau/linux-image-3.2.0-4.drm-amd64_3.2.35-3~jcristau.1_amd64.deb
> > > sha1sum f6711fe6d0d924aab82ec82fe1a86102a69a8c32
> 
> Hi Julien et al.
> 
> I tested with an Asus UX31A (Ivybridge Mobile GT2, eDP1 display), using
> 2D and 3D drivers from Wheezy (respectively versions 2.19.0-6 and
> 8.0.5-3).
> 
> On the DE side, I used GNOME Shell and Cinnamon (both need 3D
> acceleration).
> 
> On the kernel side, I used:
> 
> i915.i915_enable_rc6={0, 1, 3} → no issue (don't know if it worth to
> test RC6pp)
> 
> i915.semaphores=1 → ditto
> 
> In order to stress the GPU, I played some video bits in 1080p mostly
> using VAAPI, played video games (native and emulated), and the usual
> glxgear to see if all went well, and that's a *success*, the kernel is
> pretty stable (contrary to the "raw" 3.2 series which causes some
> freezes on this system, but that's another story I need to
> investigate ;-)).
> 
> Voilà, to me this kernel is in really good shape, so thank you Julien
> for backporting this stuff!
> 
> TODO:
> - Testing VGA and HDMI outputs
> - Testing my old GPUs to prevent regressions (Radeon X800XL and Nvidia
> 7600GS)

Hi,

Finally had time to test those old cards, as expected absolutely all
went well.

Concerned devices:

$ lspci -nnv | grep VGA
05:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD]
nee ATI R430 [Radeon X800 XL] (PCIe) [1002:554d] (prog-if 00 [VGA
controller])

$ lspci -nnv | grep VGA
05:00.0 VGA compatible controller [0300]: NVIDIA Corporation G73
[GeForce 7600 GS] [10de:0392] (rev a1) (prog-if 00 [VGA controller])

libdrm, 2D and 3D drivers from Wheezy.

Tested using glxgear, playing 720p videos (with Xvideo and Opengl video
output), playing some basic games, google earth…

Cheers,
Vincent 

> - Testing SNA (?)
> - Advertising about this kernel (I found it haphazardly by diving in the
> BTS)
> 
> > > 
> > Added
> > http://people.debian.org/~jcristau/linux-image-3.2.0-4.drm-486_3.2.35-3~jcristau.1_i386.deb
> > sha1sum 76f67adbed522f8e42216f8595c8b5d1699af9ec
> > 
> > Cheers,
> > Julien
> 
> Regards,
> Vincent
> 
> 
> PS: By the way if Greg KH tags a new longterm kernel, will there be a
> chance to see the DRM subsystem backported in Wheezy or that's
> definitely too invasive and we'll stay with 3.4 (I don't have any issue
> with that, I'm just curious).
> 
> 


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



Bug#692578: RFA: shinken

2012-11-07 Thread Vincent Blut
Le mercredi 07 novembre 2012 à 18:38 +0100, Arthur Gautier a écrit :
> Actually, the current version of shinken in debian is the last one which
> doesn't depend strongly on pyro4 which is itself not in debian.

Yes, that's why a freeze exception is very unlikely from the release
team.

> 
> Some updated work is available in the git repository for updated
> version. See:
> https://github.com/baloo/shinken/tree/debian/1.0-x

Good to know, if I find some spare time I'll give it a try.

> 
> Packaging code available there is reported to work with updated pyro.

So I think the best would be to remove it from wheezy right now because
it will be difficult to get help from upstream in case of bugs, security
flaw, etc…
However I hope Shinken will find a new maintainer, maybe it will have
the opportunity to be backported (when wheezy will be released of
course).

Cheers,
Vincent


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



Bug#655389: capistrano: Typo in the synopsis

2012-01-10 Thread Vincent Blut
Package: capistrano
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear maintainer,

Please fix the following typo found in the synopsis:

s/multiples/multiple/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk8MrHoACgkQbO4uEp7kOBMicQCgkLj3Mb5C54inpeSHig5mWD2p
NkIAnizkQwsyGRcrzoGzP9Ru5QC2l64Q
=30k1
-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#655961: maradns-deadwood: Typo in the synopsis

2012-01-15 Thread Vincent Blut
Package: maradns-deadwood
Version: 2.0.04-3
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please fix the following typo found in the synopsis:

s/reursive/recursive/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk8S1CoACgkQbO4uEp7kOBO30gCfZzJeVorgdDjAeeADMJtsdB3G
M2AAoLt6GppeU8ieHwvWvff9Rfxt/NRT
=MK3+
-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#656070: ruby-dust: Typo in synopsis

2012-01-16 Thread Vincent Blut
Package: ruby-dust
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please fix the following typo found in the synopsis:

s/definintion/definition/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk8T/TQACgkQbO4uEp7kOBP8iQCaAtuSOF47OKoCp5rg7gy5XPOc
t3AAni41jusSoVNpB4TWxnTPAPDFYCSE
=k+2R
-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#656381: libssl-doc: Redundant 'documentation' in the synopsis

2012-01-18 Thread Vincent Blut
Package: libssl-doc
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please get rid of the redundant 'documentation' in the synopsis.

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk8XTe4ACgkQbO4uEp7kOBO4jgCgiId3XUWJrjiR9wYufnPA0JsB
cd0AoMMdmBznvNb83xdHM3hlKa2P/8zb
=ME65
-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#678823: x2vnc: Typo in synopsis

2012-06-24 Thread Vincent Blut
Package: x2vnc
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please remove the surplus 'and' in the synopsis.

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (450, 'testing'), (96, 
'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk/nIlsACgkQbO4uEp7kOBPRCACfTOgPcZxqiYQkymCyoWs+yRoJ
TxMAoJHLoFpZ2QkogICrIKYVEJEbgbP6
=s9Eb
-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#659656: monkeystudio: [PATCH] Fix typo/spelling errors in the synopsis and long description

2012-02-12 Thread Vincent Blut
Package: monkeystudio
Severity: minor
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please check the attached patch which fix some typo and spelling errors
found in the synopsis and the long description.

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk84O0QACgkQbO4uEp7kOBMQOQCghK9zOvK38U7D9jk5/2p8M8dB
x9kAn0Al1ed7RuSTCxZK1swHTxLc3/OA
=J3AX
-END PGP SIGNATURE-
--- monkeystudio_1.9.0.1-2.diff.orig2012-02-12 21:54:30.740080656 +
+++ monkeystudio_1.9.0.1-2.diff 2012-02-12 22:13:49.576077516 +
@@ -62,14 +62,14 @@
 +Depends: ${shlibs:Depends}, ${misc:Depends}, monkeystudio-common (= 
${source:Version}),
 + libqt4-sql-sqlite
 +Suggests: php5-cli, python, python-qt4
-+Description: Qt 4 Integrated Development Enviroment (IDE)
++Description: Qt 4 Integrated Development Environment (IDE)
 + Monkey Studio is a crossplatform Qt 4 IDE. It is developed using the Qt
 + library itself, meaning it will run on any platform supported by Qt 4. This
 + allows you to work on the same project on multiple platforms using the same
 + IDE. Monkey Studio uses the Qt Project file (.pro) to manage the project, and
 + there are no extra files created.
 + .
-+ Monkey Studio also features
++ Monkey Studio also features:
 +  * Advanced, customizable code editor, based on QScintilla
 +  * Syntax highlighting for more than 22 programming languages
 +  * Templates wizard - create files or projects from templates
@@ -80,36 +80,36 @@
 +Package: monkeystudio-common
 +Architecture: all
 +Depends: ${misc:Depends}
-+Description: Qt 4 Integrated Development Enviroment (IDE) - common files
++Description: Qt 4 Integrated Development Environment (IDE) - common files
 + Monkey Studio is a crossplatform Qt 4 IDE. It is developed using the Qt
 + library itself, meaning it will run on any platform supported by Qt 4. This
 + allows you to work on the same project on multiple platforms using the same
 + IDE. Monkey Studio uses the Qt Project file (.pro) to manage the project, and
 + there are no extra files created.
 + .
-+ Monkey Studio also features
++ Monkey Studio also features:
 +  * Advanced, customizable code editor, based on QScintilla 
 +  * Syntax highlighting for more than 22 programming languages 
 +  * Templates wizard - create files or projects from templates 
-+  * Code restyling - quickly fix/update style of your code using AStyle   
  
-+  * Qt Designer integration 
++  * Code restyling - quickly fix/update style of your code using AStyle
++  * Qt Designer integration
 +  * Qt Assistant integration
 + .
-+ This package contains the translations, templates etc.
++ This package contains the translations, templates, etc.
 +
 +Package: monkeystudio-dbg
 +Section: debug
 +Priority: extra
 +Architecture: any
 +Depends: monkeystudio, ${misc:Depends}
-+Description: Qt 4 Integrated Development Enviroment (IDE) - debug symbols
++Description: Qt 4 Integrated Development Environment (IDE) - debug symbols
 + Monkey Studio is a crossplatform Qt 4 IDE. It is developed using the Qt
 + library itself, meaning it will run on any platform supported by Qt 4. This
 + allows you to work on the same project on multiple platforms using the same
 + IDE. Monkey Studio uses the Qt Project file (.pro) to manage the project, and
 + there are no extra files created.
 + .
-+ Monkey Studio also features
++ Monkey Studio also features:
 +  * Advanced, customizable code editor, based on QScintilla
 +  * Syntax highlighting for more than 22 programming languages
 +  * Templates wizard - create files or projects from templates


Bug#659714: haskell-shakespeare-css: Misleading synopsis

2012-02-13 Thread Vincent Blut
Package: haskell-shakespeare-css
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please fix the following error in the synopsis which affects 
libghc-shakespeare-css-{doc, prof}, I guess that's a copy/paste error:

s/JavaScript/CSS/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk85EoUACgkQbO4uEp7kOBM/KwCeKQTVP5379pWIUx9p/bKF8r/H
bXwAn0yWOdDPzow4M+2RBJFwml3pO72G
=MWoQ
-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#679567: natlog: Typo in synopsis

2012-06-29 Thread Vincent Blut
Package: natlog
Version: 0.91.0-1
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please fix the following typo found in the synopsis:

s/firewal/firewall/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (450, 'testing'), (96, 
'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk/uCIMACgkQbO4uEp7kOBM1LACg3YdlT85u9FtL9xrpfbRoa22r
UjUAn2dcaEOBN6wF7DZoJ7bbA70Gi8FL
=iC2x
-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#686102: liblcms1-dev: Typo in synopsis

2012-08-28 Thread Vincent Blut
Package: liblcms1-dev
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please fix the following typo in the synopsis:

s/Litle/Little/

Cheers,
Vincent

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

Kernel: Linux 3.5-trunk-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

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

iEYEARECAAYFAlA83pUACgkQbO4uEp7kOBNoeQCfZn7oyNVppjq/ujIPQYUTPrrf
m14AnAgV85tiN6HL4yHNp9q83Xxdav5C
=k8Yo
-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#683576: epiphany-browser: No option available to delete/clear cookies

2012-08-05 Thread Vincent Blut
notfound 683576 epiphany-browser/3.4.2-1
close 683576
thanks

Hi,
> Subject: epiphany-browser: No option available to delete/clear cookies
> Package: epiphany-browser
> Version: 3.4.2-1
> Justification: serious
> Severity: serious

Not really ;-/

> Tags: upstream
>
> Dear Maintainer,
>
>* What led up to the situation?
> I am trying to clear/delete the cookies.
>* What exactly did you do (or not do) that was effective (or
>  ineffective)?
> The doc says, "Epiphany stores your cookies and passwords in the Personal
> Data Manager which can be accessed by choosing Edit ▸ Personal Data." and
> also says that I can view/delete my cookies using Personal Data Manager. I
> couldn't find either the Edit menu or any other way to access/delete my
> cookies using the settings (the only) menu available at the top right
> corner of the browser.
>* What outcome did you expect instead?
> When many browsers even allow the ability to clear cookies on closing
> the browser automatically, the browser had atleast some handy way to clear
> the cookies which is no longer available now.

You will find the 'Personal Data' menu in gnome-shell's global menu, click on 
it and you'll find all you want ;-)

Cheers,
Vincent 


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



Bug#683576: epiphany-browser: No option available to delete/clear cookies

2012-08-06 Thread Vincent Blut
Le 06/08/2012 07:14, sat...@gmail.com a écrit :
>
>
> You will find the 'Personal Data' menu in gnome-shell's global
> menu, click on it and you'll find all you want ;-)
>
>  
> Do you mean by Alt + F1  -> Search for "Personal Data" ? Searching
> above returns/shows nothing. Is there anyway to launch it from run
> command ( alt + f2) or gnome-terminal? 
>
> -- 
> Satheesh Kumar Mohan
>

Nope, when you'll launch epiphany, its menu will be available on the top
GNOME Shell bar (with the new brand: 'Web'), click on it and you'll find
the 'Personal Data' menu section.

Have a good day Satheesh,
Vincent


Bug#683576: epiphany-browser: No option available to delete/clear cookies

2012-08-06 Thread Vincent Blut
Le 06/08/2012 12:53, sat...@gmail.com a écrit :
>
> Nope, when you'll launch epiphany, its menu will be available on
> the top GNOME Shell bar (with the new brand: 'Web'), click on it
> and you'll find the 'Personal Data' menu section.
>
>
> Works fine, Thanks Vincent!!
> -- 
> Satheesh Kumar Mohan
>

You're welcome ;-)

Regards,
Vincent


Bug#663518: vlc: playing files from smb share does not work since 2.0

2012-09-11 Thread Vincent Blut
tags 663518 unreproducible
thanks

> Package: vlc
> Version: 2.0.0-6
> Severity: important
>
> Trying to play files from smb shares failes. This is a regression in 2.0
> since it worked perfectly in earlier versions.
>
> Checked the logs as suggested by the error message and found the next
> error:
> main debug: looking for access module: 1 candidate
> main warning: cannot load module
> `/usr/lib/vlc/plugins/access/libaccess_smb_plugin.so'
> (/usr/lib/vlc/plugins/access/libaccess_smb_plugin.so: undefined symbol:
> smbc_init)
> main error: corrupt module:
> /usr/lib/vlc/plugins/access/libaccess_smb_plugin.so
> main debug: no access module matching "smb" could be loaded
>
> It seems that libsmbclient is not linked to the plugin.
>
> I could workaround this issue by starting vlc like this:
> LD_PRELOAD=/usr/lib/i386-linux-gnu/libsmbclient.so.0 vlc
>
> This way files from samba shares could be played.
>
> Regards,
> Zsolt
>
> -- System Information:
> Debian Release: wheezy/sid
>   APT prefers testing
>   APT policy: (800, 'testing'), (600, 'unstable'), (102, 'experimental')
> Architecture: i386 (i686)
>
> Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/bash
>
> Versions of packages vlc depends on:
> ii  libaa11.4p5-39
> ii  libavcodec53  4:0.8-1+b1
> ii  libavutil51   4:0.8-1+b1
> ii  libc6 2.13-27
> ii  libfreetype6  2.4.8-1
> ii  libfribidi0   0.19.2-2
> ii  libgcc1   1:4.6.3-1
> ii  libgl1-mesa-glx [libgl1]  8.0-2
> ii  libice6   2:1.0.7-2
> ii  libqtcore44:4.7.4-2
> ii  libqtgui4 4:4.7.4-2
> ii  libsdl-image1.2   1.2.12-1
> ii  libsdl1.2debian   1.2.15-2
> ii  libsm62:1.2.0-2
> ii  libstdc++64.6.3-1
> ii  libtar0   1.2.11-8
> ii  libva-x11-1   1.0.14-1
> ii  libva11.0.14-1
> ii  libvlccore5   2.0.0-6
> ii  libx11-6  2:1.4.4-4
> ii  libxcb-composite0 1.8-2
> ii  libxcb-keysyms1   0.3.8-1
> ii  libxcb-randr0 1.8-2
> ii  libxcb-render01.8-2
> ii  libxcb-shape0 1.8-2
> ii  libxcb-shm0   1.8-2
> ii  libxcb-xfixes01.8-2
> ii  libxcb-xv01.8-2
> ii  libxcb1   1.8-2
> ii  libxext6  2:1.3.0-3
> ii  libxinerama1  2:1.1.1-3
> ii  libxpm4   1:3.5.9-4
> ii  ttf-freefont  20100919-1
> ii  vlc-nox   2.0.0-6
> ii  zlib1g1:1.2.6.dfsg-2
>
> Versions of packages vlc recommends:
> ii  vlc-plugin-notify  2.0.0-6
> ii  vlc-plugin-pulse   2.0.0-6
> ii  xdg-utils  1.1.0~rc1+git20111210-6
>
> Versions of packages vlc suggests:
> pn  videolan-doc  
>
> -- no debconf information
>
>
>

Hi,

It seems not reproducible here with version 2.0.3-2 (probably earlier
versions too).

$ lsof | grep libsmbclient.so.0 | awk '/vlc/ {print $0}'

vlc   4402   brutux  mem   REG8,6  
6023488  670363 /usr/lib/x86_64-linux-gnu/libsmbclient.so.0
vlc   4402 4409  brutux  mem   REG8,6  
6023488  670363 /usr/lib/x86_64-linux-gnu/libsmbclient.so.0
vlc   4402 4421  brutux  mem   REG8,6  
6023488  670363 /usr/lib/x86_64-linux-gnu/libsmbclient.so.0
vlc   4402 4461  brutux  mem   REG8,6  
6023488  670363 /usr/lib/x86_64-linux-gnu/libsmbclient.so.0
vlc   4402 4462  brutux  mem   REG8,6  
6023488  670363 /usr/lib/x86_64-linux-gnu/libsmbclient.so.0

Please could you check if you're still suffering this bug with the last
version in Wheezy?

Cheers,
Vincent


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



Bug#663518: vlc: playing files from smb share does not work since 2.0

2012-09-14 Thread Vincent Blut
close 663518
thanks

Le 14/09/2012 00:31, Zsolt Rizsanyi a écrit :
> You are right. 2.0.3-2 works for me too.
>
> Please close the bug.
>
> Thanks,
> Zsolt
>
>

Hi Zsolt,

Thanks for confirming, I guess this issue has been fixed by commit
718b1f9901e5 upstream:

authorRafaël Carré
Tue, 29 Nov 2011 02:55:35 + (21:55 -0500)
committerRafaël Carré
Tue, 29 Nov 2011 02:55:35 + (21:55 -0500)

diff --git a/modules/access/Modules.am b/modules/access/Modules.am
index 81d8e78..be8c47b 100644 (file)
--- a/modules/access/Modules.am
+++ b/modules/access/Modules.am
@@ -36,7 +36,7 @@ libsdp_plugin_la_DEPENDENCIES =
 
 libaccess_smb_plugin_la_SOURCES = smb.c
 libaccess_smb_plugin_la_CFLAGS = $(AM_CFLAGS)
-libaccess_smb_plugin_la_LIBADD = $(AM_LIBADD)
+libaccess_smb_plugin_la_LIBADD = $(AM_LIBADD) $(LIBS_access_smb)
 if HAVE_WIN32
 libaccess_smb_plugin_la_LIBADD += -lmpr
 endif


Have a nice day,
Vincent


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



Bug#589439: Icedove: Request my password twice

2013-04-19 Thread Vincent Blut
Le 19/04/2013 20:23, Carsten Schoenert a écrit :
> Hello Vincent,
> 
> On Tue, Jul 20, 2010 at 05:41:08PM +, Vincent Blut wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> For more information, I get this message in the error console:
>>
>> 2010-07-20 14:11:03gloda.datastoreERRORgot error in
>> _asyncTrackerListener.handleError(): 19: PRIMARY KEY must be unique.
> 
> thrue I read some similar cases, the problem is not localy, the problem
> are mostly resoveld by the Mail provider.
> 
> After a lot of new versions this issue is still around? Or current
> versions work well?

Hi,

I had totally forgotten this bug report, sorry !

I think it disappeared around version 10.x.y, so
you can mark it as "unreproducible".

> 
> Regards
> Carsten

Thanks Carsten,
Vincent


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



Bug#589439: Icedove: Request my password twice

2013-04-19 Thread Vincent Blut
tags 589439 unreproducible
thanks

Le 19/04/2013 20:39, Vincent Blut a écrit :
> Le 19/04/2013 20:23, Carsten Schoenert a écrit :
>> Hello Vincent,
>>
>> On Tue, Jul 20, 2010 at 05:41:08PM +, Vincent Blut wrote:
>>> -BEGIN PGP SIGNED MESSAGE-
>>> Hash: SHA1
>>>
>>> For more information, I get this message in the error console:
>>>
>>> 2010-07-20 14:11:03gloda.datastoreERRORgot error in
>>> _asyncTrackerListener.handleError(): 19: PRIMARY KEY must be unique.
>>
>> thrue I read some similar cases, the problem is not localy, the problem
>> are mostly resoveld by the Mail provider.
>>
>> After a lot of new versions this issue is still around? Or current
>> versions work well?
> 
> Hi,
> 
> I had totally forgotten this bug report, sorry !
> 
> I think it disappeared around version 10.x.y, so
> you can mark it as "unreproducible".

done

> 
>>
>> Regards
>> Carsten
> 
> Thanks Carsten,
> Vincent


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



Bug#703640: src:linux: [3.8 -> 3.8.1 regression]: Resume from suspend stuck with framebuffer locking rework

2013-04-26 Thread Vincent Blut
#forgot to tag this bug, sorry!
fixed 703640 3.8.5-1~experimental.1
thanks

Le 25/03/2013 13:33, Vincent Blut a écrit :
> Le samedi 23 mars 2013 à 22:10 +0100, Vincent Blut a écrit :
>> Le 23/03/2013 18:58, Ben Hutchings a écrit :
>>> On Fri, 2013-03-22 at 14:28 +0100, Vincent Blut wrote:
>>>> Le jeudi 21 mars 2013 à 21:56 +0100, Vincent Blut a écrit :
>>>>> Le jeudi 21 mars 2013 à 19:28 +0100, Vincent Blut a écrit :
>>>>>> Package: src:linux
>>>>>> Version: 3.8.3-1~experimental.1
>>>>>> Severity: important
>>>>>> Tags: upstream
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> As mentioned in the subject, the following commit prevents me to resume 
>>>>>> from
>>>>>> suspend in kernel ≥ 3.8.1: 
>>>>>>
>>>>>> commit cace7c323ddde7358ab2f2390ece964c55f30330
>>>>>> Author: Alan Cox 
>>>>>> Date:   Fri Jan 25 10:28:15 2013 +1000
>>>>>>
>>>>>> fb: rework locking to fix lock ordering on takeover
>>>>>> 
>>>>>> commit 50e244cc793d511b86adea24972f3a7264cae114 upstream.
>>>>>> 
>>>>>> Adjust the console layer to allow a take over call where the caller
>>>>>> already holds the locks.  Make the fb layer lock in order.
>>>>>> 
>>>>>> This is partly a band aid, the fb layer is terminally confused about 
>>>>>> the
>>>>>> locking rules it uses for its notifiers it seems.
>>>>>> 
>>>>>> [a...@linux-foundation.org: remove stray non-ascii char, tidy 
>>>>>> comment]
>>>>>> [a...@linux-foundation.org: export do_take_over_console()]
>>>>>> [airlied: cleanup another non-ascii char]
>>>>>> Signed-off-by: Alan Cox 
>>>>>> Cc: Florian Tobias Schandinat 
>>>>>> Cc: Stephen Rothwell 
>>>>>> Cc: Jiri Kosina 
>>>>>> Tested-by: Sedat Dilek 
>>>>>> Reviewed-by: Daniel Vetter 
>>>>>> Signed-off-by: Andrew Morton 
>>>>>> Signed-off-by: Dave Airlie 
>>>>>> Signed-off-by: Greg Kroah-Hartman 
>>>>>>
>>>>>> I didn't try to boot with this commit reverted, and looking at its size,
>>>>>> I fear there will be some conflict to solve before attempting to do so.
>>>>>>
>>>>>> I guess it could be interesting to try 3.9-rc. to see how it
>>>>>> behaves (I didn't see what have been merged in this area in the last
>>>>>> merge window). I might try to connect through ssh to see if I get a
>>>>>> trace.
>>>>> Same issue with 3.9-rc3, I'll try to find some time tomorrow in order to
>>>>> get eventual stack traces. 
>>>> Some news here, the suspend/resume process is doing fine (I checked
>>>> while connected via ssh), but what I didn't notice because I was in a
>>>> dark room is that there is just no backlight.
>>>>
>>>> But I find a workaround, setting acpi_osi="!Windows 2012" in the kernel
>>>> command line seems to inhibit the issue. I found this workaround
>>>> accidentally because I need this parameter to make my brightness control
>>>> working again (I reported this in #702188 btw).
>>> So are these the same bug or two different bugs?
>>
>> Well they both touch the backlight area, have the same workaround, but
>> the latter appears in a specific case: resume from suspend. I still have
>> 3 revisions to test, hope that will give some clue.
> 
> Ok, my laptop is back to the business, I finished the bisection and I
> have a completely different result from the first time:
> 
> commit 719429a54d9c: "drm/i915: write backlight harder"
> 
> I reverted it on top of 3.8.1, as expected that fixed the issue.
> By the way it is reverted in the last drm pull request sent by Dave
> Airlie.
> I guess it'll be spread in stable‽ 
> 
> 
>>>
>>> In any case, please do not use the reportbug --no-bug-script option, as
>>> the kernel bug script provides lots of useful information.  You can get
>>> that now by running:
>>>
>>> /usr/share/reportbug/handle_bugscript 
>>> /usr/share/bug/linux-image-3.8-trunk-amd64/script $FILE
>>>
>>> and sending us that output file.
>>
>> Hmm, I didn't use the '--no-bug-script' option explicitly, is that due
>> to the fact I use the 'advanced' mode?
>> Anyway I'll provide the output but that will have to wait a little bit
>> because my power adapter
>> died this afternoon :-(
> 
> Attached!
> 
> Thanks for your time,
> Vincent
> 


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



Bug#703271: linux-image-3.2.0-4-amd64: Fix brightness hotkeys on ASUS UX31A laptop

2013-03-17 Thread Vincent Blut
Package: src:linux
Version: 3.2.39-2
Severity: normal
Tags: upstream

Hi,

Since Linux 3.7, the brightness hotkeys work on this laptop. Initially I
thought that this support was added by a specific plateform driver
commit but after diving in git log it didn't make any sense about why these
hotkeys worked in 3.7 so I started to bisect in order to find the
culprit. Here it is:

>From d627b62ff8d4d36761adbcd90ff143d79c94ab22 Mon Sep 17 00:00:00 2001
From: Lekensteyn 
Date: Mon, 25 Jun 2012 22:36:24 +
Subject: i915: initialize CADL in opregion

This is rather a hack to fix brightness hotkeys on a Clevo laptop. CADL
is not
used anywhere in the driver code at the moment, but it could be used in
BIOS as
is the case with the Clevo laptop.

The Clevo B7130 requires the CADL field to contain at least the ID of
the LCD device. If this field is empty, the ACPI methods that are called
on pressing brightness / display switching hotkeys will not trigger a
notification. As a result, it appears as no hotkey has been pressed.

Reference: https://bugs.freedesktop.org/show_bug.cgi?id=45452
Tested-by: Peter Wu 
Signed-off-by: Peter Wu 
Acked-by: Jesse Barnes 
Signed-off-by: Daniel Vetter 

Well, after this result I was puzzled because it seemed to be a
Clevo specific issue but I decided to give it a try and effectively it
gave me the expected behavior, so please could you add it in the next
Wheezy upload?

Also this should probably be forwarded to sta...@vger.kernel.org with a
revised commit message stipulating that not only Clevo laptop are
affected, don't know if it is possible though.

Cheers,
Vincent

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

Kernel: Linux 3.2.40+ (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (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#703271: linux-image-3.2.0-4-amd64: Fix brightness hotkeys on ASUS UX31A laptop

2013-03-20 Thread Vincent Blut
Le mercredi 20 mars 2013 à 03:14 +, Ben Hutchings a écrit :
> On Sun, 2013-03-17 at 21:54 +0100, Vincent Blut wrote:
> > Package: src:linux
> > Version: 3.2.39-2
> > Severity: normal
> > Tags: upstream
> > 
> > Hi,
> > 
> > Since Linux 3.7, the brightness hotkeys work on this laptop. Initially I
> > thought that this support was added by a specific plateform driver
> > commit but after diving in git log it didn't make any sense about why these
> > hotkeys worked in 3.7 so I started to bisect in order to find the
> > culprit. Here it is:
> 
> Please apply this to stable branches earlier than 3.7.  It doesn't
> appear to depend on any other changes post-3.0.

Hi Ben,

As you can see in my bug report, I was using 3.2.40+ (your last longterm
release with this patch).

> 
> > >From d627b62ff8d4d36761adbcd90ff143d79c94ab22 Mon Sep 17 00:00:00 2001
> > From: Lekensteyn 
> > Date: Mon, 25 Jun 2012 22:36:24 +
> > Subject: i915: initialize CADL in opregion
> [...]
> > Well, after this result I was puzzled because it seemed to be a
> > Clevo specific issue but I decided to give it a try and effectively it
> > gave me the expected behavior, so please could you add it in the next
> > Wheezy upload?
> > 
> > Also this should probably be forwarded to sta...@vger.kernel.org with a
> > revised commit message stipulating that not only Clevo laptop are
> > affected, don't know if it is possible though.
> 
> Normally the original commit message is used unchanged.
> 

Ok

> Ben.
> 

Cheers,
Vincent


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



Bug#703640: src:linux: [3.8 -> 3.8.1 regression]: Resume from suspend stuck with framebuffer locking rework

2013-03-21 Thread Vincent Blut
Package: src:linux
Version: 3.8.3-1~experimental.1
Severity: important
Tags: upstream

Hi,

As mentioned in the subject, the following commit prevents me to resume from
suspend in kernel ≥ 3.8.1: 

commit cace7c323ddde7358ab2f2390ece964c55f30330
Author: Alan Cox 
Date:   Fri Jan 25 10:28:15 2013 +1000

fb: rework locking to fix lock ordering on takeover

commit 50e244cc793d511b86adea24972f3a7264cae114 upstream.

Adjust the console layer to allow a take over call where the caller
already holds the locks.  Make the fb layer lock in order.

This is partly a band aid, the fb layer is terminally confused about the
locking rules it uses for its notifiers it seems.

[a...@linux-foundation.org: remove stray non-ascii char, tidy comment]
[a...@linux-foundation.org: export do_take_over_console()]
[airlied: cleanup another non-ascii char]
Signed-off-by: Alan Cox 
Cc: Florian Tobias Schandinat 
Cc: Stephen Rothwell 
Cc: Jiri Kosina 
Tested-by: Sedat Dilek 
Reviewed-by: Daniel Vetter 
Signed-off-by: Andrew Morton 
Signed-off-by: Dave Airlie 
Signed-off-by: Greg Kroah-Hartman 

I didn't try to boot with this commit reverted, and looking at its size,
I fear there will be some conflict to solve before attempting to do so.

I guess it could be interesting to try 3.9-rc. to see how it
behaves (I didn't see what have been merged in this area in the last
merge window). I might try to connect through ssh to see if I get a
trace.

Cheers,
Vincent


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

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (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#703640: src:linux: [3.8 -> 3.8.1 regression]: Resume from suspend stuck with framebuffer locking rework

2013-03-21 Thread Vincent Blut
Le jeudi 21 mars 2013 à 19:28 +0100, Vincent Blut a écrit :
> Package: src:linux
> Version: 3.8.3-1~experimental.1
> Severity: important
> Tags: upstream
> 
> Hi,
> 
> As mentioned in the subject, the following commit prevents me to resume from
> suspend in kernel ≥ 3.8.1: 
> 
> commit cace7c323ddde7358ab2f2390ece964c55f30330
> Author: Alan Cox 
> Date:   Fri Jan 25 10:28:15 2013 +1000
> 
> fb: rework locking to fix lock ordering on takeover
> 
> commit 50e244cc793d511b86adea24972f3a7264cae114 upstream.
> 
> Adjust the console layer to allow a take over call where the caller
> already holds the locks.  Make the fb layer lock in order.
> 
> This is partly a band aid, the fb layer is terminally confused about the
> locking rules it uses for its notifiers it seems.
> 
> [a...@linux-foundation.org: remove stray non-ascii char, tidy comment]
> [a...@linux-foundation.org: export do_take_over_console()]
> [airlied: cleanup another non-ascii char]
> Signed-off-by: Alan Cox 
> Cc: Florian Tobias Schandinat 
> Cc: Stephen Rothwell 
> Cc: Jiri Kosina 
> Tested-by: Sedat Dilek 
> Reviewed-by: Daniel Vetter 
> Signed-off-by: Andrew Morton 
> Signed-off-by: Dave Airlie 
> Signed-off-by: Greg Kroah-Hartman 
> 
> I didn't try to boot with this commit reverted, and looking at its size,
> I fear there will be some conflict to solve before attempting to do so.
> 
> I guess it could be interesting to try 3.9-rc. to see how it
> behaves (I didn't see what have been merged in this area in the last
> merge window). I might try to connect through ssh to see if I get a
> trace.

Same issue with 3.9-rc3, I'll try to find some time tomorrow in order to
get eventual stack traces. 

> 
> Cheers,
> Vincent
> 


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



Bug#703640: src:linux: [3.8 -> 3.8.1 regression]: Resume from suspend stuck with framebuffer locking rework

2013-03-22 Thread Vincent Blut
Le jeudi 21 mars 2013 à 21:56 +0100, Vincent Blut a écrit :
> Le jeudi 21 mars 2013 à 19:28 +0100, Vincent Blut a écrit :
> > Package: src:linux
> > Version: 3.8.3-1~experimental.1
> > Severity: important
> > Tags: upstream
> > 
> > Hi,
> > 
> > As mentioned in the subject, the following commit prevents me to resume from
> > suspend in kernel ≥ 3.8.1: 
> > 
> > commit cace7c323ddde7358ab2f2390ece964c55f30330
> > Author: Alan Cox 
> > Date:   Fri Jan 25 10:28:15 2013 +1000
> > 
> > fb: rework locking to fix lock ordering on takeover
> > 
> > commit 50e244cc793d511b86adea24972f3a7264cae114 upstream.
> > 
> > Adjust the console layer to allow a take over call where the caller
> > already holds the locks.  Make the fb layer lock in order.
> > 
> > This is partly a band aid, the fb layer is terminally confused about the
> > locking rules it uses for its notifiers it seems.
> > 
> > [a...@linux-foundation.org: remove stray non-ascii char, tidy comment]
> > [a...@linux-foundation.org: export do_take_over_console()]
> > [airlied: cleanup another non-ascii char]
> > Signed-off-by: Alan Cox 
> > Cc: Florian Tobias Schandinat 
> > Cc: Stephen Rothwell 
> > Cc: Jiri Kosina 
> > Tested-by: Sedat Dilek 
> > Reviewed-by: Daniel Vetter 
> > Signed-off-by: Andrew Morton 
> > Signed-off-by: Dave Airlie 
> > Signed-off-by: Greg Kroah-Hartman 
> > 
> > I didn't try to boot with this commit reverted, and looking at its size,
> > I fear there will be some conflict to solve before attempting to do so.
> > 
> > I guess it could be interesting to try 3.9-rc. to see how it
> > behaves (I didn't see what have been merged in this area in the last
> > merge window). I might try to connect through ssh to see if I get a
> > trace.
> 
> Same issue with 3.9-rc3, I'll try to find some time tomorrow in order to
> get eventual stack traces. 

Some news here, the suspend/resume process is doing fine (I checked
while connected via ssh), but what I didn't notice because I was in a
dark room is that there is just no backlight.

But I find a workaround, setting acpi_osi="!Windows 2012" in the kernel
command line seems to inhibit the issue. I found this workaround
accidentally because I need this parameter to make my brightness control
working again (I reported this in #702188 btw).

> 
> > 
> > Cheers,
> > Vincent
> > 
> 
> 


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



Bug#701489: linux-image-3.7-trunk-amd64: asix_rx_fixup error messages from Lenovo ethernet dongle

2013-03-22 Thread Vincent Blut
Le mercredi 27 février 2013 à 18:04 +0100, Vincent Blut a écrit :
> found 701489 3.2.35-2
> thanks
> 
> Le samedi 23 février 2013 à 13:24 -0500, Eric Cooper a écrit :
> > Package: src:linux
> > Version: 3.7.8-1~experimental.1
> > Severity: normal
> > 
> > During normal operation, there are numerous error messages from
> > asix_rx_fixup, some of which are in the attached log.  This is the
> > Lenovo usb-ethernet dongle supplied with the ThinkPad X1 Carbon
> > laptop.
> > 
> Hi Eric,
> 
> I have a usb to ethernet dongle here which embed the same controller:
> 
> $ lsusb -v | grep -i asix
> Bus 003 Device 002: ID 0b95:7e2b ASIX Electronics Corp. AX88772B
>   idVendor   0x0b95 ASIX Electronics Corp.
>   iManufacturer   1 ASIX Elec. Corp.
> 
> Like you, I get from time to time the following error messages: 
> 
> $ dmesg | grep 'asix_rx_fixup()'
> [11687.121074] asix 3-1:1.0 eth0: asix_rx_fixup() Bad RX Length 582
> [11859.900410] asix 3-1:1.0 eth0: asix_rx_fixup() Bad RX Length 454
> [15697.977880] asix 3-1:1.0 eth0: asix_rx_fixup() Bad RX Length 66
> [15697.977888] asix 3-1:1.0 eth0: asix_rx_fixup() Bad Header Length
> [15698.131641] asix 3-1:1.0 eth0: asix_rx_fixup() Bad RX Length 66
> [15698.131813] asix 3-1:1.0 eth0: asix_rx_fixup() Bad Header Length
> [15698.618950] asix 3-1:1.0 eth0: asix_rx_fixup() Bad RX Length 66
> [15698.618987] asix 3-1:1.0 eth0: asix_rx_fixup() Bad Header Length
> [15698.816807] asix 3-1:1.0 eth0: asix_rx_fixup() Bad RX Length 66
> [15698.816848] asix 3-1:1.0 eth0: asix_rx_fixup() Bad Header Length
> [15698.963551] asix 3-1:1.0 eth0: asix_rx_fixup() Bad RX Length 66
> [15698.963622] asix 3-1:1.0 eth0: asix_rx_fixup() Bad Header Length
> [15699.017713] asix 3-1:1.0 eth0: asix_rx_fixup() Bad RX Length 66
> [15699.017734] asix 3-1:1.0 eth0: asix_rx_fixup() Bad Header Length
> 
> As reported in the kernel ring buffer, I thought that these errors were
> all related to rx_length_errors but looking at the sysfs interface it
> seems it isn't the case:
> 
> $ cat /sys/class/net/eth0/statistics/rx_length_errors
> 2
> 
> The rest is logged in rx_errors
> 
> $ cat /sys/class/net/eth0/statistics/rx_errors
> 16
> 
> I tested throughput with iperf before and after these errors and it
> seems that the connection is not affected (≈ 94Mbits/s), same conclusion
> for the latency. 
> 
> I intended to see if a bad NIC parameter could be the cause of these
> errors, but most NIC of them are fixed in the firmware (‽):
> 
> # ethtool -k eth0
> Features for eth0:
> rx-checksumming: off [fixed]
> tx-checksumming: off
>   tx-checksum-ipv4: off [fixed]
>   tx-checksum-ip-generic: off [fixed]
>   tx-checksum-ipv6: off [fixed]
>   tx-checksum-fcoe-crc: off [fixed]
>   tx-checksum-sctp: off [fixed]
> scatter-gather: off
>   tx-scatter-gather: off [fixed]
>   tx-scatter-gather-fraglist: off [fixed]
> tcp-segmentation-offload: off
>   tx-tcp-segmentation: off [fixed]
>   tx-tcp-ecn-segmentation: off [fixed]
>   tx-tcp6-segmentation: off [fixed]
> udp-fragmentation-offload: off [fixed]
> generic-segmentation-offload: off [requested on]
> generic-receive-offload: on
> large-receive-offload: off [fixed]
> rx-vlan-offload: off [fixed]
> tx-vlan-offload: off [fixed]
> ntuple-filters: off [fixed]
> receive-hashing: off [fixed]
> highdma: off [fixed]
> rx-vlan-filter: off [fixed]
> vlan-challenged: off [fixed]
> tx-lockless: off [fixed]
> netns-local: off [fixed]
> tx-gso-robust: off [fixed]
> tx-fcoe-segmentation: off [fixed]
> fcoe-mtu: off [fixed]
> tx-nocache-copy: off
> loopback: off [fixed]
> rx-fcs: off [fixed]
> rx-all: off [fixed]
> 
> Finally, looking at the kernel git tree for asix_rx_fixup() related
> commits, only the first isn't in 3.7:
> 
> commit 8b5b6f5413e97c3e8bafcdd67553d508f4f698cd
> net: asix: handle packets crossing URB boundaries (doesn't queued in
> 3.8)

This one has been added in 3.9-rc1 but don't improve the situation.

> 
> commit a9e0aca4b37885b5599e52211f098bd7f565e749
> asix: asix_rx_fixup surgery to reduce skb truesizes (applied in >= 3.4)
> 
> commit 9227a46bfbac0516fb7428715a095e1bc59b872a
> asix: check packet size against mtu+ETH_HLEN instead of ETH_FRAME_LEN
> (applied in >= 2.6.35)
> 
> Cheers,
> Vincent
> 
> 


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



Bug#703640: src:linux: [3.8 -> 3.8.1 regression]: Resume from suspend stuck with framebuffer locking rework

2013-03-22 Thread Vincent Blut
Le vendredi 22 mars 2013 à 14:28 +0100, Vincent Blut a écrit :

> > Same issue with 3.9-rc3, I'll try to find some time tomorrow in order to
> > get eventual stack traces. 
> 
> Some news here, the suspend/resume process is doing fine (I checked
> while connected via ssh), but what I didn't notice because I was in a
> dark room is that there is just no backlight.
> 
> But I find a workaround, setting acpi_osi="!Windows 2012" in the kernel
> command line seems to inhibit the issue. I found this workaround
> accidentally because I need this parameter to make my brightness control
> working again (I reported this in #702188 btw).
> 

Also, I'll have to redo the bisect thing again because I can't remember
if I was using acpi_osi="!Windows 2012" or not during testing.

> > 
> > > 
> > > Cheers,
> > > Vincent
> > > 
> > 
> > 
> 
> 


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



Bug#703640: src:linux: [3.8 -> 3.8.1 regression]: Resume from suspend stuck with framebuffer locking rework

2013-03-23 Thread Vincent Blut
Le 23/03/2013 18:58, Ben Hutchings a écrit :
> On Fri, 2013-03-22 at 14:28 +0100, Vincent Blut wrote:
>> Le jeudi 21 mars 2013 à 21:56 +0100, Vincent Blut a écrit :
>>> Le jeudi 21 mars 2013 à 19:28 +0100, Vincent Blut a écrit :
>>>> Package: src:linux
>>>> Version: 3.8.3-1~experimental.1
>>>> Severity: important
>>>> Tags: upstream
>>>>
>>>> Hi,
>>>>
>>>> As mentioned in the subject, the following commit prevents me to resume 
>>>> from
>>>> suspend in kernel ≥ 3.8.1: 
>>>>
>>>> commit cace7c323ddde7358ab2f2390ece964c55f30330
>>>> Author: Alan Cox 
>>>> Date:   Fri Jan 25 10:28:15 2013 +1000
>>>>
>>>> fb: rework locking to fix lock ordering on takeover
>>>> 
>>>> commit 50e244cc793d511b86adea24972f3a7264cae114 upstream.
>>>> 
>>>> Adjust the console layer to allow a take over call where the caller
>>>> already holds the locks.  Make the fb layer lock in order.
>>>> 
>>>> This is partly a band aid, the fb layer is terminally confused about 
>>>> the
>>>> locking rules it uses for its notifiers it seems.
>>>> 
>>>> [a...@linux-foundation.org: remove stray non-ascii char, tidy comment]
>>>> [a...@linux-foundation.org: export do_take_over_console()]
>>>> [airlied: cleanup another non-ascii char]
>>>> Signed-off-by: Alan Cox 
>>>> Cc: Florian Tobias Schandinat 
>>>> Cc: Stephen Rothwell 
>>>> Cc: Jiri Kosina 
>>>> Tested-by: Sedat Dilek 
>>>> Reviewed-by: Daniel Vetter 
>>>> Signed-off-by: Andrew Morton 
>>>> Signed-off-by: Dave Airlie 
>>>> Signed-off-by: Greg Kroah-Hartman 
>>>>
>>>> I didn't try to boot with this commit reverted, and looking at its size,
>>>> I fear there will be some conflict to solve before attempting to do so.
>>>>
>>>> I guess it could be interesting to try 3.9-rc. to see how it
>>>> behaves (I didn't see what have been merged in this area in the last
>>>> merge window). I might try to connect through ssh to see if I get a
>>>> trace.
>>> Same issue with 3.9-rc3, I'll try to find some time tomorrow in order to
>>> get eventual stack traces. 
>> Some news here, the suspend/resume process is doing fine (I checked
>> while connected via ssh), but what I didn't notice because I was in a
>> dark room is that there is just no backlight.
>>
>> But I find a workaround, setting acpi_osi="!Windows 2012" in the kernel
>> command line seems to inhibit the issue. I found this workaround
>> accidentally because I need this parameter to make my brightness control
>> working again (I reported this in #702188 btw).
> So are these the same bug or two different bugs?

Well they both touch the backlight area, have the same workaround, but
the latter appears in a specific case: resume from suspend. I still have
3 revisions to test, hope that will give some clue.


>
> In any case, please do not use the reportbug --no-bug-script option, as
> the kernel bug script provides lots of useful information.  You can get
> that now by running:
>
> /usr/share/reportbug/handle_bugscript 
> /usr/share/bug/linux-image-3.8-trunk-amd64/script $FILE
>
> and sending us that output file.

Hmm, I didn't use the '--no-bug-script' option explicitly, is that due
to the fact I use the 'advanced' mode?
Anyway I'll provide the output but that will have to wait a little bit
because my power adapter
died this afternoon :-(
 
> Ben.
>

Thanks Ben,


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



Bug#703640: src:linux: [3.8 -> 3.8.1 regression]: Resume from suspend stuck with framebuffer locking rework

2013-03-25 Thread Vincent Blut
Le samedi 23 mars 2013 à 22:41 +, Ben Hutchings a écrit :
> On Sat, 2013-03-23 at 22:10 +0100, Vincent Blut wrote:
> > Le 23/03/2013 18:58, Ben Hutchings a écrit :
> [...]
> > > In any case, please do not use the reportbug --no-bug-script option, as
> > > the kernel bug script provides lots of useful information.  You can get
> > > that now by running:
> > >
> > > /usr/share/reportbug/handle_bugscript 
> > > /usr/share/bug/linux-image-3.8-trunk-amd64/script $FILE
> > >
> > > and sending us that output file.
> > 
> > Hmm, I didn't use the '--no-bug-script' option explicitly, is that due
> > to the fact I use the 'advanced' mode?
> [...]
> 
> Perhaps you reported the bug against 'src:linux' rather than
> 'linux-image-3.8-trunk-amd64'.

I did.

>   You should specify the binary package
> name and let reportbug map it to the source package name.

Good to know, thanks Ben.

> 
> Ben.
> 

Cheers,
Vincent


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



Bug#703640: src:linux: [3.8 -> 3.8.1 regression]: Resume from suspend stuck with framebuffer locking rework

2013-03-25 Thread Vincent Blut
Le samedi 23 mars 2013 à 22:10 +0100, Vincent Blut a écrit :
> Le 23/03/2013 18:58, Ben Hutchings a écrit :
> > On Fri, 2013-03-22 at 14:28 +0100, Vincent Blut wrote:
> >> Le jeudi 21 mars 2013 à 21:56 +0100, Vincent Blut a écrit :
> >>> Le jeudi 21 mars 2013 à 19:28 +0100, Vincent Blut a écrit :
> >>>> Package: src:linux
> >>>> Version: 3.8.3-1~experimental.1
> >>>> Severity: important
> >>>> Tags: upstream
> >>>>
> >>>> Hi,
> >>>>
> >>>> As mentioned in the subject, the following commit prevents me to resume 
> >>>> from
> >>>> suspend in kernel ≥ 3.8.1: 
> >>>>
> >>>> commit cace7c323ddde7358ab2f2390ece964c55f30330
> >>>> Author: Alan Cox 
> >>>> Date:   Fri Jan 25 10:28:15 2013 +1000
> >>>>
> >>>> fb: rework locking to fix lock ordering on takeover
> >>>> 
> >>>> commit 50e244cc793d511b86adea24972f3a7264cae114 upstream.
> >>>> 
> >>>> Adjust the console layer to allow a take over call where the caller
> >>>> already holds the locks.  Make the fb layer lock in order.
> >>>> 
> >>>> This is partly a band aid, the fb layer is terminally confused about 
> >>>> the
> >>>> locking rules it uses for its notifiers it seems.
> >>>> 
> >>>> [a...@linux-foundation.org: remove stray non-ascii char, tidy 
> >>>> comment]
> >>>> [a...@linux-foundation.org: export do_take_over_console()]
> >>>> [airlied: cleanup another non-ascii char]
> >>>> Signed-off-by: Alan Cox 
> >>>> Cc: Florian Tobias Schandinat 
> >>>> Cc: Stephen Rothwell 
> >>>> Cc: Jiri Kosina 
> >>>> Tested-by: Sedat Dilek 
> >>>> Reviewed-by: Daniel Vetter 
> >>>> Signed-off-by: Andrew Morton 
> >>>> Signed-off-by: Dave Airlie 
> >>>> Signed-off-by: Greg Kroah-Hartman 
> >>>>
> >>>> I didn't try to boot with this commit reverted, and looking at its size,
> >>>> I fear there will be some conflict to solve before attempting to do so.
> >>>>
> >>>> I guess it could be interesting to try 3.9-rc. to see how it
> >>>> behaves (I didn't see what have been merged in this area in the last
> >>>> merge window). I might try to connect through ssh to see if I get a
> >>>> trace.
> >>> Same issue with 3.9-rc3, I'll try to find some time tomorrow in order to
> >>> get eventual stack traces. 
> >> Some news here, the suspend/resume process is doing fine (I checked
> >> while connected via ssh), but what I didn't notice because I was in a
> >> dark room is that there is just no backlight.
> >>
> >> But I find a workaround, setting acpi_osi="!Windows 2012" in the kernel
> >> command line seems to inhibit the issue. I found this workaround
> >> accidentally because I need this parameter to make my brightness control
> >> working again (I reported this in #702188 btw).
> > So are these the same bug or two different bugs?
> 
> Well they both touch the backlight area, have the same workaround, but
> the latter appears in a specific case: resume from suspend. I still have
> 3 revisions to test, hope that will give some clue.

Ok, my laptop is back to the business, I finished the bisection and I
have a completely different result from the first time:

commit 719429a54d9c: "drm/i915: write backlight harder"

I reverted it on top of 3.8.1, as expected that fixed the issue.
By the way it is reverted in the last drm pull request sent by Dave
Airlie.
I guess it'll be spread in stable‽ 


> >
> > In any case, please do not use the reportbug --no-bug-script option, as
> > the kernel bug script provides lots of useful information.  You can get
> > that now by running:
> >
> > /usr/share/reportbug/handle_bugscript 
> > /usr/share/bug/linux-image-3.8-trunk-amd64/script $FILE
> >
> > and sending us that output file.
> 
> Hmm, I didn't use the '--no-bug-script' option explicitly, is that due
> to the fact I use the 'advanced' mode?
> Anyway I'll provide the output but that will have to wait a little bit
> because my power adapter
> died this a

Bug#687442: Success with linux-image-3.2.0-4.drm-amd64_3.2.35-3~jcristau.1_amd64.deb

2013-02-07 Thread Vincent Blut
Le jeudi 07 février 2013 à 20:11 +0100, Ingo a écrit :
> I now tested Julien's kernel
> (http://people.debian.org/~jcristau/wheezy-drm34/linux-image-3.2.0-4.drm-amd64_3.2.35-3~jcristau.1_amd64.deb)
> with
> DRM/KMS subsystem backported from 3.4, thoroughly. For 12 days it ran
> absolutely smoothly without any freezes!
> 
> I did stress it in many ways, but did not observe any glitches. So this
> kernel fixes bug #692234 and merged bugs 689268, ... for me.
> 
> My hardware in short form:
> 
> Ivy Bridge i5-3570k with
> HD4000 graphics (no external cards), display connected to Display-Port
> Intel DH77EB MoBo
> 
> All standard Wheezy-kernels up to 3.2.35 exhibited regular hard freezes
> - sometimes more than once a day with power consumption some 30 watts up.
> 
> Juliens kernel for sure is an excellent alternative to using vanilla 3.4
> kernel which also does the job. If Julien's fix/patches is ported to
> Wheezy's kernel, please drop a short note here, so I can switch back to
> standard Wheezy-kernel without beeing scared for my hardware.
> 
> Ingo
> 
> 

Hi,

I don't want to talk on behalf of the kernel team, but the bug is marked
as 'pending' so it should make its way in Wheezy ;-)

Cheers,
Vincent


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



Bug#700629: firmware-iwlwifi: Microcode SW error detected

2013-02-15 Thread Vincent Blut
Package: firmware-iwlwifi
Version: 0.36+wheezy.1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I got the following firmware error with my wireless card:

02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N
6235 [8086:088e] (rev 24)

However it seems to recover by itself (hence the normal severity) but caused a 
driver warning. 
Note that this error caused absolutely no harm to the connection which remains
stable, looking at statistics in '/sys/class/net/wlan0/' show no errors neither
in the reception nor in the transmission queue.

Sadly I can't find a way to reproduce it easily so debugging it might be
a nightmare!

This bug report might be merged with #550534.

[33286.921558] iwlwifi :02:00.0: Microcode SW error detected.
Restarting 0x200.
[33286.921570] iwlwifi :02:00.0: CSR values:
[33286.921576] iwlwifi :02:00.0: (2nd byte of CSR_INT_COALESCING is
CSR_INT_PERIODIC_REG)
[33286.921585] iwlwifi :02:00.0:CSR_HW_IF_CONFIG_REG:
0X00484b00
[33286.921594] iwlwifi :02:00.0:  CSR_INT_COALESCING:
0Xff40
[33286.921603] iwlwifi :02:00.0: CSR_INT:
0X
[33286.921611] iwlwifi :02:00.0:CSR_INT_MASK:
0X
[33286.921619] iwlwifi :02:00.0:   CSR_FH_INT_STATUS:
0X
[33286.921627] iwlwifi :02:00.0: CSR_GPIO_IN:
0X003c
[33286.921635] iwlwifi :02:00.0:   CSR_RESET:
0X
[33286.921643] iwlwifi :02:00.0:CSR_GP_CNTRL:
0X080403c5
[33286.921651] iwlwifi :02:00.0:  CSR_HW_REV:
0X00b0
[33286.921659] iwlwifi :02:00.0:  CSR_EEPROM_REG:
0X3d180ffd
[33286.921668] iwlwifi :02:00.0:   CSR_EEPROM_GP:
0X9801
[33286.921676] iwlwifi :02:00.0:  CSR_OTP_GP_REG:
0X00030001
[33286.921684] iwlwifi :02:00.0: CSR_GIO_REG:
0X00080044
[33286.921692] iwlwifi :02:00.0:CSR_GP_UCODE_REG:
0X3cee
[33286.921700] iwlwifi :02:00.0:   CSR_GP_DRIVER_REG:
0X
[33286.921708] iwlwifi :02:00.0:   CSR_UCODE_DRV_GP1:
0X
[33286.921716] iwlwifi :02:00.0:   CSR_UCODE_DRV_GP2:
0X
[33286.921723] iwlwifi :02:00.0: CSR_LED_REG:
0X0078
[33286.921731] iwlwifi :02:00.0:CSR_DRAM_INT_TBL_REG:
0X88118783
[33286.921739] iwlwifi :02:00.0:CSR_GIO_CHICKEN_BITS:
0X27800200
[33286.921747] iwlwifi :02:00.0: CSR_ANA_PLL_CFG:
0X
[33286.921754] iwlwifi :02:00.0:   CSR_HW_REV_WA_REG:
0X0001001a
[33286.921763] iwlwifi :02:00.0:CSR_DBG_HPET_MEM_REG:
0X
[33286.921767] iwlwifi :02:00.0: FH register values:
[33286.921786] iwlwifi :02:00.0:
FH_RSCSR_CHNL0_STTS_WPTR_REG: 0X117ca100
[33286.921803] iwlwifi :02:00.0:
FH_RSCSR_CHNL0_RBDCB_BASE_REG: 0X0117ca60
[33286.921820] iwlwifi :02:00.0:
FH_RSCSR_CHNL0_WPTR: 0X0028
[33286.921838] iwlwifi :02:00.0:
FH_MEM_RCSR_CHNL0_CONFIG_REG: 0X80811104
[33286.921855] iwlwifi :02:00.0:
FH_MEM_RSSR_SHARED_CTRL_REG: 0X00fc
[33286.921882] iwlwifi :02:00.0:
FH_MEM_RSSR_RX_STATUS_REG: 0X0703
[33286.921900] iwlwifi :02:00.0:
FH_MEM_RSSR_RX_ENABLE_ERR_IRQ2DRV: 0X
[33286.921918] iwlwifi :02:00.0:
FH_TSSR_TX_STATUS_REG: 0X07ff0001
[33286.921935] iwlwifi :02:00.0:
FH_TSSR_TX_ERROR_REG: 0X
[33286.921941] iwlwifi :02:00.0: Loaded firmware version: 18.168.6.1
[33286.922067] iwlwifi :02:00.0: Start IWL Error Log Dump:
[33286.922074] iwlwifi :02:00.0: Status: 0x02CC, count: 6
[33286.922084] iwlwifi :02:00.0: 0x198A | ADVANCED_SYSASSERT  
[33286.922092] iwlwifi :02:00.0: 0x00015920 | uPc
[33286.922102] iwlwifi :02:00.0: 0x00015910 | branchlink1
[33286.922107] iwlwifi :02:00.0: 0x00015910 | branchlink2
[33286.922112] iwlwifi :02:00.0: 0xDBEA | interruptlink1
[33286.922116] iwlwifi :02:00.0: 0x | interruptlink2
[33286.922121] iwlwifi :02:00.0: 0x000150DC | data1
[33286.922126] iwlwifi :02:00.0: 0x0001 | data2
[33286.922130] iwlwifi :02:00.0: 0x01DC | line
[33286.922135] iwlwifi :02:00.0: 0x4300A757 | beacon time
[33286.922140] iwlwifi :02:00.0: 0x153798A9 | tsf low
[33286.922144] iwlwifi :02:00.0: 0x0009 | tsf hi
[33286.922149] iwlwifi :02:00.0: 0x | time gp1
[33286.922154] iwlwifi :02:00.0: 0x60EA0C2F | time gp2
[33286.922158] iwlwifi :02:00.0: 0x | time gp3
[33286.922163] iwlwifi :02:00.0: 0x754312A8 | uCode version
[33286.922168] iwlwifi :02:00.0: 0x00B0 | hw version
[33286.922173] iwlwifi :02:00.0: 0x00484B00 | board version
[33286.922177] iwlwifi :02:00.0: 0x001C | hcmd
[33286.922182] iwlwifi :02:00.0: 0xAF863840 | isr0
[33286.922186] iwlwifi :02:00.0: 0x11C9F800 | isr1
[33286.922191] iwlwifi :02:00.0: 0x0F1A | isr2
[33286.922196] iwlwifi 0

Bug#684383: mcelog: Unknown CPU type vendor 2 family 6 model a

2013-02-19 Thread Vincent Blut

> > Package: mcelog
> > Version: 1.0~pre3-72-gcbd4da4-1
> > Severity: normal
> > 
> > Dear Maintainer,
> > 
> > I think mcelog doesn't know my CPU.
> > 
> > # cat /proc/cpuinfo 
> > processor   : 0
> > vendor_id   : AuthenticAMD
> > cpu family  : 6
> > model   : 10
> > model name  : AMD Athlon(tm) XP 2500+
> That's right, mcelog supports only families 15, 16 and 17 for AMD. There
> is http://codemonkey.org.uk/cruft/parsemce.c but it's not maintained.

Hi,

According to commit b986691d9c56 family 16 and greater don't support mcelog,
for those CPU the in-kernel EDAC driver is necessary.

Cheers,
Vincent


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



Bug#701028: src:linux: Thermal throttle events are too verbose

2013-02-20 Thread Vincent Blut
Package: src:linux
Version: 3.7.8-1~experimental.1
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

The thermal throttle event support code located in 
arch/x86/kernel/cpu/mcheck/therm_throt.c
which handles thermal interrupts if CONFIG_X86_MCE_INTEL is set to 'y'
causes too much noise in the kernel ring buffer:

$ dmesg | grep "Package power" | wc -l
392

Actually I think it would be more efficient to just print critical events
(cpu throttling) in syslog and mcelog and leave benign notifications 
in /sys/devices/system/cpu/cpu#/thermal_throttle/ 

So do you think getting rid of these messages would be acceptable? 

Cheers,
Vincent


P.S: I know I could restrict the output of 'dmesg' to not take into
account KERN_INFO but that's quite annoying ;-)


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

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

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

iEYEARECAAYFAlElBYUACgkQbO4uEp7kOBPCKQCbBUNnMdbm0Zh/TcO1hNp0Hbb1
jYEAn1wKvFOtL45nN6mHYbatOBozjySH
=FqwV
-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#701028: src:linux: Thermal throttle events are too verbose

2013-02-20 Thread Vincent Blut
found 701028 src:linux/3.2.35-2
thanks

Le mercredi 20 février 2013 à 18:19 +0100, Vincent Blut a écrit :
> Package: src:linux
> Version: 3.7.8-1~experimental.1
> Severity: minor
> 
> Hi,
> 
> The thermal throttle event support code located in 
> arch/x86/kernel/cpu/mcheck/therm_throt.c
> which handles thermal interrupts if CONFIG_X86_MCE_INTEL is set to 'y'
> causes too much noise in the kernel ring buffer:
> 
> $ dmesg | grep "Package power" | wc -l
> 392
> 
> Actually I think it would be more efficient to just print critical events
> (cpu throttling) in syslog and mcelog and leave benign notifications 
> in /sys/devices/system/cpu/cpu#/thermal_throttle/ 
> 
> So do you think getting rid of these messages would be acceptable? 
> 
> Cheers,
> Vincent
> 
> 
> P.S: I know I could restrict the output of 'dmesg' to not take into
> account KERN_INFO but that's quite annoying ;-)
> 
> 
> -- System Information:
> Debian Release: 7.0
>   APT prefers testing
>   APT policy: (990, 'testing'), (500, 'testing-updates'), (500, 'unstable'), 
> (1, 'experimental')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 3.7-trunk-amd64 (SMP w/4 CPU cores)
> Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (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#701489: linux-image-3.7-trunk-amd64: asix_rx_fixup error messages from Lenovo ethernet dongle

2013-02-27 Thread Vincent Blut
found 701489 3.2.35-2
thanks

Le samedi 23 février 2013 à 13:24 -0500, Eric Cooper a écrit :
> Package: src:linux
> Version: 3.7.8-1~experimental.1
> Severity: normal
> 
> During normal operation, there are numerous error messages from
> asix_rx_fixup, some of which are in the attached log.  This is the
> Lenovo usb-ethernet dongle supplied with the ThinkPad X1 Carbon
> laptop.
> 
Hi Eric,

I have a usb to ethernet dongle here which embed the same controller:

$ lsusb -v | grep -i asix
Bus 003 Device 002: ID 0b95:7e2b ASIX Electronics Corp. AX88772B
  idVendor   0x0b95 ASIX Electronics Corp.
  iManufacturer   1 ASIX Elec. Corp.

Like you, I get from time to time the following error messages: 

$ dmesg | grep 'asix_rx_fixup()'
[11687.121074] asix 3-1:1.0 eth0: asix_rx_fixup() Bad RX Length 582
[11859.900410] asix 3-1:1.0 eth0: asix_rx_fixup() Bad RX Length 454
[15697.977880] asix 3-1:1.0 eth0: asix_rx_fixup() Bad RX Length 66
[15697.977888] asix 3-1:1.0 eth0: asix_rx_fixup() Bad Header Length
[15698.131641] asix 3-1:1.0 eth0: asix_rx_fixup() Bad RX Length 66
[15698.131813] asix 3-1:1.0 eth0: asix_rx_fixup() Bad Header Length
[15698.618950] asix 3-1:1.0 eth0: asix_rx_fixup() Bad RX Length 66
[15698.618987] asix 3-1:1.0 eth0: asix_rx_fixup() Bad Header Length
[15698.816807] asix 3-1:1.0 eth0: asix_rx_fixup() Bad RX Length 66
[15698.816848] asix 3-1:1.0 eth0: asix_rx_fixup() Bad Header Length
[15698.963551] asix 3-1:1.0 eth0: asix_rx_fixup() Bad RX Length 66
[15698.963622] asix 3-1:1.0 eth0: asix_rx_fixup() Bad Header Length
[15699.017713] asix 3-1:1.0 eth0: asix_rx_fixup() Bad RX Length 66
[15699.017734] asix 3-1:1.0 eth0: asix_rx_fixup() Bad Header Length

As reported in the kernel ring buffer, I thought that these errors were
all related to rx_length_errors but looking at the sysfs interface it
seems it isn't the case:

$ cat /sys/class/net/eth0/statistics/rx_length_errors
2

The rest is logged in rx_errors

$ cat /sys/class/net/eth0/statistics/rx_errors
16

I tested throughput with iperf before and after these errors and it
seems that the connection is not affected (≈ 94Mbits/s), same conclusion
for the latency. 

I intended to see if a bad NIC parameter could be the cause of these
errors, but most NIC of them are fixed in the firmware (‽):

# ethtool -k eth0
Features for eth0:
rx-checksumming: off [fixed]
tx-checksumming: off
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: off [fixed]
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: off
tx-scatter-gather: off [fixed]
tx-scatter-gather-fraglist: off [fixed]
tcp-segmentation-offload: off
tx-tcp-segmentation: off [fixed]
tx-tcp-ecn-segmentation: off [fixed]
tx-tcp6-segmentation: off [fixed]
udp-fragmentation-offload: off [fixed]
generic-segmentation-offload: off [requested on]
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: off [fixed]
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-lockless: off [fixed]
netns-local: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
fcoe-mtu: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]

Finally, looking at the kernel git tree for asix_rx_fixup() related
commits, only the first isn't in 3.7:

commit 8b5b6f5413e97c3e8bafcdd67553d508f4f698cd
net: asix: handle packets crossing URB boundaries (doesn't queued in
3.8)

commit a9e0aca4b37885b5599e52211f098bd7f565e749
asix: asix_rx_fixup surgery to reduce skb truesizes (applied in >= 3.4)

commit 9227a46bfbac0516fb7428715a095e1bc59b872a
asix: check packet size against mtu+ETH_HLEN instead of ETH_FRAME_LEN
(applied in >= 2.6.35)

Cheers,
Vincent


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



Bug#702188: src:linux: [3.6 -> 3.7 regression] : Brightness control became ineffective

2013-03-03 Thread Vincent Blut
Package: src:linux
Version: 3.8-1~experimental.1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

In kernel prior to 3.7 I used to control the brightness through
gnome-control-center (or writing a value in /sys/class/acpi_video0), but since
3.7 this is broken (ditto for the brightness function keys which are supported
since this version), unless I boot with the '!Windows 2012' kernel
parameter. I guess commit a57f7f9175b8 is the culprit, however I didn't
try to boot with it reverted yet.

Apart booting with the above kernel parameter, I guess it would be
possible to blacklist the "video" module in order to make the backlight
control fallback to intel_backlight.

Anyway, I don't know if this issue is exclusively the kernel fault or if
the firmware is at fault too. Also I didn't check if there was a
possibility to add a quirk for this system to avoid it to boot with
the Windows 2012 _OSI deleted.

Thanks and have a nice day,
Vincent

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

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

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

iEYEARECAAYFAlEzka0ACgkQbO4uEp7kOBM8bACg1LF9IWl6t5hbsiHnp1bWCZn7
xr0An3uDV5RJtBP+2/gjHqM58UBfMOYe
=eAH1
-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#702237: cinnamon: Typo in cinnamon-screensaver-lock-dialog.1

2013-03-04 Thread Vincent Blut
Package: cinnamon
Version: 1.7.1-1
Severity: minor

Hi,

Please fix the following typo in the third line:

s/cinnamona/cinnamon/

Also I think the "NOTE" section should be reworked, maybe something just
like:

"cinnamon-screensaver-lock-dialog will work only if cinnamon-screensaver
is installed."

Opinion?

Cheers,
Vincent



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

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

Versions of packages cinnamon depends on:
ii  cinnamon-common  1.7.1-1
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-3
ii  gconf2   3.2.5-1+build1
ii  gir1.2-accountsservice-1.0   0.6.21-8
ii  gir1.2-atk-1.0   2.4.0-2
ii  gir1.2-caribou-1.0   0.4.4-1
ii  gir1.2-clutter-1.0   1.10.8-2
ii  gir1.2-cogl-1.0  1.10.2-6
ii  gir1.2-coglpango-1.0 1.10.2-6
ii  gir1.2-freedesktop   1.32.1-1
ii  gir1.2-gconf-2.0 3.2.5-1+build1
ii  gir1.2-gdesktopenums-3.0 3.4.2-3
ii  gir1.2-gdkpixbuf-2.0 2.26.1-1
ii  gir1.2-gkbd-3.0  3.4.0.2-1
ii  gir1.2-glib-2.0  1.32.1-1
ii  gir1.2-gmenu-3.0 3.4.2-5
ii  gir1.2-gnomebluetooth-1.03.4.2-1
ii  gir1.2-gtk-3.0   3.4.2-6
ii  gir1.2-javascriptcoregtk-3.0 1.8.1-3.4
ii  gir1.2-json-1.0  0.14.2-1
ii  gir1.2-muffin-3.01.7.1-1
ii  gir1.2-networkmanager-1.00.9.4.0-10
ii  gir1.2-pango-1.0 1.30.0-1
ii  gir1.2-polkit-1.00.105-3
ii  gir1.2-soup-2.4  2.38.1-2
ii  gir1.2-upowerglib-1.00.9.17-1
ii  gir1.2-webkit-3.01.8.1-3.4
ii  gjs  1.32.0-5
ii  gkbd-capplet 3.4.0.2-1
ii  gnome-icon-theme-symbolic3.4.0-2
ii  gnome-session-bin3.4.2.1-3
ii  gnome-settings-daemon3.4.2+git20121218.7c1322-2
ii  gsettings-desktop-schemas3.4.2-3
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-38
ii  libcairo21.12.2-3
ii  libcanberra0 0.28-6
ii  libclutter-1.0-0 1.10.8-2
ii  libcogl-pango0   1.10.2-6
ii  libcogl9 1.10.2-6
ii  libcroco30.6.6-2
ii  libdbus-glib-1-2 0.100.1-1
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libgirepository-1.0-11.32.1-1
ii  libgjs0b [libgjs0-libmozjs185-1.0]   1.32.0-5
ii  libgl1-mesa-glx [libgl1] 8.0.5-3
ii  libglib2.0-0 2.33.12+really2.32.4-5
ii  libgnome-desktop-3-2 3.4.2-1
ii  libgnome-keyring03.4.1-1
ii  libgnome-menu-3-03.4.2-5
ii  libgstreamer0.10-0   0.10.36-1.1
ii  libgtk-3-0   3.4.2-6
ii  libjs-jquery 1.7.2+dfsg-1
ii  libjson-glib-1.0-0   0.14.2-1
ii  libmozjs185-1.0  1.8.5-1.0.0+dfsg-4
ii  libmuffin0   1.7.1-1
ii  libnm-glib4  0.9.4.0-10
ii  libnm-util2  0.9.4.0-10
ii  libpango1.0-01.30.0-1
ii  libpolkit-agent-1-0  0.105-3
ii  libpolkit-gobject-1-00.105-3
ii  libpulse-mainloop-glib0  2.0-6
ii  libpulse02.0-6
ii  libstartup-notification0 0.12-1
ii  libx11-6 2:1.5.0-1
ii  libxfixes3   1:5.0-4
ii  libxml2  2.8.0+dfsg1-7
ii  mesa-utils   8.0.1-2+b3
ii  multiarch-support2.13-38
ii  python   2.7.3-4
ii  python-dbus  1.1.1-1
ii  python-gconf 2.28.1+dfsg-1
ii  python-imaging   1.1.7-4
ii  py

Bug#702239: cinnamon: Missing dependency on python-pyinotify

2013-03-04 Thread Vincent Blut
Package: cinnamon
Version: 1.7.1-1
Severity: normal

Hi,

Please add python-pyinotify to the Depends field, without it
cinnamon-looking-glass can't be launched.

$ cinnamon-looking-glass
Traceback (most recent call last):
  File "/usr/lib/cinnamon-looking-glass/cinnamon-looking-glass.py", line
  19, in 
import pyinotify
ImportError: No module named pyinotify

Cheers,
Vincent


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

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

Versions of packages cinnamon depends on:
ii  cinnamon-common  1.7.1-1
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-3
ii  gconf2   3.2.5-1+build1
ii  gir1.2-accountsservice-1.0   0.6.21-8
ii  gir1.2-atk-1.0   2.4.0-2
ii  gir1.2-caribou-1.0   0.4.4-1
ii  gir1.2-clutter-1.0   1.10.8-2
ii  gir1.2-cogl-1.0  1.10.2-6
ii  gir1.2-coglpango-1.0 1.10.2-6
ii  gir1.2-freedesktop   1.32.1-1
ii  gir1.2-gconf-2.0 3.2.5-1+build1
ii  gir1.2-gdesktopenums-3.0 3.4.2-3
ii  gir1.2-gdkpixbuf-2.0 2.26.1-1
ii  gir1.2-gkbd-3.0  3.4.0.2-1
ii  gir1.2-glib-2.0  1.32.1-1
ii  gir1.2-gmenu-3.0 3.4.2-5
ii  gir1.2-gnomebluetooth-1.03.4.2-1
ii  gir1.2-gtk-3.0   3.4.2-6
ii  gir1.2-javascriptcoregtk-3.0 1.8.1-3.4
ii  gir1.2-json-1.0  0.14.2-1
ii  gir1.2-muffin-3.01.7.1-1
ii  gir1.2-networkmanager-1.00.9.4.0-10
ii  gir1.2-pango-1.0 1.30.0-1
ii  gir1.2-polkit-1.00.105-3
ii  gir1.2-soup-2.4  2.38.1-2
ii  gir1.2-upowerglib-1.00.9.17-1
ii  gir1.2-webkit-3.01.8.1-3.4
ii  gjs  1.32.0-5
ii  gkbd-capplet 3.4.0.2-1
ii  gnome-icon-theme-symbolic3.4.0-2
ii  gnome-session-bin3.4.2.1-3
ii  gnome-settings-daemon3.4.2+git20121218.7c1322-2
ii  gsettings-desktop-schemas3.4.2-3
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-38
ii  libcairo21.12.2-3
ii  libcanberra0 0.28-6
ii  libclutter-1.0-0 1.10.8-2
ii  libcogl-pango0   1.10.2-6
ii  libcogl9 1.10.2-6
ii  libcroco30.6.6-2
ii  libdbus-glib-1-2 0.100.1-1
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libgirepository-1.0-11.32.1-1
ii  libgjs0b [libgjs0-libmozjs185-1.0]   1.32.0-5
ii  libgl1-mesa-glx [libgl1] 8.0.5-3
ii  libglib2.0-0 2.33.12+really2.32.4-5
ii  libgnome-desktop-3-2 3.4.2-1
ii  libgnome-keyring03.4.1-1
ii  libgnome-menu-3-03.4.2-5
ii  libgstreamer0.10-0   0.10.36-1.1
ii  libgtk-3-0   3.4.2-6
ii  libjs-jquery 1.7.2+dfsg-1
ii  libjson-glib-1.0-0   0.14.2-1
ii  libmozjs185-1.0  1.8.5-1.0.0+dfsg-4
ii  libmuffin0   1.7.1-1
ii  libnm-glib4  0.9.4.0-10
ii  libnm-util2  0.9.4.0-10
ii  libpango1.0-01.30.0-1
ii  libpolkit-agent-1-0  0.105-3
ii  libpolkit-gobject-1-00.105-3
ii  libpulse-mainloop-glib0  2.0-6
ii  libpulse02.0-6
ii  libstartup-notification0 0.12-1
ii  libx11-6 2:1.5.0-1
ii  libxfixes3   1:5.0-4
ii  libxml2  2.8.0+dfsg1-7
ii  mesa-utils   8.0.1-2+b3
ii  multiarch-support2.13-38
ii  python   2.7.3-4
ii  python-dbus  1.1.1-1
ii  python-gconf 2.28.1+dfsg-1
ii  pyt

Bug#702281: cinnamon: Can't open cinnamon-settings

2013-03-04 Thread Vincent Blut
Package: cinnamon
Version: 1.7.1-1
Severity: normal

Hi,

I just saw that I can't open cinnamon-settings, calling it via command
line interface gives me:

$ cinnamon-settings
/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning:
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
import gobject._gobject
Traceback (most recent call last):
   File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 329, in 
MainWindow()
   File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 123, in __init__
mod = modules[i].Module(self.content_box)
   File "/usr/lib/cinnamon-settings/modules/cs_keyboard.py", line 171, in 
__init__
custom_kb.writeSettings()
   File "/usr/lib/cinnamon-settings/modules/cs_keyboard.py", line 257, in 
writeSettings
gclient.set_string(self.path + "/binding", self.entries[0])
TypeError: GConf.Client.set_string() argument 2 must be string, not None

I didn't investigate further yet!

Cheers,
Vincent


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

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

Versions of packages cinnamon depends on:
ii  cinnamon-common  1.7.1-1
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-3
ii  gconf2   3.2.5-1+build1
ii  gir1.2-accountsservice-1.0   0.6.21-8
ii  gir1.2-atk-1.0   2.4.0-2
ii  gir1.2-caribou-1.0   0.4.4-1
ii  gir1.2-clutter-1.0   1.10.8-2
ii  gir1.2-cogl-1.0  1.10.2-6
ii  gir1.2-coglpango-1.0 1.10.2-6
ii  gir1.2-freedesktop   1.32.1-1
ii  gir1.2-gconf-2.0 3.2.5-1+build1
ii  gir1.2-gdesktopenums-3.0 3.4.2-3
ii  gir1.2-gdkpixbuf-2.0 2.26.1-1
ii  gir1.2-gkbd-3.0  3.4.0.2-1
ii  gir1.2-glib-2.0  1.32.1-1
ii  gir1.2-gmenu-3.0 3.4.2-5
ii  gir1.2-gnomebluetooth-1.03.4.2-1
ii  gir1.2-gtk-3.0   3.4.2-6
ii  gir1.2-javascriptcoregtk-3.0 1.8.1-3.4
ii  gir1.2-json-1.0  0.14.2-1
ii  gir1.2-muffin-3.01.7.1-1
ii  gir1.2-networkmanager-1.00.9.4.0-10
ii  gir1.2-pango-1.0 1.30.0-1
ii  gir1.2-polkit-1.00.105-3
ii  gir1.2-soup-2.4  2.38.1-2
ii  gir1.2-upowerglib-1.00.9.17-1
ii  gir1.2-webkit-3.01.8.1-3.4
ii  gjs  1.32.0-5
ii  gkbd-capplet 3.4.0.2-1
ii  gnome-icon-theme-symbolic3.4.0-2
ii  gnome-session-bin3.4.2.1-3
ii  gnome-settings-daemon3.4.2+git20121218.7c1322-2
ii  gsettings-desktop-schemas3.4.2-3
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-38
ii  libcairo21.12.2-3
ii  libcanberra0 0.28-6
ii  libclutter-1.0-0 1.10.8-2
ii  libcogl-pango0   1.10.2-6
ii  libcogl9 1.10.2-6
ii  libcroco30.6.6-2
ii  libdbus-glib-1-2 0.100.1-1
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libgirepository-1.0-11.32.1-1
ii  libgjs0b [libgjs0-libmozjs185-1.0]   1.32.0-5
ii  libgl1-mesa-glx [libgl1] 8.0.5-3
ii  libglib2.0-0 2.33.12+really2.32.4-5
ii  libgnome-desktop-3-2 3.4.2-1
ii  libgnome-keyring03.4.1-1
ii  libgnome-menu-3-03.4.2-5
ii  libgstreamer0.10-0   0.10.36-1.1
ii  libgtk-3-0   3.4.2-6
ii  libjs-jquery 1.7.2+dfsg-1
ii  libjson-glib-1.0-0   0.14.2-1
ii  libmozjs185-1.0  1.8.5-1.0.0+dfsg-4
ii  libmuffin0   1.7.1-1
ii  libnm-glib4  0.9.4.0-10
ii  libnm-util2  0.9.4.0-10
ii  libpango1.0-01.30.0-1
ii  libpolkit-agent-1-0  0.105-3
ii  libpolkit-gobject-1-00.105-3
ii  libpulse-mainloop-glib0 

Bug#702281: cinnamon: Can't open cinnamon-settings

2013-03-04 Thread Vincent Blut
Le lundi 04 mars 2013 à 22:03 +0100, Nicolas Bourdaud a écrit :
> Hi Vincent!
> 
>   I have tried to reproduce on a clean sid install but I am unable to
> reproduce your issue. 

Interesting

> However I can see that you have more that sid
> enabled on your test system. Could you check the python package version
> you have installed ("dpkg -l | grep python" will be perfect).

Sure, attached!

Note that I have 'APT::Default-Release "wheezy";' in 'apt.conf' so those
come mainly from testing. I didn't filter the output if you find this
too annoying, let me know I'll do the necessary.

> 
> Cheers,
> 
> Nicolas
> 

Good evening,
Vincent
ii  python2.7.3-4
all  interactive high-level object-oriented language (default version)
ii  python-apt0.8.8.1
amd64Python interface to libapt-pkg
ii  python-apt-common 0.8.8.1
all  Python interface to libapt-pkg (locales)
ii  python-beautifulsoup  3.2.1-1
all  error-tolerant HTML parser for Python
ii  python-brlapi 4.4-8  
amd64Python bindings for BrlAPI
ii  python-cairo  1.8.8-1+b2 
amd64Python bindings for the Cairo vector graphics library
ii  python-central0.6.17 
all  register and build utility for Python packages
ii  python-chardet2.0.1-2
all  universal character encoding detector
ii  python-cliapp 1.20120630-1   
all  Python framework for Unix command line programs
ii  python-crypto 2.6-4  
amd64cryptographic algorithms and protocols for Python
ii  python-cups   1.9.48-1.1 
amd64Python bindings for CUPS
ii  python-cupshelpers1.3.7-4
all  Python utility modules around the CUPS printing system
ii  python-dbus   1.1.1-1
amd64simple interprocess messaging system (Python interface)
ii  python-dbus-dev   1.1.1-1
all  main loop integration development files for python-dbus
ii  python-debian 0.1.21 
all  Python modules to work with Debian-related data formats
ii  python-debianbts  1.11   
all  Python interface to Debian's Bug Tracking System
ii  python-feedparser 5.1.2-1
all  Universal Feed Parser for Python
ii  python-fpconst0.7.2-5
all  Utilities for handling IEEE 754 floating point special values
ii  python-gconf  2.28.1+dfsg-1  
amd64Python bindings for the GConf configuration database system
ii  python-gi 3.2.2-2
amd64Python 2.x bindings for gobject-introspection libraries
ii  python-gi-cairo   3.2.2-2
amd64Python Cairo bindings for the GObject library
ii  python-glade2 2.24.0-3+b1
amd64GTK+ bindings: Glade support
ii  python-gnome2 2.28.1+dfsg-1  
amd64Python bindings for the GNOME desktop environment
ii  python-gobject3.2.2-2
all  Python 2.x bindings for GObject - transitional package
ii  python-gobject-2  2.28.6-10  
amd64deprecated static Python bindings for the GObject library
ii  python-gtk2   2.24.0-3+b1
amd64Python bindings for the GTK+ widget set
ii  python-httplib2   0.7.4-2
all  comprehensive HTTP client library written for Python
ii  python-imaging1.1.7-4
amd64Python Imaging Library
ii  python-larch  1.20121006-1   
all  B-tree library for Python
ii  python-libxml22.8.0+dfsg1-7  
amd64Python bindings for the GNOME XML library
ii  python-louis  2.4.1-1
amd64Python bindings for liblouis
ii  python-lxml   2.3.2-1
amd64pythonic binding for the libxml2 and libxsl

Bug#702239: cinnamon: Missing dependency on python-pyinotify

2013-03-04 Thread Vincent Blut
Le lundi 04 mars 2013 à 22:36 +0100, Nicolas Bourdaud a écrit :
> Control: tags -1 pending
> 
> Thanks for the report. I have just uploaded the fix in the repository.
> 

Thanks for your promptness Nicolas.

> Cheers,
> 
> Nicolas
> 


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



Bug#702237: cinnamon: Typo in cinnamon-screensaver-lock-dialog.1

2013-03-05 Thread Vincent Blut
Le mardi 05 mars 2013 à 00:07 +0100, Nicolas Bourdaud a écrit :
> Hi Vincent!
> 
>   Thanks for spotting the typos.
> 
> You are right that the NOTE section has some words missing... Do you
> think the new version is clearer?
> 
> http://anonscm.debian.org/gitweb/?p=pkg-cinnamon/cinnamon.git;a=blob_plain;f=debian/cinnamon-screensaver-lock-dialog.1
> 
> Cheers,
> 
> Nicolas
> 

Hey Nicolas,

The first part is correct now, however I would replace "Fortunately" in
the second sentence by "Therefore".

Also why don't you add an author section, something like:

.SH AUTHOR
.B cinnamon-screensaver-lock-dialog is written by foo 
.P
This manual page was written by Nicolas Bourdaud

 
As it seems to not exist upstream!

Nice day,
Vincent


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



Bug#702281: cinnamon: Can't open cinnamon-settings

2013-03-05 Thread Vincent Blut
Hi,

Well I run through gdb, here is the output:

$ gdb python
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show
copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/python...(no debugging symbols
found)...done.
(gdb) run /usr/bin/cinnamon-settings 
Starting program: /usr/bin/python /usr/bin/cinnamon-settings
warning: no loadable sections found in added symbol-file system-supplied
DSO at 0x77ffa000
[Thread debugging using libthread_db enabled]
Using host libthread_db library
"/lib/x86_64-linux-gnu/libthread_db.so.1".
process 13982 is executing new program: /usr/bin/python2.7
[Thread debugging using libthread_db enabled]
Using host libthread_db library
"/lib/x86_64-linux-gnu/libthread_db.so.1".
/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning:
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0'
failed
  import gobject._gobject
[New Thread 0x7fffe9435700 (LWP 13985)]
[New Thread 0x7fffe8c34700 (LWP 13986)]
[New Thread 0x7fffd762a700 (LWP 13987)]
[New Thread 0x7fffd6e29700 (LWP 13988)]
Traceback (most recent call last):
  File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 329, in

MainWindow()
  File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 123, in
__init__
mod = modules[i].Module(self.content_box)
  File "/usr/lib/cinnamon-settings/modules/cs_keyboard.py", line 171, in
__init__
custom_kb.writeSettings()
  File "/usr/lib/cinnamon-settings/modules/cs_keyboard.py", line 257, in
writeSettings
gclient.set_string(self.path + "/binding", self.entries[0])
TypeError: GConf.Client.set_string() argument 2 must be string, not None
[Thread 0x7fffd762a700 (LWP 13987) exited]
[Thread 0x7fffe8c34700 (LWP 13986) exited]
[Thread 0x7fffe9435700 (LWP 13985) exited]
[Thread 0x77fe0700 (LWP 13982) exited]
[Inferior 1 (process 13982) exited with code 01]
(gdb) bt
No stack.

As you can see there is no backtrace!

Still investigating,
Vincent


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



Bug#644740: libeigen3-doc: Typo in the synopsis

2011-10-08 Thread Vincent Blut
Package: libeigen3-doc
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please fix this typo:

s/docmentation/documentation/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk6QlfIACgkQbO4uEp7kOBP2TwCgwkNl1o0FLLXb2chAPrqpZ5gc
jngAnAsRQUrqwAXibntul2bl6l0JdOtg
=xHc5
-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#644750: libsoundtouch-ocaml-dev: Mistake in the synopsis

2011-10-08 Thread Vincent Blut
Package: libsoundtouch-ocaml-dev
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

s/runtime files/development files/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk6QtmAACgkQbO4uEp7kOBOkiQCfSlZQ0toEwu1Z1GqEhAAoBu+h
eT0An3SLnhe4RsM72y9F78Rhu/351Sxy
=uvVg
-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#644751: libmm-ocaml-dev: Typo in the synopsis

2011-10-08 Thread Vincent Blut
Package: libmm-ocaml-dev
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

s/developpement/development/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk6QtvgACgkQbO4uEp7kOBN0RACgtaOSXdMi9d735BE6hQ0oJfHh
U2wAoN3rRtaQmpawo/rJFY6mVeRawmHZ
=pSJe
-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#644753: libmp3lame-ocaml-dev: Typo in the synopsis

2011-10-08 Thread Vincent Blut
Package: libmp3lame-ocaml-dev
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

s/developpement/developement/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk6Qt10ACgkQbO4uEp7kOBN0RACgstEKMjZiL//2NynR/MBblNJl
yIIAn2UqRn8fKhMSzc0Cdk8JwGBzqpp3
=+jM/
-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#644755: libladspa-ocaml-dev: Typo in the synopsis

2011-10-08 Thread Vincent Blut
Package: libladspa-ocaml-dev
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

s/developpement/development/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk6Qt/wACgkQbO4uEp7kOBPs6gCfakCbgVv4eVxCqMHkTQK398Yz
FpMAoJmUBopeZq3834GwD6PvpnttZMMi
=9Nmv
-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#644753: Typo in the synopsis

2011-10-08 Thread Vincent Blut
Package: libmp3lame-ocaml-dev
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Oops, s/developpement/development/ ;-)



- -- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk6QuJcACgkQbO4uEp7kOBP1VACgw4JKBAewVxAnbtUCih5MVKwB
akIAn2ojiJGaQMbP2uXYQzNfKxvfVtbO
=6cs3
-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#644861: libgstreamer-ocaml-dev: Typo in the synopsis

2011-10-09 Thread Vincent Blut
Package: libgstreamer-ocaml-dev
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

s/developpement/development/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk6SFEQACgkQbO4uEp7kOBPY4gCgjH0POYCWx/2fiq5f4UR+0hB3
rzwAoMzUWDZAcRbwyzjnst5by7BOp4UH
=k/lc
-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#644863: mathgl: Typo in the synopsis

2011-10-09 Thread Vincent Blut
Package: mathgl
Version: 2~rc1-1
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

s/utlities/utilities/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk6SGEQACgkQbO4uEp7kOBOXugCfQzA/2RzalN6/dBTznW0HgmEo
XiUAn21GWTf0546qKXoE18qWKus4yv2U
=uBoJ
-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#645001: libgd-gd2-noxpm-ocaml-dev: Typo in the synopsis

2011-10-11 Thread Vincent Blut
Package: libgd-gd2-noxpm-ocaml-dev
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

s/developpement/development/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk6UimkACgkQbO4uEp7kOBN7lACgsf50jya1KRAT8u1mMZAMH+gu
1XwAoJvh2Vin85mb1kCV+eObjudw9t/Y
=SDyn
-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#645415: haskell-tls: Typo in the synopsis

2011-10-15 Thread Vincent Blut
Package: haskell-tls
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

libghc-tls-{dev, doc, prof} are concerned:

s/protcol/protocol/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk6Zz1IACgkQbO4uEp7kOBNsNACfZNwQnXzQuQHnTTJNaE4rVZyY
olEAn13VHPbEjipQx9B2xsnwVb2h1zNH
=9C+R
-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#640448: mozc: Synopsis and long description typos

2011-09-04 Thread Vincent Blut
Package: mozc
Severity: minor
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I discovered several typos in the synopsis and long description,
I attached a patch, so let me know if the changes are correct for you.

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk5kKb0ACgkQbO4uEp7kOBO3qACfRc1FjWha3hT+6JGkOH0Cbq8P
aGUAni7bGGVgjJozrGtOflm+JVC3zhQh
=ZUvM
-END PGP SIGNATURE-
--- control.orig2011-09-05 01:31:28.108457876 +
+++ control 2011-09-05 01:40:12.565342044 +
@@ -51,10 +51,10 @@
 Architecture: i386 amd64 kfreebsd-amd64 kfreebsd-i386
 Depends: ${misc:Depends}, ${shlibs:Depends},  uim-utils (>= 1:1.5.7-9), 
mozc-server (= ${binary:Version})
 Description: Mozc engine for uim - Client of the Mozc input method
- uim is a input method module library supporting various languages, which
+ uim is an input method module library supporting various languages, which
  become a frontend for Anthy, SKK, Canna, T-Code, TUT-Code, 
- Pinyin(Chinese input method), Hangul(Korean input method), 
- IPA(International Phonetic Alphabet) and etc
+ Pinyin (Chinese input method), Hangul (Korean input method), 
+ IPA (International Phonetic Alphabet), etc.
  Most of the functions are implemented with Scheme, so it's very simple
  and flexible. 
  .
@@ -103,11 +103,11 @@
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: mozc-server (= ${binary:Version})
 Suggests: ibus-qt4
-Description: GUI uitilities of the Mozc input method
+Description: GUI utilities of the Mozc input method
  Mozc is a Japanese Input Method Editor (IME) designed for multi-platform 
  such as Chromium OS, Windows, Mac and Linux.
  .
- mozc-server provides GUI uitilities of the Mozc input method.
+ mozc-server provides GUI utilities of the Mozc input method.
  This uses GUI and can set ibus-mozc and the user's dictionary. 
  .
  This open-source project originates from Google Japanese Input.


Bug#640448: mozc: Synopsis and long description typos

2011-09-04 Thread Vincent Blut
Le 04/09/2011 23:50, Nobuhiro Iwamatsu a écrit :
> Hi, Vincent.
>
> 2011/9/5 Vincent Blut :
>   
>> Package: mozc
>> Severity: minor
>> Tags: patch
>>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Hi,
>>
>> I discovered several typos in the synopsis and long description,
>> I attached a patch, so let me know if the changes are correct for you.
>>
>> 
> Thank you!
> I fix this problem by next upload.
>
> Best regards,
>   Nobuhiro
>
>   
Great, thank to you Nobuhiro-san.

Cheers,
Vincent



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



Bug#641018: Kernel-OOPS (sometimes) when using lsof

2011-09-09 Thread Vincent Blut
Package: linux-2.6
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Same issue here, it appears (to me) only when you call 'lsof' with unprivileged 
user.

Obviously this behavior was introduced by the last security upgrade 
(2.6.32-35squeeze1). 

Dmesg (with the stack trace) is attached. 




- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk5qQEkACgkQbO4uEp7kOBPK9gCfVeoCh+/rj+Mb4TwBmFtrqjmX
NbkAnA1hwxxWsgESfbPSFoOgb7oKopqF
=9UhI
-END PGP SIGNATURE-
[ 4704.125330] BUG: unable to handle kernel paging request at fff3
[ 4704.125335] IP: [] m_stop+0x15/0x4c
[ 4704.125342] PGD 1003067 PUD 1004067 PMD 0 
[ 4704.125346] Oops:  [#11] SMP 
[ 4704.125348] last sysfs file: /sys/devices/virtual/sound/timer/uevent
[ 4704.125352] CPU 0 
[ 4704.125353] Modules linked in: fuse firewire_sbp2 loop snd_ca0106 
snd_seq_midi snd_seq_midi_event snd_rawmidi snd_ac97_codec ac97_bus snd_pcm 
snd_seq snd_timer snd_seq_device radeon arc4 ttm snd ecb soundcore rt2500pci 
drm_kms_helper snd_page_alloc rt2x00pci rt2x00lib led_class pcspkr edac_core 
edac_mce_amd k8temp mac80211 psmouse serio_raw evdev cfg80211 rfkill drm 
i2c_nforce2 i2c_algo_bit eeprom_93cx6 i2c_core button processor ext4 mbcache 
jbd2 crc16 sg sr_mod usbhid hid sd_mod crc_t10dif cdrom ohci_hcd ata_generic 
sata_sil pata_amd sata_nv fan firewire_ohci thermal firewire_core crc_itu_t 
thermal_sys sky2 libata ehci_hcd forcedeth scsi_mod usbcore nls_base [last 
unloaded: scsi_wait_scan]
[ 4704.125398] Pid: 3166, comm: lsof Tainted: G  D2.6.32-5-amd64 #1 
MS-7125
[ 4704.125400] RIP: 0010:[]  [] 
m_stop+0x15/0x4c
[ 4704.125405] RSP: 0018:880094767e88  EFLAGS: 00010286
[ 4704.125407] RAX: 8131fad0 RBX: 880094767ed8 RCX: 00d07c574067
[ 4704.125410] RDX: ff00 RSI: fff3 RDI: 8800bc205a80
[ 4704.125412] RBP: 88003761b200 R08: 880094767e78 R09: 
[ 4704.125414] R10: 1000 R11: 811516f3 R12: fff3
[ 4704.125417] R13: fff3 R14:  R15: 1000
[ 4704.125420] FS:  7fbcd63a1700() GS:88000180() 
knlGS:
[ 4704.125422] CS:  0010 DS:  ES:  CR0: 80050033
[ 4704.125424] CR2: fff3 CR3: 947a6000 CR4: 06f0
[ 4704.125427] DR0:  DR1:  DR2: 
[ 4704.125429] DR3:  DR6: 0ff0 DR7: 0400
[ 4704.125432] Process lsof (pid: 3166, threadinfo 880094766000, task 
8800374c46a0)
[ 4704.125434] Stack:
[ 4704.125435]  1000 880094767ed8 8800bc205a80 
81105aa9
[ 4704.125439] <0> 01b4fc98 880094767f50 01b4ec90 
8800945e1000
[ 4704.125443] <0> 8800bc205ab8 8001  
1000
[ 4704.125447] Call Trace:
[ 4704.125451]  [] ? seq_read+0x269/0x388
[ 4704.125456]  [] ? vfs_read+0xa6/0xff
[ 4704.125459]  [] ? sys_read+0x45/0x6e
[ 4704.125463]  [] ? system_call_fastpath+0x16/0x1b
[ 4704.125465] Code: 48 89 df e8 e3 c2 f1 ff 31 c0 40 84 ed 49 0f 45 c4 5b 5d 
41 5c c3 55 53 48 83 ec 08 48 85 f6 48 8b 6f 60 74 1a 48 3b 75 10 74 14 <48> 8b 
1e 48 8d 7b 60 e8 dd 86 f3 ff 48 89 df e8 ac c2 f1 ff 48 
[ 4704.125489] RIP  [] m_stop+0x15/0x4c
[ 4704.125493]  RSP 
[ 4704.125495] CR2: fff3
[ 4704.125497] ---[ end trace c010ebc4cf0d5b6d ]---


Bug#636165: rhythmbox-plugin-coherence: Typo in the description field

2011-07-31 Thread Vincent Blut
Package: rhythmbox-plugin-coherence
Version: 0.12.8-4
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please correct the description field:
s/UPnp/UPnP/ (it appears twice in the description)

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk41+LgACgkQbO4uEp7kOBOe3gCgjTmS7vBqM5aK50O3yMczdmxO
j5UAnim9ElwUgimhALXftjs60wGm/U9j
=vVBc
-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#636387: haskell-platform-doc: short description typo

2011-08-02 Thread Vincent Blut
Package: haskell-platform-doc
Version: 2011.2.0.1.3
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Joachim,

Just want to warn you that there is a typo in the short description:

s/documentaion/documentation/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk44d/oACgkQbO4uEp7kOBMCtQCg2TT5GAEYlqrW7KrJu9ugAJIl
6agAnj7uHeOGuUTDa8XJQHVulFfZ/ZTz
=MREe
-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#638923: libc-ares2: Typo in description field

2011-08-22 Thread Vincent Blut
Package: libc-ares2
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please fix a typo in the description field:

s/asyncronous/asynchronous/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk5TCUcACgkQbO4uEp7kOBPCMwCdGwTGT8EqVsj2158n9N8lBwQ2
0aoAni8F6HJ0Bz4PYwCyksllxgbtdGaD
=jrF2
-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#638987: maildir-utils-extra: Typo in the description field

2011-08-23 Thread Vincent Blut
Package: maildir-utils-extra
Version: 0.9.6.99.1-1
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please fix the typo in the description field:

s/utillities/utilities/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk5T1NsACgkQbO4uEp7kOBPrZgCgvvz879vaxaysrB55Rk+Ki0vJ
pcEAoOB2KhMd45KNoHK4U4CKz3t0LLyj
=AuHs
-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#639180: m2300w: Typo in the short description

2011-08-24 Thread Vincent Blut
Package: m2300w
Version: 0.51-4
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Just want to warn you that there is a typo in the short description field:

s/24000W/2400W/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk5VdBUACgkQbO4uEp7kOBO34QCfSluJ4XGGaBSuVwlS9neln+R6
SBAAoJuethNAFp1LmZQzImSd1NgrgrSk
=OXeb
-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#639180: m2300w: Typo in the short description

2011-08-24 Thread Vincent Blut
Le 24/08/2011 21:35, Didier Raboud a écrit :
> tags 639180 +pending
> thanks
>
> Le mercredi, 24 ao�t 2011 23.58:54, Vincent Blut a �crit :
>   
>> Just want to warn you that there is a typo in the short description field:
>>
>> s/24000W/2400W/
>>
>> Cheers,
>> Vincent
>> 
> Hi Vincent, and thanks for your bugreport,
>
> this has been committed in the packaging repository and will be fixed in the
> next upload.
>
> http://anonscm.debian.org/gitweb/?p=collab-maint/m2300w.git;a=commitdiff;h=d48dbd0
>
> Cheers,
>
>   
Great, thanks a lot Didier!

Regards,
Vincent



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



Bug#639513: libdist-zilla-plugin-prepender-perl: Description typo

2011-08-27 Thread Vincent Blut
Package: libdist-zilla-plugin-prepender-perl
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Just to warn you that there are two typos in the description:

# short description

s/Dist::Zille/Dist::Zilla/

# long description (second section)

s/This module useful/This module is useful/

Cheers,
Vincent




- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk5ZRVMACgkQbO4uEp7kOBPbswCdE8TfwSicpy1OC0uyt2tI8XEa
2Q0An0XWjTrGJJzCxALoWh8Cavx93sC+
=Db0H
-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#639608: libghc-zlib-bindings-prof: Short description typo

2011-08-28 Thread Vincent Blut
Package: libghc-zlib-bindings-prof
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

There is a typo in the description field:

s/profliing/profiling/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk5agVMACgkQbO4uEp7kOBMj3wCgt++RSZY00QwOZT+8tdE6DpQ0
SoAAoNBjSdL5L/OB1PPAegqsr/cUXt9f
=bsMs
-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#639624: libparanoid-perl: Description field typo

2011-08-28 Thread Vincent Blut
Package: libparanoid-perl
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

There is a typo in the description field:

s/safter/safer/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk5apSoACgkQbO4uEp7kOBPyPQCcDd9NHQdrhM/qJS19NHdsi40P
o3sAnAq0EByIZ23Ww5Wcr4JkmXcNfRK8
=5/CP
-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#639704: libsepol1-dev: Synopsis typo

2011-08-29 Thread Vincent Blut
Package: libsepol1-dev
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Just to warn you that there is a typo in the synopsis:

s/maniulation/manipulation/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk5bw+EACgkQbO4uEp7kOBNHuQCfWVK/5TQzISmSyree1A0byXYK
BGEAn3SoeqzZ0cZFFMcF+56RFrtO4SSs
=sg7n
-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#639714: rastertosag-gdi: Description field typo

2011-08-29 Thread Vincent Blut
Package: rastertosag-gdi
Severity: minor
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Didier,

I found a typo in the synopsis and the long description (duplicated SP1100s),
and the correct names of those printers should be: SP 1000S/SP 1100S

Please check the attached patch.

Cheers,
Vincent 


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk5b3hUACgkQbO4uEp7kOBOA5wCfdoUA2gQEBPf06exmpzJDVGDL
dHQAoKZa9XG6uq/L0gg7rCdM35o/igtb
=rAVu
-END PGP SIGNATURE-
--- control.orig2011-08-29 18:30:48.760219717 +
+++ control 2011-08-29 18:33:21.992618871 +
@@ -14,7 +14,7 @@
 Depends: ${misc:Depends}, python, ghostscript
 Breaks: cups (<< 1.5.0-3)
 Recommends: cups | foomatic-filters
-Description: printer driver for Ricoh Aficio SP1100s/SP1100s
+Description: printer driver for Ricoh Aficio SP 1000S/SP 1100S
  The rastertosag-gdi driver is an open source Linux driver for the Ricoh 
Aficio 
- SP1100s/SP1100s printers. These are some of the few Ricoh printers which do 
not
+ SP 1000S/SP 1100S printers. These are some of the few Ricoh printers which do 
not
  understand PostScript or PCL, but only a proprietary raster format.


Bug#639809: libsemanage-ruby1.8: Synopsis typo

2011-08-30 Thread Vincent Blut
Package: libsemanage-ruby1.8
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

s/policymanagement/policy management/

Regards,
Vincent


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk5dCd8ACgkQbO4uEp7kOBOABQCguvED98jTNuwfiO8CtUR5Yty+
xcwAoL8v41OGYAGgDk+aFYmM07i1GZHV
=j1+i
-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#639810: python-semanage: Synopsis typo

2011-08-30 Thread Vincent Blut
Package: python-semanage
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please kill the duplicated white space between "bindings" and "for".

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk5dCpAACgkQbO4uEp7kOBPFVwCfbPPmaGyZkm6L7M/mY6AO5lpG
QcEAnAu/6/3shRrySFFaC4UmjpxP3Rjq
=+Zdr
-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#639848: libicu4j-java: Synopsis typo

2011-08-30 Thread Vincent Blut
Package: libicu4j-java
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Just to warn you that there is a typo in the synopsis:

s/internalisation/internationalization/

Cheers,
Vincent




- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages libicu4j-java depends on:
ii  default-jre-headle 1:1.6-40  Standard Java or Java compatible R
ii  openjdk-6-jre-head 6b18-1.8.7-2~squeeze1 OpenJDK Java runtime, using Hotspo

libicu4j-java recommends no packages.

libicu4j-java suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAk5dcw8ACgkQbO4uEp7kOBORQwCeO7+pVJd6QOr0QRhWD0FgY8cN
iKEAoKb2iTwy92n2Xm48JBzRTe5fsUMc
=W/ZC
-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#639848: libicu4j-java: Synopsis typo

2011-08-30 Thread Vincent Blut
Le 30/08/2011 21:36, Paul Tagliamonte a écrit :
> On Tue, Aug 30, 2011 at 11:32 PM, Vincent Blut  wrote:
>   
>> internalisation
>> 
> This is the UK spelling (as an American, I agree with your spelling,
> but "internalisation" is actually correct)
>
> Hooray Irony!
>
> Cheers,
> Paul
>
>   
Ok but why you don't use it in the long description?
That could avoid this kind of crappy bug report ;-)

Anyway, sorry for the noise!



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



Bug#639848: libicu4j-java: Synopsis typo

2011-08-30 Thread Vincent Blut
Le 30/08/2011 21:49, Paul Tagliamonte a écrit :
> retitle 639848 Description uses inconsistent English-es
> kthxbye
>
> On Tue, Aug 30, 2011 at 11:44 PM, Vincent Blut  wrote:
>   
>> Le 30/08/2011 21:36, Paul Tagliamonte a �crit :
>> 
>>> On Tue, Aug 30, 2011 at 11:32 PM, Vincent Blut  
>>> wrote:
>>>
>>>   
>>>> internalisation
>>>>
>>>> 
>>> This is the UK spelling (as an American, I agree with your spelling,
>>> but "internalisation" is actually correct)
>>>
>>> Hooray Irony!
>>>
>>> Cheers,
>>> Paul
>>>
>>>
>>>   
>> Ok but why you don't use it in the long description?
>> 
> I avoided closing the bug it for just this reason! I secretly hoped
> there was another reason :)
>
> P.S. I did not write it, just saw the bug.
>
>   
>> That could avoid this kind of crappy bug report ;-)
>> 
> No bug report is a crappy bug report :)
>
>   

You should take a look at #54 :-o

>> Anyway, sorry for the noise!
>>
>> 
> Not at all! Fixed the report! :)
>
>   

Thanks Paul!



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



Bug#639904: taningia: Fix typos in synopsis and long description

2011-08-31 Thread Vincent Blut
Package: taningia
Severity: minor
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Just to warn you that I discovered some typos in the synopsis and the long 
description.

Please, check the attached patch!

Cheers,
Vincent 


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk5eXgoACgkQbO4uEp7kOBP+zwCgmzfIhj1bhjQNDmUCcNCpM5lM
tJgAoIA4q2y7FBOxMyYZ6tVER/VFu9ib
=mXHs
-END PGP SIGNATURE-
--- control.orig2011-08-31 16:08:17.704453115 +
+++ control 2011-08-31 16:10:50.602240927 +
@@ -16,11 +16,11 @@
 Depends: libtaningia0 (= ${binary:Version}), ${misc:Depends},
  libiksemel-dev
 Description: Development files for lib taningia
- Taningia is a simple and modern comunication library that provides
+ Taningia is a simple and modern communication library that provides
  tools to write softwares based on XMPP.
  .
  In this library you will find a XMPP client abstraction, some pubsub
- helpers, an implementation of the Atom Syndication Format, a
+ helpers, an implementation of the Atom Syndication Format, an
  (incomplete) abstraction to the RFC3987 (IRI), a logging system
  among other things.
  .
@@ -30,11 +30,11 @@
 Package: libtaningia0
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Taningia is a generic comunication library based on XMPP
- Taningia is a simple and modern comunication library that provides
+Description: Taningia is a generic communication library based on XMPP
+ Taningia is a simple and modern communication library that provides
  tools to write softwares based on XMPP.
  .
  In this library you will find a XMPP client abstraction, some pubsub
- helpers, an implementation of the Atom Syndication Format, a
+ helpers, an implementation of the Atom Syndication Format, an
  (incomplete) abstraction to the RFC3987 (IRI), a logging system
  among other things.


Bug#639809: closed by Russell Coker (Bug#639809: fixed in libsemanage 2.1.0-2)

2011-08-31 Thread Vincent Blut
Le 31/08/2011 06:21, Debian Bug Tracking System a écrit :
> This is an automatic notification regarding your Bug report
> which was filed against the libsemanage-ruby1.8 package:
>
> #639809: libsemanage-ruby1.8: Synopsis typo
>
> It has been closed by Russell Coker .
>
> Their explanation is attached below along with your original report.
> If this explanation is unsatisfactory and you have not received a
> better one in a separate message then please contact Russell Coker 
>  by
> replying to this email.
>
>
>   

Hi Russel,

In the next upload, could you remove needless "to" in the synopsis?

Cheers,
Vincent



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



Bug#641922: liblogger-syslog-perl: Synopsis typo

2011-09-17 Thread Vincent Blut
Package: liblogger-syslog-perl
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

There is a typo in the synopsis:

s/an simple/a simple/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk503jgACgkQbO4uEp7kOBO6IwCgz2AGc1RWOPvKDdD403j4m9Xs
eG4AoNYB6/z7+XZZ4XduNqE4iJDGBYZ9
=0Rnz
-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#642042: cron: Maintainer's name typo

2011-09-18 Thread Vincent Blut
Package: cron
Version: 3.0pl1-120
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I noticed that there are typos in the Maintainer field:

s/Javier Fernandez-Sanguino Pen~a/Javier Fernández-Sanguino Peña/

Cheers,
Vincent


- -- Package-specific info:
- --- EDITOR:

- --- usr/bin/editor:
/usr/bin/vim.gtk

- --- /usr/bin/crontab:
- -rwxr-sr-x 1 root crontab 35040 Dec 19  2010 /usr/bin/crontab

- --- /var/spool/cron
drwxr-xr-x 5 root root 4096 Aug 30  2009 /var/spool/cron

- --- /var/spool/cron/crontabs
drwx-wx--T 2 root crontab 4096 May 24  2010 /var/spool/cron/crontabs


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages cron depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  debianutils 3.4  Miscellaneous utilities specific t
ii  dpkg1.15.8.11Debian package management system
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libpam-runtime  1.1.1-6.1Runtime support for the PAM librar
ii  libpam0g1.1.1-6.1Pluggable Authentication Modules l
ii  libselinux1 2.0.96-1 SELinux runtime shared libraries
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip

Versions of packages cron recommends:
ii  exim44.72-6+squeeze2 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail 4.72-6+squeeze2 lightweight Exim MTA (v4) daemon
ii  lockfile-progs   0.1.15  Programs for locking and unlocking

Versions of packages cron suggests:
pn  anacron(no description available)
pn  checksecurity  (no description available)
ii  logrotate 3.7.8-6Log rotation utility

Versions of packages cron is related to:
pn  libnss-ldap(no description available)
pn  libnss-ldapd   (no description available)
pn  libpam-ldap(no description available)
pn  libpam-mount   (no description available)
pn  nis(no description available)
pn  nscd   (no description available)

- -- no debconf information

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

iEYEARECAAYFAk52fDMACgkQbO4uEp7kOBMMegCgsvzV/Va8w1M+Rm3IwyyAw2ly
N2UAmwXazD4XhfStHUG9IyO1UjS2XL5F
=uWh8
-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#642042: cron: Maintainer's name typo

2011-09-19 Thread Vincent Blut
Le 18/09/2011 22:19, Javier Fernández-Sanguino Peña a écrit :
> On Sun, Sep 18, 2011 at 11:18:19PM +0000, Vincent Blut wrote:
>   
>> I noticed that there are typos in the Maintainer field:
>> 
> There is no typo. This is not a bug. debian/changelog is encoded in UTF-8
> whileas debian/control is not.
>
> Regards
>
> Javier
>   

Ok I see, sorry for the noise Javier!

Regards,
Vincent



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



Bug#642042: cron: Maintainer's name typo

2011-09-19 Thread Vincent Blut
Le 19/09/2011 22:51, Javier Fernandez-Sanguino a écrit :
> On 19 September 2011 23:07, Vincent Blut  wrote:
>   
>> Ok I see, sorry for the noise Javier!
>> 
> It's quite alright. It's actually a good reminder, as I should move
> debian/control over to UTF-8 to keep things clean anyway :)
>
> Regards
>
> Javier
>   

Sure. By the way I closed the bug, do you want me to reopen it in case
you'd be affected by a memory leak? ;-}

Cheers,
Vincent
 



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



Bug#642226: libghc-hxt-prof: Typo in the synopsis

2011-09-20 Thread Vincent Blut
Package: libghc-hxt-prof
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

s/Haskel/Haskell/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk54vcQACgkQbO4uEp7kOBPVxACdEp4tnBSX1xmBI8xunmTnFHRc
8PIAoJ7v8RGOrpg5uUP9lYA2tOzDCDP8
=o12S
-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#642478: haskell-regex-compat: Typo in the synopsis

2011-09-22 Thread Vincent Blut
Package: haskell-regex-compat
Version: 0.95.1-1
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

For both libghc-regex-compat-dev and libghc-regex-compat-prof:

s/provinding/providing/
s/inferface/interface/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk57xYAACgkQbO4uEp7kOBNVeACeOxEaipeOe/QxToIV2k3gp/E2
qz8An3zS4EZMJCD4beJgOf22GJhXhGDl
=yPv+
-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#643898: icmake-doc: Typo in the synopsis

2011-09-30 Thread Vincent Blut
Package: icmake-doc
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please fix this typo:

s/Documenation/Documentation/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk6GDywACgkQbO4uEp7kOBMOeACg2KEpWfNXmTMj1hL6rdzHFC4g
xEwAnjTl4mgAW0QsoKdBrbgzPUQo+seY
=qT2Y
-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#643998: mokomaze: Typo in the synopsis

2011-10-01 Thread Vincent Blut
Package: mokomaze
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please fix this typo:

s/labyrith/labyrinth/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

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

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

iEYEARECAAYFAk6HRvQACgkQbO4uEp7kOBO8TwCfUggsT8TYZruXt10VRBQAYX62
4I0AoN1WUOXH8j33+VgVZpt5ZioFjx4u
=5mtG
-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#720466: cinnamon: Crashes when opening the menu, using command window or hot corner

2013-08-27 Thread Vincent Blut
Hi,

Well, same here. At first I thought it was due to the cogl
transition (which just happened in Jessie), but I saw that
Michael gives priority to sid so it's clearly not related 
to this transition.
So I searched what changes were committed to cinnamon 1.7.4-2.1+b1,
but I didn't find any changelog about this version.

Cheers,
Vincent


-- 
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   4   5   6   >