Bug#1070105: iotop-c: setting setcap on iotop-c binary should be proposed by debconf at install time

2024-04-30 Thread Landry MINOZA
Package: iotop-c
Version: 1.26-1
Severity: wishlist
X-Debbugs-Cc: landry.min...@celeste.fr

Dear Maintainer,

At first start as a "normal" user, iotop-c suggests to set the NET_ADMIN
capability:

> The Linux kernel interfaces that iotop relies on now require root privileges
> or the NET_ADMIN capability. This change occurred because a security issue
> (CVE-2011-2494) was found that allows leakage of sensitive data across user
> boundaries. If you require the ability to run iotop as a non-root user,
please
> configure sudo to allow you to run iotop as root.
>
> Alternatively to using sudo the NET_ADMIN capability can be set by
>
> $ sudo setcap 'cap_net_admin+eip' /iotop
>
> Be warned that this will also allow other users to run it and get access to
> information that normally should not be available to them.
>
> Please do not file bugs on iotop about this.

Like other packages like wireshark-common do with dumpcap binary, iotop-c
should suggests user to set capabilities, eventualy for a single group of users
at install time.

Thanks,


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

Kernel: Linux 6.7.12-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages iotop-c depends on:
ii  libc6 2.37-19
ii  libncursesw6  6.4+20240414-1
ii  libtinfo6 6.4+20240414-1

iotop-c recommends no packages.

iotop-c suggests no packages.

-- debconf-show failed



Bug#1056526: testssl.sh should add ca-certificates.crt file by default

2023-11-22 Thread Landry MINOZA
Package: testssl.sh
Version: 3.2~rc3+dfsg-1
Severity: wishlist
X-Debbugs-Cc: landry.min...@celeste.fr

Dear Maintainer,


Having some "enterprise" private CA configured with ca-certificates it takes me
some research to understand that by default testssl.sh do not look at system
certificates.

To be able to validate internal chains, I created the following symlink:
/etc/testssl/System.pem ⇒ /etc/ssl/certs/ca-certificates.crt

Testing an internal server, I can now see this output for chain validation:
 Trust (hostname) Ok via SAN and CN (same w/o SNI)
 Chain of trust   NOT ok: Apple (chain incomplete) Java (chain
incomplete) Linux (chain incomplete) Microsoft (chain incomplete) Mozilla
(chain incomplete)
  OK: System

Also, the other anchors are managed upstream and can be outdated or out of sync
if updated, especialy on stable so it can be kind to view if a cURL command
will be able to correctly validate the certificate chain or not on this system.

So it should be interresting if a similar link was done directly by the package
(maybe with a debconf question if someone want to keep upstream default).

Regards,


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

Kernel: Linux 6.5.0-4-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages testssl.sh depends on:
ii  bind9-dnsutils [dnsutils]  1:9.19.17-1
ii  bsdextrautils  2.39.2-6
ii  openssl3.0.12-2
ii  procps 2:4.0.4-2

Versions of packages testssl.sh recommends:
ii  libengine-gost-openssl  3.0.2-1

testssl.sh suggests no packages.

-- debconf-show failed


Bug#1031719: libpipewire-0.3-modules: pipewire module zeroconf discover filters out sources

2023-05-23 Thread Landry Minoza
Thanks

It works as expected with version `0.3.70-2` from experimental.

Cheers,
Landry

Le mar. 2 mai 2023 à 15:41, Alban Browaeys  a
écrit :

> Likely an upstream issue.
>
> I see the headset mic has an IPv6 address:
>address = [2a01:e0a:8db:8861:dead:beef:0:f0f8]
> while advertised as IPv4.
>
> pipewire now filter IPv6 zeroconf advertisment in its zeroconf-discover
> module to avoid showing duplicate entries (one for IPv4 the other for
> IPv6) in the client UI this might be related.
> The fact that no IPv4 service is advertised (well it is but with an
> IPv6 address) might explain why the pipewire zeroconf discover module
> hide your headless mic.
> You could try older pipewire debs (snapshot.debian.org) as this IPv6
> hide was introduced recently or simply open a bug in the upstream bug
> tracker. This was introduced due to
> https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2031
>
> The change was made on the publishing side ie the server is the one
> were you should downgrade pipewire. The version that introduced this
> behaviour is 0.6.32 so downgtrading to 0.6.31 will do. see
> https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2861
>
> The fact that an IPv6 address is published in an IPv4 entry might be
> another upstream pipewire bug namely inhte zeroconf-publish module.
> Though before reporting to upstream you should try at least pipewire
> 0.3.70 from debian experimental (and maybe even upstream code).
>
> Mind that for me 0.3.70 module-zeroconf-discover module might crash on
> startup but this is another issue that I am investigating. Might not
> crash for you (the crash depends on the server box adverstising which
> will be different for your setup). upstream git code is also affected.
> This is https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035280 not
> yet reported upstream (as I have a hard time to reproduce properly with
> my git master build).
>
>
> Cheers,
> Alban
>
>
> On Tue, 21 Feb 2023 14:45:03 +0100 Landry MINOZA
>  wrote:
> > Package: libpipewire-0.3-modules
> > Version: 0.3.65-2
> > Severity: normal
> >
> > Dear Maintainer,
> >
> > Trying to use remote devices with pipewire, I don't see some devices
> > (specificaly a headset mic in my case).
> > Reproduce on 2 sid clients.
> >
> > I load zeroconf module:
> >
> > pactl load-module module-zeroconf-discover
> >
> > When listing available devices:
> > Audio
> >  ├─ Devices:
> >  │  42. Audio interne   [alsa]
> >  │
> >  ├─ Sinks:
> >  │  *   45. Audio interne Stéréo analogique   [vol: 0.40]
> >  │  62. Starship/Matisse HD Audio Controller Stéréo analogique on
> landry@demetra [vol: 1.00]
> >  │  64. [G533 Wireless Headset Dongle]  [vol: 1.00]
> >  │
> >  ├─ Sink endpoints:
> >  │
> >  ├─ Sources:
> >  │  *   46. Audio interne Stéréo analogique   [vol: 1.00 MUTED]
> >  │  60. Starship/Matisse HD Audio Controller Stéréo analogique on
> landry@demetra [vol: 1.00]
> >  │
> >  ├─ Source endpoints:
> >  │
> >  └─ Streams:
> >
> > The headset mic (source [G333 Wireless Headset Dongle] is exposed by
> > avahi:
> >
> > ❯ avahi-browse --resolve _pulse-source._tcp -t
> > +  wlan0 IPv4 landry@demetra: [G533 Wireless Headset Dongle] Mono
> PulseAudio Sound Source local
> > +  wlan0 IPv4 landry@demetra: Starship/Matisse HD Audio Controller
> St__r__o a PulseAudio Sound Source local
> > =  wlan0 IPv4 landry@demetra: [G533 Wireless Headset Dongle] Mono
> PulseAudio Sound Source local
> >hostname = [demetra.local]
> >address = [2a01:e0a:8db:8861:dead:beef:0:f0f8]
> >port = [4713]
> >txt = ["description=[G533 Wireless Headset Dongle] Mono"
> "subtype=hardware" "channel_map=mono" "format=s16le" "channels=1"
> "rate=48000" "device=alsa_input.usb-Logitech_G533_Gaming_Headset-
> 00.mono-fallback" "cookie=0x4a6f9a3a" "fqdn=demetra" "uname=Linux
> x86_64 6.1.0-5-amd64" "user-name=landry" "server-version=PipeWire
> 0.3.65"]
> > =  wlan0 IPv4 landry@demetra: Starship/Matisse HD Audio Controller
> St__r__o a PulseAudio Sound Source local
> >hostname = [demetra.local]
> >address = [10.0.0.144]
> >port = [4713]
> >txt = ["description=Starship/Matisse HD Audio Controller
> St\195\169r\195\169o analogique" "subtype=hardware" "channel_map=front-
> left,front-right" "format=s32le" "channels=2" "rate=48000"
> "device=alsa_input.pci-_0a_00.4.analog-stereo" "cookie=0x4a6f9a3a"
> "fqdn=demetra" "uname=Linux x86_64 6.1.0-5-amd64" "user-name=landry"
> "server-version=PipeWire 0.3.65"]
> >
> > On the remote host, this source is visible and usable:
> > Audio
> >  ├─ Devices:
> >  │  44. GM204 High Definition Audio Controller [alsa]
> >  │  46. [G533 Wireless Headset Dongle]  [alsa]
> >  │  47. Starship/Matisse HD Audio Controller [alsa]
> >  │ 122. Fairphone 4 5G  [bluez5]
> >  │
> >  ├─ Sinks:
>
>

-- 
Landry MINOZA
landry.min...@gmail.com


Bug#1031719: Output from a bullseye host with pulseaudio

2023-02-21 Thread Landry Minoza
Additionally this is what I see from a Bullseye desktop in the same network

$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/;
SUPPORT_URL="https://www.debian.org/support;
BUG_REPORT_URL="https://bugs.debian.org/;

$ pactl load-module module-zeroconf-discover
21

$ pactl list sources
Source #0
État : SUSPENDED
Nom : alsa_output.pci-_00_1f.3.analog-stereo.monitor
[…]

Source #1
État : IDLE
Nom :
tunnel.demetra.local.alsa_output.pci-_0a_00.4.analog-stereo.monitor
[…]

Source #2
État : IDLE
Nom :
tunnel.demetra.local.alsa_input.usb-Logitech_G533_Gaming_Headset-00.mono-fallback
Description : [G533 Wireless Headset Dongle] Mono on landry@demetra
Pilote : module-tunnel.c
Spécification de l'échantillon : s16le 1ch 48000Hz
Plan des canaux : mono
Module du propriétaire : 23
Sourdine : non
Volume : mono: 65536 / 100% / 0,00 dB
   balance 0,00
Volume de base : 65536 / 100% / 0,00 dB
Moniteur de la destination : n/d
Latence : 77655 usec, configuré 25 usec
Marqueurs : NETWORK DECIBEL_VOLUME LATENCY
Propriétés :
device.description = "[G533 Wireless Headset Dongle] Mono on landry@demetra"
tunnel.remote.server = "[10.0.0.144]:4713"
tunnel.remote.source =
"alsa_input.usb-Logitech_G533_Gaming_Headset-00.mono-fallback"
device.icon_name = "audio-input-microphone"
tunnel.remote_version = "35"
tunnel.remote.user = "landry"
tunnel.remote.fqdn = "demetra"
tunnel.remote.description = "[G533 Wireless Headset Dongle] Mono"
Formats :
pcm

Source #3
État : IDLE
Nom : tunnel.demetra.local.alsa_input.pci-_0a_00.4.analog-stereo
[…]

Source #4
État : IDLE
Nom :
tunnel.demetra.local.alsa_output.usb-Logitech_G533_Gaming_Headset-00.analog-stereo.monitor
Description : Monitor Source of [G533 Wireless Headset Dongle] Stéréo
analogique on landry@demetra
Pilote : module-tunnel.c
Spécification de l'échantillon : s16le 2ch 48000Hz
Plan des canaux : front-left,front-right
Module du propriétaire : 25
Sourdine : non
Volume : front-left: 65536 / 100% / 0,00 dB,   front-right: 65536 / 100% /
0,00 dB
   balance 0,00
Volume de base : 65536 / 100% / 0,00 dB
Moniteur de la destination :
tunnel.demetra.local.alsa_output.usb-Logitech_G533_Gaming_Headset-00.analog-stereo
Latence : 0 usec, configuré 25 usec
Marqueurs : DECIBEL_VOLUME LATENCY
Propriétés :
device.description = "Monitor Source of [G533 Wireless Headset Dongle]
Stéréo analogique on landry@demetra"
device.class = "monitor"
device.icon_name = "audio-input-microphone"
Formats :
pcm

-- 
Landry MINOZA
landry.min...@gmail.com


Bug#1031719: libpipewire-0.3-modules: pipewire module zeroconf discover filters out sources

2023-02-21 Thread Landry MINOZA
Package: libpipewire-0.3-modules
Version: 0.3.65-2
Severity: normal

Dear Maintainer,

Trying to use remote devices with pipewire, I don't see some devices
(specificaly a headset mic in my case).
Reproduce on 2 sid clients.

I load zeroconf module:

pactl load-module module-zeroconf-discover

When listing available devices:
Audio
 ├─ Devices:
 │  42. Audio interne   [alsa]
 │
 ├─ Sinks:
 │  *   45. Audio interne Stéréo analogique   [vol: 0.40]
 │  62. Starship/Matisse HD Audio Controller Stéréo analogique on 
landry@demetra [vol: 1.00]
 │  64. [G533 Wireless Headset Dongle]  [vol: 1.00]
 │
 ├─ Sink endpoints:
 │
 ├─ Sources:
 │  *   46. Audio interne Stéréo analogique   [vol: 1.00 MUTED]
 │  60. Starship/Matisse HD Audio Controller Stéréo analogique on 
landry@demetra [vol: 1.00]
 │
 ├─ Source endpoints:
 │
 └─ Streams:

The headset mic (source [G333 Wireless Headset Dongle] is exposed by
avahi:

❯ avahi-browse --resolve _pulse-source._tcp -t
+  wlan0 IPv4 landry@demetra: [G533 Wireless Headset Dongle] Mono PulseAudio 
Sound Source local
+  wlan0 IPv4 landry@demetra: Starship/Matisse HD Audio Controller St__r__o a 
PulseAudio Sound Source local
=  wlan0 IPv4 landry@demetra: [G533 Wireless Headset Dongle] Mono PulseAudio 
Sound Source local
   hostname = [demetra.local]
   address = [2a01:e0a:8db:8861:dead:beef:0:f0f8]
   port = [4713]
   txt = ["description=[G533 Wireless Headset Dongle] Mono" "subtype=hardware" 
"channel_map=mono" "format=s16le" "channels=1" "rate=48000" 
"device=alsa_input.usb-Logitech_G533_Gaming_Headset-00.mono-fallback" 
"cookie=0x4a6f9a3a" "fqdn=demetra" "uname=Linux x86_64 6.1.0-5-amd64" 
"user-name=landry" "server-version=PipeWire 0.3.65"]
=  wlan0 IPv4 landry@demetra: Starship/Matisse HD Audio Controller St__r__o a 
PulseAudio Sound Source local
   hostname = [demetra.local]
   address = [10.0.0.144]
   port = [4713]
   txt = ["description=Starship/Matisse HD Audio Controller 
St\195\169r\195\169o analogique" "subtype=hardware" 
"channel_map=front-left,front-right" "format=s32le" "channels=2" "rate=48000" 
"device=alsa_input.pci-_0a_00.4.analog-stereo" "cookie=0x4a6f9a3a" 
"fqdn=demetra" "uname=Linux x86_64 6.1.0-5-amd64" "user-name=landry" 
"server-version=PipeWire 0.3.65"]

On the remote host, this source is visible and usable:
Audio
 ├─ Devices:
 │  44. GM204 High Definition Audio Controller [alsa]
 │  46. [G533 Wireless Headset Dongle]  [alsa]
 │  47. Starship/Matisse HD Audio Controller [alsa]
 │ 122. Fairphone 4 5G  [bluez5]
 │
 ├─ Sinks:
 │  *   39. [G533 Wireless Headset Dongle] Stéréo analogique [vol: 0.65]
 │  53. Starship/Matisse HD Audio Controller Stéréo analogique [vol: 0.25]
 │
 ├─ Sink endpoints:
 │
 ├─ Sources:
 │  *   52. [G533 Wireless Headset Dongle] Mono [vol: 1.00]
 │  54. Starship/Matisse HD Audio Controller Stéréo analogique [vol: 1.00]


It used to work when my client host was using pulseaudio (bullseye).

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

Kernel: Linux 6.1.0-5-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libpipewire-0.3-modules depends on:
ii  libavahi-client3   0.8-8
ii  libavahi-common3   0.8-8
ii  libc6  2.36-8
ii  libdbus-1-31.14.6-1
ii  libglib2.0-0   2.74.5-1
ii  liblilv-0-00.24.14-1
ii  libpipewire-0.3-0  0.3.65-2
ii  libpulse0  16.1+dfsg1-2+b1
ii  libsndfile11.2.0-1
ii  libssl33.0.8-1
ii  libsystemd0252.5-2

libpipewire-0.3-modules recommends no packages.

libpipewire-0.3-modules suggests no packages.

-- no debconf information


Bug#840064: apticron: apt-get stops when an update for a held back package is found

2017-01-26 Thread Landry Minoza
If the use of "--allow-change-held-packages" seams dangerous to you (it
might not as we also set "-s" in the command line, it should be safer to
juste replace "-y" by "--trivial-only" which will answer yes for all non
dangerous questions and no on the orthers.

> --trivial-only
> Only perform operations that are 'trivial'. Logically this can be
considered related to --assume-yes; where --assume-yes will answer yes to
any prompt, --trivial-only will answer no. Configuration Item:
APT::Get::Trivial-Only.

What about replacing the whole complicated line by something more simple
based on apt like this:

apt list --upgradable 2>/dev/null | sed -ne 's#^\(.*\)/.*$#\1#p'

-- 
Landry MINOZA
landry.min...@gmail.com


Bug#843774: [pgadmin3] pgadmin segfault at startup with postresql-9.6 installed and a connexion configured in .pgadmin3

2016-11-09 Thread Landry MINOZA
ble  repo.skype.com 
  500 stable  httpredir.debian.org 
  101 experimentalhttpredir.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-
pgadmin3-data   (= 1.22.1-2) | 1.22.1-2
libc6  (>= 2.15) | 
libgcc1   (>= 1:3.0) | 
libpq5 (>= 8.4~) | 
libssl1.0.2  (>= 1.0.2d) | 
libstdc++6  (>= 5.2) | 
libwxbase3.0-0v5 (>= 3.0.2+dfsg) | 
libwxgtk3.0-0v5  (>= 3.0.2+dfsg) | 
libxml2   (>= 2.7.4) | 
libxslt1.1   (>= 1.1.25) | 
zlib1g  (>= 1:1.1.4) | 


Recommends (Version) | Installed
-+-===
pgagent  | 3.4.1-3
postgresql-client| 9.6+177


Suggests(Version) | Installed
=-+-===
postgresql-contrib| 

-- 


Landry MINOZA

MGI Sud-Ouest
Chef de projet technique Linux et réseaux

E-mail : lmin...@mgi.fr


 Tél :
01 45 44 54 10






MGI France : 11 rue de Téhéran - 75008 Paris
|
RCS: Paris B 382 770 584
|
www.mgi.fr

MGI SO :
281 route d'Espagne - 31100 Toulouse
|
RCS: Toulouse B 421 125 816
|
www.mgi.fr

MGI Suisse :
5 avenue de Rothorn - CH3960 Sierre
|
TVA 517-269
|
www.mgiconsultants.ch
 PostgreSQLPath=/usr/bin
EnterpriseDBPath=
GreenplumDBPath=
PostgreSQLHelpPath=http://www.postgresql.org/docs/current/static/
EnterpriseDBHelpPath=http://www.enterprisedb.com/docs/en/current/server/
GreenplumDBHelpPath=http://gpdb.docs.pivotal.io/
SlonyHelpPath=http://www.slony.info/documentation/
LastDatabase=postgres
LastPort=5432
LastSSL=-1
LastUsername=postgres
[frmHint]
Left=398
Top=123
Width=570
Height=548
[Properties]
[Properties/Server]
Left=421
Top=90
Width=525
Height=614
[Hints]
saving-passwords=Suppress
[Updates]
pgsql-Versions=9.6
UseSSL=true
[Servers]
Count=1
[Servers/1]
Server=localhost
HostAddr=
Description=localhost
Service=
ServiceID=
DiscoveryID=
Port=5432
StorePwd=true
Rolename=
Restore=true
Database=postgres
Username=admin
LastDatabase=
LastSchema=
DbRestriction=
Colour=white
SSL=-1
Group=Serveurs
SSLCert=
SSLKey=
SSLRootCert=
SSLCrl=
SSLCompression=true
SSHTunnel=false
TunnelHost=
TunnelUserName=
TunnelModePwd=true
PublicKeyFile=
IdentityFile=
TunnelPort=22


Bug#833848: [gnome-shell] windows hang detection dialog had bad defaults

2016-09-20 Thread Landry MINOZA

On 20/09/2016 11:14, Michael Biebl wrote:

Am 20.09.2016 um 11:12 schrieb Landry MINOZA:

Tried to write a little patch (submitted upstream against master and
attached), but hard to rebuild all things to test it here.

Are you or any other following this bug able to test it?

Rebuilding the package should be simple:
apt-get build-dep mutter
apt-get source mutter

dpkg-buildpackage -b
Thank you, was able to build a version with the last upstream version of 
the patch (attached) which seams in good way to be accepted in next version.


It passed all the test cases indicated in the initial report:
 - click on "Force Quit" kill the app.
 - press [ENTER] key kill the app.
 - click on "Wait" only close the dialog.
 - click on "X" (close button)  only close the dialog.
 - press [ESC] key only close the dialog.


Will you apply it or wait a new upstream version?

regards.
--

*Landry MINOZA*
MGI Sud-Ouest/
Chef de projet technique Linux et réseaux/
E-mail : lmin...@mgi.fr <mailto:lmin...@mgi.fr>



Tél :01 45 44 54 10

MGI France :11 rue de Téhéran - 75008 Paris | RCS: Paris B 382 770 584 
|www.mgi.fr <http://www.mgi.fr>
MGI SO :281 route d'Espagne - 31100 Toulouse | RCS: Toulouse B 421 125 
816 |www.mgi.fr <http://www.mgi.fr>
MGI Suisse :5 avenue de Rothorn - CH3960 Sierre | TVA 517-269 
|www.mgiconsultants.ch <http://www.mgiconsultants.ch>


diff -rNubB mutter-3.22.0.orig/debian/patches/02_delete-swap-wait-force-quit-actions.patch mutter-3.22.0/debian/patches/02_delete-swap-wait-force-quit-actions.patch
--- mutter-3.22.0.orig/debian/patches/02_delete-swap-wait-force-quit-actions.patch	1970-01-01 01:00:00.0 +0100
+++ mutter-3.22.0/debian/patches/02_delete-swap-wait-force-quit-actions.patch	2016-09-20 16:25:38.788324596 +0200
@@ -0,0 +1,21 @@
+--- a/src/core/delete.c
 b/src/core/delete.c
+@@ -44,8 +44,8 @@ dialog_exited (GPid pid, int status, gpointer user_data)
+ 
+   window->dialog_pid = -1;
+ 
+-  /* exit status of 1 means the user pressed "Force Quit" */
+-  if (WIFEXITED (status) && WEXITSTATUS (status) == 1)
++  /* exit status of 0 means the user pressed "Force Quit" */
++  if (WIFEXITED (status) && WEXITSTATUS (status) == 0)
+ meta_window_kill (window);
+ }
+ 
+@@ -138,7 +138,7 @@ show_delete_dialog (MetaWindow *window,
+ meta_show_dialog ("--question",
+   window_content, NULL,
+   window->screen->screen_name,
+-  _("_Wait"), _("_Force Quit"),
++  _("_Force Quit"), _("_Wait"),
+   "face-sad-symbolic", window->xwindow,
+   NULL, NULL);
diff -rNubB mutter-3.22.0.orig/debian/patches/series mutter-3.22.0/debian/patches/series
--- mutter-3.22.0.orig/debian/patches/series	2016-09-20 16:23:34.965338460 +0200
+++ mutter-3.22.0/debian/patches/series	2016-09-20 16:26:07.468089735 +0200
@@ -1 +1,2 @@
 01_Wcast-align.patch
+02_delete-swap-wait-force-quit-actions.patch


Bug#833848: [gnome-shell] windows hang detection dialog had bad defaults

2016-09-20 Thread Landry MINOZA

On 20/09/2016 01:54, Michael Biebl wrote:

Hi


On Tue, 09 Aug 2016 14:00:05 +0200 Landry MINOZA <lmin...@mgi.fr> wrote:

Package: gnome-shell
Version: 3.20.3-1+b1
Severity: normal

--- Please enter the report below this line. ---
When a windowed application hangs, gnome launchs a dialog asking if
user want to force close the application or wait the the application
become available.
This dialog is launched with bad defaults, if one closes it with the
window decoration button or typing [ESC] key, the application is
killed.
It caused me to lose some work a few times when an application is a
little slow to respond and I press [ESC] key to dismiss the force close
dialog. This behavior is very counter intuitive.

Thanks for your bug report. This is an issue which should be addressed
upstream. For that, please file a bug at

https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell


Regards,
Michael


Tried to write a little patch (submitted upstream against master and 
attached), but hard to rebuild all things to test it here.


Are you or any other following this bug able to test it?

--

*Landry MINOZA*
MGI Sud-Ouest/
Chef de projet technique Linux et réseaux/
E-mail : lmin...@mgi.fr <mailto:lmin...@mgi.fr>



Tél :01 45 44 54 10

MGI France :11 rue de Téhéran - 75008 Paris | RCS: Paris B 382 770 584 
|www.mgi.fr <http://www.mgi.fr>
MGI SO :281 route d'Espagne - 31100 Toulouse | RCS: Toulouse B 421 125 
816 |www.mgi.fr <http://www.mgi.fr>
MGI Suisse :5 avenue de Rothorn - CH3960 Sierre | TVA 517-269 
|www.mgiconsultants.ch <http://www.mgiconsultants.ch>


diff --git a/src/core/delete.c b/src/core/delete.c
index 141cd49..936fe83 100644
--- a/src/core/delete.c
+++ b/src/core/delete.c
@@ -45,7 +45,7 @@ dialog_exited (GPid pid, int status, gpointer user_data)
   window->dialog_pid = -1;
 
   /* exit status of 1 means the user pressed "Force Quit" */
-  if (WIFEXITED (status) && WEXITSTATUS (status) == 1)
+  if (WIFEXITED (status) && WEXITSTATUS (status) == 0)
 meta_window_kill (window);
 }
 
@@ -138,7 +138,7 @@ show_delete_dialog (MetaWindow *window,
 meta_show_dialog ("--question",
   window_content, NULL,
   window->screen->screen_name,
-  _("_Wait"), _("_Force Quit"),
+  _("_Force Quit"), _("_Wait"),
   "face-sad-symbolic", window->xwindow,
   NULL, NULL);
 


Bug#833848: [gnome-shell] windows hang detection dialog had bad defaults

2016-09-20 Thread Landry MINOZA

tag 833848 upstream

On 20/09/2016 01:54, Michael Biebl wrote:

Hi


On Tue, 09 Aug 2016 14:00:05 +0200 Landry MINOZA <lmin...@mgi.fr> wrote:

Package: gnome-shell
Version: 3.20.3-1+b1
Severity: normal

--- Please enter the report below this line. ---
When a windowed application hangs, gnome launchs a dialog asking if
user want to force close the application or wait the the application
become available.
This dialog is launched with bad defaults, if one closes it with the
window decoration button or typing [ESC] key, the application is
killed.
It caused me to lose some work a few times when an application is a
little slow to respond and I press [ESC] key to dismiss the force close
dialog. This behavior is very counter intuitive.

Thanks for your bug report. This is an issue which should be addressed
upstream. For that, please file a bug at

https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell


Regards,
Michael


Thank for the response, I opened the bug upstream: 
https://bugzilla.gnome.org/show_bug.cgi?id=771690



--

*Landry MINOZA*
MGI Sud-Ouest/
Chef de projet technique Linux et réseaux/
E-mail : lmin...@mgi.fr <mailto:lmin...@mgi.fr>



Tél :01 45 44 54 10

MGI France :11 rue de Téhéran - 75008 Paris | RCS: Paris B 382 770 584 
|www.mgi.fr <http://www.mgi.fr>
MGI SO :281 route d'Espagne - 31100 Toulouse | RCS: Toulouse B 421 125 
816 |www.mgi.fr <http://www.mgi.fr>
MGI Suisse :5 avenue de Rothorn - CH3960 Sierre | TVA 517-269 
|www.mgiconsultants.ch <http://www.mgiconsultants.ch>




Bug#837413: [apticron] apt-listchange invocation with no deb files due to PKGPATH being erroneous

2016-09-11 Thread Landry MINOZA
Package: apticron
Version: 1.1.58
Severity: important
Tags: patch

--- Please enter the report below this line. ---
Package details section only show usage of the command apt-listchanges instead 
of packages changelogs:

Package Details:

Syntaxe : apt-listchanges [options] {--apt | fichier.deb ...}

This is due to apt-listchangs being invoked with an empty package list as the 
result of PKGPATH creation error.

the result of command /usr/bin/apt-config shell DIRCACHE Dir::Cache does not 
have trailing slash anymore:
 - jessie
/usr/bin/apt-config shell DIRCACHE Dir::Cache
DIRCACHE='var/cache/apt/'
 - sid (11/09/2016)
/usr/bin/apt-config shell DIRCACHE Dir::Cache
DIRCACHE='var/cache/apt'

Joined a simple patch

--- System information. ---
Architecture: amd64
Kernel:   Linux 4.7.0-1-amd64

Debian Release: stretch/sid
  500 unstablehttp.debian.net 
  500 testing http.debian.net 
  500 stable  security.debian.org 
  500 stable  http.debian.net 
  101 experimentalhttp.debian.net 

--- Package information. ---
Depends (Version) | Installed
=-+-==
mailx | 
apt (>= 1.1~exp9) | 1.3~rc4
ucf (>= 0.28) | 3.0036
cron  | 3.0pl1-128
 OR cron-daemon   | 
bzip2 | 1.0.6-8
debconf (>= 0.5)  | 1.5.59
 OR debconf-2.0   | 


Recommends   (Version) | Installed
==-+-===
apt-listchanges| 3.3
iproute2   | 4.6.0-4


Package's Suggests field is empty.




-- 
Landry MINOZA
landry.min...@gmail.com--- /tmp/apticron	2016-09-11 13:55:32.132482426 +0200
+++ /usr/sbin/apticron	2016-09-11 13:56:06.893629694 +0200
@@ -190,7 +190,7 @@
 
 EOF
 
-	PKGPATH="/${DIRCACHE}archives/"
+	PKGPATH="/${DIRCACHE}/archives/"
 	for PKG in $PKGNAMES ; do
 		VER=`LC_ALL=C /usr/bin/apt-cache policy $PKG |\
 		 /bin/grep Candidate: | /usr/bin/cut -f 4 -d \ `


Bug#834655: [digikam] Upgrade from version 4 removes all albums from database

2016-08-17 Thread Landry MINOZA
Package: digikam
Version: 4:5.1.0-2
Severity: important
Tags: patch

--- Please enter the report below this line. ---
Just upgraded from latest Debian Digikam version 4 (with database version 6). 
I set the path of my old database on first start and when Digikam opened there 
where no more albums in the interface.

After restoration of my old database and various tests, I discover that my 
album root path where "urlencoded" in previous version with all '/' replace by 
'%2F'. Whit such path, Digikam 5.1 does not recognize album root and remove 
all metadata from the database on albums refreshing.

To correct this, I had to edit with sqlitebrowser the file digikam4.db and in 
the table AlbumRoots, replace all occurence of '%2F' bay '/' in the field 
identifier. Then Digikam recognize the path an show all my albums, photo and 
associated metadata.

--- System information. ---
Architecture: amd64
Kernel:   Linux 4.6.0-1-amd64

Debian Release: stretch/sid
  500 unstablehttp.debian.net 
  500 testing http.debian.net 
  500 syncthing   apt.syncthing.net 
  500 stable  security.debian.org 
  500 stable  http.debian.net 
  101 experimentalhttp.debian.net 

--- Package information. ---
Depends(Version) | Installed
-+-
digikam-private-libs   (= 4:5.1.0-2) | 4:5.1.0-2
libc6  (>= 2.14) | 
libgcc1   (>= 1:3.0) | 
libkf5configcore5(>= 4.97.0) | 
libkf5coreaddons5   (>= 4.100.0) | 
libkf5filemetadata3 (>= 5.1.0.1) | 
libkf5i18n5  (>= 4.97.0) | 
libkf5xmlgui5(>= 4.96.0) | 
libqt5core5a (>= 5.6.0~beta) | 
libqt5gui5(>= 5.4.0) | 
libqt5sql5(>= 5.4.0) | 
libqt5widgets5(>= 5.4.0) | 
libstdc++6  (>= 4.9) | 
perl:any | 
libqt5sql5-sqlite| 
digikam-data   (= 4:5.1.0-2) | 


Recommends (Version) | Installed
-+-===
www-browser  | 
ffmpegthumbs | 4:16.04.2-1
 OR mplayerthumbs| 4:15.08.3-2


Suggests(Version) | Installed
=-+-===
digikam-doc   | 4:5.1.0-2
systemsettings| 4:5.7.0-1





-- 
Landry MINOZA
landry.min...@gmail.com



Bug#833848: [gnome-shell] windows hang detection dialog had bad defaults

2016-08-09 Thread Landry MINOZA
1-0(>= 0.94) | 
libpulse-mainloop-glib0(>= 0.99.1) | 
libpulse0  (>= 0.99.1) | 
libsecret-1-0 (>= 0.7) | 
libstartup-notification0 (>= 0.11) | 
libsystemd0| 
libtelepathy-glib0 (>= 0.17.5) | 
libx11-6   | 
libxfixes3 | 
evolution-data-server  (>= 3.17.2) | 
gir1.2-gdm-1.0 (>= 3.18.2) | 
gir1.2-accountsservice-1.0 | 
gir1.2-atspi-2.0   (>= 2.9.91) | 
gir1.2-caribou-1.0  (>= 0.4.8) | 
gir1.2-freedesktop | 
gir1.2-gdesktopenums-3.0 (>= 3.12) | 
gir1.2-gcr-3(>= 3.7.5) | 
gir1.2-gnomebluetooth-1.0  (>= 3.12.0) | 
gir1.2-gnomedesktop-3.0(>= 3.12.0) | 
gir1.2-gweather-3.0| 
gir1.2-ibus-1.0 (>= 1.5.2) | 
gir1.2-nmgtk-1.0(>= 0.9.8) | 
gir1.2-pango-1.0   | 
gir1.2-polkit-1.0  | 
gir1.2-telepathylogger-0.2  (>= 0.8.0) | 
gir1.2-upowerglib-1.0(>= 0.99) | 
gjs(>= 1.39.0) | 
gnome-settings-daemon  (>= 3.16.0) | 
gnome-shell-common(= 3.20.3-1) | 
gnome-backgrounds (>= 3.13.90) | 
gsettings-desktop-schemas  (>= 3.19.2) | 
mutter  (>= 3.20.3-1~) | 
python3| 
telepathy-mission-control-5| 


Recommends(Version) | Installed
===-+-=
gkbd-capplet| 3.6.0-1
gnome-contacts  | 3.20.0-1
gnome-control-center| 1:3.20.1-2
gnome-themes-standard-data  | 3.20.2-3
gnome-user-guide        | 3.20.2-1
gdm3   (>= 3.10.0.1-3~) | 3.20.1-1
iio-sensor-proxy| 1.1-1
unzip   | 6.0-20


Package's Suggests field is empty.
-- 


Landry MINOZA

MGI Sud-Ouest
Chef de projet technique Linux et réseaux

E-mail : lmin...@mgi.fr



 Tél :
01 45 44 54 10






MGI France : 11 rue de Téhéran - 75008 Paris
|
RCS: Paris B 382 770 584
|
www.mgi.fr

MGI SO :
281 route d'Espagne - 31100 Toulouse
|
RCS: Toulouse B 421 125 816
|
www.mgi.fr

MGI Suisse :
5 avenue de Rothorn - CH3960 Sierre
|
TVA 517-269
|
www.mgiconsultants.ch
 



Bug#806948: [apticron] --force-yes is deprecated in apt-get

2015-12-03 Thread Landry MINOZA
Package: apticron
Version: 1.1.57
Severity: normal
Tags: patch

--- Please enter the report below this line. ---
The option --force-yes is deprecated in apt-get. A warning is generated
when running apticron.

The attached patch replace --force-yes by --allow-downgrades --allow-
remove-essential --allow-change-held-packages to keep the exact same
behavior.
Some of this options may be unnecessary.

--- System information. ---
Architecture: amd64
Kernel:   Linux 4.2.0-1-amd64

Debian Release: stretch/sid
  500 unstablehttp.debian.net 
  500 testing http.debian.net 
  500 stable  security.debian.org 
  500 stable  http.debian.net 
  101 experimentalhttp.debian.net 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
mailx  | 
apt (>= 0.6.8) | 1.1.3
ucf  (>= 0.28) | 3.0031
cron   | 3.0pl1-128
bzip2  | 1.0.6-8
debconf  (>= 0.5)  | 1.5.58
 OR debconf-2.0| 


Recommends   (Version) | Installed
==-+-===
apt-listchanges| 2.85.14
iproute2   | 4.3.0-1


Package's Suggests field is empty.

-- 
 Landry MINOZA
MGI Sud-Ouest
Chef de projet technique Linux et réseaux
E-mail : lmin...@mgi.fr   Tél : 01 45 44 54 10
 MGI France : 11 rue de Téhéran - 75008 Paris | RCS: Paris B 382 770 584 | 
www.mgi.fr
MGI SO : 281 route d'Espagne - 31100 Toulouse | RCS: Toulouse B 421 125 816 | 
www.mgi.fr
MGI Suisse : 5 avenue de Rothorn - CH3960 Sierre | TVA 517-269 | 
www.mgiconsultants.ch --- /usr/sbin/apticron	2014-10-01 18:27:20.0 +0200
+++ /tmp/apticron	2015-12-03 12:53:30.0 +0100
@@ -175,7 +175,7 @@
 if [ -n "$PKGNAMES" ] ; then
 
 	# do the upgrade downloads
-/usr/bin/apt-get --ignore-hold -qq -d --allow-unauthenticated --force-yes dist-upgrade > /dev/null
+/usr/bin/apt-get --ignore-hold -qq -d --allow-unauthenticated --allow-downgrades --allow-remove-essential --allow-change-held-packages dist-upgrade > /dev/null
 
   (
 	/bin/cat <

Bug#791843: [nikola] Should use versionned dependencies against bootsrap and jquery

2015-07-08 Thread Landry MINOZA
Package: nikola
Version: 7.6.0-1
Severity: normal

--- Please enter the report below this line. ---
Nikola changelog indicates as dependence
jQuery v1.11.1
Bootstrap v3.3.5

Bootstrap version is OK, but jQuery is too old, I have to use USE_CDN = True 
in conf.py to make at least (there may be other bugs) rollover menu working on 
little screens.
The following errors are listed in Firefox dev tools

Error: Bootstrap's JavaScript requires jQuery version 1.9.1 or higher all-
nocdn.js:1:95384
TypeError: jQuery.colorbox is undefined jquery.colorbox-fr.js:1:0
TypeError: $(...).parent(...).colorbox is not a function localhost:8000:182:0
ReferenceError: moment is not defined localhost:8000:183:4

It might be at least suggested (NEWS.Debian ?) to set USE_CDN = True.

--- System information. ---
Architecture: amd64
Kernel:   Linux 4.0.0-2-amd64

Debian Release: stretch/sid
  500 utopic  ppa.launchpad.net 
  500 unstablehttp.debian.net 
  500 testing http.debian.net 
  500 syncthing   apt.syncthing.net 
  500 stable  security.debian.org 
  500 stable  http.debian.net 
  500 stable  dl.google.com 
  101 experimentalhttp.debian.net 

--- Package information. ---
Depends (Version) | Installed
=-+-==
python-dateutil   | 2.2-2
python-mako  (= 0.6) | 1.0.0+dfsg-0.1
python| 2.7.9-1
python:any   ( 2.8) | 
python-docutils   | 0.12+dfsg-1
python:any  (= 2.7.5-5~) | 
python-doit   | 0.28.0-1
python-pyrss2gen  | 1.1-1
python-logbook| 0.7.0-1
python-yapsy  | 1.11.223-1
python-blinker| 1.3.dfsg2-1
python-natsort| 4.0.1-1
python-unidecode  | 0.04.16-1
python-pygments   | 2.0.1+dfsg-1.1
python-imaging| 2.8.1-1
python-lxml   | 3.4.2-1
python-pkg-resources  | 17.0-1
libjs-jquery  | 1.7.2+dfsg-3.2
libjs-jquery-colorbox | 1.5.14-1
libjs-twitter-bootstrap   | 2.0.2+dfsg-5
libjs-imagesloaded| 3.1.8-1


Recommends (Version) | Installed
-+-===
python-webassets | 3:0.10.1-2
python-requests  | 2.7.0-3
python-typogrify | 1:2.0.7-1
python-livereload| 2.2.2-1


Suggests (Version) | Installed
==-+-===
python-jinja2  | 2.7.3-1
python-feedparser  | 5.1.3-3
ipython| 2.3.0-2
bpython| 
python-markdown| 2.6.2-1
python-misaka  | 
pandoc | 
python-textile | 
python-creoleparser| 
txt2tags   | 
node-less  | 1.4.2-1
-- 
En droit pénal français, un acte de piraterie est « le fait de s'emparer ou de 
prendre le contrôle par violence ou menace de violence d'un aéronef, d'un 
navire ou de tout autre moyen de transport à bord desquels des personnes ont 
pris place, ainsi que d'une plate-forme fixe située sur le plateau continental 
» (Article L.224-6).

Landry MINOZA
landry.min...@gmail.com


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



Bug#787096: [postgresql-autodoc] typing error in french short description

2015-05-28 Thread Landry MINOZA

Package: postgresql-autodoc
Version: 1.40-3
Severity: minor

--- Please enter the report below this line. ---
Please replace the string PostrgreSQL by PostgreSQL in the french 
translation of the short description.



--- System information. ---
Architecture: amd64
Kernel: Linux 4.0.0-1-amd64

Debian Release: stretch/sid
500 unstable httpredir.debian.org
500 testing-updates httpredir.debian.org
500 testing security.debian.org
500 testing httpredir.debian.org
500 stable-updates httpredir.debian.org
500 stable security.debian.org
500 stable httpredir.debian.org
101 experimental httpredir.debian.org
100 wheezy-backports httpredir.debian.org

--- Package information. ---
Depends (Version) | Installed
-+-===
perl | 5.20.2-6
libdbd-pg-perl | 3.4.2-1
libhtml-template-perl | 2.95-1
libterm-readkey-perl | 2.32-1+b1


Recommends (Version) | Installed
===-+-===
graphviz | 2.38.0-9
docbook-book |
dia | 0.97.3-1
OR dia-gnome |
lynx |
OR www-browser |


Package's Suggests field is empty.




--

*Landry MINOZA*
MGI Sud-Ouest/
Chef de projet technique Linux et réseaux/
E-mail : lmin...@mgi.fr mailto:lmin...@mgi.fr



Tél :01 45 44 54 10

MGI France :5 rue Sextius Michel - 75015 Paris | RCS: Paris B 382 770 
584 |www.mgi.fr http://www.mgi.fr
MGI SO :281 route d'Espagne - 31100 Toulouse | RCS: Toulouse B 421 125 
816 |www.mgi.fr http://www.mgi.fr
MGI Suisse :5 avenue de Rothorn - CH3960 Sierre | TVA 517-269 
|www.mgiconsultants.ch http://www.mgiconsultants.ch




Bug#783387: isc-dhcp-client: dhclient -6 -P does not wait link local address to be ready

2015-04-26 Thread Landry MINOZA
Package: isc-dhcp-client
Version: 4.3.1-6
Severity: normal

Dear Maintainer,

This configuration used to work on wheezy:
iface eth0 inet6 static
address 2001:0bc8:32b1::1
netmask 64
pre-up dhclient -cf /etc/dhcp/dhclient6.conf -pf /run/dhclient6.eth0.pid -6 
-P eth0
pre-down dhclient -x -pf /run/dhclient6.eth0.pid

with /etc/dhcp/dhclient6.conf containing:
interface eth0 {
send dhcp6.client-id ##REDACTED##;
supersede dhcp6.name-servers ::1;
supersede dhcp6.domain-searchi mydomain.example.com.;
}

Since upgraded to jessie, I had to add pre-up sleep 10 before dhclient
line. If not, dhclient give up with the following error and does not allow
static IPv6 to be configured:

dhclient: no link-local IPv6 address for eth0

I also tried to add -w option to dhclient line without effect.

Dhclient should wait link-local address to be ready and not give up
immediately (especialy with -w option).
I've found similar bug on Red-Hat bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=1130803
They don't seams to have issue an upstream bug.


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

Kernel: Linux 3.16.0-4-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
Init: systemd (via /run/systemd/system)

Versions of packages isc-dhcp-client depends on:
ii  debianutils   4.4+b1
ii  iproute2  3.16.0-2
ii  isc-dhcp-common   4.3.1-6
ii  libc6 2.19-18
ii  libdns-export100  1:9.9.5.dfsg-9
ii  libirs-export91   1:9.9.5.dfsg-9
ii  libisc-export95   1:9.9.5.dfsg-9

isc-dhcp-client recommends no packages.

Versions of packages isc-dhcp-client suggests:
pn  avahi-autoipd  none
pn  resolvconf none

-- no debconf information


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



Bug#780311: [plowshare4] misspleling in module 1fichier.sh

2015-03-11 Thread Landry MINOZA
Package: plowshare4
Version: 1.2.0-1
Severity: normal
Tags: patch

--- Please enter the report below this line. ---
At line 307 of module 1fichier.sh, FILE_NALE should be replaced by 
FILE_NAME, 
see attached patch.

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.16.0-4-amd64

Debian Release: 8.0
  500 utopic  ppa.launchpad.net 
  500 unstablehttp.debian.net 
  500 testing http.debian.net 
  500 stable  security.debian.org 
  500 stable  http.debian.net 
  500 stable  dl.google.com 
  101 experimentalhttp.debian.net 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.
-- 
En droit pénal français, un acte de piraterie est « le fait de s'emparer ou de 
prendre le contrôle par violence ou menace de violence d'un aéronef, d'un 
navire 
ou de tout autre moyen de transport à bord desquels des personnes ont pris 
place, ainsi que d'une plate-forme fixe située sur le plateau continental » 
(Article 
L.224-6).

Landry MINOZA
landry.min...@gmail.com
--- /usr/share/plowshare4/modules/1fichier.sh	2015-01-11 14:58:05.0 +0100
+++ /tmp/1fichier.sh	2015-03-11 23:04:15.937103052 +0100
@@ -304,7 +304,7 @@
 REQ_OUT=c
 
 if [[ $REQ_IN = *f* ]]; then
-if [[ $FILE_NALE ]]; then
+if [[ $FILE_NAME ]]; then
 echo $FILE_NAME
 REQ_OUT=${REQ_OUT}f
 else


Bug#766378: [rsnapshot] new /e/cron.{h,w,d,m}/rsnapshot should also be annonced in /u/s/d/rsnapshot/NEWS.Debian.gz

2014-10-23 Thread Landry MINOZA

Package: rsnapshot
Version: 1.3.1-5.1

--- Please enter the report below this line. ---
This new cron jobs are great, but I also discovered those receiving 
hourly failure mails.
The new method via /e/cron.{h,w,d,m}/rsnapshot and 
/etc/default/rsnapshot should be explained in the NEWS file. I did'nt 
understood the impact only reading the changelog (received via apticron 
yesterday).


--- System information. ---
Architecture: amd64
Kernel: Linux 3.16-2-amd64

Debian Release: jessie/sid
500 unstable http.debian.net
500 testing-updates http.debian.net
500 testing security.debian.org
500 testing http.debian.net
500 stable-updates http.debian.net
500 stable security.debian.org
500 stable http.debian.net
101 experimental http.debian.net
100 wheezy-backports http.debian.net

--- Package information. ---
Depends (Version) | Installed
=-+-===
perl | 5.20.1-2
rsync | 3.1.1-2
logrotate | 3.8.7-1
liblchown-perl | 1.01-2+b1


Recommends (Version) | Installed
=-+-===
openssh-client | 1:6.7p1-2
OR ssh-client |


Package's Suggests field is empty.




--

*Landry MINOZA*
MGI Sud-Ouest/
Chef de projet technique Linux et réseaux/
E-mail : lmin...@mgi.fr mailto:lmin...@mgi.fr



Tél :01 40 49 47 15

MGI France :5 rue Sextius Michel - 75015 Paris | RCS: Paris B 382 770 
584 |www.mgi.fr http://www.mgi.fr
MGI SO :281 route d'Espagne - 31100 Toulouse | RCS: Toulouse B 421 125 
816 |www.mgi.fr http://www.mgi.fr
MGI Suisse :5 avenue de Rothorn - CH3960 Sierre | TVA 517-269 
|www.mgiconsultants.ch http://www.mgiconsultants.ch




Bug#766450: [rsnapshot] /etc/cron.hourly/rsnapshot should allow not running every hour

2014-10-23 Thread Landry MINOZA

Package: rsnapshot
Version: 1.3.1-5.1
Severity: wishlist

--- Please enter the report below this line. ---
With the old /etc/cron.d/rsnapshot, the hourly task was run one hour on 
4. I believe the new scripts which are anacron aware are great, but I 
don't need one backup per hour.
It should be possible to set for exemple CRON_HOURLY_MIN_AGE in 
/etc/default/rsnapshot and not run if the last backup date + 
$CRON_HOURLY_MIN_AGE is greater than $now.



--- System information. ---
Architecture: amd64
Kernel: Linux 3.16-2-amd64

Debian Release: jessie/sid
500 unstable http.debian.net
500 testing-updates http.debian.net
500 testing security.debian.org
500 testing http.debian.net
500 stable-updates http.debian.net
500 stable security.debian.org
500 stable http.debian.net
101 experimental http.debian.net
100 wheezy-backports http.debian.net

--- Package information. ---
Depends (Version) | Installed
=-+-===
perl | 5.20.1-2
rsync | 3.1.1-2
logrotate | 3.8.7-1
liblchown-perl | 1.01-2+b1


Recommends (Version) | Installed
=-+-===
openssh-client | 1:6.7p1-2
OR ssh-client |


Package's Suggests field is empty.




--

*Landry MINOZA*
MGI Sud-Ouest/
Chef de projet technique Linux et réseaux/
E-mail : lmin...@mgi.fr mailto:lmin...@mgi.fr



Tél :01 40 49 47 15

MGI France :5 rue Sextius Michel - 75015 Paris | RCS: Paris B 382 770 
584 |www.mgi.fr http://www.mgi.fr
MGI SO :281 route d'Espagne - 31100 Toulouse | RCS: Toulouse B 421 125 
816 |www.mgi.fr http://www.mgi.fr
MGI Suisse :5 avenue de Rothorn - CH3960 Sierre | TVA 517-269 
|www.mgiconsultants.ch http://www.mgiconsultants.ch




Bug#763296: [apt] Acquire::http::Proxy-Auto-Detect should handle smoothly multiple proxy URL

2014-09-28 Thread Landry MINOZA
Package: apt
Version: 1.0.9.1
Severity: minor

--- Please enter the report below this line. ---
If used with something like libproxy-tools proxy command, 
Acquire::http::Proxy-Auto-Detect tries to us the full returned value as a proxy 
URL.
libproxy-tools can use proxy.pac and wpad.dat files which are allowed to return 
multiple access method [1].

if FindProxyForURL() returns for example PROXY proxy.example.com:8080; DIRECT 
or PROXY proxy1.example.com:8080; PROXY proxy2.example.com:8080, the 
proxy command translate this to http://proxy.example.com:8080 direct:// or 
http://proxy1.example.com:8080 http://proxy2.example.com:8080;

If directly used as this, apt fails trying to resolve proxy.example.com:8080 
direct 
or proxy1.example.com:8080 http.

To reproduce, create a file /tmp.proxy.sh with this content:
--
#!/bin/sh

/usr/bin/printf 'http://proxy1.example.com:8080 http://proxy2.example.com:8080'
--
and launch:
LANG=C apt-get -o Acquire::http::Proxy-Auto-Detect=/tmp/proxy.sh -o 
Debug::Acquire::http=true download vim

I don't know if apt should use the multiple access method provided as failover 
or 
just cut smartly the input and only use the first part.

[1]: http://en.wikipedia.org/wiki/Proxy_auto-config

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.16-2-amd64

Debian Release: jessie/sid
  500 utopic  ppa.launchpad.net 
  500 unstablehttp.debian.net 
  500 testing http.debian.net 
  500 stable  security.debian.org 
  500 stable  http.debian.net 
  500 stable  dl.google.com 
  101 experimentalhttp.debian.net 

--- Package information. ---
Depends   (Version) | Installed
===-+-
=
libapt-pkg4.12  (= 0.9.16) | 1.0.9.1
libc6 (= 2.15) | 
libgcc1(= 1:4.1.1) | 
libstdc++6 (= 4.9) | 
debian-archive-keyring  | 
gnupg   | 


Package's Recommends field is empty.

Suggests (Version) | Installed
==-+-
aptitude   | 0.6.11-1
 OR synaptic   | 
 OR wajig  | 
dpkg-dev   (= 1.17.2) | 1.17.13
apt-doc| 
python-apt | 0.9.3.10



--- Output from package bug script ---
-- 
En droit pénal français, un acte de piraterie est « le fait de s'emparer ou de 
prendre le contrôle par violence ou menace de violence d'un aéronef, d'un 
navire 
ou de tout autre moyen de transport à bord desquels des personnes ont pris 
place, ainsi que d'une plate-forme fixe située sur le plateau continental » 
(Article 
L.224-6).

Landry MINOZA
landry.min...@gmail.com


Bug#762241: [nikola] quoting problem with zsh completion

2014-09-19 Thread Landry MINOZA
Package: nikola
Version: 7.0.1-4
Severity: normal
Tags: patch

--- Please enter the report below this line. ---
When trying to use tab completion with nikola on zsh, there is an error:
_nikola:389: unmatched '

At line 109 in /usr/share/zsh/functions/Completion/Linux/_nikola, replace 
Don't 
import drafts by Do not import drafts to avoid this error.

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.16-1-amd64

Debian Release: jessie/sid
  500 utopic  ppa.launchpad.net 
  500 unstablehttp.debian.net 
  500 testing http.debian.net 
  500 stable  security.debian.org 
  500 stable  http.debian.net 
  500 stable  dl.google.com 
  101 experimentalhttp.debian.net 

--- Package information. ---
Depends (Version) | Installed
=-+-
==
python-dateutil   | 1.5+dfsg-1
python-mako  (= 0.6) | 1.0.0-1
python| 2.7.8-1
python:any   ( 2.8) | 
python-docutils   | 0.12+dfsg-1
python:any  (= 2.7.5-5~) | 
python-doit   | 0.25.0-2
python-pyrss2gen  | 1.1-1
python-logbook| 0.7.0-1
python-yapsy  | 1.10.423-1
python-blinker| 1.3.dfsg2-1
python-natsort| 3.4.1-2
python-unidecode  | 0.04.14-1
python-pygments   | 1.6+dfsg-1
python-imaging| 2.5.3-1
python-lxml   | 3.4.0-1
python-pkg-resources  | 5.5.1-1
libjs-jquery  | 1.7.2+dfsg-3.2
libjs-jquery-colorbox | 1.5.13-1
libjs-twitter-bootstrap   | 2.0.2+dfsg-4
libjs-imagesloaded| 3.1.8-1


Recommends (Version) | Installed
-+-===
python-webassets | 3:0.10.1-2
python-requests  | 2.3.0-1
python-typogrify | 1:2.0.4-1
python-livereload| 2.2.1-1


Suggests (Version) | Installed
==-+-===
python-jinja2  | 2.7.3-1
python-feedparser  | 5.1.3-2
ipython| 2.2.0-1
bpython| 
python-markdown| 2.5-2
python-misaka  | 
pandoc | 
python-textile | 
python-creoleparser| 
txt2tags   | 
node-less  | 1.4.2-1
-- 
En droit pénal français, un acte de piraterie est « le fait de s'emparer ou de 
prendre le contrôle par violence ou menace de violence d'un aéronef, d'un 
navire 
ou de tout autre moyen de transport à bord desquels des personnes ont pris 
place, ainsi que d'une plate-forme fixe située sur le plateau continental » 
(Article 
L.224-6).

Landry MINOZA
landry.min...@gmail.com


Bug#758440: Fwd: Bug#758440: [xca] multiple ASN1 errors when generating certificates

2014-08-31 Thread Landry MINOZA
Hello,

Tried to rebuild adding the joined upstream patch pointed by Pierre-Yves 
Bonnetain to the debian/patches directory (as well as patch in bug #713672), 
It resolved this bug.

Please add the tag patch to this bug.


-- 
En droit pénal français, un acte de piraterie est « le fait de s'emparer ou de 
prendre le contrôle par violence ou menace de violence d'un aéronef, d'un 
navire ou de tout autre moyen de transport à bord desquels des personnes 
ont pris place, ainsi que d'une plate-forme fixe située sur le plateau 
continental » (Article L.224-6).

Landry MINOZA
landry.min...@gmail.com
---BeginMessage---
Hello,

Got the same batch of errors on XCA. There is a patch on xca Git's
repository to correct it.

http://gitweb.hohnstaedt.de/?p=projects/xca.git;a=commitdiff;h=4f7cd417320215c8ed3567536cbf2ca008946c38#patch1

Sincerely,
-- 
Pierre-Yves Bonnetain-Nesterenko
BA Consultants - Sécurité informatique - www.ba-consultants.fr
Tel. : +33 (0) 563 277 241 - Fax : +33 (0) 567 737 829
---End Message---
From: Oliver Winker oli...@oli1170.net
Date: Tue, 12 Aug 2014 17:08:05 + (+0200)
Subject: Fix for openssl 1.0.1i
X-Git-Url: http://gitweb.hohnstaedt.de/?p=projects%2Fxca.git;a=commitdiff_plain;h=4f7cd417320215c8ed3567536cbf2ca008946c38

Fix for openssl 1.0.1i

Fixes following application error

Errors
error:0D0C40D8:asn1 encoding routines:c2i_ASN1_OBJECT:invalid object encoding
error:0D08303A:asn1 encoding routines:ASN1_TEMPLATE_NOEXP_D2I:nested asn1 error

Due to openssl 1.0.1i change:

   commit 03b04ddac162c7b7fa3c57eadccc5a583a00d291
   Author: Emilia Kasper emi...@openssl.org
   Date:   Wed Jul 2 19:02:33 2014 +0200

Commit messgae amended and
Signed-off-by: Christian Hohnstaedt chohnsta...@innominate.com
---

diff --git a/lib/x509v3ext.cpp b/lib/x509v3ext.cpp
index cf74c32..d94cbda 100644
--- a/lib/x509v3ext.cpp
+++ b/lib/x509v3ext.cpp
@@ -27,6 +27,8 @@ x509v3ext::x509v3ext(const X509_EXTENSION *n)
 x509v3ext::x509v3ext(const x509v3ext n)
 {
 	ext = NULL;
+	if (!n.isValid())
+		return;
 	set(n.ext);
 }
 
@@ -743,7 +745,7 @@ X509_EXTENSION *x509v3ext::get() const
 
 bool x509v3ext::isValid() const
 {
-	return ext-value-length  0 
+	return ext  ext-value  ext-value-length  0 
 		OBJ_obj2nid(ext-object) != NID_undef;
 }
 


Bug#758440: [xca] multiple ASN1 errors when generating certificates

2014-08-17 Thread Landry MINOZA
Package: xca
Version: 0.9.3-1
Severity: grave

--- Please enter the report below this line. ---
When trying to create a certificate or a request, XCA show multiples ASN1 
errors.

How to reproduce:
 - on command line type xca /tmp/test.xdb
 - enter a password for the new database.
 - Go to certificates tab
 - Clic on New certificate
 - Go to Advanced tab.

The tab is full of error messages as the terminal from which the program was 
launched:

Opening database: /tmp/test.xdb
OpenSSL error (NewX509_ext.cpp:160) : error:0D08303A:asn1 encoding 
routines:ASN1_TEMPLATE_NOEXP_D2I:nested asn1 error
OpenSSL error (NewX509_ext.cpp:160) : error:0D0C40D8:asn1 encoding 
routines:c2i_ASN1_OBJECT:invalid object encoding
OpenSSL error (NewX509_ext.cpp:160) : error:0D08303A:asn1 encoding 
routines:ASN1_TEMPLATE_NOEXP_D2I:nested asn1 error
OpenSSL error (NewX509_ext.cpp:160) : error:0D0C40D8:asn1 encoding 
routines:c2i_ASN1_OBJECT:invalid object encoding
OpenSSL error (NewX509_ext.cpp:160) : error:0D08303A:asn1 encoding 
routines:ASN1_TEMPLATE_NOEXP_D2I:nested asn1 error
OpenSSL error (NewX509_ext.cpp:160) : error:0D0C40D8:asn1 encoding 
routines:c2i_ASN1_OBJECT:invalid object encoding
OpenSSL error (NewX509_ext.cpp:160) : error:0D08303A:asn1 encoding 
routines:ASN1_TEMPLATE_NOEXP_D2I:nested asn1 error
OpenSSL error (NewX509_ext.cpp:160) : error:0D0C40D8:asn1 encoding 
routines:c2i_ASN1_OBJECT:invalid object encoding
OpenSSL error (NewX509_ext.cpp:160) : error:0D08303A:asn1 encoding 
routines:ASN1_TEMPLATE_NOEXP_D2I:nested asn1 error
OpenSSL error (NewX509_ext.cpp:160) : error:0D0C40D8:asn1 encoding 
routines:c2i_ASN1_OBJECT:invalid object encoding
OpenSSL error (NewX509_ext.cpp:160) : error:0D08303A:asn1 encoding 
routines:ASN1_TEMPLATE_NOEXP_D2I:nested asn1 error
OpenSSL error (NewX509_ext.cpp:160) : error:0D0C40D8:asn1 encoding 
routines:c2i_ASN1_OBJECT:invalid object encoding
OpenSSL error (NewX509_ext.cpp:160) : error:0D08303A:asn1 encoding 
routines:ASN1_TEMPLATE_NOEXP_D2I:nested asn1 error
OpenSSL error (NewX509_ext.cpp:160) : error:0D0C40D8:asn1 encoding 
routines:c2i_ASN1_OBJECT:invalid object encoding
OpenSSL error (NewX509_ext.cpp:160) : error:0D08303A:asn1 encoding 
routines:ASN1_TEMPLATE_NOEXP_D2I:nested asn1 error


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.14-2-amd64

Debian Release: jessie/sid
  500 unstablehttp.debian.net 
  500 testing http.debian.net 
  500 stable  security.debian.org 
  500 stable  http.debian.net 
  500 stable  dl.google.com 
  101 experimentalhttp.debian.net 

--- Package information. ---
Depends  (Version) | Installed
==-+-
===
libc6 (= 2.4) | 
libgcc1   (= 1:4.1.1) | 
libltdl7(= 2.4.2) | 
libqtcore4  (= 4:4.7.0~beta1) | 
libqtgui4 (= 4:4.8.0) | 
libssl1.0.0 (= 1.0.0) | 
libstdc++6  (= 4.1.1) | 


Package's Recommends field is empty.

Package's Suggests field is empty.
-- 
En droit pénal français, un acte de piraterie est « le fait de s'emparer ou de 
prendre le contrôle par violence ou menace de violence d'un aéronef, d'un 
navire 
ou de tout autre moyen de transport à bord desquels des personnes ont pris 
place, ainsi que d'une plate-forme fixe située sur le plateau continental » 
(Article 
L.224-6).

Landry MINOZA
landry.min...@gmail.com


Bug#752252: [lftp] lftp uses 100% CPU when limiting rate

2014-06-21 Thread Landry MINOZA
Package: lftp
Version: 4.5.2-1
Severity: minor

--- Please enter the report below this line. ---
I am limiting rate when uploading big files from my desktop to an FTP server 
with this ~/.lftprc file:
=
set ftp:passive-mode 1
set net:limit-rate 1M
=

With this settings, lftp process uses 100% CPU. When commenting the limit-rate 
line, it uses about 1 to 10%.
I don't remember having this behaiviour more than 3 month ago but I maybe I 
didn't notice.

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.14-1-amd64

Debian Release: jessie/sid
  500 unstablehttp.debian.net 
  500 testing http.debian.net 
  500 stable  security.debian.org 
  500 stable  http.debian.net 
  500 stable  dl.google.com 
  101 experimentalhttp.debian.net 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
libc6 (= 2.17) | 
libgcc1(= 1:4.1.1) | 
libgnutls26  (= 2.12.17-0) | 
libreadline6   (= 6.0) | 
libtinfo5   | 
zlib1g (= 1:1.1.4) | 
netbase | 


Package's Recommends field is empty.

Package's Suggests field is empty.
-- 
En droit pénal français, un acte de piraterie est « le fait de s'emparer ou de 
prendre le contrôle par violence ou menace de violence d'un aéronef, d'un 
navire ou de tout autre moyen de transport à bord desquels des personnes ont 
pris place, ainsi que d'une plate-forme fixe située sur le plateau continental 
» (Article L.224-6).

Landry MINOZA
landry.min...@gmail.com


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



Bug#741414: prelude-correlator: prelude correlator should depends on python-netaddr

2014-03-12 Thread Landry MINOZA
Package: prelude-correlator
Version: 1.0.0-1
Severity: normal

Dear Maintainer,

When starting prelude-correlator service without python-netaddr, I've got this 
warning :
WARNING: SpamhausDropPlugin = 
PreludeCorrelator.plugins.spamhausdrop:SpamhausDropPlugin: No module named 
netaddr

After installing python-netaddr, the service start smoothly and load the plugin
INFO: [SpamhausDropPlugin]: Downloading host list, this might take some 
time...
[SpamhausDropPlugin]: Downloading done, processing data.

This plugin is activated by default.


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

Kernel: Linux 3.12-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages prelude-correlator depends on:
ii  adduser   3.113+nmu3
ii  python2.7.3-4+deb7u1
ii  python-pkg-resources  0.6.24-1
ii  python-prelude1.0.0-9
ii  python-support1.0.15

prelude-correlator recommends no packages.

prelude-correlator suggests no packages.

-- Configuration Files:
/etc/default/prelude-correlator changed [not included]

-- no debconf information

-- debsums errors found:
debsums: changed file /var/lib/prelude-correlator/dshield.dat (from 
prelude-correlator package)
debsums: changed file /var/lib/prelude-correlator/spamhaus_drop.dat (from 
prelude-correlator package)


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



Bug#703486: [libreoffice] Does not keep extensions on upgrate from 3.x

2013-03-20 Thread Landry MINOZA
 |
imagemagick | 8:6.7.7.10-5
OR graphicsmagick-imagemagick-compat |
libgl1 |
libreoffice-gnome |
OR libreoffice-kde | 1:4.0.2~rc1-1
libreoffice-grammarcheck |
libreoffice-help-4.0 |
libreoffice-l10n-4.0 |
libsane |
libxrender1 |
myspell-dictionary |
mythes-thesaurus |
openclipart-libreoffice |
pstoedit |
unixodbc |
gstreamer1.0-plugins-base |
gstreamer1.0-plugins-good |
gstreamer1.0-plugins-ugly |
gstreamer1.0-plugins-bad |
gstreamer1.0-ffmpeg |
default-jre |
OR gcj-jre |
OR java-gcj-compat |
OR openjdk-6-jre |
OR openjdk-7-jre |
OR sun-java5-jre |
OR sun-java6-jre |
OR java5-runtime |
OR jre |
libreoffice-officebean |
libreoffice-base |
libreoffice-gcj |
libmyodbc |
OR odbc-postgresql |
OR libsqliteodbc |
OR tdsodbc |
OR mdbtools |
libmysql-java |
OR libpg-java |
OR libjtds-java |
libreoffice-gcj |
libreoffice-report-builder |
unixodbc |
bluez |




-8---8---8---8---8---8---8---8---8--
Please attach the file:
/tmp/reportbug-ng-libreoffice-lcJW5e.txt
to the mail. I'd do it myself if the output wasn't too long to handle.

Thank you!
-8---8---8---8---8---8---8---8---8--
--

*Landry MINOZA*
MGI Sud-Ouest/
Chef de projet technique Linux et réseaux/
E-mail : lmin...@mgi.fr mailto:lmin...@mgi.fr



Tél :01 40 49 47 15

MGI France :5 rue Sextius Michel - 75015 Paris | RCS: Paris B 382 770 
584 |www.mgi.fr http://www.mgi.fr
MGI SO :281 route d'Espagne - 31100 Toulouse | RCS: Toulouse B 421 125 
816 |www.mgi.fr http://www.mgi.fr
MGI Suisse :5 avenue de Rothorn - CH3960 Sierre | TVA 517-269 
|www.mgiconsultants.ch http://www.mgiconsultants.ch





Bug#703486: [libreoffice] Does not keep extensions on upgrate from 3.x

2013-03-20 Thread Landry MINOZA

Le 20/03/2013 10:48, Rene Engelhard a écrit :

Which ones? Some are blacklisted:

I had this ones:
 - Grammalecte (http://www.dicollecte.org/grammalecte/telecharger.php) 
this is a french grammar checker based on lightproof (It may not work 
with python3)
 - Review Toolbar 
(http://extensions.libreoffice.org/extension-center/review-toolbar)
 - Correcteur terminologique fr 
(http://extensions.libreoffice.org/extension-center/correcteur-terminologique-francais)

 - AddPics (http://extensions.libreoffice.org/extension-center/addpics)
 - Coooder (http://extensions.libreoffice.org/extension-center/coooder)
 - Template Changer 
(http://extensions.libreoffice.org/extension-center/template-changer)



--

*Landry MINOZA*
MGI Sud-Ouest/
Chef de projet technique Linux et réseaux/
E-mail : lmin...@mgi.fr mailto:lmin...@mgi.fr



Tél :01 40 49 47 15

MGI France :5 rue Sextius Michel - 75015 Paris | RCS: Paris B 382 770 
584 |www.mgi.fr http://www.mgi.fr
MGI SO :281 route d'Espagne - 31100 Toulouse | RCS: Toulouse B 421 125 
816 |www.mgi.fr http://www.mgi.fr
MGI Suisse :5 avenue de Rothorn - CH3960 Sierre | TVA 517-269 
|www.mgiconsultants.ch http://www.mgiconsultants.ch




Bug#702779: [netdisco-frontend] cannot use SVG netmap

2013-03-11 Thread Landry MINOZA

Package: netdisco-frontend
Version: 1.0-3
Severity: important
Tags: patch

--- Please enter the report below this line. ---
The SVG netmap is not usable, it triggers a 404 error saying that 
/var/lib/netdisco/html/netmap.svg does not exists even if this file exists.

This is also true for gif netmap.
I had to do this to be able to use those functionnalities:

1/ symlink /var/lib/netdisco/html/netmap.svg to /usr/share/netdisco/html.
2/ symlink /var/lib/netdisco/html/netmap.gif to /usr/share/netdisco/html.
3/ add the files zgrviewer-0.8.2.jar, zvtm-0.9.8.jar (and 
zvtm.license.txt) from upstream tarballs in /usr/share/netdisco/html/svg.


After this, all netmaps are working smoothly.

The file zvtm.license.txt is a copy of LGPL license so i think there is 
no problem to include those files.
The upstream project of this java applet is 
http://zvtm.sf.net/zgrviewer.html if this is an option to include this 
as a different package.


--- System information. ---
Architecture: amd64
Kernel: Linux 3.6-trunk-amd64

Debian Release: 7.0
500 unstable http.debian.net
500 testing http.debian.net
500 stable security.debian.org
500 stable http.debian.net
101 experimental http.debian.net

--- Package information. ---
Depends (Version) | Installed
===-+-===
netdisco-common | 1.0-3
adduser | 3.113+nmu3
perl | 5.14.2-20
apache2 | 2.2.22-13
libmasonx-request-withapachesession-perl (= 0.30) | 0.30-3.1
libhtml-mason-perl (= 1.32) | 1:1.50-1
libapache2-mod-perl2 (= 2.0.2) | 2.0.7-2
libapache2-request-perl (= 2.06) | 2.13-1+b2
libapache-dbi-perl (= 0.94) | 1.11-1


Package's Recommends field is empty.

Suggests (Version) | Installed
===-+-===
libgraph-perl (= 0.50) | 1:0.91-1
graphviz (= 2.2.0) | 2.26.3-13
libgraphviz-perl (= 2.02) | 2.10-1





--

*Landry MINOZA*
MGI Sud-Ouest/
Chef de projet technique Linux et réseaux/
E-mail : lmin...@mgi.fr mailto:lmin...@mgi.fr



Tél :01 40 49 47 15

MGI France :5 rue Sextius Michel - 75015 Paris | RCS: Paris B 382 770 
584 |www.mgi.fr http://www.mgi.fr
MGI SO :281 route d'Espagne - 31100 Toulouse | RCS: Toulouse B 421 125 
816 |www.mgi.fr http://www.mgi.fr
MGI Suisse :5 avenue de Rothorn - CH3960 Sierre | TVA 517-269 
|www.mgiconsultants.ch http://www.mgiconsultants.ch




Bug#699241: [battery-stats] battery-stats-collector does not follow charge level

2013-01-29 Thread Landry MINOZA
Package: battery-stats
Version: 0.3.6-1
Severity: important

--- Please enter the report below this line. ---
I run battery-stats-collector as a daemon with this in /etc/battery-stats:
ARGS=-b1 --interval=60 --flush=1 --ignore-missing-battery

It only read the battery level when started, after that, the level stay the 
same in /var/log/battery-stats

Charging and discharging status are reported correctly, but not level.
Other battery indicators such as the one in the KDE tray, acpi -b or content 
of /sys/class/power_supply/BAT0 are OK


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.6-trunk-amd64

Debian Release: 7.0
  500 unstableftp.fr.debian.org 
  500 testing ftp.fr.debian.org 
  500 stable  security.debian.org 
  500 stable  ftp.fr.debian.org 
  500 stable  dl.google.com 
  500 quantal ppa.launchpad.net 
  500 hardy   linux.dell.com 
  500 gutsy   linux.dell.com 
  500 cross-distrolinux.dell.com 
  101 experimentalftp.fr.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-=
logrotate  | 3.8.3-3
gnuplot (= 4.0.0) | 4.6.0-8
gzip(= 1.3.2) | 1.5-1.1
libacpi0   | 0.2-4
libapm1   (= 3.2.0-7) | 3.2.2-14
libc6   (= 2.2.5) | 


Package's Recommends field is empty.

Package's Suggests field is empty.
-- 
En droit pénal français, un acte de piraterie est « le fait de s'emparer ou de 
prendre le contrôle par violence ou menace de violence d'un aéronef, d'un 
navire ou de tout autre moyen de transport à bord desquels des personnes ont 
pris place, ainsi que d'une plate-forme fixe située sur le plateau continental 
» (Article L.224-6).

Landry MINOZA
landry.min...@gmail.com


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



Bug#672343: [dirmngr] dirmngr block boot asking for pam_mount password

2012-05-10 Thread Landry MINOZA

Package: dirmngr
Version: 1.1.0-3
Severity: normal

--- Please enter the report below this line. ---
I have dirmngr and pam_mount installed. When booting (or restarting the 
service, dirmngr try to use pam-mount an ask for a password. blocking 
the boot process until I type [ENTER].


This is the only service doning this so I don't think my pam_mount 
configuration is bad:

grep -r pam_mount /etc/pam.d
/etc/pam.d/common-session.pam-old:session   optional 
pam_mount.so

/etc/pam.d/common-session:session   optionalpam_mount.so
/etc/pam.d/common-session-noninteractive.pam-old:#session   optional 
   pam_mount.so

/etc/pam.d/common-auth.pam-old:auth optionalpam_mount.so
/etc/pam.d/common-auth:auth optionalpam_mount.so



--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-2-amd64

Debian Release: wheezy/sid
  500 unstableftp.fr.debian.org
  500 testing ftp.fr.debian.org
  500 stable  security.debian.org
  500 stable  ftp.fr.debian.org
  101 experimentalftp.fr.debian.org

--- Package information. ---
Depends  (Version) | Installed
==-+-=
adduser| 3.113+nmu1
lsb-base   (= 3.2-13) | 4.1+Debian3
libassuan0  (= 2.0.2) | 2.0.3-1
libc6 (= 2.8) | 2.13-32
libgcrypt11 (= 1.4.5) | 1.5.0-3
libgpg-error0(= 1.10) | 1.10-3
libksba8(= 1.2.0) | 1.2.0-2
libldap-2.4-2   (= 2.4.7) | 2.4.28-1.3
libpth20(= 2.0.7) | 2.0.7-16
dpkg  (= 1.15.4)  | 1.16.3
 OR install-info   | 4.13a.dfsg.1-10


Package's Recommends field is empty.

Package's Suggests field is empty.




--
*Landry MINOZA*
MGI Telbase/- Chef de projet technique Linux et réseaux/
E-mail : lmin...@mgi.fr mailto:lmin...@mgi.fr



 Tél :01 40 49 47 15

MGI France :5 rue Sextius Michel - 75015 Paris | RCS: Paris B 382 770
584 |www.mgi.fr
https://mail.telbasefc.com/owa/redir.aspx?C=967355e25b3e41d79669260a2e1532f4URL=http%3a%2f%2fwww.mgi.fr%2f
MGI Telbase :281 route d'Espagne - 31100 Toulouse | RCS: Toulouse B 421
125 816 |www.telbasefc.com
https://mail.telbasefc.com/owa/redir.aspx?C=967355e25b3e41d79669260a2e1532f4URL=http%3a%2f%2fwww.telbasefc.com%2f
MGI Suisse :5 avenue de Rothorn - CH3960 Sierre | TVA 517-269
|www.mgiconsultants.ch
https://mail.telbasefc.com/owa/redir.aspx?C=967355e25b3e41d79669260a2e1532f4URL=http%3a%2f%2fwww.mgiconsultants.ch%2f




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



Bug#665936: [hunspell-fr] Please upgrade to version 4.4.1

2012-04-04 Thread landry . minoza
 -Rene Engelhard r...@debian.org a écrit : -
 A : Landry MINOZA landry.min...@musee-orsay.fr, 665...@bugs.debian.org
 De : Rene Engelhard r...@debian.org
 Date : 03/04/2012 01:56
 Objet : Re: Bug#665936: [hunspell-fr] Please upgrade to version 4.4.1
  Hi,
  On Tue, Mar 27, 2012 at 09:40:14AM +0200, Landry MINOZA wrote:
  The version 4.4.1 is available since december 20 2011 and is
  required [...]
  Will update to LibreOffice 3.5.2s dictionaries/ tree, which contains
 4.4.1.
 
  [...] to install the libreoffice extension Grammalecte which is a
  grammatical checker for french grammar derived from lightproof.
  Ah, nice. Please provide libreoffice-grammarcheck and 
  libreoffice-grammarcheck-fr.
  The libreoffice-lightproof-* I will upload the next days will do the same 
  for en-us,
 -en-gb, -en-za, -hu and -ru.

Today, grammalecte does'nt exist as a Debian package, but only as a libroffice 
extension.
I'm only a user of this extension and does'nt think I have the skills yet to 
produce a Debian package from it.
The extension can be downloaded from here: 
http://www.dicollecte.org/grammalecte/telecharger.php
Maybe I can help you or another interested DD to make this package with 
upstream developers.
Thanks anyway.

-- 
Landry MINOZA


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



Bug#667463: [iceweasel] Weird font rendering

2012-04-04 Thread Landry MINOZA
: iceweasel-l10n-fr
Status: enabled

Name: Header Spy
Location: /{9efe12fc-8e7b-41dc-917e-b9341daa31e0}
Status: enabled

Name: Konquefox
Location: /konque...@free.fr
Status: user-disabled

Name: MemChaser
Location: /memcha...@quality.mozilla.org.xpi
Status: enabled

Name: Minimap Addon
Location: /{398e77b8-2304-11dc-8314-0800200c9a66}.xpi
Status: enabled

Name: Password Reuse Visualizer
Location: /jid1-bOHVlh4oBvBc7A@jetpack
Status: enabled

Name: Read It Later
Location: /isreaditla...@ideashower.com.xpi
Status: enabled

Name: Screengrab
Location: /{02450954-cdd9-410f-b1da-db804e18c671}
Status: app-disabled

Name: ShowIP
Location: /{3e9bb2a7-62ca-4efa-a4e6-f6f6168a652d}.xpi
Status: enabled

Name: Th??me par d??faut theme
Location: /usr/lib/iceweasel/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
Package: iceweasel
Status: enabled

Name: Vacuum Places Improved
Location: /vacuumplacesimpro...@lultimouomo-gmail.com
Status: enabled

Name: Web Developer
Location: /usr/share/mozilla/extensions/{ec8030f7-
c20a-464f-9b0e-13a3a9e97384}/{c45c406e-ab73-11d8-be73-000a95be3b12}
Package: xul-ext-webdeveloper
Status: enabled

Name: YSlow
Location: /ys...@yahoo-inc.com.xpi
Status: enabled

-- Plugins information
Name: Google Talk Plugin
Location: /opt/google/talkplugin/libnpgoogletalk.so
Package: google-talkplugin
Status: enabled

Name: Google Talk Plugin Video Accelerator
Location: /opt/google/talkplugin/libnpgtpo3dautoplugin.so
Package: google-talkplugin
Status: enabled

Name: IcedTea-Web Plugin (using IcedTea-Web 1.2 (1.2-1))
Location: /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/IcedTeaPlugin.so
Package: icedtea-6-plugin:amd64
Status: enabled

Name: LibreOffice Plug-in
Location: /usr/lib/libreoffice/program/libnpsoplugin.so
Package: mozilla-libreoffice
Status: enabled

Name: Shockwave Flash
Location: /usr/lib/flashplugin-nonfree/libflashplayer.so
Status: enabled

Name: Skype Buttons for Kopete
Location: /usr/lib/mozilla/plugins/skypebuttons.so
Package: kopete
Status: enabled


-- Addons package information
ii  google-talkplu 2.8.5.0-1  Google Talk Plugin
ii  icedtea-6-plug 1.2-1  web browser plugin based on OpenJDK and Iced
ii  iceweasel  11.0-4 Web browser based on Firefox
ii  iceweasel-l10n 1:11.0-4   French language package for Iceweasel
ii  kopete 4:4.7.4-2+b1   instant messaging and chat application
ii  mozilla-libreo 1:3.5.2~rc2-1  office productivity suite -- Mozilla plugin
ii  xul-ext-webdev 1.1.9-5web developer extension for the Iceweasel/Fi
-- 
En droit pénal français, un acte de piraterie est « le fait de s'emparer ou de 
prendre le contrôle par violence ou menace de violence d'un aéronef, d'un 
navire ou de tout autre moyen de transport à bord desquels des personnes ont 
pris place, ainsi que d'une plate-forme fixe située sur le plateau continental 
» (Article L.224-6).

Landry MINOZA
landry.min...@free.fr
attachment: pb-ff.png

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


Bug#667463: [iceweasel] Weird font rendering

2012-04-04 Thread Landry MINOZA
Le mercredi 04 avril 2012 11:45:23, Mike Hommey a écrit :
 On Wed, Apr 04, 2012 at 11:34:08AM +0200, Landry MINOZA wrote:
  Package: iceweasel
  Version: 11.0-4
  Severity: normal
  
  --- Please enter the report below this line. ---
  Since a few days, don't remember after wich upgrades it was, sometimes
  Iceweasel (and Icedove, but no other programmes it seams) render font
  weird (as you can see in the attached screenshot). When moving the mouse
  around, selecting text or moving the window, the artefacts often
  disapears.
  
  It appears on 2 hosts using nouveau driver with 3.3.0-rc6 and last 3.2
  kernels. I'm running a kde desktop and oxygen GTK.
 
 This is likely to be the same issue as bug 666736.

Arg, searched font on the BTS, but not text and didn't find this one.

 Try downgrading
 libcairo2.

It seams to be better, no more corruptions in 10 minutes surfing.

Thanks

 
 Mike

-- 
En droit pénal français, un acte de piraterie est « le fait de s'emparer ou de 
prendre le contrôle par violence ou menace de violence d'un aéronef, d'un 
navire ou de tout autre moyen de transport à bord desquels des personnes ont 
pris place, ainsi que d'une plate-forme fixe située sur le plateau continental 
» (Article L.224-6).

Landry MINOZA
landry.min...@free.fr


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


Bug#665936: [hunspell-fr] Please upgrade to version 4.4.1

2012-03-27 Thread Landry MINOZA

Package: hunspell-fr
Version: 1:3.3.0-3
Severity: wishlist

--- Please enter the report below this line. ---
The version 4.4.1 is available since december 20 2011 and is required to 
install the libreoffice extension Grammalecte which is a grammatical 
checker for french grammar derived from lightproof.


The version now seams to be 3.8, but it is hard to identify (it appears 
only in the .aff file), could you note the upstream version in the 
changelog file or put in /usr/doc/hunspell-fr the upstream README file?


Thx


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-2-amd64

Debian Release: wheezy/sid
  500 unstableftp.fr.debian.org
  500 testing ftp.fr.debian.org
  500 stable  security.debian.org
  500 stable  ftp.fr.debian.org
  500 oldstable   ftp.fr.debian.org
  101 experimentalftp.fr.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-===
dictionaries-common(= 0.10)  | 1.12.5
 OR openoffice.org-updatedicts|


Package's Recommends field is empty.

Suggests (Version) | Installed
==-+-===
hunspell   | 1.3.2-4
openoffice.org-hunspell|
 OR openoffice.org-core (= 2.0.2) |





--
Landry MINOZA
Chef de projet technique Linux et réseaux
Département Informatique
Sté TELBASE FC
Tél: 4715 (+33140494714)



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



Bug#658357: [iceweasel] Regression: with version 10, iceweasel ask master password many times at startup

2012-02-02 Thread Landry MINOZA

Package: iceweasel
Version: 10.0-1
Severity: important

--- Please enter the report below this line. ---
This is an old bug witch was corrected in previous versions.
When restoring several tabs at startup, iceweasel ask for master 
password for each tab that require a password. Should ask only once for 
master password.


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-1-amd64

Debian Release: wheezy/sid
  500 unstableftp.fr.debian.org
  500 testing ftp.fr.debian.org
  500 stable  security.debian.org
  500 stable  ftp.fr.debian.org
  500 oldstable   ftp.fr.debian.org
  101 experimentalftp.fr.debian.org

--- Package information. ---
Depends   (Version) | Installed
===-+-===
libc6(= 2.2.5) | 2.13-25
libgdk-pixbuf2.0-0  (= 2.22.0) | 2.24.0-2
libglib2.0-0(= 2.16.0) | 2.30.2-6
libgtk2.0-0   (= 2.10) | 2.24.8-3
libnspr4-0d   (= 1.8.0.10) | 4.8.9-1
libstdc++6   (= 4.1.1) | 4.6.2-12
fontconfig  | 2.8.0-3.1
procps  | 1:3.3.2-3
debianutils   (= 1.16) | 4.2.1
xulrunner-10.0  (= 10.0-1) | 10.0-1
libasound2( 1.0.24.1) | 1.0.24.1-4
libatk1.0-0 (= 1.12.4) | 2.2.0-2
libbz2-1.0  | 1.0.6-1
libc6(= 2.3.3) | 2.13-25
libcairo2(= 1.10.2-2~) | 1.10.2-6.2
libdbus-1-3  (= 1.0.2) | 1.4.16-1
libdbus-glib-1-2  (= 0.78) | 0.98-1
libevent-2.0-5   (= 2.0.16-stable) | 2.0.16-stable-1
libfontconfig1   (= 2.8.0) | 2.8.0-3.1
libfreetype6 (= 2.2.1) | 2.4.8-1
libgcc1(= 1:4.1.1) | 1:4.6.2-12
libgdk-pixbuf2.0-0  (= 2.22.0) | 2.24.0-2
libglib2.0-0(= 2.24.0) | 2.30.2-6
libgtk2.0-0 (= 2.24.0) | 2.24.8-3
libhunspell-1.3-0   | 1.3.2-4
libjpeg8(= 8c) | 8d-1
libmozjs10d  (= 10.0-1) | 10.0-1
libnotify4   (= 0.7.0) | 0.7.4-1
libnspr4-0d( 4.7.1-1) | 4.8.9-1
libnss3-1d  (= 3.13.1) | 3.13.1.with.ckbi.1.88-1
libpango1.0-0   (= 1.14.0) | 1.29.4-2
libpixman-1-0   (= 0.18.0) | 0.24.2-1
libreadline6   (= 6.0) | 6.2-8
libsqlite3-0 (= 3.7.4) | 3.7.9-3
libstartup-notification0   (= 0.8) | 0.12-1
libstdc++6 (= 4.6) | 4.6.2-12
libvpx0  (= 0.9.7) | 0.9.7.p1-2
libx11-6| 2:1.4.4-4
libxext6| 2:1.3.0-3
libxrender1 | 1:0.9.6-2
libxt6  | 1:1.1.1-2
zlib1g (= 1:1.1.4) | 1:1.2.3.4.dfsg-3


Package's Recommends field is empty.

Suggests(Version) | Installed
=-+-===
ttf-lyx   | 2.0.2-1
 OR latex-xft-fonts   |
xfonts-mathml | 4
ttf-mathematica4.1|
mozplugger|
libgssapi-krb5-2  | 1.10+dfsg~beta1-2
 OR libkrb53  |
libgnomeui-0  | 2.24.5-2
libcanberra0  | 0.28-3



--- Output from package bug script ---


-- Addons package information



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



Bug#635577: [firmware-b43-installer] not installable as it doesn't recognize Broadcom Corporation BCM4321 802.11a/b/g/n [14e4:4328]

2011-07-27 Thread Landry MINOZA
 17
[0.869176] b43-pci-bridge :0b:00.0: setting latency timer to 64
[6.586345] b43-phy0: Broadcom 4321 WLAN found (core revision 12)
[7.283365] Registered led device: b43-phy0::tx
[7.283386] Registered led device: b43-phy0::rx
[7.283403] Registered led device: b43-phy0::radio
[   16.012271] b43-phy0: Loading firmware version 508.1084 (2009-01-14 
01:32:01)

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.0.0-1-amd64

Debian Release: wheezy/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.fr.debian.org 
  500 testing www.debian-multimedia.org 
  500 testing ftp.fr.debian.org 
  500 stable  www.debian-multimedia.org 
  500 stable  security.debian.org 
  500 stable  ftp.fr.debian.org 
  500 stable  dl.google.com 
  500 oldstable   volatile.debian.org 
  500 maverickppa.launchpad.net 
  500 hardy   linux.dell.com 
  500 gutsy   linux.dell.com 
  500 cross-distrolinux.dell.com 
  101 experimentalftp.fr.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-=
b43-fwcutter (= 1:014-4) | 1:014-4
bzip2 | 1.0.5-6
wget  | 1.12-5


Recommends   (Version) | Installed
==-+-===
linux-image| 


Package's Suggests field is empty.




-- 
En droit pénal français, un acte de piraterie est « le fait de s'emparer ou de 
prendre le contrôle par violence ou menace de violence d'un aéronef, d'un 
navire ou de tout autre moyen de transport à bord desquels des personnes ont 
pris place, ainsi que d'une plate-forme fixe située sur le plateau continental 
» (Article L.224-6).

Landry MINOZA
landry.min...@free.fr


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


Bug#612507: [vlc] backtrace

2011-03-08 Thread Landry MINOZA
  | 





-- 
En droit pénal français, un acte de piraterie est « le fait de s'emparer ou de 
prendre le contrôle par violence ou menace de violence d'un aéronef, d'un 
navire ou de tout autre moyen de transport à bord desquels des personnes ont 
pris place, ainsi que d'une plate-forme fixe située sur le plateau continental 
» (Article L.224-6).

Landry MINOZA
landry.min...@free.fr
Thread #1 at pthraed_cond_wait@@GLIBC_2.3.2
#0 pthread_cond_wait@@GLIBC_2.3.2() at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:161
#1 libvlc_InternalWait() at libvlc.c:1154
#2 main() at vlc.c:194

Thread #2 at QCommonStyle::drawControl
#0 QCommonStyle::drawControl() at styles/qcommonstyle.cpp:1200
#1 KStyle::drawControl() at ../../kdeui/kernel/kstyle.cpp:2507
#2 ??() at /usr/lib/kde4/plugins/styles/oxygen.so:-1
#3 QStyledItemDelegate::paint() at itemviews/qstyleditemdelegate.cpp:423
#4 QTreeView::drawRow() at itemviews/qtreeview.cpp:1669
#5 QTreeView::drawTree() at itemviews/qtreeview.cpp:1432
#6 QTreeView::paintEvent() at itemviews/qtreeview.cpp:1265
#7 QWidget::event() at kernel/qwidget.cpp:8189
#8 QFrame::event() at widgets/qframe.cpp:556
#9 QAbstractItemView::viewportEvent() at itemviews/qabstractitemview.cpp:1614
#10 QTreeView::viewportEvent() at itemviews/qtreeview.cpp:1247
#11 QCoreApplicationPrivate::sendThroughObjectEventFilters() at 
kernel/qcoreapplication.cpp:840
#12 QApplicationPrivate::notify_helper() at kernel/qapplication.cpp:4297
#13 QApplication::notify() at kernel/qapplication.cpp:4184
#14 QCoreApplication::notifyInternal() at kernel/qcoreapplication.cpp:725
#15 sendSpontaneousEvent() at 
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:217
#16 QWidgetPrivate::drawWidget() at kernel/qwidget.cpp:5362
#17 QWidgetBackingStore::sync() at painting/qbackingstore.cpp:1291
#18 QWidgetPrivate::syncBackingStore() at kernel/qwidget.cpp:1687
#19 QWidget::event() at kernel/qwidget.cpp:8336
#20 QApplicationPrivate::notify_helper() at kernel/qapplication.cpp:4301

Thread #3 at do_sigwait
#0 do_sigwait() at 
../nptl/sysdeps/unix/sysv/linux/../../../../../sysdeps/unix/sysv/linux/sigwait.c:64
#1 __sigwait() at 
../nptl/sysdeps/unix/sysv/linux/../../../../../sysdeps/unix/sysv/linux/sigwait.c:99
#2 SigThread() at signals.c:113
#3 start_thread() at pthread_create.c:299
#4 clone() at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
#5 ??() at :-1

Thread #4 at pthread_cond_wait@@GLIBC_2.3.2
#0 pthread_cond_wait@@GLIBC_2.3.2() at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:161
#1 LoopRequest() at playlist/thread.c:538
#2 Thread() at playlist/thread.c:585
#3 start_thread() at pthread_create.c:299
#4 clone() at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
#5 ??() at :-1

Thread #5 at ??
#0 ??() at :-1
#1 __nptl_deallocate_tsd() at pthread_create.c:154
#2 start_thread() at pthread_create.c:306
#3 clone() at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
#4 ??() at :-1



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


Bug#612507: [vlc]

2011-02-08 Thread Landry MINOZA
| 
videolan-doc  | 
mozilla-plugin-vlc| 
videolan-doc  | 





-- 
En droit pénal français, un acte de piraterie est « le fait de s'emparer ou de 
prendre le contrôle par violence ou menace de violence d'un aéronef, d'un 
navire ou de tout autre moyen de transport à bord desquels des personnes ont 
pris place, ainsi que d'une plate-forme fixe située sur le plateau continental 
» (Article L.224-6).

Landry MINOZA
landry.min...@free.fr


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


Bug#610471: [kmail] Bad behavior of next unread message shortcut (+) with a french laptop keybord

2011-01-18 Thread Landry MINOZA
  | 
clamav  | 0.96.5+dfsg-1.1
 OR f-prot-installer| 
procmail| 3.22-19





-- 
En droit pénal français, un acte de piraterie est « le fait de s'emparer ou de 
prendre le contrôle par violence ou menace de violence d'un aéronef, d'un 
navire ou de tout autre moyen de transport à bord desquels des personnes ont 
pris place, ainsi que d'une plate-forme fixe située sur le plateau continental 
» (Article L.224-6).

Landry MINOZA
landry.min...@free.fr


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


Bug#605699: [iceweasel] Still present in 3.6.13

2010-12-13 Thread Landry MINOZA
 information
Name: Google Talk Plugin
Location: /opt/google/talkplugin/libnpgoogletalk64.so
Package: google-talkplugin
Status: enabled

Name: Google Talk Plugin Video Accelerator
Location: /opt/google/talkplugin/libnpgtpo3dautoplugin.so
Package: google-talkplugin
Status: enabled

Name: IcedTea NPR Web Browser Plugin (using IcedTea6 1.8.3 (6b18-1.8.3-2))
Location: /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/IcedTeaPlugin.so
Package: icedtea6-plugin
Status: enabled

Name: Java(TM) Plug-in 1.6.0_22
Location: /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/amd64/libnpjp2.so
Package: sun-java6-bin
Status: enabled

Name: Shockwave Flash
Location: /usr/lib/flashplugin-nonfree/libflashplayer.so
Status: enabled

Name: Skype Buttons for Kopete
Location: /usr/lib/mozilla/plugins/skypebuttons.so
Package: kopete
Status: enabled

Name: VLC Multimedia Plug-in
Location: /usr/lib/mozilla/plugins/libvlcplugin.so
Package: mozilla-plugin-vlc
Status: enabled

Name: VMware Remote Console Plug-in
Location: 
/home/landry/.mozilla/firefox/m5davfze.default/extensions/vmwarev...@vmware.com/plugins/np-vmware-vmrc-2.5.0-122581.so

Status: enabled


-- Addons package information
ii google-talkplu 1.7.0.0-1 Google Talk Plugin
ii icedtea6-plugi 6b18-1.8.3-2 web browser plugin based on OpenJDK and Iced
ii iceweasel 3.6.13-1 Web browser based on Firefox
ii iceweasel-l10n 1:3.6.13+debia French language package for Iceweasel
ii kopete 4:4.4.5-2 instant messaging and chat application
ii mozilla-plugin 1.1.3-1 multimedia plugin for web browsers based on
ii sun-java6-bin 6.22-1 Sun Java(TM) Runtime Environment (JRE) 6 (ar
ii xul-ext-notify 1.5.4-4 integrate Iceweasel/Firefox download message
ii xul-ext-webdev 1.1.8-5 web developer extension for the Iceweasel/Fi

--
Landry MINOZA
ATEXO
17, boulevard des Capucines
75002 PARIS
Tel : (33) 176 647 421
landry.min...@atexo.com






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



Bug#606303: [icedove] Master password window is open 3 times with both iceowl and google contacts

2010-12-13 Thread Landry MINOZA

Package: icedove
Version: 3.1.6-1

--- Please enter the report below this line. ---
I use iceowl with the provider for google calendar and google contacts. 
When I launch icedove, the master passowrd window is launched 3 times


--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.35-trunk-amd64

Debian Release: squeeze/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.fr.debian.org
990 unstable deb.opera.com
500 testing ftp.fr.debian.org
500 stable security.debian.org
500 stable ftp.fr.debian.org
500 stable dl.google.com
101 experimental ftp.fr.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-=
fontconfig | 2.8.0-2.1
psmisc | 22.13-1
debianutils (= 1.16) | 3.4.2
libasound2 ( 1.0.18) | 1.0.23-2.1
libatk1.0-0 (= 1.29.3) | 1.30.0-1
libc6 (= 2.3.2) | 2.11.2-7
libcairo2 (= 1.8.8) | 1.8.10-6
libdbus-1-3 (= 1.0.2) | 1.2.24-3
libffi5 (= 3.0.4) | 3.0.9-3
libfontconfig1 (= 2.8.0) | 2.8.0-2.1
libfreetype6 (= 2.2.1) | 2.4.2-2.1
libgcc1 (= 1:4.1.1) | 1:4.4.5-10
libglib2.0-0 (= 2.24.0) | 2.24.2-1
libgtk2.0-0 (= 2.18.0) | 2.20.1-2
libjpeg62 (= 6b1) | 6b1-1
libnspr4-0d (= 4.7.0~1.9b1) | 4.8.6-1
libnss3-1d (= 3.12.6) | 3.12.8-1
libpango1.0-0 (= 1.14.0) | 1.28.3-1
libpixman-1-0 (= 0.11.2) | 0.16.4-1
libsqlite3-0 (= 3.7.3) | 3.7.4-1
libstartup-notification0 (= 0.10) | 0.10-1
libstdc++6 (= 4.1.1) | 4.4.5-10
libx11-6 | 2:1.3.3-4
libxrender1 | 1:0.9.6-1
libxt6 | 1:1.0.7-1
zlib1g (= 1:1.1.4) | 1:1.2.3.4.dfsg-3


Recommends (Version) | Installed
==-+-===
myspell-en-us |
OR hunspell-dictionary |
OR myspell-dictionary |


Suggests (Version) | Installed
=-+-===
ttf-lyx | 1.6.7-1
libgssapi-krb5-2 | 1.8.3+dfsg-3
libdbus-glib-1-2 (= 0.78) | 0.88-2
libgconf2-4 (= 2.27.0) | 2.28.1-6
libgnomevfs2-0 (= 1:2.17.90) | 1:2.24.3-1
libnotify1 (= 0.5.0) | 0.5.0-2
libnotify1-gtk2.10 |





--
Landry MINOZA
ATEXO
17, boulevard des Capucines
75002 PARIS
Tel : (33) 176 647 421
landry.min...@atexo.com





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



Bug#606949: [kopete] kopete don't wait for kwallet enough time

2010-12-13 Thread Landry MINOZA

Package: kopete
Version: 4:4.4.5-2
Severity: normal

--- Please enter the report below this line. ---
When I open my kde session, kopete is launched automaticaly. If I don't 
stay in front of my PC and type the kwallet password in less than 5 
minutes, kopete forget all the passwords and open as many password 
dialogs as configured account. All other kde apps are waiting kwallet 
forever.


--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.35-trunk-amd64

Debian Release: squeeze/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.fr.debian.org
990 unstable deb.opera.com
500 testing ftp.fr.debian.org
500 stable security.debian.org
500 stable ftp.fr.debian.org
500 stable dl.google.com
101 experimental ftp.fr.debian.org

--- Package information. ---
Depends (Version) | Installed
-+-==
kdebase-runtime | 4:4.4.5-1
kdepim-runtime | 4:4.4.7-1
libc6 (= 2.3) | 2.11.2-7
libexpat1 (= 1.95.8) | 2.0.1-7
libgadu3 (= 1:1.8.0+r592) | 1:1.9.0-2
libgif4 (= 4.1.4) | 4.1.6-9
libglib2.0-0 (= 2.12.0) | 2.24.2-1
libidn11 (= 1.13) | 1.18-1
libkabc4 (= 4:4.4) | 4:4.4.5-2
libkde3support4 (= 4:4.4) | 4:4.4.5-2
libkdecore5 (= 4:4.4.4-2~) | 4:4.4.5-2
libkdeui5 (= 4:4.4.0) | 4:4.4.5-2
libkdnssd4 (= 4:4.4) | 4:4.4.5-2
libkhtml5 (= 4:4.4) | 4:4.4.5-2
libkio5 (= 4:4.4) | 4:4.4.5-2
libkmime4 (= 4:4.4) | 4:4.4.5-2
libknewstuff2-4 (= 4:4.4) | 4:4.4.5-2
libknotifyconfig4 (= 4:4.4) | 4:4.4.5-2
libkopete4 (= 4:4.4.1) | 4:4.4.5-2
libkparts4 (= 4:4.4) | 4:4.4.5-2
libkpimidentities4 (= 4:4.4) | 4:4.4.5-2
libkutils4 (= 4:4.4) | 4:4.4.5-2
libmeanwhile1 (= 1.0.2) | 1.0.2-3
libmediastreamer0 (= 3.3.2) | 3.3.2-3
libmsn0.3 (= 4.1~) | 4.1-1.2
libortp8 (= 3.3.2) | 3.3.2-3
libotr2 (= 3.2.0) | 3.2.0-2
libphonon4 (= 4:4.2.0) | 4:4.6.0really4.4.2-1
libqca2 | 2.0.2-1
libqimageblitz4 (= 1:0.0.4) | 1:0.0.6-2
libqt4-dbus (= 4:4.5.3) | 4:4.6.3-4
libqt4-network (= 4:4.5.3) | 4:4.6.3-4
libqt4-qt3support (= 4:4.5.3) | 4:4.6.3-4
libqt4-sql (= 4:4.5.3) | 4:4.6.3-4
libqt4-xml (= 4:4.5.3) | 4:4.6.3-4
libqtcore4 (= 4:4.6.1) | 4:4.6.3-4
libqtgui4 (= 4:4.5.3) | 4:4.6.3-4
libsolid4 (= 4:4.4) | 4:4.4.5-2
libssl0.9.8 (= 0.9.8m-1) | 0.9.8o-4
libstdc++6 (= 4.4.0) | 4.4.5-10
libv4l-0 (= 0.5.0) | 0.8.1-1
libx11-6 | 2:1.3.3-4
libxml2 (= 2.7.4) | 2.7.8.dfsg-1
libxslt1.1 (= 1.1.25) | 1.1.26-6
phonon | 4:4.6.0really4.4.2-1
zlib1g (= 1:1.1.4) | 1:1.2.3.4.dfsg-3


Recommends (Version) | Installed
==-+-===
libqca2-plugin-ossl | 0.1~20070904-4
libqt4-sql-sqlite | 4:4.6.3-4


Suggests (Version) | Installed
===-+-===
kdeartwork-emoticons | 4:4.4.5-1
khelpcenter4 | 4:4.4.5-1
texlive-latex-base |





--
Landry MINOZA
ATEXO
17, boulevard des Capucines
75002 PARIS
Tel : (33) 176 647 421
landry.min...@atexo.com




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



Bug#606955: [kexec-tools] Kexec should clean the screen before boot

2010-12-13 Thread Landry MINOZA

Package: kexec-tools
Version: 1:2.0.1-4
Severity: wishlist

--- Please enter the report below this line. ---
When kexec start the previously loaded kernel, the screen is full of the 
shutdown logs. It should be emptied else the kernel boot messages are 
mixed with the previous lines. Maybe the reste-vga option of kexec could 
be used and an option RESET-VGA=YES/NO added to /etc/default/kexec


--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.35-trunk-amd64

Debian Release: squeeze/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.fr.debian.org
990 unstable deb.opera.com
500 testing ftp.fr.debian.org
500 stable security.debian.org
500 stable ftp.fr.debian.org
500 stable dl.google.com
101 experimental ftp.fr.debian.org

--- Package information. ---
Depends (Version) | Installed
==-+-===
libc6 (= 2.7) | 2.11.2-7
debconf (= 0.5) | 1.5.37
OR debconf-2.0 |
debconf | 1.5.37


Package's Recommends field is empty.

Package's Suggests field is empty.




--
Landry MINOZA
ATEXO
17, boulevard des Capucines
75002 PARIS
Tel : (33) 176 647 421
landry.min...@atexo.com




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



Bug#595360: balance refuses to start with setsockopt(IPV6_V6ONLY=0): Protocol not available message

2010-09-03 Thread Landry MINOZA
Package: balance
Version: 3.42-1
Severity: important

The version 3.42 of balance is unusable with a IPV6 capable kernel.

Here is the output of debug mode:

balance -d -f 2401 cvs:2401
argv[0]=balance
bindhost=NULL
source port 2401
file /var/run/balance/balance.2401.0.0.0.0 created
setsockopt(IPV6_V6ONLY=0): Protocol not available

this bug seams to be corrected in 3.48 version.

See also the bug #476437 in Ubuntu



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

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

Versions of packages balance depends on:
ii  libc6 2.11.2-4   Embedded GNU C Library: Shared lib

balance recommends no packages.

balance suggests no packages.

-- no debconf information



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



Bug#587908: hunspell-fr: Real french dictionnary not in the package anymore

2010-07-02 Thread Landry MINOZA
Package: hunspell-fr
Version: 1:3.2.1-1
Severity: important

All files included in the package hunspell-fr are symlinks on
/usr/share/hunspell/fr_FR.dic and /usr/share/hunspell/fr_FR.aff but this files
are not distributed in the package. So I have no spellchecking in
OpenOffice.org nor in Iceweasel. OpenOffice.org autocompletion feature does not
work…

I tried downloading this 2 files from http://www.dicollecte.org/home.php?prj=fr
(got the modern one), put there in /usr/share/hunspell end recreate the
fr_FR.{dic,aff} in /usr/share/myspell/dicts. Now this work again like before.



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (101, 
'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages hunspell-fr depends on:
ii  dictionaries-common [openoffi 1.5.5  Common utilities for spelling dict

hunspell-fr recommends no packages.

Versions of packages hunspell-fr suggests:
ii  hunspell  1.2.11-1   spell checker and morphological an
ii  openoffice.org-core [openoffi 1:3.2.1-4  office productivity suite -- arch-

-- no debconf information



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



Bug#575899: openoffice.org: OOo creates empty files with incremental number on cifs shares

2010-03-30 Thread Landry MINOZA
Package: openoffice.org
Version: 1:3.2.0-4
Severity: normal

When saving an existing file stored on a cifs share, OOo creates an empty file 
with the same name exept an incremental number just before the .xxx
writer, impress an calc at least are impacted.

A cat /proc/mounts give me that:
//server/share /mnt/mountpoint cifs 
rw,mand,relatime,unc=\\server\share,username=,uid=1000,forceuid,gid=1000,forcegid,addr=srvIP,posixpaths,serverino,acl,rsize=16384,wsize=57344
 0 0

The server is a samba one version 3.0.21 on Fedora Core release 5, I don't have 
another cifs share available now to test on.


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

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

Versions of packages openoffice.org depends on:
ii  liblucene2-java  2.9.2+ds1-1 Full-text search engine library fo
ii  openoffice.org-base  1:3.2.0-4   full-featured office productivity 
ii  openoffice.org-calc  1:3.2.0-4   full-featured office productivity 
ii  openoffice.org-core  1:3.2.0-4   full-featured office productivity 
ii  openoffice.org-draw  1:3.2.0-4   full-featured office productivity 
ii  openoffice.org-filter-mobile 1:3.2.0-4   full-featured office productivity 
ii  openoffice.org-impress   1:3.2.0-4   full-featured office productivity 
ii  openoffice.org-java-common   1:3.2.0-4   full-featured office productivity 
ii  openoffice.org-math  1:3.2.0-4   full-featured office productivity 
ii  openoffice.org-officebean1:3.2.0-4   full-featured office productivity 
ii  openoffice.org-report-builde 1:3.2.0-4   OpenOffice.org extension for build
ii  openoffice.org-writer1:3.2.0-4   full-featured office productivity 
ii  ttf-dejavu   2.30-2  Metapackage to pull in ttf-dejavu-
ii  ttf-sil-gentium-basic1.1-2   smart Unicode font families (Basic

Versions of packages openoffice.org recommends:
ii  openoffice.org-filter- 1:3.2.0-4 full-featured office productivity 
ii  ttf-liberation 1.05.2.20091019-4 Fonts with the same metrics as Tim
ii  ttf-mscorefonts-instal 3.2   Installer for Microsoft TrueType c

Versions of packages openoffice.org suggests:
ii  cups-bsd1.4.2-10 Common UNIX Printing System(tm) - 
ii  default-jre [java5-runtime] 1.6-34   Standard Java or Java compatible R
pn  gstreamer0.10-ffmpegnone   (no description available)
ii  gstreamer0.10-plugins-bad   0.10.18-2GStreamer plugins from the bad s
ii  gstreamer0.10-plugins-base  0.10.28-1GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good  0.10.21-1GStreamer plugins from the good 
ii  gstreamer0.10-plugins-ugly  0.10.14-1GStreamer plugins from the ugly 
ii  hunspell-en-us [hunspell-di 20070829-4   English_american dictionary for hu
ii  hunspell-fr [hunspell-dicti 1:3.2.0-2French dictionary for hunspell
ii  iceweasel   3.5.8-1  Web browser based on Firefox
ii  imagemagick 7:6.6.0.4-2  image manipulation programs
ii  libgl1-mesa-glx [libgl1]7.7-4A free implementation of the OpenG
ii  libldap-2.4-2   2.4.17-2.1   OpenLDAP libraries
ii  libpaper-utils  1.1.23+nmu2  library for handling paper charact
ii  libsane 1.0.20-14+b1 API library for scanners
ii  libxrender1 1:0.9.5-2X Rendering Extension client libra
ii  menu2.1.43   generates programs menu for all me
pn  myspell-dictionary  none   (no description available)
pn  openclipart-openoffice.org  none   (no description available)
ii  openjdk-6-jre [java5-runtim 6b18~pre3-1  OpenJDK Java runtime, using Hotspo
ii  openoffice.org-help-fr [ope 1:3.2.0-4full-featured office productivity 
ii  openoffice.org-hyphenation- 1:3.2.0-2French hyphenation patterns for Op
ii  openoffice.org-kde  1:3.2.0-4full-featured office productivity 
ii  openoffice.org-l10n-fr [ope 1:3.2.0-4full-featured office productivity 
ii  openoffice.org-thesaurus-fr 1:3.2.0-2French Thesaurus for OpenOffice.or
ii  pstoedit3.45-8+b1PostScript and PDF files to editab
ii  sun-java6-jre [java5-runtim 6-17-1   Sun Java(TM) Runtime Environment (
ii  unixodbc2.2.11-21ODBC tools libraries

Versions of packages openoffice.org-core depends on:
ii  fontconfig  2.8.0-2  generic font configuration library
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-3 The Cairo 2D vector graphics libra
ii  libcurl37.20.0-2 Multi-protocol file transfer libra
ii  libdb4.8

Bug#512734: qrfcview: Can't search for a rfc number greater than 5000

2009-01-23 Thread Landry MINOZA
Package: qrfcview
Version: 0.62-5
Severity: important

When searching for a rfc number via File - Load RFC, you can't enter a number 
greater than 5000


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

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

Versions of packages qrfcview depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.2-4  GCC support library
ii  libqt4-gui4.4.3-2transitional package for Qt 4 GUI 
ii  libqt4-network4.4.3-2Qt 4 network module
ii  libqtcore44.4.3-2Qt 4 core module
ii  libstdc++64.3.2-4The GNU Standard C++ Library v3

qrfcview recommends no packages.

Versions of packages qrfcview suggests:
pn  doc-rfc   none (no description available)

-- no debconf information



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



Bug#512734: qrfcview: Patch to increase the RFC# max

2009-01-23 Thread Landry MINOZA
Package: qrfcview
Version: 0.62-5
Followup-For: Bug #512734

This i a patch to increase the RFC# max in the dialog box


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

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

Versions of packages qrfcview depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.2-4  GCC support library
ii  libqt4-gui4.4.3-2transitional package for Qt 4 GUI 
ii  libqt4-network4.4.3-2Qt 4 network module
ii  libqtcore44.4.3-2Qt 4 core module
ii  libstdc++64.3.2-4The GNU Standard C++ Library v3

qrfcview recommends no packages.

Versions of packages qrfcview suggests:
pn  doc-rfc   none (no description available)

-- no debconf information

*** qrfcview-0.62/debian/patches/02-increase-max-rfc-number.patch
diff -Nru qrfcview-0.62.orig/src/mainwindow.cpp qrfcview-0.62/src/mainwindow.cpp
--- qrfcview-0.62.orig/src/mainwindow.cpp   2009-01-23 12:36:26.838091701 
+0100
+++ qrfcview-0.62/src/mainwindow.cpp2009-01-23 12:37:08.371074963 +0100
@@ -123,7 +123,7 @@
   // Load a RFC number
   bool bOK;
   int iRFCNum = QInputDialog::getInteger(this, tr(Please enter a RFC number),
- tr(RFC#:), 0, 1, 5000, 1, bOK);
+ tr(RFC#:), 0, 1, 1, 1, 
bOK);
   if (bOK)
 RFCLoad( iRFCNum );
 }



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