Bug#1058029: qemu-guest-agent: QEMU-GA WON'T START

2023-12-11 Thread JP Pozzi
Hello, 

The script /etc/init.d/qemu-guest-agent was modified by me to look at the 
problem, 
it is not the original one. 
I use also a "home made" script to get clear informations through a dedicated 
logfile : 
#!/bin/bash 

METHOD='virtio-serial' 
ZPATH='/dev/virtio-ports/org.qemu.guest_agent.0' 
LOGFILE='/var/log/qemu-ga.log' 

OPTIONS=' --verbose --daemon ' 
/usr/sbin/qemu-ga --method=$METHOD --path=$ZPATH --logfile=$LOGFILE $OPTIONS 

Hope this helps, 

Regards 


Bug#1057799: systemd: fails to configure

2023-12-09 Thread JP Pozzi


Hello,

It is a "test" machine, so I install and uninstall many softs, this can lead
to that result if something gous wrong.
I correct that ... and will look in other machines to circumvent such a problem.

Regards

JP P

- Mail original -
De: "Michael Biebl" 
À: "JP Pozzi" , "1057799" <1057...@bugs.debian.org>
Cc: "JPPO" 
Envoyé: Samedi 9 Décembre 2023 01:17:45
Objet: Re: systemd: fails to configure

Am 09.12.23 um 00:53 schrieb JP Pozzi:
> Hello,
> 
> Here the result :
> 
> grep users /etc/group /etc/gshadow
> /etc/group:users:x:100:
> /etc/gshadow:users:*::suricata

You appear to have a mismatch between /etc/group and /etc/gshadow.
Either your user "suricata" is listed in both or none.

Not sure how you ended up in this situation, but this looks like a local 
misconfiguration.

Michael



Bug#1057799: systemd: fails to configure

2023-12-08 Thread JP Pozzi
Hello, 

Here the result : 

grep users /etc/group /etc/gshadow 
/etc/group:users:x:100: 
/etc/gshadow:users:*::suricata 

To circumvent the problem ; 
1) I save /etc/gshadow, drop the "offending" line 
and restart systemd --configure 
with success 
2) Restore the saved gshadow file. 

Regards 

JP P 

- Mail original - 
De: "Michael Biebl"  
À: 1057...@bugs.debian.org, "JPPO"  
Envoyé: Vendredi 8 Décembre 2023 18:48:18 
Objet: Re: systemd: fails to configure 

On Fri, 08 Dec 2023 17:30:23 +0100 JPP  wrote: 
> Package: systemd 
> Version: 252.19-1~deb12u1 
> Severity: serious 
> Tags: d-i 
> Justification: normal 
> 
> Dear Maintainer, 
> 
> I get a problem upgrading the system, systemd fails to configure : 
> 
> sudo dpkg --configure systemd 
> Setting up systemd (252.19-1~deb12u1) ... 
> Creating group 'users' with GID 100. 
> /etc/gshadow: Group "users" already exists. 

Can you attach the output of 

sudo grep users /etc/group /etc/gshadow 


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1057799: systemd: fails to configure

2023-12-08 Thread JP Pozzi
Hello, 

Sorry I didn't see the second part, here is it : 
1) SYSTEMD_LOG_LEVEL=debug 
# systemd-sysusers /usr/lib/sysusers.d/basic.conf 
result : nothing 
2) cat /usr/lib/sysusers.d/basic.conf 
# generated from /usr/share/base-passwd/{passwd,group}.master 
g adm 4 - 
g tty 5 - 
g disk 6 - 
g man 12 - 
g kmem 15 - 
g dialout 20 - 
g fax 21 - 
g voice 22 - 
g cdrom 24 - 
g floppy 25 - 
g tape 26 - 
g sudo 27 - 
g audio 29 - 
g dip 30 - 
g operator 37 - 
g src 40 - 
g shadow 42 - 
g utmp 43 - 
g video 44 - 
g sasl 45 - 
g plugdev 46 - 
g staff 50 - 
g games 60 - 
g users 100 - 
g nogroup 65534 - 

u root 0 - /root /bin/bash 
u daemon 1 - /usr/sbin /usr/sbin/nologin 
u bin 2 - /bin /usr/sbin/nologin 
u sys 3 - /dev /usr/sbin/nologin 
u sync 4:65534 - /bin /bin/sync 
u games 5:60 - /usr/games /usr/sbin/nologin 
u man 6:12 - /var/cache/man /usr/sbin/nologin 
u lp 7 - /var/spool/lpd /usr/sbin/nologin 
u mail 8 - /var/mail /usr/sbin/nologin 
u news 9 - /var/spool/news /usr/sbin/nologin 
u uucp 10 - /var/spool/uucp /usr/sbin/nologin 
u proxy 13 - /bin /usr/sbin/nologin 
u www-data 33 - /var/www /usr/sbin/nologin 
u backup 34 - /var/backups /usr/sbin/nologin 
u list 38 - /var/list /usr/sbin/nologin 
u irc 39 - /run/ircd /usr/sbin/nologin 
u _apt 42:65534 - /nonexistent /usr/sbin/nologin 
u nobody 65534:65534 - /nonexistent /usr/sbin/nologin 


I hope this will help. 

Regards 

JP P 


- Mail original - 
De: "Michael Biebl"  
À: "1057799" <1057...@bugs.debian.org>, "JPPO"  
Envoyé: Vendredi 8 Décembre 2023 18:51:17 
Objet: Re: systemd: fails to configure 

Am 08.12.23 um 18:48 schrieb Michael Biebl: 
> On Fri, 08 Dec 2023 17:30:23 +0100 JPP  wrote: 
>> Package: systemd 
>> Version: 252.19-1~deb12u1 
>> Severity: serious 
>> Tags: d-i 
>> Justification: normal 
>> 
>> Dear Maintainer, 
>> 
>> I get a problem upgrading the system, systemd fails to configure : 
>> 
>> sudo dpkg --configure systemd 
>> Setting up systemd (252.19-1~deb12u1) ... 
>> Creating group 'users' with GID 100. 
>> /etc/gshadow: Group "users" already exists. 
> 
> Can you attach the output of 
> 
> sudo grep users /etc/group /etc/gshadow 
> 

The output of 

sudo SYSTEMD_LOG_LEVEL=debug systemd-sysusers /usr/lib/sysusers.d/basic.conf 

as well, please 


Bug#1057799: systemd: fails to configure

2023-12-08 Thread JP Pozzi
Hello,

Here the result :

grep users /etc/group /etc/gshadow
/etc/group:users:x:100:
/etc/gshadow:users:*::suricata

To circumvent the problem ;
1) I save /etc/gshadow, drop the "offending" line 
and restart systemd --configure
with success
2) Restore the saved gshadow file.

Regards 

JP P

- Mail original -
De: "Michael Biebl" 
À: 1057...@bugs.debian.org, "JPPO" 
Envoyé: Vendredi 8 Décembre 2023 18:48:18
Objet: Re: systemd: fails to configure

On Fri, 08 Dec 2023 17:30:23 +0100 JPP  wrote:
> Package: systemd
> Version: 252.19-1~deb12u1
> Severity: serious
> Tags: d-i
> Justification: normal
> 
> Dear Maintainer,
> 
> I get a problem upgrading the system, systemd fails to configure :
> 
> sudo dpkg --configure systemd
> Setting up systemd (252.19-1~deb12u1) ...
> Creating group 'users' with GID 100.
> /etc/gshadow: Group "users" already exists.

Can you attach the output of

sudo grep users /etc/group /etc/gshadow

OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1057799: systemd: fails to configure

2023-12-08 Thread JP Pozzi
Hello,

Sorry I didn't see the second part, here is it :
1) SYSTEMD_LOG_LEVEL=debug
# systemd-sysusers /usr/lib/sysusers.d/basic.conf
result : nothing
2) cat /usr/lib/sysusers.d/basic.conf
# generated from /usr/share/base-passwd/{passwd,group}.master
g adm4 -
g tty5 -
g disk   6 -
g man12-
g kmem   15-
g dialout20-
g fax21-
g voice  22-
g cdrom  24-
g floppy 25-
g tape   26-
g sudo   27-
g audio  29-
g dip30-
g operator   37-
g src40-
g shadow 42-
g utmp   43-
g video  44-
g sasl   45-
g plugdev46-
g staff  50-
g games  60-
g users  100   -
g nogroup65534 -

u root   0   - /root/bin/bash
u daemon 1   - /usr/sbin/usr/sbin/nologin
u bin2   - /bin /usr/sbin/nologin
u sys3   - /dev /usr/sbin/nologin
u sync   4:65534 - /bin /bin/sync
u games  5:60- /usr/games   /usr/sbin/nologin
u man6:12- /var/cache/man   /usr/sbin/nologin
u lp 7   - /var/spool/lpd   /usr/sbin/nologin
u mail   8   - /var/mail/usr/sbin/nologin
u news   9   - /var/spool/news  /usr/sbin/nologin
u uucp   10  - /var/spool/uucp  /usr/sbin/nologin
u proxy  13  - /bin /usr/sbin/nologin
u www-data   33  - /var/www /usr/sbin/nologin
u backup 34  - /var/backups /usr/sbin/nologin
u list   38  - /var/list/usr/sbin/nologin
u irc39  - /run/ircd/usr/sbin/nologin
u _apt   42:65534 - /nonexistent /usr/sbin/nologin
u nobody 65534:65534 - /nonexistent /usr/sbin/nologin


I hope this will help.

Regards

JP P


- Mail original -
De: "Michael Biebl" 
À: "1057799" <1057...@bugs.debian.org>, "JPPO" 
Envoyé: Vendredi 8 Décembre 2023 18:51:17
Objet: Re: systemd: fails to configure

Am 08.12.23 um 18:48 schrieb Michael Biebl:
> On Fri, 08 Dec 2023 17:30:23 +0100 JPP  wrote:
>> Package: systemd
>> Version: 252.19-1~deb12u1
>> Severity: serious
>> Tags: d-i
>> Justification: normal
>>
>> Dear Maintainer,
>>
>> I get a problem upgrading the system, systemd fails to configure :
>>
>> sudo dpkg --configure systemd
>> Setting up systemd (252.19-1~deb12u1) ...
>> Creating group 'users' with GID 100.
>> /etc/gshadow: Group "users" already exists.
> 
> Can you attach the output of
> 
> sudo grep users /etc/group /etc/gshadow
> 

The output of

sudo SYSTEMD_LOG_LEVEL=debug systemd-sysusers /usr/lib/sysusers.d/basic.conf

as well, please



Bug#848928: Synaptic : message output on console

2016-12-20 Thread JP Pozzi
Package: synaptic

Hello,

I get a message on the console using synaptic :

cannot open /etc/aptapt.conf.d/99synaptic to write APT::Install-Recommends

It is not a bug but just a minor annoyance as the program works as expected.

Regards

JP P


Package: synaptic
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 6930
Maintainer: Michael Vogt 
Architecture: amd64
Version: 0.83+nmu1
Depends: libapt-inst2.0 (>= 0.8.16~exp12), libapt-pkg5.0 (>= 1.1~exp9), 
libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), 
libcairo2 (>= 1.2.4), libept1.5.0, libgcc1 (>= 1:3.0), libgdk-pixbuf2.0-0 (>= 
2.22.0), libglib2.0-0 (>= 2.16.0), libgnutls30 (>= 3.5.0), libgtk-3-0 (>= 
3.3.16), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), 
libpcre2-8-0, libstdc++6 (>= 5.2), libvte-2.91-0, libx11-6, libxapian30, zlib1g 
(>= 1:1.1.4), hicolor-icon-theme
Recommends: gksu | kdebase-bin | policykit-1, libgtk2-perl (>= 1:1.130), 
rarian-compat, xdg-utils
Suggests: dwww, menu, deborphan, apt-xapian-index, tasksel, 
software-properties-gtk
Conflicts: menu (<< 2.1.11)
Description: Graphical package manager
 Synaptic is a graphical package management tool based on GTK+ and APT.
 Synaptic enables you to install, upgrade and remove software packages in
 a user friendly way.
 .
 Besides these basic functions the following features are provided:
  * Search and filter the list of available packages
  * Perform smart system upgrades
  * Fix broken package dependencies
  * Edit the list of used repositories (sources.list)
  * Download the latest changelog of a package
  * Configure packages through the debconf system
  * Browse all available documentation related to a package (dwww is required)
Homepage: http://www.nongnu.org/synaptic/



Bug#834860: libgtop: "glibtop: statvfs '/run/user/0/gvfs' failed" ten times every second in syslog

2016-08-20 Thread JP Pozzi
Hello,

Thanks for your rapid answer.
I was not using the user 0 but the user 1000. After reporting a Bug, I looked 
at the file "/run/user/1000/gvfs" and the permissions were "strange" with 
user/group/date/time set as "?".
And I can't (even as root) change owner or group.
The problem has now vanished !!! And gvfs permissions are OK.
As I can't reproduce that problem, it lasts 3 days and today there are no 
messages more,
you can close the report, but we never understand what happens.

Regards

JP P

- Mail original -
> De: "Jason Crain" 
> À: "jpp" , 834...@bugs.debian.org
> Envoyé: Samedi 20 Août 2016 16:05:37
> Objet: Re: Bug#834860: libgtop: "glibtop: statvfs '/run/user/0/gvfs' failed" 
> ten times every second in syslog

> On 2016-08-20, jpp  wrote:
>> Hello, I get 2/3 messages every second in the syslog :
>> org.mate.panel.applet.MultiLoadAppletFactory[21255]: glibtop: statvfs
>> '/run/user/0/gvfs' failed
>> 
>> More than 132000 such messages a day in the syslog, the system was freshly
>> re-installed on new disks.
> 
> I'm guessing that if you disable harddisk monitoring on your system
> monitor applet it will stop?
> 
> Also, are you logging in as root?  It's strange that it's looking in
> /run/user/0.  $XDG_RUNTIME_DIR is set to /run/user/$UID and $UID it
> usually around 1000.  I suspect that part of the problem is that your
> $XDG_RUNTIME_DIR is not set correctly or permissions on that directory
> are not set correctly.



Bug#819559: mate-panel: segfault

2016-04-02 Thread JP Pozzi
Hello,

I get a segfault on another machine with mate-palel 1.12.2 :

Mar 31 19:09:56 k2000 kernel: [24312.953813] mate-panel[4070]: segfault at 
cda723c3 ip 7f2ea216c7e5 sp 7fffb4470298 error 4 in 
libgobject-2.0.so.0.4800.0[7f2ea2138000+52000]

Will try to install mate-panel-dbg from Debian repository.

Regards

JP P

- Mail original -
> De: "John Paul Adrian Glaubitz" 
> À: "jp pozzi" 
> Cc: "819559" <819...@bugs.debian.org>
> Envoyé: Mercredi 30 Mars 2016 15:43:42
> Objet: Re: Bug#819559: mate-panel: segfault

> Control: forcemerge -1 816282
> 
> Hello JP!
> 
> On 03/30/2016 03:25 PM, jp.po...@izzop.net wrote:
>> I find regularly messages about Mate panel in the logs :
>> kmail kernel: [  388.286096] mate-panel[6543]: segfault at 6 ip
>> 7f564aef0505 sp 7ffee3327348 error 4 in
>> libgobject-2.0.so.0.4200.1[7f564aebd000+51000]
> 
> Why are you reporting the same bug twice?
> 
> Also, you are running a two-year-old version of MATE, so it might be
> advisable for you to test a more recent version and see if the problem
> persists.
> 
> Merging those bug reports in any case.
> 
> Adrian
> 
> --
> .''`.  John Paul Adrian Glaubitz
> : :' :  Debian Developer - glaub...@debian.org
> `. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
>   `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Bug#819559: mate-panel: segfault

2016-03-31 Thread JP Pozzi
Hello,

First, please excuse me for reporting twice.

I use the mate version available on my Debian Wheezy, I update that system at 
least
every week. The version 1.8.1+dfsg1-3 is the last present in the Debian 
repositories,
So I have to stick with the old version.
I use 1.12.1 on another machine with Debian unstable and didn't have that 
problem.
The bug is not a major one as all is working.

Regards

JP P

- Mail original -
> De: "John Paul Adrian Glaubitz" 
> À: "jp pozzi" 
> Cc: 819...@bugs.debian.org
> Envoyé: Mercredi 30 Mars 2016 15:43:42
> Objet: Re: Bug#819559: mate-panel: segfault

> Control: forcemerge -1 816282
> 
> Hello JP!
> 
> On 03/30/2016 03:25 PM, jp.po...@izzop.net wrote:
>> I find regularly messages about Mate panel in the logs :
>> kmail kernel: [  388.286096] mate-panel[6543]: segfault at 6 ip
>> 7f564aef0505 sp 7ffee3327348 error 4 in
>> libgobject-2.0.so.0.4200.1[7f564aebd000+51000]
> 
> Why are you reporting the same bug twice?
> 
> Also, you are running a two-year-old version of MATE, so it might be
> advisable for you to test a more recent version and see if the problem
> persists.
> 
> Merging those bug reports in any case.
> 
> Adrian
> 
> --
> .''`.  John Paul Adrian Glaubitz
> : :' :  Debian Developer - glaub...@debian.org
> `. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
>   `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Bug#709320: xserver-xorg: Window freezed except mouse pointer

2014-09-23 Thread JP Pozzi
Package: xserver-xorg
Followup-For: Bug #709320

Dear Maintainer,

Screen freeze, only mouse is active.
The log file (Xorg.0.log) shows :
[  2690.154] (II) config/udev: Adding input device PC Speaker 
(/dev/input/event4)
[  2690.154] (II) No input driver specified, ignoring this device.
[  2690.154] (II) This device may have been added with another device file.
[  2693.320] (II) AIGLX: Suspending AIGLX clients for VT switch
[  2693.320] (II) NOUVEAU(0): NVLeaveVT is called.

The only thing to do is to restart "kdm".

My system :
AMD 905E, Mem 16GBR, Debian unstable
06:00.0 VGA compatible controller: NVIDIA Corporation G94 [GeForce 9600 GT] 
(rev a1)
I am using the "nouveau" driver.
The machine can boot on two disks, one "standard" system the other beeing with 
"Xen",
I get the same problem on the 2.

Regards

JP P

-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Mar 31  2010 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2397280 Sep 22 23:49 /usr/bin/Xorg

Diversions concerning libGL are in place

diversion of /usr/lib/arm-linux-gnueabihf/libGL.so.1.2 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/libGL.so to /usr/lib/mesa-diverted/libGL.so by 
glx-diversions
diversion of /usr/lib/libGL.so.1 to /usr/lib/mesa-diverted/libGL.so.1 by 
glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so.1 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so.1 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2.0 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so.1.2.0 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2.0 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so by glx-diversions
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/mesa-diverted/libGL.so.1.2 by 
glx-diversions
diversion of /usr/lib/libGL.so.1.2.0 to /usr/lib/mesa-diverted/libGL.so.1.2.0 
by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so by glx-diversions

VGA-compatible devices on PCI bus:
--
06:00.0 VGA compatible controller [0300]: NVIDIA Corporation G94 [GeForce 9600 
GT] [10de:0622] (rev a1)

/etc/X11/xorg.conf does not exist.

/etc/X11/xorg.conf.d does not exist.

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
---
Linux version 3.17.0-rc5-x (jpp@k2000) (gcc version 4.9.1 (Debian 4.9.1-15) ) 
#2 SMP Mon Sep 22 12:04:42 CEST 2014

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 60305 Sep 23 15:19 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[  1050.756] 
X.Org X Server 1.16.1
Release Date: 2014-09-21
[  1050.756] X Protocol Version 11, Revision 0
[  1050.756] Build Operating System: Linux 3.2.0-4-amd64 x86_64 Debian
[  1050.756] Current Operating System: Linux k2000 3.17.0-rc5-x #2 SMP Mon Sep 
22 12:04:42 CEST 2014 x86_64
[  1050.756] Kernel command line: placeholder root=/dev/sdb2 ro dom0_mem=6144M 
cpufreq=xen cpuidle vtd=1 iommu=1 loop.max_loop=64 transparent_hugepages=always 
enable_mtrr_cleanup
[  1050.756] Build Date: 22 September 2014  09:45:37PM
[  1050.756] xorg-server 2:1.16.1-1 (http://www.debian.org/support) 
[  1050.756] Current version of pixman: 0.32.6
[  1050.756]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[  1050.756] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1050.756] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 23 15:19:37 
2014
[  1050.757] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1050.757] (==) No Layout section.  Using the first Screen section.
[  1050.757] (==) No screen section available. Usi

Bug#728801: fusioninventory-for-glpi: GLPI abort with Apache log message

2013-11-05 Thread JP Pozzi
Package: fusioninventory-for-glpi
Version: 2.4.0-1
Severity: important

Dear Maintainer,

I try to install GLPI with fusioninventory from unstable, GLPI seems to be OK,
but installing fusioninventory makes the package unusable.
When starting the web interface http:///glpi, nothing happens (the screen
stay empty) and a message is written in apache log :

[Tue Nov 05 17:51:14.380031 2013] [:error] [pid 22771] [client
192.168.2.8:39514] PHP Fatal error:  Cannot make static method
CommonDBTM::canCreate() non static in class PluginFusinvsnmpAgentconfig in
/usr/share/glpi/plugins/fusinvsnmp/inc/agentconfig.class.php on line 0

Regards,

JP P

PHP version  :  5.5.5-1 (cli) (built: Oct 19 2013 18:17:15)
Apache version : 2.4.6.3
Mysql version: 5.5.33



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

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

Versions of packages fusioninventory-for-glpi depends on:
ii  glpi 0.84.2-1
ii  libjs-prototype  1.7.1-3

fusioninventory-for-glpi recommends no packages.

fusioninventory-for-glpi 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#728700: openstack-dashboard: can't install package : dependency problem

2013-11-04 Thread JP Pozzi
Package: openstack-dashboard
Severity: normal

Dear Maintainer,

I want to install "openstack-dashboard" but the package does not install :

The following packages have unmet dependencies:
 python-django-horizon : Depends: python-troveclient but it is not installable
E: Unable to correct problems, you have held broken packages.

The package "python-troveclient" does not exists, I found only "python-trove".

Regards

JP P

apt-get -f install openstack-dashboard python-django-horizon python-trove
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 python-django-horizon : Depends: python-troveclient but it is not installable
E: Unable to correct problems, you have held broken packages.



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

Kernel: Linux 3.12.0-rc7-x (SMP w/2 CPU cores)


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



Bug#720484: virt-manager does not start Error: No D-BUS daemon running

2013-08-22 Thread JP Pozzi
Package: virt-manager
Version: 0.9.5-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Can't launch virt-manager without crash :

virt-manager --no-fork --debug
2013-08-22 13:26:41,949 (cli:71): virt-manager startup
2013-08-22 13:26:41,949 (virt-manager:306): Launched as: /usr/share/virt-
manager/virt-manager.py --no-fork --debug
2013-08-22 13:26:41,949 (virt-manager:307): GTK version: (2, 24, 20)
2013-08-22 13:26:41,949 (virt-manager:308): virt-manager version: 0.9.5
2013-08-22 13:26:41,949 (virt-manager:309): virtManager import: 
2013-08-22 13:26:42,017 (cli:118): virtinst version: 0.600.4
2013-08-22 13:26:42,018 (cli:119): virtinst import: 

(virt-manager:25092): GConf-WARNING **: Client failed to connect to the D-BUS
daemon:
Did not receive a reply. Possible causes include: the remote application did
not send a reply, the message bus security policy blocked the reply, the reply
timeout expired, or the network connection was broken.
2013-08-22 13:26:42,045 (virt-manager:409): No D-BUS daemon running
Traceback (most recent call last):
  File "/usr/share/virt-manager/virt-manager.py", line 402, in 
main()
  File "/usr/share/virt-manager/virt-manager.py", line 333, in main
options.testfirstrun)
  File "/usr/share/virt-manager/virtManager/config.py", line 99, in __init__
self.conf.add_dir(self.conf_dir, gconf.CLIENT_PRELOAD_NONE)
GError: No D-BUS daemon running


And DBUS seems to be running :
 ps -ef | grep dbus
message+  3571 1  0 12:13 ?00:00:00 /usr/bin/dbus-daemon --system
jpp   6269 1  0 12:13 ?00:00:00 dbus-launch
--autolaunch=518bdeca03136aa1ef07c4610008 --binary-syntax --close-stderr
jpp   6270  6148  0 12:13 ?00:00:00 /usr/bin/ssh-agent /usr/bin
/dbus-launch --exit-with-session gnome-session-fallback
jpp   6274 1  0 12:13 ?00:00:00 /usr/bin/dbus-launch --exit-
with-session gnome-session-fallback
jpp   6276 1  0 12:13 ?00:00:00 /usr/bin/dbus-daemon --fork
--print-pid 5 --print-address 7 --session
jpp   6277 1  0 12:13 ?00:00:00 /usr/bin/dbus-daemon --fork
--print-pid 5 --print-address 7 --session
jpp   6292  6285  0 12:13 ?00:00:00 /usr/bin/dbus-daemon --config-
file=/etc/at-spi2/accessibility.conf --nofork --print-address 3

Regards

JP P



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

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

Versions of packages virt-manager depends on:
ii  gconf2 3.2.6-1
ii  librsvg2-common2.36.4-2
ii  python 2.7.5-4
ii  python-dbus1.2.0-2+b1
ii  python-glade2  2.24.0-3+b1
ii  python-gnome2  2.28.1+dfsg-1
ii  python-gtk-vnc 0.5.2-2
ii  python-gtk22.24.0-3+b1
ii  python-ipy 1:0.75-1
ii  python-libvirt 1.1.1-1
ii  python-support 1.0.15
ii  python-urlgrabber  3.9.1-4
ii  python-vte 1:0.28.2-5
ii  virtinst   0.600.4-2

Versions of packages virt-manager recommends:
ii  gnome-icon-theme 3.8.2-2
ii  libvirt-bin  1.1.1-1
ii  python-spice-client-gtk  0.20-0nocelt3

Versions of packages virt-manager suggests:
ii  gnome-keyring3.8.2-2
ii  python-gnomekeyring  2.32.0+dfsg-3
pn  python-guestfs   
ii  ssh-askpass  1:1.2.4.1-9
ii  ssh-askpass-gnome [ssh-askpass]  1:6.2p2-6
pn  virt-viewer  

-- 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#711273: xen-hypervisor-4.2-amd64: Acn't re-create domains after migration from 4.1 to 4.2

2013-06-05 Thread JP Pozzi
Package: xen-hypervisor-4.2-amd64
Version: 4.2.1-2
Severity: critical
Tags: upstream
Justification: breaks the whole system

Dear Maintainer,

After migration from Xen 4.1 to 4.2 all VMs have disapeared and I am unable to
"re-create" my VM from the configfiles.
When I try "xm new com-web" i get a python message :

Using config file "./com-web".
Error: 'NoneType' object has no attribute 'rfind'

Is it a problem of Python version ?

python --version
Python 2.7.5+

Regards

JP P








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

Kernel: Linux 3.9.4-x (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

xen-hypervisor-4.2-amd64 depends on no packages.

Versions of packages xen-hypervisor-4.2-amd64 recommends:
ii  xen-utils-4.2  4.2.1-2

Versions of packages xen-hypervisor-4.2-amd64 suggests:
ii  xen-docs-4.2  4.2.1-2

-- 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#709217: initscripts: checkfs.sh abend on BTRFS filesystem

2013-05-21 Thread JP Pozzi
Package: initscripts
Version: 2.88dsf-41
Severity: normal

Dear Maintainer,

I get a message at system startup as "fsck" is incorrect for btrfs file-systems
:

Log of fsck -C -R -A -a
Tue May 21 18:32:07 2013

fsck from util-linux 2.20.1
Unknown option: -a
usage: btrfs [--help] [--version]  [...]  []
BOOTB: clean, 720/65536 files, 168362/262135 blocks (check in 4 mounts)
STOCKAGE: clean, 218/1048576 files, 2179291/4194304 blocks
VARLOG: clean, 6205/65536 files, 35419/262144 blocks
AMANDA_HOLD: clean, 12/1048576 files, 109842/4194304 blocks
Unknown option: -a
usage: btrfs [--help] [--version]  [...]  []
fsck died with exit status 129

Tue May 21 18:32:08 2013



I upgrade to unstable yesterday, no problems before.

Regards

JP Pozzi

PS :
reportbug says that a newer version for "initscripts" is available, but I do
not see it in synaptic.



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

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

Versions of packages initscripts depends on:
ii  coreutils   8.20-3
ii  debianutils 4.3.4
ii  libc6   2.17-3
ii  lsb-base4.1+Debian11
ii  mount   2.20.1-5.4
ii  sysv-rc 2.88dsf-41
ii  sysvinit-utils  2.88dsf-41

Versions of packages initscripts recommends:
ii  e2fsprogs  1.42.5-1.1
ii  psmisc 22.20-1

initscripts 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#684722: w3af: Does not start : " pybloomfiltermmap is a required dependency"

2012-08-13 Thread JP Pozzi
Package: w3af
Version: 1.1svn5547-1
Severity: grave
Tags: upstream
Justification: renders package unusable

Dear Maintainer,

When I launch "w3af" I get the following messages :

Additional information:
pybloomfiltermmap is a required dependency in *nix systems,in order to
install it please run the following commands:sudo apt-get install
python2.6-dev
sudo easy_install pybloomfiltermmap

System stats :
- Python-2.6-dev is installed OK

apt-get install python2.6-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
python2.6-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

- easy_install pybloomfiltermmap is OK :

easy_install pybloomfiltermmap
Searching for pybloomfiltermmap
Best match: pybloomfiltermmap 0.3.2
Processing pybloomfiltermmap-0.3.2-py2.6-linux-x86_64.egg
pybloomfiltermmap 0.3.2 is already the active version in easy-install.pth

Using /usr/local/lib/python2.6/dist-packages/pybloomfiltermmap-0.3.2-py2.6
-linux-x86_64.egg
Processing dependencies for pybloomfiltermmap
Finished processing dependencies for pybloomfiltermmap

Regards

JP P




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

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

Versions of packages w3af depends on:
ii  graphviz   2.26.3-12
ii  python 2.7.3-2
ii  python-gtk22.24.0-3
ii  python-gtksourceview2  2.10.1-2
ii  python-support 1.0.15
ii  w3af-console   1.1svn5547-1

w3af recommends no packages.

w3af 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#680629: amd64-microcode: microcode: CPU0: update failed for patch_level=0x010000db

2012-07-07 Thread JP Pozzi
Package: amd64-microcode
Version: 0.20120117-1
Severity: important
Tags: upstream

Dear Maintainer,

I try to use the microcode loader for my AMD64 and get the "amd64-microcode"
package and get "failed" messages
 in the "kern.log" while booting :

microcode: Microcode Update Driver: v2.00 ,
Peter Oruba
microcode: CPU0: patch_level=0x01c6
microcode: CPU0: update failed for patch_level=0x01db

 the same for the 3 other CPU.

Is my processor too old ?

Regards

JP P





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

Kernel: Linux 3.5.0-rc5-x (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

-- 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#674647: synaptic: Can't launch synaptic from non-root user and messages when launching as root

2012-05-26 Thread JP Pozzi
Package: synaptic
Version: 0.75.11
Severity: normal

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

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

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


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

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

Versions of packages synaptic depends on:
ii  hicolor-icon-theme  0.12-1
ii  libapt-inst1.5  0.9.5.1
ii  libapt-pkg4.12  0.9.5.1
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-32
ii  libcairo2   1.12.2-2
ii  libept1.4.121.0.6.1
ii  libfontconfig1  2.9.0-5
ii  libfreetype62.4.9-1
ii  libgcc1 1:4.7.0-9
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.3-1
ii  libgtk2.0-0 2.24.10-1
ii  libpango1.0-0   1.30.0-1
ii  libstdc++6  4.7.0-9
ii  libvte9 1:0.28.2-4
ii  libx11-62:1.4.99.901-2
ii  libxapian22 1.2.10-2
ii  zlib1g  1:1.2.7.dfsg-11

Versions of packages synaptic recommends:
ii  gksu 2.0.2-6
ii  kdebase-bin  4:4.7.4-2
ii  libgtk2-perl 2:1.243-1
ii  policykit-1  0.105-1
ii  rarian-compat0.8.1-5
ii  software-properties-gtk  0.82.4debian3

Versions of packages synaptic suggests:
ii  apt-xapian-index  0.45
ii  deborphan 1.7.28.7
ii  dwww  
ii  menu  2.1.46

-- no debconf information
Hello,

I get a message when launching Synaptic from command line (python stach trace) :

synaptic &
[1] 6558
root@k2000:/var/lib/apt/lists# [20369 refs]
[20369 refs]
Traceback (most recent call last):
  File "/usr/sbin/update-apt-xapian-index", line 59, in 
import axi.indexer
  File "/usr/lib/pymodules/python2.7/axi/indexer.py", line 29, in 
import xapian
  File "/usr/lib/python2.7/dist-packages/xapian/__init__.py", line 43, in 

_xapian = swig_import_helper()
  File "/usr/lib/python2.7/dist-packages/xapian/__init__.py", line 39, in 
swig_import_helper
_mod = imp.load_module('_xapian', fp, pathname, description)
ImportError: /usr/lib/python2.7/dist-packages/xapian/_xapian.so: undefined 
symbol: Py_InitModule4_64
[26853 refs]

Regards

JP P



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



Bug#641098: xen-hypervisor-4.1-amd64: VM does not launch

2011-09-10 Thread JP Pozzi
Package: xen-hypervisor-4.1-amd64
Version: 4.1.1-2
Severity: normal

Dear Maintainer,

I can't launch any VM when I use one of the latest kernel versions (3.1) with
the following messages :

xm start com-deb30
Error: Failed to query current memory allocation of dom0.

While launching through "virt-manager" I get same kind of messages:

Erreur lors du démarrage du domaine: POST operation failed: xend_post: error
from xen daemon: (xend.err 'Failed to query current memory allocation of
dom0.')

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 44, in
cb_wrapper
callback(asyncjob, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 65, in tmpcb
callback(*args, **kwargs)
  File "/usr/share/virt-manager/virtManager/domain.py", line 1050, in startup
self._backend.create()
  File "/usr/lib/python2.6/dist-packages/libvirt.py", line 507, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: POST operation failed: xend_post: error from xen daemon:
(xend.err 'Failed to query current memory allocation of dom0.')

All is working with all kernel versions < 3.1

Regards

JP P




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

Kernel: Linux 3.1.0-rc4 (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

xen-hypervisor-4.1-amd64 depends on no packages.

Versions of packages xen-hypervisor-4.1-amd64 recommends:
ii  xen-utils-4.1  4.1.1-2

Versions of packages xen-hypervisor-4.1-amd64 suggests:
pn  xen-docs-4.1  

-- no debconf information



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



Bug#569317: acidbase: Install is not OK

2010-02-11 Thread JP Pozzi
Package: acidbase
Version: 1.4.4-3
Severity: important

Hello,

Wile installing through dpkg get error message :

dpkg -i acidbase_1.4.4-3_all.deb 
(Reading database ... 214058 files and directories currently installed.)
Preparing to replace acidbase 1.4.4-3 (using acidbase_1.4.4-3_all.deb) ...
Unpacking replacement acidbase ...
Setting up acidbase (1.4.4-3) ...
[: 77: missing ]
dbconfig-common: writing config to /etc/dbconfig-common/acidbase.conf
Replacing config file /etc/acidbase/database.php with new version
dbconfig-common: flushing administrative password
dpkg: error processing acidbase (--install):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 acidbase




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

Kernel: Linux 2.6.31.4-xen (SMP w/4 CPU cores)
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages acidbase depends on:
ii  dbconfig-common   1.8.43 common framework for packaging dat
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  libphp-adodb  5.09a-1The ADOdb database abstraction lay
ii  libwww-perl   5.834-1Perl HTTP/WWW client/server librar
ii  mysql-client-5.1 [virtual-mys 5.1.43-1   MySQL database client binaries
ii  php-mail  1.1.14-2   PHP PEAR module for sending email
ii  php-mail-mime 1.5.3-0.1  PHP PEAR module for creating MIME 
ii  php5  5.3.1-3server-side, HTML-embedded scripti
ii  postgresql-client 8.4.2-2front-end programs for PostgreSQL 
ii  postgresql-client-8.4 [postgr 8.4.2-2front-end programs for PostgreSQL 

acidbase recommends no packages.

Versions of packages acidbase suggests:
ii  snort-mysql   2.8.5.2-2  flexible Network Intrusion Detecti

-- debconf information excluded




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



Bug#561088: A part of dbus segfaults locking X11, unblock trough "dbus restart"

2009-12-14 Thread JP Pozzi
Package: dbus
Version: 1.2.16-2
Severity: important

Hello,

Since some days I encounter a problem implying a restart of dbus.
The X system locks (likely on file operations) and can only be unlocked by 
restarting the dbus service.
DMESG lists many segfaults :
[  131.390181] gvfs-gdu-volume[4169]: segfault at f4 ip 7f1f469e75e1 sp 
7fffcb9cb980 error 4 in libdbus-1.so.3.4.0[7f1f469d9000+3e000]
[  131.436648] gvfs-gdu-volume[4171]: segfault at f4 ip 7f97ace305e1 sp 
7fffd8a43c50 error 4 in libdbus-1.so.3.4.0[7f97ace22000+3e000]
[  131.684016] gvfs-gdu-volume[4190]: segfault at f4 ip 7ffac67b15e1 sp 
7fff812688d0 error 4 in libdbus-1.so.3.4.0[7ffac67a3000+3e000]
[  131.794849] gvfs-gdu-volume[4197]: segfault at f4 ip 7f42dc72a5e1 sp 
7fff6c6a9430 error 4 in libdbus-1.so.3.4.0[7f42dc71c000+3e000]
[ 1238.223654] gvfs-gdu-volume[4814]: segfault at f4 ip 7f0affdbc5e1 sp 
7fff608156a0 error 4 in libdbus-1.so.3.4.0[7f0affdae000+3e000]
[ 1274.810481] gvfs-gdu-volume[4848]: segfault at f4 ip 7f0121f3f5e1 sp 
7608c7b0 error 4 in libdbus-1.so.3.4.0[7f0121f31000+3e000]
[ 1564.194838] gvfs-gdu-volume[5091]: segfault at f4 ip 7f4e3fdc15e1 sp 
7fff4a97c7a0 error 4 in libdbus-1.so.3.4.0[7f4e3fdb3000+3e000]
[ 1566.919280] nautilus[4185]: segfault at f4 ip 7fc1a01d85e1 sp 
7fffbe9b7090 error 4 in libdbus-1.so.3.4.0[7fc1a01ca000+3e000]
[ 1567.121770] gvfs-gdu-volume[5098]: segfault at f4 ip 7f681eb795e1 sp 
7fff726055d0 error 4 in libdbus-1.so.3.4.0[7f681eb6b000+3e000]
[ 1595.055168] nautilus[5095]: segfault at f4 ip 7fa8e19145e1 sp 
7fffaaedf9c0 error 4 in libdbus-1.so.3.4.0[7fa8e1906000+3e000]
[ 1595.233693] gvfs-gdu-volume[5130]: segfault at f4 ip 7fb9cdab75e1 sp 
7fff24eecb00 error 4 in libdbus-1.so.3.4.0[7fb9cdaa9000+3e000]
[ 1629.984298] nautilus[5127]: segfault at f4 ip 7fdb1ceda5e1 sp 
7fff30df6c40 error 4 in libdbus-1.so.3.4.0[7fdb1cecc000+3e000]
[ 1630.138915] gvfs-gdu-volume[5157]: segfault at f4 ip 7f717c4a55e1 sp 
7fff8f4eeb80 error 4 in libdbus-1.so.3.4.0[7f717c497000+3e000]

When I launch a GNOME session i have to restart dbus to get the panels and at 
least another time to get Nautilus working.

Some operations (mainly implying file operations) stay locked until I restart 
dbus. Listfile panel becomes grey with nofiles, after restarting dbus the list 
of files is OK.

Regards





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

Kernel: Linux 2.6.32 (SMP w/4 CPU cores)
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages dbus depends on:
ii  adduser   3.111  add and remove users and groups
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libexpat1 2.0.1-6XML parsing C library - runtime li
ii  libselinux1   2.0.89-4   SELinux runtime shared libraries
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

dbus recommends no packages.

Versions of packages dbus suggests:
ii  dbus-x11  1.2.16-2   simple interprocess messaging syst

-- 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#559175: linux-image-2.6.26-2-xen-amd64: That kernel hang on starting when used as domain-0

2009-12-02 Thread JP Pozzi
Package: linux-image-2.6.26-2-xen-amd64
Version: 2.6.26-19
Severity: grave
Justification: renders package unusable

Hello,

I am trying Xen on an AMD905e (quad core) system, when I start the sstem Xen 
loads well but when the linux kernel try to boot it hangs after a very short 
time giving following messages (copied by hand) :
[ 0.671971] Freeing initrd memory: 24652k freed
[ 0.681193] audit: initializing netlink socket (disabled)
[ 0.681193] type=2000 audit(1259760057.149.1): initialized
[ 0.681193] VFS: Disk quotas dquot_6.5.1
[ 0.681193] Dquot-cache hash table entries: 512 (ordre 0, 4096 bytes)
[ 0.681193] msgmni has been set to 3120
[ 0.681388] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2)
[ 0.681482] io scheduler noop registered 
[ 0.681741] io scheduler anticipatory registered 
[ 0.681741] io scheduler deadline registered 
[ 0.681741] io scheduler cfq registered (default)
[ 0.869152] assign_interrupt_mode Found MSI capability
[ 0.869262] no ownder

After that last message I have to reset the computer.

System :
Mothercard  MSI 790
Processor   AMD 905e (quad core)
Memory  8GB
Disks   SSD for the system, SATA for data

XEN version 3.4.2 from the Debian unstable repository, I try another xen.gz 
(from Suse) copied from another machine running Xen 3.4.2.

As I can't boot with that kernel the system informations are not all suitable 
for use ...

The system works perfectly well without Xen with all kernels I try.

Regards

JP P


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

Kernel: Linux 2.6.32-rc8 (SMP w/4 CPU cores)
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6.26-2-xen-amd64 depends on:
ii  initramfs-tools   0.93.4 tools for generating an initramfs
ii  linux-modules-2.6.26-2-xen-am 2.6.26-19  Linux 2.6.26 modules on AMD64

linux-image-2.6.26-2-xen-amd64 recommends no packages.

Versions of packages linux-image-2.6.26-2-xen-amd64 suggests:
pn  grub   (no description available)
pn  linux-doc-2.6.26   (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#407716: samba: Samba fails at start "lidldap_r.so.2 not found"

2007-01-20 Thread JP Pozzi
Package: samba
Version: 3.0.23d-4
Severity: grave
Justification: renders package unusable

After installing the new package (upgrade) samba fails at start
complaining about the missing lib.
After a "ln " to  the libldap_r in my system (libldap_r-2.3.so.0.2.18)
samba starts and works : I can access shares, print a document from
Windows machines.

Regards

JP Pozzi


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.18
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages samba depends on:
ii  debconf  1.5.11  Debian configuration management sy
ii  libacl1  2.2.42-1Access control list shared library
ii  libattr1 1:2.4.32-1.1Extended attribute shared library
ii  libc62.3.6.ds1-10GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-1 common error description library
ii  libcupsy 1.2.7-2 Common UNIX Printing System(tm) - 
ii  libgnutl 1.4.4-3 the GNU TLS library - runtime libr
ii  libkrb53 1.4.4-6 MIT Kerberos runtime libraries
ii  libldap2 2.1.30-13.2 OpenLDAP libraries
ii  libpam-m 0.79-4  Pluggable Authentication Modules f
ii  libpam-r 0.79-4  Runtime support for the PAM librar
ii  libpam0g 0.79-4  Pluggable Authentication Modules l
ii  libpopt0 1.10-3  lib for parsing cmdline parameters
ii  logrotat 3.7.1-3 Log rotation utility
ii  lsb-base 3.1-22  Linux Standard Base 3.1 init scrip
ii  netbase  4.28Basic TCP/IP networking system
ii  procps   1:3.2.7-3   /proc file system utilities
ii  samba-co 3.0.23d-4   Samba common files used by both th
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages samba recommends:
pn  smbldap-tools  (no description available)

-- debconf information:
  samba/nmbd_from_inetd:
  samba/log_files_moved:
  samba/tdbsam: false
* samba/generate_smbpasswd: true
* samba/run_mode: daemons


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



Bug#407713: aide: Problem at install through dpkg

2007-01-20 Thread JP Pozzi
Package: aide
Version: 0.13.1-3
Severity: normal


It is impossible to install that version dpkg fails 
in my system (aide was previously installed) with
many files missing :
30_inn2_vars
31_aide_screen
31_aide_snmpd
31_aide_torrus
31_aide_clamav
31_aide_clamav-date
31_aide_webalizer
31_aide_acpid
31_aide_amanda-client
31_aide_amanda-server
31_aide-openvpn
31_aide_debsecan
99_aide_root
31_aide-php4
30_aide-apache2

I had to "touch" each file to have aide updated.



-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.18
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages aide depends on:
ii  debconf [debconf 1.5.11  Debian configuration management sy
ii  liblockfile1 1.06.1  NFS-safe locking library, includes
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent
ii  ucf  2.0018  Update Configuration File: preserv

Versions of packages aide recommends:
ii  cron  3.0pl1-100 management of regular background p

-- debconf information:
* aide/aideinit: false
  aideinit/overwritenew: true
* aide/mustaideinit:
* aideinit/copynew: false
  aide/newlibdir: false
* aide/setmailaddress:
  aideinit/warnnew:


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



Bug#272905: ERROR: Could not find slib/require.scm

2005-09-06 Thread JP Pozzi
Package: guile-1.6-slib
Version: 1.6.7-1.1
Followup-For: Bug #272905

ERROR: Could not find slib/require.scm in  ("/usr/share/guile/site"
"/usr/share/guile/1.6" "/usr/share/guile" ".")
dpkg: error processing guile-1.6-slib (--configure):
 subprocess post-installation script returned error exit status 2


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

Versions of packages guile-1.6-slib depends on:
ii  guile-1.6 1.6.7-1.1  The GNU extension language and Sch
ii  slib  3a1-4.2Portable Scheme library

guile-1.6-slib recommends no packages.

-- no debconf information


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