[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 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: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 /var/lib/update-notifier/package-data-downloads/partial/"

However, now it won't download the fonts, I am getting connection
refused, and 404 errors.  I am sure it doesn't help that the url has a
space in it "the fonts" this should really be URL encoded

 Failed to fetch
https://pilotfiber.dl.sourceforge.net/project/corefonts/the
fonts/final/andale32.exe

-- 
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-
  notifier/package-data-downloads/partial/andale32.exe' couldn't be
  accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570141

Title:
  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: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 not sure why you would have to reinstall update-notifier-common more
than once though, assuming all rights are appropriately in place. Maybe
your internet connection timed out or checksums didn't match properly in
the downloaded packages?  Glad you got it working though.

-- 
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-
  notifier/package-data-downloads/partial/andale32.exe' couldn't be
  accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 the installation finished without 
errors. The only thing that was different in the last run, when it completed, 
was a dialog window telling me that the download of 
*something*-corefonts-installer had failed. (?!?!@) But I let this window 
during the terminal process and it completed. After that canceled the dialog 
window.

Anyway, thanks!

-- 
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-
  notifier/package-data-downloads/partial/andale32.exe' couldn't be
  accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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-
  notifier/package-data-downloads/partial/andale32.exe' couldn't be
  accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' 
couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
and the terminal process goes on to another site and hangs. wouldn't mind so 
much except keep getting the message about how extra data files didn't get 
dloaded.

-- 
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-
  notifier/package-data-downloads/partial/andale32.exe' couldn't be
  accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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-
  notifier/package-data-downloads/partial/andale32.exe' couldn't be
  accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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-
  notifier/package-data-downloads/partial/andale32.exe' couldn't be
  accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu.
https://bugs.launchpad.net/bugs/1570141

Title:
  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: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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-
  notifier/package-data-downloads/partial/andale32.exe' couldn't be
  accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

-- 
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-
  notifier/package-data-downloads/partial/andale32.exe' couldn't be
  accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/1570141

Title:
  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: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 (11.2.202.616ubuntu5) ...

So Steve is probably right; the operation seems to succeed.

Nevertheless, the warning message is an annoyance, and a fix which
prevents it from popping up is highly desirable IMO.

(is the affected package possibly apt?)

** Attachment added: "flashplugin-installer_warning-msg-at-install.txt"
   
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+attachment/4652478/+files/flashplugin-installer_warning-msg-at-install.txt

** Changed in: update-notifier (Ubuntu)
   Importance: Undecided => Medium

** Changed in: update-notifier (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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-
  notifier/package-data-downloads/partial/andale32.exe' couldn't be
  accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 '50unattended-upgrades.ucf-dist' in directory 
'/etc/apt/apt.conf.d/' as it has an invalid filename extension
Get:1 
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_20160407.1.orig.tar.gz
 [27.0 MB]
Fetched 27.0 MB in 1s (16.4 MB/s)
W: Can't drop privileges for downloading as file 
'/var/lib/update-notifier/package-data-downloads/partial/adobe-flashplugin_20160407.1.orig.tar.gz'
couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
flashplugin-installer: downloading 
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_20160407.1.orig.tar.gz
Installing from local file 
/var/lib/update-notifier/package-data-downloads/partial/adobe-flashplugin_20160407.1.orig.tar.gz
Flash Plugin installed.


ls -ld /var/lib/update-notifier/package-data-downloads/partial/
drwxr-xr-x 2 root root 4096 Apr 24 07:38 
/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.
https://bugs.launchpad.net/bugs/1570141

Title:
  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: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570141

Title:
  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: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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-
  notifier/package-data-downloads/partial/andale32.exe' couldn't be
  accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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-
  notifier/package-data-downloads/partial/andale32.exe' couldn't be
  accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 '/var/lib/update-
  notifier/package-data-downloads/partial/andale32.exe' couldn't be
  accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1570141/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs