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 properly for some reason.

Is there any way I can check the integrity of the packages installed?


rpm, but not to my knowledge, has a "verify" command.


rpm -Va




Additionally checks can be done with (its in yum-utils package):


package-cleanup --problems

package-cleanup --dupes

# dnf remove --duplicates


--
Leon


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


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 them all.


Alan

--
Alan McRae

On 05/06/2021 21: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 properly for some reason.

Is there any way I can check the integrity of the packages installed?

rpm, but not to my knowledge, has a "verify" command.

rpm -Va


It checks all files from the specified package are present
and compares 9 properties with the original specs.


--
Jon H. LaBadie  j...@labadie.us
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos




___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


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.
>>
>>Is there any way I can check the integrity of the packages installed?
>
> rpm, but not to my knowledge, has a "verify" command.

rpm -Va

>
> It checks all files from the specified package are present
> and compares 9 properties with the original specs.
>
>
> --
> Jon H. LaBadie  j...@labadie.us
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS-docs] [centos/centos.org] branch master updated: Removed another unresponsive sponsor and disappeared node

2021-06-05 Thread git
This is an automated email from the git hooks/post-receive script.

arrfab pushed a commit to branch master
in repository centos/centos.org.

The following commit(s) were added to refs/heads/master by this push:
 new bf4508b  Removed another unresponsive sponsor and disappeared node
bf4508b is described below

commit bf4508b3eddbf9eae7eb6d7d4dc85d6f48e82fc2
Author: Fabian Arrotin 
AuthorDate: Sat Jun 5 09:18:04 2021 +0200

Removed another unresponsive sponsor and disappeared node

Signed-off-by: Fabian Arrotin 
---
 _sponsors/exabytes_my.md | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/_sponsors/exabytes_my.md b/_sponsors/exabytes_my.md
deleted file mode 100644
index 2c4b524..000
--- a/_sponsors/exabytes_my.md
+++ /dev/null
@@ -1,7 +0,0 @@

-name: Exabytes cloud
-country: malaysia
-logo: /assets/img/sponsors/exabytes.png
-address: http://www.exabytes.com.my/

-

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
CentOS-docs mailing list
CentOS-docs@centos.org
https://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS] Upgrade to 8.4 .2105 Problems

2021-06-05 Thread Jon LaBadie

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.


Is there any way I can check the integrity of the packages installed?


rpm, but not to my knowledge, has a "verify" command.

It checks all files from the specified package are present
and compares 9 properties with the original specs.


--
Jon H. LaBadie  j...@labadie.us
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos