[Touch-packages] [Bug 1988145] Re: Couldn't create temporary file /tmp/apt.conf.fsIutr for passing config to apt-key

2022-08-30 Thread Heinrich Schuchardt
Thanks for pointing at user _apt. My /tmp is chmod 777 and mounted as tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime,inode64) When I create the chroot directory in / which is chmod 755 I can execute the test case. So I guess it is one of the mount options that is incompatible with the test

[Touch-packages] [Bug 1988145] Re: Couldn't create temporary file /tmp/apt.conf.fsIutr for passing config to apt-key

2022-08-30 Thread Julian Andres Klode
Closing this as invalid. The analysis is flawed, the configuration file is created by user _apt, not root, the call is literally just mkstemp() with the path given in the error message, or rather a template, so there is no bug in apt here. It's more likely to be wrong permissions on /tmp

[Touch-packages] [Bug 1988145] Re: Couldn't create temporary file /tmp/apt.conf.fsIutr for passing config to apt-key

2022-08-30 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: https://iso.qa.ubuntu.com/qatracker/reports/bugs/1988145 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1988145] Re: Couldn't create temporary file /tmp/apt.conf.fsIutr for passing config to apt-key

2022-08-30 Thread Julian Andres Klode
** Changed in: apt (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1988145 Title: Couldn't create temporary file /tmp/apt.conf.fsIutr

[Touch-packages] [Bug 1988145] Re: Couldn't create temporary file /tmp/apt.conf.fsIutr for passing config to apt-key

2022-08-30 Thread Heinrich Schuchardt
Outside the chroot these are my mounts relevant for the test: $ mount | grep /home /dev/mapper/vgubuntu-home on /home type ext4 (rw,relatime) proc on /home/user/temp/base/proc type proc (rw,nosuid,nodev,noexec,relatime) sysfs on /home/user/temp/base/sys type sysfs