Re: [CentOS] Email Notification of updates which are available to be applied on CentOS Linux release 7.9.2009 (Core)

2022-02-09 Thread Jon Moore

On 2/9/22 10:56 AM, Kaushal Shriyan wrote:

Hi,

I am running the below open source components on CentOS Linux release
7.9.2009 (Core)

1. nginx service
2. mysql service
3. php framework
4. pph-fpm service
5. composer A Dependency Manager for PHP

Is there a way to notify via email if there are any new security updates
available for CentOS Linux release 7.9.2009 along with the above open
source components which are running?
Currently, I am manually running the *yum -y update* command to update the
OS along with the above open source components. I have tried
for yum-updatesd - Update notifier daemon but it is not available for
CentOS Linux release 7.9.2009 (Core). Thanks in advance. I look forward to
hearing from you.

More info:- https://linux.die.net/man/8/yum-updatesd


You might be interesting in yum-cron

From the manpage:

DESCRIPTION
yum-cron  is an alternate interface to yum that is optimised to be 
convenient to call from cron.  It provides methods to keep repository 
metadata up to date, and to check for, download, and apply updates. 
Rather than accepting many different command line arguments, the 
different functions  of  yum-cron  can  be  accessed through config files.


With CentOS you generally will not have security included with the
package data, so only install security related errata is not a simple
action.  However applying all updates, or sending a notification about
updates be available, etc are options you can enable.

Good luck,
Jon M
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] unsuscribe

2010-01-01 Thread Jon Moore
On Fri, Jan 1, 2010 at 5:51 PM,  mva...@inf.utfsm.cl wrote:
 unsuscribe


Have a look at the URL in the footer of the message
http://lists.centos.org/mailman/listinfo/centos  You might have
better luck there.

-jon
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS DHCP Server

2009-12-08 Thread Jon Moore
On Tue, Dec 8, 2009 at 3:03 PM, Kemp, Larry larry.k...@usmetrotel.com wrote:
 CentOS Community,

 I need help with a CentOS DHCP server.

 I have a simple 32bit CentOS 5.3 server running on an Intel chip server in a 
 lab environment with two NIC's.

 Interfaces:
 eth0 - Is connected to the Internet using a static public IP address.
 eth1 - Is connected to a private 10.1.1.0/24 LAN with no other access to the 
 web.
         Runs DHCP to the internal client systems.
       Is the default gateway for all LAN traffic to the Internet.
       Runs iptables as the firewall between the LAN and the Internet.

 On eth1 DHCP was running with no problems for some time. This lab system sat 
 for months untouched and then we revisited this product/project only to find 
 that DHCP would not start. It gave us this following error:

        Failed to start dhcpd :
        Internet Systems Consortium DHCP Server V3.1.3
        Copyright 2004-2009 Internet Systems Consortium.
        All rights reserved.
        For info, please visit https://www.isc.org/software/dhcp/
        Wrote 0 leases to leases file.
        Listening on LPF/eth1/00:50:ba:c0:43:c7/10.1.1/24
        Sending on   LPF/eth1/00:50:ba:c0:43:c7/10.1.1/24
        Can't bind to dhcp address: Address already in use
        Please make sure there is no other dhcp server
        running and that there's no entry for dhcp or
        bootp in /etc/inetd.conf.   Also make sure you
        are not running HP JetAdmin software, which
        includes a bootp server.
snip

The error message makes me think another dhcpd daemon is running.
Have you checked for this with 'ps aux | grep dhcpd' or similar?

Since you've done updates, I'd assume you've rebooted the server, so
it seems strange this might be the issue.  Could possibly check to see
if there is indeed another dhcpd daemon running.  Something along the
lines of 'netstat -patun | grep dhcp' or look for anything listening
on UDP:68, iirc.

Someone else will probably be able to provide better help.

-jonathan
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Name Resolution Broken for One Address

2009-12-07 Thread Jon Moore
On Monday, December 7, 2009, John Thomas gmane-2006-04...@jt-socal.com wrote:
 I seem to have broken my laptop and have been unable to figure it out.

 Name resolution works great, except one address, which seems to be
 resolving to 0.0.0.1.  Could you help me figure out what I have done and
 fix it?

 The following lines are in /etc/hosts
 192.168.11.1    dev.example.com
 192.168.11.1    dev1.example.com

 Pinging any other address that I try works, except dev.example.com.


try having both host names on the same line.

-jon
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Zimbra Help

2009-11-02 Thread Jon Moore
On Mon, Nov 2, 2009 at 12:31 PM, ML mailingli...@mailnewsrss.com wrote:
 For the install, I selected the Fedora 11 version for x64.
---8---

I would suggest starting out with one of the RHEL versions found on the download
page here http://www.zimbra.com/community/downloads.html.

I think you'll have better luck with that then Fedora (assuming you're
running CentOS)

-jonathan
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] info about hdds in raid

2009-11-02 Thread Jon Moore
On Mon, Nov 2, 2009 at 6:02 PM, Les Mikesell lesmikes...@gmail.com wrote:
 It's unfortunately about the best we've got when device names are
 assigned more or less randomly.  NICs are even worse - we need a command
 to make the lights blink there too.

Not to get too far off topic, but check out 'ethtool -p'  I've had
luck with this in the
past.

-jonathan
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] DoveCot and Postfix Setup? or Zimbra?

2009-11-01 Thread Jon Moore
On Sun, Nov 1, 2009 at 1:19 PM, ML mailingli...@mailnewsrss.com wrote:
---8
 Zimbra...does it replace dovecot and postfx setup?

Yes, it does.  I *think* it's possible to change the ports that Zimbra
listens on, but
by default it will install it's on mta, pop, and imap servers, and
installs them into
it's own directory.

-jon
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] adding SAN diskspace to CentOS system residing on VMware

2009-10-30 Thread Jon Moore
On Fri, Oct 30, 2009 at 2:10 PM, ken geb...@mousecar.com wrote:
 Hey, group,

Hi.

 What steps do I need to take prior to creating a new partition with
 fdisk?  (The SAN space, BTW, is connected through VMware.)

How's the storage being exported?

-jonathan
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos