Search found 229 matches
- 2005/09/20 14:35:24
- Forum: CentOS 4 - Networking Support
- Topic: Monitor NICs
- Replies: 5
- Views: 1054
Re: Monitor NICs
It sounds like you'd be best served by looking at cacti, mrtg or rrdtool, and nagios. Nagios is probably overkill as it's more of a notification/monitoring system to alert you of problems, but it ties in nicely with rrdtool to provide reporting on pretty much any timescale you specifiy. mrtg and rrd...
- 2005/09/20 14:27:57
- Forum: CentOS 4 - Networking Support
- Topic: CENTOS 4.1 on Dell Inspiron 6000
- Replies: 2
- Views: 716
CENTOS 4.1 on Dell Inspiron 6000
ipw2200 wireless requires proprietary firmware from intel. You can get it at http://ipw2200.sourceforge.net/ unpack the firmware into /lib/firmware and restart/reload the ieee80211 and ipw2200 It should work fine on your dell, however for the newer inspiron I had to rebuild both the ieee80211 and ip...
- 2005/09/20 14:11:55
- Forum: CentOS 4 - Server Support
- Topic: Apache low performance problem. Need help quickly!
- Replies: 4
- Views: 852
Apache low performance problem. Need help quickly!
You may want to go back through your configs and check to make sure things that are performance killers are turned off. Things like HostnameLookups etc should be off and left for log analizers to do at a later time. hostname lookup will cause slowness because of DNS taking its time, or ipv6 calls ti...
- 2005/09/20 14:03:23
- Forum: CentOS 4 - Server Support
- Topic: phpmyadmin security hole
- Replies: 3
- Views: 813
phpmyadmin security hole
First, the php with mbstring issue means that you need to do the following "yum install php-mbstring' Second, the php-myadmin error about the password seems to imply that the password for the mysql root user is blank. If this is the case, correct it. If it's not the case, most likely you have root l...
- 2005/09/17 12:24:14
- Forum: CentOS 4 - Server Support
- Topic: Perl Doesn't Execute (newbie)
- Replies: 8
- Views: 4038
Re: Perl Doesn't Execute (newbie)
FYI, when you install mod_perl, the config file you want is in /etc/httpd/conf.d/perl.conf
Most of that file is commented out, but you should see how to correctly load things up the way you want. In fact, most of your configuring should just be uncommenting a couple lines.
Most of that file is commented out, but you should see how to correctly load things up the way you want. In fact, most of your configuring should just be uncommenting a couple lines.
- 2005/09/17 02:56:04
- Forum: CentOS 4 - General Support
- Topic: Devices installed under Centos 4.1
- Replies: 2
- Views: 413
Devices installed under Centos 4.1
There's nothing quite as detailed in one location as Device Manager (in gui form) but there is a "Hardware Browser" which should be in the menu, or from commandline with hwbrowser. You can also run lspci to see what's on the pci bus and lsmod to see what kernel modules are loaded. You can also find ...
- 2005/09/17 02:42:50
- Forum: CentOS 4 - General Support
- Topic: kernel unsupported
- Replies: 2
- Views: 424
kernel unsupported
Centos strives to be a completely compatible rebuild of the upstream vendor. Because they don't include this stuff by default, we don't either. That's probably not the answer you wanted to hear, but your best bet is to install & immediately update to the centosplus kernel if you need that functional...
- 2005/09/17 02:36:30
- Forum: CentOS 4 - General Support
- Topic: yum random errors.
- Replies: 2
- Views: 329
yum random errors.
Just do 'yum clean all' and possibly manually clean out any junk in /var/cache/yum/
once that's done, do 'yum update'. no need for the makecache. Also, have you installed anything from a 3rd party repository prior to this problem, or have you built anything and installed by source?
once that's done, do 'yum update'. no need for the makecache. Also, have you installed anything from a 3rd party repository prior to this problem, or have you built anything and installed by source?
- 2005/09/17 02:31:52
- Forum: CentOS 4 - General Support
- Topic: TOP not showing multiple CPUs
- Replies: 4
- Views: 750
TOP not showing multiple CPUs
top has changed to be more friendly or some such junk. When you're running top, to see multiple CPUs, press number 1 on the keyboard, and you'll see the cpu section expand to show all cpus.