Usually google'ing things will help.
Anyways, maybe this is what you're looking for:
http://wiki.centos.org/Cacti_on_CentOS_4.x
Justin.
-----Original Message-----
From: Matthias Nilsson [mailto:mnilsson@udcom.net]
Sent: Friday, January 05, 2007 1:14 PM
To: CentOS mailing list
Subject: Re: [CentOS] php rpm centos4.4
Hi
is there an manual on how to start using cacti on centos or follow the
cacti
manual about installing, the yum command for installing worked fin but
where is
cacti, need an manual telling "getting started with cacti" on CentOs4.4
...
Matthias Nilsson
U.D.COMM.
Mensaje citado por Matthias Nilsson <mnilsson(a)udcom.net>:
> Hi
>
> i am sorry to bother but you are right i have php-ldap but once i
choose the
> cacto rpm from that page i use to obtain cacti it complains when
testing for
> dependencies ...
>
> i run rpm -q php-ldap and rpm -q php-pear and it do exist ... but
still in
> the
> up2date program it does not see it ... since i choose after click on
the
> cacti
> link on that page i refer to i choose "open with default application
> system-install-package"
>
> am i wrong here or something wroing in CentOs4.4
>
> thank you in advance
>
> Matthias Nilsson
> U.D.COMM.
>
>
> Mensaje citado por Aleksandar Milivojevic <alex(a)8-P.ca>:
>
> > Matthias Nilsson wrote:
> > > Hi
> > >
> > > i need to install php when i download and install the cacti it say
that
> and
> > i
> > > can not find any pure php rpm but it is an php-excel and so on,
what php
> > should
> > > i use ?
> > >
> > > the yum command do noit find any php to update since i have php
> installed
> > than
> > > it complains that it needs php-pear and i am in the same situation
and i
> > have
> > > several to choose among ..., php-ldap is missing ...
> >
> > php package is the base PHP RPM. Others (php-something) are
additional
> > modules. If Cacti is not working, you are probably missing some
> > modules. php-ldap is PHP LDAP module, and it is part of CentOS 4.4.
> >
> > Check Cacti documentation on which modules are required, than do yum
> > list 'php*' to see what modules you have installed, and which are
> > available on the installation server.
> >
> >
>
> _______________________________________________
> CentOS mailing list
> CentOS(a)centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
_______________________________________________
CentOS mailing list
CentOS(a)centos.org
http://lists.centos.org/mailman/listinfo/centos
After upgrading my HD, I am now wishing I left some space for doing
snapshots. Is there a way to free up some space so I can get some free
PE?
Right now I have this:
# vgdisplay
--- Volume group ---
VG Name VolGroup00
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 7
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 2
Open LV 2
Max PV 0
Cur PV 1
Act PV 1
VG Size 38.22 GB
PE Size 32.00 MB
Total PE 1223
Alloc PE / Size 1223 / 38.22 GB
Free PE / Size 0 / 0
VG UUID 0mB18U-4VRo-1GMC-oKdf-ZndA-slFy-eOQtYD
So, it won't let me do this:
# lvcreate -L1G -s -n fullbakup /dev/VolGroup00/LogVol00
Insufficient free extents (0) in volume group VolGroup00: 32 required
Ext2online will not reduce size, so the man page says and I also tried it
for the fun of it.
lvresize won't work either.
Background: I am in the habit of making bootable GRUB CDs with menus
and copies of working kernels and initrds, particularly for
multiple-boot testing machines with multiple distros and/or the Redmond
OS. This has helped pull my fat out of the fire more than once when a
system was rendered unbootable by hardware changes, or when Bill Gates
decided the MBR should be taken over. This generally works well, and I
find it easier than using rescue CDs or live distros to recover. If the
system does not boot immediately from the CD, the GRUB shell usually
provides enough capability to debug the boot problems and get the system
back up.
Recently I have encountered problems on a couple of CentOS machines that
seems to be related to GRUB bug #14758:
http://savannah.gnu.org/bugs/?func=detailitem&item_id=14758
The symptom is that after booting from the CD and selecting a menu
entry, GRUB throws "Error 25: Disk read error" on attempts to boot.
Booting can be done manually from the GRUB shell command prompt, or by
interactively editing the GRUB menu entries and explicitly specifying
the GRUB device in the path on the kernel and initrd lines. For
example, the following GRUB stanza in (cd)/boot/grub/grub.conf
title CentOS CD sdc (2.6.9-42.0.3.ELsmp)
root (cd)
kernel /boot/vmlinuz-2.6.9-42.0.3.ELsmp ro root=LABEL=/1 rhgb
quiet
initrd /boot/initrd-2.6.9-42.0.3.ELsmp.img
produces the error 25 with CentOS grub-0.95-3.5, but using the
interactive GRUB "e" command to make it look like
kernel (cd)/boot/vmlinuz-2.6.9-42.0.3.ELsmp ro root=LABEL=/1
rhgb quiet
initrd (cd)/boot/initrd-2.6.9-42.0.3.ELsmp.img
works.
Similar results occur using [for example] (hd2,0) in place of (cd) from
the same GRUB CD. Using /usr/share/grub/i386-redhat/stage2_eltorito
from an FC6 machine as the boot record for the CD fixes the problem.
[See below. I also copied FC6 /boot/grub/*stage* to iso/boot/grub for
good measure.]
The FC6 grub-0.97-13.src.rpm builds on CentOS 4 and provides a
work-around for this problem. Might be a candidate for the centosplus
repo.
Can't find anything on this in EL4 bugzilla or the CentOS site/lists. I
have not filed a RH BZ entry as I don't have an Enterprise Linux system
on which to verify the bug. It seems to be only intermittently
reproducible on CentOS and appears to be specific to the hardware and/or
the details of grub.conf. The conditions under which I have seen it
involved machines that had both CD/DVD and CD-RW/DVD-RW drives as well
as using a splashimage from the hard disk [i.e.
splashimage=(hd2,0)/grub/splash.xpm.gz as opposed to
splashimage=(cd)/boot/grub/splash.xpm.gz]. Would be interested to hear
if anyone else has seen this problem and can document the conditions to
reproduce it.
Phil
**********************************************************************
For reference by those who may want to create a GRUB CD, I use a
one-line script called mkgrubiso (below) that expects to find an iso
directory in the current directory containing a modified copy of
the /boot directory tree plus the file
/usr/share/grub/i386-redhat/stage2_eltorito. The docs found by "info
grub" may be a bit misleading/incorrect/incomplete. The procedure goes
like this:
Save mkgrubiso to root's ~/bin directory and make it executable.
# chmod +x ~/bin/mkgrubiso
In a directory of your choice:
# mkdir iso
# cp -a /boot iso
# cp /usr/share/grub/i386-redhat/stage2_eltorito iso/boot/grub
Edit iso/boot/grub/grub.conf using the grub.conf below as a model. Can
have stanzas that use vmlinuz/initrd images on the hard disk directly,
as well as loading the kernel from the CD.
In the directory containing iso/ do:
# mkgrubiso
Burn the resulting grub.iso image to a CD-R/CD-RW.
Reboot to test.
-------------------------------------------- /root/bin/mkgrubiso
--------------------------------------------
#!/bin/bash
# mkgrubiso
mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size \
4 -boot-info-table -o grub.iso iso
-------------------------------------------- /root/bin/mkgrubiso
--------------------------------------------
------------------------------------------ iso/boot/grub/grub.conf
------------------------------------------
# Note that you do not have to rerun grub after making changes to this
file
# NOTICE: You do not have a (cd)/boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (cd)
# kernel /boot/vmlinuz-version ro root=LABEL=/
# initrd /boot/initrd-version.img
#boot=/dev/hdc
default=0
timeout=15
splashimage=(cd)/boot/grub/splash.xpm.gz
#hiddenmenu
title CentOS CD sdc (2.6.9-42.0.3.ELsmp)
root (cd)
kernel /boot/vmlinuz-2.6.9-42.0.3.ELsmp ro root=LABEL=/1 rhgb
quiet
initrd /boot/initrd-2.6.9-42.0.3.ELsmp.img
# boot from hard disk
title CentOS sdc (2.6.9-42.0.3.ELsmp)
root (hd2,0)
kernel /vmlinuz-2.6.9-42.0.3.ELsmp ro root=LABEL=/1 rhgb quiet
initrd /initrd-2.6.9-42.0.3.ELsmp.img
------------------------------------------ iso/boot/grub/grub.conf
------------------------------------------
Hi,
I am ruunig a Mailserver (Sendmail) on RedhHat 9,
When I type the below command, it shows the logs for mail.
tail -f /var/log/maillog
But , Since this morning, It shows nothing.
why,
help needed.
--
Thank you
Indunil Jayasooriya
Send CentOS-announce mailing list submissions to
centos-announce(a)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-request(a)centos.org
You can reach the person managing the list at
centos-announce-owner(a)centos.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CESA-2007:0001 Important CentOS 3 i386 openoffice.org -
security update (Tru Huynh)
2. CESA-2007:0001 Important CentOS 3 x86_64 openoffice.org -
security update (Tru Huynh)
----------------------------------------------------------------------
Message: 1
Date: Thu, 4 Jan 2007 15:55:30 +0100
From: Tru Huynh <tru(a)centos.org>
Subject: [CentOS-announce] CESA-2007:0001 Important CentOS 3 i386
openoffice.org - security update
To: centos-announce(a)centos.org
Message-ID: <20070104145530.GA2755(a)sillage.bis.pasteur.fr>
Content-Type: text/plain; charset="us-ascii"
CentOS Errata and Security Advisory CESA-2007:0001
openoffice.org security update for CentOS 3 i386:
https://rhn.redhat.com/errata/RHSA-2007-0001.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
i386:
updates/i386/RPMS/openoffice.org-1.1.2-35.2.0.EL3.i386.rpm
updates/i386/RPMS/openoffice.org-i18n-1.1.2-35.2.0.EL3.i386.rpm
updates/i386/RPMS/openoffice.org-libs-1.1.2-35.2.0.EL3.i386.rpm
source:
updates/SRPMS/openoffice.org-1.1.2-35.2.0.EL3.src.rpm
You may update your CentOS-3 i386 installations by running the command:
yum update openoffice.org\*
Tru
--
Tru Huynh (CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
"Indunil Jayasooriya" <indunil75(a)gmail.com> wrote:
> When I type the below command, it shows the logs for mail.
> tail -f /var/log/maillog
>
> But , Since this morning, It shows nothing.
Did you leave this running overnight? If so, your logs may have rotated, and
you are no longer "tailing" the right file.
robert
Hi all,
Recently I've suffered a problem with my SMTP service provider. It seems
the SMTP server allows open relay, so my account is lockdown by CentOS
list policy.
Because of that I desubscribe my last account and re-subscribe in CentOS
list with the present gmail account.
I can send any messages in the list, but the curious problem is I don't
see my own messages
¿?¿?
I can see my sended messages in CentOS mail archive but not in my email
client (ThunderBird).
--
Jordi Espasa Clofent
PGP id 0xC5ABA76A #http://pgp.mit.edu/
FSF Associate Member id 4281 #http://www.fsf.org/
tftp keeps timing out when I try to transfer files. I intend to use tftp with G4U to clone
a standard workstation. I am testing it between two Dell poweredge servers running CentOS
4.3. "chkconfig --list |grep tftp" shows tftp up and running on both boxes. When connected
"tftp>status" shows it is talking to the other box
"tptp>trace" shows "sent WRQ <file=slavelit, mode=netascii>" and ends with Transfer timed out.
I have tftp is being run under xinetd.
I have modified /etc/xinetd.d/tftpd as follows:
server_args -p -c -U 002 -u install -s /tster
I have setup a user install, set read/write privileges on /tster which is owned by install
Not sure what else I need to do to get this working, any suggestions would be appreciated
Mark Snyder
JMK Computerized TDIS
Urbana, IL 61802