[Bug 1550922] Re: dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

2016-02-29 Thread Brian Murray
*** This bug is a duplicate of bug 1550741 ***
https://bugs.launchpad.net/bugs/1550741

** This bug has been marked a duplicate of bug 1550741
   Upgrade failed - unathenticated package

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

Title:
  dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

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

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


[Bug 1550922] Re: dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

2016-02-29 Thread Winfried PLappert
1.) I have reset my virtual machine to a state after 14.04 kernel update.
2.) I have created the file /etc/update-manager/release-upgrades.d/unauth.cfg 
as described above.
3.) I started do-release-upgrade and it does NOT fail any more with the message 
of unauthenticated packages.

4.) This can be considered a circumvention (for the time being).
5.) After the upgrade to 16.04 you can safely remove package module-init-tools, 
since the dependencies have been changed (in the other packages) to 
"module-init-tool | kmod". "|" is OR, which can be satisfied by kmod in 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/1550922

Title:
  dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

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

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


[Bug 1550922] Re: dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

2016-02-29 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/1550922

Title:
  dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

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

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


[Bug 1550922] Re: dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

2016-02-29 Thread Thiago Martins
I am facing this problem too! I'm trying to run:

do-release-upgrade -d

>From Ubuntu 14.04 Server 64-bit and it does not work.

I'll try the above workaround...

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

Title:
  dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

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

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


[Bug 1550922] Re: dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

2016-02-29 Thread Winfried PLappert
In order to check for the above condition, one need a precursor script
(as root) before the update proper, which goes along these lines:

#! /bin/sh
if [[ -n $(dpkg --get-selections | grep module-init-tools | cut -f1) ]]
then
cat <<- EOF >/etc/update-manager/release-upgrades.d/unauth.cfg
[Distro]
AllowUnauthenticated=yes
EOF
fi

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

Title:
  dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

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

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


[Bug 1550922] Re: dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

2016-02-29 Thread Winfried PLappert
I have managed to bypass this problem by manipulation the Python code of
the upgrade process. But it is far easier to bypass it properly by
setting up a config file in /etc/update-manager/release-
upgrades.d/*.cfg.

According to http://askubuntu.com/questions/425355/error-authenticating-
some-packages-while-upgrade one needs to create a file /etc/update-
manager/release-upgrades.d/unauth.cfg with the contents:

[Distro]
AllowUnauthenticated=yes

The upgrade runs smoothly through.

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

Title:
  dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

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

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


[Bug 1550922] Re: dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

2016-02-28 Thread Winfried PLappert
module-init-tools -- installed version is 15-0ubuntu6

** Tags removed: module-init-tools
** Tags added: dist-upgrade

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

Title:
  dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

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

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


[Bug 1550922] Re: dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

2016-02-28 Thread Winfried PLappert
in 6.) above change " have of ubuntu mate" to " half of ubuntu mate".

 module-init-tools should really reference libkmod2, which is actually
installed. Why there are such strange dependencies  I don't know.

 module-init-tools provides service for

alsa-base
bluez
initramfs-tools
linux-image-3.16.0-62-generic (my installed kernel)
linux-sound-base
powermgmt-base
ubuntu-drivers-common

but dpkg -L  module-init-tools is really only: 
/usr/share/doc/module-init-tools which is a symbolic link to 
ls -l /usr/share/doc/module-init-tools
lrwxrwxrwx 1 root root 8 Feb 28 09:14 /usr/share/doc/module-init-tools -> 
libkmod2

strange!


module-init-tools  depends on the following packages:
dpkg
kmod
libkmod2

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

Title:
  dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

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

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


[Bug 1550922] Re: dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

2016-02-28 Thread Winfried PLappert
** Tags removed: dist-upgrade
** Tags added: module-init-tools

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

Title:
  dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

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

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


[Bug 1550922] Re: dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

2016-02-28 Thread Per von Zweigbergk
I think this bug was probably reported to the wrong package... I think I
added the right package to the bug now?

** Also affects: ubuntu-release-upgrader (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/1550922

Title:
  dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

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

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


[Bug 1550922] Re: dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

2016-02-28 Thread Per von Zweigbergk
I'm having the exact same issue. This is upgrading from a 14.04 LTS
Server VM that I have for testing purposes. So it's not unique to the
MATE version.

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

Title:
  dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

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

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


[Bug 1550922] Re: dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

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

** Changed in: update-manager (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/1550922

Title:
  dist-upgrade from Ubuntu Mate 14.04.4 LTS to 16.04 LTS (Beta1) fails

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

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