[fedora-arm] Re: Raspberry Ugrade to ARM Fedora 30

2019-05-01 Thread ng0177
Yep, it looks like the whole system is corrupted by probably breaking up during the upgrade process when a problem occurs with DNS resolution I suspect but please correct me, if I am wrong. [pi@raspi]$ rpm -q libstdc++ libstdc++-8.3.1-2.fc29.aarch64 libstdc++-9.0.1-0.10.fc30.aarch64 [pi@raspi]$

[fedora-arm] Re: Raspberry Ugrade to ARM Fedora 30

2019-05-01 Thread Pavel Holica
You should download aarch64 one and the same version as the rpm -q libstdc++ tells. The correct rpm should have the dependencies resolved. It seem the library file is corrupted. To see all the corrupted files you can also run rpm -Va (or just rpm -V package_name) to see if this is only isolated

[fedora-arm] Re: Raspberry Ugrade to ARM Fedora 30

2019-05-01 Thread ng0177
I tried this but too many dependencies, see below. Maybe that whole issue is related to using the Pi3 as a DNS resolver at the same time when upgrading although plain updating works very well. Can anyone point me to the right log files to look at. journalctl is inconclusive (to me)? Appreciate.

[fedora-arm] Re: Raspberry Ugrade to ARM Fedora 30

2019-05-01 Thread Tom Callaway
ImportError: /lib64/libstdc++.so.6: file too short ^^^ This is the core problem. Try downloading the libstdc++ package manually and reinstalling it with rpm. ~tom ___ arm mailing list -- arm@lists.fedoraproject.org To unsubscribe send an email to

[fedora-arm] Re: Raspberry Ugrade to ARM Fedora 30

2019-05-01 Thread Paul Whalen
- Original Message - > > Dear All, to upgrade a Raspberry 3 I executed this commands > > > > sudo dnf -y upgrade --refresh > > sudo dnf -y install dnf-plugin-system-upgrade > > sudo dnf -y system-upgrade download --releasever=30 > > sudo dnf -y system-upgrade reboot > > > >

[fedora-arm] Re: Bug report for IP address changes?

2019-05-01 Thread Jeffrey Walton
On Fri, Mar 22, 2019 at 12:08 PM Jeffrey Walton wrote: > > What component should receive the bug report for the IP address > changes on armv7 and aarch64? A quick follow-up... I experienced the issue twice this week on a LePotato (https://www.amazon.com/gp/product/B074N5B8KZ), which is Aarch64

[fedora-arm] Re: Raspberry Ugrade to ARM Fedora 30

2019-05-01 Thread Richard Ryniker
> Dear All, to upgrade a Raspberry 3 I executed this commands > > sudo dnf -y upgrade --refresh > sudo dnf -y install dnf-plugin-system-upgrade > sudo dnf -y system-upgrade download --releasever=30 > sudo dnf -y system-upgrade reboot > > after the reboot dnf fails. Is anyone else having

[fedora-arm] Re: Raspberry Ugrade to ARM Fedora 30

2019-05-01 Thread ng0177
[pi@raspi ~]$ lsb_release -d;uname -r Description: Fedora release 29 (Twenty Nine) 5.0.9-200.fc29.aarch64 On Wed, May 1, 2019 at 6:03 PM Paul Whalen wrote: > > > - Original Message - > > Dear All, to upgrade a Raspberry 3 I executed this commands > > > > sudo dnf -y upgrade --refresh >

[fedora-arm] Re: Raspberry Ugrade to ARM Fedora 30

2019-05-01 Thread Paul Whalen
- Original Message - > Dear All, to upgrade a Raspberry 3 I executed this commands > > sudo dnf -y upgrade --refresh > sudo dnf -y install dnf-plugin-system-upgrade > sudo dnf -y system-upgrade download --releasever=30 > sudo dnf -y system-upgrade reboot > > after the reboot dnf fails.

[fedora-arm] Raspberry Ugrade to ARM Fedora 30

2019-05-01 Thread ng0177
Dear All, to upgrade a Raspberry 3 I executed this commands sudo dnf -y upgrade --refresh sudo dnf -y install dnf-plugin-system-upgrade sudo dnf -y system-upgrade download --releasever=30 sudo dnf -y system-upgrade reboot after the reboot dnf fails. Is anyone else having the problem? Thanks,