[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2017-01-06 Thread Gunnar Hjalmarsson
*** This bug is a duplicate of bug 1522675 *** https://bugs.launchpad.net/bugs/1522675 @Alaricd: That's bug #1607535. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1570141 Title: Can't drop

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2017-01-06 Thread Alaricd
*** This bug is a duplicate of bug 1522675 *** https://bugs.launchpad.net/bugs/1522675 This block from ceph3us got me past the initial problem "sudo adduser --force-badname --system --home /nonexistent --no-create-home --quiet _apt || true sudo chown _apt

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-11-23 Thread Alessandro Magnolo
*** This bug is a duplicate of bug 1522675 *** https://bugs.launchpad.net/bugs/1522675 ** This bug has been marked a duplicate of bug 1522675 Can't drop privileges for downloading : _apt user not allowed -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-11-18 Thread MP
$ sudo chown -R _apt:root /var/lib/update-notifier/package-data-downloads/partial/ (note the addition of the -R flag) in the top line should address the need to remove all files from partial (and maybe even the FAILED files), as _apt should have access to remove or overwrite those files. I'm

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-11-08 Thread Marcel Molendijk
@ MP; works for me, too! Had to re-do the process several times and I changed this: "sudo rm /var/lib/update-notifier/package-data-downloads/partial/*.FAILED" to this "sudo rm /var/lib/update-notifier/package-data-downloads/partial/*.*". Did the last two commands several times and in the end

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-11-03 Thread MP
This works for me, YMMV $ sudo chown _apt:root /var/lib/update-notifier/package-data- downloads/partial/ $ sudo rm /var/lib/update-notifier/package-data- downloads/partial/*.FAILED $ sudo apt install --reinstall update-notifier-common -- You received this bug notification because you are a

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-09-03 Thread bruce d.
If this is a bug that could provide root hacking I would think it would be a higher priority;anyway,after multiple efforts of deleting the installer and reloaduing it, I still get the message "Can't drop privileges for downloading as file

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-08-23 Thread NJ
But perhaps the message will be changed upstream, at Debian. (See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813786.) ** Bug watch added: Debian Bug tracker #813786 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813786 -- You received this bug notification because you are a member

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-08-23 Thread NJ
> The message is just a friendly warning Well, it doesn't *look* that friendly. Perhaps reformulation of the message is in order? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1570141 Title: Can't

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-08-02 Thread Robert Pollak
How is this related to bug #1537512? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1570141 Title: Can't drop privileges for downloading as file '/var/lib/update-

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-05-07 Thread Julian Andres Klode
The message is just a friendly warning for you that APT fetcher processes does not run in full security mode, so a potential bug in e.g. our http parser could be exploited to run code as root. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-05-07 Thread Julian Andres Klode
APT is not the cause of the issue (for some definition of cause). We switched to running the fetcher processes as an unpriviliged user last year in order to increase security. Client apps/directories need to be adjusted for that to work. -- You received this bug notification because you are a

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-05-03 Thread Gunnar Hjalmarsson
On 2016-05-03 07:08, ceph3us wrote: > sudo adduser --force-badname --system --home /nonexistent > --no-create-home --quiet _apt || true > sudo chown _apt > /var/lib/update-notifier/package-data-downloads/partial/ Nope. The user _apt already exists for me, and I already tried chown() to no avail.

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-05-02 Thread ceph3us
sudo adduser --force-badname --system --home /nonexistent --no-create-home --quiet _apt || true sudo chown _apt /var/lib/update-notifier/package-data-downloads/partial/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-04-30 Thread Gunnar Hjalmarsson
I get the warning (in yakkety) when installing flashplugin-installer (see attached file). OTOH it's followed by: Installing from local file /var/lib/update-notifier/package-data-downloads/partial/adobe-flashplugin_20160407.1.orig.tar.gz Flash Plugin installed. Setting up flashplugin-installer

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-04-25 Thread Marius Gedminas
Also happens for adobe-flashplugin updates. Full cron mail output: /etc/cron.daily/logrotate: gzip: stdin: file size changed while zipping /etc/cron.daily/pov-simple-backup: tar: root/.gnupg/S.gpg-agent: socket ignored /etc/cron.daily/update-notifier-common: N: Ignoring file

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-04-18 Thread Fabio C. Barrionuevo
Steve Langasek (vorlon) , i record the terminal session and show the errors, please, see https://asciinema.org/a/42785 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1570141 Title: Can't drop

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-04-16 Thread Fabio C. Barrionuevo
video with full execution ** Attachment added: "apt or update-notifier bug" https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+attachment/4638216/+files/update-notifier_or_apt_bug.webm -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-04-14 Thread Steve Langasek
This message shows up frequently in xenial, but does not necessarily mean that the operation has failed. Can you please show a complete log or cron mail showing the context of this message? ** Changed in: update-notifier (Ubuntu) Status: New => Incomplete -- You received this bug

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-04-13 Thread Fabio C. Barrionuevo
fabio@luzfcb:~$ ls -dl /var/cache/apt/archives/partial/ drwx-- 2 _apt root 4096 Abr 11 21:13 /var/cache/apt/archives/partial/ fabio@luzfcb:~$ ls -dl /var/cache/apt/archives/ drwxr-xr-x 4 root root 28672 Abr 13 19:57 /var/cache/apt/archives/ -- You received this bug notification because you

[Bug 1570141] Re: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permi

2016-04-13 Thread Fabio C. Barrionuevo
related: https://bugs.launchpad.net/ubuntu/+source/pepperflashplugin- nonfree/+bug/1551511 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1570141 Title: Can't drop privileges for downloading as file