[CentOS] Installing Maven with OpenJDK 11, without pulling OpenJDK 1.8

2019-11-22 Thread Mathieu Baudier
Hello, I am trying to create a container image which will build Java software with Maven and Java 11 (rather focussing on CentOS 8 here). When installing 'maven' with yum, 'java-1.8.0-openjdk-devel' is installed as a dependency. If one then installs 'java-11-openjdk-devel', and use the

[CentOS] My ethernet is not listed in centOS 8 boot.iso

2019-11-22 Thread Ebed
Hi, Yesterday i tried to install centOS 8 on my little router and server, but there's no ethernet listed there. I'm using Compaq pressario V3737TU which come with Marvell PCI-e ethernet 100Mbps. It's an old laptop. Could anyone here help? ___ CentOS

Re: [CentOS] DHCP server failover: advise is needed

2019-11-22 Thread Valeri Galtsev
On 2019-11-22 11:18, Paul Heinlein wrote: On Fri, 22 Nov 2019, Valeri Galtsev wrote: Dear Experts, Success! Thank you, everybody who answered, all your insights helped! Special thinks to you, Paul! Your instruction did put my brain together, finally. Valeri I was running ISC DHCP

Re: [CentOS] sendmail on Centos 7.7

2019-11-22 Thread Jerry Geis
Hi John, >maybe add a '.' to the end of the host name? that prevents it from >applying assumed default domains to it >like this: >define(`SMART_HOST', `smtp-relay.gmail.com.') dnl HEAY! This worked. Thanks so much everyone and John. Have a great weekend. Jerry

Re: [CentOS] sendmail on Centos 7.7

2019-11-22 Thread Jerry Geis
See below: getent hosts smtp-relay.gmail.com 2607:f8b0:4002:c06::1c smtp-relay.gmail.com # /etc/nsswitch.conf # # An example Name Service Switch config file. This file should be # sorted with the most-used services at the beginning. # # The entry '[NOTFOUND=return]' means that the search for an

Re: [CentOS] sendmail on Centos 7.7

2019-11-22 Thread John Pierce
On Fri, Nov 22, 2019 at 6:16 AM Jerry Geis wrote: > Great thought to check the generated file. > It looks OK. > > grep gmail sendmail.* > sendmail.cf:DSsmtp-relay.gmail.com > sendmail.cf.bak:DSsmtp-relay.gmail.com > sendmail.mc:define(`SMART_HOST', `smtp-relay.gmail.com') dnl maybe add a '.'

Re: [CentOS] sendmail on Centos 7.7

2019-11-22 Thread Always Learning
On Fri, 2019-11-22 at 12:20 -0800, John Pierce wrote: > and, of course... > > $ host smtp-relay.gmail.com but ... the originator referred to smtp-relay.gmail.com.com (note the double "com") ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] sendmail on Centos 7.7

2019-11-22 Thread John Pierce
and, of course... $ host smtp-relay.gmail.com smtp-relay.gmail.com has address 74.125.142.28 smtp-relay.gmail.com has IPv6 address 2607:f8b0:400e:c08::1c $ whois 74.125.142.28 ... NetRange: 74.125.0.0 - 74.125.255.255 CIDR: 74.125.0.0/16 NetName:GOOGLE NetHandle:

Re: [CentOS] sendmail on Centos 7.7

2019-11-22 Thread Always Learning
On Fri, 2019-11-22 at 10:55 -0500, Stephen John Smoogen wrote: > [smooge@smoogen-laptop ~]$ host -t MX smtp-relay.gmail.com.com > smtp-relay.gmail.com.com mail is handled by 10 mx203.inbound-mx.org. > smtp-relay.gmail.com.com mail is handled by 10 mx203.inbound-mx.net. .w

Re: [CentOS] sendmail on Centos 7.7

2019-11-22 Thread Barry Brimer
What does getent hosts smtp-relay.gmail.com show? What does your hosts line in /etc/nsswitch.conf show? On November 22, 2019 9:55:23 AM CST, Stephen John Smoogen wrote: >On Fri, 22 Nov 2019 at 08:22, Jerry Geis wrote: >> >> Hi All, >> >> I am 'trying' to set SMART_HOST in sendmail to point to

Re: [CentOS] DHCP server failover: advise is needed

2019-11-22 Thread Valeri Galtsev
On 2019-11-22 11:19, Jason Pyeron wrote: -Original Message- From: Valeri Galtsev Sent: Friday, November 22, 2019 12:10 PM Dear Experts, I was running ISC DHCP server for longer than I would care to remember. Now I decided to climb out of the cave and configure failover set

Re: [CentOS] DHCP server failover: advise is needed

2019-11-22 Thread Paul Heinlein
On Fri, 22 Nov 2019, Valeri Galtsev wrote: Dear Experts, I was running ISC DHCP server for longer than I would care to remember. Now I decided to climb out of the cave and configure failover set (primary-secondary), and I seem to hit brick wall, which I need help with. I only need IP v4, no

Re: [CentOS] DHCP server failover: advise is needed

2019-11-22 Thread Jason Pyeron
> -Original Message- > From: Valeri Galtsev > Sent: Friday, November 22, 2019 12:10 PM > > Dear Experts, > > I was running ISC DHCP server for longer than I would care to remember. > Now I decided to climb out of the cave and configure failover set > (primary-secondary), and I seem to

[CentOS] DHCP server failover: advise is needed

2019-11-22 Thread Valeri Galtsev
Dear Experts, I was running ISC DHCP server for longer than I would care to remember. Now I decided to climb out of the cave and configure failover set (primary-secondary), and I seem to hit brick wall, which I need help with. I only need IP v4, no v6, which may simplify things. Could

Re: [CentOS] sendmail on Centos 7.7

2019-11-22 Thread Stephen John Smoogen
On Fri, 22 Nov 2019 at 08:22, Jerry Geis wrote: > > Hi All, > > I am 'trying' to set SMART_HOST in sendmail to point to smtp-relay.gmail.com > but when looking at the /var/log/maillog its going to mx203.inbound-mx.net. > [192.110.255.243], > That is weird.. and from all the other posts I could

Re: [CentOS] sendmail on Centos 7.7

2019-11-22 Thread Jerry Geis
Great thought to check the generated file. It looks OK. grep gmail sendmail.* sendmail.cf:DSsmtp-relay.gmail.com sendmail.cf.bak:DSsmtp-relay.gmail.com sendmail.mc:define(`SMART_HOST', `smtp-relay.gmail.com') dnl host smtp-relay.gmail.com smtp-relay.gmail.com has address 64.233.176.28

Re: [CentOS] sendmail on Centos 7.7

2019-11-22 Thread Richard
> Date: Friday, November 22, 2019 08:21:57 -0500 > From: Jerry Geis > > Hi All, > > I am 'trying' to set SMART_HOST in sendmail to point to > smtp-relay.gmail.com but when looking at the /var/log/maillog its > going to mx203.inbound-mx.net. [192.110.255.243], > > why??? > > my line from

[CentOS] sendmail on Centos 7.7

2019-11-22 Thread Jerry Geis
Hi All, I am 'trying' to set SMART_HOST in sendmail to point to smtp-relay.gmail.com but when looking at the /var/log/maillog its going to mx203.inbound-mx.net. [192.110.255.243], why??? my line from sendmail.mc define(`SMART_HOST', `smtp-relay.gmail.com') I did make in /etc/mail and service

Re: [CentOS] Issue with "ExecStartPost" attribute in systemd daemon fail

2019-11-22 Thread Gestió Servidors
Hi, it seems there is no difference in "systemctl status crond" :( El 22/11/2019 a las 13:00, centos-requ...@centos.org escribió: Message: 3 Date: Thu, 21 Nov 2019 14:41:25 +0100 From: Leon Fauster To:

[CentOS] CentOS-announce Digest, Vol 177, Issue 5

2019-11-22 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

Re: [CentOS] Issue with "ExecStartPost" attribute in systemd daemon faile

2019-11-22 Thread James Pearson
Gestió Servidors wrote: Hellos, Yes, I did some tests with "OnFailure" attribute, but the result was the same: system didn't sent any mail. Daemon and script files were: * crond.service: * [Unit] Description=Command Scheduler After=auditd.service systemd-user-sessions.service

Re: [CentOS] Issue with "ExecStartPost" attribute in systemd daemon faile

2019-11-22 Thread Gestió Servidors
Hellos, Yes, I did some tests with "OnFailure" attribute, but the result was the same: system didn't sent any mail. Daemon and script files were: * crond.service: * [Unit] Description=Command Scheduler After=auditd.service systemd-user-sessions.service time-sync.target

Re: [CentOS-virt] ansible in ovirt repo

2019-11-22 Thread Sandro Bonazzola
Il giorno lun 18 nov 2019 alle ore 17:56 Orion Poplawski ha scritto: > Just saw this: > > > > PackageArch Version Repository > Size > >