Re: [Bug 1915704] Re: Specific pointing device disappear/disconnect when standby
Hi, Sorry for this late return, but I changed the OS version in order to see if it's better with ubuntu server and cinnamon desktop on it, instead of desktop gnome + cinnamon. And indeed, it's a lot better ones installed. It wasn't a bug. It seems I have some power peaks that are made by my refrigerator when turning on. My computer reacted to it only with these RGB mice, where it wrote Trust on it, but it could be an imitation of a Trust mouse. I've tried several different mices, and only the RGB one gave this trouble. Maybe because of this RGB in it, it uses more power and calls the surge to it. It's narrow. I've no other inconvenience due to this power issue in my little appartement. Because of that I was thinking about buying an UPS, but it's really expensive to have one for the power supply I use on my PC (750W) So I think it will do for now with no RGB mouse ;) ___ MARTIN BERBEL, Tony GSM: +32 (0) 477 / 33.12.48 LinkedIn: https://be.linkedin.com/in/tony-martin-berbel Facebook: https://www.facebook.com/Wingarmac -- Le lun. 22 févr. 2021 à 07:20, Daniel van Vugt <1915...@bugs.launchpad.net> a écrit : > Thanks for the bug report. > > Firstly, if you have 'tlp' installed then please uninstall it because it > can cause problems like this. > > Secondly, you mention 'Microsoft' and 'Trust' mice in the bug > description but your logs only ever seem to show: > > * Logitech USB Optical Mouse > * Sunplus Innovation Technology Inc. Optical Mouse > > So I would like to understand which is the one you call the 'Trust' > mouse. While the 'Trust' mouse is plugged in, please run: > > lsusb > lsusb2.txt > > and attach the resulting text file here. > > > ** Package changed: xorg (Ubuntu) => linux (Ubuntu) > > ** Changed in: linux (Ubuntu) >Status: New => Incomplete > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1915704 > > Title: > Specific pointing device disappear/disconnect when standby > > Status in linux package in Ubuntu: > Incomplete > > Bug description: > Ubuntu 20.10 groovy (x86-64) > Cinnamon 4.6.7 > Kernel 5.8.0-43-generic > > I installed Ubuntu while using a Microsft mise. > This one works great with no problem. The buttons are old and used out, > so I changed it with a Trust with RGB. The Trust mouse seems disconnected > when going to standby (need keyboard, since mouse seems disconnected to > show password prompt). > > The only way to get the mouse back to work, is to disconnect and > reconnect it. > > What's narrow in this, is that I've tried again with the old pointing > device (from Microsoft), and this one still is recognised in standby, > and I'm able to click to open the password prompt. > > I've read this repport: > https://bugs.launchpad.net/ubuntu/+bug/1573454 > > But it seems not totaly the same, since I've the problem with a > pointer and not the other one. > > ProblemType: Bug > DistroRelease: Ubuntu 20.10 > Package: xorg 1:7.7+19ubuntu15 > ProcVersionSignature: Ubuntu 5.8.0-43.49-generic 5.8.18 > Uname: Linux 5.8.0-43-generic x86_64 > NonfreeKernelModules: nvidia_modeset nvidia > .proc.driver.nvidia.capabilities.gpu0: Error: [Errno 21] est un dossier: > '/proc/driver/nvidia/capabilities/gpu0' > .proc.driver.nvidia.capabilities.mig: Error: [Errno 21] est un dossier: > '/proc/driver/nvidia/capabilities/mig' > .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] est un dossier: > '/proc/driver/nvidia/gpus/:01:00.0' > .proc.driver.nvidia.registry: Binary: "" > .proc.driver.nvidia.suspend: suspend hibernate resume > .proc.driver.nvidia.suspend_depth: default modeset uvm > .proc.driver.nvidia.version: >NVRM version: NVIDIA UNIX x86_64 Kernel Module 460.32.03 Sun Dec 27 > 19:00:34 UTC 2020 >GCC version: gcc version 10.2.0 (Ubuntu 10.2.0-13ubuntu1) > ApportVersion: 2.20.11-0ubuntu50.5 > Architecture: amd64 > BootLog: Error: [Errno 13] Permission non accordée: '/var/log/boot.log' > CasperMD5CheckResult: skip > CompositorRunning: None > CurrentDesktop: X-Cinnamon > Date: Mon Feb 15 12:07:10 2021 > DistUpgraded: Fresh install > DistroCodename: groovy > DistroVariant: ubuntu > DkmsStatus: nvidia, 460.32.03, 5.8.0-43-generic, x86_64: installed > ExtraDebuggingInterest: Yes > GraphicsCard: >NVIDIA Corporation GK107 [GeForce GTX 650] [10de:0fc6] (rev a1) > (prog-if 00 [VGA controller]) > Subsystem: ZOTAC International (MCO) Ltd. GK107 [GeForce GTX 650] > [19da:1288] > MachineType: ASUS System Product Name > ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic > root=UUID=1768f602-2494-474b-970a-2f71d61fca4b ro quiet splash > SourcePackage: xorg > Symptom: display > UpgradeStatus: No upgrade log present (probably fresh install) > dmi.bios.date: 07/21/2020 > dmi.bios.release: 14.3 > dmi.bios.vendor: American Mega
[Bug 1813662] Re: Cannot build VM
FYI, this is the kind of wart this issue is forcing down on me and all my users: https://github.com/nexB/extractcode/blob/aa5da29014ce4fbffca53c09689a2623e2b78196/src/extractcode/vmimage.py#L82 > def check_linux_kernel_is_readable(): >""" >Return True if the kernel executable file can be read. This is required by >guestfish and libguestfs and this is an oddity mostly on Ubuntu. >See: >- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/759725 >- https://bugzilla.redhat.com/show_bug.cgi?id=1670790 >- https://bugs.launchpad.net/ubuntu/+source/libguestfs/+bug/1813662 >""" I would like to create a package that fix this issue. Is this the correct way: 1. As sudo, create the file /etc/kernel/postinst.d/statoverride with this content, devised by Kees Cook (@kees) in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/759725/comments/3 :: #!/bin/sh version="$1" # passing the kernel version is required [ -z "${version}" ] && exit 0 dpkg-statoverride --update --add root root 0644 /boot/vmlinuz-${version} 2. Setup the exxecutable permissions:: sudo chmod +x /etc/kernel/postinst.d/statoverride And if yes, is this enough to create a package that adds this file? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1813662 Title: Cannot build VM To manage notifications about this bug go to: https://bugs.launchpad.net/libguestfs/+bug/1813662/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925993] [NEW] chrome browser don't load gpu
Public bug reported: while using chrome browser and playing video in youtube it lag and i have check whats wrong about then its gpu error . ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: xorg 1:7.7+19ubuntu14 ProcVersionSignature: Ubuntu 5.8.0-50.56~20.04.1-generic 5.8.18 Uname: Linux 5.8.0-50-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.16 Architecture: amd64 BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log' CasperMD5CheckResult: skip CompositorRunning: None CurrentDesktop: ubuntu:GNOME Date: Sat Apr 24 13:49:16 2021 DistUpgraded: Fresh install DistroCodename: focal DistroVariant: ubuntu DkmsStatus: rtl8821ce, 5.5.2.1, 5.8.0-48-generic, x86_64: installed rtl8821ce, 5.5.2.1, 5.8.0-50-generic, x86_64: installed rtlwifi-new, 0.6: added ExtraDebuggingInterest: Yes, including running git bisection searches GraphicsCard: Intel Corporation WhiskeyLake-U GT2 [UHD Graphics 620] [8086:3ea0] (prog-if 00 [VGA controller]) Subsystem: Hewlett-Packard Company UHD Graphics 620 (Whiskey Lake) [103c:852e] InstallationDate: Installed on 2021-02-15 (67 days ago) InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 (20210209.1) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 0bda:b00a Realtek Semiconductor Corp. Bluetooth Radio Bus 001 Device 002: ID 04f2:b65d Chicony Electronics Co., Ltd HP TrueVision HD Camera Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: HP HP Laptop 14-cf1xxx ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-50-generic root=UUID=e5488d7f-3bf1-42c7-a5db-14fdf4c8ae09 ro quiet splash vt.handoff=7 SourcePackage: xorg UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 12/13/2019 dmi.bios.release: 15.53 dmi.bios.vendor: Insyde dmi.bios.version: F.53 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: 852E dmi.board.vendor: HP dmi.board.version: 16.21 dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: HP dmi.chassis.version: Chassis Version dmi.ec.firmware.release: 16.21 dmi.modalias: dmi:bvnInsyde:bvrF.53:bd12/13/2019:br15.53:efr16.21:svnHP:pnHPLaptop14-cf1xxx:pvrType1ProductConfigId:rvnHP:rn852E:rvr16.21:cvnHP:ct10:cvrChassisVersion: dmi.product.family: 103C_5335KV HP Notebook dmi.product.name: HP Laptop 14-cf1xxx dmi.product.sku: 5GN86UAR#ABA dmi.product.version: Type1ProductConfigId dmi.sys.vendor: HP version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.102-1ubuntu1~20.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.6-0ubuntu0.20.04.1 version.libgl1-mesa-glx: libgl1-mesa-glx N/A version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.2~20.04.2ubuntu1ppa6 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20200226-1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1 ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug focal third-party-packages ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925993 Title: chrome browser don't load gpu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1925993/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1871268] Re: Installation fails due to useless immediate configuration error when "Install Third-Party Drivers" is selected
** Changed in: ubuntu-cdimage Assignee: (unassigned) => Amaan Ranapurwala (amaancrafter) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1871268 Title: Installation fails due to useless immediate configuration error when "Install Third-Party Drivers" is selected To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-cdimage/+bug/1871268/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925991] Re: package ubuntu-release-upgrader-gtk 1:20.04.31 failed to install/upgrade: dpkg-deb --fsys-tarfile subprocess returned error exit status 2
Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that there was an error on your system when trying to install a particular package. Please execute the following command, as it will clear your package cache, in a terminal: sudo apt-get clean Then try performing the update again. This will likely resolve your issue, but the failure could be caused by filesystem or memory corruption. So please also run a fsck on your filesystem(s) and a memory test. Thanks in advance! [This is an automated message. I apologize if it reached you inappropriately; please just reply to this message indicating so.] ** Tags added: fsys-tarfile-error ** Changed in: ubuntu-release-upgrader (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925991 Title: package ubuntu-release-upgrader-gtk 1:20.04.31 failed to install/upgrade: dpkg-deb --fsys-tarfile subprocess returned error exit status 2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1925991/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925987] Re: cornd is not stoped
Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that your bug report is not filed about a specific source package though, rather it is just filed against Ubuntu in general. It is important that bug reports be filed about source packages so that people interested in the package can find the bugs about it. You can find some hints about determining what package your bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage. You might also ask for help in the #ubuntu-bugs irc channel on Freenode. To change the source package that this bug is filed about visit https://bugs.launchpad.net/ubuntu/+bug/1925987/+editstatus and add the package name in the text box next to the word Package. [This is an automated message. I apologize if it reached you inappropriately; please just reply to this message indicating so.] ** Tags added: bot-comment -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925987 Title: cornd is not stoped To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1925987/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1871268] Re: Installation fails due to useless immediate configuration error when "Install Third-Party Drivers" is selected
** Changed in: ubuntu-cdimage Assignee: Amaan Ranapurwala (amaancrafter) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1871268 Title: Installation fails due to useless immediate configuration error when "Install Third-Party Drivers" is selected To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-cdimage/+bug/1871268/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1923053] Re: [SRU] nextcloud crashed with SIGSEGV.
On 24/04/2021 06:01, monochromec wrote: > Version 3.1.1-1ubuntu1 not work for me in hirsute. Well, it wouldn't, as the fixed version in proposed is 3.1.1-1ubuntu1.1 Your ST of the original broken 3.1.1-1ubuntu1 does appear to be this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1923053 Title: [SRU] nextcloud crashed with SIGSEGV. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nextcloud-desktop/+bug/1923053/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1924613] Re: gnome-shell assert failure: gnome-shell: ../../src/xcb_io.c:260: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
** Information type changed from Private to Public Security ** Information type changed from Public Security to Private Security -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1924613 Title: gnome-shell assert failure: gnome-shell: ../../src/xcb_io.c:260: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1924613/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1924605] Re: Grub2 menu not loading - could not create MokListXRT
I did a clean install of 21.04 and now, like Achim, I cannot delete the Moklistxrt files in efivars folder. I have no idea why on the previous installation it was possible. Anyway, the problem still exists. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1924605 Title: Grub2 menu not loading - could not create MokListXRT To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1924605/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1886059] Re: gnome-shell crashed with assertion failure "!xcb_xlib_threads_sequence_lost" [xcb_io.c:260]
Hi, I'm experiencing the same issue #1924613 (https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1924613) and I have filed a report, although private. Should I make it public or you still have access to it? 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/1886059 Title: gnome-shell crashed with assertion failure "!xcb_xlib_threads_sequence_lost" [xcb_io.c:260] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1886059/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925739] Re: Strange sound when speaker is muted
apport information ** Tags added: apport-collected ** Description changed: when everything is off even sound is muted I am getting sound like connecting 3.5mm jack. It's not sure why this sound is coming to my headphone. It's coming unevenly few seconds later. It's not case with ubuntu 20.10 usb stick. It begin when I upgrade pkgs. ubuntu 20.10 all updated. + --- + ProblemType: Bug + ApportVersion: 2.20.11-0ubuntu50.5 + Architecture: amd64 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/controlC0: bapi 1453 F pulseaudio + CasperMD5CheckResult: skip + CurrentDesktop: ubuntu:GNOME + DistroRelease: Ubuntu 20.10 + InstallationDate: Installed on 2021-04-22 (2 days ago) + InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022) + NonfreeKernelModules: nvidia_modeset nvidia + Package: pulseaudio 1:13.99.2-1ubuntu2.3 + PackageArchitecture: amd64 + ProcVersionSignature: Ubuntu 5.8.0-50.56-generic 5.8.18 + Tags: groovy + Uname: Linux 5.8.0-50-generic x86_64 + UpgradeStatus: No upgrade log present (probably fresh install) + UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo + _MarkForUpload: True + dmi.bios.date: 09/30/2020 + dmi.bios.release: 1.14 + dmi.bios.vendor: Dell Inc. + dmi.bios.version: 1.14.1 + dmi.board.name: 0VFD52 + dmi.board.vendor: Dell Inc. + dmi.board.version: A00 + dmi.chassis.type: 3 + dmi.chassis.vendor: Dell Inc. + dmi.modalias: dmi:bvnDellInc.:bvr1.14.1:bd09/30/2020:br1.14:svnDellInc.:pnVostro3668:pvr:rvnDellInc.:rn0VFD52:rvrA00:cvnDellInc.:ct3:cvr: + dmi.product.family: Vostro + dmi.product.name: Vostro 3668 + dmi.product.sku: 0760 + dmi.sys.vendor: Dell Inc. ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1925739/+attachment/5491715/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925739 Title: Strange sound when speaker is muted To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1925739/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925739] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1925739/+attachment/5491716/+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/1925739 Title: Strange sound when speaker is muted To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1925739/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925739] Dependencies.txt
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1925739/+attachment/5491717/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925739 Title: Strange sound when speaker is muted To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1925739/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925739] PaInfo.txt
apport information ** Attachment added: "PaInfo.txt" https://bugs.launchpad.net/bugs/1925739/+attachment/5491718/+files/PaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925739 Title: Strange sound when speaker is muted To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1925739/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925739] ProcCpuinfoMinimal.txt
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1925739/+attachment/5491719/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925739 Title: Strange sound when speaker is muted To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1925739/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925739] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1925739/+attachment/5491720/+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/1925739 Title: Strange sound when speaker is muted To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1925739/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925739] PulseList.txt
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1925739/+attachment/5491721/+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/1925739 Title: Strange sound when speaker is muted To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1925739/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926003] [NEW] crash install grub install
Public bug reported: grub install crash with duo boot primary partition wit windows 10 ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: ubiquity 21.04.19 ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12 Uname: Linux 5.11.0-16-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu65 Architecture: amd64 CasperMD5CheckResult: pass CasperVersion: 1.461 Date: Sat Apr 24 11:27:20 2021 InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu-mate.seed maybe-ubiquity quiet splash --- LiveMediaBuild: Ubuntu-MATE 21.04 "Hirsute Hippo" - Release amd64 (20210420) RebootRequiredPkgs: linux-image-5.11.0-16-generic linux-base SourcePackage: ubiquity UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug hirsute ubiquity-21.04.19 ubuntu-mate -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926003 Title: crash install grub install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1926003/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926002] [NEW] Most likely this is a bug in the ALSA driver 'snd_hda_intel'
Public bug reported: Sometimes (randomly) sound begins to stutter while listen to music or watching youtube and operating system freezes and than defrosts after a few seconds. I have this problem on ubuntu 18.04 and now on ubuntu 20.04 Ubuntu 20.04.2 LTS pulseaudio 13.99.1 ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 5.4.0-72.80-generic 5.4.101 Uname: Linux 5.4.0-72-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.11-0ubuntu27.16 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: vasya 1424 F pulseaudio /dev/snd/controlC0: vasya 1424 F pulseaudio CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Apr 24 13:40:55 2021 InstallationDate: Installed on 2020-02-02 (447 days ago) InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805) PackageArchitecture: all SourcePackage: alsa-driver Symptom: audio Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful Symptom_Card: Встроенное аудио - HDA Intel Symptom_Jack: Green Line Out, Rear Symptom_PulsePlaybackTest: PulseAudio playback test successful Symptom_Type: None of the above Title: [P41T-D3, Realtek ALC888, Green Line Out, Rear] Playback problem UpgradeStatus: Upgraded to focal on 2020-08-15 (251 days ago) dmi.bios.date: 05/31/2010 dmi.bios.vendor: Award Software International, Inc. dmi.bios.version: F1 dmi.board.name: P41T-D3 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: x.x dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.modalias: dmi:bvnAwardSoftwareInternational,Inc.:bvrF1:bd05/31/2010:svnGigabyteTechnologyCo.,Ltd.:pnP41T-D3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP41T-D3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr: dmi.product.name: P41T-D3 dmi.sys.vendor: Gigabyte Technology Co., Ltd. ** Affects: alsa-driver (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug focal ** Attachment added: "logs" https://bugs.launchpad.net/bugs/1926002/+attachment/5491722/+files/logs%2023.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926002 Title: Most likely this is a bug in the ALSA driver 'snd_hda_intel' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1926002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926002] Re: Most likely this is a bug in the ALSA driver 'snd_hda_intel'
I have this problem on ubuntu 18.04 and now on ubuntu 20.04 ** Description changed: Sometimes (randomly) sound begins to stutter while listen to music or watching youtube and operating system freezes and than defrosts after a few seconds. + + I have this problem on ubuntu 18.04 and now on ubuntu 20.04 + Ubuntu 20.04.2 LTS pulseaudio 13.99.1 ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 5.4.0-72.80-generic 5.4.101 Uname: Linux 5.4.0-72-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.11-0ubuntu27.16 Architecture: amd64 AudioDevicesInUse: - USERPID ACCESS COMMAND - /dev/snd/controlC1: vasya 1424 F pulseaudio - /dev/snd/controlC0: vasya 1424 F pulseaudio + USERPID ACCESS COMMAND + /dev/snd/controlC1: vasya 1424 F pulseaudio + /dev/snd/controlC0: vasya 1424 F pulseaudio CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Apr 24 13:40:55 2021 InstallationDate: Installed on 2020-02-02 (447 days ago) InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805) PackageArchitecture: all SourcePackage: alsa-driver Symptom: audio Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful Symptom_Card: Встроенное аудио - HDA Intel Symptom_Jack: Green Line Out, Rear Symptom_PulsePlaybackTest: PulseAudio playback test successful Symptom_Type: None of the above Title: [P41T-D3, Realtek ALC888, Green Line Out, Rear] Playback problem UpgradeStatus: Upgraded to focal on 2020-08-15 (251 days ago) dmi.bios.date: 05/31/2010 dmi.bios.vendor: Award Software International, Inc. dmi.bios.version: F1 dmi.board.name: P41T-D3 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: x.x dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.modalias: dmi:bvnAwardSoftwareInternational,Inc.:bvrF1:bd05/31/2010:svnGigabyteTechnologyCo.,Ltd.:pnP41T-D3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP41T-D3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr: dmi.product.name: P41T-D3 dmi.sys.vendor: Gigabyte Technology Co., Ltd. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926002 Title: Most likely this is a bug in the ALSA driver 'snd_hda_intel' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1926002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1923870] Re: Some Neutron commands do not initilize privsep
Reviewed: https://review.opendev.org/c/openstack/neutron/+/787495 Committed: https://opendev.org/openstack/neutron/commit/de78aaec9d2f477fab4fa3ac1061a050a515bdaf Submitter: "Zuul (22348)" Branch:stable/wallaby commit de78aaec9d2f477fab4fa3ac1061a050a515bdaf Author: Rodolfo Alonso Hernandez Date: Wed Apr 14 16:37:08 2021 + Initialize privsep library in Neutron commands Since the migration to privsep, some Neutron commands execute methods under a privsep context. The privsep library must be initialized first. Change-Id: Icd69bca23d781bace580b3937bc8bd25b586e852 Closes-Bug: #1923870 (cherry picked from commit 088f1298f26ac04da0ebea2a905378690677ff70) ** Tags added: in-stable-wallaby -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1923870 Title: Some Neutron commands do not initilize privsep To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1923870/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926004] [NEW] dont knoq
Public bug reported: f ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: ubiquity 21.04.19 [modified: lib/partman/automatically_partition/question] ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12 Uname: Linux 5.11.0-16-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu65 Architecture: amd64 CasperMD5CheckResult: pass CasperVersion: 1.461 Date: Sat Apr 24 15:12:26 2021 InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed maybe-ubiquity quiet splash --- LiveMediaBuild: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420) RebootRequiredPkgs: linux-image-5.11.0-16-generic linux-base SourcePackage: ubiquity UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug hirsute ubiquity-21.04.19 ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926004 Title: dont knoq To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1926004/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926004] Re: dont knoq
Thank you for taking the time to report this issue and helping to make Ubuntu better. This installation looks like it was caused by a corrupted file system, or device problems. I notice in the logs (there are loads of errors, this is just a snippet) Apr 24 09:38:38 ubuntu kernel: [ 2530.275499] sd 0:0:0:0: [sda] tag#5 Sense Key : Medium Error [current] Apr 24 09:38:38 ubuntu kernel: [ 2530.275505] sd 0:0:0:0: [sda] tag#5 Add. Sense: Unrecovered read error - auto reallocate failed Apr 24 09:38:38 ubuntu kernel: [ 2530.275512] sd 0:0:0:0: [sda] tag#5 CDB: Read(10) 28 00 5c e4 89 08 00 00 08 00 Apr 24 09:38:38 ubuntu kernel: [ 2530.275516] blk_update_request: I/O error, dev sda, sector 1558481160 op 0x0:(READ) flags 0x3000 phys_seg 1 prio class 0 Apr 24 09:38:38 ubuntu kernel: [ 2530.275566] ata1: EH complete Apr 24 09:38:38 ubuntu kernel: [ 2530.275561] EXT4-fs error (device sda9): __ext4_get_inode_loc_noinmem:4445: inode #3538974: block 14155809: comm find: unable to read itable block Apr 24 09:38:38 ubuntu kernel: [ 2530.275582] Aborting journal on device sda9-8. Apr 24 09:38:38 ubuntu kernel: [ 2530.337494] EXT4-fs error (device sda9) in ext4_init_inode_table:1601: IO failure Apr 24 09:38:38 ubuntu kernel: [ 2530.375372] EXT4-fs (sda9): Remounting filesystem read-only Apr 24 09:38:40 ubuntu kernel: [ 2532.592524] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0 Apr 24 09:38:40 ubuntu kernel: [ 2532.592544] ata1.00: irq_stat 0x4001 I've marked this bug as incomplete (due hardware issues), if you believe I'm in error please leave a comment as to why, and you can return the status to "New". I suggest you validate the health of your hardware (esp. disk by checking it's SMART status using `smartctl`, `gnome-disks` or whichever tool you prefer), and possibly the integrity of your partition table (https://help.ubuntu.com/community/Smartmontools). If you're unfamiliar with these, I suggest seeking support, options available can be seen at https://discourse.ubuntu.com/t/finding-help/709 ** Changed in: ubiquity (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926004 Title: dont knoq To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1926004/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925813] Re: fwupdmgr removed GRUB from my UEFI boot list
Forwarded upstream to https://github.com/fwupd/fwupd/issues/3186 ** Bug watch added: github.com/fwupd/fwupd/issues #3186 https://github.com/fwupd/fwupd/issues/3186 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925813 Title: fwupdmgr removed GRUB from my UEFI boot list To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1925813/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926005] [NEW] [SRU] 2.50
Public bug reported: This is a new version of snapd. The changelog is available here https://github.com/snapcore/snapd/blob/2.50/packaging/ubuntu-16.04/changelog, the raw git changelog is available here: https://github.com/snapcore/snapd/commits/2.50 (note that the debian changelog is auto-generated from the merges of the git commits so there is usually no need to look at the raw git commits). The snappy team released a new release that we want SRU into xenial. The new process described in https://wiki.ubuntu.com/SnapdUpdates was used and we have done integration-tests on the snappy images, autopkgtests on classic and unit tests. ** Affects: snapd (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/1926005 Title: [SRU] 2.50 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1926005/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926006] [NEW] Suspend, restart and power off don't work, crashes the system and logs me out.
Public bug reported: Suspend, restart and power off simply don't work. The system crashes, logs me out and takes me back to the log-in screen. It possibly has something to do with the Nvidia driver (460), but is the same with the Nouveau driver enabled. I used system76-power previously to set Nvidia On-demand, but this does not work any more, and conflicts with nvidia- prime. However, uninstalling both makes no difference - possibly the configuration is badly set and not re-set. The hardware I'm using is possibly a bit niche. The laptop is Huawei Matebook Pro X. I had the problem yesterday on 20.10, and updated today to 21.04 to see if the problem would be resolved, but no luck. ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: gnome-power-manager 3.32.0-2 ProcVersionSignature: Ubuntu 5.11.0-7614.15~1618626693~20.10~ecb25cd~dev-generic 5.11.13 Uname: Linux 5.11.0-7614-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.11-0ubuntu65 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Sat Apr 24 12:12:43 2021 InstallationDate: Installed on 2020-11-12 (162 days ago) InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022) SourcePackage: gnome-power-manager UpgradeStatus: Upgraded to hirsute on 2021-04-24 (0 days ago) ** Affects: gnome-power-manager (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug hirsute ** Description changed: Suspend, restart and power off simply don't work. The system crashes, logs me out and takes me back to the log-in screen. It possibly has something to do with the Nvidia driver (460), but is the same with the Nouveau driver enabled. I used system76-power previously to set Nvidia On-demand, but this does not work any more, and conflicts with nvidia- prime. However, uninstalling both makes no difference - possibly the configuration is badly set and not re-set. The hardware I'm using is - possibly a bit niche. The laptop is Huawei Matebook Pro X. + possibly a bit niche. The laptop is Huawei Matebook Pro X. I had the + problem yesterday on 20.10, and updated today to 21.04 to see if the + problem would be resolved, but no luck. ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: gnome-power-manager 3.32.0-2 ProcVersionSignature: Ubuntu 5.11.0-7614.15~1618626693~20.10~ecb25cd~dev-generic 5.11.13 Uname: Linux 5.11.0-7614-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.11-0ubuntu65 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Sat Apr 24 12:12:43 2021 InstallationDate: Installed on 2020-11-12 (162 days ago) InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022) SourcePackage: gnome-power-manager UpgradeStatus: Upgraded to hirsute on 2021-04-24 (0 days ago) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926006 Title: Suspend, restart and power off don't work, crashes the system and logs me out. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/1926006/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926008] [NEW] Sync age 1.0.0~rc1-2 (universe) from Debian unstable (main)
Public bug reported: Please sync age 1.0.0~rc1-2 (universe) from Debian unstable (main) Changelog entries since current impish version 1.0.0~beta5-1: age (1.0.0~rc1-2) unstable; urgency=medium * Set main.Version at build time to ease debugging (Closes: #986144) -- Johan Fleury Wed, 31 Mar 2021 18:55:40 -0400 age (1.0.0~rc1-1) unstable; urgency=medium [ nicoo ] * d/rules: Do not build PIE binaries on architectures where go cannot (Closes: #981412) * d/control: Declare compliance with policy v4.5.1 * New upstream version 1.0.0~beta6 + New `-R` flag to specify a file with a list of recipients. + Armored encoding now up to 20× faster [ Johan Fleury ] * New upstream version 1.0.0~rc1 (Closes: #981413) + age: when writing to an existing file, its content will be overwritten + age: new `-e`/`--encrypt` flag + age-keygen: new `-y` flag to convert identity file to recipient file -- Johan Fleury Tue, 09 Mar 2021 12:48:27 -0500 ** Affects: age (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/1926008 Title: Sync age 1.0.0~rc1-2 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/age/+bug/1926008/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926009] [NEW] Incomplete display of text
Public bug reported: Ubuntu release: 20.04.1 * What is expected to happen. All gui text elements to display complete words. * What actually happens. Since a recent update, gui text displays incompletely. I'm posting this with some difficulty from the affected system, but have noted similar issues being experienced by others and I share links below: https://askubuntu.com/questions/1328937/ubuntu-20-04-only-shows-half-text https://askubuntu.com/questions/1329312/xubuntu-20-04-incomplete-words https://askubuntu.com/questions/1329059/on-the-desktop-xfce-displays-text-incorrectly https://askubuntu.com/questions/1332354/ubuntu-20-04-is-showing-a-bad-text The issues above seem to suggest the the issue may lie with the AMD graphics driver, although in my case I think I am using the 'radeon' open source driver. The issue occurs regardless of me use the current or previous kernel version installed. Please let me know if there is any more information that I can provide, and I will do my best to get it to you. Many thanks, Mark. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: xorg 1:7.7+19ubuntu14 ProcVersionSignature: Ubuntu 5.4.0-72.80-generic 5.4.101 Uname: Linux 5.4.0-72-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.16 Architecture: amd64 BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log' CasperMD5CheckResult: skip CompositorRunning: None CurrentDesktop: XFCE Date: Sat Apr 24 12:07:35 2021 DistUpgraded: Fresh install DistroCodename: focal DistroVariant: ubuntu EcryptfsInUse: Yes GraphicsCard: Advanced Micro Devices, Inc. [AMD/ATI] Richland [Radeon HD 8570D] [1002:990e] (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Richland [Radeon HD 8570D] [1043:8526] MachineType: NOVATECH LTD MBB-66004G ProcEnviron: LANGUAGE=en_GB:en PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_GB.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-72-generic root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/03/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 6102 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: F2A55-M LK dmi.board.vendor: ASUSTeK COMPUTER INC. dmi.board.version: Rev X.0x dmi.chassis.type: 3 dmi.chassis.vendor: NOVATECH LTD dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr6102:bd05/03/2013:svnNOVATECHLTD:pnMBB-66004G:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnF2A55-MLK:rvrRevX.0x:cvnNOVATECHLTD:ct3:cvr: dmi.product.family: To be filled by O.E.M. dmi.product.name: MBB-66004G dmi.product.sku: SKU dmi.product.version: 1.0 dmi.sys.vendor: NOVATECH LTD version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.105-1ubuntu1~f~mesarc2 version.libgl1-mesa-dri: libgl1-mesa-dri 21.1.0~rc2+git2104212235.09d505a3ab7~f~mesarc2 version.libgl1-mesa-glx: libgl1-mesa-glx N/A version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.2~20.04.2 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20200226-1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1 ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug focal third-party-packages ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926009 Title: Incomplete display of text To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1926009/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 575492] Re: Intel 5100 AGN wireless connection bug
** Changed in: debian 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/575492 Title: Intel 5100 AGN wireless connection bug To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/575492/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1918044] Re: Weather forecast and info is not available any more
See also: https://gitlab.gnome.org/GNOME/libgweather/-/issues/82 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1918044 Title: Weather forecast and info is not available any more To manage notifications about this bug go to: https://bugs.launchpad.net/libgweather/+bug/1918044/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926011] [NEW] fwupd sbat support
Public bug reported: this is a follow-up bug for https://bugs.launchpad.net/oem-priority/+bug/1921539/comments/23 [Impact] Future releases of shim will require that EFI binaries that are chainloaded include an SBAT region. fwupd in bionic does not currently contain this region. [Test Case] Verify that a shim that checks for sbat region can boot the fwupd with sbat region. [Regression Potential] This is moving to a new stable release in each of the series which is in bug fix only mode. The sbat region is the only "feature" that has been backported to this series in over a year. ** Affects: oem-priority Importance: High Assignee: Yuan-Chen Cheng (ycheng-twn) Status: Confirmed ** Affects: fwupd (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: sbat ** Information type changed from Proprietary to Public ** Also affects: fwupd (Ubuntu) Importance: Undecided Status: New ** Changed in: fwupd (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926011 Title: fwupd sbat support To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1926011/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925456] Re: SRU: backport openjdk-17 with some security fixes to hirsute
** Changed in: openjdk-17 (Ubuntu) Status: New => 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/1925456 Title: SRU: backport openjdk-17 with some security fixes to hirsute To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openjdk-17/+bug/1925456/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1921539] Re: Add support for SBAT
Per #23, create another bug for groovy sbat SRU in lp:1926011 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1921539 Title: Add support for SBAT To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1921539/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1921539] Re: Add support for SBAT
Per #23, change to verified done in groovy. ** Tags removed: verification-needed-groovy ** Tags added: verification-done-groovy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1921539 Title: Add support for SBAT To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1921539/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926012] [NEW] installer could not install grub on nvme with windows-10 already installed
Public bug reported: windows 10 installation preexistent. I added EFI, / and swap partitions in the right of the 2 ntfs partitions of windows 10 and installer crashed critically at grub installation. computer is thinkpad x1 carbon 5g ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: ubiquity 21.04.19 ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12 Uname: Linux 5.11.0-16-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu65 Architecture: amd64 CasperMD5CheckResult: pass CasperVersion: 1.461 CurrentDesktop: ubuntu:GNOME Date: Sat Apr 24 15:09:04 2021 InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed maybe-ubiquity quiet splash --- LiveMediaBuild: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420) ProcEnviron: LANGUAGE=en_US.UTF-8 PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 LC_NUMERIC=C.UTF-8 RebootRequiredPkgs: linux-image-5.11.0-16-generic linux-base SourcePackage: grub-installer UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: grub-installer (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug hirsute ubiquity-21.04.19 ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926012 Title: installer could not install grub on nvme with windows-10 already installed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1926012/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925987] Re: cornd is not stoped
** Package changed: ubuntu => systemd (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925987 Title: cornd is not stoped To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1925987/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1920008] Re: grub2-signed depends on grub2-common
Hi. I got here through the bug link on Software Updater. I apologize if this is not the place to report this. I'm facing an unmet dependencies problem: -- grub-efi-amd64-signed: Depends: grub2-common (>= 2.02~beta2-36ubuntu3.31) but 2.04-1ubuntu35.6 is to be installed -- It says equal or greater than 2.02, and the proposed package is 2.04, so it should be accepted, but it's not. Any ideas on how to proceed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1920008 Title: grub2-signed depends on grub2-common To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1920008/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925482] Re: Ubuntu 21.04 won't boot with NVMe enabled on Parallels Desktop 16
I did the tests with the three mentioned kernels and I also did an additional test with Ubuntu 20.10 (the file system there is ZFS, but that doesn't make that much of a difference). Every kernel aside the one from Ubuntu 20.10 crashed somewhere in the boot process. You'll find all debugging logs in the attachments of the bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925482 Title: Ubuntu 21.04 won't boot with NVMe enabled on Parallels Desktop 16 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1925482/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925482] Re: Ubuntu 21.04 won't boot with NVMe enabled on Parallels Desktop 16
** Attachment added: "nvme_debugLog_kernel_5-11.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1925482/+attachment/5491784/+files/nvme_debugLog_kernel_5-11.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925482 Title: Ubuntu 21.04 won't boot with NVMe enabled on Parallels Desktop 16 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1925482/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925482] Re: Ubuntu 21.04 won't boot with NVMe enabled on Parallels Desktop 16
** Attachment added: "nvme_debugLog_kernel_5-10.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1925482/+attachment/5491783/+files/nvme_debugLog_kernel_5-10.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925482 Title: Ubuntu 21.04 won't boot with NVMe enabled on Parallels Desktop 16 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1925482/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925482] Re: Ubuntu 21.04 won't boot with NVMe enabled on Parallels Desktop 16
** Attachment added: "nvme_debugLog_kernel_5-12.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1925482/+attachment/5491785/+files/nvme_debugLog_kernel_5-12.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925482 Title: Ubuntu 21.04 won't boot with NVMe enabled on Parallels Desktop 16 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1925482/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925482] Re: Ubuntu 21.04 won't boot with NVMe enabled on Parallels Desktop 16
You should now get all required debugging logs and also a similar debugging log from Ubuntu 20.10 to have further clues in the debugging process. ** Attachment added: "nvme_debugLog_Ubuntu_Groovy.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1925482/+attachment/5491786/+files/nvme_debugLog_Ubuntu_Groovy.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925482 Title: Ubuntu 21.04 won't boot with NVMe enabled on Parallels Desktop 16 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1925482/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1921939] Re: Create Upstream Repo
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: software-properties (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1921939 Title: Create Upstream Repo To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1921939/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1575009] Re: gufw requires mir
((Maybe it helps someone... ))=={out>>"!+,!+,!\n"} Best explanation & solution that can be found in net. Thanks, short and smooth. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1575009 Title: gufw requires mir To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gui-ufw/+bug/1575009/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926014] [NEW] simple-scan is trying to start disabled avahi-daemon.service
Public bug reported: Hi, I have a fresh installation of Ubuntu desktop 21.04. I stop and disable avahi-daemon.service + avahi-daemon.socket (I don't use these services on my desktop) Then I start "simple-scan" program. After that I see a pop-up window for admin password! It's wrong, no such thing should be there. In previouse release (20.10) it was OK. Thanks. Antonin ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: policykit-1 0.105-30 ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12 Uname: Linux 5.11.0-16-generic x86_64 ApportVersion: 2.20.11-0ubuntu65 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Sat Apr 24 15:17:52 2021 InstallationDate: Installed on 2021-04-22 (1 days ago) InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420) ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=cs_CZ.UTF-8 SHELL=/bin/bash SourcePackage: policykit-1 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: policykit-1 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug avahi-daemon hirsute simple-scan wayland-session -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926014 Title: simple-scan is trying to start disabled avahi-daemon.service To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/1926014/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1888781] Re: failed to boot with 1.20200601+arm64-0ubuntu2~20.04.1
Ran into this issue today as well. My hardware is a Pi 3B with the boot disk attached to a USB port. I can still connect to the Pi via SSH, so it appears to be merely a problem with the video output. Current focal "daily-preinstalled" server images seem to be broken from the get go. So for new installs I now use 20.04.2 images, which still work, then immediately downgrade and pin flash-kernel and linux- firmware-raspi2 packages: sudo apt install -y flash-kernel=3.98ubuntu12 linux-firmware-raspi2=1.20200212-0ubuntu1 cat
[Bug 1888781] Re: failed to boot with 1.20200601+arm64-0ubuntu2~20.04.1
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux-firmware-raspi2 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1888781 Title: failed to boot with 1.20200601+arm64-0ubuntu2~20.04.1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-firmware-raspi2/+bug/1888781/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1872244] Re: Jack audio not working on Ubuntu 20.04 running on a Thinkpad Carbon X1 (7th gen)
Please can you look into this. It has been marked as Invalid, however, it is not a support request as has been assumed. My card is a card 1: sofhdadsp [sof-hda-dsp], device 0: HDA Analog (*) [] Subdevices: 0/1 Subdevice #0: subdevice #0 uname -a Linux rtx 5.8.0-50-generic #56~20.04.1-Ubuntu SMP Mon Apr 12 21:46:35 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux All software has been updated to the latest versions. With the default configuration jackd -R -d alsa -d hw:1,0 ... ALSA: cannot set period size to 1024 frames for capture ALSA: cannot configure capture channel As reported jackd starts with a buffer size of 1008, a non standard, non power of 2 jackd -R -d alsa -d hw:1,0 -p 1008 creating alsa driver ... hw:1,0|hw:1,0|1008|2|48000|0|0|nomon|swmeter|-|32bit configuring for 48000Hz, period = 1008 frames (21.0 ms), buffer = 2 periods ALSA: final selected sample format for capture: 24bit little-endian ALSA: use 2 periods for capture ALSA: final selected sample format for playback: 24bit little-endian ALSA: use 2 periods for playback I consider this a bug as the manual page for jackd states -p, --period int Specify the number of frames between JACK process() calls. This value must be a power of 2, and the default is 1024. And the current situation is that the only way jackd starts is with a non power of 2. Also buffer sizes of 240, 120 works jackd -R -d alsa -d hw:1,0 -p 240 creating alsa driver ... hw:1,0|hw:1,0|240|2|48000|0|0|nomon|swmeter|-|32bit configuring for 48000Hz, period = 240 frames (5.0 ms), buffer = 2 periods jackd -R -d alsa -d hw:1,0 -p 120 creating alsa driver ... hw:1,0|hw:1,0|120|2|48000|0|0|nomon|swmeter|-|32bit configuring for 48000Hz, period = 120 frames (2.5 ms), buffer = 2 periods FYI a buffer size of 48 also works however I get another message (maybe because I am not running with a low latency kernel ... yet) Please see attachment for details. ** Attachment added: "jack_buffer_bug.txt" https://bugs.launchpad.net/ubuntu/+source/jackd-defaults/+bug/1872244/+attachment/5491789/+files/jack_buffer_bug.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1872244 Title: Jack audio not working on Ubuntu 20.04 running on a Thinkpad Carbon X1 (7th gen) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/jackd-defaults/+bug/1872244/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925979] Re: 450.119 crashes lxde desktop (specifically lxpanel)
** Changed in: nvidia-graphics-drivers-450 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925979 Title: 450.119 crashes lxde desktop (specifically lxpanel) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-450/+bug/1925979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1871817] Re: screensaver disconnects mouse and keyboard under hyper-v
Xubuntu 21.04 still has the same bug :-( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1871817 Title: screensaver disconnects mouse and keyboard under hyper-v To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfce4-screensaver/+bug/1871817/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14
Sorry but every times that i restart pc numpad not work, there are any error in startup phase: File "/usr/bin/asus_touchpad_numpad.py", line147, in for e in d_t.events(): File "usr/lib/python3.9/site-packages/libevdev/device.py", line 536, in events ev=self._libevdev.next_event(flags) File "usr/lib/python3.9/site-packages/libevdev/_clib.py", line 893, in next_event raise OSError(-rc, os.strerror(-rc)) OSError:[Errno19] No such device Can you help me? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810183 Title: numpad on touchpad doesn't work in ASUS Zenbook 14 To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926015] [NEW] Not possible to set 'Alt+PrtScr' as shortcut key for 'Active Window' in ScreenGrab
Public bug reported: Release: Lubuntu 21.04 Software, version: screengrab, 2.1.0-1ubuntu1 How to reproduce: 1) Boot into Lubuntu desktop. 2) Start 'ScreenGrab' application from 'Graphics' menu. 3) Select 'Options' from the toolbar, navigate to 'Shortcuts'. 4) Under 'Global Shortcuts' select 'Active Window' and double-click. 'Selected Shortcut' will get activated, waiting for our input. 5) Try to set 'Alt+Print'. Expected: Able to set shortcut. Actual: Not possible to set 'Alt+Print' as shortcut. It will show 'Alt+...' but once we release keys, it stays as '...' waiting for keys input. We can set other key-combinations as shortcut, including ones involving 'Alt' key, but not 'Alt+Print'. No issue setting keyboard shortcut to 'Full screen' or 'Area select'. Note: This issue was also observed on 20.04 with screengrab version '2.0.0-1'. ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: screengrab 2.1.0-1ubuntu1 ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12 Uname: Linux 5.11.0-16-generic x86_64 ApportVersion: 2.20.11-0ubuntu65 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: LXQt Date: Sat Apr 24 19:16:10 2021 InstallationDate: Installed on 2021-04-22 (2 days ago) InstallationMedia: Lubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420) SourcePackage: screengrab UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: screengrab (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug hirsute -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926015 Title: Not possible to set 'Alt+PrtScr' as shortcut key for 'Active Window' in ScreenGrab To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/screengrab/+bug/1926015/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926016] [NEW] package libreoffice-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/soffice', which is also in package openoffice-debian-menus 4.1.9-9805
Public bug reported: trying to reinstall this package after accidental removal ProblemType: Package DistroRelease: Ubuntu 20.04 Package: libreoffice-common (not installed) ProcVersionSignature: Ubuntu 5.8.0-50.56~20.04.1-generic 5.8.18 Uname: Linux 5.8.0-50-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.16 Architecture: amd64 CasperMD5CheckResult: skip Date: Sat Apr 24 10:40:53 2021 ErrorMessage: trying to overwrite '/usr/bin/soffice', which is also in package openoffice-debian-menus 4.1.9-9805 InstallationDate: Installed on 2020-11-09 (166 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 3.8.2-0ubuntu2 PythonDetails: N/A RelatedPackageVersions: dpkg 1.19.7ubuntu3 apt 2.0.5 SourcePackage: libreoffice Title: package libreoffice-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/soffice', which is also in package openoffice-debian-menus 4.1.9-9805 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: libreoffice (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926016 Title: package libreoffice-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/soffice', which is also in package openoffice-debian-menus 4.1.9-9805 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1926016/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926017] [NEW] package nvidia-dkms-460 (not installed) failed to install/upgrade: installed nvidia-dkms-460 package post-installation script 서브프로세스가 오류 종료 상태 10를 반환했습니다
Public bug reported: I'm using a RTX 3070 graphic card. It's so tough to install ubuntu on my laptop. I tried to install several times to make ubuntu recognize my RTX 3070 for Deep learning. I was failed. ProblemType: Package DistroRelease: Ubuntu 20.04 Package: nvidia-dkms-460 (not installed) Uname: Linux 5.11.6-051106-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.16 Architecture: amd64 CasperMD5CheckResult: skip Date: Sat Apr 24 23:42:46 2021 ErrorMessage: installed nvidia-dkms-460 package post-installation script 서브프로세스가 오류 종료 상태 10를 반환했습니다 InstallationDate: Installed on 2021-04-24 (0 days ago) InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 (20210209.1) Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 3.8.2-0ubuntu2 PythonDetails: N/A RelatedPackageVersions: dpkg 1.19.7ubuntu3 apt 2.0.5 SourcePackage: nvidia-graphics-drivers-460 Title: package nvidia-dkms-460 (not installed) failed to install/upgrade: installed nvidia-dkms-460 package post-installation script 서브프로세스가 오류 종료 상태 10를 반환했습니다 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: nvidia-graphics-drivers-460 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926017 Title: package nvidia-dkms-460 (not installed) failed to install/upgrade: installed nvidia-dkms-460 package post-installation script 서브프로세스가 오류 종료 상태 10를 반환했습니다 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-460/+bug/1926017/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926017] Re: package nvidia-dkms-460 (not installed) failed to install/upgrade: installed nvidia-dkms-460 package post-installation script 서브프로세스가 오류 종료 상태 10를 반환했습니다
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926017 Title: package nvidia-dkms-460 (not installed) failed to install/upgrade: installed nvidia-dkms-460 package post-installation script 서브프로세스가 오류 종료 상태 10를 반환했습니다 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-460/+bug/1926017/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925765] Re: [21.04 regression] networking broken in containers
Unfortunately, I cannot confirm this on a freshly installed Ubuntu 20.04 VM (that I grabbed with https://github.com/canonical/multipass on my laptop running debian/bullseye). I've replicated the registry example with the registry like this: ubuntu@accessible-liger:~$ podman run -d -p 5000:5000 --name registry docker.io/registry:2 40c86041d629bec154a29eadb00440cf5fa43d7acbd8e4ca5e1fc90dabd1a3ec ubuntu@accessible-liger:~$ curl -s localhost:5000/v2/ | jq {} As for your network connectity issue: root@accessible-liger:~# podman run --rm -it debian Resolved "debian" as an alias (/etc/containers/registries.conf.d/shortnames.conf) Trying to pull docker.io/library/debian:latest... Getting image source signatures Copying blob bd8f6a7501cc done Copying config 0d587dfbc4 done Writing manifest to image destination Storing signatures root@db1fb5ce9bf4:/# apt update Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:2 http://deb.debian.org/debian buster InRelease [121 kB] Get:3 http://security.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] Get:4 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] I've tested both use-cases both in rootful and in rootless mode, both worked fine for me. ** Changed in: libpod (Ubuntu) Status: New => Incomplete ** Changed in: libpod (Ubuntu) Assignee: (unassigned) => Reinhard Tartler (siretart) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925765 Title: [21.04 regression] networking broken in containers To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libpod/+bug/1925765/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926018] [NEW] Keyboard shortcuts do not work in 'ScreenGrab' application (except 'PrtScr' for 'Full screen' which seems hardcoded)
Public bug reported: Release: Lubuntu 21.04 Software, version: screengrab, 2.1.0-1ubuntu1 How to reproduce: 1) Boot into Lubuntu desktop. 2) Make sure keyboard shortcuts are set to 'ScreenGrab' application especially for 'Active window' and 'Area select'. If not, select 'Options' from the toolbar, navigate to 'Shortcuts' and set shortcuts. 3) Try to use the shortcuts for 'Full screen', 'Active window' or 'Area select'. Expected: Able to take respective screenshots. Actual: 1) Not possible to take screenshots for 'Active window' or 'Area select' with any shortcut keys set. 2) 'Full screen' screenshot works only with 'PrtScr' key, _irrespective of_ what key combination has been set. Note: This issue was also observed on 20.04 with screengrab version '2.0.0-1'. ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: screengrab 2.1.0-1ubuntu1 ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12 Uname: Linux 5.11.0-16-generic x86_64 ApportVersion: 2.20.11-0ubuntu65 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: LXQt Date: Sat Apr 24 19:57:09 2021 InstallationDate: Installed on 2021-04-22 (2 days ago) InstallationMedia: Lubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420) SourcePackage: screengrab UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: screengrab (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug focal hirsute ** Tags added: focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926018 Title: Keyboard shortcuts do not work in 'ScreenGrab' application (except 'PrtScr' for 'Full screen' which seems hardcoded) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/screengrab/+bug/1926018/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925397] Re: podman can't find runc
Can you please check your /etc/containers/containers.conf? Please try deleting it for using the default configuration. Also try using 'podman system reset' and/or deleting ~/.local/share/containers/ for resetting your rootless configuration. Also, please attach the full output of 'podman info' ** Changed in: libpod (Ubuntu) Status: New => Incomplete ** Changed in: libpod (Ubuntu) Assignee: (unassigned) => Reinhard Tartler (siretart) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925397 Title: podman can't find runc To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libpod/+bug/1925397/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926015] Re: Not possible to set 'Alt+PrtScr' as shortcut key for 'Active Window' in ScreenGrab
** Tags added: focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926015 Title: Not possible to set 'Alt+PrtScr' as shortcut key for 'Active Window' in ScreenGrab To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/screengrab/+bug/1926015/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1917884] Re: fails to buid in autopkgtest but not the actual build
Is that still an issue? I understand the package now builds just fine. I think that's a general issue with golang packages. The line you quoted is not including the error message, but shows the packages that the dh- golang debhelper identified as needing to build. From the linked logfile, this is the actual relevant error: # github.com/containers/podman/vendor/k8s.io/apimachinery/pkg/util/net src/github.com/containers/podman/vendor/k8s.io/apimachinery/pkg/util/net/http.go:174:13: undefined: http2.ConfigureTransports this indicates that some (possibly vendored) dependency is outdated and needs syncing with the rest of the ubuntu archive. ** Changed in: libpod (Ubuntu) Status: New => Invalid ** Changed in: libpod (Ubuntu) Assignee: (unassigned) => Reinhard Tartler (siretart) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1917884 Title: fails to buid in autopkgtest but not the actual build To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libpod/+bug/1917884/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925792] Re: Russian phonetic keyboard unavailable
Well, this is indeed an ugly bug, and it affects not only Russian. Downgrading g-c-c does not help, so it's probably not really a g-c-c bug. Still keeping it as a g-c-c bug pending further investigation. ** Changed in: gnome-control-center (Ubuntu) Importance: Undecided => High ** Changed in: gnome-control-center (Ubuntu) Status: New => Confirmed ** Summary changed: - Russian phonetic keyboard unavailable + XKB layouts not shown in the menu of respective language but under Others ** Bug watch added: gitlab.gnome.org/GNOME/gnome-control-center/-/issues #1229 https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1229 ** Also affects: gnome-control-center via https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1229 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925792 Title: XKB layouts not shown in the menu of respective language but under Others To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-control-center/+bug/1925792/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926019] [NEW] package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1
Public bug reported: dpkg: error processing package mysql-server (--configure): dependency problems - leaving unconfigured Processing triggers for systemd (245.4-4ubuntu3.6) ... No apport report written because the error message indicates its a followup error from a previous failure. ProblemType: Package DistroRelease: Ubuntu 20.04 Package: mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 ProcVersionSignature: Ubuntu 5.8.0-50.56~20.04.1-generic 5.8.18 Uname: Linux 5.8.0-50-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.16 Architecture: amd64 CasperMD5CheckResult: skip Date: Sat Apr 24 20:06:47 2021 ErrorMessage: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1 InstallationDate: Installed on 2021-04-20 (3 days ago) InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 (20210209.1) Logs.var.log.daemon.log: MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql] MySQLConf.etc.mysql.conf.d.mysqldump.cnf: [mysqldump] quick quote-names max_allowed_packet = 16M MySQLVarLibDirListing: ['binlog.index', 'ib_logfile1', 'server-key.pem', 'ib_buffer_pool', 'undo_001', 'binlog.02', 'mysql', 'ibdata1', 'mysql.ibd', '#innodb_temp', 'debian-5.7.flag', '#ib_16384_1.dblwr', 'ib_logfile0', 'performance_schema', 'client-key.pem', 'server-cert.pem', 'client-cert.pem', 'private_key.pem', 'undo_002', 'binlog.01', 'ca.pem', 'auto.cnf', 'ca-key.pem', '#ib_16384_0.dblwr', 'sys', 'public_key.pem'] ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.8.0-50-generic root=UUID=c80ac18b-1bfa-4298-9cb2-a97ffbe90784 ro quiet splash vt.handoff=7 Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 3.8.2-0ubuntu2 PythonDetails: N/A RelatedPackageVersions: dpkg 1.19.7ubuntu3 apt 2.0.5 SourcePackage: mysql-8.0 Title: package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: mysql-8.0 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926019 Title: package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1926019/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925792] Re: XKB layouts not shown in the menu of respective language but under Others
** Tags added: regression-release rls-hh-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925792 Title: XKB layouts not shown in the menu of respective language but under Others To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-control-center/+bug/1925792/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926019] Re: package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926019 Title: package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1926019/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926020] [NEW] package phpmyadmin 4:4.9.5+dfsg1-2 failed to install/upgrade: installed phpmyadmin package post-installation script subprocess returned error exit status 1
Public bug reported: package phpmyadmin 4:4.9.5+dfsg1-2 failed to install/upgrade: installed phpmyadmin package post-installation script subprocess returned error exit status 1 ProblemType: Package DistroRelease: Ubuntu 20.04 Package: phpmyadmin 4:4.9.5+dfsg1-2 ProcVersionSignature: Ubuntu 5.8.0-50.56~20.04.1-generic 5.8.18 Uname: Linux 5.8.0-50-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.16 Architecture: amd64 CasperMD5CheckResult: skip Date: Sat Apr 24 20:31:29 2021 ErrorMessage: installed phpmyadmin package post-installation script subprocess returned error exit status 1 InstallationDate: Installed on 2021-04-24 (0 days ago) InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 (20210209.1) PackageArchitecture: all Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 3.8.2-0ubuntu2 PythonDetails: N/A RelatedPackageVersions: dpkg 1.19.7ubuntu3 apt 2.0.5 SourcePackage: phpmyadmin Title: package phpmyadmin 4:4.9.5+dfsg1-2 failed to install/upgrade: installed phpmyadmin package post-installation script subprocess returned error exit status 1 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: phpmyadmin (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926020 Title: package phpmyadmin 4:4.9.5+dfsg1-2 failed to install/upgrade: installed phpmyadmin package post-installation script subprocess returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/1926020/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925792] Re: XKB layouts not shown in the menu of respective language but under Others
The issue is present also in an "Ubuntu on Xorg" session. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925792 Title: XKB layouts not shown in the menu of respective language but under Others To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-control-center/+bug/1925792/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925348] Re: stack-overflow on GNU libiberty/rust-demangle.c:664 demangle_path
** Changed in: binutils (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925348 Title: stack-overflow on GNU libiberty/rust-demangle.c:664 demangle_path To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1925348/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1924684] Re: package libreoffice-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/soffice', which is also in package openoffice-debian-menus 4.1.9-9805
It seems you have installed some 3rd party related packages of *OpenOffice* which are not supported in an Ubuntu installation with LibreOffice. Please remove the OpenOffice packages you have installed to fix this conflict. See "dpkg -l | grep openoffice" for the packages which need to be removed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1924684 Title: package libreoffice-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/soffice', which is also in package openoffice-debian-menus 4.1.9-9805 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1924684/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1885634] Re: package libreoffice-common (not installed) failed to install/upgrade: a tentar sobre-escrever '/usr/bin/soffice', que também está no pacote openoffice-debian-menus 4.1.7-9800
*** This bug is a duplicate of bug 1924684 *** https://bugs.launchpad.net/bugs/1924684 ** This bug has been marked a duplicate of bug 1924684 package libreoffice-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/soffice', which is also in package openoffice-debian-menus 4.1.9-9805 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1885634 Title: package libreoffice-common (not installed) failed to install/upgrade: a tentar sobre-escrever '/usr/bin/soffice', que também está no pacote openoffice-debian-menus 4.1.7-9800 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1885634/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926016] Re: package libreoffice-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/soffice', which is also in package openoffice-debian-menus 4.1.9-9805
*** This bug is a duplicate of bug 1924684 *** https://bugs.launchpad.net/bugs/1924684 ** This bug has been marked a duplicate of bug 1924684 package libreoffice-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/soffice', which is also in package openoffice-debian-menus 4.1.9-9805 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926016 Title: package libreoffice-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/soffice', which is also in package openoffice-debian-menus 4.1.9-9805 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1926016/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926021] [NEW] Wrong mapping of channels to HDMI ports
Public bug reported: After installing recommended driver nvidia-driver-460 for my NVIDIA GeForce GTX 1050 Ti the different channels are mapped wrong to my 7.1 surround sound set. Playing sound in stereo works fine but when playing a movie voice is not send to center speaker. Is there a way to change this mapping? I'm running ubuntu 20.04. ** Affects: ubuntu Importance: Undecided Status: New ** Tags: audio channel focal fossa hdmi nvidia ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926021 Title: Wrong mapping of channels to HDMI ports To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1926021/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1916278] Re: Arduino fails to start: undefined symbol: sp_get_port_usb_vid_pid
Alas, the bug is still there in the just-released Kubuntu 21.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1916278 Title: Arduino fails to start: undefined symbol: sp_get_port_usb_vid_pid To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/arduino/+bug/1916278/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925765] Re: [21.04 regression] networking broken in containers
Thanks Reinhard for trying! I'm running a standard cloud image (https ://cloud-images.ubuntu.com/daily/server/hirsute/current/hirsute-server- cloudimg-amd64.img), but with some additional packages installed. I'll go through them with a fine comb and see what's the one that breaks podman. (But probably not before Monday, weather is just too nice 🌞) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925765 Title: [21.04 regression] tuned breaks networking in podman containers To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tuned/+bug/1925765/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925765] Re: [21.04 regression] networking broken in containers
@Reinhard: > Unfortunately, I cannot confirm this on a freshly installed Ubuntu 20.04 I assume this was a typo and you really meant 21.04. > and see what's the one that breaks podman. That was easy, it's tuned. Full reproducer: apt install -y tuned podman run -it --rm -p 5000:5000 --name registry docker.io/registry:2 curl http://localhost:5000/v2/ Curious, two years ago I already filed bug #1774000 where tuned breaks qemu. Reassigning for now. ** Summary changed: - [21.04 regression] networking broken in containers + [21.04 regression] tuned breaks networking in podman containers ** Package changed: libpod (Ubuntu) => tuned (Ubuntu) ** Changed in: tuned (Ubuntu) Status: Incomplete => New ** Changed in: tuned (Ubuntu) Assignee: Reinhard Tartler (siretart) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925765 Title: [21.04 regression] tuned breaks networking in podman containers To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tuned/+bug/1925765/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926023] [NEW] display broken on logout
Public bug reported: I can login and use the system, but when I logout, the monitor complains that it can't display the video mode. Pressing various keys and clicking randomly doesn't help, I have to press the hard reset button to login again. ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: xorg 1:7.7+22ubuntu1 ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12 Uname: Linux 5.11.0-16-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia .proc.driver.nvidia.capabilities.gpu0: Error: [Errno 21] Is a directory: '/proc/driver/nvidia/capabilities/gpu0' .proc.driver.nvidia.capabilities.mig: Error: [Errno 21] Is a directory: '/proc/driver/nvidia/capabilities/mig' .proc.driver.nvidia.gpus..07.00.0: Error: [Errno 21] Is a directory: '/proc/driver/nvidia/gpus/:07:00.0' .proc.driver.nvidia.registry: Binary: "" .proc.driver.nvidia.suspend: suspend hibernate resume .proc.driver.nvidia.suspend_depth: default modeset uvm .proc.driver.nvidia.version: NVRM version: NVIDIA UNIX x86_64 Kernel Module 460.73.01 Thu Apr 1 21:40:36 UTC 2021 GCC version: ApportVersion: 2.20.11-0ubuntu65 Architecture: amd64 BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log' CasperMD5CheckResult: pass CompositorRunning: None CurrentDesktop: ubuntu:GNOME Date: Sat Apr 24 18:13:51 2021 DistUpgraded: Fresh install DistroCodename: hirsute DistroVariant: ubuntu ExtraDebuggingInterest: Yes GraphicsCard: NVIDIA Corporation TU106 [GeForce RTX 2060 SUPER] [10de:1f06] (rev a1) (prog-if 00 [VGA controller]) Subsystem: Micro-Star International Co., Ltd. [MSI] TU106 [GeForce RTX 2060 SUPER] [1462:c752] InstallationDate: Installed on 2021-04-24 (0 days ago) InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420) MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M. ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-16-generic root=UUID=901be83b-8764-4544-acd9-b13439d1ab8f ro quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 08/01/2019 dmi.bios.release: 5.14 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: P1.60 dmi.board.name: B450M Pro4-F dmi.board.vendor: ASRock dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: To Be Filled By O.E.M. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrP1.60:bd08/01/2019:br5.14:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnB450MPro4-F:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: dmi.product.family: To Be Filled By O.E.M. dmi.product.name: To Be Filled By O.E.M. dmi.product.sku: To Be Filled By O.E.M. dmi.product.version: To Be Filled By O.E.M. dmi.sys.vendor: To Be Filled By O.E.M. version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.104-1build1 version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.1-2 version.libgl1-mesa-glx: libgl1-mesa-glx N/A version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20200714-1ubuntu1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1 ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug hirsute ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926023 Title: display broken on logout To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1926023/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926021] Re: Wrong mapping of channels to HDMI ports
Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that your bug report is not filed about a specific source package though, rather it is just filed against Ubuntu in general. It is important that bug reports be filed about source packages so that people interested in the package can find the bugs about it. You can find some hints about determining what package your bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage. You might also ask for help in the #ubuntu-bugs irc channel on Freenode. To change the source package that this bug is filed about visit https://bugs.launchpad.net/ubuntu/+bug/1926021/+editstatus and add the package name in the text box next to the word Package. [This is an automated message. I apologize if it reached you inappropriately; please just reply to this message indicating so.] ** Tags added: bot-comment -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926021 Title: Wrong mapping of channels to HDMI ports To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1926021/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926023] Re: display broken on logout
Logout worked fine when I used Ubuntu 20.4 / nvidia driver 450.102.04 on the same machine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926023 Title: display broken on logout To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1926023/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1923455] Re: fonts not rendering properly after update
Well, after a flurry of updates to mesa, vulkan and the amd graphics driver, the problem has gone away. This can be closed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1923455 Title: fonts not rendering properly after update To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1923455/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925974] Re: Ubuntu 21.04 (Hirsute) MOTD network section is broken
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: landscape-client (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925974 Title: Ubuntu 21.04 (Hirsute) MOTD network section is broken To manage notifications about this bug go to: https://bugs.launchpad.net/landscape-client/+bug/1925974/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1810239] Re: amd_iommu conflict with Marvell 88SE9230 SATA Controller
** Changed in: linux (Debian) Status: New => 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/1810239 Title: amd_iommu conflict with Marvell 88SE9230 SATA Controller To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1810239/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1861882] Re: Shift key cancels accented IME input with fcitx
The issue has been fixed in Chromium version 89 (and closed in Chromium bugs entry https://bugs.chromium.org/p/chromium/issues/detail?id=1086946). Yay! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861882 Title: Shift key cancels accented IME input with fcitx To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1861882/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1842695] Re: ClamAV AppArmor profiles do not allow OnAccess scanning
Well this bug now affects at least two persons as I am also encountering it on ubuntu 20.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1842695 Title: ClamAV AppArmor profiles do not allow OnAccess scanning To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1842695/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926027] [NEW] install-docs reports an error in /usr/share/doc-base/python-sqlparse
Public bug reported: install-docs reports an error in /usr/share/doc-base/python-sqlparse The command and response: install-docs --verbose --check python-sqlparse Warning in `python-sqlparse', line 10: file `/usr/share/doc/python-sqlparse/html/index.html' does not exist. Error in `python-sqlparse', line 10: all `Format' sections are invalid. python-sqlparse: Fatal error found, the file won't be registered. -doc needs to be added to two lines in the file line 9 and 10 as released: Index: /usr/share/doc/python-sqlparse/html/index.html Files: /usr/share/doc/python-sqlparse/html/*.html and as edited to find the html: Document: python-sqlparse Title: sqlparse: non-validating SQL parser module for Python Section: Programming/Python Author: Andi Albrecht Abstract: sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements. Format: HTML Index: /usr/share/doc/python-sqlparse-doc/html/index.html Files: /usr/share/doc/python-sqlparse-doc/html/*.html ** Affects: python-sqlparse (Ubuntu) Importance: Undecided Status: New ** Patch added: "python-sqlparse.patch" https://bugs.launchpad.net/bugs/1926027/+attachment/5491853/+files/python-sqlparse.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926027 Title: install-docs reports an error in /usr/share/doc-base/python-sqlparse To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-sqlparse/+bug/1926027/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1850122] Re: ubuntu-bug lightdm no password box
ProblemType: Bug ApportVersion: 2.20.11-0ubuntu65 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: Budgie:GNOME DistroRelease: Ubuntu 21.04 LightdmConfig: [Seat:*] allow-guest=true Package: lightdm 1.30.0-0ubuntu4 PackageArchitecture: amd64 ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12 Tags: hirsute Uname: Linux 5.11.0-16-generic x86_64 UpgradeStatus: Upgraded to hirsute on 2021-04-24 (0 days ago) UserGroups: adm cdrom dip input lpadmin plugdev sambashare sudo _MarkForUpload: True ** Tags added: apport-collected hirsute -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850122 Title: ubuntu-bug lightdm no password box To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1850122/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1850122] LightdmDisplayLog.txt
apport information ** Attachment added: "LightdmDisplayLog.txt" https://bugs.launchpad.net/bugs/1850122/+attachment/5491855/+files/LightdmDisplayLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850122 Title: ubuntu-bug lightdm no password box To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1850122/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1850122] Dependencies.txt
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1850122/+attachment/5491854/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850122 Title: ubuntu-bug lightdm no password box To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1850122/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1850122] LightdmGreeterLog.txt
apport information ** Attachment added: "LightdmGreeterLog.txt" https://bugs.launchpad.net/bugs/1850122/+attachment/5491856/+files/LightdmGreeterLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850122 Title: ubuntu-bug lightdm no password box To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1850122/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1850122] LightdmLog.txt
apport information ** Attachment added: "LightdmLog.txt" https://bugs.launchpad.net/bugs/1850122/+attachment/5491857/+files/LightdmLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850122 Title: ubuntu-bug lightdm no password box To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1850122/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1850122] LightdmUsersConfig.txt
apport information ** Attachment added: "LightdmUsersConfig.txt" https://bugs.launchpad.net/bugs/1850122/+attachment/5491858/+files/LightdmUsersConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850122 Title: ubuntu-bug lightdm no password box To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1850122/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1850122] ProcCpuinfoMinimal.txt
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1850122/+attachment/5491859/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850122 Title: ubuntu-bug lightdm no password box To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1850122/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1850122] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1850122/+attachment/5491860/+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/1850122 Title: ubuntu-bug lightdm no password box To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1850122/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1883025] Re: [focal SRU] davfs2 unable to unmount: segfault error 4 in libc.so
Am I the only one to think that Ubuntu is slowly collapsing under the weight of its self-inflicted bureaucracy? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1883025 Title: [focal SRU] davfs2 unable to unmount: segfault error 4 in libc.so To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/davfs2/+bug/1883025/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1876147] Re: libtool-doc missing libtool.html
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: libtool (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1876147 Title: libtool-doc missing libtool.html To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libtool/+bug/1876147/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926011] Re: fwupd sbat support
xnox had a suggestion in previous issue that we should split the UEFI package from userland package and then only build and sign UEFI package one time. This change has happened upstream, and now there is a separate fwupd-efi repository with it's own release. https://github.com/fwupd/fwupd-efi with release 1.0 here: https://github.com/fwupd/fwupd-efi/releases/tag/1.0 The userland packages all picked up a patch that allows skipping the build of the UEFI binary as well. So my suggestion is that when impish opens we get the split package uploaded and working there, and then we do binary pocket copies to bring fwupd-efi and fwupd-efi-signed back to older releases. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926011 Title: fwupd sbat support To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1926011/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926028] [NEW] "About this computer" reports 20.04 instead of 20.10
Public bug reported: Top-right-widget >> About This Computer pops up a window titled "Details" whose main contents report "ubuntu 20.04 LTS" in a large font. This caused me some confusion, since I couldn't figure out for some time why the Software Updater app was not offering version upgrades, despite that I had it configured to do so. I started to become suspicious based on the giant gorilla art all over my desktop, and it indeed turns out I'm already running 20.10: $ cat /etc/os-release NAME="Ubuntu" VERSION="20.10 (Groovy Gorilla)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.10" VERSION_ID="20.10" HOME_URL="https://www.ubuntu.com/"; SUPPORT_URL="https://help.ubuntu.com/"; BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"; PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"; VERSION_CODENAME=groovy UBUNTU_CODENAME=groovy ProblemType: Bug DistroRelease: Ubuntu 20.10 Package: unity-control-center 15.04.0+19.10.20190921-0ubuntu3 ProcVersionSignature: Ubuntu 5.8.0-50.56-generic 5.8.18 Uname: Linux 5.8.0-50-generic x86_64 ApportVersion: 2.20.11-0ubuntu50.5 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: Unity:Unity7:ubuntu Date: Sat Apr 24 15:09:12 2021 EcryptfsInUse: Yes InstallationDate: Installed on 2018-01-10 (1200 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018) SourcePackage: unity-control-center UpgradeStatus: Upgraded to groovy on 2020-11-13 (162 days ago) ** Affects: unity-control-center (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug groovy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926028 Title: "About this computer" reports 20.04 instead of 20.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1926028/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1727751] Re: ubuntu-distro-info shows the current development series as "latest development" and "supported stable version" at the same time
Updating the man page (and --help) ** Changed in: distro-info (Ubuntu) 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/1727751 Title: ubuntu-distro-info shows the current development series as "latest development" and "supported stable version" at the same time To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/distro-info/+bug/1727751/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1879414] Re: Cannot log into a server I logged into previously with error "Your home directory path contains non-ASCII characters. Aborting session startup."
Same issue for me, my root partition (including home) was full I would say thats more a user error than a bug since most desktop systems also will not start up anymore without some free space. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1879414 Title: Cannot log into a server I logged into previously with error "Your home directory path contains non-ASCII characters. Aborting session startup." To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/x2goclient/+bug/1879414/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1880749] Re: Ubuntu 20.04: virtualenv: pep517 requires toml, but it isn't bundled in venvs
Nobody has reported any more issues, and the tests we've got pass for me, so marking verification-done ** Tags removed: verification-needed verification-needed-focal ** Tags added: verification-done verification-done-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1880749 Title: Ubuntu 20.04: virtualenv: pep517 requires toml, but it isn't bundled in venvs To manage notifications about this bug go to: https://bugs.launchpad.net/pip/+bug/1880749/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1904945] Re: New virtualenvs contain unwanted libraries
LGTM, verification-done. ** Tags removed: verification-needed verification-needed-focal ** Tags added: verification-done verification-done-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904945 Title: New virtualenvs contain unwanted libraries To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1904945/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs