Re: [CentOS] Upgrade to 8.4 .2105 Problems

2021-06-05 Thread Simon Matter
> On Sat, Jun 05, 2021 at 04:32:30PM +1200, Alan McRae via CentOS wrote: >>I noticed in journalctl that gnome-shell was core dumping. >> >>yum reinstall gnome-shell fixed my displays problem. >> >>So I am back to my first premise that the 'yum update' did not >>complete properly for some reason. >>

Re: [CentOS] Upgrade to 8.4 .2105 Problems

2021-06-05 Thread Alan McRae via CentOS
Thank you. I managed: #!/bin/bash for rp in `rpm -q -a ` do     echo $rp     rpm --verify $rp done but rpm -Va is neater. It only showed up config files and the like that you would expect to be different. I'll check the list of rpms next against a clean install/upgrade to make sure I have t

Re: [CentOS] Upgrade to 8.4 .2105 Problems

2021-06-05 Thread Leon Fauster via CentOS
On 05.06.21 11:32, Simon Matter wrote: On Sat, Jun 05, 2021 at 04:32:30PM +1200, Alan McRae via CentOS wrote: I noticed in journalctl that gnome-shell was core dumping. yum reinstall gnome-shell fixed my displays problem. So I am back to my first premise that the 'yum update' did not complete