Displaying 20 results from an estimated 10000 matches similar to: "KNetworkManager on CentOS4?"
2006 Nov 20
1
nVidia MCP55 Pro SATA&Ethernet?
Hi,
Just wondering, does CentOS4 support nVidia MCP55 Pro based SATA &
Ethernet? Any known issues?
--
NOTICE: If you are not intended recipient, you are hereby notified
that by reading this message you agreed not to disturb frogs during
mating season. For more info, visit http://www.8-P.ca/
2006 Sep 07
2
openssl package possibly different in CentOS and RHEL
I've just had a problem on one of my x86_64 boxes with openssl
package. I have an 32-bit only application that requires openssl
libraries. When I attempted to install openssl.i686 (in addition to
already present openssl.x86_64), it failed. The rpm complained about
conflicting files (they were all manpages), and I needed to use
--force option to install the thing.
The good folks
2006 Nov 13
1
php5 in centosplus update?
The recent htmlentities/htmlspecialchars bug was affecting all
versions of PHP older than 5.2.0. With that in mind, I was just
wondering if there is any timeframe to release a fix in centosplus
repository for PHP5 package? I've noticed that Red Hat released fixed
PHP5 packages for RHEL4 last week (php-5.1.4-1.el4s1.5).
--
NOTICE: If you are not intended recipient, you are hereby
2006 Sep 01
1
bootloader installed at wrong place during install
Hi,
I've just started testing CentOS 4.4 installs. When installing on two
mirrored drives, the bootloader got installed into the first
partition, instead of MBR. It was a kickstart install, and I used
"bootloader --location=mbr" in the kickstart file (which is also a
default). However, when looking into /root/anaconda-ks.cfg file,
misteriously it was changed to
2006 Sep 27
1
rebuilding centos 2.1 isos
Hi,
I'm attempting to rebuild CentOS 2.1 ISOs with the latest kernel (to
attempt installation on some newer hardware with SATA drives).
It seems that the original build environment used different version of
anaconda than shipped with CentOS 2.1 (7.2-77_ELAS vs 7.2.32AS). I
found SRPM of 7.2.32AS, however I'm wondering if there is binary
package also?
BTW, any hints on the
2006 Oct 23
1
error messages when rebuilding centosplus kernel
I'm rebuilding the centosplus kernel with ISA P&P and ISA some devies
enabled. At the very end of compilation, I got a lot of error
messages that looked like:
Error: ./init/initramfs.o .text refers to 0000046e R_386_PC32
.init.text
Error: ./init/initramfs.o .text refers to 0000059c R_386_PC32
.init.text
Error: ./init/initramfs.o .text refers to 000007a8 R_386_PC32
2006 Sep 28
1
Installing CentOS 2.1 on ICH7R controller
I'm trying to install CentOS 2.1 on SATA drive that lives on ICH7R
controller. I have the controller setup in BIOS to "compatibility"
mode, which means it should look just like regular IDE controller to
the OS. In this mode, ide0 and ide1 are PATA controllers, and 4 SATA
ports are mapped to ide2 and ide3.
If I boot from the 2.1 installation CD, all the drives are detected
2006 Oct 30
0
DomainKey and mailing list
Hm, my previous post on subject seem to have fallen in /dev/null
(can't find it even in list archives, strange).
Anyhow. While on the subject of spam control. I was playing lately
with Domain Key (and also newer Domain Key Identified Mail) systems.
It's currently primarly used by Yahoo and Google Mail (gmail). For
example, all emails from gmail.com on this list have
2006 Oct 25
3
ISA sound cards and stuff
I've created kernel-isa and kernel-isasmp packages (currently i586,
there'll be i686 version soon too). Basically, it is centosplus kernel
with ISA Plug and Play, ISA and PCMCIA sound cards and ISA network cards
enabled. The change to kernel spec file to add these two packages was
fairly simple, and I hope this might find the way into centosplus
kernel. If maintainer(s) of
2005 Apr 05
3
grub/raid1 on centos4
With Centos3, fedora1/2 I have been able to put /boot on a RAID1
partition and have it boot normally. Unlike earlier versions that
used lilo as the default boot loader, these did not make the 2nd drive
bootable but at least I was fairly confident that if the first drive
failed I could use the install CD in rescue mode to fix up the 2nd one
and go on. However, Centos4 won't boot at all with
2006 Oct 16
3
CentOS guest for VMware, any similar setup?
Hi,
I'm about to setup a CentOS4 server to install VmWare Server on it.
Then I'll run 2 main guest OS, Microsoft SBS 2003, and a CentOS
development LAMP server.
Except from the clock settings, is there any problems/comments?
Regards,
Ugo
2006 Aug 18
4
connecting linux console using serial port
Hi, I have a serial modem connected to /dev/ttyS0 on my CentOS server, I
want to set up this server to allow connections through this serial
modem but only to the console.... (I want to log in)...
PS: I don't want PPP, I just want to get my linux console through this
serial modem...
What do I have to configure on my linux?
Thanks for your time
Regards;
Israel
2005 Oct 06
2
ant RPM for CentOS 4
Attempting to build OpenOffice 2 on CentOS 4 from rawhide (future FC5) SRPM.
The spec file has EL4 target (which is nice), and I got almost all dependencies
in place (mostly from 4.2beta and some from rawhide). However, I'm missing the
ant package. Ant from rawhide doesn't compile since it is already gcc 4 based
(fails on dependencies, getting it to use gcc4 instead of gcc seems like
2006 Apr 01
0
php-5.0.4-0.iva.0.centos4.src.rpm (built for x86_64 and i386) in CentOS Plus
All,
Ignacio Vazquez-Abrams has created php-5.0.4-0.iva.0.centos4.src.rpm
that works with CentOS-4. After testing this version of php, we have
decided to include it in CentOS-Plus for CentOS-4. It is available for
i386 and x86_64.
There are several files in each distro:
x86_64:
php-5.0.4-0.iva.0.centos4.x86_64.rpm
php-devel-5.0.4-0.iva.0.centos4.x86_64.rpm
2010 Dec 10
2
Issues with stat() call on CentOS5 vs CentOS4
Dear CentOS,
I have recently upgraded several servers from CentOS4 to CentOS5 and I am
noticing a strange change to the stat() call. I have written a very
small program to test and show the behavior. I am calling stat()
against a file which is exported from my NAS and mounted with 32k
read/write sizes.
[dougalb at centos4 tmp]$ cat my_stat.c
#include <unistd.h>
#include <stdio.h>
2005 Sep 20
1
CentOS4 and Apache-DBI
Has anybody gotten Apache-DBI to work under CentOS4?
My installed rpms are:
httpd-2.0.52-12.1.ent.centos4 (came with CentOS4)
mod_perl-1.99_16-4.centos4 (came with CentOS4)
perl-Apache-DBI-0.94-1.2.el4.rf (from Dag's site)
--this includes Apache::DBI and Apache::AuthDBI
In my '/etc/httpd/conf/httpd.conf' file, I added:
PerlModule Apache::DBI
2006 Aug 01
1
firefox i386 1.5.0.5-0.el4.1.centos4
Hi all
I am using CentOS 4.3 and my default language is Japanese. I am using
firefox with Japanese language. I installed firefox i386
1.5.0.5-0.el4.1.centos4 update 15 M on my computer via yum yesterday.
CentOS 4.3 has been acting strange! Japanese language on firefix has
gone and English seems to be default language on firefox. I simply
removed firefox 1.5.0.5-0.el4.1.centos4 and
2006 Aug 18
3
connecting linux console using serial port (NOW PPP)
Alex, thanks for your soon answer, but in case I want to configure PPP
on this server, what files do I have to configure?
Can I login in this server using SSHD over a PPP conection?
Regards;
Israel
> Just terminal access -> I want to login in my linux server connecting
> through the modem connected in /dev/ttyS0
Not sure if this is complete.
Install mgetty if not already present on
2006 Jul 05
5
cacti on centos
Hi all,
I'm trying to get Cacti installed on my CentOS 4.3 x86_64 box. I've
got all of required packages installed, and created database file, and
followed all the instructions in install manual.
However, when I get login screen and use admin for username/password,
it simply redirects me straight back to login screen. Looking at
user_log table, the authentication was
2009 Nov 16
3
There isn't package for httpd-2.0.52-41.ent.6.centos4 [centos announce list from 12.11.2009]
Hi.
There isn't a package httpd-2.0.52-41.ent.6.centos4 for centos4 in
UPDATES repo. There is only a httpd-2.0.52-41.ent.6.centos4.src.rpm in
SRC [http://mirror.centos.org/centos/4/updates/SRPMS/?C=M;O=D]
This is probably a bug. Package httpd doesn't build ?
Jancio Wodnik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: