Re: [CentOS] install Oracle on the Centos

2009-08-16 Thread John R Pierce
Han mo wrote:
> Hello everyone,
>
> does anyone install the oracle on the centos?
> I try to install the oracle on my computer.  but fail.
> It has problem on kernel setting and add the swap disk.
>   

"The Oracle" on "The Centos" ?   there's many software products from 
Oracle, and several versions of CentOS.   You should probably be a 
little more specific.

I have installed Oracle Database Server Enterprise Edition 9i and 10g on 
CentOS 3, 4 and 5, it runs just fine.IIRC (its been a few months 
since I've installed any of them), you need to do a fair number of 
manual steps, you should follow the Oracle release notes on running 
RDBMS on RHEL.




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


Re: [CentOS] install Oracle on the Centos

2009-08-16 Thread Han mo

在 2009-08-16日的 00:09 -0700,John R Pierce写道:
> Han mo wrote:
> > Hello everyone,
> >
> > does anyone install the oracle on the centos?
> > I try to install the oracle on my computer.  but fail.
> > It has problem on kernel setting and add the swap disk.
> >   
> 
> "The Oracle" on "The Centos" ?   there's many software products from 
> Oracle, and several versions of CentOS.   You should probably be a 
> little more specific.
I want to insall oracle 10i server enterprise on my Centos 5.3,  I set
the kernel parameters by the result from the google.  But it fails.  
Do write the blog?   can let me see it?
> 
> I have installed Oracle Database Server Enterprise Edition 9i and 10g on 
> CentOS 3, 4 and 5, it runs just fine.IIRC (its been a few months 
> since I've installed any of them), you need to do a fair number of 
> manual steps, you should follow the Oracle release notes on running 
> RDBMS on RHEL.
> 
> 
> 
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

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


Re: [CentOS] Kernel NULL pointer vulnerability

2009-08-16 Thread Ian Murray

> There is a very large issue with all people running VPS machines that are 
> waiting for upgrades.


Why are VPS's any more affected than bare-metal machines?

It will be greatly ironic if Redhat release the fix after they release 5.4, or 
as part of 5.4. I will try not to say I told you so.


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


[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 --state NEW -m recent --set --name 
SPAM
iptables -A INPUT -p tcp --dport 25 -m state --state NEW -m recent --update 
--seconds 60 --hitcount 4 --rttl --name SPAM -j DROP

 
If I set like above, 
 
I can't understand the meaning of the hitcount.
it means the number of a packet, session or connection?
 
above rule means if 4 connection for 60 seconds, the ip will be filtered for 60 
seconds, right? 
 
if some ip was filtered, how long will be filtered? for 60 seconds?
 
when I see the list as cat /proc/net/ipt_recent/SPAM
the maximum number is 100. if it reaches the 100, no problem?
and how to increase the number? 
 
 
Thanks in advance.

 
_
메신저 10살 생일도 축하해 주시고,이벤트도 참여하세요~!
http://im.msn.co.kr/im/main/mainCoverDetail.asp?BbsCode=bbs01&Seq=2688
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] to filter dos ip using iptables recent

2009-08-16 Thread Ned Slider
MontyRee wrote:
> 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 --state NEW -m recent --set 
> --name SPAM
> iptables -A INPUT -p tcp --dport 25 -m state --state NEW -m recent --update 
> --seconds 60 --hitcount 4 --rttl --name SPAM -j DROP
> 
>  
> If I set like above, 
>  
> I can't understand the meaning of the hitcount.
> it means the number of a packet, session or connection?
>  

Maybe the manpage will help:

--hitcount hits
This option must be used in conjunction with one of --rcheck or
--update. When used, this will narrow the match to only happen when the
address is in the list and packets had been received greater than or
equal to the given value. This option may be used along with --seconds
to create an even narrower match requiring a certain number of hits
within a specific time frame.

> above rule means if 4 connection for 60 seconds, the ip will be filtered for 
> 60 seconds, right? 
>  

Nearly, but there is no timeframe implication on the filtering. It
simply decides whether the given packet matches the rule and takes the
appropriate action. The timeframe comes from whether (or not) there have
been 4 or more connection attempts from that IP in the previous 60 seconds.

> if some ip was filtered, how long will be filtered? for 60 seconds?
>  

See above - it's the previous 60 second timeframe you are looking at.

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


Re: [CentOS] install Oracle on the Centos

2009-08-16 Thread mohamed yusuf
I think this helps

http://www.idevelopment.info/

--- On Sun, 8/16/09, John R Pierce  wrote:

From: John R Pierce 
Subject: Re: [CentOS] install Oracle on the Centos
To: "CentOS mailing list" 
Received: Sunday, August 16, 2009, 3:09 AM

Han mo wrote:
> Hello everyone,
>
> does anyone install the oracle on the centos?
> I try to install the oracle on my computer.  but fail.
> It has problem on kernel setting and add the swap disk.
>   

"The Oracle" on "The Centos" ?   there's many software products from 
Oracle, and several versions of CentOS.   You should probably be a 
little more specific.

I have installed Oracle Database Server Enterprise Edition 9i and 10g on 
CentOS 3, 4 and 5, it runs just fine.    IIRC (its been a few months 
since I've installed any of them), you need to do a fair number of 
manual steps, you should follow the Oracle release notes on running 
RDBMS on RHEL.




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



  __
Looking for the perfect gift? Give the gift of Flickr! 

http://www.flickr.com/gift/___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] install Oracle on the Centos

2009-08-16 Thread Hakan Koseoglu
Hi,
> does anyone install the oracle on the centos?
> I try to install the oracle on my computer.  but fail.
> It has problem on kernel setting and add the swap disk.
You should follow the Oracle installation guide.
http://download.oracle.com/docs/cd/B28359_01/install.111/b32285/toc.htm

Mind you, as far as I know Oracle is not supported on CentOS so if you
run into problems with your databases, you're stuck. On the other
hand, we have plenty of development environments (Centos 4 and 5)
running Oracle 10g and 11g w/o any issues. For production, you should
have RHEL or OEL for support.

-- 
Hakan (m1fcj) - http://www.hititgunesi.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] OT: Strange message in root e-mail possiablly hacked!!! Not sure??

2009-08-16 Thread Lee Perez
Morning all,

Little back ground.  Running CentOS 5.3 fully update.  I basically run 
this as router and gateway for home network.  I have two(2) winblows 
machines hooked up.  I am running samba for shares.   I opened up root's 
mail this morning and found this strange little comment :

Connections Denied:
lib/access.c:check_access(327)  58.239.84.158 : 1 Time(s)
smbd/process.c:process_smb(1062) 58.239.84.158 : 1 Time(s)

So I started looking around in /var/log.  I looked at my secure logs and 
saw nothing out of the ordinary.  I looked in samba and found a log file 
58.239.84.158.log.  I opened it up and it said the following:

[2009/08/15 06:31:34, 0] lib/access.c:check_access(327)
  Denied connection from  (58.239.84.158)
[2009/08/15 06:31:34, 1] smbd/process.c:process_smb(1062)
  Connection denied from 58.239.84.158

There is nothing on this server that I can not replace.  Did I just get 
hacked?  Should I wipe this thing and start over?  Any and all advice is 
greatly appreciated!!!

Thanks.

Lee Perez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT: Strange message in root e-mail possiablly hacked!!! Not sure??

2009-08-16 Thread Robert Heller
At Sun, 16 Aug 2009 07:51:50 -0500 CentOS mailing list  
wrote:

> 
> Morning all,
> 
> Little back ground.  Running CentOS 5.3 fully update.  I basically run 
> this as router and gateway for home network.  I have two(2) winblows 
> machines hooked up.  I am running samba for shares.   I opened up root's 
> mail this morning and found this strange little comment :
> 
> Connections Denied:
> lib/access.c:check_access(327)  58.239.84.158 : 1 Time(s)
> smbd/process.c:process_smb(1062) 58.239.84.158 : 1 Time(s)
> 
> So I started looking around in /var/log.  I looked at my secure logs and 
> saw nothing out of the ordinary.  I looked in samba and found a log file 
> 58.239.84.158.log.  I opened it up and it said the following:
> 
> [2009/08/15 06:31:34, 0] lib/access.c:check_access(327)
>   Denied connection from  (58.239.84.158)
> [2009/08/15 06:31:34, 1] smbd/process.c:process_smb(1062)
>   Connection denied from 58.239.84.158
> 
> There is nothing on this server that I can not replace.  Did I just get 
> hacked?  Should I wipe this thing and start over?  Any and all advice is 
> greatly appreciated!!!

I don't think you got hacked.  You might want to check your firewall
settings though.  It *looks* like your firewall is letting netbios
connections from off your LAN -- you should not be allowing this!

It does look like someone from 58.239.84.158 (SK Broadband Co Ltd in
Seoul) tried to check out your samba shares, but was denied access.

> 
> Thanks.
> 
> Lee Perez
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 
> 

-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Download the Model Railroad System
http://www.deepsoft.com/  -- Binaries for Linux and MS-Windows
hel...@deepsoft.com   -- http://www.deepsoft.com/ModelRailroadSystem/

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


Re: [CentOS] install Oracle on the Centos

2009-08-16 Thread Jason Pyeron
 

> -Original Message-
> From: centos-boun...@centos.org 
> [mailto:centos-boun...@centos.org] On Behalf Of Hakan Koseoglu
> Sent: Sunday, August 16, 2009 8:16
> To: CentOS mailing list
> Subject: Re: [CentOS] install Oracle on the Centos
> 
> Hi,
> > does anyone install the oracle on the centos?
> > I try to install the oracle on my computer.  but fail.
> > It has problem on kernel setting and add the swap disk.
> You should follow the Oracle installation guide.
> http://download.oracle.com/docs/cd/B28359_01/install.111/b3228
5/toc.htm
> 
> Mind you, as far as I know Oracle is not supported on CentOS 
> so if you run into problems with your databases, you're 
> stuck. On the other hand, we have plenty of development 
> environments (Centos 4 and 5) running Oracle 10g and 11g w/o 
> any issues. For production, you should have RHEL or OEL for support.


Are you trying to install express edition? Express edition is only available in
i386, so you will have to install i386 libraries or just install i386 version of
centos.



--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-   -
- Jason Pyeron  PD Inc. http://www.pdinc.us -
- Principal Consultant  10 West 24th Street #100-
- +1 (443) 269-1555 x333Baltimore, Maryland 21218   -
-   -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is copyright PD Inc, subject to license 20080407P00.

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


Re: [CentOS] OT: Strange message in root e-mail possiablly hacked!!! Not sure??

2009-08-16 Thread Chan Chung Hang Christopher

>> So I started looking around in /var/log.  I looked at my secure logs and 
>> saw nothing out of the ordinary.  I looked in samba and found a log file 
>> 58.239.84.158.log.  I opened it up and it said the following:
>>
>> [2009/08/15 06:31:34, 0] lib/access.c:check_access(327)
>>   Denied connection from  (58.239.84.158)
>> [2009/08/15 06:31:34, 1] smbd/process.c:process_smb(1062)
>>   Connection denied from 58.239.84.15
> I don't think you got hacked.  You might want to check your firewall
> settings though.  It *looks* like your firewall is letting netbios
> connections from off your LAN -- you should not be allowing this!
>   
He can do better. Why is samba bound to an Internet facing interface at 
all? Unless you have a need to allow smb/cifs connections over the 
Internet, samba should never ever be allowed to bind to an interface 
with an Internet ip.

> It does look like someone from 58.239.84.158 (SK Broadband Co Ltd in
> Seoul) tried to check out your samba shares, but was denied access.
>
>   
Yea for tcp wrappers...
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Centos - Chinese

2009-08-16 Thread Chan Chung Hang Christopher
A response I got from the local LUG here in Hong Kong to a post about 
translating the wiki articles into Chinese pointed me to the links below:

http://www.centoschina.com/
http://apt.nc.hcc.edu.tw/web/student_server_centos/student_server_centos.html

Posted just in case the Centos team has an issue with the first link. 
The site has a logo with 'CentOS' in it.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Interupted Internet Service

2009-08-16 Thread Ed Warner
> Message: 11
> Date: Sat, 15 Aug 2009 18:26:07 -0400
> From: Ross Walker 
> Subject: Re: [CentOS] Interupted Internet Service
> To: CentOS mailing list 
> Cc: "centos@centos.org"
> 
> Message-ID: <303357d2-54f3-4939-8783-d99c867b5...@gmail.com>
> Content-Type: text/plain;   
> charset=us-ascii;   
> format=flowed;delsp=yes
> 
> On Aug 15, 2009, at 5:20 PM, Ed Warner 
> wrote:
> 
> > Everytime I see this in the logs my internet access
> stops for about  
> > 5 minutes. Nothing else follows in the logs. I have
> DSL. Any ideas?
> 
> Try setting the MTU on the DSL interface to 1492 if you're
> doing PPPoE.
> 
> If not, get a better Internet provider.
> 
> -Ross

My MTU is already set to 1492. Can you explain the relationship between 
internet access and the log entries?

Aug 15 17:14:56 bonsai gconfd (root-6095): starting (version 2.14.0), pid 6095 
user 'root'
Aug 15 17:14:56 bonsai gconfd (root-6095): Resolved address 
"xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration 
source at position 0
Aug 15 17:14:56 bonsai gconfd (root-6095): Resolved address 
"xml:readwrite:/root/.gconf" to a writable configuration source at position 1
Aug 15 17:14:56 bonsai gconfd (root-6095): Resolved address 
"xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration 
source at position 2


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


Re: [CentOS] Interupted Internet Service

2009-08-16 Thread Bart Schaefer
On Sat, Aug 15, 2009 at 2:20 PM, Ed Warner wrote:
> Everytime I see this in the logs my internet access stops for about 5 
> minutes. Nothing else follows in the logs. I have DSL. Any ideas?
>
> Aug 15 17:14:56 bonsai gconfd (root-6095): starting (version 2.14.0), pid 
> 6095 user 'root'
> Aug 15 17:14:56 bonsai gconfd (root-6095): Resolved address 
> "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration 
> source at position 0
> Aug 15 17:14:56 bonsai gconfd (root-6095): Resolved address 
> "xml:readwrite:/root/.gconf" to a writable configuration source at position 1
> Aug 15 17:14:56 bonsai gconfd (root-6095): Resolved address 
> "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration 
> source at position 2

You may get some additional clues if you can find out what is querying
gconfd.  What application are you using to manage your networking
configuration?  Do you have a DSL modem only, or a combination
modem/router?  Is your CentOS box plugged directly into the DSL
device, or are you using wireless or any additional router?

My suspicion would be that either (1) your DSL drops and the log
entries above are from the network management software when it
attempts to restore the connection, e.g. re-obtaining DHCP token; or
(2) the network software itself fails and restarts, which seems less
likely.  There are additional possibilities if there's a wifi
connection, etc.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Interupted Internet Service

2009-08-16 Thread Agile Aspect
On Sun, Aug 16, 2009 at 9:10 AM, Ed Warner wrote:
>> Message: 11
>> Date: Sat, 15 Aug 2009 18:26:07 -0400
>> From: Ross Walker 
>> Subject: Re: [CentOS] Interupted Internet Service
>> To: CentOS mailing list 
>> Cc: "centos@centos.org"
>> 
>> Message-ID: <303357d2-54f3-4939-8783-d99c867b5...@gmail.com>
>> Content-Type: text/plain;
>> charset=us-ascii;
>> format=flowed;    delsp=yes
>>
>> On Aug 15, 2009, at 5:20 PM, Ed Warner 
>> wrote:
>>
>> > Everytime I see this in the logs my internet access
>> stops for about
>> > 5 minutes. Nothing else follows in the logs. I have
>> DSL. Any ideas?
>>
>> Try setting the MTU on the DSL interface to 1492 if you're
>> doing PPPoE.
>>
>> If not, get a better Internet provider.
>>
>> -Ross
>
> My MTU is already set to 1492. Can you explain the relationship between 
> internet access and the log entries?
>
> Aug 15 17:14:56 bonsai gconfd (root-6095): starting (version 2.14.0), pid 
> 6095 user 'root'
> Aug 15 17:14:56 bonsai gconfd (root-6095): Resolved address 
> "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration 
> source at position 0
> Aug 15 17:14:56 bonsai gconfd (root-6095): Resolved address 
> "xml:readwrite:/root/.gconf" to a writable configuration source at position 1
> Aug 15 17:14:56 bonsai gconfd (root-6095): Resolved address 
> "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration 
> source at position 2
>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>

Check the load on the machine - make sure  gconfd isn't consuming most of the
CPU during the apparent Internet outage.



-- 
 "We are drowning in information and starving for knowledge."

  --
Rutherford D. Roger
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Interupted Internet Service

2009-08-16 Thread Ross Walker
On Aug 16, 2009, at 12:10 PM, Ed Warner  wrote:

>> Message: 11
>> Date: Sat, 15 Aug 2009 18:26:07 -0400
>> From: Ross Walker 
>> Subject: Re: [CentOS] Interupted Internet Service
>> To: CentOS mailing list 
>> Cc: "centos@centos.org"
>> 
>> Message-ID: <303357d2-54f3-4939-8783-d99c867b5...@gmail.com>
>> Content-Type: text/plain;
>> charset=us-ascii;
>> format=flowed;delsp=yes
>>
>> On Aug 15, 2009, at 5:20 PM, Ed Warner 
>> wrote:
>>
>>> Everytime I see this in the logs my internet access
>> stops for about
>>> 5 minutes. Nothing else follows in the logs. I have
>> DSL. Any ideas?
>>
>> Try setting the MTU on the DSL interface to 1492 if you're
>> doing PPPoE.
>>
>> If not, get a better Internet provider.
>>
>> -Ross
>
> My MTU is already set to 1492. Can you explain the relationship  
> between internet access and the log entries?
>
> Aug 15 17:14:56 bonsai gconfd (root-6095): starting (version  
> 2.14.0), pid 6095 user 'root'
> Aug 15 17:14:56 bonsai gconfd (root-6095): Resolved address  
> "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only  
> configuration source at position 0
> Aug 15 17:14:56 bonsai gconfd (root-6095): Resolved address  
> "xml:readwrite:/root/.gconf" to a writable configuration source at  
> position 1
> Aug 15 17:14:56 bonsai gconfd (root-6095): Resolved address  
> "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only  
> configuration source at position 2

Those are just debug messages from the gconf database routines that  
save your preferences.

I doubt they are actually related to your Internet communications  
problems.

It's either an issue with the ISP or your pppoe configuration.

-Ross

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


Re: [CentOS] OT: Strange message in root e-mail possiablly hacked!!! Not sure??

2009-08-16 Thread Lanny Marcus
On Sun, Aug 16, 2009 at 7:51 AM, Lee Perez wrote:

> There is nothing on this server that I can not replace.  Did I just get
> hacked?  Should I wipe this thing and start over?  Any and all advice is
> greatly appreciated!!!

If you eventually decide to wipe it and start over, you might consider
running IPCop Linux, a special distribution for Firewall/Router
purposes. I use it at home and some on the list use it at work.
The fewer services you run, the safer it will be. Samba as someone
said, probably should not be run on a firewall. http://www.ipcop.org/
 The version currently available has been around for awhile, but they
have a new version in testing. I have IPCop running on an old box with
a Pentium 233 MHz MMX chip and 64 MB of RAM and it's headless.HTH
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT: Strange message in root e-mail possiablly hacked!!! Not sure??

2009-08-16 Thread Dave
On Sun, Aug 16, 2009 at 4:39 AM, Chan Chung Hang
Christopher wrote:
>
>>> So I started looking around in /var/log.  I looked at my secure logs and
>>> saw nothing out of the ordinary.

Are you running denyhosts? By default I think it only covers ssh, but
you can configure it to cover other protocols.

>>> I looked in samba and found a log file
>>> 58.239.84.158.log.  I opened it up and it said the following:
>>>

Seems like this would help, since your'e not using samba?

# yum erase samba

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


Re: [CentOS] install Oracle on the Centos

2009-08-16 Thread Spiro Harvey
> does anyone install the oracle on the centos?
> I try to install the oracle on my computer.  but fail.
> It has problem on kernel setting and add the swap disk.

Please don't hit reply and change the subject. This is considered
thread hijacking and really annoying for those of us who view our email
in threaded mode.


-- 
Spiro Harvey  Knossos Networks Ltd
021-295-1923www.knossos.net.nz


signature.asc
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] advice needed about "554 Too many recipients"

2009-08-16 Thread Rudi Ahlers
Hi all,

A client of ours just requested to increase the max_recipients in Exim
to 300, since he keeps getting "554 Too many recipients" error when
sending a marketing email from MS Outlook.

Before you tell me to use Pine / Mutt / etc to send plain-text emails
via mailman, this isn't an option.

I would like to know, what are the implications of increasing the
default 100 to 300? If 300 email recipients were added to the "To:"
field, does it establish 300 connections to the SMTP server, or not?

In the Exim documentation
(http://www.exim.org/exim-html-current/doc/html/spec_html/ch14.html#SECID105)
I found this:

"If this option is set greater than zero, it specifies the maximum
number of original recipients for any message. Additional recipients
that are generated by aliasing or forwarding do not count. SMTP
messages get a 452 response for all recipients over the limit; earlier
recipients are delivered as normal. Non-SMTP messages with too many
recipients are failed, and no deliveries are done.

Note: The RFCs specify that an SMTP server should accept at least 100
RCPT commands in a single message."


But, this doesn't tell me if it will have a performance issue with the
server, or if other mail servers will have problems with our mail
server sending the email to so many recipients in one go.

Can someone give me some pointers on this one?

-- 
Kind Regards
Rudi Ahlers
CEO, SoftDux Hosting
Web: http://www.SoftDux.com
Office: 087 805 9573
Cell: 082 554 7532
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] advice needed about "554 Too many recipients"

2009-08-16 Thread Bart Schaefer
On Sun, Aug 16, 2009 at 3:50 PM, Rudi Ahlers wrote:
>
> A client of ours just requested to increase the max_recipients in Exim
> to 300, since he keeps getting "554 Too many recipients" error when
> sending a marketing email from MS Outlook.
>
> I would like to know, what are the implications of increasing the
> default 100 to 300? If 300 email recipients were added to the "To:"
> field, does it establish 300 connections to the SMTP server, or not?

Locally between Outlook and Exim, no, this won't establish more than
one connection to the SMTP server.  If Exim is acting as a smart
relay, it'll get one copy of the message with the whole list of
addresses in one transaction.

On the "other side" between Exim and the eventual recipients of this
mail, the likelihood is that Exim will make one or two connections per
destination domain.  If all 200+ recipients are at the same domain
(say, all yahoo.com addresses) then Exim may run into problems, but
it's not very likely.

However, if that list grows very much larger, both you and your client
are going to be a lot happier if the client stops attempting to send
out his own marketing mail with Outlook and instead engages a
reputable email service provider.  Assuming, that is, that he has
appropriately confirmed permission to send email to all those people.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Noob Question: Uninstalling Firefox rpm's

2009-08-16 Thread Chuck
I want to uninstall the default version of firefox, however there appears to
be 2 of the same rpm's installed and its complaining..

I've been in Solaris land for the last 5 years and my rpm skills aren't the
most current; how is this achieved?

[r...@canthus ~]# rpm -q -a firefox
firefox-3.0.10-1.el5.centos
firefox-3.0.10-1.el5.centos

[r...@canthus ~]# rpm -e firefox-3.0.10-1.el5.centos
error: "firefox-3.0.10-1.el5.centos" specifies multiple packages

Thanks in advance,
rhugga
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Noob Question: Uninstalling Firefox rpm's

2009-08-16 Thread lostson

On Sun, 2009-08-16 at 20:13 -0500, Chuck wrote:
> I want to uninstall the default version of firefox, however there
> appears to be 2 of the same rpm's installed and its complaining..
> 
> I've been in Solaris land for the last 5 years and my rpm skills
> aren't the most current; how is this achieved?
> 
> [r...@canthus ~]# rpm -q -a firefox
> firefox-3.0.10-1.el5.centos
> firefox-3.0.10-1.el5.centos
> 
> [r...@canthus ~]# rpm -e firefox-3.0.10-1.el5.centos
> error: "firefox-3.0.10-1.el5.centos" specifies multiple packages
> 
  try a  yum remove firefox  that should remove it i would think.
-- 
LostSon

http://lostsonsvault.org

CentOS - It's not just for servers ya know...


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] DNS Server Recommendations

2009-08-16 Thread Chuck
I recommend a highly secured master that is not queried by any clients
(preferably in a network/vlan your clients can't even access)... then
configure one-way zone transfers to 2 or more slave servers which you
configure your clients to point to. Maintain your zone files in rcs of some
sort... For IP control/delegation and DNS control/delegation I recommend IP
Plan.

Of course bind is the 800lb gorilla in the DNS world... don't even think
about putting DNS on windows.

I don't recommend any front ends being that a few hours well spent reading
the docs and man pages will make you a dns expert in no time. Bind is very
easy to learn and shouldn't take longer than an afternoon at best.


On Fri, Aug 14, 2009 at 4:17 PM, Hugh E Cruickshank wrote:

> Hi All:
>
> I am looking for some possible recommendations on the handling of our
> internal DNS services. First some background...
>
> Until recently our entire network was located within a single facility
> with internal DNS services provided by our CentOS 4.7 (using BIND).
> While I had problems with DHCP/DNS communications it was basically
> working.
>
> At the beginning of the month we moved the production servers (a couple
> of RHEL5.3 boxes with a Windows 2008 server) to a new facility connected to
> the old facility via a VPN. We are still running with our DevSys as
> the DNS server but I would like to make the two locations at least
> partially independent. I have been doing some research (probably
> enough to be really dangerous to myself) and it looks like I need
> to setup a master/slave setup.
>
> Here are my questions...
>
> 1. Is the BIND master/slave the appropriate approach?
>
> 2. Can I have each subnet be a master for itself and a slave for the
>   other subnet?
>
> 3. Any pointers to applicable docs/examples?
>
> 4. Can you recommend a "front end" for BIND (we have webmin installed
>   but I have yet to start working with it)?
>
> Any and all thoughts, suggestions, criticisms gladly accepted.
>
> TIA
>
> Regards, Hugh
>
> --
> Hugh E Cruickshank, Forward Software, www.forward-software.com
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Noob Question: Uninstalling Firefox rpm's

2009-08-16 Thread Barry Brimer
> I want to uninstall the default version of firefox, however there appears to
> be 2 of the same rpm's installed and its complaining..
>
> I've been in Solaris land for the last 5 years and my rpm skills aren't the
> most current; how is this achieved?
>
> [r...@canthus ~]# rpm -q -a firefox
> firefox-3.0.10-1.el5.centos
> firefox-3.0.10-1.el5.centos

rpm -e firefox --allmatches
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] ssh-agent autostarting

2009-08-16 Thread Dave
Hello,
I'm trying to get public key authentication working on a client to
server connection so i can drop passwords. I've got the keys in place and
confirmed they are working. I'm now trying to set up ssh-agent, I read i can
do it manually i was looking for a more automated method for users on login.
This is not through a gui.
Thanks.
Dave.

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


Re: [CentOS] ssh-agent autostarting

2009-08-16 Thread Ron Loftin

On Sun, 2009-08-16 at 23:15 -0400, Dave wrote:
> Hello,
>   I'm trying to get public key authentication working on a client to
> server connection so i can drop passwords. I've got the keys in place and
> confirmed they are working. I'm now trying to set up ssh-agent, I read i can
> do it manually i was looking for a more automated method for users on login.
> This is not through a gui.

Check into keychain.  Read all three articles in the series.

http://www-106.ibm.com/developerworks/library/l-keyc.html

> Thanks.
> Dave.
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
-- 
Ron Loftin  relof...@twcny.rr.com

"God, root, what is difference ?"   Piter from UserFriendly

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


Re: [CentOS] Noob Question: Uninstalling Firefox rpm's

2009-08-16 Thread Chuck
On Sun, Aug 16, 2009 at 9:48 PM, Barry Brimer  wrote:

> > I want to uninstall the default version of firefox, however there appears
> to
> > be 2 of the same rpm's installed and its complaining..
> >
> > I've been in Solaris land for the last 5 years and my rpm skills aren't
> the
> > most current; how is this achieved?
> >
> > [r...@canthus ~]# rpm -q -a firefox
> > firefox-3.0.10-1.el5.centos
> > firefox-3.0.10-1.el5.centos
>
> rpm -e firefox --allmatches
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>

Thanks!

Just curious, why are the 2 identically named packages? Is this just an
oversight/bug on CentOS's part or does it serve some purpose?

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


Re: [CentOS] Noob Question: Uninstalling Firefox rpm's

2009-08-16 Thread John R Pierce

>
> Just curious, why are the 2 identically named packages? Is this just 
> an oversight/bug on CentOS's part or does it serve some purpose?

its possible you had both 32bit and 64bit versions installed, I dunno.


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


Re: [CentOS] DNS Server Recommendations

2009-08-16 Thread Christopher Chan
Chuck wrote:
>
> I recommend a highly secured master that is not queried by any clients 
> (preferably in a network/vlan your clients can't even access)... then 
> configure one-way zone transfers to 2 or more slave servers which you 
> configure your clients to point to. Maintain your zone files in rcs of 
> some sort... For IP control/delegation and DNS control/delegation I 
> recommend IP Plan.
Heh, the shadow master setup.

>
> Of course bind is the 800lb gorilla in the DNS world... don't even 
> think about putting DNS on windows.
ROTFL.

Yes, the 800 pound TURTLE. Old and slow.

>
> I don't recommend any front ends being that a few hours well spent 
> reading the docs and man pages will make you a dns expert in no time. 
> Bind is very easy to learn and shouldn't take longer than an afternoon 
> at best.
Too bad no one has made rpms for djbdns, daemontools and tools to manage 
tinydns data with a sql backend and a nice web frontend.


>
>
> On Fri, Aug 14, 2009 at 4:17 PM, Hugh E Cruickshank  > wrote:
>
> Hi All:
>
> I am looking for some possible recommendations on the handling of our
> internal DNS services. First some background...
>
> Until recently our entire network was located within a single facility
> with internal DNS services provided by our CentOS 4.7 (using BIND).
> While I had problems with DHCP/DNS communications it was basically
> working.
>
> At the beginning of the month we moved the production servers (a
> couple
> of RHEL5.3 boxes with a Windows 2008 server) to a new facility
> connected to
> the old facility via a VPN. We are still running with our DevSys as
> the DNS server but I would like to make the two locations at least
> partially independent. I have been doing some research (probably
> enough to be really dangerous to myself) and it looks like I need
> to setup a master/slave setup.
>
> Here are my questions...
>
> 1. Is the BIND master/slave the appropriate approach?
>
> 2. Can I have each subnet be a master for itself and a slave for the
>   other subnet?
>
> 3. Any pointers to applicable docs/examples?
>
> 4. Can you recommend a "front end" for BIND (we have webmin installed
>   but I have yet to start working with it)?
>
> Any and all thoughts, suggestions, criticisms gladly accepted.
>
> TIA
>
> Regards, Hugh
>
> --
> Hugh E Cruickshank, Forward Software, www.forward-software.com
> 
>
> ___
> CentOS mailing list
> CentOS@centos.org 
> http://lists.centos.org/mailman/listinfo/centos
>
>
>
>
> 
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>   

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


Re: [CentOS] OT: Strange message in root e-mail possiablly hacked!!! Not sure??

2009-08-16 Thread Christopher Chan
Dave,

If you only going to answer the OP's questions and not make further 
points on replies, please reply to the OP's message directly.

Dave wrote:
> On Sun, Aug 16, 2009 at 4:39 AM, Chan Chung Hang
> Christopher wrote:
>   
 So I started looking around in /var/log.  I looked at my secure logs and
 saw nothing out of the ordinary.
 
I never wrote the above and your reply to the OP via my post makes it 
look like I did.

  I looked in samba and found a log file
 58.239.84.158.log.  I opened it up and it said the following:

 
>
> Seems like this would help, since your'e not using samba?
>
> # yum erase samba
>
>   
The OP did say that he was using samba to for shares.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Confused about named, chroot, and tmp files.

2009-08-16 Thread Rados?aw Lidak
Jason Pyeron pisze:
> Any ideas why bind is putting the tmp files in the [chroot]/var/named 
> directory
> and not in /tmp or /var/tmp?
>   
Try change it in /var/named/chroot/etc/named.conf bot what for?

And put 'ENABLE_ZONE_WRITE=yes' in /etc/sysconfig/named

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


[CentOS] priority plugin and httpd/php

2009-08-16 Thread Dave
Hello,
I'm running centos 5.3 with the priority plugin enabled. One of my
3rd party repos has updated httpd and php packages that i want to get,
however it won't overwrite the base packages of httpd* and php* since they
were installed from base. How can i update just these specific packages
httpd* and php* without changing my priority options?
Thanks.
Dave.

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