[Bug 1968636] Re: cryptroot-unlock doesn't work at all when terminal width is below 51

2024-05-20 Thread Adam Vodopjan
After looking deeper into the repo history, I see the questionable implementation of pgrep_exe() was introduced by this patch https://bugs.launchpad.net/ubuntu/+source/busybox/+bug/1651818/comments/11 in attempt to adopt the debian code to the ubuntu environment. Aside for other things, it ignores

[Bug 1968636] Re: cryptroot-unlock doesn't work at all when terminal width is below 51

2024-05-19 Thread Adam Vodopjan
Commenting on #2: When building busybox, there is a number of config switches. For your binary to support "ps -w" you need this in the config: - CONFIG_DESKTOP is not set - CONFIG_FEATURE_PS_WIDE=y On my 22.04 systems I've got 2 busybox binaries: /usr/bin/busybox (2.1M) from busybox-static

[Bug 2058133] Re: [SRU] update-manager crashes when ua security-status response is an error

2024-05-09 Thread Adam Vest
Coming here from my dup bug report 2060971. Can confirm that the newer version of update-manager seems to fix the issue. And indeed, my livepatch install is a little jankey on my system for some reason, but instead of being greeted with a crash every morning, I'm now presented with pending updates

[Bug 2003851] Re: occasional hanging 'apt-get update' from daily cronjob since Jammy 22.04

2024-05-07 Thread Adam Saponara
Following up again. Disabling retries reduced the frequency of this bug, but didn't eliminate it. On the other hand, the patch I shared does seem to fix the bug. No occurrences since we shipped it ~2 weeks ago. I encourage others to try it out. -- You received this bug notification because you

[Bug 2064042] [NEW] No proper power management

2024-04-28 Thread Adam Morawski
Public bug reported: nvme shows that power management is enabled and device is most of the time in power state 4, but disk get hot (+50.9°C) and drains battery. The same disk has much lower temperatures (about 35C, similar to mainboard) when running Kubuntu 23.10 root@nevo:~# uname -a Linux nevo

[Bug 2060971] Re: Software Updater crashes upon login

2024-04-26 Thread Adam Vest
Hi Grant! I keep my system updated regularly, but indeed I'm on slightly older: --- :~$ dpkg -l|grep update-manager ii python3-update-manager 1:22.04.19 all python 3.x module for update-manager ii update-manager

[Bug 2055114] Re: fail2ban is broken in 24.04 Noble

2024-04-23 Thread Adam Williamson
FWIW, this is what we did in Fedora: https://src.fedoraproject.org/rpms/fail2ban/c/24c973f252f6d1b4231ee49ee4d5efac785a2fe8?branch=rawhide i.e., we depend on packages of the asynchat and asyncore libs that were added to pypi for this kind of purpose - https://pypi.org/project/pyasynchat/ and

[Bug 2063179] [NEW] package linux-modules-nvidia-470-6.5.0-27-generic 6.5.0-27.28~22.04.1+2 failed to install/upgrade: installed linux-modules-nvidia-470-6.5.0-27-generic package post-installation scr

2024-04-23 Thread Dimitris Adam
Public bug reported: the problem occurred during installation while trying to remove previous package ProblemType: Package DistroRelease: Ubuntu 22.04 Package: linux-modules-nvidia-470-6.5.0-27-generic 6.5.0-27.28~22.04.1+2 ProcVersionSignature: Ubuntu 6.5.0-28.29~22.04.1-generic 6.5.13 Uname:

[Bug 2061118] Re: Rendering issues in vmware with 3d on (GTK ngl backend)

2024-04-17 Thread Adam Williamson
OK, so I just tried this out on the same host I did my Fedora 40 testing, a Windows 11 23H2 system with Intel graphics (no NVIDIA) and VMWare Player 17. I grabbed the Ubuntu 24.04 beta desktop image - ubuntu-24.04-beta- desktop-amd64.iso - and booted it. From that environment I could reproduce

[Bug 2061118] Re: Rendering issues in vmware with 3d on (GTK ngl backend)

2024-04-17 Thread Adam Williamson
FWIW, I did my testing - which found this is broken for a Fedora 40 guest with mesa 24.0.4, but fixed with 24.0.5 - on a Windows 11 (23H2) host. No idea what's different for Oliver, sorry :( I guess I could try with an Ubuntu guest on my test setup, I've got a bit of spare time today. -- You

[Bug 2060906] Re: attempt to add opensc using modutil suddenly fails

2024-04-11 Thread Adam Pankow
@mdeslaur did you mean to set this bug invalid? It looked like you intended to set bug #2060968 instead? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060906 Title: attempt to add opensc using

[Bug 1942616] Re: Settings Power says high hardware temperature

2024-04-08 Thread Adam DeMuri
I'm on 22.04.4, I have an i3-8100 processor (does not support turbo), and I was previously running into this issue. After installing the updated ppd from your PPA, I am no longer seeing this, and I am able to switch to performance mode. Thank you for the fix! -- You received this bug

[Bug 2059976] Re: unmkinitramfs is very slow on initrd from ubuntu 23.10+, solution proposed

2024-04-08 Thread Adam Vodopjan
> I have implemented the listing of uncompressed cpio archives (roughly 120 lines of code). Now I have to add the decompression support Finding offsets of the embedded archives is the only time consuming part of the whole script. Mby it is better to create a separate tool, say "scaninitramfs", to

[Bug 2060168] Re: Prebuilt signed grub images should include f2fs and exfat modules

2024-04-05 Thread Adam Vodopjan
> isn't really an intended use-case But there is /boot/grub/loopback.cfg since at least 14.04! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060168 Title: Prebuilt signed grub images should

[Bug 2060168] Re: Prebuilt signed grub images should include f2fs and exfat modules

2024-04-04 Thread Adam Vodopjan
> any practical utility Recent ubuntu desktop iso images are way over 4Gb in size, which is the max file size for fat32. Fat32 for long time was the obvious choice to keep iso images on. Exfat is of interest for those who still need compatibility with w/ndows, like it was with fat32. F2fs is of

[Bug 2060168] [NEW] Prebuilt signed grub images should include f2fs and exfat modules

2024-04-03 Thread Adam Vodopjan
Public bug reported: I guess this is the correct source package to send a feature request for debian/build-efi-images script. Here is what I ask for: --- build-efi-images +++ build-efi-images.new @@ -101,7 +101,9 @@ echo efifwsetup efinet + exfat ext2 +

[Bug 2058826] Re: f2fs should be recognized by casper as a supported fs

2024-04-03 Thread Adam Vodopjan
The script from the post is deprecated now, I converted it into a generic "make casper aware of fs X, add kernel modules Y to the initrd" one. You can get it here https://github.com/slowpeek/ubuntu-remaster-bbb and make 14.04+ images bootable from f2fs like this: ubuntu-remaster-f2fs input.iso

[Bug 2038694] Re: Now that exfat filesystem is in the kernel, allow using it for storing isos loopback booting and storing the persistence file

2024-04-03 Thread Adam Vodopjan
Previously I created a script to make ubuntu iso images bootable from f2fs partitions. After discovering this bug, I converted it into a generic "make casper aware of fs X, add kernel modules Y to the initrd" one. You can get it here https://github.com/slowpeek/ubuntu-remaster-bbb and make 20.04+

[Bug 2059976] [NEW] unmkinitramfs is very slow on initrd from ubuntu 23.10+, solution proposed

2024-04-01 Thread Adam Vodopjan
Public bug reported: Since 23.10 the initrd consists of 4 embedded cpio: - amd microcode - intel microcode - firmware + kernel modules - rest (compressed) Previously it was: - amd microcode - intel microcode - rest (compressed) There is no archive size header for cpio, so unmkinitramfs has to

[Bug 2059190] [NEW] Crash on fresh install

2024-03-26 Thread Adam Lowe
Public bug reported: Crash on install - See logs ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: ubiquity 22.04.20 ProcVersionSignature: Ubuntu 6.5.0-18.18~22.04.1-generic 6.5.8 Uname: Linux 6.5.0-18-generic x86_64 NonfreeKernelModules: zfs ApportVersion: 2.20.11-0ubuntu82.5 Architecture:

[Bug 2003851] Re: occasional hanging 'apt-get update' from daily cronjob since Jammy 22.04

2024-03-25 Thread Adam Saponara
Following up, `Acquire::Retries=0` seems to be avoiding the bug in prod, which strengthens my suspicion that it's related to retries. As for the actual bug, when apt is hanging, I notice that the work queue has items in it, but they have not been delegated to a worker. There is a condition that

[Bug 2038694] Re: Now that exfat filesystem is in the kernel, allow using it for storing isos loopback booting and storing the persistence file

2024-03-23 Thread Adam Vodopjan
@Adrian Feliks (mexit) I've just filed a similar bug about f2fs. The module is in initrd since 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/2038694 Title: Now that exfat filesystem is in

[Bug 2058826] Re: f2fs should be recognized by casper as a supported fs

2024-03-23 Thread Adam Vodopjan
** Description changed: Ubuntu iso images bundle the f2fs driver in initrd since 20.04, but casper does not recognize f2fs as a supported fs even in 24.04. Hence, the images cant loop-boot from f2fs partitions. A 2-lines change is all that's required since 20.04 (casper-helpers since

[Bug 2038694] Re: Now that exfat filesystem is in the kernel, allow using it for storing isos loopback booting and storing the persistence file

2024-03-23 Thread Adam Vodopjan
@Adrian Feliks (mexit) How is it supposed to work with just that? Looking into initrd of 24.04 daily unpacked with unmkinitramfs. According to main/lib/modules/6.8.0-11-generic/modules.builtin, exfat is not a builtin module. And there is no exfat in

[Bug 2058826] [NEW] f2fs should be recognized by casper as a supported fs

2024-03-23 Thread Adam Vodopjan
Public bug reported: Ubuntu iso images bundle the f2fs driver in initrd since 20.04, but casper does not recognize f2fs as a supported fs even in 24.04. Hence, the images cant loop-boot from f2fs partitions. A 2-lines change is all that's required since 20.04 (casper-helpers since 22.04,

[Bug 2058774] [NEW] Crash on install attempt

2024-03-22 Thread Adam Lowe
Public bug reported: Crash during install attempt. Crashed after names selection and writing to disks. No clear error reason. See logs. No odd options selected ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: ubiquity 22.04.20 ProcVersionSignature: Ubuntu 6.5.0-18.18~22.04.1-generic 6.5.8

[Bug 2003851] Re: occasional hanging 'apt-get update' from daily cronjob since Jammy 22.04

2024-03-21 Thread Adam Saponara
Hello, also affected by this. I'm able to reproduce the bug using Walter's mock server. I suspect it may be related to the retry code that kicks in when a transient error is encountered (like a 503). Retries are enabled by default since apt 2.3.2, which seems to fit the regression window people

[Bug 2058628] [NEW] initramfs-tools dhcpcd timeout

2024-03-21 Thread Adam Mosseri
Public bug reported: Hi, We found an issue in `initramfs-tools-core` (noble,now 0.142ubuntu20 all) related to this change : https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2024164 (dhclient replaced by dhcpcd). dhclient was faster to give an IP. In the `initramfs-tools-core`

[Bug 2058286] Re: Requesting SRU for Octavia 10.1.1

2024-03-18 Thread Adam Vest
** Description changed: Howdy! - I have a customer in case 00381750 requesting a time frame for when - Octavia 10.1.1 can be SRUed, as they mentioned they are interested in - some fixes included in that version for issues they are experiencing. - I'm having trouble finding when that version

[Bug 2056730] Re: noble-daily (20240310) cannot be installed offline

2024-03-11 Thread Adam Fowler
This bug also prevents an ubuntu-server noble autoinstall installation with NVMe disks attached via PCIe. Noble 20230223. My configuration was a simple storage: direct, with a disk: match specifying 'smallest' and 'ssd: true' (I have 3 NVMe drives, one 128 GB for OS, two 3.6TB for data.). Mine

[Bug 2056140] [NEW] Nvidia crashes very often ( static image)

2024-03-04 Thread Dimitris Adam
Public bug reported: Ubuntu 22.04.4 LTS NVIDIA driver metapackage from nvdia-driver-470 (proprietary,tested) crashes regurarly (static image ) ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: nvidia-driver-515 (not installed) ProcVersionSignature: Ubuntu 6.5.0-21.21~22.04.1-generic 6.5.8

[Bug 2055055] Re: unmkinitramfs: wrong and unneeded count= in a dd call

2024-02-27 Thread Adam Vodopjan
https://salsa.debian.org/kernel-team/initramfs-tools/-/merge_requests/92 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055055 Title: unmkinitramfs: wrong and unneeded count= in a dd call To

[Bug 2055055] Re: unmkinitramfs: wrong and unneeded count= in a dd call

2024-02-27 Thread Adam Vodopjan
> The count_bytes solution looks better to me The updated patch is attached. I've just checked: all the *_bytes flags were introduced to dd in the same commit https://github.com/coreutils/coreutils/commit/140eca15c4a3d3213629a048cc307fde0d094738, so it is safe to throw in count_bytes in the mix.

[Bug 2055055] Re: unmkinitramfs: wrong and unneeded count= in a dd call

2024-02-26 Thread Adam Vodopjan
Just found out, aside for skip_bytes iflag, there is also count_bytes one. So another fix count be: 113: dd < "$initramfs" skip=$start count=$((end - start)) iflag=skip_bytes,count_bytes 2> /dev/null | ** Description changed: Speaking about this line in unmkinitramfs: - 113: dd <

[Bug 2055055] [NEW] unmkinitramfs: wrong and unneeded count= in a dd call

2024-02-26 Thread Adam Vodopjan
Public bug reported: Speaking about this line in unmkinitramfs: 113: dd < "$initramfs" skip=$start count=$((end - start)) iflag=skip_bytes 2> /dev/null | dd's block size is 512 by default. iflag=skip_bytes does not change that. Both $end and $start are byte-offsets. Hence the count is

[Bug 1968076] Re: [BPO] ipmctl with support for CPS hardware

2022-06-02 Thread Adam Borowski
@ddstreet: no, I failed to get a sponsor, despite subscribing the bug to ~ubuntu-sponsors. I may be doing something wrong as I haven't ever done such a sponsored upload to Ubuntu directly. The code works on Focal. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1976177] Re: Ubiquity not using password provided by UI

2022-05-30 Thread Adam Szewczyk
Ok, don't know which package produce that value in debconf passwd/user- password-crypted but when I reset it using debconf-communicate, installation was completed. Unfortunately system not booted successfully, so I will dig deeper in the future. Maybe it's not a bug then, but maybe some validation

[Bug 1976177] Re: Ubiquity not using password provided by UI

2022-05-29 Thread Adam Szewczyk
Check once again. I can install jammy on that VM without touching anything in the VM settings. Just boot, proceed all unnecessary for normal Ubuntu steps from my case, and start ubiquity the same way. Installation was successful but in logs there are all that access denied messages. I can upload

[Bug 1976177] Re: Ubiquity not using password provided by UI

2022-05-29 Thread Adam Szewczyk
Once again, steps that I performed: 1.) boot VM from skywavelinux-4.3.0-flashback.iso 2.) setup internet connection manually 3.) sudo apt-get update 4.) sudo apt-get install ubiquity ubiquity-frontend-gtk ubiquity-frontend-gtk-panel ubiquity-slideshow-ubuntu ubiquity-casper 5.) sudo mount

[Bug 1976177] Re: Ubiquity not using password provided by UI

2022-05-29 Thread Adam Szewczyk
This is a virtual drive. And I was able to install focal and jammy on the same setup normally. ** Changed in: ubiquity (Ubuntu) Status: Invalid => Incomplete ** Changed in: ubiquity (Ubuntu) Status: Incomplete => Invalid ** Changed in: ubiquity (Ubuntu) Status: Invalid =>

[Bug 1976177] Re: Ubiquity not using password provided by UI

2022-05-29 Thread Adam Szewczyk
Ok, I read the logs once more. The error string for usermod was in fact "10 passwd/user-password-crypted-casper-backup doesn't exist" so it is the other field that I provide from frontend which was "passwd/user- password". So the filed is in fact missing? But error handling here still can be

[Bug 1976177] Re: Ubiquity not using password provided by UI

2022-05-29 Thread Adam Szewczyk
I know that it is the problem with other Ubuntu based OS, but thing I address is bug with error handling in ubiquity itself. I think it should throw and error at the beginning when it got error when trying to preseed (I guess) the 'passwd/user-fullname' or in best case use password I chose in

[Bug 1976177] UbiquitySyslog.txt

2022-05-29 Thread Adam Szewczyk
apport information ** Attachment added: "UbiquitySyslog.txt" https://bugs.launchpad.net/bugs/1976177/+attachment/5593616/+files/UbiquitySyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1976177] UbiquityPartman.txt

2022-05-29 Thread Adam Szewczyk
apport information ** Attachment added: "UbiquityPartman.txt" https://bugs.launchpad.net/bugs/1976177/+attachment/5593615/+files/UbiquityPartman.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1976177] UbiquityDebug.txt

2022-05-29 Thread Adam Szewczyk
apport information ** Attachment added: "UbiquityDebug.txt" https://bugs.launchpad.net/bugs/1976177/+attachment/5593614/+files/UbiquityDebug.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1976177] ProcCpuinfoMinimal.txt

2022-05-29 Thread Adam Szewczyk
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1976177/+attachment/5593613/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1976177] Re: Ubiquity not using password provided by UI

2022-05-29 Thread Adam Szewczyk
apport information ** Tags added: apport-collected third-party-packages ** Description changed: System: Skywave Linux Flashback Release: 4.3.0 - this is a Focal Remix live-cd based on Ubuntu 20.04.4 (https://skywavelinux.com/) Ubiquity Version: 20.04.15.19 I want to install this

[Bug 1976177] Dependencies.txt

2022-05-29 Thread Adam Szewczyk
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1976177/+attachment/5593612/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1976177] [NEW] Ubiquity not using password provided by UI

2022-05-29 Thread Adam Szewczyk
Public bug reported: System: Skywave Linux Flashback Release: 4.3.0 - this is a Focal Remix live-cd based on Ubuntu 20.04.4 (https://skywavelinux.com/) Ubiquity Version: 20.04.15.19 I want to install this live distro on VM (standalone HVM on Qubes OS - but I think this not make any difference).

[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-21 Thread Alexander Adam
Should these updates appear automatically at one point or do I have to activate some repos or so? I'm still having the same issues like others as well: https://stackoverflow.com/questions/71987581/openssl-3-0-error-when- booting-vagrantbox -- You received this bug notification because you are

[Bug 1890803] Re: Groovy amd64 / arm64 / PowerPC deployment seems not working

2022-05-18 Thread Adam Collard
** Changed in: maas Status: Triaged => Fix Released ** Changed in: maas Milestone: None => 3.0.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1890803 Title: Groovy amd64 / arm64 /

[Bug 1972812] Re: gnome-shell (X11, nvidia-390) crashes with SIGSEGV when unlocking the screen

2022-05-16 Thread Adam Dyess
Finally got the crashdump uploaded but had to add all the details to a new ticket: LP#1973615 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1972812 Title: gnome-shell (X11, nvidia-390) crashes with

[Bug 1972812] Re: The operating system does not ask for a password after unlocking the screen.

2022-05-12 Thread Adam Dyess
Still having upload trouble, i'll find a way to get a crash-report through another means ** Attachment added: "upload failure crash report" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1972812/+attachment/5589244/+files/Screenshot%20from%202022-05-12%2008-47-13.png -- You

[Bug 1972812] Re: The operating system does not ask for a password after unlocking the screen.

2022-05-12 Thread Adam Dyess
I removed one of the extensions i was using, but still am running into the issue. 1) I've got a crash report that still fails to upload. ``` -rw-r- 1 addyess whoopsie 94220558 May 12 08:03 _usr_bin_gnome-shell.1000.crash -rw-rw-r-- 1 addyess whoopsie0 May 12 08:03

[Bug 1971987] Re: On release upgrade, Snaps don't change channel

2022-05-11 Thread Adam Barton
I'll attach mine since it was asked. However mine is a very old original installation and I can't remember the complete history of what I've done with snap. ** Attachment added: "upgrade log from an old installation"

[Bug 1972812] Re: The operating system does not ask for a password after unlocking the screen.

2022-05-11 Thread Adam Dyess
I have a crash report for gnome-shell as well -- but i can't seem to get it uploaded to launchpad at the moment -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1972812 Title: The operating system

[Bug 1972812] Re: The operating system does not ask for a password after unlocking the screen.

2022-05-11 Thread Adam Dyess
Another "side-effect" of this event is that the screen will instantly go black after 30 idle seconds (it doesn't dim to black or use my normal screen blank at 3 min inactivity setting). This "side-effect" goes away if I log-out of the gnome session and then back in again. -- You received this

[Bug 1972812] Re: The operating system does not ask for a password after unlocking the screen.

2022-05-11 Thread Adam Dyess
This happens to me as well. These are the loaded extensions. ~/.local/share/gnome-shell/extensions ❯ /usr/bin/cat **/metadata.json { "_generated": "Generated by SweetTooth, do not edit", "description": "A human-readable clock for the gnome-shell panel", "name": "Fuzzy Clock",

[Bug 1972279] Re: Clock region doesn't follow language settings or correctly divine from location

2022-05-09 Thread Adam
** Description changed: I'm in Brussels, setting up a fresh new Xubuntu 22.04 LTS system that otherwise so far respects my settings of en-GB (with a UK keyboard) Panel clock for some reason provides a date in Dutch. (mandaag 09 mei 2022) and it is not obvious how to persuade it to do

[Bug 1972719] [NEW] imv-wayland Aborted (Core dump) on launch

2022-05-09 Thread Adam Fairbrother
Public bug reported: $ lsb_release -rd Description:Ubuntu 22.04 LTS Release:22.04 $ apt-cache policy imv imv: Installed: 4.3.0-1build1 Candidate: 4.3.0-1build1 Version table: *** 4.3.0-1build1 500 500 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 Packages

[Bug 1972279] Re: Clock region doesn't follow language settings or correctly divine from location

2022-05-09 Thread Adam
This is apparently an issue with misconfigured locale. I'm not sure if this was set automatically (making it an Xubuntu installer bug) or if I inadvertently clicked OK on some "helpful" suggestions (though given I'd specified that I was asking the system to be in English it seems a slightly odd

[Bug 1972279] Re: Clock region doesn't follow language settings or correctly divine from location

2022-05-09 Thread Adam
OK, on looking more closely at the whois for my IP address, there are two addresses in Wallonia (Liege and Charleroi, both francophone) and one in Brussels-capital-region. Point stands. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1972279] [NEW] Clock region doesn't follow language settings or correctly divine from location

2022-05-09 Thread Adam
Public bug reported: I'm in Brussels, setting up a fresh new Xubuntu 22.04 LTS system that otherwise so far respects my settings of en-GB (with a UK keyboard) Panel clock for some reason provides a date in Dutch. (mandaag 09 mei 2022) and it is not obvious how to persuade it to do otherwise. I

[Bug 1951832] Re: xl2tpd "Can not find tunnel" in jammy

2022-05-05 Thread Adam Keglovits
Sorry, I have changed it from Fix Commited to Fix Released by mistake but I cannot change it back. Sorry! ** Changed in: xl2tpd (Ubuntu Jammy) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2022-04-29 Thread Adam Collard
** Changed in: maas Status: Expired => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1594317 Title: Cannot start lxd-bridge.service when MAAS is managing DNS To manage notifications

[Bug 1968929] Re: Missing Wayland login option on NVIDIA systems

2022-04-26 Thread Adam L
Hi! Same problem here. Clean install, Nvidia-510 + new updates. GTX 960M Still cannot login Wayland sessions on 22.04 after the updates. Missing Wayland login option. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1969243] Re: gdm 42.0-1ubuntu4 no longer shows Wayland option

2022-04-26 Thread Adam L
Hi! Same problem here. Clean install, Nvidia-510 + new updates. GTX 960M Still cannot login Wayland sessions on 22.04 after the updates. Missing Wayland login option. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1969820] Re: Wayland doesn't work after updating, eventhough in conf WaylandEnable is true

2022-04-26 Thread Adam L
*** This bug is a duplicate of bug 1968929 *** https://bugs.launchpad.net/bugs/1968929 Hi! Same problem here. Clean install, Nvidia-510 + new updates. GTX 960M Still cannot login Wayland sessions on 22.04 after the updates. Missing Wayland login option. -- You received this bug

[Bug 1970418] [NEW] Whiptail no longer accepts input when in a pipe with sudo

2022-04-26 Thread Adam Baxter
Public bug reported: See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010059. Affects Jammy and Bookworm as far as I can tell. echo | sudo whiptail --msgbox test 20 20 #Can't select 'Ok' echo | whiptail --msgbox test 20 20 #Can select 'Ok' Tested on Ubuntu 22.04 LTS ** Affects: newt

[Bug 1965535] Re: Stop recommending snap

2022-04-25 Thread Adam
+1 to this until (at minimum) the below issues are resolved: => https://bugs.launchpad.net/snapd/+bug/1575053 => https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1643706 Seeing these issues open for so long is worrying to me, considering a growing number of critical packages such as Firefox

[Bug 1674492] Re: cron: /etc/default/cron should not actually be deprecated

2022-04-23 Thread Adam Baxter
Still affects Ubuntu Server 22.04 LTS -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1674492 Title: cron: /etc/default/cron should not actually be deprecated To manage notifications about this bug

[Bug 1962225] Re: preinst check that kernel revision < 255 now does more harm than good

2022-04-22 Thread Adam Kaminski
I did some testing and I didn't run into any issues after updating to the newer libc6 from -proposed. Looks good. FROM ubuntu:focal ENV DEBIAN_FRONTEND noninteractive RUN mv /bin/uname /bin/uname.orig RUN printf '#!/bin/bash\n\nif [[ "$1" == "-r" ]] ;then\n echo '5.4.277-277'\n exit\nelse\n

[Bug 1969243] Re: gdm 42.0-1ubuntu4 no longer shows Wayland option

2022-04-17 Thread Adam
I have the same problem that happened with Mesa Intel® Xe Graphics (TGL GT2) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1969243 Title: gdm 42.0-1ubuntu4 no longer shows Wayland option To manage

[Bug 1934608] Re: setcap does not recognize CAP_PERFMON

2022-04-08 Thread Adam Dorsey
Still broken in 20.04 LTS. Unsure if this is related, but the capabilities man page also does not list CAP_PERFMON. Can the fix from newer versions be backported? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1968076] Re: [BPO] ipmctl with support for CPS hardware

2022-04-06 Thread Adam Borowski
** Patch added: "debdiff" https://bugs.launchpad.net/ubuntu/+source/ipmctl/+bug/1968076/+attachment/5577710/+files/ipmctl.focal.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968076

[Bug 1968076] Re: [BPO] ipmctl with support for CPS hardware

2022-04-06 Thread Adam Borowski
> Do you have a sponsor lined up for this? No, I don't. It's also my first ever backport in Ubuntu. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968076 Title: [BPO] ipmctl with support for CPS

[Bug 1968076] [NEW] [BPO] ipmctl with support for CPS hardware

2022-04-06 Thread Adam Borowski
Public bug reported: [Impact] * Hardware enablement of Optane DC persistent memory. The version of ipmctl in Focal supports Apache Pass and Barlow Pass DIMMs but not the new generation, Crow Pass. We got a request from an end user -- there should be no need to build such tools from source if

[Bug 1966491] Re: Online Account login exits when selecting Google Account

2022-04-06 Thread Adam Keglovits
Now its not crashing just giving empty screen. ** Attachment added: "Screenshot from 2022-04-06 15-25-58.png" https://bugs.launchpad.net/ubuntu/+source/xl2tpd/+bug/1966491/+attachment/5577650/+files/Screenshot%20from%202022-04-06%2015-25-58.png -- You received this bug notification because

[Bug 1951832] Re: xl2tpd "Can not find tunnel" in jammy

2022-04-06 Thread Adam Keglovits
@emsan, I have just removed the installed xl2tpd version and installed the 1.3.12 from github: https://github.com/xelerance/xl2tpd/releases -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1951832

[Bug 1951832] Re: xl2tpd "Can not find tunnel" in jammy

2022-03-28 Thread Adam Keglovits
Downgraded to 1.3.12, works fine on 22.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1951832 Title: xl2tpd "Can not find tunnel" in jammy To manage notifications about this bug go to:

[Bug 1966491] [NEW] Online Account login exits when selecting Google Account

2022-03-25 Thread Adam Keglovits
Public bug reported: When trying to add Google Online Account in 22.04, the settings just crashes and exit. ** Affects: xl2tpd (Ubuntu) Importance: Undecided Status: New ** Tags: online-account-google -- You received this bug notification because you are a member of Ubuntu

[Bug 1951832] Re: xl2tpd "Can not find tunnel" in jammy

2022-03-25 Thread Adam Keglovits
I can also confirm the bug. Same issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1951832 Title: xl2tpd "Can not find tunnel" in jammy To manage notifications about this bug go to:

[Bug 1965983] [NEW] ZFS snapshots without etc directory causes grub.cfg build failure

2022-03-22 Thread Adam Bell
Public bug reported: In /etc/grub.d/10_linux_zfs (built during install from util/grub.d/10_linux_zfs.in), get_dataset_info() tries to unmount mount locations starting with the logic ``` case "${etc_dir}" in /.zfs/snapshot/*/etc) ``` This process occasionally and silently fails while building

[Bug 1848471] Re: No infiniband support in netplan renderer

2022-03-18 Thread Adam Collard
** Also affects: maas 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/1848471 Title: No infiniband support in netplan renderer To manage notifications

[Bug 1954692] Re: Reconsider compressed kernels on arm64

2022-03-17 Thread Adam Collard
** Changed in: maas-images Status: In Progress => Fix Committed ** Changed in: maas-images Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954692 Title:

[Bug 1784774] Re: snapd is not autofs aware and fails with nfs home dir

2022-03-02 Thread Adam Weremczuk
Still an issue in: $ snap version snap2.54.3+20.04.1ubuntu0.2 snapd 2.54.3+20.04.1ubuntu0.2 series 16 ubuntu 20.04 kernel 5.13.0-30-generic $ pycharm-community cannot create user data directory: /home/adam/snap/pycharm-community/267: Stale file handle $ brackets cannot create user

[Bug 1960705] Re: fish from 3.3.1+ds-2 package does not know its version

2022-02-17 Thread David Adam
This should be fixed in 3.3.1+ds-3 which has been imported to Universe. ** Changed in: fish (Ubuntu) Status: Confirmed => 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/1960705

[Bug 1955671] Re: support for rocky linux UEFI

2022-02-16 Thread Adam Collard
** Changed in: curtin (Ubuntu) Status: New => Incomplete ** Changed in: curtin (Ubuntu) Status: Incomplete => In Progress ** Also affects: curtin Importance: Undecided Status: New ** Changed in: curtin Status: New => In Progress ** Changed in: curtin

[Bug 1935709] Re: grpc++-dev doesn't install gRPCConfig.cmake

2022-02-13 Thread Adam Boseley
Not having this is super inconvenient. Please include the cmake config files. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1935709 Title: grpc++-dev doesn't install gRPCConfig.cmake To manage

[Bug 1960705] [NEW] fish from 3.3.1+ds-2 package does not know its version

2022-02-12 Thread David Adam
Public bug reported: fish 3.3.1+ds-2 contains a mistake in the packaging which renders `fish --version` inoperable; this causes other packages which try to check the version to fail, and users to report multiple bugs to the upstream developers (including me). The Debian bug report is

[Bug 1942010] Re: Ensure lockout for failed password attempts is configured

2022-01-28 Thread Adam Bell
Since we have not heard back from you in this bug report since September and Richard was unable to reproduce the issue, we'll mark this as "Incomplete" for now. Please feel free to add more information to this report if you'd like for us to troubleshoot more! ** Changed in:

[Bug 1943188] Re: Ensure chrony is configured (Automated)

2022-01-28 Thread Adam Bell
Since we have not heard back from you in this bug report since September and Richard was unable to reproduce the issue, we'll mark this as "Incomplete" for now. Please feel free to add more information to this report if you'd like for us to troubleshoot more! ** Changed in:

[Bug 1957154] [NEW] Can't boot after kernel 5.11.0-44 update

2022-01-12 Thread Adam Mateusz Brożyński
-5.11.0-44-generic 5.11.0-44.48 ProcVersionSignature: Ubuntu 5.11.0-41.45-generic 5.11.22 Uname: Linux 5.11.0-41-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.11-0ubuntu65.4 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: adam

[Bug 1943188] Re: Ensure chrony is configured (Automated)

2022-01-10 Thread Adam Bell
** Changed in: ubuntu-advantage-tools (Ubuntu) Assignee: Richard Maciel Costa (richardmaciel) => Adam Bell (arbell) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1943188 Title: Ensure chr

[Bug 1942010] Re: Ensure lockout for failed password attempts is configured

2022-01-10 Thread Adam Bell
** Changed in: ubuntu-advantage-tools (Ubuntu) Assignee: Richard Maciel Costa (richardmaciel) => Adam Bell (arbell) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1942010 Title: Ensure lock

[Bug 1956526] [NEW] Reinstalling root to a larger partition aaaannnnd crash

2022-01-05 Thread Adam Thomas
Public bug reported: Running out of space in / Free space in NTFS (100GB) - Unallocate it At 4 partitions on disk Pop in boot drive, reboot pc, format / Reinstall / onto 100GB +20GB (original size of /) Error during install. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: ubiquity 20.04.15

[Bug 1954762] Re: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically

2022-01-01 Thread Adam Bishop
The bug has returned unfortunately. Terribly annoying. Only restarting my computer seems to set it back to normal. Affects all text entry apps, including Terminal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1954762] Re: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically

2021-12-17 Thread Adam Bishop
A few days ago an Xorg update came in. After this update, the problem hasn't presented itself again. Therefore, I think we can consider this bug now resolved. Many thanks to Daniel and Brian for taking a look at it. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1954762] Re: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically

2021-12-14 Thread Adam Bishop
It seems to affect different apps. Certainly it affects Mozilla Firefox, Gnome Text Editor Gedit, a Java-based translation app I use called OmegaT, and Microsoft Office Word and Excel 2006 running under Wine32. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1954762] Re: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically

2021-12-14 Thread Adam Bishop
On 100% scaling it is certainly less noticeable, though the cursor sometimes appears slightly moved to the right of where it actually is. The screen resolution I am using is (and always has been) 3000x2000. Maybe it has something to do with this less common screen ratio. -- You received this bug

  1   2   3   4   5   6   7   8   9   10   >