[Bug 1821845] Re: fort77: no output to stdout or stderr

2024-06-05 Thread Damien Towning
After weeks of work preparing some historical Fortran code came to the Fort77 to start compiling it. Compiles fine but have exactly the bug as described above. However after a quick google could not even locate the source code for the libf2c. Could somebody please post the link to the sources. I

[Bug 2067972] [NEW] Kubuntu locks on boot at black screen

2024-06-03 Thread Damien F. Gray
Public bug reported: I was using UbuntuStudio 23.10 with no issues. When I updated to 24.04, on my first boot of the new OS, the system hung with a black screen just before the login screen. I completely deleted the original image, reinstalled UbuntuStudio 24.04, and tried again. It worked until

[Bug 1958410] Re: bytcr_rt5640 sound not working with kernel >= 5.13

2022-04-07 Thread Damien
Confirmed on Linx 1010b on LinuxMint 20.3 Added options snd-intel-dspcfg dsp_driver=2 to /etc/modprobe.d/alsa-base.conf reboot into 5.13 spd-say "Talking too slowly" shut down go to bios and save reboot into 5.13 spd-say "That'll do nicely" Works in 5.14, plus it seems to still be good in 5.11.

[Bug 1958410] Re: bytcr_rt5640 sound not working with kernel >= 5.13

2022-04-07 Thread Damien
FWIW: dmesg | grep -Pi "alsa|pulse|sound|audio" ... for 5.11 and 5.14 differ. 5.11.0-46-generic (works) [0.136592] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [3.051445] i915 :00:02.0: [drm] HDaudio controller not detected, using LPE audio instead [ 10.791703] input: Intel HDMI/DP

[Bug 1933201] Re: ath10k_pci QCA6174 firmware crash on suspend

2022-02-02 Thread Damien Lecan
Same thing for me: Dell XPS 13 with QCA6174 wlan card It often crashes after the laptop suspend No porblem if I manually switch off the wlan before suspending. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1958410] Re: bytcr_rt5640 sound not working with kernel >= 5.13

2022-01-23 Thread Damien
I've installed 21.10 on a stick and updated the kernel to 5.12.0-27. It works fine there, so this is probably about kernel >= 5.13 AND NOT dist =21.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1958410] Re: bytcr_rt5640 sound not working with kernel >= 5.13

2022-01-21 Thread Damien
I live-booted from U 21.10*, which has a 5.13.0-19 kernel. Bafflingly, sound test worked from the live system, even though alsa- info shows rt5640,sof-bytcht. Late now. I'll do it again tomorrow and grab inxi/pactl/alsa-info. *Lost time making a USB boot stick with 32 bit EFI capability. mkusb

[Bug 1958410] [NEW] bytcr_rt5640 sound not working with kernel >= 5.13

2022-01-19 Thread Damien
Public bug reported: Using the built in speakers on a Linx 1010b. The 5.11 kernel works fine, but 5.13 and 5.14 fail. The card, when working is seen in alsa-info as bytcrrt5640,bytcr-rt5640, whereas in the later (hwe-20.04-edge, oem-20.04d) kernels where it fails, it is seen as

[Bug 1934997] Re: Authentication fails after upgrading sssd to 2.2.3-3ubuntu0.6

2021-07-12 Thread Damien Clabaut
Hello, I have the same issues on a fleet on Ubuntu 20.04 machines joined to a Univention Corporate Server domain. UCS uses Samba4 as a background. Is there any security concern about the 'ad_gpo_access_control = permissive' or 'access_provider = permit' in sssd.conf? Thank you for looking into

[Bug 1911055] Re: [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine push buffer channel allocation failed

2021-06-07 Thread Damien Banuls
Like Hugo Ferreira, switching to the NVIDIA Server Driver instead of the classic NVIDIA driver finally did the job. Everything I tried before didn't work. So it is finally fixed for me, although I don't know if there are any drawbacks to using the Server driver :) -- You received this bug

[Bug 1908429] Re: gnome-shell fills syslog: Attempting to run a JS callback during garbage collection. This is most likely caused by destroying a Clutter actor or GTK widget with ::destroy signal conn

2021-04-18 Thread Damien Lecan
Disk full today! Same error messages syslog.* files about 30-40GB -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1908429 Title: gnome-shell fills syslog: Attempting to run a JS callback during

[Bug 1871268] Re: Installation fails when "Install Third-Party Drivers" is selected

2020-10-08 Thread Damien Thébault
My CI/CD now works properly since this morning (see #48). And it's using the same base image (bento/ubuntu-20.04 202008.16.0) so there is indeed a working fix on the apt servers side. Regards -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1871268] Re: Installation fails with Could not configure 'libc6:i386'. , E:Could not perform immediate configuration on 'libgcc-s1:i386'

2020-09-25 Thread Damien Thébault
Occurs to me in a daily CI/CD vagrant build since Sep 23, 2020 3:30 AM: default: Processing triggers for libc-bin (2.31-0ubuntu9) ... default: E default: : default: Could not configure 'libc6:i386'. default: E default: : default: Could not perform immediate

[Bug 1871268] Re: Installation fails with Could not configure 'libc6:i386'. , E:Could not perform immediate configuration on 'libgcc-s1:i386'

2020-09-25 Thread Damien Thébault
** Attachment added: "Full "vagrant up" log" https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1871268/+attachment/5414080/+files/vagrant.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1714244] Re: [snap] apparmor denials on /etc/chromium-browser/policies/

2020-08-06 Thread Damien Clabaut
Is there any update or workaround on this issue? This is going to be a problem to everyone in enterprise environments. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1714244 Title: [snap] apparmor

[Bug 386558]

2020-07-28 Thread Damien Miller
These checks break programs compiled with _FORTIFY_SOURCE that allocate fd_sets on the heap. This has long been supported by Linux, all BSDs and many commercial Unix as a way to avoid FD_SETSIZE limits. Please consider revising the checks to detect explicitly allocated fd_sets or add a

[Bug 1883847] Re: Upgrade from 18.04 to 20.04 failed

2020-06-17 Thread Damien Cooke
This was resolved by removing Mono from my system -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1883847 Title: Upgrade from 18.04 to 20.04 failed To manage notifications about this bug go to:

[Bug 1883847] [NEW] Upgrade from 18.04 to 20.04 failed

2020-06-17 Thread Damien Cooke
Public bug reported: Calculating the changes Could not calculate the upgrade An unresolvable problem occurred while calculating the upgrade. This was caused by: * Upgrading to a pre-release version of Ubuntu This is most likely a transient problem, please try again later. If none of this

[Bug 1861720] Re: User setup uses wrong keyboard layout

2020-05-10 Thread Damien
*** This bug is a duplicate of bug 1875062 *** https://bugs.launchpad.net/bugs/1875062 Maybe duplicate of https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1875062 ? ** This bug has been marked a duplicate of bug 1875062 [20.04] Keyboard layout not enabled immediately during

[Bug 1861720] Re: User setup uses wrong keyboard layout

2020-05-10 Thread Damien
*** This bug is a duplicate of bug 1875062 *** https://bugs.launchpad.net/bugs/1875062 Got the same problem with Ubuntu 20.04 installer ; Ubiquity doesn't use selected keyboard layout on account creation, it always turn to QWERTY (I select AZERTY on localization options) -- You received

[Bug 1844854] Re: Powerline symbol rendering

2020-02-16 Thread Damien Gether
** Also affects: kitty (Arch Linux) 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/1844854 Title: Powerline symbol rendering To manage notifications

[Bug 1812680] Re: gre tunnels are down after netplan apply

2020-02-05 Thread Damien Gardner
Yep, confirmed here too... Running up a couple of new nodes, and was losing my mind trying to figure out what I was doing wrong. Went back to an existing node to confirm our rollout docs were correct, and config was correct, only thing I could find was existing servers were running

[Bug 1848599] [NEW] unable to install grub with Win10 dual boot

2019-10-17 Thread Damien Danneels
Public bug reported: I am installing Ubuntu 19.10 on my new computer, keeping Windows 10 as dual-boot. I've previously disabled secure-boot and settled legagy boot instead of UEFI. I've manually partitioned my free disk space with LVM and an EXT4 root partition. At the end of the installation

[Bug 1762378] Re: All binaries crash with symbol lookup error

2019-09-17 Thread Damien Clabaut
I confirm the issue is still here (Ubuntu Server 18.04.3), as the package has not been updated (6.4.0+dfsg-1). Backporting version 6.6.0+dfsg-1build1 from Cosmic fixes the issue, but since this package depends on libc6 it may not be a good solution for every setup. -- You received this bug

[Bug 1822351] Re: Nautilus does not open after updating to 19.04

2019-07-18 Thread Castaignede Damien
Hello, As RussianNeuroMancer, my explorer finally starts after almost one hour. But i'm not on virutal machine, it's happening on my laptop under 19.04. We are 4 working with same settings and i'm the only one experiencing this issue.. -- You received this bug notification because you are a

[Bug 1829652] Re: Kernel panic upon resetting ixgbe SR-IOV VFIO virtual function using 5.0 kernel

2019-07-08 Thread Damien Claisse
kernel 5.0.0-21-generic fixes the issue. Thanks for your help! ** Tags removed: disco verification-needed-disco ** Tags added: verification-done-disco -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1829652] Re: Kernel panic upon resetting ixgbe SR-IOV VFIO virtual function using 5.0 kernel

2019-05-19 Thread Damien Claisse
I obviously can't run apport-collect after a kernel panic, but will be more than happy to upload any log file that could help troubleshooting. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1829652] Re: Kernel panic upon resetting ixgbe SR-IOV VFIO virtual function using 5.0 kernel

2019-05-19 Thread Damien Claisse
** Attachment added: "lspci-vvnn.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1829652/+attachment/5264783/+files/lspci-vvnn.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1829652

[Bug 1829652] [NEW] Kernel panic upon resetting ixgbe SR-IOV VFIO virtual function using 5.0 kernel

2019-05-19 Thread Damien Claisse
Public bug reported: Hi, I've recently upgraded my system to ubuntu 19.04, and kernel consistently panics when I boot a virtual machine using an SR-IOV VFIO virtual function. Could reproduce with 5.0.0-13-generic and 5.0.0-15-generic, doesn't happen with 4.18.0-20-generic. I'm using libvirt

[Bug 1829652] Re: Kernel panic upon resetting ixgbe SR-IOV VFIO virtual function using 5.0 kernel

2019-05-19 Thread Damien Claisse
** Attachment added: "Panic stack trace" https://bugs.launchpad.net/ubuntu/+source/kernel-package/+bug/1829652/+attachment/5264773/+files/panic_stack_trace.txt ** Description changed: Hi, I've recently upgraded my system to ubuntu 19.04, and kernel consistently panics when I boot a

[Bug 1788154] Re: Update jsvc to support Java 9+

2019-01-10 Thread Damien Jiang
https://www.oracle.com/technetwork/java/java-se-support-roadmap.html Oracle will no longer provide free public updates for commercial users of Java 8 after January 2019 (i.e. this month). As such, Java users will need to upgrade their JDK very soon, so I think this bug is more urgent now. --

[Bug 1789409] [NEW] package grub-efi-amd64 2.02-2ubuntu8.3 failed to install/upgrade: installed grub-efi-amd64 package post-installation script subprocess returned error exit status 1

2018-08-28 Thread Damien Texier
Public bug reported: Upgrading from 16.04 to 18.04 Unsigned kernel: Cannot upgrade Secure Boot enforcement policy due to unsigned kernel: Your system has UEFI Secure Boot enabled in firmware, and the following kernels present on your system are unsigned: 4.4.0-134-generic These kernels

[Bug 1770425] [NEW] Bug on Grub installer

2018-05-10 Thread D'ARRAS Damien
Public bug reported: I was installing Ubuntu, then something like a missing grub file appeared. Then the installation closed ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: ubiquity 18.04.14 [modified: lib/partman/automatically_partition/question] ProcVersionSignature: Ubuntu

[Bug 1584479] Re: [MSI GP72 6QE Leopard Pro] acpi=off required to boot

2018-04-06 Thread Damien
Hi, I'm using the same MSI and I have the same problem. My touchpad doesn't work when the acpi=off is in the Grub but I can't boot without this parameter. Without that, my cpu is stuck! More than 1 years after, is there a standard solution? BR -- You received this bug notification because you

[Bug 1745118] Re: Unable to boot with i386 4.13.0-25 / 4.13.0-26 / 4.13.0-31 kernel on Xenial / Artful

2018-01-31 Thread Damien Buhl
It looks like the same issue occurs on Intel Core 2 Duo CPU P9400 @ 2.40Ghz with i686 Xubuntu with Kernel linux-image-4.13.0-32-generic. It loops directly after grub before any kernel print out back to bios. It boots with the previous kernel 4.10.0-42-generic. -- You received this bug

[Bug 1745169] Re: Kernel tried to execute NX-protected page - exploit attempt?

2018-01-29 Thread Damien Cuenot
I retried this morning, and problem solved! Thanks ** Changed in: linux-azure (Ubuntu) Status: Confirmed => 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/1745169 Title: Kernel

Re: [External] [Bug 1745169] Re: Kernel tried to execute NX-protected page - exploit attempt?

2018-01-26 Thread Damien Cuenot
Jan 24 12:12:55 es-usb kernel: Code: Bad RIP value. > Jan 24 12:12:55 es-usb kernel: RIP: 0x7f7d7d67e7a0 RSP: b490c5aa3f50 > Jan 24 12:12:55 es-usb kernel: CR2: 7f7d7d67e7a0 > Jan 24 12:12:55 es-usb kernel: ---[ end trace 3100a53c6de7c0c4 ]--- > > Tha

[Bug 1745169] [NEW] Kernel tried to execute NX-protected page - exploit attempt?

2018-01-24 Thread Damien Cuenot
. Jan 24 12:12:55 es-usb kernel: RIP: 0x7f7d7d67e7a0 RSP: b490c5aa3f50 Jan 24 12:12:55 es-usb kernel: CR2: 7f7d7d67e7a0 Jan 24 12:12:55 es-usb kernel: ---[ end trace 3100a53c6de7c0c4 ]--- Thanks for your help Damien ** Affects: linux-azure (Ubuntu) Importance: Undecided Status

[Bug 1634593] Re: Elantech Touchpad detects as PS/2 BYD TouchPad or as a PS/2 generic mouse

2017-12-26 Thread Damien Boyd
over 1 year after last comment... behavior still exists. ash@CASE:~$ uname -a Linux CASE 4.13.0-21-generic #24-Ubuntu SMP Mon Dec 18 17:29:16 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux ash@CASE:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 17.10

[Bug 1735992] [NEW] package shim-signed 1.32~16.04.1+0.9+1474479173.6c180c6-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-12-03 Thread Damien Pinto
*** This bug is a duplicate of bug 1732515 *** https://bugs.launchpad.net/bugs/1732515 Public bug reported: Not sure what the issue is. I simply ran "sudo apt-get upgrade" and it output that "Errors were encountered while processing:  grub-efi-amd64-signed  shim-signed" Hope this helps!

[Bug 1703866] Re: package libssl1.0.0:amd64 1.0.2g-1ubuntu4.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 255

2017-07-12 Thread Damien Levac
Of course and I've installed them on my main machine but that was an upgrade over SSH and the term info were not on that remote host. All in all, I think it was more my fault than anything else... Maybe, to avoid this pitfall for other users, 'xterm' could be assumed if the TERM variable is not

[Bug 1703866] Re: package libssl1.0.0:amd64 1.0.2g-1ubuntu4.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 255

2017-07-12 Thread Damien Levac
I eventually succeeded to finish upgrading the system. The only thing I had to manually fix was to set TERM=xterm because the installer was not able to pop-up the purple selection screen with my self-compiled st terminal. Do not know if this is related to this automatically generated bug report

[Bug 1703866] [NEW] package libssl1.0.0:amd64 1.0.2g-1ubuntu4.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 255

2017-07-12 Thread Damien Levac
Public bug reported: Was just trying to upgrade from 14.04 to 16.04 and the installer reported that issue and asked me to fill this... ProblemType: Package DistroRelease: Ubuntu 16.04 Package: libssl1.0.0:amd64 1.0.2g-1ubuntu4.8 ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17

[Bug 1585592] Re: Ubuntu 16.04 - grub-efi-amd64-signed failed to install into /target/

2017-05-05 Thread damien
The bug is Ubuntu 16.04 - grub-efi-amd64-signed failed to install into /target/ Despite Phillip Susi suggestion to partition the disk using GPT and set up an EFI system partition to install in EFI mode. This will be done for you if you choose the "use entire disk" guided install option. THIS

[Bug 1678674] Re: Possibly considering the touchscreen as an "external mouse"

2017-04-14 Thread Damien Wendlinger
Hi, Same issue here (ubuntu 16.10 x64) on a Lenovo x1 Carbon. my xinput list: ⎡ Virtual core pointer id=2[master pointer (3)] ⎜ ↳ Virtual core XTEST pointerid=4[slave pointer (2)] ⎜ ↳ ELAN Touchscreen id=11 [slave

[Bug 1663695] Re: Kubuntu 16.04.1 discover empty after fresh install

2017-03-23 Thread Damien
Please read the bug description. I installed muon and that did not solve the problem. Related bug: https://bugs.kde.org/show_bug.cgi?id=376241 (note that this affects many users). ** Bug watch added: KDE Bug Tracking System #376241 https://bugs.kde.org/show_bug.cgi?id=376241 -- You

[Bug 1663695] [NEW] Kubuntu 16.04.1 discover empty after fresh install

2017-02-10 Thread Damien
ff: Categories: ("Plasma Comic") knewstuff: Using registry file: "/home/damien/.local/share/knewstuff3/.knsregistry" knewstuff: Loading KNS2 registry of files for the component: "" knewstuff: Cache read... entries: 0 knewstuff: loading providers from "http://do

[Bug 60448] Re: .xsession-errors file grows out of control & saturates disk space

2017-01-12 Thread Damien Hedde
For the record, I'm having this problem, even if my file won't go too big to crash my system, because I logout everyday. I'm using 16.04 (LTS) with 'lightdm' and 'awesome' window manager, so no gdm here. For me, it seems it's firefox plugin container of adobe's flashplayer which is dropping tons

[Bug 1621621] [NEW] Kernel panic, target filesystem doesn't have request /sbin/init afeter upgrade from 14.04 to 16.04

2016-09-08 Thread Damien
Public bug reported: 1/ ubuntu 14.04.5 LTS release 14.04 2/ package version: ubuntu@ubuntu:/$ sudo apt-cache policy pkgname N: Unable to locate package pkgname ubuntu@ubuntu:/$ 1473366353536 addons.update-checker WARNUpdate manifest for e10sroll...@mozilla.org did not contain an

[Bug 1105453] Re: gEdit hangs when searching a minimized css file

2016-06-11 Thread damien
This bug is also present in 14.04. With my minified css file, what i searched for was irrelevant, it always resulted in Gedit crashing with SIGSEGV gtk_iter_forward_to_tag_toggle() Renaming the file to .html from .css gedit no longer crashed. -- You received this bug notification because you are

[Bug 1575378] Re: Ubuntu SDK, fail to create a click armhf target

2016-05-12 Thread Damien Pitiot
The problem is solved if installing the packet ubuntu-sdk- api-15.04-armhf before launching the SDK. Maybe something should state the packet dependency before a new kit for armhf target is created (or at the beginning of the kit creation) -- You received this bug notification because you are a

[Bug 1542944] Re: QCA9565 / AR9565 bluetooth not work

2016-04-28 Thread damien
Pilot6 : Ok ! Thank you for your patch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1542944 Title: QCA9565 / AR9565 bluetooth not work To manage notifications about this bug go to:

[Bug 953875] Re: Encrypted swap no longer mounted at bootup

2016-04-27 Thread damien
Any news on 14.04 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953875 Title: Encrypted swap no longer mounted at bootup To manage notifications about this bug go to:

[Bug 1542944] Re: QCA9565 / AR9565 bluetooth not work

2016-04-25 Thread damien
Sorry but I don't understand What is the difference : - verification-needed-trusty - verification-needed-vivid - verification-needed-wily - verification-needed-xenial I have 14.04 (trusty ?) and I Have installed prposed kernel 4.2.0-36 and It's work. Can I test kernel for others ubuntu

[Bug 1542944] Re: QCA9565 / AR9565 bluetooth not work

2016-04-25 Thread damien
tags: added: verification-done-trusty removed: verification-needed-trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1542944 Title: QCA9565 / AR9565 bluetooth not work To manage notifications

[Bug 1542944] Re: QCA9565 / AR9565 bluetooth not work

2016-04-24 Thread damien
For me, the wifi and the bluetooth work at the same time... My laptop is connected in wifi and I can listen a webradio to my bluetooth hifi receiver. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1542944] Re: QCA9565 / AR9565 bluetooth not work

2016-04-24 Thread damien
Ok. I have installed manually 4.2.0-36 and blutooth work fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1542944 Title: QCA9565 / AR9565 bluetooth not work To manage notifications about this

[Bug 1386111] Re: Keyboard shortcuts not working on Ubuntu 14.10 and 15.04

2016-04-24 Thread Damien Lecan
*** This bug is a duplicate of bug 1380702 *** https://bugs.launchpad.net/bugs/1380702 I also confirm that the issue is solved by removing the appmenu-qt5 app. BUT Texmaker windows are horrible. SO: Ubuntu 16.04 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1542944] Re: QCA9565 / AR9565 bluetooth not work

2016-04-23 Thread damien
I have tried : install "old" generic-lts-trusty (3.13), reboot and select the old kernel in grub. After the system booted, Launch update. but message says me that packages are up to date. What I need to do ? thanks -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1542944] Re: QCA9565 / AR9565 bluetooth not work

2016-04-23 Thread damien
Yes ! You have says me by mail the february 6 2016 : "But it will be much more convenient if you upgrade your kernel first by running sudo apt-get install linux-generic-lts-wily and reboot." How I need to do ? The old 3.19 kernel was removed because my boot partition is too small. -- You

[Bug 1542944] Re: QCA9565 / AR9565 bluetooth not work

2016-04-23 Thread damien
Hi, I have enabled the the proposed in update manager and make an update. Then I have removed the btusb patch sended by Pilot6. Now, a uname - a return : 4.2.0-27-generic #32~14.04.1-Ubuntu SMP Fri Jan 22 15:32:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux an apt-get upgrade -s return 0 package to

[Bug 1565864] Re: Hardware-specific: Fan is running at full speed on resume

2016-04-04 Thread Damien Boyd
Also affects Sony Vaio SVS15 series laptop. Hibernate or suspend no change in max fan speed. No PWM capability. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565864 Title: Hardware-specific: Fan

[Bug 1542944] Re: QCA9565 / AR9565 bluetooth not work

2016-02-09 Thread damien
Great ! It work ! Thank you ! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1542944 Title: QCA9565 / AR9565 bluetooth not work To manage notifications about this bug go to:

Re: [Bug 1542944] Re: QCA9565 / AR9565 bluetooth not work

2016-02-08 Thread damien
Thanks ! I will test it shortly ! Le 08/02/2016 10:42, Pilot6 a écrit : > I built a test module. You can install it by running terminal commands: > > wget > https://launchpad.net/~hanipouspilot/+archive/ubuntu/bluetooth/+files/btusb-lp1542944-dkms_0.1_all.deb > sudo dpkg -i

[Bug 1542944] Re: QCA9565 / AR9565 bluetooth not work

2016-02-08 Thread damien
Hi. There is an error when enter the sudo dpkg -i btusb- lp1542944-dkms_0.1_all.deb command : Sélection du paquet btusb-lp1542944-dkms précédemment désélectionné. (Lecture de la base de données... 261857 fichiers et répertoires déjà installés.) Préparation du décompactage de

[Bug 1542944] Re: QCA9565 / AR9565 bluetooth not work

2016-02-08 Thread damien
to do ? thanks. Damien -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1542944 Title: QCA9565 / AR9565 bluetooth not work To manage notifications about this bug go to: https://bugs.launchpad.net

[Bug 1542944] Re: QCA9565 / AR9565 bluetooth not work

2016-02-08 Thread damien
You will find the output of dmesg as attached file. ** Attachment added: "dmesg.txt" https://bugs.launchpad.net/ubuntu/+source/linux-lts-wily/+bug/1542944/+attachment/4567339/+files/dmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1542944] Re: QCA9565 / AR9565 bluetooth not work

2016-02-08 Thread damien
You will find the output of lsusb as attached file. ** Attachment added: "lsusb.txt" https://bugs.launchpad.net/ubuntu/+source/linux-lts-wily/+bug/1542944/+attachment/4567338/+files/lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1542944] Re: QCA9565 / AR9565 bluetooth not work

2016-02-08 Thread damien
You will find the output of lspci as attached file. ** Attachment added: "lspci.txt" https://bugs.launchpad.net/ubuntu/+source/linux-lts-wily/+bug/1542944/+attachment/4567337/+files/lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1542944] [NEW] QCA9565 / AR9565 bluetooth not work

2016-02-07 Thread damien
Public bug reported: usb-devices | awk '/e095/' RS= T: Bus=01 Lev=01 Prnt=01 Port=04 Cnt=02 Dev#= 3 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=0489 ProdID=e095 Rev=00.01 C: #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon)

[Bug 1270676] Re: SD Card Reader broken on UX302LG

2016-02-07 Thread Damien Rame
I used a MicroSDHC with a MicroSD - SD adapter. The card itself is chinese, brand Xedain. If that matters. I didn't think it would be important, but I can try with other cards (SDHC, MicroSD, MIcroSDHC) and brands (real ADATA, Sandisk, Patriot) It's unfortunate to have to reverse engineer a

[Bug 1270676] Re: SD Card Reader broken on UX302LG

2016-02-06 Thread Damien Rame
Hi Olerem, Thanks for the prompt answer. Unforutnatley, that NULL pointer didn't seem to help much. The computer boots and the driver loads, but when I insert a SD-card, the laptop freezes after about 8-10 seconds. Just enough time to take a picture of the dmesg:

[Bug 1270676] Re: SD Card Reader broken on UX302LG

2016-02-06 Thread Damien Rame
My laptop is a TOSHIBA Satellite L40-D and I'm having the same issue with the Alcor Card Reader $ lspci Unassigned class [ff00]: Device [1aea:6601] This is running Ubuntu 15.04 on 3.19.0-47 Cards inserted never even get detected by the system. I see no log entry or error in dmesg. -- You

[Bug 1270676] Re: SD Card Reader broken on UX302LG

2016-02-06 Thread Damien Rame
I'm having the same issue with the Alcor Card Reader $ lspci Unassigned class [ff00]: Device [1aea:6601] This is running Ubuntu 15.04 on 3.19.0-47 Cards inserted never even get detected by the system. I see no log entry or error in dmesg. -- You received this bug notification because you are

[Bug 1306846]

2015-10-18 Thread Damien
There's also a similar error for _cairo_path_fixed_approximate_stroke_extents(): cairo-gl-msaa-compositor.c:584:6: error: too few arguments to function ‘_cairo_path_fixed_approximate_stroke_extents’ -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1306846]

2015-10-18 Thread Damien
It seems the GL backend still doesn't compile as a couple uses of _cairo_surface_init weren't updated: cairo-gl-source.c:76:5: error: too few arguments to function ‘_cairo_surface_init’ cairo-gl-source.c:103:5: error: too few arguments to function ‘_cairo_surface_init’ -- You received this

[Bug 592303] Re: rsync transfer failed: File name too long (36)

2015-10-14 Thread Damien barifon
*** This bug is a duplicate of bug 344878 *** https://bugs.launchpad.net/bugs/344878 Try to long path tool. It is very helpful. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/592303 Title:

[Bug 592303] Re: rsync transfer failed: File name too long (36)

2015-10-14 Thread Damien barifon
*** This bug is a duplicate of bug 344878 *** https://bugs.launchpad.net/bugs/344878 Try to long path tool. It is very helpful. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rsync in Ubuntu.

[Bug 1418987] Re: cups usblp hangs with Sharp AR5316e printer

2015-02-09 Thread Damien Ulrich
Hi Well it doesn't seem to hang anymore under debian jessie I guess I will not find a way to make it work while it seems that there's no driver for this printer sorry for the noise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1419240] [NEW] package libjpeg62:amd64 6b1-4ubuntu1 failed to install/upgrade: package libjpeg62:amd64 is not ready for configuration cannot configure (current status `half-installed')

2015-02-07 Thread Damien JOB
Public bug reported: error ProblemType: Package DistroRelease: Ubuntu 14.04 Package: libjpeg62:amd64 6b1-4ubuntu1 ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13 Uname: Linux 3.13.0-45-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.6 Architecture: amd64 Date: Sat Feb 7 09:08:47

[Bug 1418987] Re: cups usblp hangs with Sharp AR5316e printer

2015-02-07 Thread Damien Ulrich
** Description changed: hi all, Base informations : # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.1 LTS Release: 14.04 Codename: trusty # uname -a Linux school 3.13.0-44-generic #73-Ubuntu SMP Tue Dec 16

[Bug 1418987] Re: cups usblp hangs with Sharp AR5316e printer

2015-02-07 Thread Damien Ulrich
** Description changed: hi all, Base informations : # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.1 LTS Release: 14.04 Codename: trusty # uname -a Linux school 3.13.0-44-generic #73-Ubuntu SMP Tue Dec 16

[Bug 1418987] Re: cups usblp hangs with Sharp AR5316e printer

2015-02-06 Thread Damien Ulrich
** Description changed: hi all, - Base informations : + Base informations : # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.1 LTS Release: 14.04 Codename: trusty # uname -a Linux school 3.13.0-44-generic

[Bug 1418987] [NEW] cups usblp hangs with Sharp AR5316e printer

2015-02-06 Thread Damien Ulrich
Public bug reported: hi all, Base informations : # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 14.04.1 LTS Release:14.04 Codename: trusty # uname -a Linux school 3.13.0-44-generic #73-Ubuntu SMP Tue Dec 16 00:22:43 UTC 2014 x86_64

[Bug 1315955] Re: nfsd hangs

2015-01-21 Thread Damien Castelltort
additionnal stack traces, not exactly the same as the OP ones. Jan 21 06:05:20 filer2 kernel: [398213.798328] INFO: task nfsd:1440 blocked for more than 120 seconds. Jan 21 06:05:20 filer2 kernel: [398213.798371] Not tainted 3.13.0-24-generic #47-Ubuntu Jan 21 06:05:20 filer2 kernel:

[Bug 490742] Re: MacBook Pro: very slow resume from S3 suspend-to-ram

2015-01-18 Thread Damien Buhl
I forgot to notice that this happens for me on :  Linux daminetreg-laptop 3.13.0-44-generic #73-Ubuntu SMP Tue Dec 16 00:22:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux for Ubuntu 14.04.1 LTS -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 490742] Re: MacBook Pro: very slow resume from S3 suspend-to-ram

2015-01-18 Thread Damien Buhl
I've the issue also on a MacBookPro 11,1. It takes exactly 34,2 seconds for the system to wakeup. Strangely dmesg says the wakeup started on second 1864 and ended on 1869 : [ 1864.618554] smpboot: CPU 7 is now offline [ 1864.636283] ACPI: Low-level resume complete [ 1864.636333] PM: Restoring

[Bug 1315955] Re: nfsd hangs

2015-01-15 Thread Damien Castelltort
Same issue for us too on a production environment using Ubuntu Server 14.04. nsf3 Workaround is confirmed to work ? what are we loosing from using nfs4 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1388323] [NEW] Package needs update from upstream

2014-11-01 Thread Damien
Public bug reported: Version 3.5 just made its way into Debian repos. Can we get this into Trusty? Regards, ** Affects: zam-plugins (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1349225] Re: [ASUS N550JV] suspend/resume failure

2014-09-01 Thread Damien Mascord
This has seemed to resolve itself with later kernel packages. I no longer have any resume issues, with either mainline kernel or normal kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349225

[Bug 1349225] [NEW] [ASUSTeK COMPUTER INC. N550JV] suspend/resume failure

2014-07-27 Thread Damien Mascord
Public bug reported: Having trouble resuming from suspend. The whole system hangs upon resume. No mouse, no keyboard input. ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-5-generic 3.16.0-5.10 ProcVersionSignature: Ubuntu 3.16.0-5.10-generic 3.16.0-rc6 Uname:

[Bug 1264384] Re: 8086:08b2 [Lenovo ThinkPad S3-S440] Wireless Intel 7260 (rev. 73) unstable

2014-07-26 Thread Damien
I am also having this issue in Ubuntu 14.04 and my Lenovo IdeaPad Flex 15 (59387556). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1264384 Title: 8086:08b2 [Lenovo ThinkPad S3-S440] Wireless

[Bug 1328801] Re: [MacBookPro9,2] pacmd list failed suspend resume

2014-06-23 Thread Damien Cassou
I'm not really sure the problem I managed to reproduced on v3.15-rc2 is the exact same. The symptoms are the same: I can't resume from suspend. Still, as I don't have sound on v3.15-rc2, I don't think the problems are related. Please advise on what I can do to help get this bug(s) fixed. -- You

[Bug 1328801] Re: [MacBookPro9,2] pacmd list failed suspend resume

2014-06-14 Thread Damien Cassou
I have a hard time reproducing again. The problem is twofold: 1. the suspend/resume problem does not always happen 2. this kernel does neither have sound nor wifi which makes it inconvenient to set as my default kernel Do you think I could configure wifi and sound on the 3.15rc2 kernel? --

[Bug 1328801] [NEW] pacmd list failed suspend resume

2014-06-11 Thread Damien Cassou
Public bug reported: Here are some details as asked in bug #1305371 ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-29-generic 3.13.0-29.53 ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2 Uname: Linux 3.13.0-29-generic x86_64 NonfreeKernelModules: wl

[Bug 1328801] Re: pacmd list failed suspend resume

2014-06-11 Thread Damien Cassou
Suspend/resume was working fine in 13.10 on the same hardware. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1328801 Title: pacmd list failed suspend resume To manage notifications about this bug

[Bug 1328801] Re: [MacBookPro9,2] pacmd list failed suspend resume

2014-06-11 Thread Damien Cassou
Using v3.15-rc2-trusty (3.15.0-031500rc2-generic #201404201435 SMP), I *managed to reproduce* the suspend/resume problem. Using this kernel, the wifi is not working: this is problematic because I can't just report bugs using apport from there. Nevertheless, when the problem occured again in

[Bug 1328801] Re: [MacBookPro9,2] pacmd list failed suspend resume

2014-06-11 Thread Damien Cassou
Please find attached the /proc/acpi/wakeup while in v3.15-rc2-trusty. I didn't follow the resume-trace debugging procedure as it looks like it is related to debugging resume while I think my problem is on suspend: when I close the lid and the light does not blink, I know the computer won't resume.

[Bug 1297961] Re: [Apple Inc. MacBookPro9, 2] suspend/resume failure [non-free: wl]

2014-06-04 Thread Damien Cassou
I have a similar problem on the exact same architecture. Nevertheless, I don't think my problem depends on how long the computer stays suspended. From what I can see, as soon as I close the lid I know if resume will work fine or not: - if the suspend light starts blinking after a few seconds, the

[Bug 1300832] Re: [Apple Inc. MacBookPro9, 2] suspend/resume failure [non-free: wl]

2014-06-04 Thread Damien Cassou
*** This bug is a duplicate of bug 1297961 *** https://bugs.launchpad.net/bugs/1297961 ** Changed in: linux (Ubuntu) Status: Expired = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

  1   2   3   4   5   6   7   8   9   >