[Bug 1920784] Re: qemu-system-ppc64le fails with kvm acceleration

2021-03-23 Thread Laurent Vivier
** Also affects: linux (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/1920784 Title: qemu-system-ppc64le fails with kvm acceleration To manage no

[Bug 1920784] Re: qemu-system-ppc64le fails with kvm acceleration

2021-03-23 Thread Laurent Vivier
You need a kernel with a the following fix for POWER9: commit 25edcc50d76c834479d11fcc7de46f3da4d95121 Author: Fabiano Rosas Date: Thu Feb 4 17:05:17 2021 -0300 KVM: PPC: Book3S HV: Save and restore FSCR in the P9 path The Facility Status and Control Register is a privileged SPR t

[Bug 1886811] Re: systemd complains Failed to enqueue loopback interface start request: Operation not supported

2020-07-14 Thread Laurent Vivier
Fixed here: 65b261a63a48 linux-user: add netlink RTM_SETLINK command https://git.qemu.org/?p=qemu.git;a=commit;h=65b261a63a48fbb3b11193361d4ea0c38a3c3dfd ** Changed in: qemu Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 1749393] Re: sbrk() not working under qemu-user with a PIE-compiled binary?

2020-04-30 Thread Laurent Vivier
** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1749393 Title: sbrk() not working under qemu-user with a PIE-compiled binary? To manag

[Bug 1749393] Re: sbrk() not working under qemu-user with a PIE-compiled binary?

2020-03-10 Thread Laurent Vivier
Fixed here: https://git.qemu.org/?p=qemu.git;a=commitdiff;h=6fd5944980f4 ** Changed in: qemu Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1749393 Title: sbrk()

Re: [Bug 1783362] Re: qemu-user: mmap should return failure (MAP_FAILED, -1) instead of success (NULL, 0) when len==0

2018-08-01 Thread Laurent Vivier
Le 01/08/2018 à 00:57, umarcor a écrit : > Alex, Laurent, I'm new to this management/development system. So, first > off, thanks for working on this bug. > > I have a few (probably silly) questions: > > 1. What is 'the r-b' that Alex used in #14? "Reviewed-By:", it's a tag I've sent in answer to

[Bug 1783362] [PULL 2/3] tests: add check_invalid_maps to test-mmap

2018-07-31 Thread Laurent Vivier
1.19898-3-alex.ben...@linaro.org> Signed-off-by: Laurent Vivier --- tests/tcg/multiarch/test-mmap.c | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/tests/tcg/multiarch/test-mmap.c b/tests/tcg/multiarch/test-mmap.c index 5c0afe6e49..11d0e777b1 100644 ---

[Bug 1783362] [PULL 1/3] linux-user/mmap.c: handle invalid len maps correctly

2018-07-31 Thread Laurent Vivier
by: Laurent Vivier Message-Id: <20180730134321.19898-2-alex.ben...@linaro.org> Signed-off-by: Laurent Vivier --- linux-user/mmap.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/linux-user/mmap.c b/linux-user/mmap.c index d0c50e4888..41e0983ce8 100644

[Bug 1783362] Re: [Qemu-devel] [PATCH v2 for 3.0 1/2] linux-user/mmap.c: handle invalid len maps correctly

2018-07-30 Thread Laurent Vivier
Le 30/07/2018 à 16:21, Alex Bennée a écrit : > > Laurent Vivier writes: > >> Le 30/07/2018 à 15:43, Alex Bennée a écrit: >>> I've slightly re-organised the check to more closely match the >>> sequence that the kernel uses in do_mmap(). We check for b

[Bug 1783362] Re: [Qemu-devel] [PATCH v2 for 3.0 1/2] linux-user/mmap.c: handle invalid len maps correctly

2018-07-30 Thread Laurent Vivier
& ~TARGET_PAGE_MASK) { > +errno = EINVAL; > +goto fail; > +} > + > real_start = start & qemu_host_page_mask; > host_offset = offset & qemu_host_page_mask; > > Reviewed-by: Laurent Vivier -- You received this bug notification bec

[Bug 1783362] Re: [Qemu-devel] [PATCH v1 for 3.0 1/2] linux-user/mmap.c: handle len = 0 maps correctly

2018-07-26 Thread Laurent Vivier
Le 26/07/2018 à 19:58, Alex Bennée a écrit : > > Laurent Vivier writes: > >> Le 26/07/2018 à 15:29, Alex Bennée a écrit: >>> I've slightly re-organised the check to more closely match the >>> sequence that the kernel uses in do_mmap(). >>> >&g

[Bug 1783362] Re: [Qemu-devel] [PATCH v1 for 3.0 1/2] linux-user/mmap.c: handle len = 0 maps correctly

2018-07-26 Thread Laurent Vivier
Le 26/07/2018 à 15:29, Alex Bennée a écrit : > I've slightly re-organised the check to more closely match the > sequence that the kernel uses in do_mmap(). > > Signed-off-by: Alex Bennée > Cc: umarcor <1783...@bugs.launchpad.net> > --- > linux-user/mmap.c | 14 +++--- > 1 file changed, 1

[Bug 1254786] Re: qemu-m68k-static: illegal instruction ebc0 during debootstrap second stage

2018-02-14 Thread Laurent Vivier
0xebc0 is "bfexts" with register and is implemented since: ac815f46a3 target-m68k: Implement bitfield ops for registers Available since qemu v2.9.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1208091] Re: scanimage assert failure: *** Error in `scanimage': double free or corruption (top): 0x0000000002598130 ***

2017-02-09 Thread Laurent Vivier
No, and I don't see anymore this problem with my computers using Fedora 25 or Ubuntu 16.04, so I think it should be already 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/1208091 Title:

[Bug 1254824] Re: qemu-sh4-static: segmentation fault during debootstrap second stage on amd64 but not i386

2015-11-21 Thread Laurent Vivier
The attached patch fixes the problem for me on an x86_64 host. It needs to be tested on a i386 host. ** Patch added: "Fix stack frame retcode address" https://bugs.launchpad.net/ubuntu/+source/qemu-linaro/+bug/1254824/+attachment/4523213/+files/fix_setup_frame.patch -- You received this bug

[Bug 1208091] Re: scanimage assert failure: *** Error in `scanimage': double free or corruption (top): 0x0000000002598130 ***

2015-05-16 Thread Laurent Vivier
I have the problem. This is a race condition between the sane_net_init() loop adding devices from net.conf into the chained list and the AVAHI thread doing the same thing. As there is no lock to protect the head pointer, we can have list corruption. Delaying avahi_init() at the end of sane_net_ini

[Bug 1208091] Re: scanimage assert failure: *** Error in `scanimage': double free or corruption (top): 0x0000000002598130 ***

2015-05-16 Thread Laurent Vivier
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 15.04 Release:15.04 Codename: vivid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208091 Tit

[Bug 1101534] PulseList.txt

2013-08-18 Thread Laurent Vivier
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3776884/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Titl

[Bug 1101534] UdevLog.txt

2013-08-18 Thread Laurent Vivier
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3776887/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title:

[Bug 1101534] Re: 14e4:4727 [Samsung NP305U1A-A01FR] Cannot connect to WiFi network -- Broadcom BCM4313 wl

2013-08-18 Thread Laurent Vivier
Issue remains with daily live iso of today, kernel 3.11.0-2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title: 14e4:4727 [Samsung NP305U1A-A01FR] Cannot connect to WiFi network -- Broad

[Bug 1101534] ProcModules.txt

2013-08-18 Thread Laurent Vivier
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3776883/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534

[Bug 1101534] UdevDb.txt

2013-08-18 Thread Laurent Vivier
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3776886/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title: 14

[Bug 1101534] RfKill.txt

2013-08-18 Thread Laurent Vivier
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3776885/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title: 14

[Bug 1101534] WifiSyslog.txt

2013-08-18 Thread Laurent Vivier
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3776888/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Ti

[Bug 1101534] ProcEnviron.txt

2013-08-18 Thread Laurent Vivier
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3776881/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534

[Bug 1101534] ProcInterrupts.txt

2013-08-18 Thread Laurent Vivier
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3776882/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/110

[Bug 1101534] Lsusb.txt

2013-08-18 Thread Laurent Vivier
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3776879/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title: 14e4

[Bug 1101534] ProcCpuinfo.txt

2013-08-18 Thread Laurent Vivier
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3776880/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534

[Bug 1101534] CurrentDmesg.txt

2013-08-18 Thread Laurent Vivier
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3776876/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534

[Bug 1101534] Lspci.txt

2013-08-18 Thread Laurent Vivier
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3776878/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title: 14e4

[Bug 1101534] IwConfig.txt

2013-08-18 Thread Laurent Vivier
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3776877/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title:

[Bug 1101534] Re: 14e4:4727 [Samsung NP305U1A-A01FR] Cannot connect to WiFi network -- Broadcom BCM4313 wl

2013-08-18 Thread Laurent Vivier
apport information ** Tags added: saucy ** Description changed: Since ubuntu 12.10, my wifi is correctly detected and network-manager try to connect to it, but it seems unable to connect : it asks again and again the wifi password. If I try to connect to an open wifi network, it just fai

[Bug 1101534] BootDmesg.txt

2013-08-18 Thread Laurent Vivier
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3776874/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Titl

[Bug 1101534] CRDA.txt

2013-08-18 Thread Laurent Vivier
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3776875/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title: 14e4:4

[Bug 1101534] Re: 14e4:4727 [Samsung NP305U1A-A01FR] Cannot connect to WiFi network -- Broadcom BCM4313 wl

2013-08-07 Thread Laurent Vivier
Updated from 03PS to 06PS : no change. 06PS.M507.20121024.LEO 10/24/2012 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title: 14e4:4727 [Samsung NP305U1A-A01FR] Cannot connect to WiFi netwo

[Bug 1101534] Re: Cannot connect to WiFi network -- Broadcom BCM4313 wl

2013-08-06 Thread Laurent Vivier
The issue is always there with ubuntu 13.04 (linux 3.8.0-19-generic) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title: Cannot connect to WiFi network -- Broadcom BCM4313 wl To manage not

[Bug 1101534] Re: Cannot connect to WiFi network -- Broadcom BCM4313 wl

2013-08-06 Thread Laurent Vivier
MODEL CODE: Samsung NP305U1A-A01FR -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title: Cannot connect to WiFi network -- Broadcom BCM4313 wl To manage notifications about this bug go to: h

[Bug 1101534] Re: Cannot connect to WiFi network -- Broadcom BCM4313 wl

2013-02-05 Thread Laurent Vivier
If needed, I can reinstall this computer with a fresh install (my /home is stored in a separate logical volume) or install another version of ubuntu in another logical volume. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1101534] Re: Cannot connect to WiFi network -- Broadcom BCM4313 wl

2013-02-05 Thread Laurent Vivier
** Tags added: kernel-bug-exists-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title: Cannot connect to WiFi network -- Broadcom BCM4313 wl To manage notifications about this bug g

[Bug 1101534] WifiSyslog.txt

2013-02-05 Thread Laurent Vivier
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3515959/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1101534] UdevLog.txt

2013-02-05 Thread Laurent Vivier
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3515958/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title:

[Bug 1101534] UdevDb.txt

2013-02-05 Thread Laurent Vivier
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3515957/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title: Ca

[Bug 1101534] RfKill.txt

2013-02-05 Thread Laurent Vivier
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3515956/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title: Ca

[Bug 1101534] PulseList.txt

2013-02-05 Thread Laurent Vivier
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3515955/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Titl

[Bug 1101534] ProcModules.txt

2013-02-05 Thread Laurent Vivier
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3515954/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534

[Bug 1101534] ProcInterrupts.txt

2013-02-05 Thread Laurent Vivier
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3515953/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/110

[Bug 1101534] ProcCpuinfo.txt

2013-02-05 Thread Laurent Vivier
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3515952/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534

[Bug 1101534] Lsusb.txt

2013-02-05 Thread Laurent Vivier
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3515951/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title: Cann

[Bug 1101534] Lspci.txt

2013-02-05 Thread Laurent Vivier
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3515950/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title: Cann

[Bug 1101534] IwConfig.txt

2013-02-05 Thread Laurent Vivier
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3515949/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title:

[Bug 1101534] CurrentDmesg.txt

2013-02-05 Thread Laurent Vivier
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3515948/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534

[Bug 1101534] BootDmesg.txt

2013-02-05 Thread Laurent Vivier
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3515947/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Titl

[Bug 1101534] Re: Cannot connect to WiFi network -- Broadcom BCM4313 wl

2013-02-05 Thread Laurent Vivier
apport information ** Description changed: Since ubuntu 12.10, my wifi is correctly detected and network-manager try to connect to it, but it seems unable to connect : it asks again and again the wifi password. If I try to connect to an open wifi network, it just fails after some time.

[Bug 1101534] nmcli-con.txt

2013-01-31 Thread Laurent Vivier
apport information ** Attachment added: "nmcli-con.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3509410/+files/nmcli-con.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Titl

[Bug 1101534] modified.conffile..etc.NetworkManager.NetworkManager.conf.txt

2013-01-31 Thread Laurent Vivier
apport information ** Attachment added: "modified.conffile..etc.NetworkManager.NetworkManager.conf.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3509409/+files/modified.conffile..etc.NetworkManager.NetworkManager.conf.txt -- You received this bug notification because you are a me

[Bug 1101534] WifiSyslog.txt

2013-01-31 Thread Laurent Vivier
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3509408/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Ti

[Bug 1101534] PciNetwork.txt

2013-01-31 Thread Laurent Vivier
apport information ** Attachment added: "PciNetwork.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3509406/+files/PciNetwork.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Ti

[Bug 1101534] RfKill.txt

2013-01-31 Thread Laurent Vivier
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3509407/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title: Ca

[Bug 1101534] NetworkManager.conf.txt

2013-01-31 Thread Laurent Vivier
apport information ** Attachment added: "NetworkManager.conf.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3509405/+files/NetworkManager.conf.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1101534] NetDevice.lxcbr0.txt

2013-01-31 Thread Laurent Vivier
apport information ** Attachment added: "NetDevice.lxcbr0.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3509404/+files/NetDevice.lxcbr0.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1101534] NetDevice.lo.txt

2013-01-31 Thread Laurent Vivier
apport information ** Attachment added: "NetDevice.lo.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3509403/+files/NetDevice.lo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534

[Bug 1101534] NetDevice.eth1.txt

2013-01-31 Thread Laurent Vivier
apport information ** Attachment added: "NetDevice.eth1.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3509402/+files/NetDevice.eth1.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/110

[Bug 1101534] NetDevice.eth0.txt

2013-01-31 Thread Laurent Vivier
apport information ** Attachment added: "NetDevice.eth0.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3509401/+files/NetDevice.eth0.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/110

[Bug 1101534] IwConfig.txt

2013-01-31 Thread Laurent Vivier
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3509400/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title:

[Bug 1101534] IpAddr.txt

2013-01-31 Thread Laurent Vivier
apport information ** Attachment added: "IpAddr.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3509399/+files/IpAddr.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1101534 Title: Ca

[Bug 1101534] IfupdownConfig.txt

2013-01-31 Thread Laurent Vivier
apport information ** Attachment added: "IfupdownConfig.txt" https://bugs.launchpad.net/bugs/1101534/+attachment/3509398/+files/IfupdownConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/110

[Bug 1101534] Re: Cannot connect to WiFi network

2013-01-31 Thread Laurent Vivier
apport information ** Tags added: apport-collected ** Description changed: Since ubuntu 12.10, my wifi is correctly detected and network-manager try to connect to it, but it seems unable to connect : it asks again and again the wifi password. If I try to connect to an open wifi network, it

[Bug 1101534] [NEW] Cannot connect to WiFi network

2013-01-18 Thread Laurent Vivier
Public bug reported: Since ubuntu 12.10, my wifi is correctly detected and network-manager try to connect to it, but it seems unable to connect : it asks again and again the wifi password. If I try to connect to an open wifi network, it just fails after some time. ProblemType: Bug DistroRelease:

[Bug 1035431] Re: bluetooh-wizard failed to connect to a keyboard

2012-08-12 Thread Laurent Vivier
Strangely, I was able to connect using : # bluez-simple-agent hci0 00:1F:20:4D:3A:FE DisplayPasskey (/org/bluez/903/hci0/dev_00_1F_20_4D_3A_FE, 153704) Release New device (/org/bluez/903/hci0/dev_00_1F_20_4D_3A_FE) there is a line in /var/lib/bluetooth/linkkeys for my device now. -- You recei

[Bug 1035431] Re: bluetooh-wizard failed to connect to a keyboard

2012-08-12 Thread Laurent Vivier
# bluez-simple-agent hci0 00:1F:20:4D:3A:FE Creating device failed: org.bluez.Error.AuthenticationFailed: Authentication Failed bluetoothd[903]: src/adapter.c:adapter_create_device() 00:1F:20:4D:3A:FE bluetoothd[903]: src/device.c:device_create() Creating device /org/bluez/903/hci0/dev_00_1F_20

[Bug 1035431] Re: bluetooh-wizard failed to connect to a keyboard

2012-08-10 Thread Laurent Vivier
In /var/log/auth.log : Aug 10 23:28:36 samsung dbus[898]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.250" (uid=1000 pid=17327 comm ="bluetooth-wizard ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" des

[Bug 1035431] [NEW] bluetooh-wizard failed to connect to a keyboard

2012-08-10 Thread Laurent Vivier
Public bug reported: When I try to connect my bluetooth keyboard using bluetooth-wizard, it ever fails: ** (bluetooth-wizard:11367): WARNING **: Setting up 'Logitech K760' failed: Authentication Failed This keyboard works fine with another computer under ubuntu 11.04. This keyboard works fine wi

[Bug 942184] Re: The Fn key of my Apple keyboard doesn't work

2012-03-07 Thread Laurent Vivier
Verification done: $ uname -a Linux Quad 2.6.38-13-generic #57-Ubuntu SMP Mon Mar 5 18:29:54 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux $ dmesg ... [ 31.010704] input: Apple Wireless Keyboard as /devices/pci:00/:00:1a.7/usb1/1-3/1-3.6/1-3.6:1.0/bluetooth/hci0/hci0:43/input4 [ 31.010808]

[Bug 942184] Re: The Fn key of my Apple keyboard doesn't work

2012-02-28 Thread Laurent Vivier
Yes. I just want to use my keyboard with Ubuntu 11.04 without having to recompile the kernel each time the kernel is updated. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/942184 Title: The Fn key

[Bug 942184] [NEW] The Fn key of my Apple keyboard doesn't work

2012-02-27 Thread Laurent Vivier
Public bug reported: Ubuntu 2.6.38-13.55-generic 2.6.38.8 The Fn key of my brand new Apple wireless keyboard (A1314) is not managed. It seems because the hid-apple module is not loaded : input: Apple Wireless Keyboard as /devices/pci:00/:00:1a.7/usb1/1-3/1-3.6/1-3.6:1.0/bluetooth/hci0

[Bug 942184] Re: The Fn key of my Apple keyboard doesn't work

2012-02-27 Thread Laurent Vivier
** Attachment added: "Patch to add new keyboard in hid-apple" https://bugs.launchpad.net/bugs/942184/+attachment/2788714/+files/alu2011.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/942184 T

[Bug 660990] Re: undefined symbol: _dbd_parse_datetime

2010-10-18 Thread Laurent Vivier
Hi Clint, I'm sorry but I can't provide a repeatable test case. My application (in fact a plugin for another application) has been recompiled. It was working perfectly as is with ubuntu 10.04. To make it working now, I've just to install a libdbd-pgsql built from a modified libdbi-drivers-0.8.

[Bug 660990] Re: undefined symbol: _dbd_parse_datetime

2010-10-15 Thread Laurent Vivier
Removing "--enable-dbi" from debian/rules actually corrects the issue. -- undefined symbol: _dbd_parse_datetime https://bugs.launchpad.net/bugs/660990 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bu

[Bug 660990] Re: undefined symbol: _dbd_parse_datetime

2010-10-15 Thread Laurent Vivier
Similar bug in debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594567 ** Bug watch added: Debian Bug tracker #594567 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594567 -- undefined symbol: _dbd_parse_datetime https://bugs.launchpad.net/bugs/660990 You received this bug notificat

[Bug 660990] [NEW] undefined symbol: _dbd_parse_datetime

2010-10-15 Thread Laurent Vivier
Public bug reported: Full logs: /usr/lib/dbd/libdbdpgsql.so: undefined symbol: _dbd_parse_datetime libdbi: Failed to load driver: /usr/lib/dbd/libdbdpgsql.so When libdbi loads the postgresql driver, the load fails because _dbd_parse_time is missing for /usr/lib/dbd/libdbdpgsql.so. This symbol i

[Bug 660990] Re: undefined symbol: _dbd_parse_datetime

2010-10-15 Thread Laurent Vivier
-- undefined symbol: _dbd_parse_datetime https://bugs.launchpad.net/bugs/660990 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-b