General :: Trying To Upgrade PHP Via YUM On CentOS Fails

May 15, 2011

I have a CentOS 5 64bit cloud server at 1and1. The current version of PHP on it is 5.2.17. I would like to install 5.3.6, which is available from the Atomic repository. I'm using yum for all this but when I try to install the 5.6.3 package, I get the following.

Total download size: 10 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
Package php-ldap needs php-common = 5.2.17-1.el5.art, this is not available.
Complete!
[root@s15 ~]# php -v
PHP Warning: Module 'ldap' already loaded in Unknown on line 0
PHP 5.2.17 (cli) (built: Jan 7 2011 10:39:29)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
[root@s15 ~]#

View 8 Replies


ADVERTISEMENT

CentOS 5 :: Upgrade PHP Via Yum Fails

May 15, 2011

This is what I get when trying to upgrade PHP from 5.2.17 to 5.3.6.

[Code]...

I did, a few months ago, try to install OpenLDAP, but never got it working. What do I need to do to get PHP to upgrade?

View 1 Replies View Related

CentOS 5 :: WxPython Fails To Import After Upgrade To 5.5

May 20, 2010

Wanted to double check if I've done something stupid in my update, or whether this is a known issue.

$ python
>>> import wx
Traceback (most recent call last):
File "<stdin>", line 1, in ?

[code]....

View 1 Replies View Related

CentOS 5 Server :: Cman Fails To Start After Yum Upgrade

Sep 16, 2009

I just did a yum upgrade (5.3 to 5.4) on one node of my three node cluster (RHCS), which did:

Rebooted to the new kernel, but cman failed to start. Rebooted back to the previous kernel, but no change, so it doesn't appear to be the kernel.... Some errors are:

On the upgraded node, the following processes are running:

Whereas on the non-upgraded node, the following processes are running:

View 13 Replies View Related

General :: Debian Upgrade Fails 4 Packages Udev, Can Only Boot Into Safemode?

Sep 1, 2010

Debian testing: Kernel: Linux 2.6.32-5-amd64I can now only boot into safemode because I cannot get these 4 packages to upgrade:

udev
media-player-info
xserver-xorg-core

[code]....

View 6 Replies View Related

General :: Fedora Upgrade Fails - System Cannot Find Previous Install

Mar 29, 2011

I am trying to upgrade from Fedora 12 to Fedora 13 using "Preupgrade" but it fails in the last part and tells me that the system cannot find the previous system (fedora 12). I have tried to do the upgrade several times and always the error is the same.

View 3 Replies View Related

Fedora Installation :: Upgrade RH9 To F10 - Install Fails - Installer Fails Media Check Due To "errors"

Jan 23, 2009

I am trying to upgrade RH9 to F10. I have downloaded dvd iso image i386. The SHA1 integrity check passes. The installer fails media check due to "errors". I did an independent verification of the DVD and zero errors found. Download was from Fedora's own torrent, so files should be verified anyway. If I bypass the media check I get the message : Running anaconda 11.4.1.62 the Fedora system installer - please wait.....

[Code]....

View 7 Replies View Related

CentOS 5 Networking :: Fails At Determining IP Information For Eth0 (onboard NIC Asus P6T On Centos 5.3)?

Apr 28, 2009

I'm running a fresh install on an intel i7 system on an asus p6t deluxe v2 motherboard with the onboard NIC (Marvell Technology pci-e). I know the NIC is working as when I boot into the onboard OS that Asus provides (Asus Express Gate SSD)I have a working net connection.Booting up CentOS hangs at determining IP information for eth0 and eventually fails with the following error:PING xxx.170.30.1 from xxx.170.31.231 eth0: 56(84) bytes of data---xxx.170.30.1 ping statistics ---4 packets transmitted, o received, +3 errors, 100% packet loss, time 2999ms, pipe 3 failed.

RTNETLINK answers: file exists.
RTNETLINK answers: file exists.
RTNETLINK answers: file exists.

[code]....

View 14 Replies View Related

CentOS 5 :: Booting CentOS V5.2 Fails With GRUB Error 13: Invalid Executable Format?

May 5, 2009

I'm trying to install a dual booting machine with OpenSUSE v11.1 32bit and CentOS v5.2 64bit. I installed OpenSUSE first and allowed it to install and configure grub in the MBR and after that I wanted to proceed with CentOS v5.2. The installation went fine with two notable exceptions:- when I had to configure grub installation parameters, CentOS offered me only 2 solutions: either install it on the MBR of the first hard disk or not installing it at all. Other distributions are more flexible allowing you to install it in the boot sector of the root partition for example. Because I didn't want to ruin the existent grub onfiguration, I reluctantly accepted not to install it for CentOS assuming that I could manually configure the entry later in grub's menu.lst file.

- when I was presented with the options for software components installation, I've clicked on virtualization category/function because I intend to use the machine as a VMware host. There was no guidance on screen at that point and I blindly assumed that by choosing the virtualization function I would get necessary tools and drivers that will help me further on. It seems that this was a wrong move as you can see it below.

After completing the installation, I tried to search for a template or guiding on how the menu entry in menu.lst should look like but the grub directory was empty, not surprisingly because I've told CentOS earlier not to install it. Using the files in the /boot directory from the CentOS installation I tried to improvise a menu entry but it's not working. The boot stops with famous Error 13: Invalid or unsupported executable format. Using the file command to check what kind of files I'm trying to load as kernels I'm getting :

marte:~ # file /mnt/vmlinuz-2.6.18-92.el5xen
/mnt/vmlinuz-2.6.18-92.el5xen: gzip compressed data, from Unix, last modified: Tue Jun 10 19:20:51 2008, max compression

[code]....

View 2 Replies View Related

CentOS 5 :: Installation Fails For Centos 5.6 With Marvel 88SE61xx Drive Controller?

Jul 29, 2011

I am trying to install Centos 5.6 on a motherboard with a built in Marvel 88SE61xx drive controller.NO drive arrays are configured using the Marvel BIOS configuration utility.During the install CENTOS displays loading MARVEL_PATA driver and it waits and waits and waits.Looking on one of the system message screens I get the following types of messages:qc timeoutfailed to identifyI/O errorLink is slow to respondSRST failed errno=16ata4: reset failed - giving upAny ideas as to how to get CENTOS to recognize the drives connected to the motherboard Marvell controller on a NON-RAID configuration?

View 1 Replies View Related

CentOS 5 :: SMTP Test Fails During Qmailrocks Install CentOS 5.5?

Oct 2, 2010

I am trying to run though the qmailrocks setup on a centos 5.5 and I am running into an issue when trying to telnet to port 25:

telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.

Everything else seems to be working (telnet to 110), and I turned off the firewall entirely, but I still cannot telnet to port 25. I also get a blank error within squirrelmail when attempting to send mail out (ERROR:Message not sent. Server replied: ). I apologize for not going directly to the qmailrocks forum, but they are currently closed down (due to lack of funds). I also am a newbie, so I apologize for the lack of needed information. If anyone has any ideas, please let me know what information you would need.

View 2 Replies View Related

General :: How To Upgrade CentOS 5.6 To 6.0

Jul 11, 2011

I am using CentOS 5.6 on my desktop and would like to upgrade to CentOS 6.0.I tried changing the yum repos to point to CentOS 6 but no luck. How can I do the upgrade?

View 1 Replies View Related

General :: Centos 5.6 To 6 Upgrade?

Jul 21, 2011

We are runing a test server with centos 5.6.Then we think about update it to centos 6, so that we can see what hapens. If it works we can apply other servers this upgrade.

View 4 Replies View Related

CentOS 5 :: Boot Old Centos On Intel D510MO Fails?

Apr 8, 2010

i want to change my server to a intel d510mo withoutchanging the installation.The old nstallation runs on a centos 5.4 asus amd board witha sata raid, sata-sil adapter in no raid modus.and that is the problem.i boot the centos on the intel board, and only the sata-sil module is loaded, so noata drive is found.How can i change this? udev? i disabled the scsi-hostadapter in modprobe.conf, but no

View 1 Replies View Related

General :: Upgrade From Centos 5.4 To 5.5 Offline Via Dvd Rom?

Jul 11, 2010

i find many article to upgrade using online say yum update or yum upgrade but how to upgrade from centos 5.4 to 5.5 offline via dvd rom

View 1 Replies View Related

General :: How To Upgrade Php From Version 5.2.10 To 5.3.3 On Centos

Oct 15, 2010

Can you please help me in upgrading php from version 5.2.10 to version 5.3.3 on Centos 5.5.

View 3 Replies View Related

General :: Upgrade SAMBA 3.0 To 3.3 On CentOS?

Jan 11, 2010

We got windows 7 machines in our network so not able to joint them into samba domain. please guide me step by step how to upgrade samba 3.0 to 3.3.

View 2 Replies View Related

OpenSUSE :: Vbox - Fails To Self Upgrade

Jun 18, 2010

launching vBox lately pops-up this; but if I allow it to go ahead, I get this.. : the window has no end (!), no scroll bars nor any further info. If I first uninstall in Yast, will I lose all of my machines? Up until now these periodic updates have been a breeze, only sometimes needing a vbox setup afterwards to tweak the kernel

View 6 Replies View Related

Ubuntu / Apple :: PPC G3 Upgrade Fails?

Sep 2, 2010

I have a G3 Mac using the 6.06 PPC version of Ubuntu. The Update Manager stated there is the update to PPC 8.04 LTS so I went ahead and updated it. After 6 hours of downloading and updating, now it only boots to a blank/black screen as if it is trying to use a non-native resolution. One time I did hear the login (drum) sound but still nothing on the screen. Any way I can boot into a cli to troubleshoot this? During the entire booting process I only see black screens, a few text screens (yaboot, then another with Loading Please wait), one has the typing cursor at the top left for about 1 minute. I can hear the hard drive running and searching as if all is working and loading, just nothing on the screen.

I tried the same thing a few months ago and the only way to get it working was to put in the 6.06 alt PPC CD and format/reinstall.

View 2 Replies View Related

Ubuntu Installation :: Upgrade From 10.04 To 10.10 Fails?

Jan 10, 2011

In trying to upgrade from 10.04 to 10.10, the installation fails when checking software channels. The error basically says that there are breaks, broken depends and unmet dependencies. Yet Package Manager shows that there are no broken packages and mostly everything is running OK except for the Suspend option which doesn't work in 10.04 on a good number of various laptops. I am using an IBM Thinkpad R51 laptop with 1.5 GHz and 512 MB RAM. I have never had a problem like this with any Ubuntu upgrade in the past. How can I get past this problem and upgrade to 10.10? Log files available upon request. If log files needed, Someone on Launchpad said it's because I have third party software installed. But, this never happened before with previous Ubuntu upgrades.

View 9 Replies View Related

Ubuntu Installation :: Upgrade From 10.10 To 11.04 Fails

May 2, 2011

I tried to upgrade Mythbuntu from 10.10 to 11.04 but it fails to download three packages, stopping the upgrade from finishing. The APT source is au.archive.ubuntu.com

[Code]...

View 2 Replies View Related

Debian :: X11vnc Fails After Jessie Upgrade

Jan 18, 2016

Using x11vnc server on Debian host, and TightVNC viewer client on Windows 7. All was working fine until a server host upgrade, from Wheezy to Jessie. Now, when I try to connect, TightVNC retrieves the certificate as normal, compares and accepts it, and starts stunnel. The next step would normally be to prompt for the VNC password.

Instead it gives an error:

ReadExact: Socket error while reading.

I'm guessing that some thing is missing or misconfigured after the Jessie upgrade, which broke many other things too, as Debian upgrades always seem to do. I have removed and reinstalled the x11vnc package, no effect.

The errors in the log file don't mean a lot to me.

The server is started with this command:

Code: Select allx11vnc -ssl -display :0 -usepw >>vnc-log 2>&1 &

If I start it up without the -ssl flag, and connect from the Windows system with a different client (Mobaxterm) it all goes well.

Relevant part (tail) of the server log file:

Code: Select allThe SSL VNC desktop is:  myhost:0
PORT=5900
SSLPORT=5900

19/01/2016 12:31:10 SSL: accept_openssl(OPENSSL_VNC)
19/01/2016 12:31:10 SSL: spawning helper process to handle: 192.168.2.3:51942
19/01/2016 12:31:10 SSL: helper for peerport 51942 is pid 11193:
19/01/2016 12:31:10 connect_tcp: trying:   127.0.0.1 20000

[Code] ....

View 0 Replies View Related

Fedora Installation :: Reboot Fails F12 Upgrade

Jan 4, 2010

I am trying to upgrade from F11 to F12.Using Preupgrade, everything went well and then it asked me to Reboot. Anaconda started then says something about updating some files then the screen goes blank.

View 14 Replies View Related

Fedora Installation :: Upgrade F12 To F14 Fails Using Preupgrade?

Nov 26, 2010

The upgrade using yum and preupgrade fails

after reboot of the system

-> retrieve install image, ok
-> examine storage (or similar), ok
-> transfer install image to disk, ok
-> dependency check in install packages, ok
-> start installation process, ok
-> preparing to install

=> there was an error running yout transaction for the following reason(s): insufficient diskspace

you need more space on the following filesystems: 1089 M on unfortunately not more information displayed. only exit possible. Any experiences with this kind of behaviour? Many thanks for any feedback.

View 5 Replies View Related

OpenSUSE :: After 11.3 Upgrade - Matlab Compiler Fails Because Of Gcc?

Jul 28, 2010

I just upgraded from 11.2 to 11.3 and are facing now this mex compiling problem. The error output is:

Code:
/usr/lib/gcc/i586-suse-linux/4.5/cc1: /usr/local/matlab/R2009a/sys/os/glnx86/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /usr/lib/libppl_c.so.2)
/usr/lib/gcc/i586-suse-linux/4.5/cc1: /usr/local/matlab/R2009a/sys/os/glnx86/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/libppl_c.so.2)
/usr/lib/gcc/i586-suse-linux/4.5/cc1: /usr/local/matlab/R2009a/sys/os/glnx86/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /usr/lib/libppl.so.7)

[Code]...

View 2 Replies View Related

OpenSUSE Multimedia :: DVD Fails To Work After Upgrade To 11.2?

Nov 28, 2009

Cannot find input plugin for MRL [dvd:/] Is now the message that I get when attempting to play DVDs in Kaffeine, which worked very well in SuSe 10,3 three hours ago. Ironically, VLC now works a treat, when upgrading that in 10.3 killed it.Xine doesn't want to work (restricted format), and Kaffeine isn't playing any files either. Has something been dropped from my previous setup, or do I have an inadequate installation? I'm not very command line oriented I'm afraid;I just expect things to work as they did before...:-)

View 4 Replies View Related

Ubuntu Servers :: Upgrade Fails From Server 9.04 To 9.10?

Feb 24, 2010

I tryed to update ubuntu server from 9.04 to 9.10 a few days ago, but do-release-upgrade failed with the following output.

serv@server:~$ sudo do-release-upgrade
Checking for a new ubuntu release
Done Upgrade tool signature
Done Upgrade tool
Done downloading

[Code]....

View 3 Replies View Related

Ubuntu Installation :: After 10.04 Upgrade XP Fails To Boot?

May 1, 2010

Installed v9 a couple of weeks back and have been causally mucking about with it since. I managed to get XP and ubuntu running as a dual boot system (which was an achievement ).

Anyway, i've upgraded to 10.04 - and already loving it. However... my XP o/s no longer boots. It use to prior to the upgrade. Now, when the XP o/s is selected from GRUB2, I just get a series of bleeps and a flashing _.

Now, I am a complete novice. I actually have no idea where to even begin trouble shooting GRUB2 (and i'm assuming its a problem with GRUB).

View 6 Replies View Related

Ubuntu Installation :: 9.10 To 10.4 Upgrade Fails On HD 5770?

May 9, 2010

It seemed to upgrade the first round and looks like it booted back into Ubuntu (I had Purple background) and asked for updates and I installed them and on reboot I lose video when entering desktop. I see the initial purple Ubuntu loading screen, but when it goes away I lose video completely and my monitor says it's unplugged.

I tried the grub nomodeset without luck. I am at the desktop in safe mode. If someone can tell me how to edit a file to enable the graphics again, I'd be forever grateful. Sorry if this was answered, but search only gave me help with the Intel 850 graphics problems and not what I was seeking.

View 1 Replies View Related

Ubuntu Installation :: Upgrade 9.10->10.04 Fails To Boot

Jun 10, 2010

Dual boot Windows XP SP3 & Ubuntu 9.10 on a single hdd, w/2 partitions. Booted to Ubuntu and upgraded online. XP boots fine, but Ubuntu, not so much; a msg about /dev not found, followed by a shell login prompt. I suspect a grub problem, but haven't been able to find a definitive answer. Since I can at least boot XP, I do not want to do anything that would screw that up and leave me with no bootable OS. I did the "upgrade" shortly after 10.04 was released. Is there a way to reliably fix this w/o possibly screwing up my ability to boot XP, the only OS I can boot? I have no Ubuntu 10.04 disk, as I used their upgrade online option.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved