[Touch-packages] [Bug 2101860] Re: Different networking behavior with 2nd IP on 2nd NIC

2025-03-11 Thread James Falcon
** Description changed: This integration test is currently failing on plucky: https://github.com/canonical/cloud-init/blob/a136a979dd5a5084f71f5def5abf6d80d7cc263a/tests/integration_tests/test_networking.py#L313 This test will launch an ec2 instance, attach a 2nd NIC, and then assign t

[Touch-packages] [Bug 2101860] Re: Different networking behavior with 2nd IP on 2nd NIC

2025-03-11 Thread James Falcon
networkd debug logs attached from after reboot on oracular ** Attachment added: "networkd_debug_oracular" https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2101860/+attachment/5864049/+files/networkd_debug_oracular ** Also affects: systemd (Ubuntu) Importance: Undecided Stat

[Touch-packages] [Bug 2101860] Re: Different networking behavior with 2nd IP on 2nd NIC

2025-03-11 Thread James Falcon
Also adding netplan and systemd here as the rendered networkd config doesn't change, and the netplan apply call is racy. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/210186

[Touch-packages] [Bug 2101078] [NEW] Xorg freeze

2025-03-07 Thread James Pellosma
Public bug reported: Screen randomly freezes. I can move the mouse but not click on anything. Works again after a hard reset. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: xorg 1:7.7+23ubuntu3 ProcVersionSignature: Ubuntu 6.11.0-19.19~24.04.1-generic 6.11.11 Uname: Linux 6.11.0-19-generic

[Touch-packages] [Bug 2097769] Re: Installation of ubuntu-desktop-minimal breaks DNS

2025-02-17 Thread James McKenzie
I've attached the output of `journalctl -u systemd-networkd -u NetworkManager -b` Just FYI, this is taken from a fresh VM with a basically default Ubuntu Server 24.04 installation after installing ubuntu-desktop-minimal. I had to push some workarounds in our production deployment and I encountere

[Touch-packages] [Bug 2097769] Re: Installation of ubuntu-desktop-minimal breaks DNS

2025-02-16 Thread James McKenzie
Thanks Manuel, Yeh I noticed this change as well. Although the netplan file on its own shouldn't change anything until "netplan apply" is run. So I guess "netplan apply" is being executed as part of ubuntu-desktop- minimal or one of its dependencies? Installing network-manager on its own doesn't

[Touch-packages] [Bug 2097769] Re: Installation of ubuntu-desktop-minimal breaks DNS

2025-02-16 Thread James McKenzie
Yes you're right about the Desktop ISO. When last I checked, it only supported partial autoinstall support. I might use that in future. But I do still think there could be something wrong here. The main issue is quite reproducable and the behaviour is different between 22.04 and 24.04. On a fres

[Touch-packages] [Bug 2097769] Re: Installation of ubuntu-desktop-minimal breaks DNS

2025-02-16 Thread James McKenzie
Yeh it's maybe a bit of a niche deployment. If it helps, the goal here is to fully automate the deployment of Ubuntu desktop and automatically enroll with our Puppet management system. We've had this working in production for a couple of years now. To answer your questions: 1. No, we only want N

[Touch-packages] [Bug 2097769] Re: Installation of ubuntu-desktop-minimal breaks DNS

2025-02-16 Thread James McKenzie
** Attachment added: "resolvectl after the issue occurs" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2097769/+attachment/5856471/+files/resolvectl_after.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system

[Touch-packages] [Bug 2097769] Re: Installation of ubuntu-desktop-minimal breaks DNS

2025-02-16 Thread James McKenzie
** Attachment added: "resolvectl before the issue occurs" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2097769/+attachment/5856470/+files/resolvectl_before.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to syst

[Touch-packages] [Bug 2097769] Re: Installation of ubuntu-desktop-minimal breaks DNS

2025-02-16 Thread James McKenzie
These are just a few other commands I ran after the issue occurs. By this point in the deployment we have written our own netplan config, but it isn't applied until the reboot. systemd-networkd and NetworkManager are both running at this point, but networkd has control of the ethernet interface

[Touch-packages] [Bug 2097769] Re: Installation of ubuntu-desktop-minimal breaks DNS

2025-02-16 Thread James McKenzie
** Attachment added: "systemd-resolved log for the entire duration" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2097769/+attachment/5856472/+files/resolved.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to sys

Re: [Touch-packages] [Bug 2097769] Re: Installation of ubuntu-desktop-minimal breaks DNS

2025-02-14 Thread James McKenzie
tput (journalctl -u systemd-resolved -b > resolved.log). > > ** Changed in: systemd (Ubuntu) > Status: New => Incomplete > -- James McKenzie Linux Support Officer EMBL-EBI ITS ServiceDesk Team, Thornton Building, AC265 European Bioinformatics Institute (EMBL-EBI) Wellcome

[Touch-packages] [Bug 2097769] [NEW] Installation of ubuntu-desktop-minimal breaks DNS

2025-02-14 Thread James McKenzie
Public bug reported: After performing an autoinstall with Ubuntu Server ISO and rebooting, trying to automate the installation of ubuntu-desktop-minimal causes DNS settings to be lost. For our specific use-case, we are installing ubuntu server (fully automated), then using Puppet to install desk

[Touch-packages] [Bug 2091657] Re: systemd-localed requires read-only-etc hacks for /etc/vconsole.conf and /etc/locale.conf

2025-01-31 Thread James Henstridge
I think the root cause here is this bind mount: https://github.com/canonical/core- base/blob/82c8fadb4cf77df5f771220d27c40dc011675f23/static/etc/system- image/writable-paths#L32 When systemd-localed tries to update the configuration file, it writes the new content to a temporary file and then ren

[Touch-packages] [Bug 2091657] Re: systemd-localed requires read-only-etc hacks for /etc/vconsole.conf and /etc/locale.conf

2025-01-08 Thread James Henstridge
As far as a test plan goes, I think this can mostly be done using the localectl tool that is already shipped in the base snap. This exercises the same D-Bus API that higher level tools like ubuntu-desktop-init use. As a command line tool, it could likely be used by a spread test. To test system lo

[Touch-packages] [Bug 2091730] Re: autopkgtest regressions with 3.13 as a supported version

2024-12-17 Thread James Page
Once https://launchpad.net/ubuntu/+source/python- eventlet/0.36.1-10ubuntu1 publishes that should help unblock a large number of eventlet related failures in the openstack package test suites (the failure I tripped on in heat is resolved at least!). -- You received this bug notification because y

[Touch-packages] [Bug 2091730] Re: autopkgtest regressions with 3.13 as a supported version

2024-12-17 Thread James Page
I suspect the cause of most of the issue in openstack packages is related to eventlet - I'm unblocking bug 2091540 which is causing it to FTBFS by catching a more general SSLError in the single failing test until we can actually figure out what the right behaviour should be between openssl 3.4 and

[Touch-packages] [Bug 2089260] [NEW] Ubuntu version of jpegparse is from 1.18 and not 1.24 as claimed

2024-11-21 Thread James Cowgill
Public bug reported: While testing an application I'm working on, I noticed it fails with Ubuntu's version of GStreamer but not with Debian's. My application tries to use decodebin to decode some JPEGs. It needs this bug in jpegparse fixing: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/m

[Touch-packages] [Bug 2086844] [NEW] [SRU] Enable support for Epoxy Cloud Archive

2024-11-07 Thread James Page
Public bug reported: Please add support for: cloud-archive:epoxy cloud-archive:epoxy-proposed This will also need to be SRU'd back to noble. [Impact] End users have to manually enable the epoxy cloud archive pockets. [Test case] sudo add-apt-repository cloud-archive:epoxy sudo add-apt-re

[Touch-packages] [Bug 2084251] Re: Only single LUKS device unlocked on boot

2024-10-12 Thread James De Ricco
I can also confirm that installing `systemd-cryptsetup` fixed my slow boot and unmounted crypt swap on my laptop with ZFS and full disk encryption following the upgrade to 24.10. Thanks! This is my `/etc/crypttab` setup by the Ubuntu 24.04 installer with experimental ZFS + full disk encryption: `

[Touch-packages] [Bug 2069433] Re: Enabling new pockets does not enable deb-src for them, even if source code is enabled

2024-10-04 Thread James Page
sorry - I don't only have an oracular desktop right now :) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in Ubuntu. https://bugs.launchpad.net/bugs/2069433 Title: Enabling new pockets does not enable d

[Touch-packages] [Bug 2073742] Re: [SRU] Enable support for Dalmation Cloud Archive

2024-10-04 Thread James Page
@martinx I'm chasing on getting this released - in the meantime I've just promoted all of the release packages to the updates pocket for dalmatian: ppa:ubuntu-cloud-archive/dalmatian-updates these are the packages that feed the official cloud archive repositories that add-apt-repository will s

[Touch-packages] [Bug 2069433] Re: Enabling new pockets does not enable deb-src for them, even if source code is enabled

2024-10-01 Thread James Page
@juliank what's the status on this part of the SRU? its blocking the release for the OpenStack Dalmatian enablement which I'd like to get out in the next week or so alongside the release. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subs

[Touch-packages] [Bug 2078632] Re: Click and hiss noises when not playing sound and sometimes crash on suspend with "failed to power down DSP during suspend"

2024-09-06 Thread James May
Hey I think I have the same bug as you. Does it feels like random tv static noise is playing on your speaker randomly, and the test left and right not play anything? Thanks! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to als

[Touch-packages] [Bug 2073742] Re: [SRU] Enable support for Dalmation Cloud Archive

2024-08-19 Thread James Page
I tweaked the test plan a little to use the openstack-release package which is the first package we place into the cloud-archive. # apt policy openstack-release openstack-release: Installed: (none) Candidate: 8.0ubuntu1~cloud0 Version table: 8.0ubuntu1~cloud0 500 500 http://ubun

[Touch-packages] [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 To

[Touch-packages] [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 user-

[Touch-packages] [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 notifica

[Touch-packages] [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 Touch seeded packages, which is sub

[Touch-packages] [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 e

[Touch-packages] [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 followin

[Touch-packages] [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 -Wp,-MMD,/var/lib/dkms/nvidia/545.29.06/build/nvidia-drm/.nvidia-drm-gem-nvkm

[Touch-packages] [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 Touch seeded packages, which is subscribed to xorg in Ub

[Touch-packages] [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. Use

[Touch-packages] [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 st

[Touch-packages] [Bug 1991545] Re: Domain groups not accepted as 'AdminIdentities'

2024-03-28 Thread James Paton-Smith
After revisiting this, I found the issue was on my side. Our LDAP wasn't returning the members list for groups when queried so polkit wasn't able to authorise those users. I fixed this in our sssd.conf using the 'ignore_group_members = false' option. -- You received this bug notification becaus

[Touch-packages] [Bug 2058733] [NEW] polkitd does not create default config files on noble

2024-03-22 Thread James Paton-Smith
Public bug reported: With a fresh install of the daily Ubuntu 24.04, polkitd does not create the default config files under /etc/polkit-1/localauthority.conf.d/ This folder should contain some default config files which specify which users can perform GUI admin authorization. In fact, even if I

[Touch-packages] [Bug 2058720] [NEW] 'Other Software' section displays verbose ubuntu.sources comment

2024-03-22 Thread James Paton-Smith
Public bug reported: With software-properties-gtk (0.99.44), the 'Other Software' section displays the full multi-line comment from the new ubuntu.sources file. This creates an unpleasant looking entry in the list. ** Affects: software-properties (Ubuntu) Importance: Undecided Stat

[Touch-packages] [Bug 2053228] Re: software-properties-gtk does not start

2024-03-22 Thread James Paton-Smith
Can confirm that the version in noble-proposed fixes this issue. Although I noticed another bug, possibly related to deb822 sources in general rather than this specific change: #2058715 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscr

[Touch-packages] [Bug 2058715] [NEW] ubuntu.sources can become broken via GUI

2024-03-22 Thread James Paton-Smith
Public bug reported: With the latest proposed versions of software-properties-gtk, software- properties-common, and python3-software-properties (0.99.44), it is possible to break the default ubuntu.sources list. How to replicate 1. Open software-properties-gtk 2. Uncheck all of the repository sui

[Touch-packages] [Bug 2026757] Re: dnsmasq on Ubuntu Jammy crashes on neutron-dhcp-agent updates

2024-02-28 Thread James Page
dnsmasq in Jammy was updated to a 2.90 based to resolve some security issues. As a result this bug may have been fixed by the rollforward to a new version. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dnsmasq in Ubuntu. ht

[Touch-packages] [Bug 2049976] [NEW] multiscreen one display goes black on resume

2024-01-20 Thread James Cobban
Public bug reported: Starting a few weeks ago after applying regular maintenance to 22.04.3 LTS one of my two displays, an LG 22MP47HQ-P connected to my tower by a D-Sub cable, blinked multiple times immediately on resume from suspend. My second display which is connected using HDMI works normally

[Touch-packages] [Bug 2049369] Re: autopkg tests ignored for migration of python3-defaults adding 3.12

2024-01-19 Thread James Page
Merged version uploaded which should unblock the autopkgtest. ** Changed in: python-oslo.versionedobjects (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3-defaults i

[Touch-packages] [Bug 2049369] Re: autopkg tests ignored for migration of python3-defaults adding 3.12

2024-01-19 Thread James Page
: python-oslo.versionedobjects (Ubuntu) Status: New => In Progress ** Changed in: python-oslo.versionedobjects (Ubuntu) Assignee: (unassigned) => James Page (james-page) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscri

[Touch-packages] [Bug 994698] Re: cloud-init disables ureadahead even when it might be useful

2023-11-07 Thread James Falcon
This bug is no longer relevant ** Changed in: cloud-init (Ubuntu) Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ureadahead in Ubuntu. https://bugs.launchpad.net/bugs/994698 Title: clou

[Touch-packages] [Bug 2037497]

2023-10-06 Thread james
(In reply to Adam Williamson from comment #20) > Scratch build is done for x86_64: > https://koji.fedoraproject.org/koji/taskinfo?taskID=107101328 > > can folks test that and see if it helps? Thanks! Works after updating to the packages in that Koji task. -- You received this bug notification b

[Touch-packages] [Bug 2037497]

2023-09-29 Thread james
(In reply to Adam Williamson from comment #14) > Can reporters please test downgrading packages to figure out what actually > fixes this? I'd suggest this order: > > 1. Downgrade mesa to > https://koji.fedoraproject.org/koji/buildinfo?buildID=2274339 > 2. If that doesn't fix it, downgrade mutter a

[Touch-packages] [Bug 2037012] [NEW] package bluez 5.53-0ubuntu3.6 failed to install/upgrade: el subproceso instalado paquete bluez script post-installation devolvió el código de salida de error 1

2023-09-21 Thread James Bonilla
Public bug reported: no se está ejecutando el sevico Bluez ProblemType: Package DistroRelease: Ubuntu 20.04 Package: bluez 5.53-0ubuntu3.6 ProcVersionSignature: Ubuntu 5.15.0-84.93~20.04.1-generic 5.15.116 Uname: Linux 5.15.0-84-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.20.11-0ubun

[Touch-packages] [Bug 1535840] Re: systemd ignoring /etc/modules due to blacklist

2023-05-19 Thread James Cuzella
** Also affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1535840 Title: systemd ignoring /etc/modules due

[Touch-packages] [Bug 1535840] Re: systemd ignoring /etc/modules due to blacklist

2023-05-19 Thread James Cuzella
Confirmed this still exists in 22.04 (Jammy Jellyfish), with symptoms being SystemD booting always into "degraded" state because wdmd.service (Watchdog Multiplexing Daemon) will always fail due to missing watchdog kernel module(s). Check this is the case with: sudo systemctl status sudo s

[Touch-packages] [Bug 2019940] Re: Directly manipulating NetworkManager keyfiles

2023-05-18 Thread James Falcon
Invalid for cloud-init because the affected code is for rendering NetworkManager config on (non-Ubuntu) systems that are not using netplan. ** Changed in: cloud-init (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packa

[Touch-packages] [Bug 2008952] Re: DNS failure while trying to fetch user-data

2023-05-12 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/4085 ** Bug watch added: github.com/canonical/cloud-init/issues #4085 https://github.com/canonical/cloud-init/issues/4085 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1997124] Re: Netplan/Systemd/Cloud-init/Dbus Race

2023-05-12 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/4044 ** Bug watch added: github.com/canonical/cloud-init/issues #4044 https://github.com/canonical/cloud-init/issues/4044 ** Changed in: cloud-init Status: In Progress => Expired -- You received this bug notif

[Touch-packages] [Bug 1968360] Re: jammy daily won't accept EC2 publickey (suspect cloud-init failure)

2023-05-12 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/3967 ** Bug watch added: github.com/canonical/cloud-init/issues #3967 https://github.com/canonical/cloud-init/issues/3967 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1951586] Re: Need option to specify wifi regulatory domain

2023-05-12 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/3926 ** Bug watch added: github.com/canonical/cloud-init/issues #3926 https://github.com/canonical/cloud-init/issues/3926 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1905493] Re: Services (apparmor, snapd.seeded, ...?) fail to start in nested lxd container

2023-05-12 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/3813 ** Bug watch added: github.com/canonical/cloud-init/issues #3813 https://github.com/canonical/cloud-init/issues/3813 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1872124] Re: Please integrate ubuntu-drivers --gpgpu into Ubuntu Server

2023-05-11 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/3649 ** Bug watch added: github.com/canonical/cloud-init/issues #3649 https://github.com/canonical/cloud-init/issues/3649 ** Changed in: cloud-init Status: Incomplete => Expired -- You received this bug notifi

[Touch-packages] [Bug 1868246] Re: No network after subiquity LPAR installation on s390x with VLAN

2023-05-11 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/3629 ** Bug watch added: github.com/canonical/cloud-init/issues #3629 https://github.com/canonical/cloud-init/issues/3629 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1869155] Re: When installing with subiquity, the generated network config uses the macaddress keyword on s390x (where MAC addresses are not necessarily stable across reboots)

2023-05-11 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/3634 ** Bug watch added: github.com/canonical/cloud-init/issues #3634 https://github.com/canonical/cloud-init/issues/3634 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1867029] Re: Package ifupdown breaks network configuration by cloud-init

2023-05-11 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/3619 ** Bug watch added: github.com/canonical/cloud-init/issues #3619 https://github.com/canonical/cloud-init/issues/3619 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1856560] Re: ds-identify - stuck in uninterruptible sleep state

2023-05-11 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/3520 ** Bug watch added: github.com/canonical/cloud-init/issues #3520 https://github.com/canonical/cloud-init/issues/3520 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1851438] Re: cloud-init disk_setup fails to partition disk for Ubuntu18

2023-05-11 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/3490 ** Bug watch added: github.com/canonical/cloud-init/issues #3490 https://github.com/canonical/cloud-init/issues/3490 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1848617] Re: Installing ifupdown on bionic does not install a /etc/network/interfaces that sources /etc/network/interfaces.d/*

2023-05-11 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/3475 ** Bug watch added: github.com/canonical/cloud-init/issues #3475 https://github.com/canonical/cloud-init/issues/3475 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1768468] Re: error in ca_certs module

2023-05-11 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/3168 ** Bug watch added: github.com/canonical/cloud-init/issues #3168 https://github.com/canonical/cloud-init/issues/3168 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1749722] Re: NTP: take into account systemd-timesyncd where present

2023-05-11 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/3119 ** Bug watch added: github.com/canonical/cloud-init/issues #3119 https://github.com/canonical/cloud-init/issues/3119 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1750780] Re: Race with local file systems can make open-vm-tools fail to start

2023-05-11 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/3122 ** Bug watch added: github.com/canonical/cloud-init/issues #3122 https://github.com/canonical/cloud-init/issues/3122 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1734167] Re: DNS doesn't work in no-cloud as launched by ubuntu

2023-05-11 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/3065 ** Bug watch added: github.com/canonical/cloud-init/issues #3065 https://github.com/canonical/cloud-init/issues/3065 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1732522] Re: [2.3] Ephemeral boot environment does not renew DHCP leases

2023-05-11 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/3057 ** Bug watch added: github.com/canonical/cloud-init/issues #3057 https://github.com/canonical/cloud-init/issues/3057 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1718029] Re: cloudstack and azure datasources broken when using netplan/systemd-networkd

2023-05-10 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/3004 ** Bug watch added: github.com/canonical/cloud-init/issues #3004 https://github.com/canonical/cloud-init/issues/3004 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1711428] Re: cloud-init sometimes fails on dpkg lock due to concurrent apt-daily-upgrade.service execution

2023-05-10 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/2977 ** Bug watch added: github.com/canonical/cloud-init/issues #2977 https://github.com/canonical/cloud-init/issues/2977 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1707222] Re: usage of /tmp during boot is not safe due to systemd-tmpfiles-clean

2023-05-10 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/2967 ** Bug watch added: github.com/canonical/cloud-init/issues #2967 https://github.com/canonical/cloud-init/issues/2967 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1701297] Re: NTP reload failure (unable to read library) on overlayfs

2023-05-10 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/2936 ** Bug watch added: github.com/canonical/cloud-init/issues #2936 https://github.com/canonical/cloud-init/issues/2936 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1693361] Re: cloud-init sometimes fails on dpkg lock due to concurrent apt-daily.service execution

2023-05-10 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/2908 ** Bug watch added: github.com/canonical/cloud-init/issues #2908 https://github.com/canonical/cloud-init/issues/2908 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1675571] Re: Cloud-init update renders secondary addresses to be incompatible with standard tools

2023-05-10 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/2842 ** Bug watch added: github.com/canonical/cloud-init/issues #2842 https://github.com/canonical/cloud-init/issues/2842 ** Changed in: cloud-init Status: Confirmed => Expired -- You received this bug notific

[Touch-packages] [Bug 1629797] Re: resolve service in nsswitch.conf adds 25 seconds to failed lookups before systemd-resolved is up

2023-05-10 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/2737 ** Bug watch added: github.com/canonical/cloud-init/issues #2737 https://github.com/canonical/cloud-init/issues/2737 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1576692] Re: fully support package installation in systemd

2023-05-10 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/2662 ** Bug watch added: github.com/canonical/cloud-init/issues #2662 https://github.com/canonical/cloud-init/issues/2662 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1573095] Re: Cloud images fail to boot when a serial port is not available

2023-05-10 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/2657 ** Bug watch added: github.com/canonical/cloud-init/issues #2657 https://github.com/canonical/cloud-init/issues/2657 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1359590] Re: Getty's on serial consoles need to be consistent

2023-05-09 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/2477 ** Bug watch added: github.com/canonical/cloud-init/issues #2477 https://github.com/canonical/cloud-init/issues/2477 ** Changed in: cloud-init Status: Confirmed => Expired -- You received this bug notific

[Touch-packages] [Bug 1015223] Re: cloud-init-nonet main process killed by TERM signal

2023-05-09 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/2266 ** Bug watch added: github.com/canonical/cloud-init/issues #2266 https://github.com/canonical/cloud-init/issues/2266 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 810044] Re: cloud-init will have race conditions for cloud-config with multiple network adapters

2023-05-09 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud- init/issues/2194 ** Bug watch added: github.com/canonical/cloud-init/issues #2194 https://github.com/canonical/cloud-init/issues/2194 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1902960] Re: Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS resolution in some cases

2023-05-05 Thread James Falcon
"It sounds to me like there's no cloud-init aspect here, so I'm going to move our tasks to Incomplete (so they'll expire out eventually). Please do set them back if I've missed something!" This expiration never happened, and no additional comments indicate that cloud-init has a problem, so I'm goi

[Touch-packages] [Bug 1970050] Re: [H97M-HD3, Intel Haswell HDMI, Digital Out, HDMI] No sound at all because of upgrade from 20.04 LTS to 22.04

2023-04-09 Thread James Appleby
Version - Ubuntu 22.04 Kernel - 5.19.0-38-generic Processor - AMD Ryzen 7 6800U with Radeon Graphics x8 Graphics Card (onboard) - Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt (Laptop is a GPD Win Max 2) The TV being used is an older Samsung model. This issue is still present for me. Sound wo

[Touch-packages] [Bug 2008279] Re: glib2.0 2.75.3-3 breaks text input for Firefox & Chromium snaps if IBus is turned on

2023-03-07 Thread James Henstridge
I've created https://github.com/snapcore/snapd/pull/12627 as a proposed fix for the issue. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/2008279 Title: glib2.0 2.75.3-3 brea

[Touch-packages] [Bug 2008279] Re: glib2.0 2.75.3-3 breaks text input for Firefox & Chromium snaps if IBus is turned on

2023-03-07 Thread James Henstridge
ENIED" operation="connect" profile="snap.firefox.firefox" name="/home/james/.cache/ibus/dbus-THbBfRNt" pid=2398 comm="pool- firefox" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000 I edited /var/lib/snapd/apparmor/profiles/snap.firef

[Touch-packages] [Bug 2008279] Re: glib2.0 2.75.3-3 breaks text input for Firefox & Chromium snaps if IBus is turned on

2023-03-07 Thread James Henstridge
This seems like the most likely culprit: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3005 This basically means that code that would have created an abstract namespace socket in glib 2.74.x now creates a regular unix domain socket in 2.75.x. We have AppArmor rules in snapd's desktop-legac

[Touch-packages] [Bug 2008279] Re: glib2.0 2.75.3-3 breaks text input for Firefox & Chromium snaps if IBus is turned on

2023-03-07 Thread James Henstridge
I think last time we had problems like this it was due to changes in the location of the socket for ibus's private D-Bus bus. Looking into the glib diffs for clues. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ibus in Ubunt

[Touch-packages] [Bug 2008489] [NEW] Unable to switch NVIDIA driver -- cryptic "OK" window pops up

2023-02-24 Thread James Bowery
Public bug reported: See askubuntu.com question: https://askubuntu.com/questions/1415167/what-does-the-software-updater- popup-that-says-ok-with-a-circled-x-mean-when tail -f /var/log/syslog Feb 24 08:56:26 ML PackageKit: new install-packages transaction /9536_dadedeab scheduled from uid 1000

[Touch-packages] [Bug 1987631] Re: Screencast only records one second

2023-02-10 Thread James
If gstreamer is fixed then any pipewire combination should work I think. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gstreamer1.0 in Ubuntu. https://bugs.launchpad.net/bugs/1987631 Title: Screencast only records one sec

[Touch-packages] [Bug 1987631] Re: Screencast only records one second

2023-02-06 Thread James
To clarify the gstreamer fix should be sufficient. The pipewire always- copy change I made allows for working around the bug but isn't required as long as you have the gstreamer fix. Fixes the bug in gstreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/1c8244a19dbb4ebdf972a703b55

[Touch-packages] [Bug 2004136] [NEW] Apparmor misconfigured Firefox CUPS (LPR) for 20.04

2023-01-29 Thread James Shimer
Public bug reported: LPR works fine from bash if I print to pdf then from firefox and then go to bash and lpr the saved pdf, but can't print from firefox dialog using LPR because apparmor is mis-configured for firefox. See denied for cups below: [ 3827.575630] audit: type=1326 audit(1675052924.

[Touch-packages] [Bug 1997124] Re: Netplan/Systemd/Cloud-init/Dbus Race

2023-01-06 Thread James Falcon
** Changed in: cloud-init Assignee: (unassigned) => James Falcon (falcojr) ** Changed in: cloud-init Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1724623] Re: Update ubuntu cloud info

2023-01-03 Thread James Falcon
"I'll leave the cloud-init team to comment, but I actually disagree." Yeah, we already provide that info in a more raw state, and for cloud- init, it won't help to pretty it up or do more parsing. Is there something needed from cloud-init for this to work correctly? ** Changed in: cloud-init (Ubu

[Touch-packages] [Bug 1997124] Re: Netplan/Systemd/Cloud-init/Dbus Race

2022-12-02 Thread James Falcon
** Changed in: cloud-init Status: New => Triaged ** Changed in: cloud-init Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1997124 Ti

[Touch-packages] [Bug 1711428] Re: cloud-init sometimes fails on dpkg lock due to concurrent apt-daily-upgrade.service execution

2022-11-02 Thread James Falcon
See https://github.com/canonical/cloud-init/pull/1034 and https://github.com/canonical/cloud-init/pull/1153 ** Changed in: cloud-init Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to a

[Touch-packages] [Bug 1991545] [NEW] Domain groups not accepted as 'AdminIdentities'

2022-10-03 Thread James Paton-Smith
Public bug reported: Domain groups cannot be configured as 'AdminIdentities' under /etc/polkit-1/localauthority.conf.d EXAMPLE CONFIG # /etc/polkit-1/localauthority.conf.d/90-test.conf [Configuration] AdminIdentities=unix-group:sysapp With the above config, 'sysapp' is a group in LDAP. SSSD is

[Touch-packages] [Bug 1990064] Re: unconfined profile denies userns_create for chromium based processes

2022-09-24 Thread James Lewis
Sorry, this answer has confused me even more... heres an example of what we're currently using, perhaps you can speak to that,,, the user in this case has no special rights, certainly not cap_sys_admin. james@trinity:~$ grep james /etc/subuid james:10:65536 james@trinity:~$ ls -asl .

[Touch-packages] [Bug 1990064] Re: unconfined profile denies userns_create for chromium based processes

2022-09-24 Thread James Lewis
I'm still trying to understand the exact implications of this, since I make extensive use of LXC containers, using subuid/subgid mapping, so that users can create containers without needing access to UID 0. Are we talking about blocking namespaces where UID 0 in the container is mapped to the real

[Touch-packages] [Bug 1990064] Re: unconfined profile denies userns_create for chromium based processes

2022-09-22 Thread James Lewis
NB, also broke Steam (from .deb). Is there a link anywhere to some of this discussion, happy for security to be improved, but I'd like to understand what is being disabled, and what the specific issue is. -- You received this bug notification because you are a member of Ubuntu Touch seeded packa

[Touch-packages] [Bug 1990064] Re: unconfined profile denies userns_create for chromium based processes

2022-09-22 Thread James Lewis
It broke for me between 5.19.0-15 and 5.19.0-17, and breaks every flatpak app I have installed. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1990064 Title: unconfined p

  1   2   3   4   5   6   7   8   9   10   >