On Thu, 23 Aug 2018 at 18:52, TE Dukes <tdukes at palmettoshopper.com> wrote:> > > > > -----Original Message----- > > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Stephen > > John Smoogen > > Sent: Thursday, August 23, 2018 6:24 PM > > To: CentOS mailing list > > Subject: Re: [CentOS] Mail has quit working > > > > On Thu, 23 Aug 2018 at 18:21, TE Dukes <tdukes at palmettoshopper.com> > > wrote: > > > > > > > > Thanks, > > > > > > I'm not familiar with https://paste.fedoraproject.org . Guessing I need > to > > register first but then what? Doesn't appear to have a subject area. Do I > just > > post the files you recommended? > > > > > > > or use http://pastebin.centos.org/ and copy and paste the output into > > pastebin area and then hit submit. You will be given a URL which > > people can then refer to. > > > > > TIA > > > > > > _______________________________________________ > > > CentOS mailing list > > > CentOS at centos.org > > > https://lists.centos.org/mailman/listinfo/centos > > > > > > > > -- > > Stephen J Smoogen. > > I pasted all the info requested but not seeing a link except for a > deactivation token >In the URL section of your browser there should be something like https://paste.fedoraproject.org/paste/GzNwzOQt~uZdK5AahxX4Rg That is the URL to give a person to review.> _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos-- Stephen J Smoogen.
> -----Original Message----- > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Stephen > John Smoogen > Sent: Thursday, August 23, 2018 6:59 PM > To: CentOS mailing list > Subject: Re: [CentOS] Mail has quit working > > On Thu, 23 Aug 2018 at 18:52, TE Dukes <tdukes at palmettoshopper.com> > wrote: > > > > > > > > > -----Original Message----- > > > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of > Stephen > > > John Smoogen > > > Sent: Thursday, August 23, 2018 6:24 PM > > > To: CentOS mailing list > > > Subject: Re: [CentOS] Mail has quit working > > > > > > On Thu, 23 Aug 2018 at 18:21, TE Dukes <tdukes at palmettoshopper.com> > > > wrote: > > > > > > > > > > > Thanks, > > > > > > > > I'm not familiar with https://paste.fedoraproject.org . Guessing Ineed> > to > > > register first but then what? Doesn't appear to have a subject area.Do I> > just > > > post the files you recommended? > > > > > > > > > > or use http://pastebin.centos.org/ and copy and paste the output into > > > pastebin area and then hit submit. You will be given a URL which > > > people can then refer to. > > > > > > > TIA > > > > > > > > _______________________________________________ > > > > CentOS mailing list > > > > CentOS at centos.org > > > > https://lists.centos.org/mailman/listinfo/centos > > > > > > > > > > > > -- > > > Stephen J Smoogen. > > > > I pasted all the info requested but not seeing a link except for a > > deactivation token > > > > In the URL section of your browser there should be something like > https://paste.fedoraproject.org/paste/GzNwzOQt~uZdK5AahxX4Rg > > That is the URL to give a person to review. > > > _______________________________________________ > > CentOS mailing list > > CentOS at centos.org > > https://lists.centos.org/mailman/listinfo/centos > > > > -- > Stephen J Smoogen.Whoooosh, senior moment!! Here's the link: https://paste.fedoraproject.org/paste/MMNEJmqIrEzK-A4N3MR0ZA I just recently disabled IPV6 due to errors resolving I saw in the logs. This was AFTER mail quit working the second time. It did not correct the problem. Both times, this has happened after a kernel upgrade. I have had no errors this time, except for IPV6 stuff. TIA
On Thu, 23 Aug 2018 at 19:11, TE Dukes <tdukes at palmettoshopper.com> wrote:> >> Whoooosh, senior moment!! > > Here's the link: > https://paste.fedoraproject.org/paste/MMNEJmqIrEzK-A4N3MR0ZA > > I just recently disabled IPV6 due to errors resolving I saw in the logs. > This was AFTER mail quit working the second time. It did not correct the > problem. Both times, this has happened after a kernel upgrade. I have had no > errors this time, except for IPV6 stuff. >I think the error may be here: /etc/hosts: multi on If that is the /etc/hosts file then something is changing it somewhere (and the kernel rpms do not touch this file unless someone wrote over it.) The file should be: 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 The second problem may be in whatever created that ifcfg-eno1 file. I have resorted and cleaned it up so it is easier to look at DEVICE=eno1 NAME=eth0 BOOTPROTO=none BROADCAST=192.168.1.255 DNS1=166.102.165.13 DNS2=207.91.5.20 DNS3=127.0.0.1 GATEWAY=192.168.1.1 IPADDR=192.168.1.110 NETMASK=255.255.255.0 NETWORK=192.168.1.0 DEFROUTE=yes DOMAIN=palmettodomains.com IPV4_FAILURE_FATAL=no IPV6INIT=no ONBOOT=yes TYPE=Ethernet UUID=cfd35a8f-6c40-4a80-bff5-821a91d0775b ZONE=public The third problem is possibly your DNS3 which is pointing to 127.0.0.1 which means you have a local nameserver running on the box. No idea what that is but it is probably something that needs to be reconfigured or turned off.> TIA > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos-- Stephen J Smoogen.
On 08/23/2018 04:10 PM, TE Dukes wrote:> Here's the link: > https://paste.fedoraproject.org/paste/MMNEJmqIrEzK-A4N3MR0ZAip route show: default via 192.168.1.1 dev eno1 proto static metric 101 192.168.1.0/24 dev enp1s0 proto kernel scope link src 192.168.1.111 metric 100 192.168.1.0/24 dev eno1 proto kernel scope link src 192.168.1.110 metric 101 You have two physical devices using the same IPv4 subnet.? Disable the one you aren't using.? Set ONBOOT=no in /etc/sysconfig/network-scripts/ifcfg-enp1s0 or remove the file entirely.