[Bug 1899272] Re: upgrade to 20.10 beta from 20.04 fails immediate configuration

2020-10-24 Thread Jo
Worked for me too, thanks terry b (tbohaning-gmail)

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

Title:
  upgrade to 20.10 beta from 20.04 fails immediate configuration

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

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

[Bug 1899272] Re: upgrade to 20.10 beta from 20.04 fails immediate configuration

2020-10-23 Thread Borislav Ivanov
That worked for me! Thank you, terry b (tbohaning-gmail)!

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

Title:
  upgrade to 20.10 beta from 20.04 fails immediate configuration

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

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

[Bug 1899272] Re: upgrade to 20.10 beta from 20.04 fails immediate configuration

2020-10-23 Thread terry b
HI Asavah,

I took your suggestion and modified it slightly.

sudo -s
do-release-upgrade -d (expected to fail)

cd /var/cache/apt/archives
dpkg --force-depends --force-breaks -i libnss-nis_3.1-0ubuntu4_amd64.deb

do-release-upgrade -d

It did allow the libnss-nis package to install. Afterwards, running do-
release-upgrade -d worked nicely.

Thanks for you help!

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

Title:
  upgrade to 20.10 beta from 20.04 fails immediate configuration

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

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

[Bug 1899272] Re: upgrade to 20.10 beta from 20.04 fails immediate configuration

2020-10-23 Thread BenoƮt Rouits
This affects me also even when now 20.10 is not beta.

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

Title:
  upgrade to 20.10 beta from 20.04 fails immediate configuration

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

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

[Bug 1899272] Re: upgrade to 20.10 beta from 20.04 fails immediate configuration

2020-10-23 Thread asavah
Found a workaround, but beware here be dragons and this could kill your OS 
install!
Do not do this unless you know what you are doing!

After do-release-upgrade -d fails
cd /var/cache/apt
sudo dpkg --force-depends --force-breaks -i libnss-nis_3.1-0ubuntu4_amd64.deb

This will install the package that fails regardless missing deps and the
possibility of breaking glibc.

Try upgrading again
sudo do-release-upgrade -d

This worked for me.

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

Title:
  upgrade to 20.10 beta from 20.04 fails immediate configuration

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

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

[Bug 1899272] Re: upgrade to 20.10 beta from 20.04 fails immediate configuration

2020-10-22 Thread terry b
Tested after 20.10 release. No improvement.

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

Title:
  upgrade to 20.10 beta from 20.04 fails immediate configuration

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

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

[Bug 1899272] Re: upgrade to 20.10 beta from 20.04 fails immediate configuration

2020-10-22 Thread asavah
Any comments from the maintainers or workarounds?

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

Title:
  upgrade to 20.10 beta from 20.04 fails immediate configuration

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

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

[Bug 1899272] Re: upgrade to 20.10 beta from 20.04 fails immediate configuration

2020-10-13 Thread Eason Yu
I also encountered this issue recently, FYI, I build a docker image base on 
Debian OS daily, and some specific commands (install some packages, e.g. 
python, postgresql-client) will be ran during the building, since Oct 11, get 
the following error, ref:
=
docker: + apt-get -y install postgresql-client-9.6
docker: Reading package lists...
docker: Building dependency tree...
docker: Reading state information...
docker: The following additional packages will be installed:
docker: gcc-10-base libc-bin libc6 libcom-err2 libcomerr2 libcrypt1 
libgcc-s1
docker: libgssapi-krb5-2 libidn2-0 libk5crypto3 libkrb5-3 
libkrb5support0 libnss-nis
docker: libnss-nisplus libpq5 libreadline8 libtinfo6 
postgresql-client-common
docker: Suggested packages:
docker: glibc-doc libc-l10n locales krb5-doc krb5-user 
postgresql-9.6
docker: postgresql-doc-9.6
docker: Recommended packages:
docker: manpages krb5-locales
docker: The following NEW packages will be installed:
docker: gcc-10-base libcom-err2 libcrypt1 libgcc-s1 libnss-nis 
libnss-nisplus libpq5
docker: libreadline8 libtinfo6 postgresql-client-9.6 
postgresql-client-common
docker: The following packages will be upgraded:
docker: libc-bin libc6 libcomerr2 libgssapi-krb5-2 libidn2-0 
libk5crypto3 libkrb5-3
docker: libkrb5support0
docker: 8 upgraded, 11 newly installed, 0 to remove and 304 not 
upgraded.
docker: Need to get 6960 kB of archives.
docker: After this operation, 11.2 MB of additional disk space will 
be used.
docker: Get:1 http://security.debian.org stretch/updates/main amd64 
postgresql-client-9.6 amd64 9.6.19-0+deb9u1 [1288 kB]
docker: Get:2 http://ftp.de.debian.org/debian sid/main amd64 
gcc-10-base amd64 10.2.0-15 [199 kB]
docker: Get:3 http://ftp.de.debian.org/debian sid/main amd64 
libgcc-s1 amd64 10.2.0-15 [41.4 kB]
docker: Get:4 http://ftp.de.debian.org/debian sid/main amd64 
libnss-nis amd64 3.1-3 [25.6 kB]
docker: Get:5 http://ftp.de.debian.org/debian sid/main amd64 
libnss-nisplus amd64 1.3-3 [21.6 kB]
docker: Get:6 http://ftp.de.debian.org/debian sid/main amd64 libc6 
amd64 2.31-4 [2804 kB]
docker: Get:7 http://ftp.de.debian.org/debian sid/main amd64 
libcrypt1 amd64 1:4.4.17-1 [86.9 kB]
docker: Get:8 http://ftp.de.debian.org/debian sid/main amd64 
libc-bin amd64 2.31-4 [804 kB]
docker: Get:9 http://ftp.de.debian.org/debian sid/main amd64 
libcom-err2 amd64 1.45.6-1 [71.7 kB]
docker: Get:10 http://ftp.de.debian.org/debian sid/main amd64 
libcomerr2 amd64 1.45.6-1 [67.6 kB]
docker: Get:11 http://ftp.de.debian.org/debian sid/main amd64 
libtinfo6 amd64 6.2+20200918-1 [340 kB]
docker: Get:12 http://ftp.de.debian.org/debian sid/main amd64 
libreadline8 amd64 8.0-4 [160 kB]
docker: Get:13 http://ftp.de.debian.org/debian sid/main amd64 
libgssapi-krb5-2 amd64 1.17-10 [156 kB]
docker: Get:14 http://ftp.de.debian.org/debian sid/main amd64 
libkrb5-3 amd64 1.17-10 [366 kB]
docker: Get:15 http://ftp.de.debian.org/debian sid/main amd64 
libk5crypto3 amd64 1.17-10 [115 kB]
docker: Get:16 http://ftp.de.debian.org/debian sid/main amd64 
libkrb5support0 amd64 1.17-10 [64.6 kB]
docker: Get:17 http://ftp.de.debian.org/debian sid/main amd64 
libidn2-0 amd64 2.3.0-1 [85.4 kB]
docker: Get:18 http://ftp.de.debian.org/debian sid/main amd64 libpq5 
amd64 13.0-3 [174 kB]
docker: Get:19 http://ftp.de.debian.org/debian sid/main amd64 
postgresql-client-common all 220 [88.3 kB]
docker: debconf: delaying package configuration, since apt-utils is 
not installed
docker: Fetched 6960 kB in 2s (3400 kB/s)
docker: Selecting previously unselected package 
gcc-10-base:amd64.
docker: (Reading database ... 27106 files and directories currently 
installed.)
docker: Preparing to unpack .../gcc-10-base_10.2.0-15_amd64.deb 
...
docker: Unpacking gcc-10-base:amd64 (10.2.0-15) ...
docker: Setting up gcc-10-base:amd64 (10.2.0-15) ...
docker: Selecting previously unselected package libgcc-s1:amd64.
docker: (Reading database ... 27111 files and directories currently 
installed.)
docker: Preparing to unpack .../libgcc-s1_10.2.0-15_amd64.deb ...
docker: Unpacking libgcc-s1:amd64 (10.2.0-15) ...
docker: Replacing files in old package libgcc1:amd64 (1:6.3.0-18) 
...


[Bug 1899272] Re: upgrade to 20.10 beta from 20.04 fails immediate configuration

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

** Changed in: ubuntu-release-upgrader (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/1899272

Title:
  upgrade to 20.10 beta from 20.04 fails immediate configuration

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

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