[CentOS] Why yum-cron is only at x86_64 system?

2009-06-02 Thread MontyRee
Hello, all. I have operated centos 4.x and 5.x system. for 4.x system, I auto update using yum and for 5.x system, using yum-cron. but I can't find any yum-cron package (i386) like below. # yum search yum-cron(at i686, centox 5.3) Warning: No matches found for: yum-cron No Matches f

[CentOS] how to disable lots of auditd messages?

2009-06-02 Thread MontyRee
hello all. My system is centos 5.x and there is no module related auditd there is no process(daemon) related auditd and selinux definately disabled. But I can see lots of auditd messages like below. Oct 20 02:01:01 linux kernel: type=1106 audit(1224435661.064:65210): user pid=25860 uid=0 a

[CentOS] how to set ntpd listen only 127.0.0.1 ?

2009-06-11 Thread MontyRee
Hello, all. I would like to use ntpd for time sync not rdate or ntpdate. but after installation the ntpd, I found that listened at all interfaces like below. udp0 0 192.168.111.2:123 0.0.0.0:* 11528/ntpd udp0 0 xxx.xxx

Re: [CentOS] how to set ntpd listen only 127.0.0.1 ?

2009-06-11 Thread MontyRee
Thanks for your kind answer. > Look into the "restrict" commands in ntp.conf to implement security > policies on NTP. You can find information on how it works on "man > ntp_acc". The default restrict config likes below. restrict default nomodify notrap noquery If I setup ntpd servic

[CentOS] Any problem of auto updating using yum?

2009-06-12 Thread MontyRee
Hello, all. My systems are centos 4.x or 5.x(i386 and x86_64) and various services(apache, mysql, java, sendmail... etc..). and I would like to set auto update using yum. But some staffs didn't agree my auto update plan, because some services can be effected by auto update.

[CentOS] how to yum install after deleting some files?

2009-06-24 Thread MontyRee
Hello, all. I have deleted some files for mistake. So I would like to re-install those files using yum install. But if I execute yum install some_package, that doesn't work, because some files are remain, I guess. So is there any yum install option to re-install forcely when some files are de

[CentOS] what would be happen if swap partition is not?

2009-07-03 Thread MontyRee
Hello, all. I know the function of the swap and can make swap partion or file. But, if there is no swap partion at system, what would be happen? that makes the system unstable or not? I have one system that has no swap, but there was no problem until now. Thanks in advance.

[CentOS] so many arp caches why?

2009-08-06 Thread MontyRee
Hello, all. When I execute arp -a -n, there are lots of arp caches like below. Surely, I set netmask and Broadcast without problem and routing table also no problem. System is CentOS release 4.7 i386. I know how to delete the arp cache, but I don't know why .. # ifconfig eth0

Re: [CentOS] so many arp caches why?

2009-08-06 Thread MontyRee
imo.schoe...@riscworks.net > To: centos@centos.org > Subject: Re: [CentOS] so many arp caches why? > > thus nate spake: >> MontyRee wrote: >>> >>> Hello, all. >>> >>> >>> When I execute arp -a -n, there are lots of arp caches like below. >>>

Re: [CentOS] so many arp caches why?

2009-08-06 Thread MontyRee
ges.. > Date: Thu, 6 Aug 2009 13:58:59 -0500 > From: lesmikes...@gmail.com > To: centos@centos.org > Subject: Re: [CentOS] so many arp caches why? > > MontyRee wrote: >> >> Hello, all. >> >> >> When I execute arp -a -n, there are lots of

Re: [CentOS] so many arp caches why?

2009-08-06 Thread MontyRee
Thanks for your answer. > Not another card, another network device - the one with > 00:23:5E:12:63:FE as it's ethernet MAC address. There is no another network device as I know. Can I check by some command except ifconfig or ip? # ip link show 1: lo: mtu 16436 qdisc noqueue link/loopback

[CentOS] to filter dos ip using iptables recent

2009-08-16 Thread MontyRee
Hello, all. I read this document about iptables recent module. http://blog.andrew.net.au/2005/02/16#ipt_recent_and_ssh_attacks and I would like to filter the excessive spam mail sending ip address by iptables recent module. and some questions. iptables -A INPUT -p tcp --dport 25 -m state --

[CentOS] what is the best way to delete so many queue files?

2009-08-28 Thread MontyRee
Hello, all. I found that so many unnessary queue files are saved at /var/spool/clientmqueue/ directory. I tested two way to delete these files. 1. # rm -rf /var/spool/clientmqueue/* 2. # cd /var/spool/clientmqueue/ ; find . | xargs rm -fv But this makes a few load of the system

[CentOS] about ntpq result..

2009-09-22 Thread MontyRee
Hello, all. I want to ask some about ntpd. I set 'server' directive like below at ntp.conf server 0.centos.pool.ntp.org For example, I can see the ntpq result like below. remote refid st t when poll reach delay offset jitter ===

[CentOS] ip based acl at snmp v3?

2010-10-18 Thread MontyRee
Hello, all. My system is centos 5.x and I would like to set IP based (acl) accessl-list at snmp verison 3. As I know, at snmp v1/v2c, we can set acl like below. -- snmpd.conf rocommunity public 127.0.0.1 rocommunity public 10.0.0.1/24 rouser testuser createUser testuser MD5 "