Re: Issue upgrading to F25

2017-01-14 Thread Patrick O'Callaghan
On Sat, 2017-01-14 at 10:03 -0800, Paolo Galtieri wrote:
> If F22 isn't supported then it shouldn't have tried to download all the 
> files to do the upgrade.  When I ran the
> 
> dnf system-upgrade download --allowerasing --refresh --releasever=25
> 
> it should have failed immediately saying an upgrade from F22 is not 
> supported.

Upgrading is *never* supported over 3 versions. In fact it's only
strictly supported over 1 version, though 2 usually work.

From https://fedoraproject.org/wiki/DNF_system_upgrade:

"Upgrades across more than two releases are not 'supported', and issues
encountered in such upgrades may not be considered significant bugs.
Note that any upgrade across more than two releases must by definition
be an upgrade from an end-of-life release, and so the previous question
applies here too."

poc
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Issue upgrading to F25

2017-01-14 Thread Paolo Galtieri
If F22 isn't supported then it shouldn't have tried to download all the 
files to do the upgrade.  When I ran the


dnf system-upgrade download --allowerasing --refresh --releasever=25

it should have failed immediately saying an upgrade from F22 is not 
supported.


Paolo

On 01/14/2017 09:37 AM, Sylvia Sánchez wrote:


Hello,

Fedora 22 isn't supported.  You'd be better backing up your files and 
making a fresh install of Fedora 25.  It will save you time and bad 
moments.



Cheers,
Sylvia



On 13 January 2017 at 01:41, Paolo Galtieri > wrote:


I decided today to upgrade one of my systems to F25.  I upgraded 2
others a few weeks ago to F25 without issues.  On this system,
however, after it downloads all the packages I get this error:

warning:

/var/lib/dnf/system-upgrade/adobe-source-han-sans-tw-fonts-1.004-3.fc24.noarch.rpm:
Header V3 RSA/SHA256 Signature, key ID fdb19c98: NOKEY
Curl error (37): Couldn't read a file:// file for
file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-25-x86_64 [Couldn't
open file /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-25-x86_64]
The downloaded packages were saved in cache until the next
successful transaction.
You can remove cached packages by executing 'dnf clean packages'.

I tried the download twice with the same error.

If I try to run:

sudo dnf system-upgrade reboot

I get:

Error: system is not ready for upgrade

I'm upgrading from F22.  Here are the steps I followed:

sudo dnf upgrade --refresh

sudo dnf install dnf-plugin-system-upgrade

sudo dnf system-upgrade download --allowerasing --refresh
--releasever=25

sudo dnf system-upgrade reboot

It appears the package:

fedora-repos-25-1.noarch

is not getting installed.

Anyone know what I should do next?

Any help is appreciated.

Paolo
___
users mailing list -- users@lists.fedoraproject.org

To unsubscribe send an email to
users-le...@lists.fedoraproject.org





___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Issue upgrading to F25

2017-01-14 Thread Sylvia Sánchez
Hello,

Fedora 22 isn't supported.  You'd be better backing up your files and
making a fresh install of Fedora 25.  It will save you time and bad moments.


Cheers,
Sylvia



On 13 January 2017 at 01:41, Paolo Galtieri  wrote:

> I decided today to upgrade one of my systems to F25.  I upgraded 2 others
> a few weeks ago to F25 without issues.  On this system, however, after it
> downloads all the packages I get this error:
>
> warning: 
> /var/lib/dnf/system-upgrade/adobe-source-han-sans-tw-fonts-1.004-3.fc24.noarch.rpm:
> Header V3 RSA/SHA256 Signature, key ID fdb19c98: NOKEY
> Curl error (37): Couldn't read a file:// file for
> file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-25-x86_64 [Couldn't open file
> /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-25-x86_64]
> The downloaded packages were saved in cache until the next successful
> transaction.
> You can remove cached packages by executing 'dnf clean packages'.
>
> I tried the download twice with the same error.
>
> If I try to run:
>
> sudo dnf system-upgrade reboot
>
> I get:
>
> Error: system is not ready for upgrade
>
> I'm upgrading from F22.  Here are the steps I followed:
>
> sudo dnf upgrade --refresh
>
> sudo dnf install dnf-plugin-system-upgrade
>
> sudo dnf system-upgrade download --allowerasing --refresh --releasever=25
>
> sudo dnf system-upgrade reboot
>
> It appears the package:
>
> fedora-repos-25-1.noarch
>
> is not getting installed.
>
> Anyone know what I should do next?
>
> Any help is appreciated.
>
> Paolo
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Issue upgrading to F25

2017-01-13 Thread Patrick O'Callaghan
On Fri, 2017-01-13 at 09:23 -0800, Paolo Galtieri wrote:
> It appears that even though I asked it to upgrade to 24 it actually 
> upgraded to 25.  Now before I tried to do the upgrade to 24 I did a
> 
> dnf clean packages
> 
> But it returned 0 packages removed.  So my upgrade to 24 resulted in an 
> upgrade to 25.  Which is very strange.  In fact the fedora-repos.noarch 
> version 25-1 is installed which was part of the problem when I tried to 
> do the F22 -> F25 update.  I'm wondering if somehow during the reboot 
> when it actually did the upgrade it saw the F25 packages and installed them.

Try 'dnf --distro-sync'

poc
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Issue upgrading to F25

2017-01-13 Thread Paolo Galtieri
After the failure I described I tried to upgrade the system to F24 by 
running


sudo dnf system-upgrade download --allowerasing --refresh --releasever=24

This worked without errors.  I then did

sudo dnf system-upgrade reboot

This worked.  I logged in and did

sudo dnf system-upgrade download --allowerasing --refresh --releasever=25

This showed a list of around 27 packages to upgrade and 187 to skip and 
then put out this message:


Error: Need a --releasever greater than the current system version.

It appears that even though I asked it to upgrade to 24 it actually 
upgraded to 25.  Now before I tried to do the upgrade to 24 I did a


dnf clean packages

But it returned 0 packages removed.  So my upgrade to 24 resulted in an 
upgrade to 25.  Which is very strange.  In fact the fedora-repos.noarch 
version 25-1 is installed which was part of the problem when I tried to 
do the F22 -> F25 update.  I'm wondering if somehow during the reboot 
when it actually did the upgrade it saw the F25 packages and installed them.


So in the end things seemed to work, except that firefox now crashes at 
startup.  One difference between the failing system and the other F25 
system is that the failing system is running kernel 
4.8.16-300.fc25.x86_64 while the working system is still running 
4.8.15-300.fc25.x86_64.


I'll try booting an older kernel and see if that changes the firefox 
behavior.


Paolo

On 01/12/2017 11:04 PM, Porfirio Andrés Páiz Carrasco wrote:


On Jan 12, 2017 7:42 PM, "Paolo Galtieri" > wrote:

>
> I decided today to upgrade one of my systems to F25.  I upgraded 2 
others a few weeks ago to F25 without issues.  On this system, 
however, after it downloads all the packages I get this error:

>
> warning: 
/var/lib/dnf/system-upgrade/adobe-source-han-sans-tw-fonts-1.004-3.fc24.noarch.rpm: 
Header V3 RSA/SHA256 Signature, key ID fdb19c98: NOKEY
> Curl error (37): Couldn't read a file:// file for 
file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-25-x86_64 [Couldn't open 
file /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-25-x86_64]
> The downloaded packages were saved in cache until the next 
successful transaction.

> You can remove cached packages by executing 'dnf clean packages'.
>
> I tried the download twice with the same error.
>
> If I try to run:
>
> sudo dnf system-upgrade reboot
>
> I get:
>
> Error: system is not ready for upgrade
>
> I'm upgrading from F22.  Here are the steps I followed:
>
The day after Fedora 25 was released I also tried to upgrade my laptop 
from fc22 to fc25, but I had some errors messages when dnf tried to 
solve some dependencies related to Python.


So then tried upgrading to fc23, the process what smooth and without 
issues. So upgrading from this old EOLifed version to the close its 
closest release is possible, if no, try upgrading to the closest 
stable release which is fc24.


Porfirio.

> sudo dnf upgrade --refresh
>
> sudo dnf install dnf-plugin-system-upgrade
>
> sudo dnf system-upgrade download --allowerasing --refresh 
--releasever=25

>
> sudo dnf system-upgrade reboot
>
> It appears the package:
>
> fedora-repos-25-1.noarch
>
> is not getting installed.
>
> Anyone know what I should do next?
>
> Any help is appreciated.
>
> Paolo
> ___
> users mailing list -- users@lists.fedoraproject.org 

> To unsubscribe send an email to users-le...@lists.fedoraproject.org 





___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Issue upgrading to F25

2017-01-12 Thread Porfirio Andrés Páiz Carrasco
On Jan 12, 2017 7:42 PM, "Paolo Galtieri"  wrote:
>
> I decided today to upgrade one of my systems to F25.  I upgraded 2 others
a few weeks ago to F25 without issues.  On this system, however, after it
downloads all the packages I get this error:
>
> warning:
/var/lib/dnf/system-upgrade/adobe-source-han-sans-tw-fonts-1.004-3.fc24.noarch.rpm:
Header V3 RSA/SHA256 Signature, key ID fdb19c98: NOKEY
> Curl error (37): Couldn't read a file:// file for
file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-25-x86_64 [Couldn't open file
/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-25-x86_64]
> The downloaded packages were saved in cache until the next successful
transaction.
> You can remove cached packages by executing 'dnf clean packages'.
>
> I tried the download twice with the same error.
>
> If I try to run:
>
> sudo dnf system-upgrade reboot
>
> I get:
>
> Error: system is not ready for upgrade
>
> I'm upgrading from F22.  Here are the steps I followed:
>
The day after Fedora 25 was released I also tried to upgrade my laptop from
fc22 to fc25, but I had some errors messages when dnf tried to solve some
dependencies related to Python.

So then tried upgrading to fc23, the process what smooth and without
issues. So upgrading from this old EOLifed version to the close its closest
release is possible, if no, try upgrading to the closest stable release
which is fc24.

Porfirio.

> sudo dnf upgrade --refresh
>
> sudo dnf install dnf-plugin-system-upgrade
>
> sudo dnf system-upgrade download --allowerasing --refresh --releasever=25
>
> sudo dnf system-upgrade reboot
>
> It appears the package:
>
> fedora-repos-25-1.noarch
>
> is not getting installed.
>
> Anyone know what I should do next?
>
> Any help is appreciated.
>
> Paolo
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Issue upgrading to F25

2017-01-12 Thread Philippe LeCavalier
On Thu, Jan 12, 2017 at 9:29 PM Ed Greshko  wrote:

>
>
> On 01/13/17 09:41, Paolo Galtieri wrote:
> > I decided today to upgrade one of my systems to F25.  I upgraded 2
> others a few weeks
> > ago to F25 without issues.  On this system, however, after it downloads
> all the packages
> > I get this error:
> >
> > warning:
> >
> /var/lib/dnf/system-upgrade/adobe-source-han-sans-tw-fonts-1.004-3.fc24.noarch.rpm:
> > Header V3 RSA/SHA256 Signature, key ID fdb19c98: NOKEY
> > Curl error (37): Couldn't read a file:// file for
> > file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-25-x86_64 [Couldn't open file
> > /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-25-x86_64]
> > The downloaded packages were saved in cache until the next successful
> transaction.
> > You can remove cached packages by executing 'dnf clean packages'.
> >
> > I tried the download twice with the same error.
> >
> > If I try to run:
> >
> > sudo dnf system-upgrade reboot
> >
> > I get:
> >
> > Error: system is not ready for upgrade
> >
> > I'm upgrading from F22.  Here are the steps I followed:
> >
> > sudo dnf upgrade --refresh
> >
> > sudo dnf install dnf-plugin-system-upgrade
> >
> > sudo dnf system-upgrade download --allowerasing --refresh --releasever=25
> >
> > sudo dnf system-upgrade reboot
> >
> > It appears the package:
> >
> > fedora-repos-25-1.noarch
> >
> > is not getting installed.
> >
> > Anyone know what I should do next?
> >
> > Any help is appreciated.
> >
>
> I have never upgraded from a version that has been EOL'd for a long time
> .  And I've never
> run into this sort of error.
>
> I suppose if I were in your shoes I would try one of these 2.
>
> 1.  Download and install the keys manually.
>
> 2.  In the 4th step add the --nogpgcheck option as in "sudo dnf
> --nogpgcheck
> system-upgrade reboot"
>
>
>
> Same happened on my laptop. I was on 22. Had to go up one at a time then
it was fine (23, 24 then 25).
-- 
Regards,
Phil
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Issue upgrading to F25

2017-01-12 Thread Ed Greshko


On 01/13/17 09:41, Paolo Galtieri wrote:
> I decided today to upgrade one of my systems to F25.  I upgraded 2 others a 
> few weeks
> ago to F25 without issues.  On this system, however, after it downloads all 
> the packages
> I get this error:
>
> warning:
> /var/lib/dnf/system-upgrade/adobe-source-han-sans-tw-fonts-1.004-3.fc24.noarch.rpm:
> Header V3 RSA/SHA256 Signature, key ID fdb19c98: NOKEY
> Curl error (37): Couldn't read a file:// file for
> file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-25-x86_64 [Couldn't open file
> /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-25-x86_64]
> The downloaded packages were saved in cache until the next successful 
> transaction.
> You can remove cached packages by executing 'dnf clean packages'.
>
> I tried the download twice with the same error.
>
> If I try to run:
>
> sudo dnf system-upgrade reboot
>
> I get:
>
> Error: system is not ready for upgrade
>
> I'm upgrading from F22.  Here are the steps I followed:
>
> sudo dnf upgrade --refresh
>
> sudo dnf install dnf-plugin-system-upgrade
>
> sudo dnf system-upgrade download --allowerasing --refresh --releasever=25
>
> sudo dnf system-upgrade reboot
>
> It appears the package:
>
> fedora-repos-25-1.noarch
>
> is not getting installed.
>
> Anyone know what I should do next?
>
> Any help is appreciated.
>

I have never upgraded from a version that has been EOL'd for a long time .  And 
I've never
run into this sort of error.

I suppose if I were in your shoes I would try one of these 2.

1.  Download and install the keys manually.

2.  In the 4th step add the --nogpgcheck option as in "sudo dnf --nogpgcheck
system-upgrade reboot" 


-- 
You're Welcome Zachary Quinto
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org