[Bug 1667208] Re: Ubuntu's selenium hardcodes a path that is valid for Debian, but not for Ubuntu

2017-09-25 Thread Grégoire
I'd like to add the resulting error is not very helpful.
Here's the error message I get

WebDriverException: Message: 'chromedriver' executable needs to be in
PATH. Please see
https://sites.google.com/a/chromium.org/chromedriver/home

Adding the path to chromedriver to PATH like this doesn't actually help:

export PATH=$PATH:/usr/lib/chromium-browser

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

Title:
  Ubuntu's selenium hardcodes a path that is valid for Debian, but not
  for Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-selenium/+bug/1667208/+subscriptions

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

[Bug 1719300] Re: chromedriver doesn't start without setting LD_LIBRARY_PATH

2017-09-25 Thread Grégoire
I believe the problem appeared when upgrading from chromium-browser 60
to 61

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

Title:
  chromedriver doesn't start without setting LD_LIBRARY_PATH

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1719300/+subscriptions

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

[Bug 1719300] [NEW] chromedriver doesn't start without setting LD_LIBRARY_PATH

2017-09-25 Thread Grégoire
Public bug reported:

chromium-browser won't start unless I set LD_LIBRARY_PATH=/usr/lib
/chromium-browser.

I think this is a recent change that and the problem is libffmpeg.so which is 
installed in /usr/lib/chromium-browser.
Before, I could also launch chromium with 
/usr/lib/chromium-browser/chromium-browser but now I get the following error 
message:
/usr/lib/chromium-browser/chromium-browser: error while loading shared 
libraries: libffmpeg.so: cannot open shared object file: No such file or 
directory

The chromium-browser package installs a chromium-browser script in
/usr/bin that sets LD_LIBRARY_PATH

** Affects: chromium-browser (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/1719300

Title:
  chromedriver doesn't start without setting LD_LIBRARY_PATH

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1719300/+subscriptions

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

[Bug 1719572] [NEW] chromedriver can't click links outside of the window with Chromium 61

2017-09-26 Thread Grégoire
Public bug reported:

The latest version of chromium (61) introduces a change that breaks the ability 
of clicking to links outside of the current view using chromedriver.
It seems that there is a fix for it in chromedriver 2.32:
> Fixes a bug where Chromedriver fails to click due to page scrolling changes 
> in Chrome 61+.

** Affects: chromium-browser (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/1719572

Title:
  chromedriver can't click links outside of the window with Chromium 61

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1719572/+subscriptions

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

[Bug 673302] Re: appmenu-gtk breaks dynamically created Emacs Gtk+ menus

2010-12-06 Thread Grégoire
I got the same problem. And to make the workaround work, I had to
UBUNTU_MENUPROXY instead of UBUNTU_MENU_PROXY.

$ UBUNTU_MENUPROXY= emacs

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

Title:
  appmenu-gtk breaks dynamically created Emacs Gtk+ menus

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


[Bug 285056] Re: Media Keys in Kubuntu Intrepid x64 don't work correctly

2008-11-17 Thread Bertrand Grégoire
My problem might be related... eventually... no clue:


when hitting any of the 3 volume control keys (FN+F3, F4, F5) on my Fujitsu 
Amilo PI 2540, my keyboard completely freezes.

- these 3 keys are respectively labelled with mute, down and up 
- the keycodes are well received (using showkey I get codes 113, 114 and 115)
- the gnome actions of mute, lower volume and increase volume are correctly 
mapped to the XF86AudioMute, XF86AudioLowerVolume and XF86AudioRaiseVolume 
codes (in control pannel > keyboard shortcuts).

When I hit any of these any further keystroke is ignored (in any app of current 
X session).
To unfreeze I need to switch to another console (CTRL+ALT+F4) and back to X 
server... where my keyboard is then back working.

Any hint or question: feel free!
B.

-- 
Media Keys in Kubuntu Intrepid x64 don't work correctly
https://bugs.launchpad.net/bugs/285056
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 201711] Re: Apple fn key behavior isn't consistent with what's expected

2008-11-23 Thread Benoit Grégoire
Indeed, bug still exists on Intrepid

-- 
Apple fn key behavior isn't consistent with what's expected
https://bugs.launchpad.net/bugs/201711
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 394775] [NEW] Pyzor DeprecatedWarning causes spamassassin to fail to parse

2009-07-02 Thread Benoit Grégoire
Public bug reported:

Can be fixed by replacing the first line of /usr/bin/pyzor:

#!/usr/bin/python

with

#!/usr/bin/python -Wignore::DeprecationWarning

spamassassin will then parse properly.

To verify:

wget http://www200.pair.com/mecham/spam/sample-spam.txt
spamassassin -D pyzor https://bugs.launchpad.net/bugs/394775
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 236328] Re: konqueror regression when connecting to zimbra briefcase via webdav

2009-04-29 Thread Benoit Grégoire
Most likely this is http://bugs.kde.org/show_bug.cgi?id=166081

** Bug watch added: KDE Bug Tracking System #166081
   http://bugs.kde.org/show_bug.cgi?id=166081

-- 
konqueror regression when connecting to zimbra briefcase via webdav
https://bugs.launchpad.net/bugs/236328
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 334052] Re: Network Manager Plasmoid won't connect to "WPA Enterprise" AP's in Jaunty

2009-04-24 Thread Benoit Grégoire
This doesn't seem to be the same issue as match the comment, but seems
to match the configuration of the original submitter:

I am not able to specify "LEAP" as an eap method, it's simply not
offered.  I'm attaching a screenshot of my (working) configuration in
gnome's nm-applet.

** Attachment added: "nm-applet-config.png"
   http://launchpadlibrarian.net/25931151/nm-applet-config.png

-- 
Network Manager Plasmoid won't connect to "WPA Enterprise" AP's in Jaunty
https://bugs.launchpad.net/bugs/334052
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 214165] Re: [Hardy] After upgrade today can't detect screen size

2008-10-24 Thread Benoit Grégoire
Doesn't seem to occur for me either anymore.

-- 
[Hardy] After upgrade today can't detect screen size
https://bugs.launchpad.net/bugs/214165
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 246053] [NEW] pm-utils doesn't detect uswsusp in hardy (with fix)

2008-07-06 Thread Benoit Grégoire
Public bug reported:

Binary package hint: pm-utils

This prevents uswsusp from being used (except by calling s2disk
manually).  The reason pm-utils doesn't use uswsusp to suspend to disk
is because  /usr/lib/pm-utils/defaults doesn't look for s2disk in the
right location, preventing the script from autodetecting uswsusp's
presence properly.  The fix is to modify /usr/lib/pm-utils/defaults in
the pm-utils package to add the proper path where Ubuntu installs
uswsusp's utilities:

# where is the s2disk binary located? Defaults to "/usr/sbin/s2disk"
# (do not change unless you kow what you are doing)
#
# Set the path so the script autodetects s2disk in the location 
# Ubuntu's uswsusp package installs it. 
S2DISK_BIN="/sbin/s2disk"


-Note that this is NOT duplicate of #109151, which is a problems in acpi-utils 
which basically isn't used in Hardy.

-Using uswsusp was the only way I could get my MacBook Pro C2D to
hibernate.

-Until the repositories fix this, the workaround is to copy /usr/lib/pm-
utils/defaults to /etc/pm/config.d/config and make the change above in
/etc/pm/config.d/config

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

-- 
pm-utils doesn't detect uswsusp in hardy (with fix)
https://bugs.launchpad.net/bugs/246053
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 246053] Re: pm-utils doesn't detect uswsusp in hardy

2008-09-22 Thread Benoit Grégoire
It was in the original bg report (I am the original reporter of this bug
and solution), but somebody redacted it out.  It's the Macbook pro core
2 duo.  I think that more than qualifies as "Recent hardware" (not to
mention pretty mainstream).  Without this fix, it wont hibernate at all.

-- 
pm-utils doesn't detect uswsusp in hardy
https://bugs.launchpad.net/bugs/246053
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 214165] Re: [Hardy] After upgrade today can't detect screen size

2008-06-09 Thread Benoit Grégoire
I have this problem as well, also on x86_64.  1680x1050 resolution isn't
detected.

-- 
[Hardy] After upgrade today can't detect screen size
https://bugs.launchpad.net/bugs/214165
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 306908] Re: [ppa] openoffice.org-kde broken - latest openoffice.org-kde causes crash

2009-01-09 Thread Benoit Grégoire
Just upgraded to 3.0.1~rc1-2ubuntu1~intrepid1 that were just uploaded to
ppa.  Issue persists for me.

-- 
[ppa] openoffice.org-kde broken - latest openoffice.org-kde causes crash
https://bugs.launchpad.net/bugs/306908
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 306908] Re: [ppa] openoffice.org-kde broken - latest openoffice.org-kde causes crash

2009-01-09 Thread Benoit Grégoire
Shell output:

beno...@benoitg-mac:~$ oowriter 
ASSERT: "slOpt" in file /build/buildd/kde4libs-4.1.85/kdeui/kernel/kstyle.cpp, 
line 3453
QPainter::begin: A paint device can only be painted by one painter at a time.   

QPainter::setWorldTransform: Painter not active 

QPainter::begin: A paint device can only be painted by one painter at a time.   

QPainter::setWorldTransform: Painter not active 

QPainter::begin: A paint device can only be painted by one painter at a time.   

QPainter::setWorldTransform: Painter not active 

QPainter::begin: A paint device can only be painted by one painter at a time.   

QPainter::setWorldTransform: Painter not active 

QPainter::begin: A paint device can only be painted by one painter at a time.   

QPainter::setWorldTransform: Painter not active 

beno...@benoitg-mac:~$

-- 
[ppa] openoffice.org-kde broken - latest openoffice.org-kde causes crash
https://bugs.launchpad.net/bugs/306908
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 70413] column resizing behavior is not predictable

2006-11-05 Thread Olivier Grégoire
Public bug reported:

I only use six columns in Rhythmbox in this order : currently playing,
track, title, artist, album and length.

When I try to make the title-column smaller, I click on the title-artist
separation. Then I drag it to the left to reduce the column size.

But, as soon as I start dragging it to the left, the title column takes
more place and my cursor does not correspond to the column separator
anymore (the separator is hundreds of pixels right of my cursor). And
when I go left past beyond the title-column title, "Title", my movements
do not seem to be 'heard' by the application.

During this whole operation, the columns on the right of the title-
column (artist and album) are resized too, though it would logically be
only the artist-column that be resized to fill the title-place I use, or
all the columns are moved to the left, creating a column-less space on
the right of the length-column.

Sorry for my English, I'm still learning it. If you don't understand
what I mean, could you let me converse about it with a French-speaking
person who could then explain it clearly to you ?

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
column resizing behavior is not predictable
https://launchpad.net/bugs/70413

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


[Bug 138057] Kontact's kmail does not honor IMAP message status

2007-09-07 Thread Benoit Grégoire
Public bug reported:

Binary package hint: kdepim

Kontact's kmail does not honor IMAP message status on a disconnected
IMAP account.  Even using the "Refresh Cache" option in the
Troubleshooting IMAP cache dialog will cause ALL mail in the inbox to
show with status NEW.  This essentially makes using IMAP impossible in
practice.  The bug has started recently (within the month).  This is on
a disconnected imap account. KMail 1.9.6 (enterprise 0.20070831.706792)
on gutsy.

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

-- 
Kontact's kmail does not honor IMAP message status
https://bugs.launchpad.net/bugs/138057
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdepim in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 138057] Problem has cleared with recent updates.

2007-09-11 Thread Benoit Grégoire
I can no longer reproduce.

-- 
Kontact's kmail does not honor IMAP message status
https://bugs.launchpad.net/bugs/138057
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdepim in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 129388] Re: [GUTSY] ACPI: battery state reporting errors since 2.6.22-9

2007-08-20 Thread Benoit Grégoire
I have the exact same problem.  I've never seen it with linux-image
<=2.6.22-8 either.

-- 
[GUTSY] ACPI: battery state reporting errors since 2.6.22-9
https://bugs.launchpad.net/bugs/129388
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 130392] Bug still occurs after this morning's kmail update to 4:3.5.7enterprise20070828really20070825-0ubuntu3

2007-09-03 Thread Benoit Grégoire
Both on a X86-64 desktop and ia32 laptop.  Tested by middle clicking
from firefox to kmail.  One interesting observation:  Pasting in the To:
field does not cause the crash, only pasting in the main body of a
message.

-- 
kmail locks when pasting text into composer
https://bugs.launchpad.net/bugs/130392
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdepim in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 129388] Re: [GUTSY] ACPI: battery state reporting errors since 2.6.22-9

2007-09-04 Thread Benoit Grégoire
I concurr, the problem seems to have cleared sometimes in the last
month.  This bug can be closed.

-- 
[GUTSY] ACPI: battery state reporting errors since 2.6.22-9
https://bugs.launchpad.net/bugs/129388
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 118822] Re: 2.6.20-15.27 => 2.6.20-16.28 Suspend to RAM regression on MacBook Pro

2007-09-04 Thread Benoit Grégoire
Note that since I switched to the avivo driver, I can no longer provide
any useful info.  The problem may be fixed.

-- 
2.6.20-15.27 => 2.6.20-16.28 Suspend to RAM regression on MacBook Pro
https://bugs.launchpad.net/bugs/118822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 130392] Now fixed

2007-09-04 Thread Benoit Grégoire
The problem no longer occurs after tonight's updates

-- 
kmail locks when pasting text into composer
https://bugs.launchpad.net/bugs/130392
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115575] dependecy impossible to satisfy (php4-imap)

2007-05-19 Thread Grégoire Métral
Public bug reported:

Binary package hint: phpgroupware

Trying to install phpgroupware on a ubuntu 6.06 LTS distro, with apache2
and php5, I have an unsatisfied dependency on php4-imap. The
installation with apt can't be done. It seems that php5-imap|php4-imap
isn't an alternative. Maybe other dependency are concerned (see below,
second part). Here is the message (in french, sorry):

[EMAIL PROTECTED]:~$ sudo apt-get install phpgroupware
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.

Puisque vous n'avez demandé qu'une seule opération, le paquet n'est
probablement pas installable et vous devriez envoyer un rapport de bogue.
L'information suivante devrait vous aider à résoudre la situation : 

Les paquets suivants contiennent des dépendances non satisfaites :
  phpgroupware: Dépend: php4-imap mais ne sera pas installé
E: Paquets défectueux

Second part (see lines with <-, no alternative sign |):

[EMAIL PROTECTED]:~$ apt-cache depends phpgroupware
phpgroupware
 |Dépend: apache2
apache2-mpm-perchild
apache2-mpm-prefork
apache2-mpm-worker
 |Dépend: apache
  Dépend: 
apache-perl
bozohttpd
aolserver4
apache
apache-ssl
apache2-mpm-perchild
apache2-mpm-prefork
apache2-mpm-worker
boa
caudium
cherokee
dhttpd
fnord
lighttpd
mathopd
micro-httpd
mzscheme
roxen3
roxen4
thttpd
thy
yaws
 |Dépend: php5
 |Dépend: php5-cgi
 |Dépend: libapache2-mod-php5
 |Dépend: 
 |Dépend: php4
  Dépend: php4-cgi  <-
 |Dépend: php5-imap
  Dépend: php4-imap  <-
 |Dépend: php5-pgsql
 |Dépend: php5-mysql
 |Dépend: php4-pgsql
  Dépend: php4-mysql  <-
  Dépend: phpgroupware-phpgwapi
  Dépend: phpgroupware-setup
  Dépend: phpgroupware-admin
  Dépend: phpgroupware-preferences
  Dépend: wwwconfig-common
 |Dépend: debconf
  Dépend: 
cdebconf
debconf
 |Suggère: slapd
ultrapossum-slapd
  Suggère: 
slapd
 |Suggère: postgresql
  Suggère: mysql-server
mysql-server-4.1
mysql-server-5.0
 |Suggère: courier-imap
  Suggère: 
courier-imap
cyrus-imapd-2.2
cyrus21-imapd
bincimap-run
dbmail-mysql
dbmail-pgsql
dovecot-imapd
hula-manager
mailutils-imap4d
uw-imapd
  Suggère: libdbi-perl
  Suggère: phpgroupware-manual
  Suggère: phpgroupware-todo
  Suggère: phpgroupware-notes
  Suggère: phpgroupware-email
  Suggère: phpgroupware-nntp
  Suggère: phpgroupware-calendar
  Suggère: phpgroupware-addressbook
 |Recommande: php5-ldap
  Recommande: php4-ldap
  Est en conflit avec: 
  Est en conflit avec: 
  Est en conflit avec: 
  Est en conflit avec: 
  Est en conflit avec: 
  Remplace: 
phpgroupware
  Remplace: 
phpgroupware


Regards,
Greg

** Affects: phpgroupware (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
dependecy impossible to satisfy (php4-imap)
https://bugs.launchpad.net/bugs/115575
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 115665] segfault on an empty feisty installation

2007-05-19 Thread Olivier Grégoire
Public bug reported:

Binary package hint: kobodeluxe

I installed kobo deluxe on my new Feisty installation. But I got a
segfault at the first launch.

The console shows that kobodl successfuly loads 3 sound files, then
tries to load the hiscores file and fails at this point :

>> Loading "Ballad1"...
>>   Copyright (C) David Olofson, 2002.
>> .--
>> | MIDI File: /usr/share/games/kobo-deluxe/sfx/ballad1.mid
>> |Format: 0
>> | Title: 
>> |Author: 
>> |   Remarks: 
>> '--
>>   Done!
>> No hiscore entries found!
>> Erreur de segmentation

The last line means Segmentation fault or smth like that in French.

** Affects: kobodeluxe (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
segfault on an empty feisty installation
https://bugs.launchpad.net/bugs/115665
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 118822] 2.6.20-15.27 => 2.6.20-16.28 Suspend to RAM regression on MacBook Pro

2007-06-05 Thread Benoit Grégoire
Public bug reported:

Binary package hint: linux-source-2.6.20

With the recent update to 2.6.20-16.28 in feisty-security, Suspend to
RAM doesn't work anymore.

Symptoms:  Shutting the lid to trigger suspend to RAM, the laptop will
black it's screen, but CPU, hard disk and fans keep running, and the
suspend light doesn't blink (it doesn't even reach suspend state).  When
re-opening the lid, nothing seems to turn the screen back on.

If I boot into previous kernel (2.6.20-15.27), suspend and resume work
just fine (Well, I did have to add POST_VIDEO=false in /etc/default
/acpi-support to make it resume properly)

Hardware:  Apple MacBook Pro 15" (Core 2 duo version)
Video driver: fglrx
Wireless:  Tried both ndiswrapper with proprietary driver and svn checkout of 
madwifi.  Both drivers work, but the problem still occurs with both.

** Affects: linux-source-2.6.20 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
2.6.20-15.27 => 2.6.20-16.28 Suspend to RAM regression on MacBook Pro
https://bugs.launchpad.net/bugs/118822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 118822] Re: 2.6.20-15.27 => 2.6.20-16.28 Suspend to RAM regression on MacBook Pro

2007-06-09 Thread Benoit Grégoire
You will find attached the output of lspci -vv and lspci -vvn.

When doing:
sync; echo 1 > /sys/power/pm_trace; /etc/acpi/sleep.sh force 
as outlined in https://wiki.ubuntu.com/DebuggingKernelSuspend, the relevent 
lines are 
[1.106193]   Magic number: 0:798:695
[1.106289]   hash matches drivers/base/power/resume.c:46
[1.106436]   hash matches device :00:00.0

Note that this was done with 2.6.20-29 (latest security update updated
it), and now it will actually reach suspend state, but still wouldn't
wake-up (blank screen).  Just to cover all bases, I restored
POST_VIDEO=true (the distribution default) in /etc/default/acpi-support.
And now it successfully wakes-up, which it didn't before (with any
kernel I tried).

So apparently, someting fixed it between 2.6.20-28 and -29, so for the
first time (for me) sleep would seems to work out of the box on the
Macbook Pro.

Most likely this bug can be closed, but I still included all relevent
info in case it is usefull to developpers or anyone else.

** Attachment added: "lspci_vv.txt"
   http://launchpadlibrarian.net/8037178/lspci_vv.txt

-- 
2.6.20-15.27 => 2.6.20-16.28 Suspend to RAM regression on MacBook Pro
https://bugs.launchpad.net/bugs/118822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 118822] Re: 2.6.20-15.27 => 2.6.20-16.28 Suspend to RAM regression on MacBook Pro

2007-06-09 Thread Benoit Grégoire

** Attachment added: "lspci_vvn.txt"
   http://launchpadlibrarian.net/8037179/lspci_vvn.txt

-- 
2.6.20-15.27 => 2.6.20-16.28 Suspend to RAM regression on MacBook Pro
https://bugs.launchpad.net/bugs/118822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 85359] Problem still exists

2007-03-05 Thread Benoit Grégoire
Up to date feisty, 2007-03-05.  Same symptoms as above.  Deleting
~/.kde/share/apps/kopete does not fix it.  Deleting kopeterc as well and
re-creating the account doesn't help either.

Same MSN account works fine in edgy (kopete 0.12.3 from kubuntu.org kde
package)

-- 
[feisty] kopete 0.12.4 wont connect to msn
https://launchpad.net/bugs/85359

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


[Bug 84561] Re: new mplayer gives garbage audio output

2007-02-13 Thread Grégoire Cachet
Same problem here, I'm running 1.0~rc1-0ubuntu3 with Feisty up-to-date.

I get an error when I'm trying to watch a video:

  Trying to force audio codec driver family libmad...
  Requested audio codec family [mad] (afm=libmad) not available.
  Enable it at compilation.

I just get noise out of the speakers.

It was working fine with the 0.99+1.0pre8-0ubuntu8 version.

Maybe something is missing in the package?

-- 
new mplayer gives garbage audio output
https://launchpad.net/bugs/84561

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


[Bug 73952] Re: no devices found for /dev/md0 at startup

2006-12-01 Thread Grégoire Cachet
Ben> actually this is sda2 and sdb2 on my system ... And there is
nothing in my mdadm.conf to tell about sda and sdb.

Fabio> I can't get a dmesg of linux 2.6.19 because it doesn't boot at
all. Tell if I can get some interesting informations from the busybox
shell, because I don't know how.

I included a result of dmesg for linux 2.6.17, a result of lshw with all
my hardware devices, a lsmod of linux 2.6.17 so that you can know which
modules are loaded, my mdadm.conf and a result of mdadm --detail
/dev/md0.

** Attachment added: "informations"
   http://librarian.launchpad.net/5221247/infos.txt

-- 
no devices found for /dev/md0 at startup
https://launchpad.net/bugs/73952

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


[Bug 73943] Re: nautilus crashes when open parent directory in spatial mode

2006-12-01 Thread Grégoire Cachet
Here is the backtrace

** Attachment added: "backtrace"
   http://librarian.launchpad.net/5233026/gdb-nautilus.txt

-- 
nautilus crashes when open parent directory in spatial mode
https://launchpad.net/bugs/73943

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


[Bug 77439] ".sp" inserted in man pages

2007-01-03 Thread Grégoire Cachet
Public bug reported:

Binary package hint: git-core

In git-core 1.4.4.2-1, I have some ".sp" inserted in every man page
installed by the git-core package. I have the the same problem in cogito
0.18.2-1ubuntu1. I run feisty.

For example in man git-diff :

SYNOPSIS
   git-diff [ --diff-options ] {0,2} [...].sp

** Affects: git-core (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
".sp" inserted in man pages
https://launchpad.net/bugs/77439

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


[Bug 79204] boot on md raid drives fails

2007-01-14 Thread Grégoire Cachet
Public bug reported:

Binary package hint: initramfs-tools

I'm using initramfs-tools 0.85eubuntu1.

I can't boot my system without adding break=mount to the grub boot
command.

A lot of bug reports say that these issues should be fixed with
0.85eubuntu1 and thus are marked "fix released", but it is not fixed
here.

It looks like script/init-premount/udev is not finished to load my
drives before script/init-top/mdadm is called which breaks the boot
process :(. It explains why it does boot while adding break=mount to the
grub boot command.

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
boot on md raid drives fails
https://launchpad.net/bugs/79204

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


[Bug 73941] vsftpd requires update-inetd for upgrade

2006-11-30 Thread Grégoire Cachet
Public bug reported:

I'm running Feisty and my upgrade failed because vsftpd requires update-
inetd to complete its installation but it is not installed on my system.

I had to install update-inetd, so I think vsftpd should depend on
update-inetd.

[EMAIL PROTECTED]:~$ sudo apt-get upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Reading state information... Fait   
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
1 partiellement installés ou enlevés.
Il est nécessaire de prendre 0o dans les archives.
Après dépaquetage, 0o d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer [O/n] ? 
Paramétrage de vsftpd (2.0.5-2ubuntu1) ...
/var/lib/dpkg/info/vsftpd.postinst: 27: update-inetd: not found
dpkg : erreur de traitement de vsftpd (--configure) :
 le sous-processus post-installation script a retourné une erreur de sortie 
d'état 127
Des erreurs ont été rencontrées pendant l'exécution :
 vsftpd
E: Sub-process /usr/bin/dpkg returned an error code (1)

** Affects: vsftpd (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
vsftpd requires update-inetd for upgrade
https://launchpad.net/bugs/73941

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

[Bug 73943] nautilus crashes when open parent directory in spatial mode

2006-11-30 Thread Grégoire Cachet
Public bug reported:

I'm running Feisty and nautilus 2.16.2-0ubuntu1.

When I use Nautilus in spatial mode and I click on the list of parent
directory to go up in the tree, it crashes every time.

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
nautilus crashes when open parent directory in spatial mode
https://launchpad.net/bugs/73943

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


[Bug 73952] no devices found for /dev/md0 at startup

2006-11-30 Thread Grégoire Cachet
Public bug reported:

I'm running Feisty and linux-image-2.6.19-7-generic fails during the
boot. My root partition is on /dev/md0 (raid1 over sda2 and sdb2). It
works fine with linux-image-2.6.17-10-generic.

I have the same issue with linux-image-2.6.19-5-generic and linux-
image-2.6.19-6-generic.

I get a BusyBox shell and this message when trying to run /scripts
/local-top/mdadm by hand :

mdadm: no devices found for /dev/md0

I took a look at bug #71318 since I use a VIA chipset for my SATA
drives. With linux 2.6.17, I use via82cxxx. I tried to add pata_via and
pata_mpiix to /etc/initramfs-tools/modules and then regenerated the
initrd image, but it does not fix the problem. Besides I looked for
/etc/modprobe.d/blacklist-pata in my system and I don't have this file.

I don't really know about how initramfs works, so I can go deeper in it
to see whether something is missing there or if it's in the kernel
itself.

** Affects: linux-source-2.6.19 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
no devices found for /dev/md0 at startup
https://launchpad.net/bugs/73952

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


[Bug 82861] Can't install libapache2-mod-php4 in Feisty

2007-02-02 Thread Grégoire Cachet
Public bug reported:

I'm using Feisty.

I can't install libapache2-mod-php4 version 4:4.4.2-1.1build1 because
the dependencies with apache2-mpm-prefork are broken.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Can't install libapache2-mod-php4 in Feisty
https://launchpad.net/bugs/82861

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


[Bug 73943] Re: nautilus crashes when open parent directory in spatial mode

2006-12-15 Thread Grégoire Cachet
The bug is fixed in nautilus 2.16.3-0ubuntu2.

-- 
nautilus crashes when open parent directory in spatial mode
https://launchpad.net/bugs/73943

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


[Bug 73952] Re: no devices found for /dev/md0 at startup

2006-12-17 Thread Grégoire Cachet
Well, I found something interesting ...

The kernel starts when I add quiet=n break=mount arguments to the boot
command line in grub. Then, I hit Ctrl+D and it boots right. It works
for 2.6.19 and 2.6.20.

If I remove quiet=n or break=mount, it just breaks like before.

I think there is an issue with a device that need more time to start. I
haven't investigated further, but if you need some precise informations
about what's going on, I can get them with some directions.

-- 
no devices found for /dev/md0 at startup
https://launchpad.net/bugs/73952

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


[Bug 513932] Re: [i945gme] Keyboard not working after upgrade to Lucid

2010-04-24 Thread Benoit Grégoire
sudo dpkg-reconfigure console-setup does NOT work for me.  Keyboard
works in grub, but when selecting recovery mode, keyboard is dead at the
recovery console.  Trackpad does work however.

Macbook pro gen 2, xorg-edgers.

Effect seems kernel dependent:
2.6.32 (stock lucid) keyboard doesn't work.
2.6.33 (kernel mainline) keyboard works.
2.6.34 (kernel mainline) keyboard doesn't work.

-- 
[i945gme] Keyboard not working after upgrade to Lucid
https://bugs.launchpad.net/bugs/513932
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 544116] Re: Lucid php-apc 3.0.19-3 messes up constants

2010-04-15 Thread Benoit Grégoire
I tested the 3.1.3p1 package and it works 0K.  In my case the symptoms
were much worse, a php segfault!

-- 
Lucid php-apc 3.0.19-3 messes up constants
https://bugs.launchpad.net/bugs/544116
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 513932] Re: [i945gme] Keyboard not working after upgrade to Lucid

2010-04-01 Thread Benoit Grégoire
This also affects me (using kdm, macbookpro 2.1) and I didn't have
mouseemu installed at all.  Installing it made no difference.

Booting in lucid with the karmic kernel and my keyboard works!

-- 
[i945gme] Keyboard not working after upgrade to Lucid
https://bugs.launchpad.net/bugs/513932
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 513932] Re: [i945gme] Keyboard not working after upgrade to Lucid

2010-05-10 Thread Benoit Grégoire
dpkg-reconfigure console-setup still does NOT fix it for me (tried
several different layouts).  Intel based macbook pro. Always works with
kernel 2.6.33, never works with kernel 2.6.32 or 2.6.34.  Here is my
current /etc/default/console-setup:


# A configuration file for setupcon

# Change to "yes" and setupcon will explain what is being doing
VERBOSE_OUTPUT=no

# Setup these consoles.  Most people do not need to change this.
ACTIVE_CONSOLES="/dev/tty[1-6]"

# Put here your encoding.  Valid charmaps are: UTF-8 ARMSCII-8 CP1251
# CP1255 CP1256 GEORGIAN-ACADEMY GEORGIAN-PS IBM1133 ISIRI-3342
# ISO-8859-1 ISO-8859-2 ISO-8859-3 ISO-8859-4 ISO-8859-5 ISO-8859-6
# ISO-8859-7 ISO-8859-8 ISO-8859-9 ISO-8859-10 ISO-8859-11 ISO-8859-13
# ISO-8859-14 ISO-8859-15 ISO-8859-16 KOI8-R KOI8-U TIS-620 VISCII
CHARMAP="UTF-8"

# The codeset determines which symbols are supported by the font.
# Valid codesets are: Arabic Armenian CyrAsia CyrKoi CyrSlav Ethiopian
# Georgian Greek Hebrew Lao Lat15 Lat2 Lat38 Lat7 Thai Uni1 Uni2 Uni3
# Vietnamese.  Read README.fonts for explanation.
CODESET="Lat15"

# Valid font faces are: VGA (sizes 8, 14 and 16), Terminus (sizes
# 12x6, 14, 16, 20x10, 24x12, 28x14 and 32x16), TerminusBold (sizes
# 14, 16, 20x10, 24x12, 28x14 and 32x16), TerminusBoldVGA (sizes 14
# and 16), Fixed (sizes 13, 14, 15, 16 and 18), Goha (sizes 12, 14 and
# 16), GohaClassic (sizes 12, 14 and 16).
FONTFACE="Fixed"
FONTSIZE="16"

# You can also directly specify nonstandard font and ACM to load:
# FONT=/usr/local/share/funnyfonts/sarge16.psf
# ACM=/usr/local/share/consoletrans/my_special_encoding.acm

# The following variables describe your keyboard and can have the same
# values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
# in /etc/X11/xorg.conf.
XKBMODEL="pc104"
XKBLAYOUT="ca"
XKBVARIANT="multix"
XKBOPTIONS="lv3:ralt_switch"

   


   


   
# Do not update the following md5 sum if you change 

   
# /etc/console-setup/boottime.kmap.gz and Debconf will not overwrite

   
# your custom keymap.  Do not update it even if you want to make

   
# Debconf overwrite it.  Instead simply specify the empty string as
# a md5 sum.

BOOTTIME_KMAP_MD5=""

-- 
[i945gme] Keyboard not working after upgrade to Lucid
https://bugs.launchpad.net/bugs/513932
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 221112] Re: Can't use space bar in search bar when using french alternative keyboard

2009-08-27 Thread Olivier Grégoire
I could reproduce the error using a fr-BE Ubuntu with Belgian keyboard-
layout. So it is not only related to the French layout.

-- 
Can't use space bar in search bar when using french alternative keyboard
https://bugs.launchpad.net/bugs/221112
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 500212] Re: "Nepomuk Semantic Desktop needs the Virtuoso RDF server to store its data."

2009-12-24 Thread Benoit Grégoire
This also happens with KDE 4.4 Beta 2

-- 
"Nepomuk Semantic Desktop needs the Virtuoso RDF server to store its data."
https://bugs.launchpad.net/bugs/500212
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 1860284] Re: thinkpad thunderbolt 3 dock gen2 with pci memory allocation errors on Yoga C940 unless plugged in before boot

2020-02-17 Thread Benoit Grégoire
Still no luck with 5.5.4

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

Title:
  thinkpad thunderbolt 3 dock gen2 with pci memory allocation errors on
  Yoga C940 unless plugged in before boot

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

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

[Bug 1860284] Re: thinkpad thunderbolt 3 dock gen2 with pci memory allocation errors on Yoga C940 unless plugged in before boot

2020-02-27 Thread Benoit Grégoire
There is now a working patch on the upstream bug

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

Title:
  thinkpad thunderbolt 3 dock gen2 with pci memory allocation errors on
  Yoga C940 unless plugged in before boot

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

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

[Bug 1860284] Re: thinkpad thunderbolt 3 dock gen2 with pci memory allocation errors on Yoga C940 unless plugged in before boot

2020-02-04 Thread Benoit Grégoire
With kernel mainline 5.5.1, it does get a little bit further, only BAR
14 and 0 fail to assign on the second try.  See attached dmesg.  But
symptoms are still identical:  no peripherals work except for video.

Any way I can systematically search for a workaround using pci= kernel
parameters?

** Attachment added: 
"kernel_mainline_5.5.1_notworking_dmesg_dock_plugged_after_boot.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1860284/+attachment/5325261/+files/kernel_mainline_5.5.1_notworking_dmesg_dock_plugged_after_boot.txt

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

Title:
  thinkpad thunderbolt 3 dock gen2 with pci memory allocation errors on
  Yoga C940 unless plugged in before boot

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

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

[Bug 1860284] Re: thinkpad thunderbolt 3 dock gen2 with pci memory allocation errors on Yoga C940 unless plugged in before boot

2020-02-07 Thread Benoit Grégoire
Still the same on 5.5.2

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

Title:
  thinkpad thunderbolt 3 dock gen2 with pci memory allocation errors on
  Yoga C940 unless plugged in before boot

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

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

[Bug 1860284] Re: thinkpad thunderbolt 3 dock gen2 with pci memory allocation errors on Yoga C940 unless plugged in before boot

2020-02-07 Thread Benoit Grégoire
Reported upstream on Bug:
https://bugzilla.kernel.org/show_bug.cgi?id=206459

** Bug watch added: Linux Kernel Bug Tracker #206459
   https://bugzilla.kernel.org/show_bug.cgi?id=206459

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

Title:
  thinkpad thunderbolt 3 dock gen2 with pci memory allocation errors on
  Yoga C940 unless plugged in before boot

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

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

[Bug 1860284] Re: thinkpad thunderbolt 3 dock gen2 does not work on Yoga C940 unless plugged in before boot

2020-01-19 Thread Benoit Grégoire
** Attachment added: 
"ubuntu_5.3.0-26_working_lspci_dock_plugged_before_boot.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1860284/+attachment/5321566/+files/ubuntu_5.3.0-26_working_lspci_dock_plugged_before_boot.txt

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

Title:
  thinkpad thunderbolt 3 dock gen2 does not work on Yoga C940 unless
  plugged in before boot

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

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

[Bug 1860284] [NEW] thinkpad thunderbolt 3 dock gen2 does not work on Yoga C940 unless plugged in before boot

2020-01-19 Thread Benoit Grégoire
Public bug reported:

I have thinkpad thunderbolt 3 dock gen2 dock I am trying to use with a
New Lenovo Yoga C940 laptop.

- The dock works fine when plugged-in before boot.
- The dock does NOT work when plugged after the system booted.
- The dock does NOT work when plugged-in at boot, subsequently unplugged and 
plugged back in.

When it fails, it fails with memory allocation messages such as:

[  342.507320] pci :2b:00.0: BAR 14: no space for [mem size 0x0c20]
[  342.507323] pci :2b:00.0: BAR 14: failed to assign [mem size 0x0c20]

Things I tried:
- Kernel mainline 5.4.12, same symptoms
- Kernel mainline 5.5.-rc6, 
same symptoms.
- Plugging it after powering up the laptop, but at the grub screen before boot. 
 In this case the dock works fine after boot.


Other potentially useful information to narrow it down:

- The tests were done with only an ethernet cable and power plugged into the 
dock to minimize the number of moving parts...
- Dock and laptop both have the very latest firmware as of 2020-01-17.
- The displayport part of the dock always work, but all other ports (USB, 
ethernet, card readers fail) when plugged-in after boot.
- Doesn't seem to be a thunderbolt authorization problem:
benoitg@benoitg-Yoga-C940:~$ boltctl 
 ? Lenovo ThinkPad Thunderbolt 3 Dock
   ?? type:  peripheral
   ?? name:  ThinkPad Thunderbolt 3 Dock
   ?? vendor:Lenovo
   ?? uuid:  001730c5-7042-0801--
   ?? status:authorized
   ?  ?? domain: c06e823d-af8a-8680--
   ?  ?? authflags:  none
   ?? authorized:Sun Jan 19 17:41:04 2020
   ?? connected: Sun Jan 19 17:41:04 2020
   ?? stored:Thu Jan 16 07:27:43 2020
  ?? policy: iommu
  ?? key:no

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: linux-image-5.3.0-26-generic 5.3.0-26.28
ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
Uname: Linux 5.3.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  benoitg1182 F pulseaudio
CurrentDesktop: KDE
Date: Sun Jan 19 12:38:17 2020
InstallationDate: Installed on 2020-01-16 (3 days ago)
InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
MachineType: LENOVO 81Q9
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=UUID=078b76d6-6b72-4de4-9e10-f6ea33d9bc1a ro
RelatedPackageVersions:
 linux-restricted-modules-5.3.0-26-generic N/A
 linux-backports-modules-5.3.0-26-generic  N/A
 linux-firmware1.183.3
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/22/2019
dmi.bios.vendor: LENOVO
dmi.bios.version: AUCN45WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40709 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo Yoga C940-14IIL
dmi.modalias: 
dmi:bvnLENOVO:bvrAUCN45WW:bd08/22/2019:svnLENOVO:pn81Q9:pvrLenovoYogaC940-14IIL:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYogaC940-14IIL:
dmi.product.family: Yoga C940-14IIL
dmi.product.name: 81Q9
dmi.product.sku: LENOVO_MT_81Q9_BU_idea_FM_Yoga C940-14IIL
dmi.product.version: Lenovo Yoga C940-14IIL
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug eoan

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

Title:
  thinkpad thunderbolt 3 dock gen2 does not work on Yoga C940 unless
  plugged in before boot

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

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

[Bug 1860284] Re: thinkpad thunderbolt 3 dock gen2 does not work on Yoga C940 unless plugged in before boot

2020-01-19 Thread Benoit Grégoire
** Attachment added: 
"ubuntu_5.3.0-26_working_dmesg_dock_plugged_before_boot.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1860284/+attachment/5321565/+files/ubuntu_5.3.0-26_working_dmesg_dock_plugged_before_boot.txt

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

Title:
  thinkpad thunderbolt 3 dock gen2 does not work on Yoga C940 unless
  plugged in before boot

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

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

[Bug 1860284] Re: thinkpad thunderbolt 3 dock gen2 does not work on Yoga C940 unless plugged in before boot

2020-01-19 Thread Benoit Grégoire
** Attachment added: 
"ubuntu_5.3.0-26_notworking_lsusb_dock_plugged_after_boot.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1860284/+attachment/5321564/+files/ubuntu_5.3.0-26_notworking_lsusb_dock_plugged_after_boot.txt

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

Title:
  thinkpad thunderbolt 3 dock gen2 does not work on Yoga C940 unless
  plugged in before boot

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

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

[Bug 1860284] Re: thinkpad thunderbolt 3 dock gen2 does not work on Yoga C940 unless plugged in before boot

2020-01-19 Thread Benoit Grégoire
** Attachment added: 
"ubuntu_5.3.0-26_working_lsusb_dock_plugged_before_boot.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1860284/+attachment/5321567/+files/ubuntu_5.3.0-26_working_lsusb_dock_plugged_before_boot.txt

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

Title:
  thinkpad thunderbolt 3 dock gen2 does not work on Yoga C940 unless
  plugged in before boot

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

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

[Bug 1860284] Re: thinkpad thunderbolt 3 dock gen2 does not work on Yoga C940 unless plugged in before boot

2020-01-19 Thread Benoit Grégoire
** Attachment added: 
"ubuntu_5.3.0-26_notworking_dmesg_dock_plugged_after_boot.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1860284/+attachment/5321562/+files/ubuntu_5.3.0-26_notworking_dmesg_dock_plugged_after_boot.txt

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

Title:
  thinkpad thunderbolt 3 dock gen2 does not work on Yoga C940 unless
  plugged in before boot

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

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

[Bug 1860284] Re: thinkpad thunderbolt 3 dock gen2 does not work on Yoga C940 unless plugged in before boot

2020-01-19 Thread Benoit Grégoire
** Attachment added: 
"ubuntu_5.3.0-26_notworking_lspci_dock_plugged_after_boot.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1860284/+attachment/5321563/+files/ubuntu_5.3.0-26_notworking_lspci_dock_plugged_after_boot.txt

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

Title:
  thinkpad thunderbolt 3 dock gen2 does not work on Yoga C940 unless
  plugged in before boot

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

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

[Bug 1860284] Re: thinkpad thunderbolt 3 dock gen2 with pci memory allocation errors on Yoga C940 unless plugged in before boot

2020-01-21 Thread Benoit Grégoire
** Summary changed:

- thinkpad thunderbolt 3 dock gen2 does not work on Yoga C940 unless plugged in 
before boot
+ thinkpad thunderbolt 3 dock gen2 with pci memory allocation errors on Yoga 
C940 unless plugged in before boot

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

Title:
  thinkpad thunderbolt 3 dock gen2 with pci memory allocation errors on
  Yoga C940 unless plugged in before boot

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

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

[Bug 1860284] Re: thinkpad thunderbolt 3 dock gen2 with pci memory allocation errors on Yoga C940 unless plugged in before boot

2020-06-01 Thread Benoit Grégoire
** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=206459
   Importance: Unknown
   Status: Unknown

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

Title:
  thinkpad thunderbolt 3 dock gen2 with pci memory allocation errors on
  Yoga C940 unless plugged in before boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1860284/+subscriptions

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

[Bug 1826664] [NEW] mythtv is built without libhdhomerun in disco

2019-04-27 Thread Benoit Grégoire
Public bug reported:

It causes the popular hdhomerun tuners to stop working.  It's probably
missing a builddep libhdhomerun-dev

Just rebuilding the package with the following causes libhdhomerun to be
detected and creates working packages:

apt-get source mythtv-backend
sudo apt-get build-dep mythtv-backend
#This is the important part
sudo apt install libhdhomerun-dev
cd mythtv-30.0+fixes.20190207.1c2068c62b
dpkg-buildpackage -rfakeroot -uc -b
cd ..
sudo dpkg --install ...

This is on Ubuntu 19.04, in package version 2:30.0+fixes.20190207
.1c2068c62b-0ubuntu1 (as distributed in disco as of 2019-04-27)

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

** Summary changed:

- mythtv is built with libhdhomerun in disco
+ mythtv is built without libhdhomerun in disco

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

Title:
  mythtv is built without libhdhomerun in disco

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

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

[Bug 1502556] Re: major memory leak on plasmashell

2016-11-18 Thread Benoit Grégoire
** Also affects: plasma-framework via
   https://bugs.kde.org/show_bug.cgi?id=344879
   Importance: Unknown
   Status: Unknown

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

Title:
  major memory leak on plasmashell

To manage notifications about this bug go to:
https://bugs.launchpad.net/plasma-framework/+bug/1502556/+subscriptions

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


Re: [Bug 221112]

2014-04-17 Thread Olivier Grégoire
All answers ask to perform the change. How is that not an agreement? I was
hoping to get it in this release of Ubuntu. Alas.


2014-04-18 1:06 GMT+02:00 Sergey V. Udaltsov :

> Gentlemen, I am really stuck at that point. I am refusing to make any
> changes before there is either some kind of agreement - or there are some
> minimally conclusive voting results.
> I do not take any sides (I cannot have any personal opinion, not using
> French). I am just freezing the situation.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/221112
>
> Title:
>   Can't use space bar in search bar when using french alternative
>   keyboard
>
> Status in libgnomekbd:
>   Confirmed
> Status in Listen, a Music player and management:
>   Confirmed
> Status in Quod Libet is a GTK+-based audio player written in Python.:
>   Unknown
> Status in The Rhythmbox Music Management Application:
>   Confirmed
> Status in SciTE - A free source code editor for Win32 and X:
>   New
> Status in central project for keyboard configuration:
>   Confirmed
> Status in “quodlibet” package in Ubuntu:
>   Invalid
> Status in “rhythmbox” package in Ubuntu:
>   Fix Released
> Status in “xkeyboard-config” package in Ubuntu:
>   Fix Released
> Status in “xkeyboard-config” source package in Precise:
>   Triaged
>
> Bug description:
>   [Impact]
>   In the fr(oss) keymap, both space and Ctrl + space return the same
> XLookupString, which prevents space from being used in some applications.
>
>   This had been fixed in lucid and maverick, but the patch appears to
>   have been misplaced during the (rather major) update from 1.8 to 2.1,
>   thus the reports of it regressing in comments #135 and #141, as well
>   as dupe bug #938671.
>
>   [Development Fix]
>   Patch 128_fix_oss_ctrl_space_accelerator.patch fixed this problem in
> lucid and maverick, but was dropped in natty when we updated to upstream
> xkeyboard-config 2.1.  However, the patch was also sent upstream and
> accepted there.  So for quantal a cherrypick of that commit was backported.
>
>   [Stable Fix]
>   Since currently quantal is shipping the same xkeyboard-config version as
> precise, we can carry the same patch there as well.
>
>   [Test Case]
>   1. Set keyboard to fr(oss).  (Note due to unrelated bug, you need to do
> this in your /etc/defaults/keyboard config file.)
>   2. Start rhythmbox
>   3. Do a song search
>   4. Type in a search term that includes a space character
>
>   Broken Behavior:  Space triggers the play/pause function in rhythmbox
>   Fixed Behavior:  A space character is inserted
>
>   [Regression Potential]
>   The patch is one we carried in lucid and maverick (when rhythmbox was
> the default music player IIRC), and has been upstream for a while.  So I
> think it is a safe change.
>
>   Actually, I'm surprised there have not been more complaints about it
>   lately.  But during the interim we'd switched to banshee so perhaps
>   users didn't notice it.
>
>   [Original Report]
>   I tried to search for "The Do" in the search bar, but the space bar
> didn't write a space. Instead, it played the currently selected song (space
> is the shortcut for playing/pausing the song). I've just installed the last
> Hardy release candidate.
>
>   ProblemType: Bug
>   Architecture: i386
>   Date: Wed Apr 23 19:30:12 2008
>   DistroRelease: Ubuntu 8.04
>   ExecutablePath: /usr/bin/rhythmbox
>   NonfreeKernelModules: nvidia
>   Package: rhythmbox 0.11.5-0ubuntu6
>   PackageArchitecture: i386
>   ProcEnviron:
>
>  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
>LANG=fr_FR.UTF-8
>SHELL=/bin/bash
>   SourcePackage: rhythmbox
>   Uname: Linux 2.6.24-16-generic i686
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/libgnomekbd/+bug/221112/+subscriptions
>


-- 
Olivier Grégoire

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

Title:
  Can't use space bar in search bar when using french alternative
  keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/libgnomekbd/+bug/221112/+subscriptions

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

[Bug 964705] Re: System policy prevents modification of network settings for all users

2016-05-03 Thread Benoit Grégoire
Still an issue in Kubuntu 16.04, so apparently it did NOT get merged
into Ubuntu.

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

Title:
  System policy prevents modification of network settings for all users

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/964705/+subscriptions

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


[Bug 575492] Re: Intel 5100 AGN wireless connection bug

2012-04-23 Thread Benoit Grégoire
** Bug watch added: Debian Bug tracker #628444
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628444

** Also affects: debian via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628444
   Importance: Unknown
   Status: Unknown

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

Title:
  Intel 5100 AGN wireless connection bug

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

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


[Bug 775345] Re: USB headset not selectable in Output tab of Sound Preferences

2015-05-29 Thread Benoit Grégoire
Same problem on 15.04, killall pulseaudio also fixes it for me.

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

Title:
  USB headset not selectable in Output tab of Sound Preferences

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-media/+bug/775345/+subscriptions

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


[Bug 1432130] [NEW] package libc-bin 2.19-15ubuntu2 failed to install/upgrade: bloqué en boucle sur le traitement des actions différées (« triggers »), abandon

2015-03-14 Thread Grégoire Chanton
Public bug reported:

Problème à l'installation. Mise à jour dans le terminal.

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: libc-bin 2.19-15ubuntu2
ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
Uname: Linux 3.19.0-9-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.16.2-0ubuntu3
Architecture: amd64
Date: Sat Mar 14 10:55:44 2015
Dependencies:
 gcc-5-base 5-20150309-1ubuntu3
 libc6 2.19-15ubuntu2
 libcap2 1:2.24-6
 libgcc1 1:5-20150309-1ubuntu3
 multiarch-support 2.19-15ubuntu2
DuplicateSignature: package:libc-bin:2.19-15ubuntu2:bloqué en boucle sur le 
traitement des actions différées (« triggers »), abandon
ErrorMessage: bloqué en boucle sur le traitement des actions différées (« 
triggers »), abandon
InstallationDate: Installed on 2015-03-14 (0 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150306)
SourcePackage: glibc
Title: package libc-bin 2.19-15ubuntu2 failed to install/upgrade: bloqué en 
boucle sur le traitement des actions différées (« triggers »), abandon
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package vivid

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

Title:
  package libc-bin 2.19-15ubuntu2 failed to install/upgrade: bloqué en
  boucle sur le traitement des actions différées (« triggers »), abandon

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

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

[Bug 1213239] Re: Bluetooth subsystem dies after suspend

2013-11-05 Thread Benoit Grégoire
I also get this bug since upgrading to saucy.  While waiting for the
kernel fix, the workaround here does work for this bug as well:
http://ubuntuforums.org/showthread.php?t=1387211

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

Title:
  Bluetooth subsystem dies after suspend

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

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


[Bug 1446689] Re: network-manager configured to use /usr/sbin/pppoe but does not recommend pppoe

2016-03-02 Thread Benoit Grégoire
I have the exact same problem as Rustom, after upgrading from vivid to
wily.  pppoe id not setting the default route.

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

Title:
  network-manager configured to use /usr/sbin/pppoe but does not
  recommend pppoe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1446689/+subscriptions

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


[Bug 1414506] [NEW] package sgml-data 2.0.9-1 failed to install/upgrade: package sgml-data is not ready for configuration cannot configure (current status `half-installed')

2015-01-25 Thread Grégoire Compaoré
Public bug reported:

impossible to upgrade

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: sgml-data 2.0.9-1
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Sun Jan 25 11:59:08 2015
DuplicateSignature: package:sgml-data:2.0.9-1:package sgml-data is not ready 
for configuration  cannot configure (current status `half-installed')
ErrorMessage: package sgml-data is not ready for configuration  cannot 
configure (current status `half-installed')
InstallationDate: Installed on 2014-07-24 (185 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
PackageArchitecture: all
SourcePackage: sgml-data
Title: package sgml-data 2.0.9-1 failed to install/upgrade: package sgml-data 
is not ready for configuration  cannot configure (current status 
`half-installed')
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: sgml-data (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

Title:
  package sgml-data 2.0.9-1 failed to install/upgrade: package sgml-data
  is not ready for configuration  cannot configure (current status
  `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sgml-data/+bug/1414506/+subscriptions

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


[Bug 1304514] Re: Pulseaudio microphone doesn't work after waking up from suspend

2014-05-08 Thread Benoit Grégoire
I have an extremely similar problem, probably the same bug.  I have a
logitech headset (Wireless Headset H800) with a usb dongle that shows up
as:

[61307.610747] usb 1-1.1: new full-speed USB device number 21 using ehci-pci
[61307.764952] usb 1-1.1: New USB device found, idVendor=046d, idProduct=0a29
[61307.764963] usb 1-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[61307.764969] usb 1-1.1: Product: Logitech Wireless Headset
[61307.764974] usb 1-1.1: Manufacturer: Logitech
[61307.764978] usb 1-1.1: SerialNumber: 000D44D3763D
[61307.851018] input: Logitech Logitech Wireless Headset as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.3/input/input30
[61307.851408] hid-generic 0003:046D:0A29.0016: input,hiddev0,hidraw3: USB HID 
v1.11 Device [Logitech Logitech Wireless Headset] on usb-:00:1a.0-1.1/input3

Upon resume, it does show up, but only with profiles "Analog stereo
output" OR "Analog mono input".  Sometimes one, sometimes the other.  So
upons resume usually my microphone doesn't work, sometimes sound output
doesn't work.

alsamixer seems to show both normally.

After pulseaudio -k, or after rebooting, all 3 profiles are available:
the two above plus  "Analog stereo output + Analog mono input"

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

Title:
  Pulseaudio microphone doesn't work after waking up from suspend

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

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


[Bug 1304514] Re: Pulseaudio microphone doesn't work after waking up from suspend

2014-05-08 Thread Benoit Grégoire
Oh, one more thing, it worked perfectly in Saucy, and broke when I
upgraded to Trusty.

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

Title:
  Pulseaudio microphone doesn't work after waking up from suspend

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

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


[Bug 1019806] Re: ntfs-3g crashed with SIGABRT in get_node()

2013-03-21 Thread Laurent GRÉGOIRE
For information, I installed while ago a patched
(http://fuse.git.sourceforge.net/git/gitweb.cgi?p=fuse/fuse;a=commitdiff;h=1061a0a2d90148bd2e7f32e1e694399db2dbe087)
fuse package on a system having this issue, and this fixed it.
Backporting this patch to the fuse package is easy, and by reading the
code changes from the patch this should not be too risky.

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

Title:
  ntfs-3g crashed with SIGABRT in get_node()

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

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


[Bug 1019806] Re: ntfs-3g crashed with SIGABRT in get_node()

2013-03-21 Thread Laurent GRÉGOIRE
This may reproduce the issue:
- Create a NTFS partition (mkfs.ntfs)
- Copy lots of random files to it
- Run n parallels global md5sum on all the files: "find . -type f | xargs 
md5sum &"
AFAIR I managed to reliably reproduce the issue with this method.

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

Title:
  ntfs-3g crashed with SIGABRT in get_node()

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

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


[Bug 1080024] Re: Quetzal libmyth-0.25-0 depends on libx264-120

2012-11-17 Thread Benoit Grégoire
There is the exact same problem on quantal

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

Title:
  Quetzal libmyth-0.25-0 depends on libx264-120

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

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


[Bug 803909] [NEW] package lib32ncursesw5 5.7 20101128-1 failed to install/upgrade: tentative de remplacement de « /lib32/libncursesw.so.5.7 », qui appartient aussi au paquet ia32-libs 20090808ubuntu1

2011-06-30 Thread Grégoire Lurton
Public bug reported:

Trying to upgrade to Natty on a Latitude D531. Not quite sure what's
happening, but 173 packages not upgraded.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: lib32ncursesw5 5.7+20101128-1
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic x86_64
AptOrdering:
 lib32ncursesw5: Install
 ia32-libs: Install
 lib32ncursesw5: Configure
 ia32-libs: Configure
Architecture: amd64
Date: Thu Jun 30 14:20:35 2011
ErrorMessage: tentative de remplacement de « /lib32/libncursesw.so.5.7 », qui 
appartient aussi au paquet ia32-libs 
20090808ubuntu10+maverick~xorgedgers0.20110108
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
SourcePackage: ncurses
Title: package lib32ncursesw5 5.7+20101128-1 failed to install/upgrade: 
tentative de remplacement de « /lib32/libncursesw.so.5.7 », qui appartient 
aussi au paquet ia32-libs 20090808ubuntu10+maverick~xorgedgers0.20110108
UpgradeStatus: Upgraded to natty on 2011-06-29 (1 days ago)

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


** Tags: amd64 apport-package natty ubuntu-une

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

Title:
  package lib32ncursesw5 5.7 20101128-1 failed to install/upgrade:
  tentative de remplacement de « /lib32/libncursesw.so.5.7 », qui
  appartient aussi au paquet ia32-libs 20090808ubuntu10
  maverick~xorgedgers0.20110108

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

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

[Bug 803909] Re: package lib32ncursesw5 5.7 20101128-1 failed to install/upgrade: tentative de remplacement de « /lib32/libncursesw.so.5.7 », qui appartient aussi au paquet ia32-libs 20090808ubuntu10

2011-06-30 Thread Grégoire Lurton
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803909

Title:
  package lib32ncursesw5 5.7 20101128-1 failed to install/upgrade:
  tentative de remplacement de « /lib32/libncursesw.so.5.7 », qui
  appartient aussi au paquet ia32-libs 20090808ubuntu10
  maverick~xorgedgers0.20110108

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

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

[Bug 661809] Re: libofx crashes on OFX import in gnucash

2011-04-18 Thread Benoit Grégoire
Maybe so, but it HAS been fixed upstream.

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

Title:
  libofx crashes on OFX import in gnucash

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


[Bug 661809] Re: libofx crashes on OFX import in gnucash

2011-04-18 Thread Benoit Grégoire
To clarify:

- Original issue (empty date) has been resolved upstream a while ago,
probably in November 2010.

- The one with malformed dates, originally reported in
https://bugs.kde.org/show_bug.cgi?id=255133 has been fixed upstream
today, with a patch inspired by this one.

-
https://sourceforge.net/tracker/?func=detail&aid=1454059&group_id=61170&atid=496353
reported upstream is a different issue, and not a bug.

** Changed in: libofx (Ubuntu)
   Status: New => In Progress

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

Title:
  libofx crashes on OFX import in gnucash

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


[Bug 661809] Re: libofx crashes on OFX import in gnucash

2011-04-18 Thread Benoit Grégoire
The merge request above would fix this bug.

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

Title:
  libofx crashes on OFX import in gnucash

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


[Bug 629996] Re: GnuCash can't handle UTF-8 encoded OFX file because of libofx bug

2011-04-18 Thread Benoit Grégoire
The patch that closed this bug causes a serious regression for latin-1
(non-utf-8) characters.  Specifically, all string are truncated after
the first non-ascii character.

While the original patch was accepted upstream months ago, it was
changed hours later when the regression was found.

Proposed merge above re-fixes the bug without the regression.

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

Title:
  GnuCash can't handle UTF-8 encoded OFX file because of libofx bug

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


[Bug 659473] Re: gitk crashes entire X session

2011-04-19 Thread Benoit Grégoire
Ok, it seems for me it is fixed in mainline natty, probably by one of
the two cherry-picked patches.

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

Title:
  gitk crashes entire X session

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


[Bug 659473] Re: gitk crashes entire X session

2011-03-09 Thread Benoit Grégoire
I have the exact same problem, but with the latest nouveau driver.   I
am also using a docking station and two screens.  Will run a few tests
to narrow it down.

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

Title:
  gitk crashes entire X session

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


[Bug 659473] Re: gitk crashes entire X session

2011-03-09 Thread Benoit Grégoire
Ok, test results.  Ran on Thinkpar T510 (Optimus graphics).  BIOS config
is either Integrated graphics (Intel) or Discrete (Nvidia).  The nouveau
open source driver is used for nvidia configurations.  This is on latest
natty.

BIOS;  Dock config => Results
1- Integrated Graphics; In dock at boot, single screen => gitk works
2- Integrated Graphics; In dock at boot, two screens => gitk works
3- Discrete Graphics; In dock at boot, two screens => X crashes completely 
(back to login screen)
4- Discrete Graphics; In dock only after X starts, two screens configured with 
xrandr => X freezes (Image is frozen but cursor still follows mouse movements)
5- Discrete Graphics; In dock at boot, removed from dock after X starts, 
reconfigure to single screen with xrandr => X freezes (Image is frozen but 
cursor still follows mouse movements)

I've had similar symptoms at other times, but I only identified gitk as
consistently triggering the bug.

In any event, this il definitely:
-Related to multi-screen configurations
-Doesn't occur on i965 driver
-Aparently common to both closed nvidia driver and open nouveau driver.

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

Title:
  gitk crashes entire X session

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


[Bug 394775] Re: Pyzor DeprecatedWarning causes spamassassin to fail to parse

2011-05-04 Thread Benoit Grégoire
I can confirm it is fixed on Maverick

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

Title:
  Pyzor DeprecatedWarning causes spamassassin to fail to parse

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


[Bug 769554] Re: Ubuntu applied patch for bug for #629996 causes Maverick->Natty regression

2011-05-04 Thread Benoit Grégoire
** Attachment added: "Test case for UTF-8 encoding"
   
https://bugs.launchpad.net/ubuntu/+source/libofx/+bug/769554/+attachment/2112749/+files/ofx-test-utf-8.ofx

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

Title:
  Ubuntu applied patch for bug for #629996 causes Maverick->Natty
  regression

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


[Bug 769554] Re: Ubuntu applied patch for bug for #629996 causes Maverick->Natty regression

2011-05-04 Thread Benoit Grégoire
** Attachment added: "Test case for iso-latin-1 encoding"
   
https://bugs.launchpad.net/ubuntu/+source/libofx/+bug/769554/+attachment/2112736/+files/ofx-test-iso-latin-1.ofx

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

Title:
  Ubuntu applied patch for bug for #629996 causes Maverick->Natty
  regression

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


[Bug 769554] Re: Ubuntu applied patch for bug for #629996 causes Maverick->Natty regression

2011-05-04 Thread Benoit Grégoire
Original test case was incorrect (specified UTF-8 encoding but actually
used iso-latin-1).  I just attached two new test cases based on the
first, with properly specified encodings.  To verify:

apt-get install ofx (with enabled ubuntu-proposed)
Download the two test cases, and run
ofxdump ofx-test-iso-latin-1.ofx
ofxdump ofx-test-utf-8.ofx

The last line in both cases should be exactly:

Name of payee or transaction description: déjà vu

Setting tag back to verification-needed.  It does work for me.

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

Title:
  Ubuntu applied patch for bug for #629996 causes Maverick->Natty
  regression

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

[Bug 778414] Re: gimp crashes on starting (segfault)

2011-05-13 Thread Benoit Grégoire
I have the exact same problem on kubuntu.  The same workaround works as
well.

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

Title:
  gimp crashes on starting (segfault)

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


[Bug 661809] Re: libofx crashes on OFX import in gnucash

2011-04-20 Thread Benoit Grégoire
** Bug watch removed: SourceForge.net Tracker #1454059
   http://sourceforge.net/support/tracker.php?aid=1454059

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

Title:
  libofx crashes on OFX import in gnucash

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


[Bug 727487] Re: akonadi libgcal and googledata

2011-04-12 Thread Benoit Grégoire
Same here, recreating the Akonadi ressources does not fix it.
Recompiling with the script in the upstream bug does fix it.

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

Title:
  akonadi libgcal and googledata

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


[Bug 724556] Re: [Natty] isc-dhcp update breaks network connection

2011-02-24 Thread Benoit Grégoire
Same symtoms as Jason.  The actual dhclient binary can't be found
anywhere!  There is a symlink /sbin/dhclient ->dhclient3

dhclient3 is nowhere to be found (I ran updatedb to try and find).  Most
likely the packaging script is broken.

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

Title:
  [Natty] isc-dhcp update breaks network connection

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


[Bug 769554] [NEW] Ubuntu applied patch for bug for #629996 causes Maverick->Natty regression

2011-04-23 Thread Benoit Grégoire
Public bug reported:

The patch that closed bug #629996 causes a serious regression for
latin-1 (non-utf-8) characters. Specifically, all string are truncated
after the first non-ascii character.

I opening this bug because I don't have access to re-open bug #629996.

While the original patch was indeed accepted upstream months ago, it was
changed hours later when the regression was found.  Only the original
patch was manually applied in Ubuntu.

Proposed merge above re-fixes the bug without the regression, as well as
several other segfaults by upgrading to upstream.

** Affects: libofx (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: regression

** Branch linked: lp:~benoitg/ubuntu/natty/libofx/libofx.new-upstream-
fix-661809-629996

** Changed in: libofx (Ubuntu)
   Status: New => Confirmed

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

Title:
  Ubuntu applied patch for bug for #629996 causes Maverick->Natty
  regression

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


[Bug 606584] [NEW] python 2.6.5 broken in Lucid: non ascii char in __init__.py

2010-07-16 Thread Bertrand Grégoire
Public bug reported:

Binary package hint: python2.6

Many python applications fail to launch after recent update of python
(last week?). Including "core" applications such as update-manager.

Error message: 
xx...@troll:~$ update-manager 
Traceback (most recent call last):
  File "/usr/bin/update-manager", line 29, in 
import gtk
  File "/usr/lib/pymodules/python2.6/gtk-2.0/gtk/__init__.py", line 1
SyntaxError: Non-ASCII character '\xd1' in file 
/usr/lib/pymodules/python2.6/gtk-2.0/gtk/__init__.py on line 1, but no encoding 
declared; see http://www.python.org/peps/pep-0263.html for details

My Ubuntu is Lucid with default FR locales.

Python version:
xx...@troll:~$ apt-cache policy python
python:
  Installé : 2.6.5-0ubuntu1
  Candidat : 2.6.5-0ubuntu1
 Table de version :
 *** 2.6.5-0ubuntu1 0
500 http://be.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

** Affects: python2.6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: ascii comix lucid python update-manager

-- 
python 2.6.5 broken in Lucid: non ascii char in __init__.py
https://bugs.launchpad.net/bugs/606584
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 606584] Re: python 2.6.5 broken in Lucid: non ascii char in __init__.py

2010-08-02 Thread Bertrand Grégoire
Fixed by removing python-gtk2, and reinstalling ubuntu-desktop.

A hint on the cause of the error may be related to the installation of
buggy 3rd party app, or the existence of another python install that
would clash with various system paths.

-- 
python 2.6.5 broken in Lucid: non ascii char in __init__.py
https://bugs.launchpad.net/bugs/606584
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 606584] Re: python 2.6.5 broken in Lucid: non ascii char in __init__.py

2010-08-02 Thread Bertrand Grégoire
fixed by reinstalling python-gtk2

** Changed in: python2.6 (Ubuntu)
   Status: New => Invalid

-- 
python 2.6.5 broken in Lucid: non ascii char in __init__.py
https://bugs.launchpad.net/bugs/606584
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 1860284] Re: thinkpad thunderbolt 3 dock gen2 with pci memory allocation errors on Yoga C940 unless plugged in before boot

2020-02-11 Thread Benoit Grégoire
unfortunately, same results with BIOS AUCN54WW (manually installed,
since not offered by either lenovo system update nor windows update).
Same symptoms.

Same symptoms also on with kernel mainline 5.5.3

For reference, dock firmware is V3.1.66

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

Title:
  thinkpad thunderbolt 3 dock gen2 with pci memory allocation errors on
  Yoga C940 unless plugged in before boot

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

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

[Bug 751802] [NEW] Banshee.exe assert failure: *** glibc detected *** banshee: free(): invalid pointer: 0x0ac928f0 ***

2011-04-05 Thread Grégoire Le Bel
Public bug reported:

Binary package hint: banshee

Problem while importing a folder from a windows vista partition

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: banshee 1.9.6-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
Uname: Linux 2.6.38-7-generic i686
Architecture: i386
AssertionMessage: *** glibc detected *** banshee: free(): invalid pointer: 
0x0ac928f0 ***
Date: Tue Apr  5 20:55:17 2011
ExecutablePath: /usr/lib/banshee/Banshee.exe
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
InterpreterPath: /usr/bin/mono
ProcCmdline: banshee /usr/lib/banshee/Banshee.exe --redirect-log --play-enqueued
ProcEnviron:
 SHELL=/bin/bash
 LANG=fr_FR.UTF-8
 LANGUAGE=fr_FR:en
Signal: 6
SourcePackage: banshee
StacktraceTop:
 __kernel_vsyscall ()
 raise () from /lib/i386-linux-gnu/libc.so.6
 abort () from /lib/i386-linux-gnu/libc.so.6
 ?? () from /lib/i386-linux-gnu/libc.so.6
 ?? () from /lib/i386-linux-gnu/libc.so.6
Title: Banshee.exe assert failure: *** glibc detected *** banshee: free(): 
invalid pointer: 0x0ac928f0 ***
UpgradeStatus: Upgraded to natty on 2011-04-05 (0 days ago)
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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


** Tags: apport-crash i386 natty

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

Title:
  Banshee.exe assert failure: *** glibc detected *** banshee: free():
  invalid pointer: 0x0ac928f0 ***

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


[Bug 751802] Re: Banshee.exe assert failure: *** glibc detected *** banshee: free(): invalid pointer: 0x0ac928f0 ***

2011-04-05 Thread Grégoire Le Bel
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/751802

Title:
  Banshee.exe assert failure: *** glibc detected *** banshee: free():
  invalid pointer: 0x0ac928f0 ***

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


  1   2   >