[Touch-packages] [Bug 1647204] Re: 1.8.0-2 FTBFS in zesty 17.04

2017-02-18 Thread Jose Manuel Santamaria Lema
Hi again, I think I'm done now with a proposal for upload, the package was tested in this PPA: https://launchpad.net/~panfaust/+archive/ubuntu/gpgme Note that I also tested a rebuild of kf5-kdepim-apps-libs against it; right now kf5-kdepim-apps-libs is failing against the current version in

[Touch-packages] [Bug 1647204] Re: 1.8.0-2 FTBFS in zesty 17.04

2017-02-18 Thread Jose Manuel Santamaria Lema
Hi, > No, that's not really acceptable. firstly +pic is not an hardening option > AFAIK, what you > effectively did was disabling pie. Then I don't particularly like disabling > tests just because > they hang; please somebody investigate why they hang and actually fix them. > Unsubscribing

[Touch-packages] [Bug 1647204] Re: 1.8.0-2 FTBFS in zesty 17.04

2016-12-08 Thread Jose Manuel Santamaria Lema
** Changed in: gpgme1.0 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gpgme1.0 in Ubuntu. https://bugs.launchpad.net/bugs/1647204 Title: 1.8.0-2 FTBFS in zesty 17.04 Status in

[Touch-packages] [Bug 1854976] [NEW] systemd-resolved doesn't work with "host -l" / AXFR queries

2019-12-03 Thread Jose Manuel Santamaria Lema
Public bug reported: Hello, some time ago network-manager in Ubuntu switched from dnsmasq to systemd-resolved. When network-manager used dnsmasq to handle DNS, one could use "host -l" to list all the hosts in a DNS zone, something like this: $ host -l mydomain.lan mydomain.lan name server

[Touch-packages] [Bug 1845314] Re: udisks2 fails to install in a container with systemd 243

2019-09-25 Thread Jose Manuel Santamaria Lema
Hi, I'm the santa_ above, so, to explain the full picture I'm going to write 3 separate messages below trying to answer these 3 questions: 1. How to reproduce the issue? 2. Why this is happening? 3. How we could fix it? -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1845314] Re: udisks2 fails to install in a container with systemd 243

2019-09-25 Thread Jose Manuel Santamaria Lema
3. How we could fix it? Well, given the data I posted above, my *guess* is that we could safely ignore the udevadm non-zero exit status in the udisks2 postinst script with something like this: if [ "$1" = "configure" ]; then # we ship udev rules, so trigger an update udevadm trigger

[Touch-packages] [Bug 1845314] Re: udisks2 fails to install in a container with systemd 243

2019-09-25 Thread Jose Manuel Santamaria Lema
1. How to reproduce the issue? Very easy, you just have to create an eoan LXD container, add the ppa with systemd 243: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3801/+packages and then just do "apt dist-upgrade" to upgrate to systemd 243 and "apt install udisks2", the udisks2

[Touch-packages] [Bug 1845314] Re: udisks2 fails to install in a container with systemd 243

2019-09-25 Thread Jose Manuel Santamaria Lema
2. Why this is happening? First of all, the udisks2 installation fails because the postinst script fails. Inspecting the postinst script of udisks2, we can see these lines: if [ "$1" = "configure" ]; then # we ship udev rules, so trigger an update udevadm trigger --subsystem-match=block

[Touch-packages] [Bug 1858092] Re: Network Manager not saving OpenVPN password

2020-01-30 Thread Jose Manuel Santamaria Lema
Hi Pete, I will try to re-check the status of this for eoan today after work. Sorry for the delay, I have been very busy lately ;) Cheers. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu.

[Touch-packages] [Bug 1858092] Re: Network Manager not saving OpenVPN password

2020-01-30 Thread Jose Manuel Santamaria Lema
P.S. The bug is indeed fixed in focal. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1858092 Title: Network Manager not saving OpenVPN password Status in

[Touch-packages] [Bug 1858092] Re: Network Manager not saving OpenVPN password

2020-01-07 Thread Jose Manuel Santamaria Lema
** Changed in: network-manager (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1858092 Title: Network Manager not saving

[Touch-packages] [Bug 1858092] Re: Network Manager not saving OpenVPN password

2020-01-07 Thread Jose Manuel Santamaria Lema
This bug also affects focal, it's a network-manager bug fixed in 1.20.6 which we could patch in the packaging while we don't have the .6 package. Attaching debdiff for focal... ** Patch added: "network-manager_1.20.4-2ubuntu4.debdiff"

[Touch-packages] [Bug 1883082] Re: Crash when using Package-Whitelist-Strict

2020-06-11 Thread Jose Manuel Santamaria Lema
I'm attaching a diff to show a possible solution for this. ** Patch added: "ua_whitelist_strict_crash.diff" https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1883082/+attachment/5382869/+files/ua_whitelist_strict_crash.diff -- You received this bug notification because you

[Touch-packages] [Bug 1883082] [NEW] Crash when using Package-Whitelist-Strict

2020-06-11 Thread Jose Manuel Santamaria Lema
Public bug reported: Hi, I'm trying to use unattended-upgrades only with a few packages from a list; to do that I tried this simple /etc/apt/apt.conf.d/51local-ua file: root@focal-ua:~# cat /etc/apt/apt.conf.d/51local-ua

[Touch-packages] [Bug 1883082] Re: Crash when using Package-Whitelist-Strict

2020-06-11 Thread Jose Manuel Santamaria Lema
NOTE: the patch I pasted above was done editing directly /usr/bin /unattended-upgrades so it doesn't pass the unit tests, so a package built with that patch would FTBFS. I will attach a new version of the patch as soon as I have something actually working. -- You received this bug notification

[Touch-packages] [Bug 1883082] Re: Crash when using Package-Whitelist-Strict

2020-06-11 Thread Jose Manuel Santamaria Lema
I'm attaching a second version of the patch to build package for focal. IMHO this one should be good to do a SRU (minus the ~ppa3 version suffix). I did it on top of the 2.3 branch from the git repo: https://github.com/mvo5/unattended-upgrades I built a package for testing remporarily available

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

2022-06-18 Thread Jose Manuel Santamaria Lema
Hi there, thanks of the update. Just in in case anyone else here is interested in a temporary workaround, this is what I did for my use case: - create a config file for dbus like the one mentioned in comment #2 - apt remove apparmor - reboot After that "runlevel", "systemctl is-system-running"