[Bug 2064096] Re: Services fail to start in noble deployed with TPM+FDE

2024-05-24 Thread James Paton-Smith
I've finally had time to test this on a non TPM-FDE machine and can confirm that services like cups are now working after installing the systemd version from noble-proposed. Testing: - Install clean Ubuntu 24.04 (no TPM-FDE) - Install dracut & reboot - Check cups status (failing to start) -

[Bug 2066985] [NEW] Mutli-nic ENI rendering fails if ENI activator not used

2024-05-23 Thread James Falcon
Public bug reported: [ Impact ] Cloud-init recently added policy-based routing for netplan-only systems on EC2. In order to gate the netplan-specific code, it checked to see in the netplan activator was being used. However, if the datasource is fetched in init-local timeframe (such as on EC2),

[Bug 2066979] Re: cloud-init network fails in ipv6-only subnet with multi-NICs

2024-05-23 Thread James Falcon
** Description changed: [ Impact ] Cloud-init recently added policy based routing for multi-nic setups in EC2. The added code assumed that "subnet-ipv4-cidr-block" would be present in the metadata obtained from EC2's IMDS. However, on ipv6-only instances, this is not true. The

[Bug 2066979] Re: cloud-init network fails in ipv6-only subnet with multi-NICs

2024-05-23 Thread James Falcon
** Also affects: cloud-init (Ubuntu Jammy) Importance: Undecided Status: New ** Also affects: cloud-init (Ubuntu Mantic) Importance: Undecided Status: New ** Also affects: cloud-init (Ubuntu Focal) Importance: Undecided Status: New -- You received this bug

[Bug 2066979] [NEW] cloud-init network fails in ipv6-only subnet with multi-NICs

2024-05-23 Thread James Falcon
Public bug reported: [ Impact ] Cloud-init recently added policy based routing for multi-nic setups in EC2. The added code assumed that "subnet-ipv4-cidr-block" would be present in the metadata obtained from EC2's IMDS. However, on ipv6-only instances, this is not true. The assumption leads to a

[Bug 2066066] Re: cloud-init startup failure with Python 3.9.5, Ubuntu Focal

2024-05-22 Thread James Falcon
The version of Python that is shipped with Ubuntu is what is supported for the system. In the case of Focal, that is 3.8. It is fine to install and use Python 3.9 for user applications, but when you run `update- alternatives` to replace the default version of Python, you are now forcing packages

[Bug 2066066] Re: cloud-init startup failure with Python 3.9.5, Ubuntu Focal

2024-05-22 Thread James Falcon
"when we install python3.9, we point /usr/bin/python to 3.9, but not /usr/bin/python3" cloud-init does use `python3` and not `python`, though I'm not sure that would change anything. $ head -1 /usr/bin/cloud-init #!/usr/bin/python3 Since we can launch the AMI and cloud-init works ok out of the

[Bug 2064096] Re: Services fail to start in noble deployed with TPM+FDE

2024-05-22 Thread James Paton-Smith
Hi Ɓukasz, Here is the testing I have performed. - Enabled noble-proposed - Installed latest systemd from noble-proposed (255.4-1ubuntu8.1) - removed all systemd drop-in files for cups - Rebooted the device After rebooting I monitored the cups.service but it still is failing to start. I can see

[Bug 2066352] [NEW] Desktop session crashes randomly

2024-05-22 Thread James Paton-Smith
Public bug reported: On a test laptop running Ubuntu 24.04, I am occasionally seeing my desktop session crash and return to the login screen. I haven't identified a pattern for these crashes yet but seems to occur randomly regardless of which app i have open or if I'm interacting with the system

[Bug 2063334] Re: PHP Warning: PHP Startup: Unable to load dynamic library 'mailparse.so' (tried: /usr/lib/php/20230831/mailparse.so (/usr/lib/php/20230831/mailparse.so: undefined symbol: mbfl_name2no

2024-05-21 Thread James McDonald
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063334 Title: PHP Warning: PHP Startup: Unable to load dynamic library 'mailparse.so' (tried: /usr/lib/php/20230831/mailparse.so

[Bug 2063334] Re: PHP Warning: PHP Startup: Unable to load dynamic library 'mailparse.so' (tried: /usr/lib/php/20230831/mailparse.so (/usr/lib/php/20230831/mailparse.so: undefined symbol: mbfl_name2no

2024-05-21 Thread James McDonald
I tried the temporary fix but I get "undefined symbol: zif_mailparse_test" when compiling from source as above php -v PHP Warning: PHP Startup: Unable to load dynamic library 'mailparse.so' (tried: /usr/lib/php/20230831/mailparse.so (/usr/lib/php/20230831/mailparse.so: undefined symbol:

[Bug 2050865] Re: GNOME Wayland session crashes with libmutter:ERROR:../src/core/window.c:...:meta_window_get_work_area_for_logical_monitor: assertion failed: (logical_monitor)

2024-05-21 Thread James Judd
Thanks for the info. Very excited to know that 24.04 will get this automatically as part of 46.1. I'm curious if 46.1 is something that's days, weeks, or months away from being released on 24.04? I ask because we've got several folks internally running into this and I'm trying to decide if it's

[Bug 2066066] Re: cloud-init startup failure with Python 3.9.5, Ubuntu Focal

2024-05-21 Thread James Falcon
"We can test to see if installing python3-jinja2 moved us forward. Standby." That's good if that works, but I'm still not sure how this situation happened. If I run `apt depends cloud-init`, I see `Depends: python3-jinja2` as one of the dependencies. That means that even if python3-jinja2 wasn't

[Bug 2066157] Re: cpio 2.13+dfsg-2ubuntu0.4 breaks zfs build (alien command fails)

2024-05-21 Thread James Dingwall
I have confirmed that downgrading cpio to 2.13+dfsg-7 also resolves the build error in that environment. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2066157 Title: cpio 2.13+dfsg-2ubuntu0.4

[Bug 2066066] Re: cloud-init startup failure with Python 3.9.5, Ubuntu Focal

2024-05-21 Thread James Falcon
How are you running Python 3.9 in Focal? Are you using the cloud-init package provided by Apt? Your error shows a crash due to the jinja2 library not existing, but jinja2 is a dependency of cloud-init. The python3-jinja2 package should have been installed when you installed cloud-init. Up until

[Bug 2066066] Re: cloud-init startup failure with Python 3.9.5, Ubuntu Focal

2024-05-21 Thread James Falcon
** Changed in: cloud-init (Ubuntu) Importance: Critical => Undecided -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2066066 Title: cloud-init startup failure with Python 3.9.5, Ubuntu Focal To

[Bug 2066066] Re: cloud-init startup failure with Python 3.9.5, Ubuntu Focal

2024-05-20 Thread James Falcon
** Changed in: cloud-init (Ubuntu) Status: New => Triaged ** Changed in: cloud-init (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2066066 Title:

[Bug 2066157] Re: cpio 2.13+dfsg-2ubuntu0.4 breaks zfs build (alien command fails)

2024-05-20 Thread James Dingwall
** Description changed: I'm not sure where the true fault is but the problem only happens after updating the cpio package from 2.13+dfsg-2ubuntu0.3 to 2.13+dfsg-2ubuntu0.3. The zfs build creates .rpms which are then converted to .debs. The failure message is: ``` name=zfs; \

[Bug 2066157] Re: cpio 2.13+dfsg-2ubuntu0.4 breaks zfs build (alien command fails)

2024-05-20 Thread James Dingwall
This same issue has been observed trying to build in a jammy system with cpio=2.13+dfsg-7ubuntu0.1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2066157 Title: cpio 2.13+dfsg-2ubuntu0.4 breaks zfs

[Bug 2066157] [NEW] cpio 2.13+dfsg-2ubuntu0.4 breaks zfs build (alien command fails)

2024-05-20 Thread James Dingwall
Public bug reported: I'm not sure where the true fault is but the problem only happens after updating the cpio package from 2.13+dfsg-2ubuntu0.3 to 2.13+dfsg-2ubuntu0.3. The zfs build creates .rpms which are then converted to .debs. The failure message is: ``` name=zfs; \ version=2.1.15-1; \

[Bug 2058750] Re: i915 GPU HANG: ecode 12:1:db96edba

2024-05-18 Thread James Chancellor
Hi GuoqingJiang. Sorry for the late response. I'm afraid I am not able to test with firmware from upstream. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2058750 Title: i915 GPU HANG: ecode

[Bug 2063456] Re: package cephadm: dependency "cephadmlib" missing

2024-05-18 Thread James Page
Note that ceph in oracular FTBFS due to a broken API in the snappy package which is pending a transition across Debian and Ubuntu. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063456 Title:

[Bug 2064717] Re: ceph-volume needs "packaging" and "ceph" modules

2024-05-18 Thread James Page
Note that ceph in oracular FTBFS due to a broken API in the snappy package which is pending a transition across Debian and Ubuntu. ** Summary changed: - ceph-volume needs "packaging" module + ceph-volume needs "packaging" and "ceph" modules ** Description changed: [ Impact ] ceph-volume

[Bug 2065867] Re: mgr: failed dependency - no module named distutils

2024-05-18 Thread James Page
Note that ceph in oracular FTBFS due to a broken API in the snappy package which is pending a transition across Debian and Ubuntu. ** Description changed: [ Impact ] dashboard and volume ceph mgr modules fail to activate under Python 3.12 due to use of distutils. [ Test Plan ] sudo

[Bug 2064717] Re: ceph-volume needs "packaging" module

2024-05-17 Thread James Page
** Also affects: ceph (Ubuntu Oracular) Importance: Undecided Status: Confirmed ** Also affects: ceph (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: ceph (Ubuntu Noble) Status: New => Triaged ** Changed in: ceph (Ubuntu Oracular) Status:

[Bug 2063456] Re: package cephadm: dependency "cephadmlib" missing

2024-05-17 Thread James Page
** Description changed: + [ Impact ] + cephadm tool is not usable due to files missing from the package. + + + [ Test Plan ] + sudo apt install cephadm + cephadm bootstrap --mon-ip 10.23.127.2 + + + [ Where problems could occur ] + While fixing the minor packaging issue that causes this

[Bug 2065867] Re: mgr: failed dependency - no module named distutils

2024-05-16 Thread James Page
** Description changed: [ Impact ] dashboard and volume ceph mgr modules fail to activate under Python 3.12 due to use of distutils. [ Test Plan ] - sudo snap install -channel squid/edge/core24 microceph + sudo snap install -channel latest/edge/core24 microceph sudo microceph cluster

[Bug 2065867] Re: mgr: failed dependency - no module named distutils

2024-05-16 Thread James Page
** Description changed: - [ Impact ] + [ Impact ] dashboard and volume ceph mgr modules fail to activate under Python 3.12 due to use of distutils. [ Test Plan ] - Deploy ceph-mon charm to three machines using Juju on Ubuntu 24.04. - sudo ceph status - "Module 'volumes' has failed

[Bug 2065867] Re: mgr: failed dependency - no module named distutils

2024-05-16 Thread James Page
** Description changed: - When running on noble with the snapshot of squid, the ceph-mgr has - errors on enabling specific modules - volume and dashboard. + [ Impact ] + dashboard and volume ceph mgr modules fail to activate under Python 3.12 due to use of distutils. + + [ Test Plan ] + Deploy

[Bug 2065874] [NEW] Can't update firmware on TPM-backed FDE systems

2024-05-16 Thread James Paton-Smith
Public bug reported: This was previously reported here: https://github.com/canonical/ubuntu-desktop-installer/issues/2371 But I think that bug report and those posted in other projects don't seem to be getting attention. With the new TPM-backed FDE storage layout for Ubuntu 24.04, it is

[Bug 2063322] Re: ite-cir driver failed to load due to a regression in linux kernel 6.5+ serial driver change

2024-05-16 Thread James Joseph
Added kernel package team to review the bug as there hasn't been any visibility from this yet. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063322 Title: ite-cir driver failed to load due to a

[Bug 2065867] [NEW] mgr: failed dependency - no module named distutils

2024-05-16 Thread James Page
Public bug reported: When running on noble with the snapshot of squid, the ceph-mgr has errors on enabling specific modules - volume and dashboard. $ sudo microceph.ceph status cluster: id: 4e3ff87c-5320-4494-9d3c-42e69cc11398 health: HEALTH_WARN Module 'volumes' has

[Bug 2063456] Re: package cephadm: dependency "cephadmlib" missing

2024-05-16 Thread James Page
We're currently blocked in oracular by a broken snappy package and a pending transition to resolve the issues its created: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070977 As such I'd like to move forward with the SRU for noble as we need to resolve issues for those testing in

[Bug 2008157] Re: [SRU][Ubuntu 22.04.1]: Observed "Array Index out of bounds" Call Trace multiple times on Ubuntu 22.04.1 OS during boot

2024-05-15 Thread James Dingwall
I've had a look at the x86 code where this error comes from: /* Returns a pointer to the cpumask of CPUs on Node 'node'. */ static inline const struct cpumask *cpumask_of_node(int node) { return node_to_cpumask_map[node]; } So it seems the error arises because it is asked for a negative

[Bug 2008157] Re: [SRU][Ubuntu 22.04.1]: Observed "Array Index out of bounds" Call Trace multiple times on Ubuntu 22.04.1 OS during boot

2024-05-14 Thread James Dingwall
I have also encountered the same trace reported in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2008157/comments/15 on a Dell R450 system: # lspci -vv -s 65:00.0 65:00.0 RAID bus controller: Broadcom / LSI MegaRAID 12GSAS/PCIe Secure SAS38xx DeviceName: SL3 RAID

[Bug 2018504] Re: cups-browsed is using an excessive amount of CPU

2024-05-14 Thread James Henstridge
Please file a new bug. If you run "ubuntu-bug cups-browsed" to start writing your report, it'll automatically include some relevant diagnostics. If there are any relevant log messages in the journal, that would be useful too. Marking a bug as duplicate is very easy to do. Untangling two problems

[Bug 2018504] Re: cups-browsed is using an excessive amount of CPU

2024-05-14 Thread James Henstridge
@Raffaele: I'm not saying that there isn't a problem: rather that the cause is probably different to the one from this closed bug, even if the symptom is the same. You'd be better off reporting a new bug, or looking through the open bug reports to see if any of those match what you're seeing. --

[Bug 2018504] Re: cups-browsed is using an excessive amount of CPU

2024-05-13 Thread James Henstridge
Note that the problem this bug was opened to address was fixed in an update to 23.04. If you are seeing a problem on 24.04, it is most likely a different issue (possibly bug 2049315). Comments on long closed bug reports are likely to be missed. -- You received this bug notification because you

[Bug 2065567] [NEW] Vague error message for invalid sources

2024-05-13 Thread James Paton-Smith
Public bug reported: This is more like a quality-of-life issue. If you have a source configured which is broken (gpg key error, no release information, etc.), update-manager will provide a vague error message that doesn't really help users identify the problem. See attached screenshot. Ideally,

[Bug 2063456] Re: package cephadm: dependency "cephadmlib" missing

2024-05-11 Thread James Page
Updates are prepped but currently blocked by a broken snappy in oracular - the fix for that is pending review in Debian (as it creates a transition requirement) at which point we should be able to proceed with the required updates for the SRU to noble as well. Please note that the packages in

[Bug 2065515] [NEW] [SRU} Ceph Squid release

2024-05-11 Thread James Page
Public bug reported: TBC ** Affects: ceph (Ubuntu) Importance: High Status: Triaged ** Affects: ceph (Ubuntu Noble) Importance: High Status: Triaged ** Affects: ceph (Ubuntu Oracular) Importance: High Status: Triaged ** Also affects: ceph (Ubuntu

[Bug 2042301] Re: Windows are slow to open shortly after login under X11 session

2024-05-10 Thread Seb James
I see the same behaviour on 23.10: -- Boot 59578cca6bcf4df3a3266c0da78a053f -- May 07 16:20:19 mylaptop systemd[2503]: Starting xdg-desktop-portal.service - Portal service... May 07 16:21:09 mylaptop xdg-desktop-por[2885]: Failed to create settings proxy: Error calling StartServiceByName for

[Bug 2065139] Re: nvidia-dkms-545 545.29.06-0ubuntu0.22.04.2: nvidia kernel module failed to build

2024-05-09 Thread James Beal
https://forums.developer.nvidia.com/t/linux-6-7-3-545-29-06-550-40-07-error- modpost-gpl-incompatible-module-nvidia-ko-uses-gpl-only-symbol-rcu-read- lock/280908?page=2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2064676] Re: Firefox snap cannot open files in Samba share

2024-05-09 Thread James Seiters
I have fixed the share permissions after filling a bug report with the SMB4K maintainers and Firefox works with the changed permissions. I am still curious if not being able to open files owned by root in a user's home directory is expected behavior for snap applications. The exact permissions

[Bug 2065280] [NEW] libsnappy-dev: Ambiguity in Compress method signatures causes FTBFS in ceph

2024-05-09 Thread James Page
Public bug reported: Imported from Debian bug http://bugs.debian.org/1070785: Package: libsnappy-dev Version: 1.2.0-2 Severity: important Tags: ftbfs X-Debbugs-Cc: james.p...@ubuntu.com Dear Maintainer, The patch added to restore older API signatures to resolve Bug 1070217 creates ambiguity in

[Bug 2065139] Re: nvidia-dkms-545 545.29.06-0ubuntu0.22.04.2: nvidia kernel module failed to build

2024-05-08 Thread James Beal
Running 5.15.0-106-generic apt-get install cuda-drivers-525 ... Building initial module for 5.15.0-106-generic ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/nvidia-dkms-525.0.crash' Error! Bad return status for module build on kernel: 5.15.0-106-generic (x86_64) Consult

[Bug 2064096] Re: Services fail to start in noble deployed with TPM+FDE

2024-05-03 Thread James Paton-Smith
On my test VM I can see the cupsd profile DOES have 'attach_disconnected' flag, but not 'attach_disconnected.path=/run/' If I add it and restart the cups.service, it starts successfully. rsyslogd and sssd apparmor profiles do not have either these flags. Could an apparmor abstraction work for

[Bug 2064300] Re: cli behavior changed for commands passing optional --file argument to cloud-init init, modules or single subcommand

2024-05-02 Thread James Falcon
** Description changed: [ Impact ] - * Environments or scripts which directly call cloud-init subcommands and -provide an optional -f or --file argument to inject supplemental -configuration after first boot will receive usage errors on the command -line which will break any

[Bug 2064676] [NEW] Firefox snap cannot open files in Samba share

2024-05-02 Thread James Seiters
Public bug reported: I have a Samba share that is mounted by SMB4K. All of the other apps on my system can open the HTML files stored there except Firefox. When I try to open a file I get a Access to the file was denied error page in Firefox. The system log reports: kernel: audit: type=1400

[Bug 2064676] Re: Firefox snap cannot open files in Samba share

2024-05-02 Thread James Seiters
Forgot to mention the share is mounted under my home directory. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064676 Title: Firefox snap cannot open files in Samba share To manage notifications

[Bug 2064096] Re: Services fail to start in noble deployed with TPM+FDE

2024-05-02 Thread James Paton-Smith
Answering questions from #2064088 Q: Did you install this fde/tpm setup using the ubuntu desktop noble installer? Or was hit some manual setup? A: The install was performed using autoinstall with the desktop ISO. Attached is a copy of the autoinstall yaml ** Attachment added: "autoinstall

[Bug 2064096] Re: Services fail to start in noble deployed with TPM+FDE

2024-05-02 Thread James Paton-Smith
Answering questions from #2064088 Q: Can you also show the output of: ps fauxwZ A: See attached ** Attachment added: "ps" https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/2064096/+attachment/5774011/+files/ps -- You received this bug notification because you are a member of Ubuntu

[Bug 2064096] Re: rsyslog service timeout on noble numbat

2024-05-01 Thread James Paton-Smith
Do you think we should mark #2064088 as a duplicate of this (or vice- versa), if we're confident this is the same underlying issue? There are some outstanding questions for me on that bug, but it might make sense to focus our comments in one place going forward. -- You received this bug

[Bug 2064117] Re: keystone/noble, now 2:25.0.0-0ubuntu1 keystone -manage db_sync

2024-04-30 Thread James Page
OK - marking as invalid then! ** Changed in: keystone (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064117 Title: keystone/noble,now

[Bug 2063456] Re: package cephadm: dependency "cephadmlib" missing

2024-04-30 Thread James Page
** Also affects: ceph (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: ceph (Ubuntu Oracular) Importance: Critical Status: Confirmed ** Changed in: ceph (Ubuntu Oracular) Status: Confirmed => Triaged ** Changed in: ceph (Ubuntu Noble) Status:

[Bug 2064088] Re: sssd service fails to start in noble numbat

2024-04-30 Thread James Paton-Smith
** Attachment added: "syslog" https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/2064088/+attachment/5773256/+files/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064088 Title: sssd

[Bug 2064088] Re: sssd service fails to start in noble numbat

2024-04-30 Thread James Paton-Smith
Here is the dmesg output when trying to start sssd. I'll attach syslog as well from the same time period ** Attachment added: "dmesg" https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/2064088/+attachment/5773255/+files/dmesg -- You received this bug notification because you are a member

[Bug 2057713] Re: [SRU] ceph 16.2.15

2024-04-30 Thread James Page
This bug was fixed in the package ceph - 16.2.15-0ubuntu0.21.04.1~cloud0 --- ceph (16.2.15-0ubuntu0.21.04.1~cloud0) focal-wallaby; urgency=medium . * New upstream release (LP: #2057713): - d/p/*: Refresh. - d/p/bug1917414.patch: Drop, included in release. ** Changed

[Bug 2057713] Update Released

2024-04-30 Thread James Page
The verification of the Stable Release Update for ceph has completed successfully and the package has now been released to -updates. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we

[Bug 2064096] Re: rsyslog service timeout on noble numbat

2024-04-30 Thread James Paton-Smith
I've just found that the cups.service is also experiencing the same behaviour. Again it has the service type 'notify'. I suspect other services using this type will have the same problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 2063456] Re: package cephadm: dependency "cephadmlib" missing

2024-04-29 Thread James Page
Test package building here: https://launchpad.net/~james-page/+archive/ubuntu/caracal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063456 Title: package cephadm: dependency "cephadmlib&quo

[Bug 2064117] Re: keystone/noble, now 2:25.0.0-0ubuntu1 keystone -manage db_sync

2024-04-29 Thread James Page
Hi Johan I'm not able to reproduce your problem; in my setup I've configured mysql with a keystone database, username and password for access, and then configured this in /etc/keystone/keystone.conf I then ran the db_sync command to setup the database, created the fernet keys and then

[Bug 2064112] [NEW] mk-sbuild fails to add user to group on first run

2024-04-29 Thread James Howe
Public bug reported: /usr/bin/mk-sbuild line 301: sudo adduser "$USER" sbuild should be: sudo usermod -a -G sbuild "$USER" otherwise it fails with the message: fatal: Only one or two names allowed. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: ubuntu-dev-tools

[Bug 2064112] Re: mk-sbuild fails to add user to group on first run

2024-04-29 Thread James Howe
Sorry, I was running in a Docker container, and $USER was undefined. ** Changed in: ubuntu-dev-tools (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/2064112

[Bug 2064096] [NEW] rsyslog service timeout on noble numbat

2024-04-29 Thread James Paton-Smith
Public bug reported: This might be related to #2064088 The rsyslog service is continually timing out and restarting. If I use a service drop-in file and change the 'Type' from 'notify' to 'simple', the service starts and appears to work normally. In the journal, I can see the attached apparmor

[Bug 2063456] Re: package cephadm: dependency "cephadmlib" missing

2024-04-29 Thread James Page
Confirmed - Python module is missing from the cephadm package - this probably impacts the upstream ceph packaging as well. ** Changed in: ceph (Ubuntu) Status: New => Confirmed ** Changed in: ceph (Ubuntu) Importance: Undecided => Critical -- You received this bug notification

[Bug 2064088] Re: sssd service fails to start in noble numbat

2024-04-29 Thread James Paton-Smith
I should add that this is a system built with TPM-backed FDE if that has any relevance. I haven't tested on a non-encrypted system. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064088 Title: sssd

[Bug 2064088] [NEW] sssd service fails to start in noble numbat

2024-04-29 Thread James Paton-Smith
Public bug reported: On a fresh build of Ubuntu 24.04, attempting to run the sssd service is failing continuously with a systemd service 'timeout' error. The same /etc/sssd/sssd.conf file is working in 20.04 and 22.04 I believe this issue is specifically related to the sssd systemd service. In

[Bug 2063813] Re: cloud-init schema validation failure for: 'broadcast' (24.04)

2024-04-26 Thread James Falcon
** Also affects: subiquity (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/2063813 Title: cloud-init schema validation failure for: 'broadcast'

[Bug 2063818] [NEW] libzmq5 : Depends: libpgm-5.3-0 (>= 5.1.116~dfsg) but only libpgm-5.3-0t64 is available

2024-04-26 Thread James
Public bug reported: Uuntu 24.04 Noble I see this when trying to install libzmq5 libzmq5 is in Ubuntu Universe, but the bug reporter does not think libzmq5 existing in ubuntu, so I put zeromq3 instead. the "I don't know" option does not let you select it when you go to submit bug. The

[Bug 2063322] Re: ite-cir driver failed to load due to a regression in linux kernel 6.5+ serial driver change

2024-04-26 Thread James Joseph
** Tags added: noble ** Tags added: mantic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063322 Title: ite-cir driver failed to load due to a regression in linux kernel 6.5+ serial driver

[Bug 2041751] Re: RM: Remove dangerously insecure MPPE PPTP from Ubuntu

2024-04-26 Thread James Cameron
I'm upstream. I saw the removal first in the release notes. Yet I'm not surprised by removal. The contributions to pptp and pptpd have declined, so the release cadence has slowed as well (1.4.0 in 2013, but a few commits in git since). Number of people asking for help has also declined. Some

[Bug 2063503] Re: NVidia drivers won't install completely

2024-04-25 Thread James Baker
This appears to be the issue. DRM_UNLOCKED does not exist for nvidia- drm-drv.c to compile. Missing ot changed kernel header? # CC [M] /var/lib/dkms/nvidia/545.29.06/build/nvidia-drm/nvidia-drm-gem-nvkms-memory.o cc

[Bug 2063503] Re: NVidia drivers won't install completely

2024-04-25 Thread James Baker
** Attachment added: "The make.log referred to in my comment above" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/2063503/+attachment/5770654/+files/make.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2063503] Re: NVidia drivers won't install completely

2024-04-25 Thread James Baker
Tried again after purging all things NVidia and rebooting. :~$ sudo ubuntu-drivers install --recommended udevadm hwdb is deprecated. Use systemd-hwdb instead. udevadm hwdb is deprecated. Use systemd-hwdb instead. udevadm hwdb is deprecated. Use systemd-hwdb instead. udevadm hwdb is deprecated.

[Bug 2063512] [NEW] on reboot with linux-image-6.5.0-34 system hangs at loading initial ramdisk

2024-04-25 Thread James Hill
Public bug reported: loading initial ramdisk hangs only with linux-image-6.5.0-34 ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: nvidia-driver-550 550.67-0ubuntu1.22.04.2 ProcVersionSignature: Ubuntu 6.5.0-28.29~22.04.1-generic 6.5.13 Uname: Linux 6.5.0-28-generic x86_64

[Bug 2063503] [NEW] NVidia drivers won't install completely

2024-04-25 Thread James Baker
Public bug reported: ll versions of the nvidia driver fail to install no matter what. Including the one downloaded from Nvidia. It doesn't matter the version. :~$ sudo apt install nvidia-driver-550 [sudo] password for jim: Reading package lists... Done Building dependency tree... Done Reading

[Bug 2063322] [NEW] ite-cir driver failed to load due to a regression in linux kernel 6.5+ serial driver change

2024-04-24 Thread James Joseph
Public bug reported: [Impact] From Kernel 6.5 and above, the serial driver now claims multiple UART ports by default, when the previous behaviour was it would only claim 1. Due to this the ite-cir driver can no longer load because the port it would assign itself is now being used in memory by

[Bug 1944746] Re: LibreOffice from Ubuntu Store/snaps broken GNOME integration for remote smb shares

2024-04-22 Thread James Paton-Smith
This issue is still present with the current latest Libreoffice Snap version (24.2.2.2) both in Ubuntu 22.04 LTS and in the 24.04 Beta. SMB shares and other GVFS mounted network locations are not visible in the Open/Save file window. If I try to manually navigate to the files under

[Bug 2056100] Re: sru cloud-init (24.1.3 update) Focal, Jammy, and Mantic

2024-04-22 Thread James Falcon
** Tags removed: verification-needed verification-needed-focal verification-needed-jammy verification-needed-mantic ** Tags added: verification-done verification-done-focal verification-done-jammy verification-done-mantic -- You received this bug notification because you are a member of Ubuntu

[Bug 2060727] Re: The keyboard does not work after latest kernel update

2024-04-19 Thread James Fox
The fix hasn't been released yet. "Fix Committed" status means the source has been updated but hasn't been released in a package. "Fix Released" status means the new package has the fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 2062421] Re: ceph-mgr-dashobard is uninstallable on noble due to dependency on python3-distutils

2024-04-19 Thread James Page
mwhudson had already uploaded a fix. ** Changed in: ceph (Ubuntu) Status: In Progress => Fix Committed ** Changed in: ceph (Ubuntu) Assignee: James Page (james-page) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 2062421] Re: ceph-mgr-dashobard is uninstallable on noble due to dependency on python3-distutils

2024-04-19 Thread James Page
Fix uploaded along with an update to the Vcs fields to try to keep git inline with distro. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062421 Title: ceph-mgr-dashobard is uninstallable on noble

[Bug 2062421] Re: ceph-mgr-dashobard is uninstallable on noble due to dependency on python3-distutils

2024-04-19 Thread James Page
** Changed in: ceph (Ubuntu) Status: New => In Progress ** Changed in: ceph (Ubuntu) Assignee: (unassigned) => James Page (james-page) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 2062506] Re: autopkgtest - offloads conntrack - ICMP related with SNAT fails with openbsd-netcat

2024-04-19 Thread James
The SnVideo Downloader has emerged as a handy tool for users looking to save and revisit their favorite Snack Video content offline. With just a few clicks, users can conveniently download videos from the Snack Video platform onto their devices, allowing for seamless playback anytime, anywhere,

[Bug 2056100] Re: sru cloud-init (24.1.3 update) Focal, Jammy, and Mantic

2024-04-18 Thread James Falcon
Attached are the integration test runs for Focal, Jammy, and Mantic on EC2, GCE, Azure, LXD containers, and LXD VMs. Curtin-cloud-init-sru results are also attached. Any failures are described in failures.txt along with "-rerun.txt" containing reruns due to transient failures. ** Summary

[Bug 2061815] Re: [FFE] Drop support for non-64 bit architectures for ceph

2024-04-18 Thread James Page
Review of other potential dependencies: Only builds with lib{something from ceph}-dev on 64 bit: qemu nfs-ganesha fio xrootd samba libvirt tcmu tgt uwsgi BD on architecture-is-64-bit so does not build for 32 bit: eckit fdb Arch: all: open-infrastructure-storage-tools ceph-iscsi -- You

[Bug 1994521] Re: HPE3PAR: Failing to clone a volume having children

2024-04-17 Thread James Page
** Also affects: cloud-archive Importance: Undecided Status: New ** Also affects: cloud-archive/bobcat Importance: Undecided Status: New ** Also affects: cloud-archive/antelope Importance: Undecided Status: New ** Also affects: cloud-archive/yoga Importance:

[Bug 2062006] [NEW] Ubuntu Budgie 24.04 installer doesn't install EFI/Bootloader correctly

2024-04-17 Thread James Baker
Public bug reported: I've installed Ubuntu Budgie on two separate machines now. The first time, it was a complete format reinstall. After everything installed, and I restarted, it asked me to remove teh usb drive and restart, and it was fine. But when I rebooted, it wouldn't get to grub. The fix

[Bug 2061815] Re: [FFE] Drop support for non-64 bit architectures for ceph

2024-04-16 Thread James Page
tcmu patched by @mwhudson - thanks! I've uploaded the three reverse-depends and the ceph update for the release team to consider. ** Summary changed: - Drop support for non-64 bit architectures for ceph + [FFE] Drop support for non-64 bit architectures for ceph -- You received this bug

[Bug 2061815] Re: Drop support for non-64 bit architectures for ceph

2024-04-16 Thread James Page
Proposed changes to ceph package - built and install tested in the PPA. ** Patch added: "drop-32bit.patch" https://bugs.launchpad.net/ubuntu/+source/uwsgi/+bug/2061815/+attachment/5766254/+files/drop-32bit.patch -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 2061815] Re: Drop support for non-64 bit architectures for ceph

2024-04-16 Thread James Page
tcmu FTBFS on armhf due to string formatting errors related to time64_t: https://launchpadlibrarian.net/724900654/buildlog_ubuntu-noble- armhf.tcmu_1.5.4-6ubuntu1~bpo24.04.1~20240416.115655_BUILDING.txt.gz ** Changed in: ceph (Ubuntu) Status: New => Triaged ** Changed in: tcmu (Ubuntu)

[Bug 2061815] Re: Drop support for non-64 bit architectures for ceph

2024-04-16 Thread James Page
libvirt already dropped armhf support - there is an older version in -updates for armhf that needs cleaning. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061815 Title: Drop support for non-64 bit

[Bug 2061815] Re: Drop support for non-64 bit architectures for ceph

2024-04-16 Thread James Page
Testing PPA here - https://launchpad.net/~james- page/+archive/ubuntu/caracal ** Changed in: libvirt (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/2061

[Bug 2061815] [NEW] Drop support for non-64 bit architectures for ceph

2024-04-16 Thread James Page
Public bug reported: As part of the wider scope of the time 64 work for armhf, we're proposing dropping 32 bit architecture support in Ceph for noble. This has a slightly wider impact than just ceph - the following packages will also need updating to drop ceph support on anything other than 64

[Bug 2060727] Re: The keyboard does not work after latest kernel update

2024-04-13 Thread James Fox
I have a Dell XPS 13 running Kubuntu 22.04. Keyboard works fine on fresh boot but the keyboard doesnt work at all after resuming from suspend. linux-image-6.5.0-27-generic is the kernel I started having the problem with. Booting an older 6.5 kernel and keyboard works again after resume. -- You

[Bug 2058750] Re: i915 GPU HANG: ecode 12:1:db96edba

2024-04-13 Thread James Chancellor
Another crash (viewing satellite images on windy.com) with a different ecode: Apr 13 20:32:58 james-xps kernel: [1286582.354762] i915 :00:02.0: [drm] *ERROR* GT0: GUC: Engine reset failed on 0:0 (rcs0) because 0x Apr 13 20:32:58 james-xps kernel: [1286582.404294] i915 :00:02.0

[Bug 2060760] Re: s390x/noble: HashMapRatingTest.test_create_threshold fails

2024-04-13 Thread James Page
** Changed in: cloudkitty (Ubuntu) Status: Fix Released => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060760 Title: s390x/noble: HashMapRatingTest.test_create_threshold fails To

[Bug 2053157] Re: Jammy: netplan permissions warnings

2024-04-11 Thread James Falcon
We intend this bug to be included in the SRU covered by https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2056100 . Any testing related to this bug will be included there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2008943] Please test proposed package

2024-04-11 Thread James Page
Hello Miro, or anyone else affected, Accepted neutron into wallaby-proposed. The package will build now and be available in the Ubuntu Cloud Archive in a few hours, and then in the -proposed repository. Please help us by testing this new package. To enable the -proposed repository: sudo

  1   2   3   4   5   6   7   8   9   10   >