[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-06-28 Thread Stephane Neveu
Serge, ne2k_pci seems to drop the link when generating some traffic (only tested on 4 VMs). e1000 seems have to same problem as virtio, dropping connections without traffic ... What else may I try ? Is it really a driver issue ? -- You received this bug notification because you are a member

[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-06-28 Thread Stephane Neveu
I've noticed I never had such a problem on one host running 3.2.0-24-generic ... on this one, my VMs have only 2 vnet per VM whereas on others I have at least 4 vnet per VM. Is there a tap generation limit somewhere ? (I don't think so, I do not see such a thing in sysctl -a) I'll try to

[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-06-28 Thread Stephane Neveu
Serge, I'm using bond0 (active-backup with eth0/eth4) then tagging vlans with bond0. and linking my bond0. in a bridge ... then I do the same with bond1 (eth1/eth5) etc until bond3. Then here is a dumpxml example : domain type='kvm' id='5' namemyguest1/name

[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-06-29 Thread Stephane Neveu
Alex, Thanks for the link, I'll also try to test with : driver name='vhost' txmode='iothread' ioeventfd='on' event_idx='off'/ Does it work better for you with vhost_net ? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bridge-utils

[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-07-03 Thread Stephane Neveu
Ok just in cas it may help... It does work modprobing vhost_net and adding : driver name='vhost' txmode='iothread' ioeventfd='on' event_idx='off'/ on every nics definitions. Tested on more than 100 VMs. -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-07-03 Thread Stephane Neveu
Christian, I'm not really sure if just enabling vhost_net is enough... you may probably be right : it works well for you since 4 days ... Like I still do not understand where the bug is locate, I prefered to do everything to fix it quickly. Reading the bugzilla :

[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-07-03 Thread Stephane Neveu
Christian, You are right, no need to add : driver name='vhost' txmode='iothread' ioeventfd='on' event_idx='off'/ in the xml ... modprobe vhost_net should be enough. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bridge-utils in

[Bug 1071756] [NEW] package bacula-director-mysql 5.2.5-0ubuntu6.2 [modified: usr/share/bacula-director/update_mysql_tables] failed to install/upgrade: subprocess installed post-installation script re

2012-10-26 Thread Stephane Mutz
Public bug reported: The upgrade failed because the mysql database had a root password and the script used to update the db tries to do it with an empty password. I did the update manually using the script /usr/share/bacula-director/update_mysql_tables which I had to modify because it is

[Bug 595117] Re: qemu-nbd slow and missing writeback cache option

2010-12-10 Thread Stephane Chazelas
For the record, there's more on that bug at http://thread.gmane.org/gmane.linux.ubuntu.bugs.server/36923 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. https://bugs.launchpad.net/bugs/595117 Title: qemu-nbd slow

[Bug 719260] Re: X509 support for openssh

2011-02-15 Thread Stephane Neveu
Thanks for your quick reply. What can I do to advice people upstream that it would be a need for companies ? for ubuntu-server basically. Is there a way to package it as as an optional extention of openssh for exemple ? Thank you again, Regards. -- You received this bug notification because

[Bug 382677] Re: crash with SQL backend on search with empty attributes

2009-06-02 Thread Stephane Chazelas
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/27403420/Dependencies.txt -- crash with SQL backend on search with empty attributes https://bugs.launchpad.net/bugs/382677 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 382677] [NEW] crash with SQL backend on search with empty attributes

2009-06-02 Thread Stephane Chazelas
) { goto done; That's only a work around. The fix would be to implement the support for such searches. Best regards, Stephane ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 NonfreeKernelModules: nvidia Package: slapd 2.4.15-1ubuntu3 ProcEnviron: SHELL=/bin/zsh PATH=(custom, user

[Bug 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-06-09 Thread Stephane Chazelas
that patch is still wrong. The first time a HUP is received, we run the code in the trap and call wait which will wait for both the refresh command and the mysqld one. But we won't return from that trap until mysqld dies, and in the trap the HUP signal is blocked, which means any subsequent HUP

Re: [Bug 364581] Re: Crash when logging in

2009-10-06 Thread Stephane Chazelas
authenticatio Attached is an updated version of the diff that fixes the other compiler warnings. IIRC, I've provided with an explanation of the actual bug, it is a bug that occurs on 64bit systems. Please let me know if it's not clear enough. Cheers, Stephane ** Attachment added: mod-auth-mysql.diff

[Bug 595117] [NEW] qemu-nbd slow and missing writeback cache option

2010-06-16 Thread Stephane Chazelas
Public bug reported: Binary package hint: qemu-kvm dpkg -l | grep qemu ii kvm 1:84+dfsg-0ubuntu16+0.12.3+noroms+0ubuntu9dummy transitional pacakge from kvm to qemu- ii qemu 0.12.3+noroms-0ubuntu9

[Bug 595117] Re: qemu-nbd slow and missing writeback cache option

2010-06-16 Thread Stephane Chazelas
** Patch added: qemu-nbd.diff http://launchpadlibrarian.net/50435882/qemu-nbd.diff -- qemu-nbd slow and missing writeback cache option https://bugs.launchpad.net/bugs/595117 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in

Re: [Bug 595117] Re: qemu-nbd slow and missing writeback cache option

2010-06-17 Thread Stephane Chazelas
: - slow performance for no good reason - --nocache option is misleading - no fsync on -d which to my mind is a bug. Cheers, Stephane -- qemu-nbd slow and missing writeback cache option https://bugs.launchpad.net/bugs/595117 You received this bug notification because you are a member of Ubuntu

Re: [Qemu-devel] [Bug 595117] Re: qemu-nbd slow and missing writeback cache option

2010-07-07 Thread Stephane Chazelas
as the writeback functionality is available. Cheers, Stephane -- qemu-nbd slow and missing writeback cache option https://bugs.launchpad.net/bugs/595117 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. -- Ubuntu

[Bug 621746] [NEW] package setserial 2.17-45 .2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreu r de sortie d'état 1

2010-08-21 Thread colmire stephane
Public bug reported: Binary package hint: setserial Description:Ubuntu 10.04.1 LTS Release:10.04 See package version in summary ;-) I tried to install it, but it failed. Thanks for your job. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: setserial 2.17-45.2

[Bug 625955] [NEW] vsftpd installation fails if there's a user name starting with ftp

2010-08-28 Thread Stephane Chazelas
Public bug reported: Binary package hint: vsftpd 2.2.2-3ubuntu6 debian/vsftpd.postinst has if ! getent passwd | grep -q ^${_USERNAME} ($_USERNAME being ftp by default). It should be: if ! getent -- passwd $_USERNAME same for groups. ** Affects: vsftpd (Ubuntu) Importance: Undecided

[Bug 648202] [NEW] vsftpd started even if not in standalone mode

2010-09-26 Thread Stephane Chazelas
Public bug reported: Binary package hint: vsftpd (lucid vsftpd 2.2.2-3ubuntu6) because of a syntax error in /etc/init/vsftpd.con, vsftd is started (and respawns a lot as it fails to start) if there's no listen=yes in /etc/vsftpd.conf /etc/init/vsftpd.conf has: if [ -e

[Bug 648202] Re: vsftpd started even if not in standalone mode

2010-09-27 Thread Stephane Chazelas
Also, I suspect the last line of the pre-start script should be: check_standalone_mode || stop instead of: check_standalone_mode || exit 0 which is a no-op except for the message that check_standalone_mode might display. -- vsftpd started even if not in standalone mode

[Bug 368044] Re: slapd crash when using SQL backend

2009-10-08 Thread Stephane Chazelas
What do you mean by where does it come from?. I comes from me some time ago. Why classify as low? Is it because the sql backend isn't supported? Cheers, Stephane -- slapd crash when using SQL backend https://bugs.launchpad.net/bugs/368044 You received this bug notification because you

[Bug 250549] Re: Wrong interface speed from snmpd running as snmp user

2009-10-14 Thread Stephane Lapie
Also confirming this problem. This is really ANNOYING with a full network of Ubuntu machines, there is no proper way of monitoring the network interface information, screwing up about every NMS you can find in the book. Any further input, help, or attention would be much appreciated. -- Wrong

Re: [Bug 364581] Re: Crash when logging in

2009-10-14 Thread Stephane Chazelas
is the adding of a missing #include, which can't do much harm. regards, Stephane -- Crash when logging in https://bugs.launchpad.net/bugs/364581 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mod-auth-mysql in ubuntu. -- Ubuntu-server-bugs

[Bug 510086] [NEW] localhost connection timeouts after start of eucalyptus

2010-01-20 Thread Stephane Chazelas
Public bug reported: This is on ubuntu karmic server. After the starting of eucalyptus (sudo start eucalyptus), any TCP connection attempt on the loopback interface (the connect(2) system call) to a port that has no listener hangs instead of returning immediately with ECONNREFUSED. The problem

Re: [Bug 510086] Re: localhost connection timeouts after start of eucalyptus

2010-01-30 Thread Stephane Chazelas
on port 2), you'll see telnet hanging instead of returning with a connection refused error message (that is, if you can reproduce the bug, but I'm quite confident that it's easily reproducible as it happened after a fresh install of Ubuntu Cloud with default parameters) Best regards, Stephane

[Bug 520339] Re: package mysql-server 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2010-02-11 Thread Stephane Chaudy
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/39051497/Dependencies.txt ** Attachment added: DpkgTerminalLog.gz http://launchpadlibrarian.net/39051498/DpkgTerminalLog.gz -- package mysql-server 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subprocess

[Bug 520339] Re: package mysql-server 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2010-03-02 Thread Stephane Chaudy
the user debian-sys-maint has lost his password ! I repair it : # grep password /etc/mysql/debian.cnf # mysql -u root -p mysql SET PASSWORD FOR 'debian-sys-maint'@'localhost' = PASSWORD('LE_MOT_DE_PASSE_ICI'); mysql FLUSH PRIVILEGES; mysql exit; All is ok now !

[Bug 536620] [NEW] SEGV when using pasv_address

2010-03-10 Thread Stephane Chazelas
Public bug reported: Binary package hint: vsftpd vsftpd2.2.0-1ubuntu1 Any attempt to set the pasv_address configuration parameter causes vsftpd to SEGV upon a client issuing a PASV FTP command. The bug was already fixed upstreams in 2.2.1, the fix is: ---

[Bug 587858] [NEW] update-motd executed even in non-interactive sessions

2010-05-31 Thread Stephane Chazelas
Public bug reported: ssh localhost exit takes edges on lucid (ii libpam-modules1.1.1-2ubuntu2 Pluggable Authentication Modules for PAM ii openssh-server1:5.3p1-3ubuntu3 secure shell

[Bug 1384122] Re: SNMPD defaultmonitors not working

2014-11-12 Thread Stephane Neveu
Hi, I'm also affected by this bug on ubuntu 14.04 LTS server 64 Bit : syslog:Nov 12 08:34:25 myhost snmpd[30963]: /etc/snmp/snmpd.conf: line 143: Warning: Unknown token: defaultMonitors. syslog:Nov 12 08:34:25 myhost snmpd[30963]: /etc/snmp/snmpd.conf: line 145: Warning: Unknown token:

[Bug 55972] Re: f-spot unrotates images when exporting to Gallery

2006-08-30 Thread Stephane Delcroix
A lot of new things on this patch: http://bugzilla.gnome.org/show_bug.cgi?id=165645 Andrew(comment #3): you can contact me by email if you need new things in it. -- f-spot unrotates images when exporting to Gallery https://launchpad.net/bugs/55972 -- ubuntu-bugs mailing list

[Bug 62952] Re: CD not auto mounted on insertion

2006-10-29 Thread Stephane Mikaty
I found the problem. When upgrading to Dapper, a new user called haldaemon was created. However it was not part of the cdrom group, and so couldn't access /dev/cdrom. I solved the problem by typing the command: adduser haldaemon cdrom Now it works fine. I still think it's an upgrade bug. The

[Bug 184542] Re: evolution crashed with SIGSEGV in pthread_mutex_lock()

2008-03-28 Thread adline stephane
The error arrived also on exiting evolution. Hardy 8.04 x86 -- evolution crashed with SIGSEGV in pthread_mutex_lock() https://bugs.launchpad.net/bugs/184542 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 112561] Re: [apport] debsecan crashed with IOError in write()

2008-04-28 Thread colmire stephane
Same problem as DougB on AMD x86_64, Ubuntu 8.04LTS, a short time after log on. -- [apport] debsecan crashed with IOError in write() https://bugs.launchpad.net/bugs/112561 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 200683] Re: Launching F-Spot crashes with SIGSEGV

2008-03-12 Thread Stephane Delcroix
fixed upstream, in trunk and F_SPOT_0_4_2_STABLE branch ** Summary changed: - Launching F-Spot crashes with SIGSEGV + F-Spot db upgrade issue -- F-Spot db upgrade issue https://bugs.launchpad.net/bugs/200683 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 189690] [NEW] libGLw.so is not provided by a package

2008-02-06 Thread Stephane Galland
Public bug reported: libGLw is a part of the mesa project which permits to use GL with Motif/Lesstif GUI. No package in Ubuntu provide the libGLw library. Some googling let me see the package libglw1-mesa as a possible missed provider. This missed package was build from the mesa source

[Bug 189690] Re: libGLw.so is not provided by a package

2008-02-06 Thread Stephane Galland
** Changed in: mesa (Ubuntu) Status: New = Confirmed -- libGLw.so is not provided by a package https://bugs.launchpad.net/bugs/189690 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 185311] Re: hardy, locking assertion failure, xorg/libsdl

2008-06-21 Thread Stephane wirtel
I get the same problem with openoffice.org-writer 2.4.1-1ubuntu1 on hardy If I launch oowriter with xterm I get this backtrace and oowriter is stopped, but oowriter works if I use the gnome's launcher $ oowriter $ Locking assertion failure. Backtrace: #0 /usr/lib/libxcb-xlib.so.0

[Bug 185311] Re: hardy, locking assertion failure, xorg/libsdl

2008-06-21 Thread Stephane wirtel
I forgot my configuration Linux atlantis 2.6.24-19-generic #1 SMP Wed Jun 4 15:10:52 UTC 2008 x86_64 GNU/Linux model name : Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz -- hardy, locking assertion failure, xorg/libsdl https://bugs.launchpad.net/bugs/185311 You received this bug

[Bug 185311] Re: hardy, locking assertion failure, xorg/libsdl

2008-06-21 Thread Stephane wirtel
Hi, after removing the packages openoffice.org-gnome and openoffice.org-gtk I get the same result that Sam. OpenOffice starts, but I have the default theme, and it's very ugly ;-) the bug is in openoffice.org-gtk and not in openoffice.org-gnome -- hardy, locking assertion failure, xorg/libsdl

[Bug 234413] Re: Evince with memory leak

2008-05-28 Thread adline stephane
Hello, I have the same problem but it seems to stabilize at 788Mb. But if I try to zoom, evince tried to use all my memory. I' attached a pdf causing the problem. PS : I've reported a lot of messages on the console : there are [EMAIL PROTECTED]:~$ evince reduction.pdf Error: Illegal entry

[Bug 234413] Re: Evince with memory leak

2008-05-30 Thread adline stephane
I've just updated ubuntu (with an update of evince to 2.22.2), and the problem is still present. -- Evince with memory leak https://bugs.launchpad.net/bugs/234413 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 113621] Playing another file while Totem is running and paused issue

2007-05-09 Thread Stephane Travostino
. Cheers, Stephane. ProblemType: Bug Architecture: i386 Date: Wed May 9 16:25:11 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/bin/totem Package: totem-xine 2.18.1-0ubuntu3 [modified: usr/lib/totem/totem-plugin-viewer usr/bin/totem usr/bin/totem-video-thumbnailer usr/bin/totem-video-indexer

[Bug 113621] Re: Playing another file while Totem is running and paused issue

2007-05-09 Thread Stephane Travostino
** Attachment added: Dependencies.txt http://librarian.launchpad.net/7590596/Dependencies.txt ** Attachment added: ProcMaps.txt http://librarian.launchpad.net/7590597/ProcMaps.txt ** Attachment added: ProcStatus.txt http://librarian.launchpad.net/7590598/ProcStatus.txt -- Playing

[Bug 104990] Re: [need-packaging] Subclipse

2008-07-25 Thread Stephane Galland
New upstream 1.2.4 - 1.4.1 Packages available on http://download.tuxfamily.org/arakhne/ubuntu for feisty, edgy and hardy. Regards, -- [need-packaging] Subclipse https://bugs.launchpad.net/bugs/104990 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 104990] Re: [need-packaging] Subclipse

2007-10-01 Thread Stephane Galland
po-debconf translation files added to the package. I provided also the French translations. ** Changed in: ubuntu Status: In Progress = Fix Committed -- [need-packaging] Subclipse https://bugs.launchpad.net/bugs/104990 You received this bug notification because you are a member of Ubuntu

[Bug 36090] Re: gnome-settings-daemon crashes upon launch

2007-09-17 Thread Stephane Travostino
*** This bug is a duplicate of bug 27143 *** https://bugs.launchpad.net/bugs/27143 Reopened in Gutsy. Today the update for gnome-control-center (1:2.19.92-0ubuntu3) shipped and broke everything. I'm getting this error, but I'm not using evdev. I created a new user and the same error shows

[Bug 138277] Re: Gnome settings daemon doesn't work

2007-09-17 Thread Stephane Travostino
The upgrade shipped today for gnome-control-center (1:2.19.92-0ubuntu3) broke everything. I've reopened bug #36090, since it seems to be exactly the same bug. Searching on the bug reports someone says it's related to evdev, but it's not enabled/used in my system. -- Gnome settings daemon

[Bug 113621] Re: Playing another file while Totem is running and paused issue

2007-05-22 Thread Stephane Travostino
Which locally modified versions? Which official Ubuntu version? You mean that my totem is the XINE version, and not the GStreamer (and supported) one? Totem was installed from the Ubuntu repositories, I don't have modified anything. I don't understand :) Stephane. P.S.: I just saw a modified

[Bug 104990] Re: [need-packaging] Subclipse

2007-09-09 Thread Stephane Galland
Remarks from Daniel was applied for version 1.2.3-0ubuntu2 of the package. Because the Subclipse team released the version 1.2.4, the package was updated to reflect this change. The new version of the package is now available in binary and source version on my repository: deb

[Bug 104990] Re: [need-packaging] Subclipse

2007-09-10 Thread Stephane Galland
The changelog is updated. Sorry for the native package due to a compilation mistake...I published a diff.gz now. ** Changed in: ubuntu Assignee: Stephane Galland = Daniel Holbach Status: In Progress = Fix Committed -- [need-packaging] Subclipse https://bugs.launchpad.net/bugs

[Bug 136857] exa crashes when desktop effects are active plus flickering issues

2007-09-02 Thread Stephane Travostino
Public bug reported: Hi, I'm running a just-updated Ubuntu Gutsy Gibbon, and I wanted to enable EXA on my Radeon Mobility U1 card to see if I could have some performance improvements with Compiz. I just added Option AccelMethod EXA without any other option in the xorg configuration file.

[Bug 34584] Re: screensaver flicker ati

2007-09-02 Thread Stephane Travostino
*** This bug is a duplicate of bug 22045 *** https://bugs.launchpad.net/bugs/22045 I think this bug has to be reopened since it happens with Ubuntu Gutsy Gibbon (just updated) with open-source radeon driver and EXA enabled. With XAA there's no flickering. -- screensaver flicker ati

[Bug 34584] Re: screensaver flicker ati

2007-09-02 Thread Stephane Travostino
*** This bug is a duplicate of bug 22045 *** https://bugs.launchpad.net/bugs/22045 I think this bug has to be reopened since it happens with Ubuntu Gutsy Gibbon (just updated) with open-source radeon driver and EXA enabled. With XAA there's no flickering. -- screensaver flicker ati

[Bug 136857] Re: exa crashes when desktop effects are active plus flickering issues

2007-09-02 Thread Stephane Travostino
** Attachment added: Xorg.0.log.old http://launchpadlibrarian.net/9095158/Xorg.0.log.old -- exa crashes when desktop effects are active plus flickering issues https://bugs.launchpad.net/bugs/136857 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 133425] Re: f-spot refuses to import, System.NullReferenceException:

2007-08-26 Thread Stephane Delcroix
** Bug watch added: GNOME Bug Tracker #470331 http://bugzilla.gnome.org/show_bug.cgi?id=470331 ** Also affects: f-spot via http://bugzilla.gnome.org/show_bug.cgi?id=470331 Importance: Unknown Status: Unknown -- f-spot refuses to import, System.NullReferenceException:

[Bug 133425] Fixed upstream

2007-08-26 Thread Stephane Delcroix
This was fixed upstream, but post 0.4.0 release. Note to packager: Andrew, f-spot trunk only contains bugfixes now, and I'll branch it on monday to keep a 0.4.0-stable branch. Feel free to pick anything from there. -- f-spot refuses to import, System.NullReferenceException:

[Bug 104990] Re: [need-packaging] Subclipse

2007-08-13 Thread Stephane Galland
= Fix Committed ** Changed in: Ubuntu Assignee: Stephane Galland = (unassigned) -- [need-packaging] Subclipse https://bugs.launchpad.net/bugs/104990 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 104990] Re: [need-packaging] Subclipse

2007-08-14 Thread Stephane Galland
** Changed in: Ubuntu Assignee: (unassigned) = Daniel Holbach -- [need-packaging] Subclipse https://bugs.launchpad.net/bugs/104990 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 132379] Re: [need-packaging] Bib2ML

2007-08-14 Thread Stephane Galland
Packages and sources are available at: deb http://download.tuxfamily.org/arakhne/ubuntu feisty-arakhne universe deb-src http://download.tuxfamily.org/arakhne/ubuntu feisty-arakhne universe -- [need-packaging] Bib2ML https://bugs.launchpad.net/bugs/132379 You received this bug notification

[Bug 132379] [need-packaging] Bib2ML

2007-08-14 Thread Stephane Galland
Public bug reported: Bib2ML is a set of tools which permit to generate HTML, XML or SQL documents from a BibTeX database. The author provides packages which could be included in Ubuntu repository after some fixes. http://www.arakhne.org/bib2ml/ ** Affects: Ubuntu Importance: Undecided

[Bug 122531] rhythmbox crashes on start with ipod

2007-06-27 Thread Stephane Epardaud
Public bug reported: Binary package hint: rhythmbox Whenever I start rhythmbox with my ipod plugged in it crashes: $ rhythmbox RhythmDB-ERROR **: file rhythmdb.c: line 2699 (rhythmdb_entry_set_internal): assertion failed: (g_utf8_validate (g_value_get_string (value), -1, NULL)) aborting...

[Bug 122531] Re: rhythmbox crashes on start with ipod

2007-06-27 Thread Stephane Epardaud
I could not install rhythmbox-dbg: $ sudo apt-get install libglib2.0-0-dbg libgtk2.0-0-dbg rhythmbox-dbg Reading package lists... Done Building dependency tree Reading state information... Done Package rhythmbox-dbg is not available, but is referred to by another package. This may mean

[Bug 122531] Re: rhythmbox crashes on start with ipod

2007-06-27 Thread Stephane Epardaud
I got somewhere, still unsure how to use /usr/lib/debug though... (gdb) where #0 0xb6f24cab in g_logv () from /usr/lib/libglib-2.0.so.0 #1 0xb6f24f29 in g_log () from /usr/lib/libglib-2.0.so.0 #2 0xb6f24fa6 in g_assert_warning () from /usr/lib/libglib-2.0.so.0 #3 0x080ae42c in

[Bug 104990] Re: [need-packaging] Subclipse

2007-07-18 Thread Stephane Galland
-arakhne universe It is also available from a browser at the address: http://download.tuxfamily.org/arakhne/pool/eclipse-plugin-subclipse/ May my packaging work be used as a basis for the official Ubuntu packaging? Stephane. -- [need-packaging] Subclipse https://bugs.launchpad.net/bugs/104990 You

[Bug 325506] [NEW] /usr/lib/jni not put in java.library.path

2009-02-04 Thread Stephane Galland
Public bug reported: The standard Debian rules about Java introduce /usr/lib/jni as the location of the JNI libraries. This path is not present in the default Sun JRE library path. The only way to put /usr/lib/jni in java.library.path is to explicitly use the -D command line option or to set

[Bug 325506] Re: /usr/lib/jni not put in java.library.path

2009-02-04 Thread Stephane Galland
** Attachment added: Wrapping script http://launchpadlibrarian.net/21997812/jre_wrapper.sh -- /usr/lib/jni not put in java.library.path https://bugs.launchpad.net/bugs/325506 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 364807] [NEW] djbdns failed to install

2009-04-21 Thread colmire stephane
Public bug reported: Binary package hint: daemontools Ubuntu 9,04rc for i386 I was trying to install 'djbdns' but the installation via Synaptic didn't end properly. ProblemType: Package Architecture: i386 Dependencies: libgcc1 1:4.3.3-5ubuntu4 gcc-4.3-base 4.3.3-5ubuntu4 findutils

[Bug 364807] Re: djbdns failed to install

2009-04-21 Thread colmire stephane
** Attachment added: DpkgTerminalLog.txt http://launchpadlibrarian.net/25832914/DpkgTerminalLog.txt -- djbdns failed to install https://bugs.launchpad.net/bugs/364807 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 348916] [NEW] gnome-control-center crashed on a fresh install of Ubuntu 8, 10

2009-03-26 Thread colmire stephane
Public bug reported: Binary package hint: gnome-control-center It's a fresh installation of Ubuntu 8,10 on an i386 CPU clone. Can't explain it : never met in any previous installation i did. gnome-control-center Installé : 1:2.24.0.1-0ubuntu7.1 Candidat : 1:2.24.0.1-0ubuntu7.1 I was updating

[Bug 348916] Re: gnome-control-center crashed on a fresh install of Ubuntu 8, 10

2009-03-26 Thread colmire stephane
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/24360503/Dependencies.txt ** Attachment added: DpkgTerminalLog.txt http://launchpadlibrarian.net/24360504/DpkgTerminalLog.txt -- gnome-control-center crashed on a fresh install of Ubuntu 8,10

[Bug 310004] [NEW] crash while doing almost nothing

2008-12-20 Thread stephane senesi
Public bug reported: Binary package hint: thunderbird I got three thunderbird crashes in a row : two during managing email accounts, and one while typing an email The only special elements of my context are : - recent upgrade from Ubuntu 7.10 to Ubuntu 8.10 (while keeping my $HOME data) -

[Bug 463268] Re: Came out of sleep and saw a message indicating a kernel problem

2009-10-29 Thread Stephane Vaucher
** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/34597305/AlsaDevices.txt ** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/34597307/BootDmesg.txt ** Attachment added: Card0.Amixer.values.txt

[Bug 463268] [NEW] Came out of sleep and saw a message indicating a kernel problem

2009-10-29 Thread Stephane Vaucher
Public bug reported: First time this happens, I just installed the beta and put my machine to sleep. Coming out of sleep I did not notice anything weird, but I saw there was a problem as indicated by the ubuntu diagnostic system. If this continues (after installing 9.10), I'll add any debugging

[Bug 250549] Re: Wrong interface speed from snmpd running as snmp user

2009-10-14 Thread Stephane Lapie
Also confirming this problem. This is really ANNOYING with a full network of Ubuntu machines, there is no proper way of monitoring the network interface information, screwing up about every NMS you can find in the book. Any further input, help, or attention would be much appreciated. -- Wrong

Re: [Bug 364581] Re: Crash when logging in

2009-10-14 Thread Stephane Chazelas
is the adding of a missing #include, which can't do much harm. regards, Stephane -- Crash when logging in https://bugs.launchpad.net/bugs/364581 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs

[Bug 368044] Re: slapd crash when using SQL backend

2009-10-08 Thread Stephane Chazelas
What do you mean by where does it come from?. I comes from me some time ago. Why classify as low? Is it because the sql backend isn't supported? Cheers, Stephane -- slapd crash when using SQL backend https://bugs.launchpad.net/bugs/368044 You received this bug notification because you

[Bug 451964] Re: nautilus crashes when (left AND right) clicking on a removable disk icon

2009-10-16 Thread adline stephane
** Visibility changed to: Public -- nautilus crashes when (left AND right) clicking on a removable disk icon https://bugs.launchpad.net/bugs/451964 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 406036] Re: inkscape crashes with _gdk_input_grab_pointer: assertion failed: (input_window != NULL)

2009-09-28 Thread Stephane Epardaud
Same crash here, what information do you need to fix it? -- inkscape crashes with _gdk_input_grab_pointer: assertion failed: (input_window != NULL) https://bugs.launchpad.net/bugs/406036 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 406036] Re: inkscape crashes with _gdk_input_grab_pointer: assertion failed: (input_window != NULL)

2009-09-28 Thread Stephane Epardaud
I'd love to but there doesn't seem to be any dbgsym packages for Inkscape after I added the repos… -- inkscape crashes with _gdk_input_grab_pointer: assertion failed: (input_window != NULL) https://bugs.launchpad.net/bugs/406036 You received this bug notification because you are a member of

[Bug 468935] [NEW] package linux-image-2.6.31-14-virtual (not installed) failed to install/upgrade: tentative d'?crasement de '/boot/vmlinuz-2.6.31-14-server', qui est aussi dans le paquet linux-image

2009-11-01 Thread colmire stephane
AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: stephane 1893 F pulseaudio CRDA: Error: [Errno 2] Aucun fichier ou dossier de ce type Card0.Amixer.info: Card hw:0 'Intel'/'HDA Intel at 0xf9ff8000 irq 22' Mixer name : 'Realtek ALC1200' Components : 'HDA

[Bug 468935] Re: package linux-image-2.6.31-14-virtual (not installed) failed to install/upgrade: tentative d'?crasement de '/boot/vmlinuz-2.6.31-14-server', qui est aussi dans le paquet linux-image-2

2009-11-01 Thread colmire stephane
** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/34879252/AlsaDevices.txt ** Attachment added: AplayDevices.txt http://launchpadlibrarian.net/34879254/AplayDevices.txt ** Attachment added: AptOrdering.txt http://launchpadlibrarian.net/34879256/AptOrdering.txt **

[Bug 368044] [NEW] slapd crash when using SQL backend

2009-04-27 Thread Stephane Chazelas
/lib/tls/i686/cmov/libc.so.6 No symbol table info available. #6 0xb7e54e29 in ber_memfree_x (p=0xb830b13c, ctx=0x0) at /home/stephane/install/DEB/openldap-2.4.11/libraries/liblber/memory.c:152 __PRETTY_FUNCTION__ = ber_memfree_x #7 0xb7f43590 in ch_free (ptr=0xb830b13c) at /home/stephane

[Bug 368044] Re: slapd crash when using SQL backend

2009-04-27 Thread Stephane Chazelas
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/26034841/Dependencies.txt -- slapd crash when using SQL backend https://bugs.launchpad.net/bugs/368044 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 368044] Re: slapd crash when using SQL backend

2009-04-27 Thread Stephane Chazelas
I'm not seeing the patch, so I attach it again. Sorry if that causes a duplicate. ** Attachment added: possible fix http://launchpadlibrarian.net/26034890/slapd.diff -- slapd crash when using SQL backend https://bugs.launchpad.net/bugs/368044 You received this bug notification because you

[Bug 310824] Re: opreport crashes with error: basic_string::erase

2009-06-04 Thread Stephane Belmon
The patch Magnus's mentioned also fixes it for me. -- opreport crashes with error: basic_string::erase https://bugs.launchpad.net/bugs/310824 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-06-09 Thread Stephane Chazelas
that patch is still wrong. The first time a HUP is received, we run the code in the trap and call wait which will wait for both the refresh command and the mysqld one. But we won't return from that trap until mysqld dies, and in the trap the HUP signal is blocked, which means any subsequent HUP

[Bug 398795] [NEW] dist-upgrade failed on linux-generic

2009-07-13 Thread Stephane Neveu
Public bug reported: linux-generic depend on linux-image-generic (= 2.6.28.13.17) ; but : linux-image-generic is still not configured The same for :linux-restricted-modules-generic linux-image-2.6.28-13-generic linux-restricted-modules-2.6.28-13-generic linux-image-generic

[Bug 398795] Re: dist-upgrade failed on linux-generic

2009-07-13 Thread Stephane Neveu
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/28962877/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/28962878/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/28962879/Dependencies.txt **

Re: [Bug 398795] Re: dist-upgrade failed on linux-generic

2009-07-17 Thread Stephane Neveu
... If you need more details, please ask me ... Regards, Stephane 2009/7/17 Leann Ogasawara leann.ogasaw...@canonical.com Examining your DpkgTerminalLog.txt file I see the following: Searching for GRUB installation directory ... No GRUB directory found. To create a template run 'mkdir /boot

[Bug 353396] [NEW] hald crashes on startup upon checking md device

2009-04-01 Thread Stephane Lapie
Public bug reported: Binary package hint: hal In Jaunty Jackalope, hald crashed at boot time (and other daemons depending on hald didn't start). Following the instructions from man hald, running a gdb hald with options --daemon=no --verbose=yes has hald crash at this point : 04:34:26.151 [I]

[Bug 382677] [NEW] crash with SQL backend on search with empty attributes

2009-06-02 Thread Stephane Chazelas
) { goto done; That's only a work around. The fix would be to implement the support for such searches. Best regards, Stephane ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 NonfreeKernelModules: nvidia Package: slapd 2.4.15-1ubuntu3 ProcEnviron: SHELL=/bin/zsh PATH=(custom, user

[Bug 382677] Re: crash with SQL backend on search with empty attributes

2009-06-02 Thread Stephane Chazelas
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/27403420/Dependencies.txt -- crash with SQL backend on search with empty attributes https://bugs.launchpad.net/bugs/382677 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 104990] Re: [need-packaging] Subclipse

2008-09-24 Thread Stephane Galland
From the original Tigris's Jar, my packaging script is copying the plugins jars and directories as-is and is unpacking the feature's jars. This is the basic way Eclipse Updater is installing its plugins. Stéphane. -- [need-packaging] Subclipse https://bugs.launchpad.net/bugs/104990 You received

[Bug 104990] Re: [need-packaging] Subclipse

2008-09-24 Thread Stephane Galland
My Subclipse package was renamed (to correspond to the basic way to name the Eclipse's plugins) and moved in the repository tree: http://download.tuxfamily.org/arakhne/pool/e/eclipse-subclipse/ Stéphane -- [need-packaging] Subclipse https://bugs.launchpad.net/bugs/104990 You received this bug

[Bug 104990] Re: [need-packaging] Subclipse

2008-09-11 Thread Stephane Galland
Hi guys, New upstream 1.4.1 - 1.4.4. Versions prior to 1.4.4 crash with the new version of libsvn-java (1.5.x, recently updated by the Ubuntu team). Successfully tested on up-to-date hardy distribution with Eclipse 3.2. Packages available on the repositoty

[Bug 88007] Re: Incomplete RSS feed subscription page

2007-02-27 Thread Stephane Travostino
Fixed with Epiphany 2.17.92-0ubuntu1 and Firefox 2.0.0.2+1-0ubuntu1 -- Incomplete RSS feed subscription page https://launchpad.net/bugs/88007 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 86750] [apport] compiz.real crashed with SIGSEGV

2007-02-21 Thread adline stephane
--indirect-rendering --replace gconf ProcCwd: /home/stephane ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=fr_BE.UTF-8 Signal: 11 SourcePackage: compiz Stacktrace: Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1

<    1   2   3   4   5   >