Re: [CentOS] Help finishing off Centos 7 RAID install

2019-01-11 Thread Gary Stainburn
I completed the install as described below which went well. I then copied the contents of /boot/efi to /boot/efi_copy using cd /boot rsync -acr efi/ efi_copy I then installed grub2 on sdb yum install yum install grub2-efi-modules grub2-install /dev/sdb everything ran as expected with no error

[CentOS] CentOS-announce Digest, Vol 167, Issue 2

2019-01-11 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ.

[CentOS] IPv6 DUID

2019-01-11 Thread Stephen Berg (Code 7309) via CentOS
Does anyone have a utility or method to show the IPv6 DUID for a client system without relying on looking through a DHCP server's logs or waiting until after a request is made? I'd like to determine a client's DUID before I set it up for IPv6, that way I can have it configured in the dhcpd6.co

Re: [CentOS] Help finishing off Centos 7 RAID install

2019-01-11 Thread Simon Matter via CentOS
> I completed the install as described below which went well. > > I then copied the contents of /boot/efi to /boot/efi_copy using > > cd /boot > rsync -acr efi/ efi_copy > > I then installed grub2 on sdb > > yum install yum install grub2-efi-modules > grub2-install /dev/sdb > > everything ran as ex

Re: [CentOS] Help finishing off Centos 7 RAID install

2019-01-11 Thread Gary Stainburn
On Friday 11 January 2019 15:16:12 Simon Matter via CentOS wrote: > If you boot, istn't there a way to get into an EFI boot menu where you can > see the different EFI boot entries? Maybe you can see there what is wrong > now. > > On the other hand, maybe you could even reinstall and try to configur

[CentOS] CentOS 7 as a Fibre Channel SAN Target

2019-01-11 Thread Steffan A. Cline
For quite some time I’ve been using FreeNAS to provide services as a NAS over ethernet and SAN over Fibre Channel to CentOS 7 servers each using their own export, not sharing the same one. It’s time for me to replace my hardware and I have a new R720XD that I’d like to use in the same capacity

[CentOS] Yum excluding packages I need

2019-01-11 Thread mark
C7, and I did a yum update --disableexcludes=all, and yet it's telling me [nvidia]: excluding kmod-nvidia-410.66-1.el7_5.elrepo.x86_64 [nvidia]: excluding kmod-nvidia-410.73-1.el7_5.elrepo.x86_64 [nvidia]: excluding kmod-nvidia-410.73-2.el7_6.elrepo.x86_64 [nvidia]: excluding kmod-nvidia-410.78-1.e

[CentOS] From slashdot, systemd memory corruption bugs

2019-01-11 Thread mark
Story: Linux systemd Affected by Memory Corruption Vulnerabilities, No Patches Yet (bleepingcomputer.com) 286 Posted by msmash on Thursday January 10, 2019 @01:00PM from the call-the-IT dept. Major Linux distributions are vulnerable to three bugs in systemd, a Linux initialization system and servi

Re: [CentOS] Yum excluding packages I need

2019-01-11 Thread Pete Biggs
On Fri, 2019-01-11 at 11:41 -0500, mark wrote: > C7, and I did a yum update --disableexcludes=all, and yet it's telling me > [nvidia]: excluding kmod-nvidia-410.66-1.el7_5.elrepo.x86_64 > [nvidia]: excluding kmod-nvidia-410.73-1.el7_5.elrepo.x86_64 > [nvidia]: excluding kmod-nvidia-410.73-2.el7_6.e

Re: [CentOS] Yum excluding packages I need

2019-01-11 Thread mark
Stephen Berg (Code 7309) wrote: > On 1/11/19 10:41 AM, mark wrote: > >> C7, and I did a yum update --disableexcludes=all, and yet it's telling >> me [nvidia]: excluding kmod-nvidia-410.66-1.el7_5.elrepo.x86_64 >> [nvidia]: excluding kmod-nvidia-410.73-1.el7_5.elrepo.x86_64 >> [nvidia]: excluding km

Re: [CentOS] Yum excluding packages I need

2019-01-11 Thread mark
mark wrote: > Stephen Berg (Code 7309) wrote: > >> On 1/11/19 10:41 AM, mark wrote: >> >> >>> C7, and I did a yum update --disableexcludes=all, and yet it's >>> telling me [nvidia]: excluding >>> kmod-nvidia-410.66-1.el7_5.elrepo.x86_64 [nvidia]: excluding >>> kmod-nvidia-410.73-1.el7_5.elrepo.x86_

Re: [CentOS] Yum excluding packages I need

2019-01-11 Thread Pete Biggs
> > Ok, final resolution: reinstalled the 390... and there's no driver for the > current kernel. I did an rpm -ql, and it's for an 862 kernel. > > Time to remove, and go to the proprietary (this server has two Tesla > cards, and uses CUDA). > Definitely. If you are using CUDA with Tesla cards

Re: [CentOS] Yum excluding packages I need

2019-01-11 Thread mark
Pete Biggs wrote: >> >> Ok, final resolution: reinstalled the 390... and there's no driver for >> the current kernel. I did an rpm -ql, and it's for an 862 kernel. >> >> Time to remove, and go to the proprietary (this server has two Tesla >> cards, and uses CUDA). > > Definitely. If you are using C

Re: [CentOS] Help finishing off Centos 7 RAID install

2019-01-11 Thread Gordon Messmer
On 1/11/19 3:22 AM, Gary Stainburn wrote: I then installed grub2 on sdb yum install yum install grub2-efi-modules grub2-install /dev/sdb If you want to manually provide redundant EFI system partitions (no RAID1), all you need to do is run efibootmgr to add a second entry.  You don't need to