[CentOS] Testing

2020-08-27 Thread Chris Weisiger


Testing

Sent from my iPhone
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Cannot update grup2-common

2020-08-27 Thread Frank M. Ramaekers Jr.

when I try:
# dnf update grub2-common
Last metadata expiration check: 0:50:01 ago on Thu 27 Aug 2020 02:27:52 
PM CDT.

Error:
 Problem: The operation would result in removing the following 
protected packages: kernel
(try to add '--allowerasing' to command line to replace conflicting 
packages or '--skip-broken' to skip uninstallable packages or '--nobest' 
to use not only best candidate packages)


...so how should I proceed?

TIA,
Frank

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


[CentOS-docs] [centos/centos.org] branch master updated (d408e8c -> 397faa6)

2020-08-27 Thread git
This is an automated email from the git hooks/post-receive script.

rbowen pushed a change to branch master
in repository centos/centos.org.

from d408e8c  Date is now accurate for the original file. - This file was 
lost from the website in a migration. - Rich recreated this file and put in the 
date of 2020-04-10 as a placeholder - I looked into my local checkout and am 
fixing the date here
 add 397faa6  Calendar updates

No new revisions were added by this update.

Summary of changes:
 community/calendar.md   | 21 +--
 community/irc-meetings.ical | 90 +
 2 files changed, 92 insertions(+), 19 deletions(-)

-- 
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


[CentOS-docs] [centos/centos.org] branch master updated (b2cf591 -> d408e8c)

2020-08-27 Thread git
This is an automated email from the git hooks/post-receive script.

rbowen pushed a change to branch master
in repository centos/centos.org.

from b2cf591  Replace missing licensing policy doc
 add d408e8c  Date is now accurate for the original file. - This file was 
lost from the website in a migration. - Rich recreated this file and put in the 
date of 2020-04-10 as a placeholder - I looked into my local checkout and am 
fixing the date here

No new revisions were added by this update.

Summary of changes:
 legal/licensing-policy.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
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


[CentOS] CentOS 8 installer bug

2020-08-27 Thread isdtor
Has anyone managed to create an encrypted disk partition with CentOS 8 
kickstart?

1 reqpart --add-boot
2 part /boot --fstype ext3 --size=1024 --ondrive=sda
3 part pv.1 --size=1 --grow --ondrive=sda --encrypted --pashphrase="bla"
4 volgroup vol0 pv.10
5 logvol / --vgname=vg_00 --name=lv_root --size=102400 --fstype=ext4
...

No matter what I specify in line 3, the installer bombs out. The only way to 
successful kickstart is to not encrypt the lvm pv. The contents of the 
passphrase are not to blame, installer still dies after accepting a passphrase 
from the console.

15:57:45,280 DBG kickstart: Looking for platform-specific boot requirements.
15:57:45,281 DBG kickstart: Applying requirements:
PartSpec instance (0x7fbd40f44320) -- 
  mountpoint = /boot/efi  lv = False  thin = False  btrfs = False
...
PartSpec instance (0x7fbd4048b4e0) -- 
  mountpoint = /boot  lv = False  thin = False  btrfs = False
...
15:57:45,283 DBG bootloader: stage1 device cannot be of type disk
15:57:45,334 DBG exception: running handleException
15:57:45,334 CRT exception: Traceback (most recent call last):

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


Re: [CentOS] Laptop and NFS homedir

2020-08-27 Thread isdtor
Thanks for all the replies. It looks like local home directory is the best 
solution.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS-es] Necesito confirmación: rhel7 con bonding configurado, tienen dropping de paquetes?

2020-08-27 Thread Ricardo J. Barberis
El Miércoles 26/08/2020 a las 20:33, orkcu via CentOS-es escribió:
> Hola listeros,
> Necesito vuestra ayuda para confirmar una situación que tengo en la
> pincha.Rhel7 (desde el 7.1 hasta el 7.7) con bonding de Red configurada, en
> varios datacenters, varias tipos de equipos de redes, todos tiene drops de
> paquetes. Mientras otros servidores sin bonding no tienen.A uds les pasa lo
> mismo?ifconfig les va mostrar si hay dropped packets.También netstat -s
> (nivel de aplicaciones) e ethtool -S bond0 (nivel fisico) les ayuda a ver
> si tienen drops
> Gracias por adelantado Roger 

En mi trabajo tenemos varias decenas de Centos 7 con bonding, algunos punto a 
punto entre pares de servidores (config de alta disponibilidad) con estas 
opciones:

BONDING_OPTS="mode=4 miimon=100 lacp_rate=fast xmit_hash_policy=layer3+4"

Varios de estos (29 de 126) tienen paquetes dropeados pero estimo que es por 
trabajar en HA y el drop se da al apagar o reiniciar uno de los servidores 
del par.


En los que tienen bond conectados a switches usamos estas otras opciones:

BONDING_OPTS="mode=2 miimon=100"

Solo 5 de alrededor de 100 servidores tienen paquetes dropeados y solo 4 de 
ellos una gran cantidad, cosa que vamos a tener que investigar.

En estos ultimos servers debimos cambiar las opciones que usabamos para 
bonding porque tuvimos problemas, pero no tengo a mano las que usabamos 
antes.

Saludos,
-- 
Ricardo J. Barberis
Usuario Linux Nº 250625: http://counter.li.org/
Usuario LFS Nº 5121: http://www.linuxfromscratch.org/
Senior SysAdmin / IT Architect - www.DonWeb.com
___
CentOS-es mailing list
CentOS-es@centos.org
https://lists.centos.org/mailman/listinfo/centos-es


[CentOS-docs] [centos/centos.org] branch master updated (622617c -> b2cf591)

2020-08-27 Thread git
This is an automated email from the git hooks/post-receive script.

rbowen pushed a change to branch master
in repository centos/centos.org.

from 622617c  Updated gpg keys list with new Infra key
 add b2cf591  Replace missing licensing policy doc

No new revisions were added by this update.

Summary of changes:
 legal/licensing-policy.md | 72 +++
 1 file changed, 72 insertions(+)
 create mode 100644 legal/licensing-policy.md

-- 
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] DVR recorder how to resucue files

2020-08-27 Thread ralf.prengel



dd does not show partitions, fdisk does (or parted or ...).

Sorry,
my mistake.
I used several disktools.

Ralf
Ralf Prengel
Teamleiter
Customer Care
Comline AG
Hauert 8
D-44227 Dortmund/Germany

Telefon:+49 231 97575 157
Mobil:+49 151 10831 157
Fax:+49 231 97575 257
E-Mail:ralf.pren...@comline.de

www.comline.de
Vorstand: Stephan Schilling
Aufsichtsratsvorsitzender: N.N.
HR Dortmund B 14570 USt.-ID-Nr. DE124727422

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


Re: [CentOS] DVR recorder how to resucue files

2020-08-27 Thread Thomas Bendler
Am Do., 27. Aug. 2020 um 13:07 Uhr schrieb :

> [...]
> no partions are shown with dd.
> [...]


dd does not show partitions, fdisk does (or parted or ...).

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


Re: [CentOS] DVR recorder how to resucue files

2020-08-27 Thread ralf.prengel


It looks like you've backuped an entire disk that might contain partitions.
So first check if you have partitions inside:

sudo fdisk -lu save.dd

If you have partitions inside, use the start offset of the partition to create 
a loopback device (e.g. a partition starts at 56):

sudo losetup -o $((56*512)) /dev/loop0 save.dd

Now you should be able to use the partition. First check and than mount it:

sudo fsck -fv /dev/loop0
sudo mount /dev/loop0 /mnt


xxx

Hallo,
no partions are shown with dd.
Found an article that some DVR vendors are using their own filesystems.
I think that I ve no chane in this case to rescue anything.
Thanks for all hints.
Ralf


Ralf Prengel
Teamleiter
Customer Care
Comline AG
Hauert 8
D-44227 Dortmund/Germany

Telefon:+49 231 97575 157
Mobil:+49 151 10831 157
Fax:+49 231 97575 257
E-Mail:ralf.pren...@comline.de

www.comline.de
Vorstand: Stephan Schilling
Aufsichtsratsvorsitzender: N.N.
HR Dortmund B 14570 USt.-ID-Nr. DE124727422

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


Re: [CentOS] DVR recorder how to resucue files

2020-08-27 Thread Thomas Bendler
It looks like you've backuped an entire disk that might contain partitions.
So first check if you have partitions inside:

sudo fdisk -lu save.dd

If you have partitions inside, use the start offset of the partition to
create a loopback device (e.g. a partition starts at 56):

sudo losetup -o $((56*512)) /dev/loop0 save.dd

Now you should be able to use the partition. First check and than mount it:

sudo fsck -fv /dev/loop0
sudo mount /dev/loop0 /mnt

Kind regards
Thomas

Am Mi., 26. Aug. 2020 um 15:49 Uhr schrieb :

>
> Ralf Prengel  wrote:
>
> >  I made a backup using dd without any problems but how can I mount
> > this  image.
> >  Normal loop options don't work.
>
> Too little information. Tell us what you tried (the exact command) and
> what happened (any error message).
>
> Ok,
> sorry.
> Our recoder device that stores all videos of several cameras doesn t work
> any longer.
> Before doing anything on the the device or the disk I made a full backup
> oft he disk with dd.
> Trying to mount this file simple with mount -o loop save.dd /mnt/backup
> fails.
> I found out that VDR are using non-standard disk-configurations and
> filesystems.
> So my question if there is a way to get access the files in the image.
> Tools like parted don t show partions in the  bckup-file.
>
> Thanks
> Ralf
>
> Ralf Prengel
> Teamleiter
> Customer Care
> Comline AG
> Hauert 8
> D-44227 Dortmund/Germany
>
> Telefon:+49 231 97575 157
> Mobil:+49 151 10831 157
> Fax:+49 231 97575 257
> E-Mail:ralf.pren...@comline.de
>
> www.comline.de
> Vorstand: Stephan Schilling
> Aufsichtsratsvorsitzender: N.N.
> HR Dortmund B 14570 USt.-ID-Nr. DE124727422
>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>


-- 
Linux ... enjoy the ride!
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] DVR recorder how to resucue files

2020-08-27 Thread Mogens Kjaer

On 8/25/20 9:25 AM, Ralf Prengel wrote:
I made a backup using dd without any problems but how can I mount this 
image. 


What does the command "file" say to the file you've dd'ed?

Mogens

--
Mogens Kjaer, m...@lemo.dk
http://www.lemo.dk

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


Re: [CentOS] Viewing changelog for packages to be updated

2020-08-27 Thread Akemi Yagi
On Wed, Aug 26, 2020 at 11:18 PM Simon Matter via CentOS
 wrote:
>
> > On Wed, Aug 26, 2020 at 2:54 PM Kenneth Porter 
> > wrote:
> >>
> >> Is there some way to see the RPM changelog entries for a prospective yum
> >> update? Ideally I'd like to see just the entries that are newer than the
> >> version of the package I already have.
> >>
> >> I saw a new kernel in today's yum-cron email and I'd like to know what
> >> it's
> >> about and how urgent the issue is for me.
> >
> > You may want to look into git.centos.org. For example, spec file diff
> > for the latest C7 kernel update can be seen here:
> >
> > https://git.centos.org/rpms/kernel/c/c53828b00fb26a7f96b149eef5e220a5ed4cc4e5?branch=c7#_5
>
> Hi Akemi,
>
> Thanks for the hint about git.centos.org.
> But, is there some yum/dnf utility which can show the changelog changes?
> If not, then I may expand one of my rpm tools to do it.
>
> Simon

yum -q --changelog xxx.rpm

will show the changelog.

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


Re: [CentOS] Viewing changelog for packages to be updated

2020-08-27 Thread Simon Matter via CentOS
> On Wed, Aug 26, 2020 at 2:54 PM Kenneth Porter 
> wrote:
>>
>> Is there some way to see the RPM changelog entries for a prospective yum
>> update? Ideally I'd like to see just the entries that are newer than the
>> version of the package I already have.
>>
>> I saw a new kernel in today's yum-cron email and I'd like to know what
>> it's
>> about and how urgent the issue is for me.
>
> You may want to look into git.centos.org. For example, spec file diff
> for the latest C7 kernel update can be seen here:
>
> https://git.centos.org/rpms/kernel/c/c53828b00fb26a7f96b149eef5e220a5ed4cc4e5?branch=c7#_5

Hi Akemi,

Thanks for the hint about git.centos.org.
But, is there some yum/dnf utility which can show the changelog changes?
If not, then I may expand one of my rpm tools to do it.

Simon

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