[Bug 1975744] Re: purging cloud-init doesn't remove its network configuration files

2022-06-01 Thread Alberto Contreras
Reproduced with: ```sh $ lxc launch ubuntu:jammy jj $ lxc exec jj -- cloud-init status --wait $ lxc exec jj -- cloud-init --version /usr/bin/cloud-init 22.1-14-g2e17a0d6-0ubuntu1~22.04.5 $ lxc exec jj -- apt purge -y cloud-init ... dpkg: warning: while removing cloud-init, directory '/etc/cloud' n

[Bug 2070095] Re: apt_news.py download forced unsandboxed

2024-07-01 Thread Alberto Contreras
Hello, Dominic. Thanks for reporting this. To be able to better assess the root of the problem, could you please collect and share the output of `sudo pro collect-logs`? Please, make sure that no sensitive information (as the pro token) is attached, or making this issue private. Could you also run

[Bug 2071363] Re: netplan apply triggers udev add events for every network interface

2024-07-04 Thread Alberto Contreras
Thanks for the work here. I can confirm that netplan.io 1.0.1-1ubuntu1 triggers the following udev events while `netplan apply` which fixes the issue: KERNEL[318.736089] move /devices/pci:00/:00:05.0/net/ens5 (net) KERNEL[318.736131] move /devices/virtual/net/lo (net) UDEV [318.73

[Bug 2055397] Re: netplan/systemd-networkd: route metric not applied to routes to the local subnet

2024-07-08 Thread Alberto Contreras
Thanks for the work here. I can confirm that systemd 245.4-4ubuntu-3.24 properly renders route metrics and fixes the routing issue that this bug refers to. Applying the following diff to cloud-init to install systemd's version from focal-proposed and make extra assertions results in the test passin

[Bug 2055397] Re: netplan/systemd-networkd: route metric not applied to routes to the local subnet

2024-07-08 Thread Alberto Contreras
Cloud-init PR to re-enable the test: https://github.com/canonical/cloud- init/pull/5492 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055397 Title: netplan/systemd-networkd: route metric not applie

[Bug 2067660] Re: deprecate ubuntu_advantage config key from user-data in favor of ubuntu_pro

2024-07-16 Thread Alberto Contreras
** Changed in: cloud-init (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067660 Title: deprecate ubuntu_advantage config key from user-data in favor of ubunt

[Bug 2067059] Re: Auto-attach image support is not available on none

2024-07-16 Thread Alberto Contreras
Thanks for reporting this, as Grant has mentioned, it looks like cloud- init had an error detection on which cloud your vm was running on, and did fallback to None. Could you please attach the results of `cloud-init collect-logs`? Marking this as incomplete until we can introspect the error more d

[Bug 2069391] Re: debsums reports file changed /usr/lib/systemd/system/cloud-init.service

2024-07-16 Thread Alberto Contreras
We discussed in cloud-init stand-up, about the following potential issue: Already installed servers / desktops with the current livecd-rootfs, i.e. containing the modified /usr/lib/systemd/system/cloud-init.service, could get conflicts while upgrading to the latest cloud-init version. Is this an

[Bug 2070537] Re: [FFe] Update ec2-ami-tools to 1.5.19 for Oracular

2024-08-30 Thread Alberto Contreras
** Changed in: ec2-ami-tools (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2070537 Title: [FFe] Update ec2-ami-tools to 1.5.19 for Oracular To manage

[Bug 2061902] Re: upgrade to 0.10.1

2024-09-11 Thread Alberto Contreras
** Changed in: python-s3transfer (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061902 Title: upgrade to 0.10.1 To manage notifications about thi

[Bug 2052437] Re: python-boto: obsolete, replaced by python-boto3

2024-04-06 Thread Alberto Contreras
** Changed in: simplestreams (Ubuntu) Assignee: (unassigned) => Alberto Contreras (aciba) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2052437 Title: python-boto: obsolete, replaced by pyt

[Bug 2052437] Re: python-boto: obsolete, replaced by python-boto3

2024-04-10 Thread Alberto Contreras
** Changed in: simplestreams (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2052437 Title: python-boto: obsolete, replaced by python-boto3 To manage notifi

[Bug 2049860] Re: cloud-init cloud-config for ssh broken in jammy

2024-04-11 Thread Alberto Contreras
Hi @DisatesR. In addition to John's comment, collecting and sharing cloud-init's logs[1] (making sure no sensitive data is attached) might help us to triage what's happening. [1]https://cloudinit.readthedocs.io/en/latest/howto/bugs.html#collect- logs -- You received this bug notification becaus

[Bug 2049860] Re: cloud-init cloud-config for ssh broken in jammy

2024-04-12 Thread Alberto Contreras
Hi DisasteR, thanks for attaching the logs. ssh_pwauth gets handled by the set_passwords config module, which runs as part of the cloud-config stage. The problem is that cloud-config and cloud-final stages didn't run because cloud-init is instructed to be disabled. Some stanza in your user-data,

[Bug 2049860] Re: cloud-init cloud-config for ssh broken in jammy

2024-04-12 Thread Alberto Contreras
DisasteR: difficult to say if it was a change from the cloud-images, cloud-init or other package without access to the jammy instance. But in any case, write_files, bootcmd and runcmd are config modules that can break the system in multiple ways as they give total control to the user and they have

[Bug 2061217] Re: [MIR] python-boto3

2024-04-15 Thread Alberto Contreras
I am going to start working on the MIR template. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061217 Title: [MIR] python-boto3 To manage notifications about this bug go to: https://bugs.launchpad

[Bug 2061217] Re: [MIR] python-boto3

2024-04-15 Thread Alberto Contreras
python-botocore is a dependency of python-s3transfer thus it has to be MIRed too per the same reasoning as https://bugs.launchpad.net/ubuntu/+source/python- boto3/+bug/2061217/comments/2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2061217] Re: [MIR] python-boto3

2024-04-15 Thread Alberto Contreras
** Also affects: python-botocore (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/2061217 Title: [MIR] python-boto3 To manage notifications about t

[Bug 2061217] Re: [MIR] python-boto3

2024-04-15 Thread Alberto Contreras
$ lintian --pedantic python-boto3_1.34.46+dfsg-1.dsc P: python-boto3 source: package-uses-old-debhelper-compat-version 12 P: python-boto3 source: silent-on-rules-requiring-root [debian/contro $ lintian --pedantic python-s3transfer_0.10.0-1.dsc $ lintian --pedantic python-botocore_1.34.46+repack-1

[Bug 2061217] Re: [MIR] python-boto3

2024-04-15 Thread Alberto Contreras
** Description changed: [Availability] - The package python-boto3 is already in Ubuntu universe. - The package python-boto3 build for the architectures it is designed to work on. - It builds amd64 only (but binary is arch-all) - Link to package https://launchpad.net/ubuntu/+source/python-boto3

[Bug 2061751] [NEW] [MIR] python-botocore as dependency of python-s3transfer

2024-04-16 Thread Alberto Contreras
Public bug reported: TODO ** Affects: python-botocore (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/2061751 Title: [MIR] python-botocore as

[Bug 2061750] [NEW] [MIR] python-s3transfer as dependency of python-boto3

2024-04-16 Thread Alberto Contreras
Public bug reported: TODO ** Affects: python-s3transfer (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/2061750 Title: [MIR] python-s3transf

[Bug 2061217] Re: [MIR] python-boto3

2024-04-16 Thread Alberto Contreras
** Description changed: [Availability] - The packages python-boto3, python-s3transfer and python-botocore are already in Ubuntu universe. - The packages python-boto3, python-s3transfer and python-botocore build for the architectures it is designed to work on. + The package python-boto3 is alre

[Bug 2061751] Re: [MIR] python-botocore as dependency of python-s3transfer

2024-04-16 Thread Alberto Contreras
$ lintian --pedantic python-botocore_1.34.46+repack-1.dsc P: python-botocore source: package-uses-old-debhelper-compat-version 12 P: python-botocore source: silent-on-rules-requiring-root [debian/control] ** Description changed: - TODO + [Availability] + The package python-botocore is already in

[Bug 2061750] Re: [MIR] python-s3transfer as dependency of python-boto3

2024-04-16 Thread Alberto Contreras
$ lintian --pedantic python-s3transfer_0.10.0-1.dsc ** Description changed: - TODO + [Availability] + The package python-s3transfer is already in Ubuntu universe. + The package python-s3transfer build for the architectures it is designed to work on. + They build amd64 only (but binary is arch-al

[Bug 2061217] Re: [MIR] python-boto3 as a dependency of simplestreams

2024-04-16 Thread Alberto Contreras
** Description changed: [Availability] The package python-boto3 is already in Ubuntu universe. The package python-boto3 build for the architectures it is designed to work on. They build amd64 only (but binary is arch-all) Link to package: https://launchpad.net/ubuntu/+source/python-boto

[Bug 2061750] Re: [MIR] python-s3transfer as indirect dependency of simplestreams (simplestreams -> python-boto3 -> python-s3transfer)

2024-04-16 Thread Alberto Contreras
** Summary changed: - [MIR] python-s3transfer as dependency of python-boto3 + [MIR] python-s3transfer as indirect dependency of simplestreams (simplestreams -> python-boto3 -> python-s3transfer) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 2061751] Re: [MIR] python-botocore as indirect dependency of simplestreams (simplestreams -> python-boto3 -> python-s3transfer -> python-botocore)

2024-04-16 Thread Alberto Contreras
** Summary changed: - [MIR] python-botocore as dependency of python-s3transfer + [MIR] python-botocore as indirect dependency of simplestreams (simplestreams -> python-boto3 -> python-s3transfer -> python-botocore) -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 2061217] Re: [MIR] python-boto3 as a dependency of simplestreams

2024-04-16 Thread Alberto Contreras
I am working on adding build / autopkg test in https://code.launchpad.net/~aciba/ubuntu/+source/python- boto3/+git/python-boto3/+merge/464411 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061217 Titl

[Bug 2061751] Re: [MIR] python-botocore as indirect dependency of simplestreams (simplestreams -> python-boto3 -> python-s3transfer -> python-botocore)

2024-04-16 Thread Alberto Contreras
I am working on adding build / autopkg tests in https://code.launchpad.net/~aciba/ubuntu/+source/python- botocore/+git/python-botocore/+merge/464419 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/206175

[Bug 2061750] Re: [MIR] python-s3transfer as indirect dependency of simplestreams (simplestreams -> python-boto3 -> python-s3transfer)

2024-04-16 Thread Alberto Contreras
I am working on adding build / autopkg test in https://code.launchpad.net/~aciba/ubuntu/+source/python-s3transfer/+git/python-s3transfer/+merge/464413 . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/20

[Bug 2072677] Re: MOTD CVE warning being shown on already-patched package versions when running apt upgrades

2024-07-22 Thread Alberto Contreras
Marking it as incomplete until logs are attached. Thanks. ** Changed in: ubuntu-advantage-tools (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2072677 Title:

[Bug 2073869] [NEW] systemd-networkd refuses to apply route with gateway out of the NIC's subnet

2024-07-23 Thread Alberto Contreras
Public bug reported: The version of systemd-networkd on Ubuntu Focal refuses to configure a route due to the fact that the address of the gateway is outside of the subnet of the NIC. The onlink option is required. This does not happen on Jammy and Noble. Steps to reproduce: ``` # ip a 2: ens2:

[Bug 2061902] [NEW] upgrade to 0.10.1

2024-04-16 Thread Alberto Contreras
Public bug reported: TODO ** Affects: python-s3transfer (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/2061902 Title: upgrade to 0.10.1 To

[Bug 2061902] Re: upgrade to 0.10.1

2024-04-16 Thread Alberto Contreras
** Merge proposal linked: https://code.launchpad.net/~aciba/ubuntu/+source/python-s3transfer/+git/python-s3transfer/+merge/464460 ** Merge proposal linked: https://code.launchpad.net/~aciba/ubuntu/+source/python-s3transfer/+git/python-s3transfer/+merge/464461 -- You received this bug not

[Bug 2061750] Re: [MIR] python-s3transfer as indirect dependency of simplestreams (simplestreams -> python-boto3 -> python-s3transfer)

2024-04-17 Thread Alberto Contreras
New MR including 0.10.1 and tests: https://code.launchpad.net/~aciba/ubuntu/+source/python-s3transfer/+git/python-s3transfer/+merge/464461 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061750 Title:

[Bug 2061902] Re: upgrade to 0.10.1

2024-04-17 Thread Alberto Contreras
** Description changed: - TODO + https://bugs.launchpad.net/ubuntu/+source/python-s3transfer/+bug/2061750/comments/3 ** Changed in: python-s3transfer (Ubuntu) Assignee: (unassigned) => Alberto Contreras (aciba) ** Changed in: python-s3transfer (Ubuntu) Status: New => In Pr

[Bug 2052437] Re: python-boto: obsolete, replaced by python-boto3

2024-04-17 Thread Alberto Contreras
For the simplestreams target, it was discussed and agreed by paelzer, paride and aciba that it does not require an FFE because: > In general a change like this would require an FFe, unless it is the only viable way to fix a (sufficiently high importance) bug. In this case the bug is https://bugs.l

[Bug 2061562] Re: tried attaching ubuntu pro using terminal

2024-04-25 Thread Alberto Contreras
Per the trace in https://bugs.launchpad.net/ubuntu/+source/ubuntu- advantage- tools/+bug/2061562/+attachment/5765702/+files/ubuntu_pro_apt_news.txt: ``` Traceback (most recent call last): File "/usr/lib/python3/dist-packages/uaclient/cli/__init__.py", line 1705, in wrapper return func(*args

[Bug 2059317] Re: [FFe] EC2 fetch metadata every boot

2024-04-29 Thread Alberto Contreras
https://github.com/canonical/cloud-init/issues/5114 represents the cache invalidation issue. ** Bug watch added: github.com/canonical/cloud-init/issues #5114 https://github.com/canonical/cloud-init/issues/5114 -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 2056439] Re: Latest cloud-init fails with AttributeError: 'DataSourceVMware' object has no attribute 'rpctool'

2024-03-11 Thread Alberto Contreras
Thanks, Thomas, for reporting this! Upstream PR fixing this: https://github.com/canonical/cloud- init/pull/5021 ** Changed in: cloud-init (Ubuntu) Status: New => In Progress ** Changed in: cloud-init (Ubuntu) Assignee: (unassigned) => Chad Smith (chad.smith) -- You received this bu

[Bug 2056779] Re: Don't offer realtime on Raspberry Pi

2024-03-15 Thread Alberto Contreras
** Changed in: ubuntu-advantage-tools (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056779 Title: Don't offer realtime on Raspberry Pi To manage notification

[Bug 2057965] Re: google-startup-scripts runs before cloud-init finished network setup

2024-03-19 Thread Alberto Contreras
Why the patch in https://bugs.launchpad.net/ubuntu/+source/google-guest- agent/+bug/2057965/comments/5 and Impact description order gga after cloud-final.service but the merged (temporal) cpc_packaging.extra MRs order gga after cloud-config.service? -- You received this bug notification because y

[Bug 2058158] Re: update-manager crashes when started

2024-03-21 Thread Alberto Contreras
*** This bug is a duplicate of bug 2058133 *** https://bugs.launchpad.net/bugs/2058133 ** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2058158 Tit

[Bug 2058133] Re: update-manager applet does exit successfully

2024-03-21 Thread Alberto Contreras
Thanks for the logs. The output of `pro security-status --format=json` and the internal error look correct, so I'm going to mark the ubuntu-advantage-tools bit as invalid. It feels like this is something that should be handled and fixed in update-manager. https://bugs.launchpad.net/ubuntu/+source

[Bug 2055239] Re: Warning: The unit file, source configuration file or drop-ins of {apt-news, esm-cache}.service changed on disk. Run 'systemctl daemon-reload' to reload units.

2024-02-29 Thread Alberto Contreras
Hello Nobutu. Thanks again for reporting this. I have been trying to reproduce the error with no success. I tried some combinations of: - In lxd container with [jammy, noble] - [pro downgrade / upgrade targeting 31.1] - pro enable / disable - [pro downgrade / upgrade targeting 31.1] - apt updadat

[Bug 2055397] [NEW] netplan/systemd-networkd: route metric not applied to routes to the local subnet

2024-02-29 Thread Alberto Contreras
Public bug reported: Cloud-init introduced a feature to configure policy routing on AWS EC2 instances with multiple NICs in https://github.com/canonical/cloud-init/commit/0ca5f31043e2d98eab31a43d9dde9bdaef1435cb targeting v24.1. Cloud-init generates the following netplan config: ``` $ cat /etc

[Bug 2055397] Re: netplan/systemd-networkd: route metric not applied to routes to the local subnet

2024-02-29 Thread Alberto Contreras
Marking cloud-init as invalid as I think there is no workaround to fix this issue. Adding netplan.io for reference and awareness. After confirmation from systemd-networkd, I wonder if it would be feasible / reasonable to backport https://github.com/systemd/systemd/pull/19344 to focal. -- You re

[Bug 2055397] Re: netplan/systemd-networkd: route metric not applied to routes to the local subnet

2024-02-29 Thread Alberto Contreras
Attaching cloud-init logs, which include journal logs. ** Attachment added: "cloud-init.tar.gz" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2055397/+attachment/5750656/+files/cloud-init.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 2055397] Re: netplan/systemd-networkd: route metric not applied to routes to the local subnet

2024-02-29 Thread Alberto Contreras
cloud-init upstream PR adding test coverage for this issue: https://github.com/canonical/cloud-init/pull/4982 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055397 Title: netplan/systemd-networkd: r

[Bug 2055754] Re: Xubuntu Minimal install failed to create usable user

2024-03-04 Thread Alberto Contreras
Attaching subiquity as the installation was driven by it. ** 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/2055754 Title:

[Bug 2073869] Re: systemd-networkd refuses to apply route with gateway out of the NIC's subnet

2024-08-20 Thread Alberto Contreras
Yes, Lukas, adding "on-link: true" to the static routes in the Netplan configuration fixes the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2073869 Title: systemd-networkd refuses to apply r

[Bug 2070537] Re: New upstream 1.5.19

2024-08-27 Thread Alberto Contreras
Tracking in https://warthogs.atlassian.net/browse/CPC-4748. ** Changed in: ec2-ami-tools (Ubuntu) Assignee: (unassigned) => Alberto Contreras (aciba) ** Changed in: ec2-ami-tools (Ubuntu) Status: New => In Progress ** Changed in: ec2-ami-tools (Ubuntu) Importance: Und

[Bug 2070537] Re: New upstream 1.5.19

2024-08-27 Thread Alberto Contreras
** Merge proposal linked: https://code.launchpad.net/~aciba/ubuntu/+source/ec2-ami-tools/+git/ec2-ami-tools/+merge/472067 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2070537 Title: New upstrea

[Bug 2078046] [NEW] undefined method `exists?' for File:Class

2024-08-28 Thread Alberto Contreras
Public bug reported: The following binaries crash with the following exception: * ec2-bundle-image –manual * ec2-bundle-vol --manual * ec2-migrate-bundle --manual * ec2-migrate-manifest --manual * ec2-unbundle --manual ``` $ ec2-bundle-vol --manual /usr/lib/ec2-ami-tools/lib/ec2/platform/current

[Bug 2078046] Re: undefined method `exists?' for File:Class

2024-08-28 Thread Alberto Contreras
** Attachment added: "Script to reproduce the issue" https://bugs.launchpad.net/ubuntu/+source/ec2-ami-tools/+bug/2078046/+attachment/5810008/+files/repr.sh -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 2078046] Re: undefined method `exists?' for File:Class

2024-08-28 Thread Alberto Contreras
** Attachment added: "Output of the script" https://bugs.launchpad.net/ubuntu/+source/ec2-ami-tools/+bug/2078046/+attachment/5810009/+files/test.log ** Also affects: ec2-ami-tools (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: ec2-ami-tools (Ubuntu Oracular) Im

[Bug 2078051] [NEW] missing required dependencies

2024-08-28 Thread Alberto Contreras
Public bug reported: Per the description in readme-install.txt in [1]: ``` Compatability - The AMI Tools are available in a self contained zip file for systems that do not support RPMs. They should run on most Linux distributions provided the following dependencies are installed and

[Bug 2078051] Re: missing required dependencies

2024-08-28 Thread Alberto Contreras
** Description changed: Per the description in readme-install.txt in [1]: ``` Compatability - The AMI Tools are available in a self contained zip file for systems that do not support RPMs. They should run on most Linux distributions provided the following dependenci

[Bug 2078051] Re: missing required dependencies

2024-08-28 Thread Alberto Contreras
Removing tar and gzip from the list of needed dependencies, as they are essential packages. ** Description changed: Per the description in readme-install.txt in [1]: ``` Compatability - The AMI Tools are available in a self contained zip file for systems that do not

[Bug 2078046] Re: undefined method `exists?' for File:Class

2024-08-28 Thread Alberto Contreras
** Changed in: ec2-ami-tools (Ubuntu Oracular) Assignee: alberto (alberto) => Alberto Contreras (aciba) ** Changed in: ec2-ami-tools (Ubuntu Oracular) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 2078051] Re: missing required dependencies

2024-08-28 Thread Alberto Contreras
** Changed in: ec2-ami-tools (Ubuntu Oracular) Importance: Undecided => Medium ** Changed in: ec2-ami-tools (Ubuntu Oracular) Assignee: (unassigned) => Alberto Contreras (aciba) ** Changed in: ec2-ami-tools (Ubuntu Oracular) Status: New => In Progress -- You received

[Bug 1677842] Re: Missing dep8 tests

2024-08-28 Thread Alberto Contreras
** Changed in: ec2-ami-tools (Ubuntu) Assignee: (unassigned) => Alberto Contreras (aciba) ** Changed in: ec2-ami-tools (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2070537] Re: [FFe] Update ec2-ami-tools to 1.5.19 for Oracular

2024-08-29 Thread Alberto Contreras
** Summary changed: - New upstream 1.5.19 + [FFe] Update ec2-ami-tools to 1.5.19 for Oracular ** Description changed: - The latest version is version 1.5.19 released 2023-09-20. The download - is available at [0]. + The latest version is version 1.5.19 released 2023-09-20. + Diff and PPA: + *

[Bug 2071363] [NEW] netplan apply triggers udev add events for every network interfdace

2024-06-27 Thread Alberto Contreras
Public bug reported: netplan.io version 1.0-3ubuntu1, on Ubuntu 24.10, triggers udev add events for every already present network interface: ``` $ lxc launch ubuntu-daily:o oo # open `udevadm monitor` on another window within the container o: # netplan apply o: # udevadm monitor monitor will

[Bug 2071363] Re: netplan apply triggers udev add events for every network interfdace

2024-06-27 Thread Alberto Contreras
cloud-init logs on aws ** Attachment added: "0-oracular-240626192140.tar.xz" https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2071363/+attachment/5792834/+files/0-oracular-240626192140.tar.xz ** Changed in: cloud-init (Ubuntu Oracular) Status: New => Invalid -- You received

[Bug 2071363] Re: netplan apply triggers udev add events for every network interfdace

2024-06-27 Thread Alberto Contreras
Marking cloud-init as invalid, as the problem is not caused by it directly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2071363 Title: netplan apply triggers udev add events for every network inte

[Bug 2081124] Re: systemd service dependency loop between cloud-init, NetworkManager and dbus

2024-09-20 Thread Alberto Contreras
I have proposed https://github.com/canonical/cloud-init/pull/5722 as a solution for this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2081124 Title: systemd service dependency loop between c

[Bug 34634] Re: There is no easy way to copy/move/edit files owned by some other user even if I know password

2008-10-10 Thread Jorge Alberto Contreras de los Reyes
have emachines model W3410 AMD 64 ATHLON 3200+ ATI VIDEO CARD. 1GB RAM, 80 GB HD. NO WORK VIDEO CARD AND USER NAME AND PASSWORD DONT PASS RETURN AGAIN AGAIN, ONLY ADVANCE SAFE MODE. -- There is no easy way to copy/move/edit files owned by some other user even if I know password https://bugs.

[Bug 350768] [NEW] emachines w3410 not work with ubuntu 8.04 or 8.10

2009-03-29 Thread Jorge Alberto Contreras de los Reyes
Public bug reported: install ubuntu 7.04 works full but not support install ubuntu 8.04 or 8.10 video problem out range and not install ** Affects: ubuntu Importance: Undecided Status: New -- emachines w3410 not work with ubuntu 8.04 or 8.10 https://bugs.launchpad.net/bu