Displaying 20 results from an estimated 2000 matches similar to: "How to upgrade WBEL4 to CentOS4?"
2007 Sep 10
3
php 5.2
Hi,
I was asking about php 5.2 because I would like to use this program with
these requirements:
http://www.magentocommerce.com/system-requirements
This ecommerce store is built with the zend framework and requires php 5.2.
Mcrypt is not in the centos mirrors either.
I did manage to get this beta ecommerce store installed on php 5.1.6-12 by
removing the mycript line in the install xml file and
2005 Oct 28
2
update a wbel4 to centos4
Hi all,
Does anybody have experience with updating a wbel4 box to centos4? I
assume I can follow the basic faq19 instructions, but that's an assumption.
Thanks in advance
Brad
2005 Dec 01
3
Boot hangs at Initializing hardware...
Anyone else having problems with 4.2 with the boot hanging at
Initializing hardware... storage network
?
Booting to single user or typing 'I' for interactive startup does not
help. Not a timeout problem - hangs 'forever' - days at least. Did a
complete reinstall and rebooted OK, did updates and the boot started
hanging again. Same problem with either the 4.2 standard
2005 Oct 12
3
Wherefore whitebox?
Well,
I'm a recent convert from WBEL. My biggest concern with CentOS is that the
community here seems to want to be more than a recompile of RHEL.
But WBEL is floundering, what with Katrina and Rita, and there really being
only 1 developer behind it, etc.
I offer an automated shell script to switch from WBEL4 to CentOS4 (easy, it's
hosted on my home DSL line!) It assumes that
2005 Aug 03
1
Modify rescue mode boot?
Hi,
I have been able to boot with pxe and load linux rescue, it loads
loader and ask me lang, keyboard,load base from nfs, etc... then it
ask me about mount chroot or skip, I just choose skip to go to shell.
What I want is boot in rescue mode and get a shell directly without
having to enter lang, keyboard, nfs ip and dir, skip, etc... once
booted on shell I want it automatically run a script
2007 Mar 24
3
HowTos/MigrationGuide
Please (particularly Smooge) review and comment on the new content at
http://wiki.centos.org/HowTos/MigrationGuide
Based heavily on the pieces I added earlier to
http://wiki.centos.org/Migration/5
Tried to keep it general.
Would assume that we want only one page on Migration with sub-pages for
specific versions. I referred to the CentOS 3 FAQ entry on WBEL
migration but it would seem to be
2006 Jan 27
1
Migrate from WBEL3 to CentOS3
Hi
I have followed the steps in the howto on the site to move a box from
WBEL3 to CentOS3 (i have done this on another box before without issue)
however i'm getting this error on a yum update
Resolving dependencies
.conflict between gtk2 and librsvg2
the update then exits - anyone know about this one?
thanks
2007 Mar 21
4
Edit permissions and CD to DVD procedure
Wiki name PhilSchaffner. I would like to work on the following pages:
TipsAndTricks/CreatingUpdateMedia - new page
How to create CD/DVD update media and use to update CentOS
HowTos/BuildPackages - new page
How to set up an end-user environment to build RPM packages
HowTos/CreateLocalRepos - new page
How to create and maintain local repo[s] for your custom packages
2005 Sep 16
2
Boot/init problem with IBM Netfinity 4500
I hope the CentOS people don't mind me cross-posting for their input.
I've just done a clean, text-mode minimal WBEL4 install on an IBM
Netfinity 4500, essentially the same hardware as an xSeries 340.
The install went fine but now the box will boot, run through the
initrd init sequence, perform its switchroot then hang here...
SELinux: Initializing.
SELinux: Starting in permissive mode
2006 Jun 21
4
Appended 1 in fstab entries CentOS4.X installs
In my /etc/fstab here is just a snippet
LABEL=/1 ....<rest of line>
LABEL=/boot1 ....<rest of line>
When i installed centOS-4.3 and it has appeared after starting to use
any version of centOS4
was that the labels in my fstab were getting the "1" appended to each
label...
but if the all the labels for my partitions are appended with the "1"
and i format and
2005 Jun 23
2
Build scripts for CentOS4?
Are there any scripts available for rebuilding CentOS4 - or more
specifically rebuilding a custom boot.iso?
There is a /scripts directory on the download mirrors, but these scripts
are specific to CentOS3/i386
Thanks
James Pearson
2005 Jul 20
1
mondo Centos4
I've done a test backup/restore on Centos3 with mondo, any one know if
it works with Centos4? If so, same packages in from
/mnt/cdrom/RPMS/RHE/3.0 I dont have a Ceontos4 test machine handy to
mess around with
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
2005 Jun 03
1
ztdummy errors on WBEL4
zaptel compiles fine (make linux26) but when I modprobe ztdummy I get
the follow error.
[root@localhost zaptel]# modprobe ztdummy
Notice: Configuration file is /etc/zaptel.conf
line 0: Unable to open master device '/dev/zap/ctl'
1 error(s) detected
FATAL: Error running install command for ztdummy
System info:
Linux localhost.localdomain 2.6.9-5.0.5.ELsmp #1 SMP Thu May 19 19:24:44
2011 Jul 22
1
New draft article: HowTos/MigrationGuide/MigratingFiveToSix
http://wiki.centos.org/HowTos/MigrationGuide/MigratingFiveToSix
Have at it. :-)
Phil
2005 Sep 03
1
sshd ipv6 logging in CentOS4
Hello folks,
Since I started using CentOS4, one thing has been bugging me: sshd's
ipv6 logging as seen here:
Failed password for root from ::ffff:83.220.130.10 port 43511 ssh2
Not a big deal, but I'd be really happy if I could get it to log in
ipv4 format like on CentOS3.
Any suggestion?
Thanks,
Francois
2006 Feb 04
1
local port redirect not working on Centos4
Hello,
I want to redirect one local port to another. I am using the following:
iptables -t nat -A PREROUTING -p tcp --dport 7003 -j REDIRECT --to-ports 80
and testing it by telneting to localhost on port 7003. It works on
Centos3, not on Centos4.
No luck with this either:
iptables -t nat -A PREROUTING -p tcp --dport 7002 -j DNAT --to 127.0.0.1:80
Am I doing something wrong? Or did something
2011 Jun 01
3
Notification Emails
Does the wiki actually send out emails to KaranbirSingh,
RalphAngenendt, RussHerrold, TimVerhoeven, AkemiYagi, NedSlider,
AlanBartlett, MarcusMoeller, TimothyLee, LaurentWandrebeck,
TimoSchoeler, GaoHu, and AlainRegueraDelgado with every edit?
It makes me a little nervous updating the T43 page or my homepage. I
don't want to spam anyone.
Cheers,
Cody Jackson
2005 Nov 03
0
openssl update
Hi all,
Just a quick Q on the new openssl update. I recently converted from
wbel3 to centos3, so my installed version of openssl _seems_ newer than
the new version. Below are some details that may help... So the
question is... should I force the install of the newly released version?
# find /var -type f -name openssl096b* -print
/var/cache/yum/base/headers/openssl096b-0-0.9.6b-16.i386.hdr
2005 Jun 22
5
Centos 3 - yum update error (rpm-libs)
Hello *,
i get following error:
Downloading needed headers
Resolving dependencies
.....Unable to satisfy dependencies
Package rpm-libs needs rpm = 4.2.3-13.WB2, this is not available.
I switch from WhiteBox to Centos. How can resolve this problem?