Hello
i found a problem with dependencies in Centos 4
What I did:
I installed CentOS from my >>> 4.0 <<< CD media with httpd server.
this are installed versions:
httpd-2.0.52-9.ent.centos4.1.i386.rpm
and one of its dependecy
apr-0.9.4-24.1.i386.rpm
then I tried make update
"yum update"
and I get
...
...
...
--> Running transaction check
--> Processing Dependency: apr >= 0.9.4-24.2 for package: httpd
--> Finished Dependency Resolution
Error: Missing Dependency: apr >= 0.9.4-24.2 is needed by package httpd
I discovered that this RPM in centos/4/updates/i386/RPMS/
httpd-2.0.52-12.1.ent.centos4.i386.rpm
depends on apr-0.9.4-24.2
but apr-0.9.4-24.2 is not in updates directory ...
there is apr-0.9.4-24.3.i386.rpm in centos/4/os/i386/CentOS/RPMS/ which
is in Centos 4.1
But my system is 4.0 and it never even listen about apr-0.9.4-24.3.
My yum knows only update directory centos/4/updates/i386/RPMS/ and its
CD media.
Did I something wrong?
Petr KlÃma
e-mail: qaxi(a)seznam.cz
I am trying to hook up linux to an LCD 1333x768 LCD TV.
XP in 1024x768 show up just fine. X does not.
I have set the screen preferences to 1024x768. I have edited the
xorf.conf file instead of have a range from 50 - 70 I change it to be
only 60. I start X and it still comes up on my A70F monitor but
still will not show on my LCD TV.
xvidtune does not run on this PC. It says something about "video modes
are not tunable on this chip".
My PC at this time is a dell SC420.
Thanks for any input as to get the display working on the LCD TV
under linux.
I acknowledge beforehand that this list is not the primary place to
discuss these specific applications, but I am pressed for time and
many of you have a great deal of experience with these two products.
We have MailScanner configured to use SpamAssassin and it works
exactly as we wanted. Up until now. I now need to allow messages
classified as spam to be delivered to a single mailbox. I tried to
do this by configuring an allowed address in SpamAssassin via the
webmin interface and restarting the MailScanner service (even though
as spamd is not running this should not matter). This change has not
been effected. Test messages containing spam are still being trapped
by MailScanner and discarded. I do not wish to change the entire
system settings to allow one address (the abuse reporting address) to
get this type of mail. How do I accomplish this within MailScanner.
Regards,
Jim
--
*** e-mail is NOT a secure channel ***
James B. Byrne mailto:ByrneJB.<token>@Harte-Lyne.ca
Harte & Lyne Limited http://www.harte-lyne.ca
9 Brockley Drive vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada L8E 3CE delivery <token> = hal
Hi!
i compiled rpms like postfix with mysql support. My problem is when i
compile programs i can't distinguish the difference between postfix
w/o mysql and postfix w/ mysql because they have the same
filename(postfix-2.x.x.i386.rpm), what i like to happen is when i
compile postfix w/ mysql support it will show something like
postfix-mysql-2.x.x.i386.rpm. so when i install and try to query it,
it will show postfix-mysql-2.x.x not just postfix-2.x.x. what file
should i edit to make this happen?
TIA
--
Regards,
Mark Quitoriano, CCNA
http://www.atamanetworks.com
Fan the flame...
http://www.spreadfirefox.com/?q=user/register&r=19441
List,
I have attempted to make my own megaraid driver disk for a Dell
PowerEdge 2300. The procedure I'm using is detailed at the end of this
message. In short, I followed samples that I collected after Googling
around. The problem I face is that the CentOS 4 installer can't seem to
mount the driver disk after I have created it. It gives no information
other than, "Cannot mount /dev/fd0", so I don't know where to look to
troubleshoot this.
If there is a documented procedure for creating good driver disks for
CentOS 4, I would very much like to read them; I simply haven't been
able to find any, yet. Otherwise, please review the procedure I have
detailed in this message to spot the flaw. Thanks!!
The procedure I have used to create this driver disk is as follows:
## Log into a machine that is running the 2.6.9-11.EL kernel (e.g.: a
working CentOS 4 box).
# yum install kernel-devel
## Download the megaraid source from the ALMOST useful (doesn't work
because we can't seem to Alt+F2 to get to a bash shell, as described):
http://www.tuxyturvy.com/blog/index.php?/archives/4-Installing-RHEL4-on-Sys…
# cd /usr/src
# wget http://www.tuxyturvy.com/files/megaraid.tar.bz2
# mkdir /usr/src/megaraid
# mkdir /usr/src/megaraid/dd
# mkdir /usr/src/megaraid/dd/modules
# mkdir /usr/src/megaraid/dd/modules/2.6.9-11.EL
# mkdir /usr/src/megaraid/dd/modules/2.6.9-11.ELhugemem
# mkdir /usr/src/megaraid/dd/modules/2.6.9-11.ELsmp
# cd /usr/src/megaraid
# tar jxvfp /usr/src/megaraid.tar.bz2
## Ignore all warnings.
# make -C /lib/modules/2.6.9-11.EL/build SUBDIRS=/usr/src/megaraid modules
# cp megaraid.o dd/modules/2.6.9-11.EL/
# rm -f *.o *.ko
## Ignore all warnings.
# make -C /lib/modules/2.6.9-11.ELhugemem/build
SUBDIRS=/usr/src/megaraid modules
# cp megaraid.o dd/modules/2.6.9-11.ELhugemem/
# rm -f *.o *.ko
## Ignore all warnings.
# make -C /lib/modules/2.6.9-11.ELsmp/build SUBDIRS=/usr/src/megaraid
modules
# cp megaraid.o dd/modules/2.6.9-11.ELsmp/
# rm -f *.o *.ko
# cd dd/modules/
# find . -type f | cpio -o -H crc | gzip -n9 > ../modules.cgz
# cd ..
# rm -rf modules/
# echo "LSI MegaRAID driver disk for CentOS 4.0" > centos-4
# vim modinfo
---- add ----
Version 0
megaraid
scsi
"LSI MegaRAID for Legacy Dell PowerEdge Servers"
-------------
# vim pcitable
---- add ----
0x101e 0x1960 "megaraid" "AMI|MegaRAID (OEM)"
0x101e 0x9010 "megaraid" "AMI|MegaRAID"
0x101e 0x9060 "megaraid" "AMI|MegaRAID"
0x8086 0x1960 "megaraid" "AMI|Megaraid"
-------------
# touch modules.dep
# chmod 0755 *
## Insert a floppy disk into your floppy disk drive.
# fdformat -n /dev/fd0u1440
# mkfs -t ext3 /dev/fd0u1440
# mount /dev/fd0u1440 /media/floppy
# rm -rf /media/floppy/*
# cp * /media/floppy/
# umount /media/floppy
## Done making the Driver Disk.
## Insert disk 1 of the CentOS 4 install set into your Dell PowerEdge
box and reboot the machine.
## At the CentOS 4 install prompt, insert the Driver Disk into the
machine and type:
> linux dd
## Error: Cannot mount /dev/fd0 ?!
greetings
does the list at this url cover *all* options or are there some hidden or
newer ones by chance?
http://www.centos.org/docs/4/html/rhel-ig-x8664-multi-en-4/ap-bootopts.html
i am playing with CentOS 4 on some Compaq dual PIII hardware. The first unit
is an 1850R with dual 500Mhz. If you need more info please let me know. it
is a basic unit with raid controller and a Gig of DRAM etc.
may i ask what others are putting in their "additional boot options" so that
the units can he remotely shutdown to power off and/or rebooted without
hanging please?
also, any _extra_ tips and tricks are certainly welcome.
again, i am grateful to those people that have been helping me off-list as
well!
take care and kind regards,
--
Robert Hanson
Abba Communications
http://www.abbacomm.net
http://www.oracle.com/technology/pub/articles/deployphp/index.html
-----Original Message-----
From: centos-bounces(a)centos.org [mailto:centos-bounces@centos.org] On
Behalf Of Joacim Ekroth
Sent: Wednesday, August 10, 2005 5:02 AM
To: CentOS mailing list
Subject: Re: [CentOS] OCI8 extension for PHP
Reuben D. Budiardja wrote:
> Hello,
> I am wondering what do people use to connect to an oracle DB ?
> I've been looking for something like php-oci8 RPM package, but no luck
so far.
> I hate to have to rebuilding PHP on my own just to be able to connect
> to an Oracle database.
>
> Thanks for any help
> RDB
> _______________________________________________
> CentOS mailing list
> CentOS(a)centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
Reuben, AFAIK there is no pre-made packages for this. You have to do it
yourself.
You first need to install the Oracle Client package, and then recompile
php together with the Oracle libs ( --with-oci8 )
HTH
Joacim
_______________________________________________
CentOS mailing list
CentOS(a)centos.org
http://lists.centos.org/mailman/listinfo/centos