Displaying 20 results from an estimated 3000 matches similar to: "where to find Single Server CD edition?"
2007 Jul 02
3
PHP question on CentOS
I'm installing NagiosQL, and it's not displaying the
http://mybox.com/nagiosql/index.php page, so I suspect that PHP isn't
working correctly.
"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070702/0427e5a4/attachment.html>
2007 Jul 13
3
username list?
Where/how in CentOS can I get a nice list of all the usernames on the
system?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070712/3bd17215/attachment.html>
2007 Jul 02
2
CentOS version of /srv/www/htdocs ?
I'm installing NagiosQL on CentOS 4.5 and am trying to follow these
instructions
http://www.nagiosql.org/wiki/Documentation
"....decompress the nagiosql-*.tar.gz to a directory accessible by your
webserver (e.g. /srv/www/htdocs)"
But since there is now /srv/www/htdocs folder on my installation, I'm not
sure what to do on CentOS instead.
Any advice?
-------------- next part
2007 Aug 01
2
CentOS things to mod for VMware server
I'd like to make a CentOS-based VMware server.
Anything I should consider before doing so?
(e.g. stuff to disable, kernel tweaks, etc)
2007 Aug 02
2
virtual hdd problems when CentOS is guest OS
I recently installed VMware on CentOS 4.4 (using the single server
CD). I installed VMware fine, and then installed the VMware-mui tools
that allow me to use a Windows box to console to the server. From my
Windows box, I can create VMs on the fly just fine.
Interestingly, I can create virtual Debian boxes ok, but I can't
create virtual CentOS boxes. What might I be missing? As soon as I
2007 Jun 30
2
disabling SELinux on CentOS: a good idea?
I was banging my head against the wall trying to figure out why my Nagios
install wasn't working on CentOS 4.5 (I'm used to Debian), and so I disabled
SELinux and everything magically started working.
Is this a good long term idea? Or is there a better way of doing things?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Oct 09
4
Directory index forbidden by rule: /var/www/html/
I'm looking to troubleshoot this error when I run "tail
/etc/httpd/logs/error_log"
[Tue Oct 09 07:22:59 2007] [error] [client 127.0.0.1] Directory index
forbidden by rule: /var/www/html/
(I get this when I run Nagios' "./check_http -H 127.0.0.1".)
All I did was install CentOS and then modify httpd.conf to include
"ServerName 192.168.1.10:80" and also
2007 Aug 07
2
startup config scripts for CentOS
On CentOS-based VM appliance I'm building, I would like to create a script
that runs upon login that asks the user a series of questions that does
(among other things) ask them to input their networking information (IP,
mask, gate, DNS, etc).
I'm hoping you guys might point me in the right direction. Here are some of
the specific things I'm looking to accomplish with such a script.
2007 Sep 24
3
searching for yum packages necessary for mail gateway
I'm looking for the Red Hat equivalent of this Debian statement
"apt-get ?y install postfix mailscanner spamassassin bind9 clamav ssh
webmin webmin-core logwatch libspf2-0 libmail-spf-query-perl"
"yum search" can't find some of the packages. Is there some sort of
online DB or something that I can search through to see which
repository I need to enable for some of
2007 Aug 02
3
how to export and import VMware servers
I recently build a CentOS-based VMware server (the free ver) and now
need to move all of the virtual machines off my old Windows-based
VMware server (also the free ver) to this next CentOS-based one.
I have successfully FTP'd all of the files to the new CentOS box and
have even opened the server in the console Window, but cannot "start"
it. I start the machine (like I always do),
2007 Oct 09
3
forcing Y on yum upgrades
I'd like to be able to do a "yum upgrade" without having to hit Y each time.
While "yum install -y [program]}" seems to work, "yum -y upgrade" doesn't
seem to. Is there a way to easily do this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Aug 03
2
CentOS 4 vs 5 for VMware?
For stability reasons, I'm running CentOS 4 for VMware (it's the devil I know).
Are there any compelling reasons to upgrade to CentOS 5 for it? I'm
relatively new to the whole virtualisation scene and perhaps there are
some updated packages that might be good for VMware?
2007 Aug 15
2
SFTP error (perhaps due not to using passive mode?)
I'm getting a weird error when I try to sFTP on a CentOS box (which I don't
have root access).
when I run:
sftp -oPort=990 user at host.domain.com
I get the following error, which I suspect is a result of not being in
"passive mode" (which works when I use Filezilla on Windows)
Connecting to host.domain.com
ssh_exchange_identification: Connection closed by remote host
2007 Jul 03
2
beginner resources for CentOS
I'm looking for a good online (or even a good) "how to be a sysadmin" guide
for beginners geared towards CentOS users.
Does anyone have any suggestions?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070703/3ae415f2/attachment.html>
2007 Jul 24
2
yum upgrade perl question
I'm looking to install n2rrd, which requires Perl 5.8.x
(http://n2rrd.diglinks.com/cgi-bin/trac.cgi)
I see that lots of Perl stuff is installed. Do I just need to yum
upgrade perl-libwww-perl-5.78.5 to the latest?
Here's what I have installed perl-wise:
[root at nagios-server nagios2cacti]# rpm -qa | grep perl
perl-DBI-1.40-8
perl-HTML-Tagset-3.03-30
perl-XML-Parser-2.34-5
2007 Sep 23
1
chmod / chown settings on /var/www/html
I'm setting up a new CentOS 4.4 server to work with Fruity (a frontend
program that operates Nagios). For security purposes, what chmod and chown
settings do you put on the /var/www/html folders?
Also, can anyone recommend any good LAMP hardening guides? While I'm not
planning on putting this into production, I'd like to cover all my bases
before that's an issue.
--------------
2007 Jul 03
1
best way to upgrade php4 -> php5 on CentOS?
What is the best way to upgrade PHP4 to PHP5 on CentOS? I see from "rpm -qa"
that I'm running PHP-4.3.9.
Should I uninstall this old PHP4 package and then reinstall PHP5? Or is
there some cool yum upgrade thing I might run?
This is a VMware virtual box for testing, so I'm more concerned about
learning what to do, rather than interrupting anything.
-------------- next part
2007 Jul 30
1
Perl-related problem on rrdtool?
On CentOS 4.5, I have Cacti and Nagios installed. I'm trying to
"glue" them together with a program called n2rdd but am having a
problem that I wondering is Perl-related.
When I run "tail /var/log/nagios/rra/n2rrd.log", I see lots of this
sort of thing:
server01: Missing template for "server01" service "check_ping"
2015 Feb 02
2
CentOS.org redirected links in wiki.c.o/Download
The following links in wiki.c.o/Download:
[http://mirror.centos.org/centos/6/isos/i386/ i386]
[http://mirror.centos.org/centos/6/isos/x86_64/ x86_64]
[http://mirror.centos.org/centos/5/isos/i386/ i386]
[http://mirror.centos.org/centos/5/isos/x86_64/ x86_64]
get redirected to:
[http://isoredirect.centos.org/centos/6/isos/i386/ i386]
[http://isoredirect.centos.org/centos/6/isos/x86_64/ x86_64]
2015 Feb 10
1
Fwd: CentOS.org redirected links in wiki.c.o/Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 10/02/15 05:58, PatrickD Garvey wrote:
>> From: PatrickD Garvey <patrickdgarveyt at gmail.com> Date: Mon, Feb
>> 2, 2015 at 11:14 AM Subject: CentOS.org redirected links in
>> wiki.c.o/Download To: "CentOS-docs - centos-docs at CentOS.org"
>> <centos-docs at centos.org>
>>
>>
>> The