[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-09-15 Thread dino99
** Description changed:

  Recently we got new versions for synaptic 0.82+build1 & apt 1.1.3, but
  now get that error when installing/upgrading some packages:
  
  Setting up libc6-dbg:amd64 (2.21-0ubuntu5) ...
  Processing triggers for libc-bin (2.21-0ubuntu5) ...
  W: Can't drop privileges for downloading as file 
'/root/.synaptic/tmp//tmp_cl' couldn't be accessed by user '_apt'. - 
pkgAcquire::Run (13: Permission denied)
  
  From nautilus, i'm seeing a /root/ folder locked (x on its icon) and the
  folder is empty (no /.synaptic/ sub-folder or file), so the above error.
+ 
+ ===
+ The real problem is : there is _apt user on the system (see #808802 MV 
comments)
+ 
+ grep -B2 _apt /var/lib/dpkg/info/apt.postinst
+ 
+   # add unprivileged user for the apt methods
+   adduser --force-badname --system --home /nonexistent  \
+   --no-create-home --quiet _apt || true
+ 
+   # Fixup any mistake in the home directory of the _apt user
+   if dpkg --compare-versions "$2" lt-nl 1.1~exp10~; then
+   usermod --home /nonexistent _apt
+ ==
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: synaptic 0.82+build1
  ProcVersionSignature: Ubuntu 4.3.0-1.10-generic 4.3.0
  Uname: Linux 4.3.0-1-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.2-0ubuntu8
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Dec  4 05:23:25 2015
  SourcePackage: synaptic
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  Recently we got new versions for synaptic 0.82+build1 & apt 1.1.3, but
  now get that error when installing/upgrading some packages:
  
  Setting up libc6-dbg:amd64 (2.21-0ubuntu5) ...
  Processing triggers for libc-bin (2.21-0ubuntu5) ...
  W: Can't drop privileges for downloading as file 
'/root/.synaptic/tmp//tmp_cl' couldn't be accessed by user '_apt'. - 
pkgAcquire::Run (13: Permission denied)
  
  From nautilus, i'm seeing a /root/ folder locked (x on its icon) and the
  folder is empty (no /.synaptic/ sub-folder or file), so the above error.
  
  ===
- The real problem is : there is _apt user on the system (see #808802 MV 
comments)
+ The real problem is : there is no _apt user on the system (see #808802 MV 
comments)
  
  grep -B2 _apt /var/lib/dpkg/info/apt.postinst
  
-   # add unprivileged user for the apt methods
-   adduser --force-badname --system --home /nonexistent  \
-   --no-create-home --quiet _apt || true
+  # add unprivileged user for the apt methods
+  adduser --force-badname --system --home /nonexistent  \
+  --no-create-home --quiet _apt || true
  
-   # Fixup any mistake in the home directory of the _apt user
-   if dpkg --compare-versions "$2" lt-nl 1.1~exp10~; then
-   usermod --home /nonexistent _apt
+  # Fixup any mistake in the home directory of the _apt user
+  if dpkg --compare-versions "$2" lt-nl 1.1~exp10~; then
+  usermod --home /nonexistent _apt
  ==
- 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: synaptic 0.82+build1
  ProcVersionSignature: Ubuntu 4.3.0-1.10-generic 4.3.0
  Uname: Linux 4.3.0-1-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.2-0ubuntu8
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Dec  4 05:23:25 2015
  SourcePackage: synaptic
  UpgradeStatus: No upgrade log present (probably fresh install)

** Summary changed:

- /root/.synaptic/ not created due to locking status
+ Can't drop privileges for downloading : _apt user not created

** No longer affects: synaptic (Ubuntu)

** Also affects: dpkg (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: apt (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  Can't drop privileges for downloading : _apt user not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1522675/+subscriptions

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

[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-08-25 Thread feroz
ended up using 15.10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created due to locking status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-08-23 Thread feroz
Yet, anyone find out any workaround for this?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created due to locking status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-07-31 Thread Tsu Jan
Cleaning up Firefox bookmarks, I encountered this report again.
Apparently, apt developers don't want to see this as a bug, so don't
wait for a fix! To get rid of that annoying message, you should have an
`_apt` user (which probably you have) and change the owner of the folder
in question from `root:root` to `_apt:root`.

I'm on Debian and the above trick worked here months ago.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created due to locking status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-07-24 Thread Deleted
Is there a fix for this yet? It's still happening on Ubuntu 16.04 with
all updates as of 07/24/2016.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created due to locking status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-07-13 Thread Bill Miller
It's not just synaptic.  Happens with aptitude as well.  I suspect it's
a new requirement for a user named '_apt' which doesn't exist (because
it wasn't added).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created due to locking status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-07-11 Thread Kim Tucker
In case useful, I have just done a fresh install of Xenial, followed by 'sudo 
apt-get install synaptic'. The following error arose when trying to install 
blubuntu-theme and blubuntu-wallpapers 
W: Can't drop privileges for downloading as file '/root/.synaptic/tmp//tmp_sh' 
couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied).
After completely removing via synaptic, it installed fine with apt-get.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created due to locking status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-07-11 Thread dino99
This also happen on Yakkety with synaptic, but only once after opening a
session (gnome-shell 64 bits); After that first 'upgrade' that ends with
this warning, the next upgrades, inside the opened session, do not
warns. This has no sad effects on upgrading, so it could be silenced.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created due to locking status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-07-11 Thread dino99
** Tags added: yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created due to locking status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-06-30 Thread Flames_in_Paradise
** Tags removed: regression
** Tags added: regression-update

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created due to locking status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-06-30 Thread Flames_in_Paradise
Is the system missing a user called _apt ?

Was it forgotten to create one?

Is this warning serious or can/should it be silenced?

Who corrupted my system? Can we still trust the system or should we just
install another distro, which doesn't suffer such?

Looks in any case quite messy AND it's an upgrade-regression.

** Tags added: upgrade-regression

** Tags removed: upgrade-regression
** Tags added: regression

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created due to locking status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-06-27 Thread randolf
Have this problem too, since I updated from 15.10 to 16.04.
Synaptic is not running, but the lock -file is still there:

randolf@ART-LT16:~$ ps aux | grep synaptic
randolf 14314  0.0  0.0  15796  1024 pts/4S+   10:47   0:00 grep 
--color=auto synaptic
randolf@ART-LT16:~$ ll /var/cache/apt/archives/lock
-rw-r- 1 root root 0 Okt 21  2015 /var/cache/apt/archives/lock

Hope this helps, randolf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created due to locking status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-05-05 Thread jean-christophe manciot
After exiting from Synaptic, is it expected for the file
/var/cache/apt/archives/lock to be still there?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created due to locking status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-05-04 Thread Gil Gamesh
It's correct that it's a warning, but it is presented as an error. I get
a pop-up window that says "An error occurred".

I guess this is potentially a different bug as I see the same thing with
a warning about a weak digest algorithm similarly being presented as an
error.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created due to locking status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-04-27 Thread Brian Murray
The update-notifier-common message is unrelated to this bug and is only
a warning (notice the W:) and the flash plugin is still installed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created due to locking status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-04-27 Thread Travisgevans
I just now found a very similar message from the update-notifier
cronjob:

/etc/cron.daily/update-notifier-common:
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 1min 11s (378 kB/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.

So, apparently not unique to Synaptic?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created due to locking status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-04-27 Thread Bug Watch Updater
** Changed in: synaptic (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created due to locking status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-04-26 Thread The Powerpuff Girls
I had this message a few times within the past few days of upgrading to
Ubuntu 16.04, fresh, from Ubuntu 12.04.

I had this message about a half hour ago while installing apport.

- Blossom

** Changed in: synaptic (Ubuntu)
   Status: Triaged => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created due to locking status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created due to locking status

2016-04-25 Thread dino99
** Summary changed:

- /root/.synaptic/ not created
+ /root/.synaptic/ not created due to locking status

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created due to locking status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2016-04-25 Thread Travisgevans
For the Synaptic message complaining about
/var/cache/apt/archives/partial, setting the owner of that directory to
_apt seems to avoid it, based on my tests in a VirtualBox VM of Wily
upgraded to Xenial.

I haven't (yet) encountered an error complaining about
/root/.synaptic/[…]. It seems really bizarre that it would insist on
some system user being able to access something in root's home
directory.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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

[Bug 1522675] Re: /root/.synaptic/ not created

2016-04-25 Thread Richard Hansen
** Bug watch added: Debian Bug tracker #808802
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808802

** Also affects: synaptic (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808802
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2016-04-21 Thread Luis Ferro
Then i suppose that a new bug is entered into synaptics and linked to
this bug so that users affected by this can see that it is being handled
insted of "ignored" by a invalid / triaged status?

Just tested on the "release" version of xenial and it still happens.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2016-03-08 Thread Adolfo Jayme
** Changed in: synaptic (Ubuntu)
   Status: Invalid => Triaged

** Changed in: synaptic (Ubuntu)
   Importance: Critical => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2016-03-08 Thread Julian Andres Klode
There is no bug in APT here. There is not even an error. It's a warning.
In any case, this is synaptics fault, as that defines where to download
the changelog instead of using APT's changelog code.

** Changed in: apt (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2016-02-28 Thread Tigerboy
dpkg.log:

2016-02-27 23:23:37 install xicc:amd64  0.2-3
2016-02-27 23:23:37 status half-installed xicc:amd64 0.2-3
2016-02-27 23:23:37 status unpacked xicc:amd64 0.2-3
2016-02-27 23:23:37 status unpacked xicc:amd64 0.2-3
2016-02-27 23:23:37 startup packages configure
2016-02-27 23:23:37 configure xicc:amd64 0.2-3 
2016-02-27 23:23:37 status unpacked xicc:amd64 0.2-3
2016-02-27 23:23:37 status half-configured xicc:amd64 0.2-3
2016-02-27 23:23:37 status installed xicc:amd64 0.2-3
2016-02-27 23:23:38 startup packages configure

xicc shows as being fully installed & dpkg is fully operational.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2016-02-27 Thread Tigerboy
Additionally:
/root/.synaptic/tmp does exist and it is owned by root with permissions 0700

The /root/.synaptic/tmp folder is empty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2016-02-27 Thread Tigerboy
W: Can't drop privileges for downloading as file
'/root/.synaptic/tmp//tmp_cl' couldn't be accessed by user '_apt'. -
pkgAcquire::Run (13: Permission denied)

following what appears to be the successful install of package xicc
0.2-3

fully upgraded 16.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2016-02-17 Thread dino99
@Brian

This is still happening on that fresh wily dist-upgraded to xenial, even
with the latest apt 1.2.3 and gcc  5.3.1-1

Processing triggers for libc-bin (2.21-0ubuntu6) ...
W: Can't drop privileges for downloading as file '/root/.synaptic/tmp//tmp_cl' 
couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)


The main issue sems to be that .root folder LOCKED, that disable to subfolder 
creation.

Is that locked .root folder expected ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2016-02-16 Thread Brian Murray
I was unable to recreate this given the situation described:

 $ sudo mv /root/.synaptic /root/synaptic
[  3:56PM 10261 ]  [ bdmurray@impulse:~/Documents/gtd ]
 $ sudo apt-get install --reinstall libc-bin
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-4.3.0-7 linux-headers-4.3.0-7-generic 
linux-image-4.3.0-7-generic linux-image-extra-4.3.0-7-generic 
linux-tools-4.3.0-7 linux-tools-4.3.0-7-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 207 not upgraded.
Need to get 0 B/1,172 kB of archives.
After this operation, 0 B of additional disk space will be used.
Sorry, your system lacks support for the snapshot feature
(Reading database ... 909633 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.21-0ubuntu5_amd64.deb ...
Unpacking libc-bin (2.21-0ubuntu5) over (2.21-0ubuntu5) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libc-bin (2.21-0ubuntu5) ...


** Changed in: apt (Ubuntu)
   Importance: Critical => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2016-02-11 Thread Flames_in_Paradise
@ddino99: The link u provided seems to be broken, so look at this:
https://launchpad.net/ubuntu/xenial/+source/apt/+changelog

And , yes, thats impressive!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2016-02-11 Thread Alberto Salvia Novella
** Changed in: apt (Ubuntu)
   Importance: Undecided => Critical

** Changed in: synaptic (Ubuntu)
   Importance: Medium => Critical

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2016-02-11 Thread Alberto Salvia Novella
** Changed in: synaptic (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2016-02-11 Thread dino99
Debian have upgrade the package; so the link above is indeed dead. Hereis the 
full actual changelog (more complete than the launchpad changelog)
http://metadata.ftp-master.debian.org/changelogs/main/a/apt/apt_1.2.3_changelog

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2016-02-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: apt (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2016-01-28 Thread dino99
** Also affects: apt (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/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2016-01-28 Thread Tsu Jan
I was wrong: the problem still persists with apt-1.2 :( It showed up
again the second time I used Synaptic after the upgrade.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2016-01-28 Thread Tsu Jan
On Debian, this issue is fixed by apt-1.2, although another irrelevant
message is shown now:

The method driver /usr/lib/apt/methods/https could not be found.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2016-01-28 Thread dino99
Thanks Tsu

so many changes recently with the apt package !!!
http://metadata.ftp-master.debian.org/changelogs/main/a/apt/apt_1.2.1_changelog

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2015-12-17 Thread dino99
synaptic 0.82.5 does not solve that issue

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2015-12-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: synaptic (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2015-12-11 Thread Alberto Salvia Novella
** Changed in: synaptic (Ubuntu)
   Importance: Undecided => High

** Changed in: synaptic (Ubuntu)
   Importance: High => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/1522675/+subscriptions

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


[Bug 1522675] Re: /root/.synaptic/ not created

2015-12-11 Thread Tsu Jan
On Debian I get messages like this when the download process is
completed:

W: Can't drop privileges for downloading as file
'/var/cache/apt/archives/partial/PACKAGE' couldn't be accessed by user
'_apt'. - pkgAcquire::Run (13: Permission denied)

However, after I close the dialog, I can update the packages. Of course
PACKAGE isn't there after it's downloaded completely. Why Synaptic
searches for it in that folder, I don't know.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522675

Title:
  /root/.synaptic/ not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/1522675/+subscriptions

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