CentOS 5 Server :: Update Php To Testing Repo Php Via USB?
Dec 6, 2009
how can i update php to the latest version from the testing repo via USB ? my machine has no internet access and no cdrom, my only choice is via USB, i have a 2 gb USB.
edit: i am trying to follow this guide: [URL] since i have no internet access, i have downloaded all files to my USB stick. i added the testing repo manually. is there a way to instruct centos to update these packages from my usb stick ? since i have them on USB, i can upload them on centos.
View 2 Replies
ADVERTISEMENT
Jun 22, 2010
I am using Fedora 13 and I have one program (wine) that I need to start grabbing for the updates-testing repo instead of the default repositories in order to get newer versions. I think I can figure out how to add that repository, but I need to know if there are any others I need to disable or any other changes I need to make to my system so that I don't confuse my set up with conflicting updates.
Also, is there anything special I need to do to be sure that only that one program is grabbed from the testing repo when I run regular updates?
View 6 Replies
View Related
Dec 6, 2009
I running Centos 5.3 on a computer with no internet access and no cdrom, i need to know how to keep it updated via USB stick. I have a 2 Gb USB stick, i am trying to update my centos machine and also update php and mysql with the testing repo packages. I am testing vBulletin 4 Publishing Suite and vBulletin 4 requirements are: PHP: 5.2.0 and MySQL:4.1.0 but Recommended: PHP: 5.2.6 or newer AND MySQL: 5.0.19 or newer.
currently running:
PHP 5.1.6 (cli) (built: Apr 7 2009 08:00:04)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
and
mysql Ver 14.12 Distrib 5.0.77, for redhat-linux-gnu (i686) using readline 5.1
edit:i am trying to follow this guide: [URL]since i have no internet access, i have downloaded all files to my USB stick.i added the testing repo manually.is there a way to instruct centos to update these packages from my usb stick ? since i have them on USB, i can upload them on centos.
View 2 Replies
View Related
Oct 22, 2009
Just checking to be sure. 5.3>5.4 update went without a hitch:) But a message ran about (/etc/yum.repo.d) CentOS-Base.repo.rpmnew. Comparing CentOS-Base.repo with the new one show the 1st has the correct priorities and .rpmnew does not have the correct priorities. Should I remove the *.rpmnew repo after making sure it otherwise is the same as the original CentOS-Base.repo?
View 1 Replies
View Related
May 20, 2009
How to update repo for "yum"
View 1 Replies
View Related
Mar 4, 2011
I've been having problems installing httpd (in that it cannot be found when I do a Yum search). I get this error when running yum:
Bad id for repo: CentOS5 base, byte = 7
Bad id for repo: CentOS5 updates, byte = 7
View 3 Replies
View Related
Apr 3, 2010
I have Centos 5. I enabled the EL repos so I could upgrade the php to the latest, and now there are upgrades that yum is not letting me get. I have a Virtualmin VPN plugin that needs Virtualmin to be updated to 5.10, but it seems when I updated PHP with the EL repos Yum is now reducing my available packages. Here are some outputs. with some things removed for length.
[Code]....
View 12 Replies
View Related
Nov 23, 2009
did some one installed kde 4.3.3 by using the kde testing repo?
View 3 Replies
View Related
Apr 13, 2011
Just switched from stable to testing. To run a pure testing, can someone tell me if I have all the necessary repos below?
deb http://www.debian-multimedia.org testing main non-free
deb http://getswiftfox.com/builds/debian unstable non-free
deb http://ftp.debian.org/debian testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb http://www.debian-multimedia.org testing main non-free
deb http://mozilla.debian.net/ squeeze-backports iceweasel-4.0
View 5 Replies
View Related
Aug 4, 2011
I want to have most my system in Debian Stable and a few packages updated to a version that is not in Stable repos.For example Abiword. With the one in Debian Stable I have many issues.I could add Debian testing repos and update it, but then I will have to upgrade to testing a lot of programs that I didn't intended to upgrade.ex: Abiword in testing may requiere libc6(testing) and with that I would have to upgrade a lot of programs that will not work with a newer version of libc6.
View 4 Replies
View Related
Apr 5, 2010
Will KDE4.4 eventually move into the 11.2 updates or do I have to add the KDE Factory repo to get this update?
View 3 Replies
View Related
May 6, 2010
what is configure option of Mysql server from Centos repo? I mean configuration option used before compilation.
View 1 Replies
View Related
Oct 19, 2009
I have never had the packaged vsftpd start with the ssl_enable option set to YES. The mysql on those servers works just fine with SSL enabled. After reading there seems to be a different package available on rh5 repo. This server shows up to date with 2.0.5-12.el5_3.1. The rh5 list shows 2.0.5-16_el5 per this:[URL].. My question is, is there a set lead time till adoption of current RH packages or is just random? I have to have SSL_ftp running and didn't want to step out of the repo lists if possible.
View 4 Replies
View Related
Apr 9, 2010
i just installed centos 5.4 and trying to make my local repo have groups listing of packages like the mirrors do
so i can make an spin off of the OS to my needs for web servers only / so on but
i cant get my head around the groups making part of the creatrepo
does anyone have any tips or hints or know how to make group listing of the packages
i copyed the DVD to hard drive and the repo .XML files they came with it and tryed that way but no luck yet
im running out of things to try
View 5 Replies
View Related
Sep 21, 2011
So I'm playing around w/ some Cisco equipment and needed a quick tftp server. Go to command line and type yum install tftp-server. I get No Package available! I can clearly see it here on the i386 repo. Any ideas?? In the meantime, I'm just going to upgrade this lil 600m laptop to CentOS 6 to quickly solve the problem but I thought it was curious.
View 4 Replies
View Related
Aug 16, 2010
I'm in the process of creating local repos for our company servers (CentOS 5.5) and laptops (Fedora 13). And while the CentOS part went perfect the Fedora part is causing major trouble.But first things first, here's the setup: a central CentOS 5.5 server is running Apache2 and has a VirtualHost listening on Port 8080 for both CentOS and Fedora. The DocumentRoot for this VirtualHost is /data/repo wherein two directories, centos and fedora, reside.
This is the .repo-file for CentOS that works like a charm:
Quote:[local]
name=CentOS-$releasever - local packages for $basearch
[code]...
View 5 Replies
View Related
Sep 21, 2010
when I launch Yast2 - Online Update, I get an error during the repository refresh that it could refresh the repository.Since it's easier to copy-paste - here is the output from 'zypper ref' with the same error:
Code:
Retrieving repository 'Updates for openSUSE 11.3 11.3-1.82' metadata [|]
Failed to download ./repodata/cefcc9d56264aa169f70a53c560ffc39cb6af575-deltainfo.xml.gz
from http://download.opensuse.org/update/11.3/
A[code]...
View 8 Replies
View Related
Jul 30, 2009
after changing in the server the network configuration of DHCP to have an IP set, every time I run yum update I get the following error:
Error: Cannot find a valid baseurl for repo: rpmforge
And I noticed that every time you reboot the server the file resolv.conf is erased
View 13 Replies
View Related
Dec 9, 2009
I am trying to install CentOS-DS on version 5.4 x86_64. I cannot get to the Extras repo due to lack of wired Internet access. I have wireless (except to server) and I have big UFD drives.
View 1 Replies
View Related
Jan 22, 2009
I am not able to easily tell what yum is doing when attempting to decide what to do when given repo files that have defined the same name (eg "[updates]"). Yum seems to spot the dups, but seems to *always* select the mirrorlist from the CentOS-Base.repo. I have unsuccessfully tried to have my custom.repo come before the CentOS-Base.repo using 01custom.repo or CUSTOM.repo. My hope is just to overload yum into using the custom.repo *without* removing/modifying the CentOS-Base.repo. If I remove the CentOS-Base.repo, the custom.repo works. Even with all of the custom.repo, 01custom.repo or CUSTOM.repo in the yum.repos.d dir and no CentOS-Base.repo, yum does what I want.
View 4 Replies
View Related
May 23, 2010
the best repo. of them all which includes all the software needed.?ans is there any repo which allow latest softwares in centos like fedora.????cause i don't want to install all repos.in centos 5.5.
View 1 Replies
View Related
Jun 11, 2011
Everytime in the last couple days when I've run either apt-get update or aptitude update, http://ppa.launchpad.net is ignored:
Code:
ann@ann-Dell-XPS410:~$ sudo aptitude update
[sudo] password for ann:
Ign http://mirror.peer1.net natty InRelease
Ign http://mirror.peer1.net natty-updates InRelease
Ign http://mirror.peer1.net natty-security InRelease
[Code]...
Others are ignored too, but ppa.launchpad.net is the only one I care about. I've tried a few different mirrors with the same result. I'm able to ping ppa.launchpad.net just fine, and am not experiencing any other network weirdness.
View 4 Replies
View Related
May 21, 2009
I have centos 5.3 workin on mini itx atom 330. i have some problem with the network when i use Samba. when i move big files the network goes down. i wanna to install the new kernel on my centos to try to fix the network problem with the new drivers includes on the new kernel.
View 2 Replies
View Related
Aug 9, 2011
Today i`ve updated kernel packages to version 3.0.0. on Debian testing. After that- updated grub. But after all this the old one kernel version[2.6.39-3] is booting. What can i do?
View 7 Replies
View Related
Feb 2, 2010
Do we need another repository with the sole purpose of upgrading firefox to a new security level?This should be added to the opensuse update repo and picked up automatically by the update applet...
View 9 Replies
View Related
Dec 15, 2010
I'm getting the following error while running 'zypper refresh':
Retrieving repository 'openSUSE-11.3-Update' metadata [|]
Failed to download ./repodata/ad60183f3f14b8bb3baaff68605d931f5c8a6a7f-updateinfo.xml.gz from http://download.opensuse.org/update/11.3/
[code]....
View 9 Replies
View Related
Jun 22, 2011
My ISP is blocking medibuntu.org so that hasn't been updated on my machines since the end of April. I can still access it via proxy sites so is it possible to download certain files and place them on the right spots in my Ubuntu installation and have it tell me if something is out of date or not?
View 6 Replies
View Related
Feb 21, 2016
After the last update in testing, (02/21/16), my sound stopped, (it did have an unfixed issue with the jacks and muting, things would be muted on reboot, until I plugged in something, then removed the plug from the front jack), I have never had a sound issue, so I am a lot lost here...
Here is what I know... If I use speaker-test as root, I hear sound... If I use speaker-test as my normal user account, (non root), I see no errors in the term window, but hear no sound... To me this says permissions issue, but I am a member of audio.
View 7 Replies
View Related
Feb 22, 2009
Is there a way to run CentOS 5.2 update system using the shell, avoiding the GUI (I want to do it remotely using SSH?
View 1 Replies
View Related
Apr 8, 2011
I rely on NFS shares to mount home directories and the shared apt cache on my home workstations. Since the last update, rpc.statd has broken and the service fails to run at boot. When init encounters nfs-common, the system shows: Starting NFS common utilities: statd failed!
and then it hangs on trying to mount /var/cache/apt
if anybody who uses testing has any clue as to whether there is a fix coming from the upstream, or if there is a config fix for it.
View 7 Replies
View Related