> 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.
>>
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
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
3 matches
Mail list logo