[Bug 1904320] [NEW] bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5: bcmwl kernel module failed to build

2020-11-15 Thread Davy swai
Public bug reported: 'am using ubuntu 20.04 ProblemType: Package DistroRelease: Ubuntu 20.04 Package: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5 ProcVersionSignature: Ubuntu 5.4.0-53.59-generic 5.4.65 Uname: Linux 5.4.0-53-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.20.11-0ubunt

[Bug 1868877] [NEW] package systemd 245.2-1ubuntu1 failed to install/upgrade: package systemd is already installed and configured

2020-03-24 Thread Davy Van Bossuyt
Public bug reported: ran command sudo apt-get upgrade ProblemType: Package DistroRelease: Ubuntu 20.04 Package: systemd 245.2-1ubuntu1 ProcVersionSignature: Ubuntu 5.4.0-18.22-generic 5.4.24 Uname: Linux 5.4.0-18-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVer

[Bug 1536771] Re: plymouthd crashed with SIGSEGV in script_obj_deref_direct() -> Parser error : Error opening file /lib/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.script

2017-10-07 Thread Davy Vandervekens
sudo dpkg-reconfigure Plymouth fixed this problem for me @ xubuntu 16.04.3 LTS... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1536771 Title: plymouthd crashed with SIGSEGV in script_obj_deref_dir

[Bug 1687015] Re: 229_4ubuntu17 removes group write permissions from /var/log

2017-05-02 Thread Simon Davy
The explicit /bin/systemd-tmpfiles is invoked in the postinst script for systemd. Interestingly, it's identical to systemd 229_4ubuntu16 postinst script, so it was not introduced in 4ubuntu17. I suspect this issue has been present for a while, but the daily run of systemd-tmpfiles-clean job resto

[Bug 1687015] Re: 229_4ubuntu17 removes group write permissions from /var/log

2017-05-02 Thread Simon Davy
I'm an idiot. Of course strace doesn't trace forks by default. I did a full strace -f (including custom build of strace to stop truncating arguments) and found more info. The culprit seems to be /bin/systemd-tmpfiles During install of the package this is called like so: /bin/systemd-tmpfiles --

[Bug 1687015] Re: 229_4ubuntu17 removes group write permissions from /var/log

2017-05-02 Thread Simon Davy
Installing systemd 229_4ubuntu17 also installs the same version of libsystemd0 and libpam-systemd, so possibly could be those packages, but as noted, an strace of 'apt install systemd' didn't indictate anything. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1687015] Re: 229_4ubuntu17 removes group write permissions from /var/log

2017-05-02 Thread Simon Davy
The source package: https://launchpad.net/ubuntu/+source/systemd/229-4ubuntu17 and the diff: http://launchpadlibrarian.net/306522149/systemd_229-4ubuntu16_229-4ubuntu17.diff.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 1687015] Re: 229_4ubuntu17 removes group write permissions from /var/log

2017-05-02 Thread Simon Davy
Xenial, sorry, ubuntu:x is lxd shortcut for xenial. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1687015 Title: 229_4ubuntu17 removes group write permissions from /var/log To manage notifications

[Bug 1687015] [NEW] 229_4ubuntu17 removes group write permissions from /var/log

2017-04-28 Thread Simon Davy
Public bug reported: Steps to reproduce (time senstive, once lxd image is updated with 4ubuntu17, I expect this won't work) lxc launch ubuntu:x test lxc exec test -- ls -ld /var/log # shows 775 perms lxc exec test -- apt update lxc exec test -- apt-cache policy systemd lxc exec test -- apt insta

[Bug 1600766] Re: initial dhcp has default hostname of ubuntu

2016-07-27 Thread Simon Davy
Some more info: lxd is writing the the hostname into cloud init metadata file before boot, so the data is on disk before networks starts up. Whether cloud- init can access this early I am unsure. Also, I double checked this on yakkety, and the problem remains. Thanks -- You received this bug n

[Bug 1600766] Re: initial dhcp has default hostname of ubuntu

2016-07-14 Thread Simon Davy
** Description changed: - - When using the normal lxd-bridge, using a dnsmasq instance for dhcp, the initial dhcp is always the hostname 'ubuntu', and this is recorded in the dnsmasq's dhcp leases file. + When using the normal lxd-bridge, using a dnsmasq instance for dhcp, the + initial dhcp is

[Bug 1600766] [NEW] initial dhcp has default hostname of ubuntu

2016-07-11 Thread Simon Davy
Public bug reported: When using the normal lxd-bridge, using a dnsmasq instance for dhcp, the initial dhcp is always the hostname 'ubuntu', and this is recorded in the dnsmasq's dhcp leases file. Presumably the dhcp is done before the container's hostname is set. A restart or dhcp renew seems

[Bug 1449109] [NEW] package bash 4.3-7ubuntu1 failed to install/upgrade: cannot copy extracted data for './bin/bash' to '/bin/bash.dpkg-new': unexpected end of file or stream

2015-04-27 Thread Andrew Davy
Public bug reported: update failed ProblemType: Package DistroRelease: Ubuntu 14.04 Package: bash 4.3-7ubuntu1 ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic i686 ApportVersion: 2.14.1-0ubuntu3.2 Architecture: i386 Date: Mon Apr 27 11:44:18 2015 DpkgTer

[Bug 1391056] Re: python3-pyqt5.qsci not built against python3-pyqt5 on Ubuntu Utopic

2014-11-10 Thread Cottet Davy
Sorry i made a mistake in previous post, the complete build instruction is (I forgot -d /usr/lib/python3/dist-packages/PyQt5) : #Build PyQt5.qsci from sources sudo apt-get sources python3-pyqt5.qsci cd qscintilla2-2.8.3+dfsg/Python python3 configure.py --pyqt=PyQt5 -q /usr/lib/x86_64-linux-gnu/qt5

[Bug 1391056] Re: python3-pyqt5.qsci not built against python3-pyqt5 on Ubuntu Utopic

2014-11-10 Thread Cottet Davy
[Impact] * An explanation of the effects of the bug on users : Eric IDE, a pyqt5.qsci based software crash on startup * justification for backporting the fix to the stable release : After rebuilding PyQt5.qsci from source, this bug disapear. [Test Case] * Detailed instructions how to repro

[Bug 1391056] Re: python3-pyqt5.qsci not built against python3-pyqt5 on Ubuntu Utopic

2014-11-09 Thread Cottet Davy
** Also affects: pyqt5 (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/1391056 Title: python3-pyqt5.qsci not built against python3-pyqt5 on Ubuntu

[Bug 1391056] [NEW] python3-pyqt5.qsci not built against python3-pyqt5 on Ubuntu Utopic

2014-11-09 Thread Cottet Davy
Public bug reported: Hi, I had some issues while using python3-pyqt5 bindings for Qscintilla2 (python3-pyqt5.qsci) on Ubuntu Utopic 64bits. Apparently, this is a common issue that come form not updated python3-pyqt5.qsci after new python3-pyqt5 releases. So python3-pyqt5.qsci just need to be re

[Bug 1388766] [NEW] Wrong GUI display in Xubuntu 14.10

2014-11-03 Thread Cottet Davy
Public bug reported: I recently upgrade my Xubuntu PC from 14.04 x64 to 14.10 x64. I got a wrong theme with qbittorrent so I did a fresh install (os + qbittorrent). It's the same : https://cloud.githubusercontent.com/assets/1654875/4880716/6d1c9b02 -633f-11e4-9cca-d499d3d81bd2.png I don't know

[Bug 1363642] Re: pip breaks after upgrading python package "requests"

2014-10-27 Thread Simon Davy
Looks like a fix is in progress upstream: https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=766419#23 ** Bug watch added: Debian Bug tracker #766419 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766419 -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 1382242] Re: ubiquity crashes when installing to btrfs array

2014-10-17 Thread Simon Davy
FWIW, installing to single btrfs disk, and then rebalancing/converting to RAID, worked fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1382242 Title: ubiquity crashes when installing to btrfs ar

[Bug 1382242] Re: ubiquity crashes when installing to btrfs array

2014-10-16 Thread Simon Davy
Same problem with whole disk partitions. Gonna try installing to one disk and rebalancing after install -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1382242 Title: ubiquity crashes when installing

[Bug 1382242] [NEW] ubiquity crashes when installing to btrfs array

2014-10-16 Thread Simon Davy
Public bug reported: Installing to a pre created/scanned btrfs whole disk array crashes Created with sudo mkfs.btrfs -L raid0 -m raid1 -d raid0 /dev/sd{c,d,e,f} /dev/sdc is chosen as /, not formated Only other specified partion was /boot on completely different drive, sda1 Filesystem mounted

[Bug 1205086] Re: lxc-net dnsmasq --strict-order breaks dns for lxc non-recursive nameserver

2014-03-13 Thread Simon Davy
This is an issue in trusty, and affects squid-deb-proxy 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/1205086 Title: lxc-net dnsmasq --strict-order breaks dns for lxc non-recursive namese

[Bug 1197786] Re: flickrfs won't list sets and therefore stops working

2013-08-08 Thread Cottet Davy
Exactly same problem for me on ubuntu 13.04 installing from official repositories. Does anyone know what happen ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1197786 Title: flickrfs won't list se

[Bug 1177967] Re: Suspend to RAM wake up immediately with error "Device 3:0:0:0 failed to suspend async: error 134217730"

2013-05-08 Thread Vincent DAVY
** Attachment added: "pm-suspend.log" https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1177967/+attachment/3670147/+files/pm-suspend.log ** Package changed: vsftpd (Ubuntu) => ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1177967] [NEW] Suspend to RAM wake up immediately with error "Device 3:0:0:0 failed to suspend async: error 134217730"

2013-05-08 Thread Vincent DAVY
Public bug reported: Hi all, Since upgrade to Kubuntu 13.04, the suspend-to-ram option doesn't work. The error reported in the "dmesg | grep PM" is "Device 3:0:0:0 failed to suspend async: error 134217730" The dmesg log is : [ 767.677738] PM: Syncing filesystems ... done. [ 768.725558] PM: De

[Bug 1160372] Re: Login is not possible

2013-05-01 Thread Vincent DAVY
Note : you need to build on a 64 bits arch to get a 64bits version of the package and a 32 bits arch for 32bits one. I used VM for this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1160372 Title:

[Bug 1160372] Re: Login is not possible

2013-05-01 Thread Vincent DAVY
Hi all, Previous messages were sent too fast and I didn't find a way to remove them. I posted the patched version of vsftpd in both 34 and 32 bits arch : please feel free to download. Don't forget to remove the previous installed version on your system or dpkg will tell you that the package is

[Bug 1160372] Re: Login is not possible

2013-05-01 Thread Vincent DAVY
Here is the patched vsftpd version in 32bits arch. ** Attachment added: "vsftpd_3.0.2-1ubuntu1_i386_patched.deb" https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1160372/+attachment/3661389/+files/vsftpd_3.0.2-1ubuntu1_i386_patched.deb -- You received this bug notification because you a

[Bug 1160372] Re: Login is not possible

2013-05-01 Thread Vincent DAVY
Hi all, I compiled the vsftpd package ** Attachment added: "vsftpd_3.0.2-1ubuntu1_amd64_patched.deb" https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1160372/+attachment/3661388/+files/vsftpd_3.0.2-1ubuntu1_amd64_patched.deb -- You received this bug notification because you are a membe

[Bug 1170542] Re: libblas3gf crash caused by AMD prefetchw instruction on Intel CPU

2013-04-19 Thread Davy Zhu
$ dpkg --list|grep -i libatlas ii libatlas-base-dev 3.8.4-3build1 ii libatlas-dev 3.8.4-3build1 ii libatlas3gf-base 3.8.4-3build1

[Bug 1170542] Re: libblas3gf crash caused by AMD prefetchw instruction on Intel CPU

2013-04-19 Thread Davy Zhu
** No longer affects: blas -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1170542 Title: libblas3gf crash caused by AMD prefetchw instruction on Intel CPU To manage notifications about this bug go t

[Bug 1170542] Re: libblas3gf crash caused by AMD prefetchw instruction on Intel CPU

2013-04-18 Thread Davy Zhu
Pickle file to recreate bug. ** Attachment added: "bx.pickle" https://bugs.launchpad.net/ubuntu/+source/blas/+bug/1170542/+attachment/3648021/+files/bx.pickle ** Bug watch added: projects.scipy.org/scipy/ #1890 http://projects.scipy.org/scipy/ticket/1890 ** Also affects: blas via http:

[Bug 1170542] [NEW] libblas3gf crash caused by AMD prefetchw instruction on Intel CPU

2013-04-18 Thread Davy Zhu
Public bug reported: Hi, I run Python3.2/Numpy/Scipy on Ubuntu 12.04, I call spsolve(sparse solver), and libblas crashed python. The reason is libblas invoke an AMD only instruction prefetchw. Backtrace: Program terminated with signal 4, Illegal instruction. #0 0x7f6f079fe304 in ATL_dupKBmm9

[Bug 1170542] Re: libblas3gf crash caused by AMD prefetchw instruction on Intel CPU

2013-04-18 Thread Davy Zhu
Pickle file to recreate bug. ** Attachment added: "sA.pickle" https://bugs.launchpad.net/ubuntu/+source/blas/+bug/1170542/+attachment/3648020/+files/sA.pickle -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1038429] Re: update-software-center crashed with order (MRO) for bases SafeConfigParser, object in __new__()

2013-03-06 Thread Simon Davy
Peter's fix works for me, until it's updated anyway -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038429 Title: update-software-center crashed with order (MRO) for bases SafeConfigParser, object

[Bug 1089830] [NEW] package libreoffice-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/soffice', which is also in package openoffice.org-debian-menus 3.4-9593

2012-12-13 Thread Davy Moore
Public bug reported: I was attempting to install Kmail and thunderbird both of which are email clients. This error stopped both install proccess's ProblemType: Package DistroRelease: Ubuntu 12.10 Package: libreoffice-common (not installed) ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7 Un

[Bug 1075206] [NEW] package alien 8.88 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting configuration.

2012-11-05 Thread Davy Moore
Public bug reported: keep getting this error ProblemType: Package DistroRelease: Ubuntu 12.10 Package: alien 8.88 ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5 Uname: Linux 3.5.0-17-generic i686 ApportVersion: 2.6.1-0ubuntu6 AptOrdering: alien: Configure Architecture: i386 Date: Mon Nov

[Bug 1051408] [NEW] crash during installation of ubuntu 12.04

2012-09-15 Thread Davy
Public bug reported: Crash during installation of ubuntu 12.04. Pershaps a relevant information: When I installed debian yesterday, "no installable kernel" was found. I had to install one after the installation ended, using chroot from another debian. ProblemType: Bug DistroRelease: Ubuntu 12.0

[Bug 1051408] Re: crash during installation of ubuntu 12.04

2012-09-15 Thread Davy
** Description changed: - Maybe a relevant information: + Crash during installation of ubuntu 12.04. + + Pershaps a relevant information: When I installed debian yesterday, "no installable kernel" was found. I had to install one after the installation ended, using chroot from another debian.

[Bug 957436] Re: Ubuntu SSO client cannot handle two-factor authentication

2012-04-05 Thread Simon Davy
Currently, I can't reproduce. The original issue was found using a guest account using DejaDup. Repeating on my machine (11.10), ubuntu-sso-client logs in fine in Guest and my user accounts, with 2 factor required on my SSO account. Will try on Precise shortly. Currently, the API has no support

[Bug 957436] Re: Ubuntu SSO client cannot handle two-factor authentication

2012-04-05 Thread Simon Davy
** Changed in: canonical-identity-provider Assignee: (unassigned) => Simon Davy (bloodearnest) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/957436 Title: Ubuntu SSO client can

[Bug 761040] [NEW] i ,yyter

2011-04-14 Thread davy verhoeven
Public bug reported: tgeryuzerure ** Affects: 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/761040 Title: i ,yyter -- ubuntu-bugs mailing l

[Bug 311429] Re: simple-backup-config.py crashed with NoOptionError in get()

2010-08-25 Thread Davy Zhu
I add one line code to def on_main_radio_group_changed(self, *args): to give stop_if_no_target a initial value. When click "General"->"Use recommend ...", program will not throw exception. Please check it in your environment. BTW, is the project dead? ** Patch added: "patch for configparser

Re: [Bug 587988] Re: openoffice messes up excel 2003 conditional formatting

2010-06-03 Thread Davy Vereycken
matting formula in ms excel after document was saved in openoffice The issue is only visible when viewing in ms excel. Not in open office. Davy 2010/6/4 Chris Cheney > Please attach an example document exhibiting this issue. > > ** Changed in: openoffice.org (Ubuntu) > Status: New

[Bug 587988] Re: openoffice messes up excel 2003 conditional formatting

2010-06-03 Thread Davy Vereycken
I've attached a couple of documents: "usg2010 before save.xls" : original excel before being touched by openoffice "usg2010 after save.xls" : excel after being touched by openoffice "usg2010 after save screenshot.jpg" : screenshot displaying result after save "usg2010 before save screenshot for

[Bug 587988] Re: openoffice messes up excel 2003 conditional formatting

2010-06-03 Thread Davy Vereycken
** Attachment added: "condition formatting excel before save" http://launchpadlibrarian.net/49648229/usg2010%20before%20save%20screenshot%20formatting.jpg -- openoffice messes up excel 2003 conditional formatting https://bugs.launchpad.net/bugs/587988 You received this bug notification becau

[Bug 587988] Re: openoffice messes up excel 2003 conditional formatting

2010-06-03 Thread Davy Vereycken
** Attachment added: "excel after openoffice save" http://launchpadlibrarian.net/49648160/usg2010%20after%20save.xls -- openoffice messes up excel 2003 conditional formatting https://bugs.launchpad.net/bugs/587988 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 587988] Re: openoffice messes up excel 2003 conditional formatting

2010-06-03 Thread Davy Vereycken
** Attachment added: "screenshot excel after save 1" http://launchpadlibrarian.net/49648181/usg2010%20after%20save%20screenshot.jpg -- openoffice messes up excel 2003 conditional formatting https://bugs.launchpad.net/bugs/587988 You received this bug notification because you are a member of

[Bug 587988] Re: openoffice messes up excel 2003 conditional formatting

2010-06-03 Thread Davy Vereycken
showing changed conditional formula ** Attachment added: "screenshot excel after save 2" http://launchpadlibrarian.net/49648208/usg2010%20after%20save%20screenshot%20formatting.jpg -- openoffice messes up excel 2003 conditional formatting https://bugs.launchpad.net/bugs/587988 You received t

[Bug 587988] Re: openoffice messes up excel 2003 conditional formatting

2010-06-03 Thread Davy Vereycken
** Attachment added: "excel before openoffice save" http://launchpadlibrarian.net/49648155/usg2010%20before%20save.xls -- openoffice messes up excel 2003 conditional formatting https://bugs.launchpad.net/bugs/587988 You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 587988] Re: openoffice messes up excel 2003 conditional formatting

2010-05-31 Thread Davy Vereycken
** Attachment added: "usg2010 (copy).xls" http://launchpadlibrarian.net/49450364/usg2010%20%28copy%29.xls ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/49449916/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/49449918/ProcMaps.t

[Bug 587988] [NEW] openoffice messes up excel 2003 conditional formatting

2010-05-31 Thread Davy Vereycken
Public bug reported: Binary package hint: openoffice.org I've got an excel 2003 with conditional formatting applied to each cell. In excel, conditional formatting was set on the entire row 4 and this was copied to all other rows. Row references in the formule should reference the applicable row.

[Bug 498455] Re: Please update libc6-dbg on Synaptic

2010-01-06 Thread Davy Zhu
Hi all, I found the package has been built, but the list in Synaptic is not up- to-date. How to update the Synaptic list? Thanks, Davy ** Changed in: glibc (Ubuntu) Status: New => Incomplete -- Please update libc6-dbg on Synaptic https://bugs.launchpad.net/bugs/498455 You recei

[Bug 500516] Re: package libgcc1 1:4.3.2-1ubuntu11 [modified: usr/share/lintian/overrides/libgcc1] failed to install/upgrade: ?chec dans ??buffer_write(fd)?? (10, ret=-1)?: backend dpkg-deb pendant ??

2009-12-26 Thread davy troclet
** Attachment added: "DpkgTerminalLog.txt" http://launchpadlibrarian.net/37203101/DpkgTerminalLog.txt -- package libgcc1 1:4.3.2-1ubuntu11 [modified: usr/share/lintian/overrides/libgcc1] failed to install/upgrade: ?chec dans ??buffer_write(fd)?? (10, ret=-1)?: backend dpkg-deb pendant ??./

[Bug 500516] [NEW] package libgcc1 1:4.3.2-1ubuntu11 [modified: usr/share/lintian/overrides/libgcc1] failed to install/upgrade: ?chec dans ??buffer_write(fd)?? (10, ret=-1)?: backend dpkg-deb pendant

2009-12-26 Thread davy troclet
Public bug reported: Binary package hint: gcc-4.3 E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. E: _cache->open() failed, please report. une fois cette operation lancée ... réponse : dpkg: erreur d'analyse syntaxique, dans le fichier « /var/lib

[Bug 498455] Re: Please update libc6-dbg on Synaptic

2009-12-21 Thread Davy Zhu
Hi all, If the problem exists, please fix it, if else, please close the bug! Thanks! Davy -- Please update libc6-dbg on Synaptic https://bugs.launchpad.net/bugs/498455 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 498455] [NEW] Please update libc6-dbg on Synaptic

2009-12-19 Thread Davy Zhu
Public bug reported: Dear Ubuntu, My ubuntu version is 9.04 and use Synaptic to manage my package. The problem is: The latest version of libc6-dbg is "2.9-4ubuntu6", and it depends on libc6. But the latest version of libc on Synaptic is "2.9-4ubuntu6.1". Please update libc

[Bug 181719] Re: Everything freezes when writing to external HDD

2008-06-19 Thread Davy
*** This bug is a duplicate of bug 193154 *** https://bugs.launchpad.net/bugs/193154 This is not a duplicate at all. Ticket #193154 refers to the drive not being able to start up again after it has suspended over USB. My problem is that when writing a moderately large amount of data (over abou

[Bug 228218] Re: xserver crashes when I use the a numpad

2008-05-12 Thread Davy Cielen
I have switched to using ubuntu with the KDE desktop, here I can use the numpads without that the system crashes, however the GL settings don't seem to work properly. -- xserver crashes when I use the a numpad https://bugs.launchpad.net/bugs/228218 You received this bug notification because you a

[Bug 228218] [NEW] xserver crashes when I use the a numpad

2008-05-08 Thread Davy Cielen
Public bug reported: When I use one of the numpad keys, instead of giving a number or point, the server will shut down and I have to log in again. I'm however able to type numbers by using the keys above the letters. (output from uname -a) Linux ubuntu 2.6.24-16-generic #1 SMP Thu Apr 10 12:47:45

Re: [Bug 134728] Re: Distorted sound from cdrom (ogg)

2008-05-05 Thread Davy Cielen
It does also fail to playback with other mediaplayers such as rhythmbox, xmms or the standard cd player, although I'm able to play music which I retrieve from other computers in the network with these applications. ** Attachment added: "unnamed" http://launchpadlibrarian.net/14222066/unnamed

Re: [Bug 134728] Re: Distorted sound from cdrom (ogg)

2008-05-04 Thread Davy Cielen
I did, everything works fine on XP or FreeBSD. Are you sure it's not hardware error? Did you try it with any other OS? ** Changed in: ubuntu Status: Invalid => Incomplete -- Distorted sound from cdrom (ogg) https://bugs.launchpad.net/bugs/134728 You received this bug notification becaus

Re: [Bug 134728] Re: Distorted sound from cdrom (ogg)

2008-05-04 Thread Davy Cielen
Hi, I'm currently using Ubuntu 7.10 (although downloading 8.04 while I'm writing to you). Until today the problem is unresolved. Kind Regards. -- One suggestion as to tentative expected return and risk is to use the observed return and risk for some period of the past. I believe that better m

[Bug 181719] Everything freezes when writing to external HDD

2008-01-10 Thread Davy
Public bug reported: I am using a Seagate FreeAgent Pro 750GB external HDD via an eSATA connection, using Gutsy Gibbon. The drive is detected fine, and allows unlimited read access. However when I try to write more than about 100MB in one go, the entire system freezes entirely, including mouse mov

[Bug 134728] Distorted sound from cdrom (ogg)

2007-08-25 Thread Davy Cielen
Public bug reported: Whenever I want to play a cd (origals) , I only get a very distorted sound. I was able to play CD's untill a few weeks ago. I am able to play sound which is on my harddisk or from an internetstream and play video from the cdrom. Steps to reproduce: -

[Bug 131039] Re: Unable to switch user in desktop enviroment

2007-08-07 Thread Davy Cielen
Screenshot of first messagebox ** Attachment added: "Screenshot of first messagebox" http://launchpadlibrarian.net/873/Screenshot.png -- Unable to switch user in desktop enviroment https://bugs.launchpad.net/bugs/131039 You received this bug notification because you are a member of Ubunt

[Bug 131039] Screenshot

2007-08-07 Thread Davy Cielen
Screenschot of second messagebox ** Attachment added: "Screenshot of second messagebox" http://launchpadlibrarian.net/8735556/Screenshot-1.png -- Unable to switch user in desktop enviroment https://bugs.launchpad.net/bugs/131039 You received this bug notification because you are a member of

[Bug 131039] Unable to switch user in desktop enviroment

2007-08-07 Thread Davy Cielen
Public bug reported: When I want to switch user through the Gnome Desktop with XGL and Compizz, this will give the following error: first message box: "You do not seem to be logged in on the console,Starting a new login only works correctly on the console.". second message box: "(gdmflexiserve

[Bug 129761] Re: Tali ends to early

2007-08-01 Thread Davy Cielen
This screenshot shows the end of the game with the number of rolls set at 2 and the game already ended. (one roll to early). ** Attachment added: "Screenshot of the end of the game showing the rol 2/3" http://launchpadlibrarian.net/8661495/Screenshot2.png -- Tali ends to early https://bugs.la

[Bug 129761] Re: Tali ends to early

2007-08-01 Thread Davy Cielen
** Attachment added: "Screenshot of the game showing rol 3 out of 3" http://launchpadlibrarian.net/8661487/Screenshot1.png -- Tali ends to early https://bugs.launchpad.net/bugs/129761 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubun

[Bug 129761] Re: Tali ends to early

2007-08-01 Thread Davy Cielen
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/8653520/Dependencies.txt -- Tali ends to early https://bugs.launchpad.net/bugs/129761 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing

[Bug 129761] Tali ends to early

2007-08-01 Thread Davy Cielen
Date: Wed Aug 1 20:15:26 2007 DistroRelease: Ubuntu 7.04 Package: gnome-games 1:2.18.1-0ubuntu1 PackageArchitecture: amd64 SourcePackage: gnome-games Uname: Linux davy-desktop 2.6.20-16-generic #2 SMP Thu Jun 7 19:00:28 UTC 2007 x86_64 GNU/Linux ** Affects: Ubuntu Importance: Undecided

[Bug 114403] Re: [apport] mplayer crashed with SIGSEGV

2007-05-13 Thread Davy
** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/7616677/CoreDump.gz ** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/7616678/Dependencies.txt ** Attachment added: "Disassembly.txt" http://librarian.launchpad.net/7616679/Disassembly.txt ** Attachm

[Bug 114403] [apport] mplayer crashed with SIGSEGV

2007-05-13 Thread Davy
Public bug reported: Binary package hint: mplayer don't know ProblemType: Crash Architecture: i386 Date: Sun May 13 12:43:01 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/bin/mplayer Package: mplayer 2:1.0~rc1-0ubuntu9 PackageArchitecture: i386 ProcCmdline: gmplayer ProcCwd: /home

[Bug 63230] firefox crah after opening totem in a tab

2006-09-30 Thread davy moulin
Public bug reported: firefox crah after opening totem in a tab ** Affects: firefox (Ubuntu) Importance: Undecided Status: Unconfirmed -- firefox crah after opening totem in a tab https://launchpad.net/bugs/63230 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://li

[Bug 63230] Re: firefox crah after opening totem in a tab

2006-09-30 Thread davy moulin
** Attachment added: "Re: firefox crah after opening totem in a tab" http://librarian.launchpad.net/4563188/_usr_lib_firefox_firefox-bin.1000.crash -- firefox crah after opening totem in a tab https://launchpad.net/bugs/63230 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https:/