[Bug 1902992] Re: upgrade from 18.04 to 20.04 stops midway"An unresolvable problem occurred while calculating the upgrade. This was likely caused by: * Unofficial software packages not provided by Ubu

2020-11-04 Thread Abhishek Ghosh Roy
Could not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade.

 This was likely caused by:
 * Unofficial software packages not provided by Ubuntu
Please use the tool 'ppa-purge' from the ppa-purge 
package to remove software from a Launchpad PPA and 
try the upgrade again.

If none of this applies, then please report this bug using the command
'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. If you want to
investigate this yourself the log files in '/var/log/dist-upgrade' will
contain details about the upgrade. Specifically, look at 'main.log' and
'apt.log'.

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

Title:
  upgrade from 18.04 to 20.04 stops midway"An unresolvable problem
  occurred while calculating the upgrade.   This was likely caused by:
  * Unofficial software packages not provided by Ubuntu Please use the
  tool 'ppa-purge' from the ppa-purge  package to remove software from a
  Launchpad PPA and  try the upgrade again."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1902992/+subscriptions

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

[Bug 1902992] [NEW] upgrade from 18.04 to 20.04 stops midway"An unresolvable problem occurred while calculating the upgrade. This was likely caused by: * Unofficial software packages not provided by U

2020-11-04 Thread Abhishek Ghosh Roy
Public bug reported:

An unresolvable problem occurred while calculating the upgrade.

 This was likely caused by:
 * Unofficial software packages not provided by Ubuntu
Please use the tool 'ppa-purge' from the ppa-purge 
package to remove software from a Launchpad PPA and 
try the upgrade again.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.40
ProcVersionSignature: Ubuntu 5.4.0-52.57~18.04.1-generic 5.4.65
Uname: Linux 5.4.0-52-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.17
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Thu Nov  5 11:10:00 2020
InstallationDate: Installed on 2020-09-01 (64 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-11-05 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic dist-upgrade third-party-packages

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

Title:
  upgrade from 18.04 to 20.04 stops midway"An unresolvable problem
  occurred while calculating the upgrade.   This was likely caused by:
  * Unofficial software packages not provided by Ubuntu Please use the
  tool 'ppa-purge' from the ppa-purge  package to remove software from a
  Launchpad PPA and  try the upgrade again."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1902992/+subscriptions

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

[Bug 1627595] Re: Can't drop privileges Apt bug is not fetching full code of Nginx

2016-09-25 Thread Abhishek Ghosh
** Description changed:

- This funny problem may confuse human while recompiling.
+ `apt-get source nginx` may not fetch all the files. It may confuse human
+ while recompiling. Notice is officially present for fetching from git,
+ still some users may get confused. They probably need to run `ls` to
+ check stuffs.
  
  root@lalalaola:/opt/nginx# apt-get source nginx
- Reading package lists... Done
- NOTICE: 'nginx' packaging is maintained in the 'Git' version control system 
at:
- git://anonscm.debian.org/collab-maint/nginx.git
- Please use:
- git clone git://anonscm.debian.org/collab-maint/nginx.git
- to retrieve the latest (possibly unreleased) updates to the package.
- Need to get 1,942 kB of source archives.
- Get:1 http://ppa.launchpad.net/nginx/development/ubuntu xenial/main nginx 
1.11.3-0+xenial0 (tar) [938 kB]
- Get:2 http://ppa.launchpad.net/nginx/development/ubuntu xenial/main nginx 
1.11.3-0+xenial0 (diff) [1,001 kB]
- Get:3 http://ppa.launchpad.net/nginx/development/ubuntu xenial/main nginx 
1.11.3-0+xenial0 (dsc) [2,765 B]
- Fetched 1,942 kB in 1s (1,130 kB/s)
- gpgv: Signature made Tue 09 Aug 2016 07:16:01 PM IST using RSA key ID F569EF55
- gpgv: Can't check signature: public key not found
- dpkg-source: warning: failed to verify signature on 
./nginx_1.11.3-0+xenial0.dsc
- dpkg-source: info: extracting nginx in nginx-1.11.3
- dpkg-source: info: unpacking nginx_1.11.3.orig.tar.gz
- dpkg-source: info: unpacking nginx_1.11.3-0+xenial0.debian.tar.gz
- dpkg-source: info: applying perl-use-dpkg-buildflags.patch
+ ...
  W: Can't drop privileges for downloading as file 'nginx_1.11.3.orig.tar.gz' 
couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
+ ...
  root@lalalaola:/opt/nginx#/opt/nginx# ls -al
+ 
  total 1916
  drwxr-xr-x  3 root root4096 Sep 26 10:59 .
  drwxr-xr-x  3 root root4096 Sep 26 04:42 ..
  drwxr-xr-x 10 root root4096 Sep 26 10:59 nginx-1.11.3
  -rw-r--r--  1 root root 1001436 Aug  9 20:47 
nginx_1.11.3-0+xenial0.debian.tar.gz
  -rw-r--r--  1 root root2765 Aug  9 20:47 nginx_1.11.3-0+xenial0.dsc
  -rw-r--r--  1 root root  938045 Aug  9 20:47 nginx_1.11.3.orig.tar.gz

** Summary changed:

- Can't drop privileges Apt bug is not fetching full code of Nginx
+ Can't drop privileges Apt bug may not fetch all files of Nginx

** Description changed:

  `apt-get source nginx` may not fetch all the files. It may confuse human
  while recompiling. Notice is officially present for fetching from git,
  still some users may get confused. They probably need to run `ls` to
- check stuffs.
+ check stuffs. Reported for to avoid confusion by other users in future.
  
  root@lalalaola:/opt/nginx# apt-get source nginx
  ...
  W: Can't drop privileges for downloading as file 'nginx_1.11.3.orig.tar.gz' 
couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
  ...
  root@lalalaola:/opt/nginx#/opt/nginx# ls -al
  
  total 1916
  drwxr-xr-x  3 root root4096 Sep 26 10:59 .
  drwxr-xr-x  3 root root4096 Sep 26 04:42 ..
  drwxr-xr-x 10 root root4096 Sep 26 10:59 nginx-1.11.3
  -rw-r--r--  1 root root 1001436 Aug  9 20:47 
nginx_1.11.3-0+xenial0.debian.tar.gz
  -rw-r--r--  1 root root2765 Aug  9 20:47 nginx_1.11.3-0+xenial0.dsc
  -rw-r--r--  1 root root  938045 Aug  9 20:47 nginx_1.11.3.orig.tar.gz

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

Title:
  Can't drop privileges Apt bug may not fetch all files of Nginx

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

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


[Bug 1627595] [NEW] Can't drop privileges Apt bug is not fetching full code of Nginx

2016-09-25 Thread Abhishek Ghosh
Public bug reported:

`apt-get source nginx` may not fetch all the files. It may confuse human
while recompiling. Notice is officially present for fetching from git,
still some users may get confused. They probably need to run `ls` to
check stuffs.

root@lalalaola:/opt/nginx# apt-get source nginx
...
W: Can't drop privileges for downloading as file 'nginx_1.11.3.orig.tar.gz' 
couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
...
root@lalalaola:/opt/nginx#/opt/nginx# ls -al

total 1916
drwxr-xr-x  3 root root4096 Sep 26 10:59 .
drwxr-xr-x  3 root root4096 Sep 26 04:42 ..
drwxr-xr-x 10 root root4096 Sep 26 10:59 nginx-1.11.3
-rw-r--r--  1 root root 1001436 Aug  9 20:47 
nginx_1.11.3-0+xenial0.debian.tar.gz
-rw-r--r--  1 root root2765 Aug  9 20:47 nginx_1.11.3-0+xenial0.dsc
-rw-r--r--  1 root root  938045 Aug  9 20:47 nginx_1.11.3.orig.tar.gz

** Affects: aptitude (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/1627595

Title:
  Can't drop privileges Apt bug is not fetching full code of Nginx

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

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