[Bug 1683460] Re: cannot save several times a scan

2017-04-17 Thread Baptiste Mille-Mathias
actually this is possible to save again using the "save as" in the
application menu.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1683460

Title:
  cannot save several times a scan

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1683460/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1683460] [NEW] cannot save several times a scan

2017-04-17 Thread Baptiste Mille-Mathias
Public bug reported:

I wanted to save the same scan in png and pdf but the save button kept
insensitive after the first save even after rotating a page hoping to
trigger an unsaved status.

version: 3.24.0

** Affects: simple-scan (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1683460

Title:
  cannot save several times a scan

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1683460/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1416995] Re: maatkit not functionnal with perl 5.14

2015-02-02 Thread Baptiste Mille-Mathias
** Summary changed:

- maatkit not compatible with 5.14
+ maatkit not functionnal with perl 5.14

** Branch linked: lp:ubuntu/precise/maatkit

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1416995

Title:
  maatkit not functionnal with perl 5.14

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maatkit/+bug/1416995/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1416995] [NEW] maatkit not compatible with 5.14

2015-02-02 Thread Baptiste Mille-Mathias
Public bug reported:

Since upgrading to precise maatkit doesn't work because of deprecated code.
$ sudo /usr/bin/mk-heartbeat --foo --bar
Use of qw(...) as parentheses is deprecated at /usr/bin/mk-heartbeat line 3204
$ echo $?
255

vim /usr/bin/mk-heartbeat +3204
- Transformers-import qw(ts unix_timestamp);
+ Transformers-import(qw(ts unix_timestamp));

$ sudo /usr/bin/mk-heartbeat --foo --bar
$ echo $?
0

** Affects: maatkit (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

- Since upgrading to precise maatkit doesn't work because of deprecated code. 
+ Since upgrading to precise maatkit doesn't work because of deprecated code.
  $ sudo /usr/bin/mk-heartbeat --foo --bar
  Use of qw(...) as parentheses is deprecated at /usr/bin/mk-heartbeat line 3204
  $ echo $?
  255
  
  vim /usr/bin/mk-heartbeat +3204
  - Transformers-import qw(ts unix_timestamp);
  + Transformers-import(qw(ts unix_timestamp));
+ 
+ $ sudo /usr/bin/mk-heartbeat --foo --bar
+ $ echo $?
+ 0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1416995

Title:
  maatkit not compatible with 5.14

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maatkit/+bug/1416995/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1175027] Re: crypt_r() failed (2: No such file or directory) when using auth_basic

2013-09-09 Thread Baptiste Mille-Mathias
Hello,

I encounter this same error on raring (nginx 1.2.6-1ubuntu3.2)

2013/09/09 10:30:36 [crit] 16916#0: *1 crypt_r() failed (2: No such file
or directory), client: 193.252.149.xxx, server: xxx.damnpeople.fr,
request: GET /private/ HTTP/1.1, host: xxx.damnpeople.fr

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1175027

Title:
  crypt_r() failed (2: No such file or directory) when using auth_basic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1175027/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 894660] [NEW] odbcinst segfault when no there is no /etc/odbcinst.ini

2011-11-25 Thread Baptiste Mille-Mathias
Public bug reported:

[mymachine] me:~/ odbcinst -q -d
Segmentation fault (core dumped)

strace showed me it segfault after trying to open /etc/odbcinst.ini which 
doens't exists.
after a touch /etc/odbcinst.ini no more crash.

distribution: lucid
version: 2.2.11-21

** Affects: unixodbc (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to unixodbc in Ubuntu.
https://bugs.launchpad.net/bugs/894660

Title:
  odbcinst segfault when no there is no /etc/odbcinst.ini

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unixodbc/+bug/894660/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 894660] [NEW] odbcinst segfault when no there is no /etc/odbcinst.ini

2011-11-25 Thread Baptiste Mille-Mathias
Public bug reported:

[mymachine] me:~/ odbcinst -q -d
Segmentation fault (core dumped)

strace showed me it segfault after trying to open /etc/odbcinst.ini which 
doens't exists.
after a touch /etc/odbcinst.ini no more crash.

distribution: lucid
version: 2.2.11-21

** Affects: unixodbc (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894660

Title:
  odbcinst segfault when no there is no /etc/odbcinst.ini

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unixodbc/+bug/894660/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 803604] Re: package cgroup-bin 0.37.1-1ubuntu2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-08-01 Thread Baptiste Mille-Mathias
it seems to fail on that:

sudo /usr/sbin/cgconfigparser -l /etc/cgconfig.conf
Loading configuration file /etc/cgconfig.conf failed
Cgroup mounting failed

etc/cgconfig.conf contains
# lots of comments
#
mount {
cpu = /sys/fs//cgroup/cpu;
cpuacct = /sys/fs/cgroup/cpuacct;
devices = /sys/fs/cgroup/devices;
memory = /sys/fs/cgroup/memory;
}

yes with the double //, removing it don't fix the problem

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803604

Title:
  package cgroup-bin 0.37.1-1ubuntu2 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/803604/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 803604] Re: package cgroup-bin 0.37.1-1ubuntu2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-08-01 Thread Baptiste Mille-Mathias
the content of cgroup-bin.postinst
#!/bin/sh
set -e
# Automatically added by dh_installinit
if [ -e /etc/init/cgconfig.conf ]; then
invoke-rc.d cgconfig start || exit $?
fi
# End automatically added section
# Automatically added by dh_installinit
update-rc.d -f cgconfig remove /dev/null || exit $?
# End automatically added section
# Automatically added by dh_installinit
if [ -e /etc/init/cgred.conf ]; then
invoke-rc.d cgred start || exit $?
fi
# End automatically added section
# Automatically added by dh_installinit
update-rc.d -f cgred remove /dev/null || exit $?
# End automatically added section
# Automatically added by dh_installinit
if [ -e /etc/init/libvirt-cgred-wait.conf ]; then
invoke-rc.d libvirt-cgred-wait start || exit $?
fi
# End automatically added section
# Automatically added by dh_installinit
update-rc.d -f libvirt-cgred-wait remove /dev/null || exit $?
# End automatically added section

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803604

Title:
  package cgroup-bin 0.37.1-1ubuntu2 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/803604/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 803604] Re: package cgroup-bin 0.37.1-1ubuntu2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-08-01 Thread Baptiste Mille-Mathias
Hi Serge,

yes I can, I though It could be caused by my custom kernel but it
didn't.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803604

Title:
  package cgroup-bin 0.37.1-1ubuntu2 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/803604/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 803604] Re: package cgroup-bin 0.37.1-1ubuntu2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-08-01 Thread Baptiste Mille-Mathias
Hmm actually I don't tested on the stock kernel, when I tested. I'm
using an hosted server with a custom kernel provided by the hosting
company, I'll try to test with a stock kernel and I'll come back to you
(not sure when as I'm going to vacation soon).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803604

Title:
  package cgroup-bin 0.37.1-1ubuntu2 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/803604/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 708749] Re: metacity leaves dead windows that float on top of other windows

2011-05-03 Thread Baptiste Mille-Mathias
*** This bug is a duplicate of bug 654768 ***
https://bugs.launchpad.net/bugs/654768

Hi,

do you have the compositor of metacity activated or not? if yes, could
you disable it (using gconf-editor) and relaunch metacity ($ metacity
--replace ) and see if you experience the same problem ?

thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/708749

Title:
  metacity leaves dead windows that float on top of other windows

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 654768] Re: compositor produces artefacts starting in maverick

2010-11-05 Thread Baptiste Mille-Mathias
** Summary changed:

- GTK+ artefact in maverick
+ compositor produces artefacts starting in maverick

** Description changed:

  Binary package hint: xorg
  
  Since I migrated my two machines to maverick they experience the same issue, 
under certain circonstances I didn't succed to define, there are some artefacts 
created on the display.
  On the attached screenshot, you can see the artefact was created on the right 
part.
  
  My two machines have different hardware, like nvidia versus intel,
  desktop versus laptop, dell versus lenovo.
  
+ I seems to be related to metacity as restarting it makes the artefacts
+ go away.
+ 
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: xserver-xorg 1:7.5+6ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  Architecture: amd64
  DRM.card0.DVI.D.1:
-  status: disconnected
-  enabled: disabled
-  dpms: Off
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes:
+  edid-base64:
  DRM.card0.LVDS.1:
-  status: connected
-  enabled: enabled
-  dpms: On
-  modes: 1280x800
-  edid-base64: 
AP///wAwrjFAAAEQAQOAHhN46ofFlFdPjCclUFQBAQEBAQEBAQEBAQEBAQEBDRsAfFAgFjAwIDYAML4QAAAYixYAfFAgFjAwIDYAML4QAAAYDwCBCjKBCigSAQAGr0RH/gBCMTQxRVcwNCBWNyAKAJk=
+  status: connected
+  enabled: enabled
+  dpms: On
+  modes: 1280x800
+  edid-base64: 
AP///wAwrjFAAAEQAQOAHhN46ofFlFdPjCclUFQBAQEBAQEBAQEBAQEBAQEBDRsAfFAgFjAwIDYAML4QAAAYixYAfFAgFjAwIDYAML4QAAAYDwCBCjKBCigSAQAGr0RH/gBCMTQxRVcwNCBWNyAKAJk=
  DRM.card0.VGA.1:
-  status: disconnected
-  enabled: disabled
-  dpms: Off
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes:
+  edid-base64:
  Date: Mon Oct  4 20:45:29 2010
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha amd64 (20100113)
  MachineType: LENOVO 7660RPG
  PccardctlIdent:
-  Socket 0:
-no product info available
+  Socket 0:
+    no product info available
  PccardctlStatus:
-  Socket 0:
-no card
+  Socket 0:
+    no card
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=ddc7f73c-27c1-445c-ba5b-db3b6cbc9c0d ro quiet splash
  ProcEnviron:
-  PATH=(custom, user)
-  LANG=fr_FR.utf8
-  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=fr_FR.utf8
+  SHELL=/bin/bash
  SourcePackage: xorg
  dmi.bios.date: 05/11/2009
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LETC6WW (2.26 )
  dmi.board.name: 7660RPG
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7LETC6WW(2.26):bd05/11/2009:svnLENOVO:pn7660RPG:pvrThinkPadT61:rvnLENOVO:rn7660RPG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7660RPG
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO
  system:
-  distro: Ubuntu
-  codename:   maverick
-  architecture:   x86_64
-  kernel: 2.6.35-22-generic
+  distro: Ubuntu
+  codename:   maverick
+  architecture:   x86_64
+  kernel: 2.6.35-22-generic

** Also affects: metacity (Ubuntu)
   Importance: Undecided
   Status: New

-- 
compositor produces artefacts starting in maverick
https://bugs.launchpad.net/bugs/654768
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 654768] Re: GTK+ artefact in maverick

2010-11-04 Thread Baptiste Mille-Mathias
Hi Brice,

Actually this is not only related to intel as I experience the same
problem with a nvidia powered machine.

-- 
GTK+ artefact in maverick
https://bugs.launchpad.net/bugs/654768
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 634964] Re: bluetooth-applet crashed with SIGSEGV

2010-11-04 Thread Baptiste Mille-Mathias
** Visibility changed to: Public

-- 
bluetooth-applet crashed with SIGSEGV
https://bugs.launchpad.net/bugs/634964
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669651] Re: bluetooth-applet crashed with SIGSEGV in dbusmenu_menuitem_property_set_value()

2010-11-02 Thread Baptiste Mille-Mathias
** Package changed: gnome-bluetooth (Ubuntu) = indicator-applet
(Ubuntu)

-- 
bluetooth-applet crashed with SIGSEGV in dbusmenu_menuitem_property_set_value()
https://bugs.launchpad.net/bugs/669651
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 664693] [NEW] package alsa-utils 1.0.23 -2ubuntu3.3 failed to install/upgrade: le sous-process us script post-installation installé a retourné une erreur de sortie d'état 1

2010-10-21 Thread Baptiste Mille-Mathias
*** This bug is a duplicate of bug 664645 ***
https://bugs.launchpad.net/bugs/664645

Public bug reported:

Binary package hint: alsa-utils

Upgrade error

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: alsa-utils 1.0.23-2ubuntu3.3
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
Architecture: amd64
Date: Thu Oct 21 20:58:17 2010
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha amd64 (20100113)
SourcePackage: alsa-utils
Title: package alsa-utils 1.0.23-2ubuntu3.3 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1

** Affects: alsa-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package maverick

-- 
package alsa-utils 1.0.23-2ubuntu3.3 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
https://bugs.launchpad.net/bugs/664693
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 664693] Re: package alsa-utils 1.0.23-2ub untu3.3 failed to install/upgrade: le sous-processus s cript post-installation installé a retourné une erreur de sortie d'état 1

2010-10-21 Thread Baptiste Mille-Mathias
*** This bug is a duplicate of bug 664645 ***
https://bugs.launchpad.net/bugs/664645

-- 
package alsa-utils 1.0.23-2ubuntu3.3 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
https://bugs.launchpad.net/bugs/664693
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 654768] Re: GTK+ artefact in maverick

2010-10-05 Thread Baptiste Mille-Mathias
On Wed, Oct 6, 2010 at 6:54 AM, Chris Halse Rogers r...@ubuntu.com wrote:
 I don't seem to be able to reproduce this.  Do the steps that you've
 posted reliably reproduce this problem for you?

 It looks like you're possibly running Compiz - if so, do you have any
 non-standard settings there?  Is this reproducible under metacity?

I'm not running Compiz but metacity with compositing enabled. I should
test without compositing to see if the problem appears also.


-- 
Baptiste Mille-Mathias
Les gens heureux ne sont pas pressés
[w] http://damnpeople.fr

-- 
GTK+ artefact in maverick
https://bugs.launchpad.net/bugs/654768
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 654550] [NEW] TERM variable not set

2010-10-04 Thread Baptiste Mille-Mathias
Public bug reported:

Binary package hint: vinagre

Using vinagre to connect to  my work server I discovered the TERM
variable is not set, which make some application not usable.

[FOOBAR010/FRONT][SITE00] ke:~/ top
 
TERM environment variable not set.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: vinagre 2.30.2-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Mon Oct  4 15:53:41 2010
ExecutablePath: /usr/bin/vinagre
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
ProcEnviron:
 PATH=(custom, user)
 LANG=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: vinagre

** Affects: vinagre
 Importance: Unknown
 Status: Unknown

** Affects: vinagre (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

-- 
TERM variable not set
https://bugs.launchpad.net/bugs/654550
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 654550] Re: TERM variable not set

2010-10-04 Thread Baptiste Mille-Mathias

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/654550/+attachment/1671320/+files/Dependencies.txt

** Attachment added: ProcMaps.txt
   
https://bugs.edge.launchpad.net/bugs/654550/+attachment/1671321/+files/ProcMaps.txt

** Attachment added: ProcStatus.txt
   
https://bugs.edge.launchpad.net/bugs/654550/+attachment/1671322/+files/ProcStatus.txt

** Attachment added: XsessionErrors.txt
   
https://bugs.edge.launchpad.net/bugs/654550/+attachment/1671323/+files/XsessionErrors.txt

** Bug watch added: GNOME Bug Tracker #631317
   https://bugzilla.gnome.org/show_bug.cgi?id=631317

** Also affects: vinagre via
   https://bugzilla.gnome.org/show_bug.cgi?id=631317
   Importance: Unknown
   Status: Unknown

-- 
TERM variable not set
https://bugs.launchpad.net/bugs/654550
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 654768] [NEW] GTK+ artefact in maverick

2010-10-04 Thread Baptiste Mille-Mathias
Public bug reported:

Binary package hint: xorg

Since I migrated my two machines to maverick they experience the same issue, 
under certain circonstances I didn't succed to define, there are some artefacts 
created on the display.
On the attached screenshot, you can see the artefact was created on the right 
part.

My two machines have different hardware, like nvidia versus intel,
desktop versus laptop, dell versus lenovo.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: xserver-xorg 1:7.5+6ubuntu3
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
Architecture: amd64
DRM.card0.DVI.D.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1280x800
 edid-base64: 
AP///wAwrjFAAAEQAQOAHhN46ofFlFdPjCclUFQBAQEBAQEBAQEBAQEBAQEBDRsAfFAgFjAwIDYAML4QAAAYixYAfFAgFjAwIDYAML4QAAAYDwCBCjKBCigSAQAGr0RH/gBCMTQxRVcwNCBWNyAKAJk=
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
Date: Mon Oct  4 20:45:29 2010
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha amd64 (20100113)
MachineType: LENOVO 7660RPG
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=ddc7f73c-27c1-445c-ba5b-db3b6cbc9c0d ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: xorg
dmi.bios.date: 05/11/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 7LETC6WW (2.26 )
dmi.board.name: 7660RPG
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7LETC6WW(2.26):bd05/11/2009:svnLENOVO:pn7660RPG:pvrThinkPadT61:rvnLENOVO:rn7660RPG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 7660RPG
dmi.product.version: ThinkPad T61
dmi.sys.vendor: LENOVO
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   x86_64
 kernel: 2.6.35-22-generic

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

-- 
GTK+ artefact in maverick
https://bugs.launchpad.net/bugs/654768
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 654768] Re: GTK+ artefact in maverick

2010-10-04 Thread Baptiste Mille-Mathias

** Attachment added: BootDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671901/+files/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671902/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671903/+files/Dependencies.txt

** Attachment added: GdmLog.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671904/+files/GdmLog.txt

** Attachment added: GdmLog1.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671905/+files/GdmLog1.txt

** Attachment added: GdmLog2.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671906/+files/GdmLog2.txt

** Attachment added: Lspci.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671907/+files/Lspci.txt

** Attachment added: Lsusb.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671908/+files/Lsusb.txt

** Attachment added: PciDisplay.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671909/+files/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671910/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671911/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671912/+files/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671913/+files/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671914/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671915/+files/UdevLog.txt

** Attachment added: XorgLog.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671916/+files/XorgLog.txt

** Attachment added: XorgLogOld.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671917/+files/XorgLogOld.txt

** Attachment added: Xrandr.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671918/+files/Xrandr.txt

** Attachment added: glxinfo.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671919/+files/glxinfo.txt

** Attachment added: monitors.xml.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671920/+files/monitors.xml.txt

** Attachment added: peripherals.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671921/+files/peripherals.txt

** Attachment added: setxkbmap.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671922/+files/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671923/+files/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   
https://bugs.edge.launchpad.net/bugs/654768/+attachment/1671924/+files/xkbcomp.txt

-- 
GTK+ artefact in maverick
https://bugs.launchpad.net/bugs/654768
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 654550] Re: TERM variable not set

2010-10-04 Thread Baptiste Mille-Mathias
it broke seriously byobu session
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
tput: No value for $TERM and no -T specified
/usr/bin/byobu: ligne 45 : [: -eq : opérateur unaire attendu

Byobu sessions...

  1. tput: No value for $TERM and no -T specified
  2. /usr/bin/byobu: ligne 45 : [: -eq : opérateur unaire attendu
  3.  3757.pts-0.ks363454 (20/09/2010 10:39:15) (Detached)
  4.  Create a new session

Choose 1-4 [1]:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

-- 
TERM variable not set
https://bugs.launchpad.net/bugs/654550
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 654768] Re: GTK+ artefact in maverick

2010-10-04 Thread Baptiste Mille-Mathias

** Attachment added: An example
   
https://bugs.edge.launchpad.net/ubuntu/+source/xorg/+bug/654768/+attachment/1672124/+files/Capture-1.png

-- 
GTK+ artefact in maverick
https://bugs.launchpad.net/bugs/654768
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 654768] Re: GTK+ artefact in maverick

2010-10-04 Thread Baptiste Mille-Mathias
To reproduce:
- open a terminal and place it above or below a gnome-panel.
- click on a panel menu, and make sure the menu will hover the terminal.

you should have some artefact.

-- 
GTK+ artefact in maverick
https://bugs.launchpad.net/bugs/654768
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 654768] Re: GTK+ artefact in maverick

2010-10-04 Thread Baptiste Mille-Mathias
Killing gnome-panel will remove all interfact created by panel menu, but
not all.

-- 
GTK+ artefact in maverick
https://bugs.launchpad.net/bugs/654768
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 643418] [NEW] Sync git 1:1.7.2.3-1 (main) from Debian experimental (main)

2010-09-20 Thread Baptiste Mille-Mathias
Public bug reported:

Please sync git 1:1.7.2.3-1 (main) from Debian experimental (main)

Changelog entries since current maverick version 1:1.7.1-1.1:

git (1:1.7.2.3-1) experimental; urgency=low

  * new upstream release.
* post-receive-email: document command-line mode (closes: #428413).
* add-interactive: Clarify “remaining hunks in the file”
  (closes: #526014).
* rebase -i -p: document shortcomings (closes: #532775).
* GIT-VERSION-GEN: restrict tags used (closes: #473604).
* git svn: avoid unnecessary '/' in paths for SVN (thx Jon Dowland,
  closes: #546733, #572847).
* git svn: avoid uninitialized var in 'reset' (thx Jens Seidel,
  closes: #578908).
  * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff,
debian/diff/0004-Check-size-of-path-buffer-before-...diff: remove;
applied upstream.
  * debian/diff/0001-Revert-gitweb-Use-diff_opts-while...diff: new;
prevent gitweb from serving rename patches that GNU patch 2.6.1
cannot apply.
  * debian/diff/0002-Revert-Merge-branch-jn-gitweb-plackup.diff: new;
install gitweb.css et al in /usr/share/gitweb, not a new static/
subdirectory.
  * debian/diff/0003-Do-not-unquote-into-in-URLs.diff: new from
upstream; do not unquote + into space character in URLs.
  * debian/diff/0001-bug-448655-check-etc-mailname-...diff: rename to
debian/diff/0004-bug-448655-check-etc-mailname-if-author...diff.
  * debian/diff/0002-bug-506445-hooks-post-receive-...diff: rename to
debian/diff/0005-bug-506445-hooks-post-receive-...diff; adapt.
  * debian/diff/0006-instaweb-ignore-GITWEB_CONFIG_SYSTEM.diff: new;
instaweb: ignore /etc/gitweb.conf;
debian/diff/0007-gitweb-skip-logo-in-atom-feed-when...diff, ...,
debian/diff/0009-instaweb-disable-logo-and-favicon...diff: new;
instaweb: avoid 404 errors due to nonexistent image files (thx Uwe
Kleine-König, closes: #592733).
  * update debian/copyright.
  * debian/rules, debian/git.README.Debian, debian/gitweb.conf:
install gitweb.js, add an Alias for it to the VirtualHost example,
and configure gitweb to look for it in the right place (closes:
#555047).
  * debian/gitweb.NEWS.Debian: mention the new gitweb.js file.
  * debian/control: gitweb: Depends: apache2 | httpd-cgi (closes:
#559890).
  * debian/gitweb.conf: use relative links for gitweb.css et al
(thx Alban Browaeys, closes: #568343).
  * debian/control: package git: no longer Conflicts: git
( 4.3.20-11).
  * debian/control: package git: Breaks: packages from Debian 5.0
(lenny) relying on removed features such as dashed-form commands in
$PATH (thx Adrian Bunk, closes: #561701); no longer Conflicts: but
Breaks: ancient qgit for the same reason.
  * debian/gitweb.README.Debian: copy-edit.
  * debian/git.README.Debian: retitle to Git for Debian (thx
Christoph Anton Mitterer, closes: #590129).
  * debian/control: Homepage: http://git-scm.com/ (closes: #553220).
  * debian/control: package git no longer Depends: libdigest-sha1-perl
(thx Ansgar Burchardt, closes: #591039).
  * debian/control: Build-Depends: libio-pty-perl for better test
coverage.

 -- Jonathan Nieder jrnie...@gmail.com  Fri, 03 Sep 2010 22:34:30
-0500

** Affects: git (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Sync git 1:1.7.2.3-1 (main) from Debian experimental (main)
https://bugs.launchpad.net/bugs/643418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 642745] [NEW] fprint can't access fingerprint reader

2010-09-19 Thread Baptiste Mille-Mathias
Public bug reported:

Binary package hint: fprint-demo

Install fprint-demo
launch fprint-demo in a console.

libusb couldn't open USB device /dev/bus/usb/003/003: Permission denied.
libusb requires write access to USB device nodes.


ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: fprint-demo 20080303git-5ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.32-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
Architecture: amd64
Date: Sun Sep 19 13:37:14 2010
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha amd64 (20100113)
ProcEnviron:
 PATH=(custom, user)
 LANG=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: fprint-demo

** Affects: fprint-demo (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

-- 
fprint can't access fingerprint reader
https://bugs.launchpad.net/bugs/642745
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 642745] Re: fprint can't access fingerprint reader

2010-09-19 Thread Baptiste Mille-Mathias

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/642745/+attachment/1607928/+files/Dependencies.txt

-- 
fprint can't access fingerprint reader
https://bugs.launchpad.net/bugs/642745
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 642745] Re: fprint can't access fingerprint reader

2010-09-19 Thread Baptiste Mille-Mathias

** Attachment added: lsusb.txt
   
https://bugs.edge.launchpad.net/ubuntu/+source/fprint-demo/+bug/642745/+attachment/1607930/+files/lsusb.txt

-- 
fprint can't access fingerprint reader
https://bugs.launchpad.net/bugs/642745
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 625771] Re: Sponsor new upstream release

2010-09-19 Thread Baptiste Mille-Mathias
On Sun, Sep 19, 2010 at 10:41 PM, Artur Rona ari-tc...@ubuntu.com wrote:
 Why we should upload a package from scratch instead merging 4.70 version
 from Debian? However, the latest upstream release is 4.71. Please pack
 it and resubscribe sponsor when ready.


Anyway now it's over for new package. I'll close the request.


-- 
Baptiste Mille-Mathias
Les gens heureux ne sont pas pressés
[w] http://damnpeople.fr

-- 
Sponsor new upstream release
https://bugs.launchpad.net/bugs/625771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 636999] Re: [SRU] gitweb.js missing in gitweb package

2010-09-17 Thread Baptiste Mille-Mathias
** Summary changed:

- gitweb.js missing in gitweb package
+ [SRU] gitweb.js missing in gitweb package

-- 
[SRU] gitweb.js missing in gitweb package
https://bugs.launchpad.net/bugs/636999
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 636999] Re: gitweb.js missing in gitweb package

2010-09-15 Thread Baptiste Mille-Mathias
I added maverick as target as the bug still exists.

-- 
gitweb.js missing in gitweb package
https://bugs.launchpad.net/bugs/636999
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 636999] [NEW] gitweb.js missing in gitweb package

2010-09-13 Thread Baptiste Mille-Mathias
Public bug reported:

Binary package hint: git-core

Once you setup a gitweb vhost you'll see a message '… GET /gitweb.js
HTTP/1.1 404 573 … for each request.

effectively the file is missing from the package, as stated in the debian bug 
555047 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555047)
I propose the fix for SRU.

** Affects: git-core (Ubuntu)
 Importance: Low
 Status: Confirmed

** Affects: git-core (Debian)
 Importance: Unknown
 Status: Unknown

** Changed in: git-core (Ubuntu)
   Importance: Undecided = Low

** Changed in: git-core (Ubuntu)
   Status: New = Confirmed

** Bug watch added: Debian Bug tracker #555047
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555047

** Also affects: git-core (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555047
   Importance: Unknown
   Status: Unknown

** Changed in: git-core (Ubuntu)
Milestone: None = ubuntu-10.04.2

-- 
gitweb.js missing in gitweb package
https://bugs.launchpad.net/bugs/636999
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 636999] Re: gitweb.js missing in gitweb package

2010-09-13 Thread Baptiste Mille-Mathias

** Patch added: gitweb_js.debdiff
   
https://bugs.edge.launchpad.net/ubuntu/+source/git-core/+bug/636999/+attachment/1577324/+files/gitweb_js.debdiff

-- 
gitweb.js missing in gitweb package
https://bugs.launchpad.net/bugs/636999
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 636999] Re: gitweb.js missing in gitweb package

2010-09-13 Thread Baptiste Mille-Mathias

** Changed in: git-core (Ubuntu)
 Assignee: (unassigned) = Baptiste Mille-Mathias (bmillemathias)

** Patch removed: gitweb_js.debdiff
   
https://bugs.edge.launchpad.net/ubuntu/+source/git-core/+bug/636999/+attachment/1577324/+files/gitweb_js.debdiff

** Patch added: gitweb_js.debdiff
   
https://bugs.edge.launchpad.net/ubuntu/+source/git-core/+bug/636999/+attachment/1577337/+files/gitweb_js.debdiff

-- 
gitweb.js missing in gitweb package
https://bugs.launchpad.net/bugs/636999
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 636999] Re: gitweb.js missing in gitweb package

2010-09-13 Thread Baptiste Mille-Mathias
Test case:
- Setup a gitweb vhost:
- Browse the website:

Result:
you'll see such entries in the log for every request on the index.cgi ressource
[Wed Jul 14 13:39:09 2010] [error] [client *.*.*.*] File does not exist: 
/usr/share/gitweb/gitweb.js, referer: http://*.*/gitweb/ 
/var/log/apache2/error.log

-- 
gitweb.js missing in gitweb package
https://bugs.launchpad.net/bugs/636999
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 631498] Re: bluetooth-applet crashed with signal 5 in g_object_newv()

2010-09-10 Thread Baptiste Mille-Mathias
** Visibility changed to: Public

-- 
bluetooth-applet crashed with signal 5 in g_object_newv()
https://bugs.launchpad.net/bugs/631498
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 624776] Re: evince crashed with signal 5 in g_malloc()

2010-09-10 Thread Baptiste Mille-Mathias
** Visibility changed to: Public

-- 
evince crashed with signal 5 in g_malloc()
https://bugs.launchpad.net/bugs/624776
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551831] Re: bluetooth-applet crashed with SIGSEGV

2010-09-08 Thread Baptiste Mille-Mathias
** Changed in: gnome-bluetooth (Ubuntu)
   Status: Triaged = Invalid

-- 
bluetooth-applet crashed with SIGSEGV
https://bugs.launchpad.net/bugs/551831
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 631818] Re: Bluetooth device absent after 20100906 update to maverick

2010-09-07 Thread Baptiste Mille-Mathias
** This bug is no longer a duplicate of bug 631548
   bluetooth-properties crashed with signal 5 in g_object_newv()

-- 
Bluetooth device absent after 20100906 update to maverick
https://bugs.launchpad.net/bugs/631818
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 631548] Re: bluetooth-properties crashed with signal 5 in g_object_newv()

2010-09-07 Thread Baptiste Mille-Mathias
On Tue, Sep 7, 2010 at 11:03 AM, auxbuss launch...@auxbuss.com wrote:

 I installed blueman and everything just works. Including the icon and
 the ability to deactive bluetooth.


So it has nothing to do with this bug, please avoid useless comments


-- 
Baptiste Mille-Mathias
Les gens heureux ne sont pas pressés
[w] http://damnpeople.fr

-- 
bluetooth-properties crashed with signal 5 in g_object_newv()
https://bugs.launchpad.net/bugs/631548
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 625771] Re: Sponsor new upstream release

2010-09-07 Thread Baptiste Mille-Mathias
On Fri, Sep 3, 2010 at 10:20 AM, Sebastien Bacher seb...@ubuntu.com
wrote:

 could you check you just didn't run into bug #621911?


yep I did as I confiorm to you on IRC.

is there any thing preventing to upgrade to this version as it contains some
bugfixes too ?


-- 
Baptiste Mille-Mathias
Les gens heureux ne sont pas pressés
[w] http://damnpeople.fr

-- 
Sponsor new upstream release
https://bugs.launchpad.net/bugs/625771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 631828] Re: bluetooth-properties crashed with signal 5 in g_settings_schema_new()

2010-09-06 Thread Baptiste Mille-Mathias

** Attachment added: CoreDump.gz
   
https://bugs.edge.launchpad.net/bugs/631828/+attachment/1550947/+files/CoreDump.gz

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/631828/+attachment/1550948/+files/Dependencies.txt

** Attachment added: Disassembly.txt
   
https://bugs.edge.launchpad.net/bugs/631828/+attachment/1550949/+files/Disassembly.txt

** Attachment added: ProcMaps.txt
   
https://bugs.edge.launchpad.net/bugs/631828/+attachment/1550950/+files/ProcMaps.txt

** Attachment added: ProcStatus.txt
   
https://bugs.edge.launchpad.net/bugs/631828/+attachment/1550951/+files/ProcStatus.txt

** Attachment added: Registers.txt
   
https://bugs.edge.launchpad.net/bugs/631828/+attachment/1550952/+files/Registers.txt

** Attachment added: Stacktrace.txt
   
https://bugs.edge.launchpad.net/bugs/631828/+attachment/1550953/+files/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   
https://bugs.edge.launchpad.net/bugs/631828/+attachment/1550954/+files/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
bluetooth-properties crashed with signal 5 in g_settings_schema_new()
https://bugs.launchpad.net/bugs/631828
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 627625] Re: bluetooth-applet crashed with SIGSEGV

2010-09-06 Thread Baptiste Mille-Mathias
*** This bug is a duplicate of bug 626616 ***
https://bugs.launchpad.net/bugs/626616

** This bug has been marked a duplicate of bug 626616
   bluetooth-applet crashed with SIGSEGV
 * You can subscribe to bug 626616 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/626616/+subscribe

-- 
bluetooth-applet crashed with SIGSEGV
https://bugs.launchpad.net/bugs/627625
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 608879] Re: bluetooth-applet crashed with SIGSEGV

2010-09-06 Thread Baptiste Mille-Mathias
*** This bug is a duplicate of bug 551831 ***
https://bugs.launchpad.net/bugs/551831

** This bug has been marked a duplicate of bug 551831
   bluetooth-applet crashed with SIGSEGV
 * You can subscribe to bug 551831 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/551831/+subscribe

-- 
bluetooth-applet crashed with SIGSEGV
https://bugs.launchpad.net/bugs/608879
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 608697] Re: bluetooth-applet crashed with SIGSEGV

2010-09-06 Thread Baptiste Mille-Mathias
*** This bug is a duplicate of bug 551831 ***
https://bugs.launchpad.net/bugs/551831

** This bug has been marked a duplicate of bug 551831
   bluetooth-applet crashed with SIGSEGV
 * You can subscribe to bug 551831 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/551831/+subscribe

-- 
bluetooth-applet crashed with SIGSEGV
https://bugs.launchpad.net/bugs/608697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551831] Re: bluetooth-applet crashed with SIGSEGV

2010-09-06 Thread Baptiste Mille-Mathias
** Also affects: gtk+2.0 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
bluetooth-applet crashed with SIGSEGV
https://bugs.launchpad.net/bugs/551831
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 631840] Re: bluetooth-applet crashed with signal 5 in g_object_newv() after startup of untiy desktop

2010-09-06 Thread Baptiste Mille-Mathias
*** This bug is a duplicate of bug 631828 ***
https://bugs.launchpad.net/bugs/631828

** This bug has been marked a duplicate of bug 631828
   bluetooth-properties crashed with signal 5 in g_settings_schema_new()
 * You can subscribe to bug 631828 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/631828/+subscribe

-- 
bluetooth-applet crashed with signal 5 in g_object_newv() after startup of 
untiy desktop
https://bugs.launchpad.net/bugs/631840
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 627625] Re: bluetooth-applet crashed with SIGSEGV

2010-09-06 Thread Baptiste Mille-Mathias
*** This bug is a duplicate of bug 551831 ***
https://bugs.launchpad.net/bugs/551831

** This bug is no longer a duplicate of bug 626616
   bluetooth-applet crashed with SIGSEGV
** This bug has been marked a duplicate of bug 551831
   bluetooth-applet crashed with SIGSEGV
 * You can subscribe to bug 551831 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/551831/+subscribe

-- 
bluetooth-applet crashed with SIGSEGV
https://bugs.launchpad.net/bugs/627625
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 626616] Re: bluetooth-applet crashed with SIGSEGV

2010-09-06 Thread Baptiste Mille-Mathias
*** This bug is a duplicate of bug 551831 ***
https://bugs.launchpad.net/bugs/551831

** This bug has been marked a duplicate of bug 551831
   bluetooth-applet crashed with SIGSEGV
 * You can subscribe to bug 551831 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/551831/+subscribe

-- 
bluetooth-applet crashed with SIGSEGV
https://bugs.launchpad.net/bugs/626616
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 624662] Re: bluetooth-applet crashed with SIGSEGV

2010-09-06 Thread Baptiste Mille-Mathias
*** This bug is a duplicate of bug 551831 ***
https://bugs.launchpad.net/bugs/551831

** This bug has been marked a duplicate of bug 551831
   bluetooth-applet crashed with SIGSEGV
 * You can subscribe to bug 551831 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/551831/+subscribe

-- 
bluetooth-applet crashed with SIGSEGV
https://bugs.launchpad.net/bugs/624662
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 631840] Re: bluetooth-applet crashed with signal 5 in g_object_newv() after startup of untiy desktop

2010-09-06 Thread Baptiste Mille-Mathias
*** This bug is a duplicate of bug 631548 ***
https://bugs.launchpad.net/bugs/631548

** This bug is no longer a duplicate of bug 631828
   bluetooth-properties crashed with signal 5 in g_settings_schema_new()
** This bug has been marked a duplicate of bug 631548
   bluetooth-properties crashed with signal 5 in g_object_newv()
 * You can subscribe to bug 631548 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/631548/+subscribe

-- 
bluetooth-applet crashed with signal 5 in g_object_newv() after startup of 
untiy desktop
https://bugs.launchpad.net/bugs/631840
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 631828] Re: bluetooth-properties crashed with signal 5 in g_settings_schema_new()

2010-09-06 Thread Baptiste Mille-Mathias
*** This bug is a duplicate of bug 631548 ***
https://bugs.launchpad.net/bugs/631548

** This bug has been marked a duplicate of bug 631548
   bluetooth-properties crashed with signal 5 in g_object_newv()
 * You can subscribe to bug 631548 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/631548/+subscribe

-- 
bluetooth-properties crashed with signal 5 in g_settings_schema_new()
https://bugs.launchpad.net/bugs/631828
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 631818] Re: Bluetooth device absent after 20100906 update to maverick

2010-09-06 Thread Baptiste Mille-Mathias
*** This bug is a duplicate of bug 631548 ***
https://bugs.launchpad.net/bugs/631548

** This bug has been marked a duplicate of bug 631548
   bluetooth-properties crashed with signal 5 in g_object_newv()
 * You can subscribe to bug 631548 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/631548/+subscribe

-- 
Bluetooth device absent after 20100906 update to maverick
https://bugs.launchpad.net/bugs/631818
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 627309] Re: Does not release file handle after transfer

2010-09-05 Thread Baptiste Mille-Mathias
Hi Alexender,

could you run the following command after you download a file on your usb:
sudo lsof |grep ^obex

thanks

** Changed in: obexd (Ubuntu)
   Importance: Undecided = Low

-- 
Does not release file handle after transfer
https://bugs.launchpad.net/bugs/627309
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602225] Re: e-addressbook-factory crashed with SIGSEGV in g_main_context_dispatch()

2010-09-04 Thread Baptiste Mille-Mathias
Obed,

if the bug was set as fixed this is because it will be fixed, by
backporting the fix in the version supported by 10.10.

-- 
e-addressbook-factory crashed with SIGSEGV in g_main_context_dispatch()
https://bugs.launchpad.net/bugs/602225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602225] Re: e-addressbook-factory crashed with SIGSEGV in g_main_context_dispatch()

2010-09-04 Thread Baptiste Mille-Mathias
I ported the bugfix to version 2.30, my fix is in the branch
lp:~bmillemathias/ubuntu/maverick/evolution-data-server/main

** Branch linked: lp:~bmillemathias/ubuntu/maverick/evolution-data-
server/main

-- 
e-addressbook-factory crashed with SIGSEGV in g_main_context_dispatch()
https://bugs.launchpad.net/bugs/602225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602225] Re: e-addressbook-factory crashed with SIGSEGV in g_main_context_dispatch()

2010-09-04 Thread Baptiste Mille-Mathias
** Branch linked: lp:~bmillemathias/ubuntu/maverick/evolution-data-
server/main

-- 
e-addressbook-factory crashed with SIGSEGV in g_main_context_dispatch()
https://bugs.launchpad.net/bugs/602225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 620532] Re: evolution crashed with SIGSEGV in PK11_ListCerts()

2010-09-03 Thread Baptiste Mille-Mathias
*** This bug is a duplicate of bug 621932 ***
https://bugs.launchpad.net/bugs/621932

** This bug has been marked a duplicate of bug 621932
   evolution crashed with SIGSEGV in nssTrustDomain_GetCertsFromCache()

-- 
evolution crashed with SIGSEGV in PK11_ListCerts()
https://bugs.launchpad.net/bugs/620532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 625771] Re: Sponsor new upstream release

2010-09-01 Thread Baptiste Mille-Mathias
I can confirm this version fixes the problem where the bluetooth adapter
was not detected on a second system with a different hardware and
kernel, so having this is a high priority.

-- 
Sponsor new upstream release
https://bugs.launchpad.net/bugs/625771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 625771] Re: Sponsor new upstream release

2010-09-01 Thread Baptiste Mille-Mathias
** Changed in: bluez (Ubuntu)
   Importance: Wishlist = High

-- 
Sponsor new upstream release
https://bugs.launchpad.net/bugs/625771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 628257] Re: empathy crashed with SIGSEGV in g_type_check_instance_cast()

2010-09-01 Thread Baptiste Mille-Mathias
** Visibility changed to: Public

-- 
empathy crashed with SIGSEGV in g_type_check_instance_cast()
https://bugs.launchpad.net/bugs/628257
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 618377] Re: sponsoring of merging of bluez_4.69-1ubuntu1

2010-08-30 Thread Baptiste Mille-Mathias
** Changed in: bluez (Ubuntu)
   Status: New = Won't Fix

-- 
sponsoring of merging of bluez_4.69-1ubuntu1
https://bugs.launchpad.net/bugs/618377
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 625771] Re: Sponsor new upstream release

2010-08-30 Thread Baptiste Mille-Mathias
** Changed in: bluez (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Sponsor new upstream release
https://bugs.launchpad.net/bugs/625771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 625544] Re: Sponsor new upstream release

2010-08-30 Thread Baptiste Mille-Mathias
** Changed in: obexd (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Sponsor new upstream release
https://bugs.launchpad.net/bugs/625544
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 625771] Re: Sponsor new upstream release

2010-08-30 Thread Baptiste Mille-Mathias
For me it fixes a problem where gnome-bluetooth was not able to detect my
bluetooth adapter (it appears since I migrated to maverick 2 weeks ago). Now
this is fixed with this version.

On Mon, Aug 30, 2010 at 2:37 PM, Sebastien Bacher seb...@ubuntu.com
wrote:

 Thank you for your bug report, seems there is quite some new feature and
 code, why do you think the upgrade should be done now and not next
 cycle?

 --
 Sponsor new upstream release
 https://bugs.launchpad.net/bugs/625771
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
Baptiste Mille-Mathias
Les gens heureux ne sont pas pressés
[w] http://damnpeople.fr

-- 
Sponsor new upstream release
https://bugs.launchpad.net/bugs/625771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 625771] [NEW] Sponsor new upstream release

2010-08-28 Thread Baptiste Mille-Mathias
Public bug reported:

bluez (4.70-0ubuntu1) maverick; urgency=low

  * New upstream release (LP: #625771):
- Fix incoming call indication handling when in WAITING state.
- Fix various SDP related qualification test case issues.
- Fix logic to write EIR when SDP records are changed.
- Fix UTF-8 validity check for remote names in EIR.
- Add support for UUID-128 extended inquiry response.
- Add service UUIDs from EIR to the DeviceFound signal.
- Add fast connectable feature for Handsfree profile.
- Add HCI command and event definitions for AMP support.
- Add firmware download support for Qualcommh devices.
- Add host level support for Atheros AR300x device.
- Add initial support of ATT and GATT for basic rate.

 -- Baptiste Mille-Mathias baptiste.millemath...@gmail.com  Sat, 28
Aug 2010 13:07:42 +0200

** Affects: bluez (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Sponsor new upstream release
https://bugs.launchpad.net/bugs/625771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 625771] Re: Sponsor new upstream release

2010-08-28 Thread Baptiste Mille-Mathias

** Description changed:

- Binary package hint: bluez
+ bluez (4.70-0ubuntu1) maverick; urgency=low
  
-  bluez (4.70-0ubuntu1) UNRELEASED; urgency=low


-  
-* New upstream release.
-  - Fix incoming call indication handling when in WAITING state.
-  - Fix various SDP related qualification test case issues.
-  - Fix logic to write EIR when SDP records are changed.
-  - Fix UTF-8 validity check for remote names in EIR.
-  - Add support for UUID-128 extended inquiry response.
-  - Add service UUIDs from EIR to the DeviceFound signal.
-  - Add fast connectable feature for Handsfree profile.
-  - Add HCI command and event definitions for AMP support.
-  - Add firmware download support for Qualcommh devices.
-  - Add host level support for Atheros AR300x device.
-  - Add initial support of ATT and GATT for basic rate.
-  
-   -- Baptiste Mille-Mathias baptiste.millemath...@gmail.com  Sat, 28 Aug 
2010 13:07:42 +0200
+   * New upstream release (LP: #625771):
+ - Fix incoming call indication handling when in WAITING state.
+ - Fix various SDP related qualification test case issues.
+ - Fix logic to write EIR when SDP records are changed.
+ - Fix UTF-8 validity check for remote names in EIR.
+ - Add support for UUID-128 extended inquiry response.
+ - Add service UUIDs from EIR to the DeviceFound signal.
+ - Add fast connectable feature for Handsfree profile.
+ - Add HCI command and event definitions for AMP support.
+ - Add firmware download support for Qualcommh devices.
+ - Add host level support for Atheros AR300x device.
+ - Add initial support of ATT and GATT for basic rate.
+ 
+  -- Baptiste Mille-Mathias baptiste.millemath...@gmail.com  Sat, 28
+ Aug 2010 13:07:42 +0200

** Attachment added: bluez_4.70-0ubuntu1.dsc
   
https://bugs.edge.launchpad.net/ubuntu/+source/bluez/+bug/625771/+attachment/1524817/+files/bluez_4.70-0ubuntu1.dsc

-- 
Sponsor new upstream release
https://bugs.launchpad.net/bugs/625771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 625771] Re: Sponsor new upstream release

2010-08-28 Thread Baptiste Mille-Mathias

** Patch added: bluez_4.70-0ubuntu1.diff.gz
   
https://bugs.edge.launchpad.net/ubuntu/+source/bluez/+bug/625771/+attachment/1524818/+files/bluez_4.70-0ubuntu1.diff.gz

-- 
Sponsor new upstream release
https://bugs.launchpad.net/bugs/625771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 625544] [NEW] Sponsor new upstream release

2010-08-27 Thread Baptiste Mille-Mathias
Public bug reported:

obexd (0.32-0ubuntu1) maverick; urgency=low

  * New upstream release.
 - Fix issues caused by dependencies on phonebook source.
 - Fix handling empty fields in vCards.
 - Fix issues with emails category.
  
  -- Baptiste Mille-Mathias baptiste.millemath...@gmail.com  Fri, 27 Aug 2010 
22:49:50 +0200

** Affects: obexd (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Sponsor new upstream release
https://bugs.launchpad.net/bugs/625544
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 625544] Re: Sponsor new upstream release

2010-08-27 Thread Baptiste Mille-Mathias

** Patch added: obexd_0.32-0ubuntu1.diff.gz
   
https://bugs.edge.launchpad.net/ubuntu/+source/obexd/+bug/625544/+attachment/1523811/+files/obexd_0.32-0ubuntu1.diff.gz

-- 
Sponsor new upstream release
https://bugs.launchpad.net/bugs/625544
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 625544] Re: Sponsor new upstream release

2010-08-27 Thread Baptiste Mille-Mathias

** Attachment added: obexd_0.32-0ubuntu1.dsc
   
https://bugs.edge.launchpad.net/ubuntu/+source/obexd/+bug/625544/+attachment/1523810/+files/obexd_0.32-0ubuntu1.dsc

-- 
Sponsor new upstream release
https://bugs.launchpad.net/bugs/625544
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 615509] Re: [SRU] curl_json plugin is unable to check local files

2010-08-26 Thread Baptiste Mille-Mathias
Hi Martin

I tested the patch myself on a build I did on ppa for 2 weeks without
any issue, I asked also on #collectd chan to test.

-- 
[SRU] curl_json plugin is unable to check local files
https://bugs.launchpad.net/bugs/615509
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 615509] Re: [SRU] curl_json plugin is unable to check local files

2010-08-24 Thread Baptiste Mille-Mathias

** Patch added: collectd_4.8.2-1ubuntu0.1.debdiff
   
https://bugs.edge.launchpad.net/ubuntu/+source/collectd/+bug/615509/+attachment/1515377/+files/collectd_4.8.2-1ubuntu0.1.debdiff

** Patch removed: collectd_4.8.2-1ubuntu1.diff.gz
   
https://bugs.edge.launchpad.net/ubuntu/+source/collectd/+bug/615509/+attachment/1483456/+files/collectd_4.8.2-1ubuntu1.diff.gz

-- 
[SRU] curl_json plugin is unable to check local files
https://bugs.launchpad.net/bugs/615509
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 615509] Re: [SRU] curl_json plugin is unable to check local files

2010-08-24 Thread Baptiste Mille-Mathias
** Attachment removed: collectd_4.8.2-1ubuntu1.dsc
   
https://bugs.edge.launchpad.net/ubuntu/+source/collectd/+bug/615509/+attachment/1483457/+files/collectd_4.8.2-1ubuntu1.dsc

-- 
[SRU] curl_json plugin is unable to check local files
https://bugs.launchpad.net/bugs/615509
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 620532] Re: evolution crashed with SIGSEGV in PK11_ListCerts()

2010-08-23 Thread Baptiste Mille-Mathias
Should I dup this bug to bug #621932 depsite the crash not being the
same (PK11_ListCerts vs. nssTrustDomain_GetCertsFromCache)?

-- 
evolution crashed with SIGSEGV in PK11_ListCerts()
https://bugs.launchpad.net/bugs/620532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 615384] Re: Received files goes into Desktop instead of Downloads folder

2010-08-23 Thread Baptiste Mille-Mathias
Hi,

could you run the following command and post the result here?

egrep 'DOWN|DESK' ~/.config/user-dirs.dirs

** Changed in: bluez (Ubuntu)
   Importance: Undecided = Low

-- 
Received files goes into Desktop instead of Downloads folder
https://bugs.launchpad.net/bugs/615384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 615384] Re: Received files goes into Desktop instead of Downloads folder

2010-08-23 Thread Baptiste Mille-Mathias
Hi,

Downloads folder in the Interface refers to the directory set by 
XDG_DOWNLOAD_DIR, now the directory named Downloads.
So if you want the files being put in another place than the Desktop you have 
to edit this files as there is no UI right now.

-- 
Received files goes into Desktop instead of Downloads folder
https://bugs.launchpad.net/bugs/615384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 614712] Re: dconf-service crashed with signal 5 in g_closure_invoke()

2010-08-22 Thread Baptiste Mille-Mathias
** Visibility changed to: Private

-- 
dconf-service crashed with signal 5 in g_closure_invoke()
https://bugs.launchpad.net/bugs/614712
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621895] Re: Sponsor new upstream release (0.31)

2010-08-22 Thread Baptiste Mille-Mathias
** Description changed:

  obexd (0.31-0ubuntu1) maverick; urgency=low
  
- * New upstream release.
-   - Fix aborting capability scripts creating zombies.
-   - Fix problem with multiple emails in same vcard.
-   - Fix multiple phone number problem in pull vcard.
-   - Fix multiple phone numbers problem in vcard-listing.
-   - Fix return value checking of e_book_async_get_contacts.
-   - Fix a memory leak when adding contacts to the result.
-   - Add support of single contact's fields in vcard.
-   - Add support for FAX number with tracker phonebook.
-   - Add simple IrMC sync server support. 
-   
--- Baptiste Mille-Mathias baptiste.millemath...@gmail.com  Sat, 21 Aug 
2010 19:58:10 +0200
+ * New upstream release.
+   - Fix aborting capability scripts creating zombies.
+   - Fix problem with multiple emails in same vcard.
+   - Fix multiple phone number problem in pull vcard.
+   - Fix multiple phone numbers problem in vcard-listing.
+   - Fix return value checking of e_book_async_get_contacts.
+   - Fix a memory leak when adding contacts to the result.
+   - Add support of single contact's fields in vcard.
+   - Add support for FAX number with tracker phonebook.
+   - Add simple IrMC sync server support.
+ 
+    -- Baptiste Mille-Mathias baptiste.millemath...@gmail.com  Sat, 21
+ Aug 2010 19:58:10 +0200

-- 
Sponsor new upstream release (0.31)
https://bugs.launchpad.net/bugs/621895
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 620532] Re: evolution crashed with SIGSEGV in PK11_ListCerts()

2010-08-21 Thread Baptiste Mille-Mathias
I don't know why apport is not triggered when the crash occurs, so for
now I'm only able to have the gdb crash.


(gdb) run
Starting program: /usr/bin/evolution 
[Thread debugging using libthread_db enabled]

(evolution:2284): camel-WARNING **: Failed to initialize NSS

Program received signal SIGSEGV, Segmentation fault.
nssTrustDomain_GetCertsFromCache (td=0x0, certListOpt=0x83e290)
at tdcache.c:1155
1155tdcache.c: Aucun fichier ou dossier de ce type.
in tdcache.c
(gdb) thread apply all bt

Thread 1 (Thread 0x77fad940 (LWP 2284)):
#0  nssTrustDomain_GetCertsFromCache (td=0x0, certListOpt=0x83e290)
at tdcache.c:1155
#1  0x75fe64f7 in NSSTrustDomain_TraverseCertificates (td=0x0, 
callback=0x75fac160 pk11ListCertCallback, arg=0x7fffda00)
at trustdomain.c:1051
#2  0x75fac06c in PK11_ListCerts (type=PK11CertListUnique, pwarg=0x0)
at pk11cert.c:2364
#3  0x7fffe5b156df in load_certs (cfm=0x6ed5d0, type=E_CERT_USER, 
add_cert=0x83e1b0) at certificate-manager.c:957
#4  0x7fffe5b16599 in populate_ui (shell=0x645370)
at certificate-manager.c:980
#5  certificate_manager_config_init (shell=0x645370)
at certificate-manager.c:1034
#6  0x7fffe5d3622d in book_shell_backend_constructed (object=0x6e4900)
at e-book-shell-backend.c:537
#7  0x7073a97e in g_object_newv (object_type=value optimized out, 
n_parameters=1, parameters=0x1)
at /build/buildd/glib2.0-2.25.14/gobject/gobject.c:1375
#8  0x7073b1dd in g_object_new_valist (object_type=7568512, 
first_property_name=0x0, var_args=0x7fffdc90)
at /build/buildd/glib2.0-2.25.14/gobject/gobject.c:1463
#9  0x7073b421 in g_object_new (object_type=7568512, 
first_property_name=0x772de4f3 extensible)
at /build/buildd/glib2.0-2.25.14/gobject/gobject.c:1181
#10 0x772c4165 in extensible_load_extension (extension_type=7568512, 
extensible=0x645370) at e-extensible.c:91
#11 0x772d861a in e_type_traverse (parent_type=value optimized out, 
func=0x772c4110 extensible_load_extension, user_data=0x645370)
at e-util.c:519
#12 0x772d85fd in e_type_traverse (parent_type=value optimized out, 
func=0x772c4110 extensible_load_extension, user_data=0x645370)
at e-util.c:513
#13 0x772c435c in e_extensible_list_extensions (extensible=0x645370, 
extension_type=7597344) at e-extensible.c:191
#14 0x77bb2a2d in shell_constructed (object=0x645370) at e-shell.c:700
#15 0x7073a97e in g_object_newv (object_type=value optimized out, 
n_parameters=6998000, parameters=0x1)
at /build/buildd/glib2.0-2.25.14/gobject/gobject.c:1375
#16 0x7073b1dd in g_object_new_valist (object_type=6957904, 
first_property_name=0x0, var_args=0x7fffdff0)
at /build/buildd/glib2.0-2.25.14/gobject/gobject.c:1463
#17 0x7073b421 in g_object_new (object_type=6957904, 
first_property_name=0x402d9a name)
at /build/buildd/glib2.0-2.25.14/gobject/gobject.c:1181
#18 0x004025c2 in create_default_shell (argc=1, argv=0x7fffe278)
at main.c:440
#19 main (argc=1, argv=0x7fffe278) at main.c:619

-- 
evolution crashed with SIGSEGV in PK11_ListCerts()
https://bugs.launchpad.net/bugs/620532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621895] [NEW] Sponsor new upstream release (0.31)

2010-08-21 Thread Baptiste Mille-Mathias
Public bug reported:

obexd (0.31-0ubuntu1) maverick; urgency=low

* New upstream release.
  - Fix aborting capability scripts creating zombies.
  - Fix problem with multiple emails in same vcard.
  - Fix multiple phone number problem in pull vcard.
  - Fix multiple phone numbers problem in vcard-listing.
  - Fix return value checking of e_book_async_get_contacts.
  - Fix a memory leak when adding contacts to the result.
  - Add support of single contact's fields in vcard.
  - Add support for FAX number with tracker phonebook.
  - Add simple IrMC sync server support. 
  
   -- Baptiste Mille-Mathias baptiste.millemath...@gmail.com  Sat, 21 Aug 
2010 19:58:10 +0200

** Affects: obexd (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Sponsor new upstream release (0.31)
https://bugs.launchpad.net/bugs/621895
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621895] Re: Sponsor new upstream release (0.31)

2010-08-21 Thread Baptiste Mille-Mathias

** Attachment added: obexd_0.31-0ubuntu1.dsc
   
https://bugs.edge.launchpad.net/ubuntu/+source/obexd/+bug/621895/+attachment/1508876/+files/obexd_0.31-0ubuntu1.dsc

-- 
Sponsor new upstream release (0.31)
https://bugs.launchpad.net/bugs/621895
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621895] Re: Sponsor new upstream release (0.31)

2010-08-21 Thread Baptiste Mille-Mathias

** Patch added: obexd_0.31-0ubuntu1.diff.gz
   
https://bugs.edge.launchpad.net/ubuntu/+source/obexd/+bug/621895/+attachment/1508877/+files/obexd_0.31-0ubuntu1.diff.gz

-- 
Sponsor new upstream release (0.31)
https://bugs.launchpad.net/bugs/621895
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621932] Re: evolution crashed with SIGSEGV in nssTrustDomain_GetCertsFromCache()

2010-08-21 Thread Baptiste Mille-Mathias

** Attachment added: CoreDump.gz
   
https://bugs.edge.launchpad.net/bugs/621932/+attachment/1509016/+files/CoreDump.gz

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/621932/+attachment/1509017/+files/Dependencies.txt

** Attachment added: Disassembly.txt
   
https://bugs.edge.launchpad.net/bugs/621932/+attachment/1509018/+files/Disassembly.txt

** Attachment added: ProcMaps.txt
   
https://bugs.edge.launchpad.net/bugs/621932/+attachment/1509019/+files/ProcMaps.txt

** Attachment added: ProcStatus.txt
   
https://bugs.edge.launchpad.net/bugs/621932/+attachment/1509020/+files/ProcStatus.txt

** Attachment added: Registers.txt
   
https://bugs.edge.launchpad.net/bugs/621932/+attachment/1509021/+files/Registers.txt

** Attachment added: Stacktrace.txt
   
https://bugs.edge.launchpad.net/bugs/621932/+attachment/1509022/+files/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   
https://bugs.edge.launchpad.net/bugs/621932/+attachment/1509023/+files/ThreadStacktrace.txt

** Attachment added: XsessionErrors.txt
   
https://bugs.edge.launchpad.net/bugs/621932/+attachment/1509024/+files/XsessionErrors.txt

** Visibility changed to: Public

-- 
evolution crashed with SIGSEGV in nssTrustDomain_GetCertsFromCache()
https://bugs.launchpad.net/bugs/621932
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621895] Re: Sponsor new upstream release (0.31)

2010-08-21 Thread Baptiste Mille-Mathias
** Changed in: obexd (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: obexd (Ubuntu)
Milestone: None = maverick-alpha-3

-- 
Sponsor new upstream release (0.31)
https://bugs.launchpad.net/bugs/621895
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621932] Re: evolution crashed with SIGSEGV in nssTrustDomain_GetCertsFromCache()

2010-08-21 Thread Baptiste Mille-Mathias
** Changed in: evolution (Ubuntu)
   Importance: Undecided = Medium

-- 
evolution crashed with SIGSEGV in nssTrustDomain_GetCertsFromCache()
https://bugs.launchpad.net/bugs/621932
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 620532] Re: evolution crashed with SIGSEGV in PK11_ListCerts()

2010-08-21 Thread Baptiste Mille-Mathias
the bug #621932 is another crash I had but with all symbols.

-- 
evolution crashed with SIGSEGV in PK11_ListCerts()
https://bugs.launchpad.net/bugs/620532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 620532] Re: evolution crashed with SIGSEGV in PK11_ListCerts()

2010-08-20 Thread Baptiste Mille-Mathias
(gdb) run
Starting program: /usr/bin/evolution 
[Thread debugging using libthread_db enabled]

(evolution:4846): camel-WARNING **: Failed to initialize NSS

Program received signal SIGSEGV, Segmentation fault.
nssTrustDomain_GetCertsFromCache (td=0x0, certListOpt=0x83e060) at 
tdcache.c:1155
1155tdcache.c: Aucun fichier ou dossier de ce type.
in tdcache.c
(gdb) thread apply all 
Display all 94844 possibilities? (y or n)
(gdb) thread apply all bt

Thread 1 (Thread 0x77fad940 (LWP 4846)):
#0  nssTrustDomain_GetCertsFromCache (td=0x0, certListOpt=0x83e060) at 
tdcache.c:1155
#1  0x75fe64f7 in NSSTrustDomain_TraverseCertificates (td=0x0, 
callback=0x75fac160 pk11ListCertCallback, arg=0x7fffda00) at 
trustdomain.c:1051
#2  0x75fac06c in PK11_ListCerts (type=PK11CertListUnique, pwarg=0x0) 
at pk11cert.c:2364
#3  0x7fffe5b156df in ?? () from 
/usr/lib/evolution/2.30/libevolution-smime.so.0
#4  0x7fffe5b16599 in certificate_manager_config_init () from 
/usr/lib/evolution/2.30/libevolution-smime.so.0
#5  0x7fffe5d3622d in ?? () from 
/usr/lib/evolution/2.30/modules/libevolution-module-addressbook.so
#6  0x7073a97e in g_object_newv (object_type=value optimized out, 
n_parameters=1, parameters=0x1) at 
/build/buildd/glib2.0-2.25.14/gobject/gobject.c:1375
#7  0x7073b1dd in g_object_new_valist (object_type=7594768, 
first_property_name=0x0, var_args=0x7fffdc90) at 
/build/buildd/glib2.0-2.25.14/gobject/gobject.c:1463
#8  0x7073b421 in g_object_new (object_type=7594768, 
first_property_name=0x772de4f3 extensible) at 
/build/buildd/glib2.0-2.25.14/gobject/gobject.c:1181
#9  0x772c4165 in ?? () from /usr/lib/evolution/2.30/libeutil.so.0
#10 0x772d861a in e_type_traverse () from 
/usr/lib/evolution/2.30/libeutil.so.0
#11 0x772d85fd in e_type_traverse () from 
/usr/lib/evolution/2.30/libeutil.so.0
#12 0x772c435c in e_extensible_list_extensions () from 
/usr/lib/evolution/2.30/libeutil.so.0
#13 0x77bb2a2d in ?? () from /usr/lib/evolution/2.30/libeshell.so.0
#14 0x7073a97e in g_object_newv (object_type=value optimized out, 
n_parameters=6997568, parameters=0x1) at 
/build/buildd/glib2.0-2.25.14/gobject/gobject.c:1375
#15 0x7073b1dd in g_object_new_valist (object_type=6990800, 
first_property_name=0x0, var_args=0x7fffdff0) at 
/build/buildd/glib2.0-2.25.14/gobject/gobject.c:1463
#16 0x7073b421 in g_object_new (object_type=6990800, 
first_property_name=0x402d9a name) at 
/build/buildd/glib2.0-2.25.14/gobject/gobject.c:1181
#17 0x004025c2 in create_default_shell (argc=1, argv=0x7fffe278) at 
main.c:440
#18 main (argc=1, argv=0x7fffe278) at main.c:619

** Visibility changed to: Public

-- 
evolution crashed with SIGSEGV in PK11_ListCerts()
https://bugs.launchpad.net/bugs/620532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 620583] Re: dconf-service crashed with signal 5 in g_closure_invoke()

2010-08-20 Thread Baptiste Mille-Mathias
*** This bug is a duplicate of bug 614712 ***
https://bugs.launchpad.net/bugs/614712

** This bug has been marked a duplicate of bug 614712
   dconf-service crashed with signal 5 in g_closure_invoke()

-- 
dconf-service crashed with signal 5 in g_closure_invoke()
https://bugs.launchpad.net/bugs/620583
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 614712] Re: dconf-service crashed with signal 5 in g_closure_invoke()

2010-08-20 Thread Baptiste Mille-Mathias
** Visibility changed to: Public

-- 
dconf-service crashed with signal 5 in g_closure_invoke()
https://bugs.launchpad.net/bugs/614712
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 614676] Re: dconf-service crashed with SIGSEGV in g_main_context_dispatch()

2010-08-20 Thread Baptiste Mille-Mathias
** Visibility changed to: Public

-- 
dconf-service crashed with SIGSEGV in g_main_context_dispatch()
https://bugs.launchpad.net/bugs/614676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 618377] Re: sponsoring of merging of bluez_4.69-1ubuntu1

2010-08-16 Thread Baptiste Mille-Mathias

** Attachment added: bluez_4.69-1ubuntu1.debdiff.gz
   
https://bugs.edge.launchpad.net/ubuntu/+source/bluez/+bug/618377/+attachment/1492893/+files/bluez_4.69-1ubuntu1.debdiff.gz

** Patch removed: bluez_4.69-1ubuntu1.debdiff.gz
   
https://bugs.edge.launchpad.net/ubuntu/+source/bluez/+bug/618377/+attachment/1492893/+files/bluez_4.69-1ubuntu1.debdiff.gz

** Patch removed: bluez_4.69-1ubuntu1.diff.gz
   
https://bugs.edge.launchpad.net/ubuntu/+source/bluez/+bug/618377/+attachment/1492323/+files/bluez_4.69-1ubuntu1.diff.gz

** Attachment removed: bluez_4.69-1ubuntu1.dsc
   
https://bugs.edge.launchpad.net/ubuntu/+source/bluez/+bug/618377/+attachment/1492322/+files/bluez_4.69-1ubuntu1.dsc

-- 
sponsoring of merging of bluez_4.69-1ubuntu1
https://bugs.launchpad.net/bugs/618377
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 618377] Re: sponsoring of merging of bluez_4.69-1ubuntu1

2010-08-16 Thread Baptiste Mille-Mathias

** Attachment added: bluez_4.69-1ubuntu1.debdiff.gz
   
https://bugs.edge.launchpad.net/ubuntu/+source/bluez/+bug/618377/+attachment/1492894/+files/bluez_4.69-1ubuntu1.debdiff.gz

-- 
sponsoring of merging of bluez_4.69-1ubuntu1
https://bugs.launchpad.net/bugs/618377
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 618377] Re: sponsoring of merging of bluez_4.69-1ubuntu1

2010-08-16 Thread Baptiste Mille-Mathias
In the mean time, Sébastien Bacher has worked to upgrade the version to
4.69 but without taking the code from debian, so I'll rebase my work on
what did Sebastien and propose a new debdiff.

-- 
sponsoring of merging of bluez_4.69-1ubuntu1
https://bugs.launchpad.net/bugs/618377
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 618377] [NEW] sponsoring of merging of bluez_4.69-1ubuntu1

2010-08-15 Thread Baptiste Mille-Mathias
Public bug reported:

Binary package hint: bluez

bluez (4.69-1ubuntu1) maverick; urgency=low

  * Merge from debian
  * remaining changes are:
- debian/bluetooth-dbus.conf -- don't use bluetooth group as we use plugdev
- debian/bluez.bluetooth.init.debian -- keep our upstart version
- debian/bluez.postinst  -- drop the bluetooth group creation as we don't 
use it.
- debian/control -- set the Maintainer and XSBC-Original-Maintainer fields
  * debian/bluez.prerm:
- dropped, as the issue shouldn't be encountered anymore.
  * debian/patches/01_disable_hal:
- updated

 -- Baptiste Mille-Mathias baptiste.millemath...@gmail.com  Fri, 13
Aug 2010 09:52:16 +0200

** Affects: bluez (Ubuntu)
 Importance: Undecided
 Status: New

-- 
sponsoring of merging of bluez_4.69-1ubuntu1
https://bugs.launchpad.net/bugs/618377
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 618377] Re: sponsoring of merging of bluez_4.69-1ubuntu1

2010-08-15 Thread Baptiste Mille-Mathias

** Attachment added: bluez_4.69-1ubuntu1.dsc
   
https://bugs.edge.launchpad.net/ubuntu/+source/bluez/+bug/618377/+attachment/1492322/+files/bluez_4.69-1ubuntu1.dsc

-- 
sponsoring of merging of bluez_4.69-1ubuntu1
https://bugs.launchpad.net/bugs/618377
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 618377] Re: sponsoring of merging of bluez_4.69-1ubuntu1

2010-08-15 Thread Baptiste Mille-Mathias

** Patch added: bluez_4.69-1ubuntu1.diff.gz
   
https://bugs.edge.launchpad.net/ubuntu/+source/bluez/+bug/618377/+attachment/1492323/+files/bluez_4.69-1ubuntu1.diff.gz

-- 
sponsoring of merging of bluez_4.69-1ubuntu1
https://bugs.launchpad.net/bugs/618377
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >