[CentOS] Network bandwidth tools.

2011-01-15 Thread Jason S-M
Hi All, I am wondering what tools are available in CentOS 5.5 that would allow me to measure incoming and outgoing network speeds? My new website seems to be getting a lot more traffic that I had anticipated off the bat and I would like to measure resource usage to ensure it is keeping up. I k

[CentOS] /etc/rc.conf on CentOS 5.5?

2011-01-19 Thread Jason S-M
Hi All I am investigating an Apache change I was told about that involved adding apache22_http_accept_enable="YES" to /etc/rc.conf, but I don't think this exists on CentOS 5. Can anyone help me decide where to make this change? -Jason ___ CentOS mail

Re: [CentOS] /etc/rc.conf on CentOS 5.5?

2011-01-19 Thread Jason S-M
>> I am investigating an Apache change I was told about that involved adding >> apache22_http_accept_enable="YES" to /etc/rc.conf, but I don't think this >> exists on CentOS 5. >> >> Can anyone help me decide where to make this change? > > man chkconfig > > chkconfig service_name on I don't

[CentOS] Groups

2011-01-30 Thread Jason S-M
Hi All, On one of my servers I have a personal account and root. I disable root for ssh logins and run ssh on an alternative port. When 'scp'ing files I usually scp them up, then ssh in 'su' root and move them to /var/www/html. I can sftp I realize, but what group can I add my personal account

[CentOS] When are Logwatch errors really errors

2011-01-07 Thread Jason S-M
Hi All, I don't know enough about when errors are *really* errors. So I google a lot to read and learn. I have a few things in my Logwatch that I want to make sure I understand 1. smartd **Unmatched Entries** Problem creating device name scan list Device /dev/sda: using '-d sat' for ATA disk b

Re: [CentOS] When are Logwatch errors really errors

2011-01-07 Thread Jason S-M
>>> /dev/sda -a -d sat -m root -M exec /usr/share/smartmontools/smartd-runner >>> /dev/sdb -a -d sat -m root -M exec /usr/share/smartmontools/smartd-runner >> >> This will bite you if/when you install another disk drive. >> >> You are better off with the 'DEVICESCAN -H -m root' option in place.