Re: [CentOS] Rsync/SSH automation problem?

2009-05-01 Thread Kai Schaetzl
Gordon Messmer wrote on Thu, 30 Apr 2009 14:19:04 -0700: > > I have a win2k3 server that its backing up to a CentOS 5.3 server. On > > the Win2k3 machine I plan to have rsync back up nightly to the CentOS > > server through ssh. The command I am using is as follows: > > > > rsync -vrPtz -e ssh my

Re: [CentOS] esata

2009-05-01 Thread Jerry Geis
Trying to get my esata working... I ubuntu thread talked about a command scsiadd? yum provides "*/scsiadd" did not result in anything. The esata is on the motherboard. Is there something special I have to do to get esata to come alive? dmesg does not report anything when I turn on my disk. Tha

Re: [CentOS] esata

2009-05-01 Thread James Pearson
Jerry Geis wrote: > I am trying to get esata working. my lspci is below. > > When I plug in the disk an turn it on - dmesg reports nothing. > Is it supposed to report anything like a usb disk does? > > Is there a module to load? > > My motherboard is GA-MA78GM-US2H. I've had problems with certa

Re: [CentOS] esata

2009-05-01 Thread Jerry Geis
> > Jerry Geis wrote: > >/ I am trying to get esata working. my lspci is below. > />/ > />/ When I plug in the disk an turn it on - dmesg reports nothing. > />/ Is it supposed to report anything like a usb disk does? > />/ > />/ Is there a module to load? > />/ > />/ My motherboard is GA-MA78GM-

Re: [CentOS] esata

2009-05-01 Thread James Pearson
Jerry Geis wrote: > James, > > In fact it does work under USB. Was hoping to get esata working for > extra speed. > > I tried rebooting with everything attached and that did not help either. > Anything else to try? Try another make of drive? As I mentioned previously, we've found some makes of

[CentOS] .htaccess

2009-05-01 Thread Matt
I use the following .htaccess file to restrict access to certain web folders to only my IP pool. Options +Indexes order allow,deny allow from x.x.x. Is there anyway to allow a user right in if there in that IP pool but require a password if there not? Matt ___

Re: [CentOS] .htaccess

2009-05-01 Thread nate
Matt wrote: > I use the following .htaccess file to restrict access to certain web > folders to only my IP pool. > > Options +Indexes > order allow,deny > allow from x.x.x. > > Is there anyway to allow a user right in if there in that IP pool but > require a password if there not?\ I'm not sure if

Re: [CentOS] Rsync/SSH automation problem?

2009-05-01 Thread Gordon Messmer
Les Mikesell wrote: > > You have always been able to initiate the command over ssh from a > windows box with the answering copy under sshd on linux. Very recent > versions may even work the other way. My understanding was that rsync will used non-blocking pipes to communicate with ssh, regard

[CentOS] CentOS-announce Digest, Vol 51, Issue 1

2009-05-01 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ..

Re: [CentOS] Rsync/SSH automation problem?

2009-05-01 Thread Gordon Messmer
Kai Schaetzl wrote: >> The second thing you will notice, eventually, is that rsync over ssh >> under Cygwin is unreliable. > > You mean *starting* an rsync operation on that side? Using rsync over ssh > essentially uses rsync on *both* ends. So, it's running under Cygwin, anyway, > which makes

Re: [CentOS] eth0 killed when adding virtual interface and multiple NICs are present

2009-05-01 Thread JohnS
On Thu, 2009-04-30 at 13:31 +0200, Kai Schaetzl wrote: > JohnS wrote on Thu, 30 Apr 2009 02:17:13 -0400: > > > Kai, I read the Xen list and the way your doing it (the last option) > > looks like something I may try for testing in VMs. > > It works fine, I'm converting all my setups to that now.

[CentOS] Hardening

2009-05-01 Thread Jason Todd Slack-Moehrle
Hi All, What tips does everyone have on hardening a CenOS Server that is running web, e-mail, ssh, ftp, mysql, coldfusion and will be processing payments from www? -Jason ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/list

Re: [CentOS] Rsync/SSH automation problem?

2009-05-01 Thread nate
Gordon Messmer wrote: > Kai Schaetzl wrote: >>> The second thing you will notice, eventually, is that rsync over ssh >>> under Cygwin is unreliable. >> >> You mean *starting* an rsync operation on that side? Using rsync over ssh >> essentially uses rsync on *both* ends. So, it's running under Cygwi

Re: [CentOS] Hardening

2009-05-01 Thread Stephen John Smoogen
On Fri, May 1, 2009 at 10:19 AM, Jason Todd Slack-Moehrle wrote: > Hi All, > > What tips does everyone have on hardening a CenOS Server that is > running web, e-mail, ssh, ftp, mysql, coldfusion and will be > processing payments from www? NSA hardening guidelines would be a good start. The CIS ha

[CentOS] Server test suite

2009-05-01 Thread Russell Miller
Hi, I have an interest in software that will allow me to define test suites for servers. We have several thousand Linux systems, and after we build or rebuild each one, we have a checklist. I am trying to automate this checklist, and ideally have it run against all of our servers on a regular ba

Re: [CentOS] Server test suite

2009-05-01 Thread nate
Russell Miller wrote: > Hi, > > I have an interest in software that will allow me to define test > suites for servers. We have several thousand Linux systems, and after > we build or rebuild each one, we have a checklist. I am trying to > automate this checklist, and ideally have it run against a

Re: [CentOS] Server test suite

2009-05-01 Thread Russell Miller
On Fri, May 1, 2009 at 9:32 AM, nate wrote: > What kinds of things are on the checklist? Perhaps you can use something > like cfengine or puppet to do this. cfengine essentially runs a checklist > for me every hour on every system and enforces the rules I have set in > it(roughly 15,000 lines of

Re: [CentOS] Server test suite

2009-05-01 Thread nate
Russell Miller wrote: > On Fri, May 1, 2009 at 9:32 AM, nate wrote: > >> What kinds of things are on the checklist? Perhaps you can use something >> like cfengine or puppet to do this. cfengine essentially runs a checklist >> for me every hour on every system and enforces the rules I have set in >

Re: [CentOS] .htaccess

2009-05-01 Thread Les Mikesell
Matt wrote: > I use the following .htaccess file to restrict access to certain web > folders to only my IP pool. > > Options +Indexes > order allow,deny > allow from x.x.x. > > Is there anyway to allow a user right in if there in that IP pool but > require a password if there not? > Yes, see the

Re: [CentOS] Rsync/SSH automation problem?

2009-05-01 Thread Les Mikesell
Gordon Messmer wrote: > >>> The second thing you will notice, eventually, is that rsync over ssh >>> under Cygwin is unreliable. >> You mean *starting* an rsync operation on that side? Using rsync over ssh >> essentially uses rsync on *both* ends. So, it's running under Cygwin, >> anyway, >> w

Re: [CentOS] Hardening

2009-05-01 Thread Jim Perrin
On Fri, May 1, 2009 at 12:22 PM, Stephen John Smoogen wrote: > On Fri, May 1, 2009 at 10:19 AM, Jason Todd Slack-Moehrle > wrote: >> Hi All, >> >> What tips does everyone have on hardening a CenOS Server that is >> running web, e-mail, ssh, ftp, mysql, coldfusion and will be >> processing payment

Re: [CentOS] Hardening

2009-05-01 Thread Ned Slider
Stephen John Smoogen wrote: > On Fri, May 1, 2009 at 10:19 AM, Jason Todd Slack-Moehrle > wrote: >> Hi All, >> >> What tips does everyone have on hardening a CenOS Server that is >> running web, e-mail, ssh, ftp, mysql, coldfusion and will be >> processing payments from www? > > NSA hardening gui

[CentOS] Inotify or equivalent

2009-05-01 Thread Joseph L. Casale
I installed inotify and incrond to watch a directory and set the job as '/mnt/dir IN_ATTRIB chmod 0660 $@/$#' which worked very well except that as expected, IN_ATTRIB is to broad of a watch class as it caused an enormous amount of contention with the filemonitor and/or db server and the client sid

Re: [CentOS] Inotify or equivalent

2009-05-01 Thread Bill Campbell
On Fri, May 01, 2009, Joseph L. Casale wrote: >I installed inotify and incrond to watch a directory and set the >job as '/mnt/dir IN_ATTRIB chmod 0660 $@/$#' which worked very well >except that as expected, IN_ATTRIB is to broad of a watch class as it >caused an enormous amount of contention with t

Re: [CentOS] Inotify or equivalent

2009-05-01 Thread JohnS
On Fri, 2009-05-01 at 12:08 -0700, Bill Campbell wrote: > On Fri, May 01, 2009, Joseph L. Casale wrote: > >I installed inotify and incrond to watch a directory and set the > >job as '/mnt/dir IN_ATTRIB chmod 0660 $@/$#' which worked very well > >except that as expected, IN_ATTRIB is to broad of a

Re: [CentOS] Hardening

2009-05-01 Thread Ryan Duff
Jason Todd Slack-Moehrle wrote: > Hi All, > > What tips does everyone have on hardening a CenOS Server that is > running web, e-mail, ssh, ftp, mysql, coldfusion and will be > processing payments from www? > > -Jason Linux Server Security is one I'm reading through right now. Covers most of

Re: [CentOS] Hardening

2009-05-01 Thread John R Pierce
Stephen John Smoogen wrote: > On Fri, May 1, 2009 at 10:19 AM, Jason Todd Slack-Moehrle > wrote: > >> Hi All, >> >> What tips does everyone have on hardening a CenOS Server that is >> running web, e-mail, ssh, ftp, mysql, coldfusion and will be >> processing payments from www? >> > > NSA h

Re: [CentOS] Inotify or equivalent

2009-05-01 Thread Joseph L. Casale
>After the client exits the data base with the QB >client the files are changed and the client can't work with them. Actually, they can but they can't delete files when they make test companies for example. >The changes are being done on the Linux side by gamin (filemon). > >I do question what wo

Re: [CentOS] Inotify or equivalent

2009-05-01 Thread Toby Bluhm
Joseph L. Casale wrote: > I installed inotify and incrond to watch a directory and set the > job as '/mnt/dir IN_ATTRIB chmod 0660 $@/$#' which worked very well > except that as expected, IN_ATTRIB is to broad of a watch class as it > caused an enormous amount of contention with the filemonitor and

Re: [CentOS] Hardening

2009-05-01 Thread Stephen John Smoogen
On Fri, May 1, 2009 at 11:14 AM, Jim Perrin wrote: > On Fri, May 1, 2009 at 12:22 PM, Stephen John Smoogen > wrote: >> On Fri, May 1, 2009 at 10:19 AM, Jason Todd Slack-Moehrle >> wrote: >>> Hi All, >>> >>> What tips does everyone have on hardening a CenOS Server that is >>> running web, e-mail

Re: [CentOS] Inotify or equivalent

2009-05-01 Thread JohnS
On Fri, 2009-05-01 at 20:07 +, Joseph L. Casale wrote: > >After the client exits the data base with the QB > >client the files are changed and the client can't work with them. > > Actually, they can but they can't delete files when they make test > companies for example. Ahh now you say! The

Re: [CentOS] Inotify or equivalent

2009-05-01 Thread Joseph L. Casale
>I used the example 2 in the inotifywait manpage as the starting point >for my script. Using the close_write, create & move events worked well >for me. Looked at incrond - seemed overkill/overcomplicated - chose not >to use it. > >But if it's fighting with something else in the background trying to

Re: [CentOS] list of packages with dual licenses

2009-05-01 Thread Jim Perrin
On Fri, May 1, 2009 at 5:15 PM, Jerry Geis wrote: > Hi all, > > There are many packages in centos. > Does there exist a "listing" of packages that have the dual licensing? > By dual license I mean packages not just GPL licensing in a commercial > setting. Some are dual licensed, though none are d

[CentOS] list of packages with dual licenses

2009-05-01 Thread Jerry Geis
Hi all, There are many packages in centos. Does there exist a "listing" of packages that have the dual licensing? By dual license I mean packages not just GPL licensing in a commercial setting. Thanks, Jerry ___ CentOS mailing list CentOS@centos.org h

Re: [CentOS] Inotify or equivalent

2009-05-01 Thread Gary Greene
Gamin is a drop in replacement for FAM (with far less bugs). You should be able to build and install FAM with a added virtual provide for Gamin and it should just work. -- Gary L. Greene, Jr. IT Operations Minerva Networks, Inc. Cell: (650) 704-6633 Phone: (408) 240-1239 > -Original Mess

Re: [CentOS] Inotify or equivalent

2009-05-01 Thread Les Mikesell
Joseph L. Casale wrote: > > /me Throwing hands in the air... > > Aside from a manual cron job, or explicit admin intervention each time a > company is made, I'm at a loss. I think some people have gone so far as running a windows server under vmware to run the quickbooks share -- Les

Re: [CentOS] Hardening

2009-05-01 Thread Ross Walker
On May 1, 2009, at 12:22 PM, Stephen John Smoogen wrote: > On Fri, May 1, 2009 at 10:19 AM, Jason Todd Slack-Moehrle > wrote: >> Hi All, >> >> What tips does everyone have on hardening a CenOS Server that is >> running web, e-mail, ssh, ftp, mysql, coldfusion and will be >> processing payment

[CentOS] Postfix Questions

2009-05-01 Thread Jason Todd Slack-Moehrle
Hi All, I am working on setting up Postfix and I have a few questions: 1. mynetworks = Do I put my public static IP here? So I am hosting at another provider on my own dedicated hardware. Do I put that machines IP or the IP of my apartment where I want to access from? Second, do I have to

[CentOS] Rosewill RSV-S8 Storage Enclosure Support

2009-05-01 Thread Ruslan Sivak
I'm trying to get RSV-S8 working with Citrix XenServer 5 update 3 (which I believe runs CentOS 5.something). I have the Rosewill card that comes with it in there (sil3132 based). It's seeing the card, and seeing all my drives. I fdisk the drives and I can create the partitions, but I am unabl

Re: [CentOS] Postfix Questions

2009-05-01 Thread Ned Slider
Jason Todd Slack-Moehrle wrote: > Hi All, > > I am working on setting up Postfix and I have a few questions: > > 1. mynetworks = Do I put my public static IP here? So I am hosting at > another provider on my own dedicated hardware. Do I put that machines > IP or the IP of my apartment where

[CentOS] c5-webstack: where can I get it (to test)

2009-05-01 Thread mbneto
Hi, Where can I find the test (or final) version of the c5-webstack? Regards. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Web Serving

2009-05-01 Thread Jason Todd Slack-Moehrle
Hi All, My quest is going slowly but surely and I am learning a lot. I use ColdFusion. I installed in on My CentOS 5.3 instance and all was well. I added: DirectoryIndex index.html index.html.var index.php index.cfm index.cfml to httpd.conf and restarted. I put an index.cfm page in /var/www

Re: [CentOS] Postfix Questions

2009-05-01 Thread Jason Todd Slack-Moehrle
Hi Ned, >> I am working on setting up Postfix and I have a few questions: >> >> 1. mynetworks = Do I put my public static IP here? So I am hosting >> at >> another provider on my own dedicated hardware. Do I put that machines >> IP or the IP of my apartment where I want to access from? Second,

Re: [CentOS] Postfix Questions

2009-05-01 Thread Ian Blackwell
Jason Todd Slack-Moehrle wrote: > 1. mynetworks = Do I put my public static IP here? So I am hosting > at > another provider on my own dedicated hardware. Do I put that machines > IP or the IP of my apartment where I want to access from? Second, > do I > have to know the Ip information for my

[CentOS] eSATA controller that supports Centos 4.4

2009-05-01 Thread Jean-Francois Leblond
Hi, I'm looking for SATA controller with a eSATA port that is supported by Centos 4.4 ( rhel 4.4) Do you have any suggestions for a eSATA controller with good Linux support ? How can I list the sata controllers supported by Centos 4.4 ? Thanks JF Leblond Jean-François Leblond jfleblon...

Re: [CentOS] eSATA controller that supports Centos 4.4

2009-05-01 Thread John R Pierce
Jean-Francois Leblond wrote: > Hi, > > I'm looking for SATA controller with a eSATA port that is supported by Centos > 4.4 ( rhel 4.4) > > Do you have any suggestions for a eSATA controller with good Linux support ? > > How can I list the sata controllers supported by Centos 4.4 ? > RHE

[CentOS] apache slow on lan transfers?

2009-05-01 Thread Gordon McLellan
When I download a file from apache on the lan (gigabit lan), I only get 3-4mbps of download speed, opposed to accessing the file via FTP or SMB which results in 500+ mbps of transfer speed. As far as I know, I'm running the stock apache (httpd) that is distributed with centos 5.3, and haven't chan

Re: [CentOS] apache slow on lan transfers?

2009-05-01 Thread nate
Gordon McLellan wrote: > All suggestions are appreciated, Kind of a strange problem ... what http client are you using? If you haven't already try wget and send the output to /dev/null wget http://server/file -O /dev/null Just for maximum client performance.. nate ___