[CentOS] Backuppc-updates on CentOS

2010-02-25 Thread Sorin Srbu
Hi all, I installed BackupPC on one of my Centos 5.4-machines following the wiki at http://wiki.centos.org/HowTos/BackupPC#head-725ed151d366bcf182cea92f765c373900cfc9dc, where BackupPC is installed from the c5-testing repo. r...@mach012 ~/ [0]# rpm -qa backuppc backuppc-3.1.0-1.el5.centos r...

Re: [CentOS] Recommended PCIe SATA/SAS Controller?

2010-02-25 Thread Karanbir Singh
On 02/25/2010 12:31 AM, Christopher Chan wrote: >> >> I need to purchase a PCIe SATA or SAS controller(non-raid) for a Supermicro >> 2U system. It should be directly bootable. Any recommendations? The system >> will be running CentOS 5.4 as an LTSP system. Thanks! >> > > Anything that uses a Sili

Re: [CentOS] Desperately need help with multi-core NIC performance

2010-02-25 Thread J.Witvliet
-Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of nate Sent: Thursday, February 25, 2010 1:03 AM To: centos@centos.org Subject: Re: [CentOS] Desperately need help with multi-core NIC performance Pete Kay wrote: > Hi > > So is that the li

Re: [CentOS] Backuppc-updates on CentOS

2010-02-25 Thread Kai Schaetzl
Sorin Srbu wrote on Thu, 25 Feb 2010 10:44:40 +0100: > Doing the same search for RHEL5 gave me two packages (one for i386 and one > for > x86_64); v3.1.0-5. Not from Red Hat. > I thought all packages available from the prominent American upstream > provider > got a treatment from the CentOS

[CentOS] good centos/rhel source for latest spamassassin?

2010-02-25 Thread Eero Volotinen
Is there any good rpm source for latest spamassassin for centos/rhel ? Currently using from dag's, but is is a bit old version nowdays. -- Eero ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] block port forwarding?

2010-02-25 Thread Roland RoLaNd
Hello,  i have internet usage rules for all of my network. only 2 servers have full access to the internet.. lately i've noticed that lots of traffic being produced by the servers .. is there a way to know whose using port forwarding to my server so they access the internet ? or is there a way t

Re: [CentOS] block port forwarding?

2010-02-25 Thread Eero Volotinen
2010/2/25 Roland RoLaNd : > > Hello, > >  i have internet usage rules for all of my network. > only 2 servers have full access to the internet.. > lately i've noticed that lots of traffic being produced by the servers .. > is there a way to know whose using port forwarding to my server so they > a

Re: [CentOS] good centos/rhel source for latest spamassassin?

2010-02-25 Thread Bazy
On Thu, Feb 25, 2010 at 1:34 PM, Eero Volotinen wrote: > Is there any good rpm source for latest spamassassin for centos/rhel ? > > Currently using from dag's, but is is a bit old version nowdays. > > -- > Eero Hello Eero, You can go to http://spamassassin.apache.org, click on Download, get the

Re: [CentOS] good centos/rhel source for latest spamassassin?

2010-02-25 Thread Eero Volotinen
2010/2/25 Bazy : > On Thu, Feb 25, 2010 at 1:34 PM, Eero Volotinen wrote: >> Is there any good rpm source for latest spamassassin for centos/rhel ? >> >> Currently using from dag's, but is is a bit old version nowdays. >> >> -- >> Eero > > Hello Eero, > > You can go to http://spamassassin.apache.o

Re: [CentOS] Backuppc-updates on CentOS

2010-02-25 Thread Sorin Srbu
>-Original Message- >From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf >Of Kai Schaetzl >Sent: Thursday, February 25, 2010 12:32 PM >To: centos@centos.org >Subject: Re: [CentOS] Backuppc-updates on CentOS > >Sorin Srbu wrote on Thu, 25 Feb 2010 10:44:40 +0100: > >

Re: [CentOS] Backup solution to backup /var/spool/imap above 150GB data

2010-02-25 Thread Agnello George
On Wed, Feb 24, 2010 at 7:05 PM, Gavin Carr wrote: > On Wed, Feb 24, 2010 at 05:06:08PM +0530, Agnello George wrote: > > On Wed, Feb 24, 2010 at 4:57 PM, Eero Volotinen >wrote: > > > 2010/2/24 Agnello George : > > > > On Wed, Feb 24, 2010 at 4:13 PM, Gavin Carr > > > > wrote: > > > >> You might

[CentOS] getaddrinfo problem

2010-02-25 Thread Susan Day
Hi; A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /var/www/html/mysite.com/simplemail/mail2.py 40 41 ''' 42 my_mail() 43 print ''' 44 my_mail = /var/www/html/mysite.com/simplemail/mail2.py in

Re: [CentOS] block port forwarding?

2010-02-25 Thread Roland RoLaNd
 cat /proc/sys/net/ipv4/ip_forward 0 > Date: Thu, 25 Feb 2010 13:39:41 +0200 > From: eero.voloti...@iki.fi > To: centos@centos.org > Subject: Re: [CentOS] block port forwarding? > > 2010/2/25 Roland RoLaNd : >> >> Hello, >> >> i have internet usage rules

Re: [CentOS] getaddrinfo problem

2010-02-25 Thread Alexander Dalloz
Am 25.02.2010 12:53, schrieb Susan Day: > Hi; [ ... ] > Notice that line: > > code undefined, msg = 'getaddrinfo returns an empty list', > > What up? How do I get an address to return? > TIA, > Susan By chance, did you break /etc/hosts file by deleting the localhost mapping? Alexander ___

Re: [CentOS] block port forwarding?

2010-02-25 Thread Jorge Fábregas
On Thursday 25 February 2010 07:36:50 Roland RoLaNd wrote: > lately i've noticed that lots of traffic being produced by the servers .. > is there a way to know whose using port forwarding to my server so they > access the internet ? I don't know why you use the term "port forwarding". If I under

Re: [CentOS] block port forwarding?

2010-02-25 Thread Eero Volotinen
2010/2/25 Roland RoLaNd : > > >  cat /proc/sys/net/ipv4/ip_forward > 0 So, problem solved? -- Eero ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] block port forwarding?

2010-02-25 Thread Jorge Fábregas
On Thursday 25 February 2010 08:18:13 Eero Volotinen wrote: > > cat /proc/sys/net/ipv4/ip_forward > > 0 > > So, problem solved? Hmm I think he meant to show the current status of ip forwarding on his box. ___ CentOS mailing list CentOS@centos.org http:

Re: [CentOS] Backup solution to backup /var/spool/imap above 150GB data

2010-02-25 Thread Gavin Carr
Have you read Brackup::Manual::Overview? Your questions are all answered in the man pages there or linked from there. On Thu, Feb 25, 2010 at 05:21:47PM +0530, Agnello George wrote: > On Wed, Feb 24, 2010 at 7:05 PM, Gavin Carr wrote: > > Brackup will backup to local disk, or remotely to ftp, sf

Re: [CentOS] Backup solution to backup /var/spool/imap above 150GB data

2010-02-25 Thread Karanbir Singh
On 02/24/2010 07:44 PM, Les Mikesell wrote: >> Err.. raid is NOT backup solution. > > Neither is a snapshot in another location on the same machine. Thats not true, raid is an online setup - different location could be point in time, and on blockdev;s that dont share user access load. Which in t

Re: [CentOS] Backup solution to backup /var/spool/imap above 150GB data

2010-02-25 Thread Les Mikesell
Karanbir Singh wrote: > On 02/24/2010 07:44 PM, Les Mikesell wrote: >>> Err.. raid is NOT backup solution. >> Neither is a snapshot in another location on the same machine. > > Thats not true, raid is an online setup - different location could be > point in time, and on blockdev;s that dont share

Re: [CentOS] Backuppc-updates on CentOS

2010-02-25 Thread Nicolas Thierry-Mieg
Sorin Srbu wrote: >> Sorin Srbu wrote on Thu, 25 Feb 2010 10:44:40 +0100: >> >>> Doing the same search for RHEL5 gave me two packages (one for i386 and >>> one for x86_64); v3.1.0-5. >> >> Not from Red Hat. > > No, from epel. epel is just another third party repo. >>> I thought all packages ava

Re: [CentOS] Backup solution to backup /var/spool/imap above 150GB data

2010-02-25 Thread JohnS
On Thu, 2010-02-25 at 12:33 +, Karanbir Singh wrote: > > [1] Changeset and data/system model over time relation mapping for an > adaptive system sizing feedback loop! ( how'se that for buzzword > injection! ) --- Well if you run vacum on a Postgres DB then all that goes to the crapper...

Re: [CentOS] Backuppc-updates on CentOS

2010-02-25 Thread Sorin Srbu
>-Original Message- >From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf >Of Nicolas Thierry-Mieg >Sent: Thursday, February 25, 2010 1:50 PM >To: CentOS mailing list >Subject: Re: [CentOS] Backuppc-updates on CentOS > >[...] > >3.1.0-5 from one repo is not necessari

Re: [CentOS] Backuppc-updates on CentOS

2010-02-25 Thread Kai Schaetzl
Sorin, I've seen you posting on this list for a long time. There is no excuse that you don't know the simplest FAQs about CentOS. Kai -- Get your web at Conactive Internet Services: http://www.conactive.com ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] good centos/rhel source for latest spamassassin?

2010-02-25 Thread Kai Schaetzl
Eero Volotinen wrote on Thu, 25 Feb 2010 13:47:14 +0200: > is there any nice way to install build requirements on buildserver? Not sure what you mean by that, but all necessary Perl packages are available as rpm, for instance perl-Encode-Detect-1.01-1.el5.rf What I usually do with SA is do a no

Re: [CentOS] good centos/rhel source for latest spamassassin?

2010-02-25 Thread Ned Slider
Eero Volotinen wrote: > Is there any good rpm source for latest spamassassin for centos/rhel ? > > Currently using from dag's, but is is a bit old version nowdays. > You could try Warren's RHEL5 builds here: http://wtogami.livejournal.com/33674.html http://people.redhat.com/wtogami/temp/spamass

Re: [CentOS] block port forwarding?

2010-02-25 Thread Brian Mathis
On Thu, Feb 25, 2010 at 6:39 AM, Eero Volotinen wrote: > 2010/2/25 Roland RoLaNd : > > > > Hello, > > > > i have internet usage rules for all of my network. > > only 2 servers have full access to the internet.. > > lately i've noticed that lots of traffic being produced by the servers .. > > is t

Re: [CentOS] getaddrinfo problem

2010-02-25 Thread Susan Day
On Thu, Feb 25, 2010 at 8:14 AM, Alexander Dalloz > wrote: > Am 25.02.2010 12:53, schrieb Susan Day: > > Hi; > > [ ... ] > > > Notice that line: > > > > code undefined, msg = 'getaddrinfo returns an empty list', > > > > What up? How do I get an address to return? > > TIA, > > Susan > > By chance,

[CentOS] good centos/rhel source for latest spamassassin?

2010-02-25 Thread R P Herrold
On Thu, 25 Feb 2010, Eero Volotinen wrote: > Is there any good rpm source for latest spamassassin for centos/rhel ? > > Currently using from dag's, but is is a bit old version nowdays. I have a full sources solution at: ftp://ftp.owlriver.com/pub/mirror/ORC/spamassassin/ including all sid

Re: [CentOS] Backuppc-updates on CentOS

2010-02-25 Thread Les Mikesell
On 2/25/2010 3:44 AM, Sorin Srbu wrote: > Hi all, > > I installed BackupPC on one of my Centos 5.4-machines following the wiki at > http://wiki.centos.org/HowTos/BackupPC#head-725ed151d366bcf182cea92f765c373900cfc9dc, > where BackupPC is installed from the c5-testing repo. > > r...@mach012 ~/ [0]#

Re: [CentOS] mod_proxy and html rewriting

2010-02-25 Thread Les Mikesell
On 2/24/2010 11:31 PM, Joseph L. Casale wrote: > Looks like proxying a site that uses dynamically generated urls that include > the > bound ip of the server needs a module to rewrite links in html. Are there any > mods > shipped in base that can do what mod_proxy_html mod_xml2enc can for this? I

Re: [CentOS] mod_proxy and html rewriting

2010-02-25 Thread Ray Van Dolson
On Thu, Feb 25, 2010 at 09:57:16AM -0600, Les Mikesell wrote: > On 2/24/2010 11:31 PM, Joseph L. Casale wrote: > > Looks like proxying a site that uses dynamically generated urls that > > include the > > bound ip of the server needs a module to rewrite links in html. Are there > > any mods > > sh

Re: [CentOS] Backuppc-updates on CentOS

2010-02-25 Thread Les Mikesell
On 2/25/2010 7:31 AM, Kai Schaetzl wrote: > Sorin, I've seen you posting on this list for a long time. There is no > excuse that you don't know the simplest FAQs about CentOS. I'm not sure there is any reasonable way to understand the state of 3rd party repositories. If there were, they'd probab

Re: [CentOS] mod_proxy and html rewriting

2010-02-25 Thread Joseph L. Casale
>mod_substitute is included in later Apache's and does a great job. I >actually like it better than mod_proxy_html, since the latter has a >tendency to rewrite a _lot_ of stuff to make it "valid" HTML/XHTML. > >Not that that's necessarily a terrible thing, but sometimes I just want >to change what

Re: [CentOS] how to show only quota limit to users via SSH?

2010-02-25 Thread John Doe
From: Rudi Ahlers >Gregory, it will still show the user the whole server's disk usage, and not >his own file quotas. Only difference is that it does it automatically @ login. >And I don't want to limit the shell either. You could just put an alias in their.bashrc... alias df="/path/to/myown

Re: [CentOS] mod_proxy and html rewriting

2010-02-25 Thread Ray Van Dolson
On Thu, Feb 25, 2010 at 04:26:29PM +, Joseph L. Casale wrote: > >mod_substitute is included in later Apache's and does a great job. I > >actually like it better than mod_proxy_html, since the latter has a > >tendency to rewrite a _lot_ of stuff to make it "valid" HTML/XHTML. > > > >Not that th

Re: [CentOS] Backup solution to backup /var/spool/imap above 150GB data

2010-02-25 Thread John Doe
From: Agnello George > is it possible with " brackup " to back it up to a different server on the > same lan instead of /backup . Is there any documentation on the same . It apparently support: Brackup::Target::Amazon backup to Amazon's S3 service Brackup::Target::CloudFiles backup

Re: [CentOS] Backuppc-updates on CentOS

2010-02-25 Thread Kai Schaetzl
Les Mikesell wrote on Thu, 25 Feb 2010 10:06:11 -0600: > I'm not sure there is any reasonable way to understand the state of 3rd > party repositories. If there were, they'd probably fix their conflicts > and avoid them in the future... This wasn't what I referred to. He seemed to be unaware ab

Re: [CentOS] Backup solution to backup /var/spool/imap above 150GB data

2010-02-25 Thread Mike McCarty
Agnello George wrote: > The requirement fro backup is not primarily for HDD failure , but human > error failure . In case one of our user ( eg: the COO with huge mailbox > size has delete all his certain very important mails, and he want to recover > them , the contacts us as we are supposed to

Re: [CentOS] Backup solution to backup /var/spool/imap above 150GB data

2010-02-25 Thread Mike McCarty
Karanbir Singh wrote: > On 02/24/2010 07:44 PM, Les Mikesell wrote: >>> Err.. raid is NOT backup solution. >> Neither is a snapshot in another location on the same machine. > > Thats not true, raid is an online setup - different location could be > point in time, and on blockdev;s that dont share

[CentOS] SMARTD (?)

2010-02-25 Thread m . roth
Ok, I saw more sectors on a drive yesterday, so this morning, no one was running on it, and I took it out of use, then bounced it onto a DVD, and ran fsck -c (check for bad blocks). It finished. I bounce the server. And SMARTD reports the sectors as "currently unreadable (pending) sectors", and "o

[CentOS] rack configurator?

2010-02-25 Thread Alan McKay
Hey folks, Does anyone know of a rack configurator that runs on CentOS? It does not have to even be very fancy - immediately I'm just looking for an easy way to keep track of what is in my racks, and being able to have a visual of it. Maybe juggle stuff around. Bonus if it does power calcula

Re: [CentOS] rack configurator?

2010-02-25 Thread nate
Alan McKay wrote: > Hey folks, > > Does anyone know of a rack configurator that runs on CentOS? It does > not have to even be very fancy - immediately I'm just looking for an > easy way to keep track of what is in my racks, and being able to have > a visual of it. Maybe juggle stuff around. B

Re: [CentOS] rack configurator?

2010-02-25 Thread John R Pierce
nate wrote: > Alan McKay wrote: > >> Hey folks, >> >> Does anyone know of a rack configurator that runs on CentOS? It does >> not have to even be very fancy - immediately I'm just looking for an >> easy way to keep track of what is in my racks, and being able to have >> a visual of it. Maybe

Re: [CentOS] rack configurator?

2010-02-25 Thread Peter Hinse
Am 25.02.2010 21:34, schrieb Alan McKay: > Hey folks, > > Does anyone know of a rack configurator that runs on CentOS? It does > not have to even be very fancy - immediately I'm just looking for an > easy way to keep track of what is in my racks, and being able to have > a visual of it. Maybe

Re: [CentOS] centos 4.8 dvd on virtualbox x86_64

2010-02-25 Thread John R Pierce
John R Pierce wrote: > I just installed VirtualBox latest version on a new Win7 Pro x86_64 > desktop, and tried to create a 64bit CentOS 4.8 install for doing some > procedural testing... all install attempts hung at the samme place, > shortly after grub, it hangs at... > > Dquot-cache hash tab

Re: [CentOS] SMARTD (?)

2010-02-25 Thread Robert Nichols
On 02/25/2010 02:25 PM, m.r...@5-cent.us wrote: > Ok, I saw more sectors on a drive yesterday, so this morning, no one was > running on it, and I took it out of use, then bounced it onto a DVD, and > ran fsck -c (check for bad blocks). It finished. I bounce the server. > > And SMARTD reports the se

[CentOS] Enabling msg_get_queue()?

2010-02-25 Thread Benjamin Smith
Noticing that the PHP4 binaries with CentOS4 are compiled with the option: --enable-sysvshm but not with the --enable-sysvmsg option. They are very closely related, and we'd like to use the msg_get_queue() function for an application cluster. Is there any reason why this is

Re: [CentOS] Backup solution to backup /var/spool/imap above 150GB data

2010-02-25 Thread Benjamin Smith
Years ago, I set up a backup tool that wrapped rsync. It has faithfully and reliably backed up a dozen hosts and too many TB of data to mention, offsite, automatically saving as many backup points as disk space allows. You're certainly welcome to try it! http://www.effortlessis.com/thisisnotba

Re: [CentOS] Enabling msg_get_queue()?

2010-02-25 Thread Benjamin Smith
PS: This is largely a non-issue. We've found that we can compile this in as a module without have to recompile the PHP binary. Not a perfect solution, but it works well enough. -Ben On Thursday 25 February 2010 02:58:28 pm Benjamin Smith wrote: > Noticing that the PHP4 binaries with CentOS4

Re: [CentOS] rack configurator?

2010-02-25 Thread Rajagopal Swaminathan
Greetings, On Fri, Feb 26, 2010 at 2:13 AM, Peter Hinse wrote: > Am 25.02.2010 21:34, schrieb Alan McKay: > Hi Alan, > > have a look at racktables: http://racktables.org/ > > Regards, > > +1 Regards, Rajagopal ___ CentOS mailing list CentOS@centos.or

Re: [CentOS] rack configurator?

2010-02-25 Thread Ricardo Carrillo
Have a look http://flux.org.uk/projects/rackmonkey/ too.. 2010/2/25 Rajagopal Swaminathan : > Greetings, > > On Fri, Feb 26, 2010 at 2:13 AM, Peter Hinse wrote: >> >> Am 25.02.2010 21:34, schrieb Alan McKay: >> Hi Alan, >> >> have a look at racktables: http://racktables.org/ >> >> Regards, >> >

Re: [CentOS] Backup solution to backup /var/spool/imap above 150GB data

2010-02-25 Thread Rajagopal Swaminathan
Greetings, On Fri, Feb 26, 2010 at 5:50 AM, Benjamin Smith wrote: > Years ago, I set up a backup tool that wrapped rsync. It has faithfully and > reliably backed up a dozen hosts and too many TB of data to mention, > offsite, > automatically saving as many backup points as disk space allows. > Yo

Re: [CentOS] rack configurator?

2010-02-25 Thread Dominik Zyla
On Thu, Feb 25, 2010 at 10:44:07PM -0600, Ricardo Carrillo wrote: > Have a look http://flux.org.uk/projects/rackmonkey/ too.. You can also check this: http://www.dokuwiki.org/plugin:rack it's good, because you can track your rack stuff under your wiki. -- Dominik Zyla pgpXiQ7uoiL9U.pgp Descr

Re: [CentOS] Backuppc-updates on CentOS

2010-02-25 Thread Sorin Srbu
>-Original Message- >From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf >Of Les Mikesell >Sent: Thursday, February 25, 2010 4:52 PM >To: centos@centos.org >Subject: Re: [CentOS] Backuppc-updates on CentOS > [...] >> Looking more closely I saw that the RHEL5-pa

Re: [CentOS] rack configurator?

2010-02-25 Thread Karanbir Singh
On 25/02/2010 20:34, Alan McKay wrote: > Hey folks, > > Does anyone know of a rack configurator that runs on CentOS? It does > not have to even be very fancy - immediately I'm just looking for an > easy way to keep track of what is in my racks, and being able to have > a visual of it. http://sou