CentOS 5 :: Upgrade PHP 5.1 To 5.2 And Other Packages Using Webmin Or Shell?

Nov 24, 2010

I want to install some software which need PHP 5.2 to run but I currently run PHP 5.1 I have been going through this http://wiki.centos.org/HowTos/PHP_5.1_To_5.2 but when I get to the bit that says

View 2 Replies


ADVERTISEMENT

CentOS 5 :: Update All 5.4 Packages Without Upgrade To 5.5?

Jun 28, 2010

I am trying to update all the packages for 5.4 without going to 5.5, I believe I saw at one point instructions on how to do this, where I could in effect cap the version to stay on 5.4. Doing 'yum update' takes me to 5.5.

View 1 Replies View Related

CentOS 5 :: Upgrade From 5.4 Gives - No Packages Marked For Update

Apr 24, 2011

The system says that there are no updates, even though the version is 5.4:

Basically, all Internet searches yield the same order of actions:

At the update I get: No Packages marked for Update

Content of /etc/yum.conf is:

What else should be done, in order to be able to upgrade to a more advanced CentOS version?

View 4 Replies View Related

Server :: Unifying Permissions Between Two Servers - CentOS - Webmin/CentOs - Cpanel - And Rsync

Jan 1, 2010

I have two servers, both running CentOS, but one running Cpanel as the control panel and the other running Webmin.

I would like to sync the web folders using rsync. However, when I sync the files from the Cpanel host the permissions look as follows:

Code:

But that doesn't work on the Webmin server which needs the following:

Code:

It seems the Cpanel install has the group as 'nobody' whilst webmin has it the same as the file owner. I can fix this by running:

Code:

But as the file transfers will be frequent, I don't want the files to be inaccessible until chown is run.

So, what I really want to know is - how can I change things on the 'webmin' server so that files with ownership owner:nobody will run?

View 1 Replies View Related

CentOS 5 Networking :: Use Webmin To Set Up Port Forwarding/NAT On A Dual-NIC Centos 5.3 Box?

Aug 31, 2009

Can anyone here point me to a walk-through or discussion of how to use Webmin to set up port forwarding/NAT on a dual-NIC Centos 5.3 box? The layout will be simple:

Internet --- NIC1 [CentOS Box] NIC2 --- Switch to other PCs

We have a BUNCH of exposed services that are on special ports -- for example, to connect to one machine, you go in with [IP_Address]:12000, and to connect to another, [IP_Address]:12002, etc., etc. We're currently using OpenSuse 10.3 on this box, and YaST makes this criminally easy (you give it the incoming port number and the destination IP/port numbers and it just works). But OpenSuse 10.3 is nearing EOL, we're buying a new machine, and I'd like to use CentOS on the new one.

I've read the sparse Webmin documentation in their Wiki, and it leads one to believe that you simply insert a "NAT" rule. But there's obviously something they're leaving out. I *am* opening the ports in the firewall. But when I log in to [IP_Address]:port, it just times out. The port forwarding never occurs. The test in this case is SSH, and I know that SSHD is working properly because I can log into that machine just fine from another PC on the same internal subnet.

View 8 Replies View Related

General :: Fail Webmin Install - E - Package Webmin Has No Installation Candidate

Apr 6, 2010

I have had webmin running previously but i just recently installed Unbuntu server and i am now trying to install webmin. after typing this to install webmin sudo apt-get install webmin it started doing its thing and then it halts.

Giving me the following message: "Package webmin is not available, but is referred to by another package. this may mean that the package is missing, had been obsoleted , or is only available from another source."

The first thing i did after installing webmin was edit the sources.list

Then i tpyed sudo nano sources.list I uncommented everything with "deb" in front of it

I also uncommented

deb cdrom:

I then typed this sudo wget [url]

After getting that i typed this apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl

Then i tryed to install it and got that error.

I also tryed install it using this tutorial [url]

When i got to the part when i need to type

sudo apt-get install update this is what happened

View 10 Replies View Related

Ubuntu Servers :: Webmin And Syslog-ng Won't Start On Boot After Upgrade From 8.04 To 10.04

Sep 16, 2010

I recently upgraded a Ubuntu server from version 8.04 to 10.04 and after a reboot the webmin and syslog-ng server do not start at boot anymore. I can start them manually by doing /etc/init.d/webmin start and /etc/init.d/syslong-ng start and everything works fine until I root again. Granted this machine is rarely rebooted but when it is, I don't want to have to remember to start these services. I have tried a full removal of syslog-ng and reinstall but to no avail. The entries are in the rc directories like they should and the links are valid.

View 1 Replies View Related

Ubuntu Servers :: Webmin Dependency - Install Webmin On Edition 10.04 ?

Apr 3, 2010

I encountered a a dependency issue when trying to install Webmin on Ubuntu Server Edition 10.04 Beta1.

When you try to install webmin, libmd5-perl is not available in any of the lucid repositories:

I resolved the dependency prob by adding the following repository to my /etc/apt/sources.list: deb [url]

Then I did a sudo apt-get update then sudo apt-get install and libmd5-perl installed fine along with webadmin. BTW. I got a GPG error when doing a apt=get update because I did not import the public key for the debian repos I used to get libdm5-perl, which doesn't matter to me as I commented out the repos once I got libmd5-perl installed.

View 1 Replies View Related

Software :: Etch To Lenny Upgrade - Webmin Fails To Recognize Debian 5

Sep 8, 2010

I have just upgraded my Debian 4.0 box to Debian 5.0. The upgrade is ok and the version of debian is 5.0.6.

Webmin, despite all my efforts, is still displaying 4.0 and when I force it to 5.0 manually, it states: "Warning - Your system is actually running Debian Linux version 4.0."

View 2 Replies View Related

CentOS 5 :: Getting Error At Installing Webmin / Sort It?

Mar 12, 2009

I tried to install with this command:

rpm -Uvh webmin-1.450-1.noarch.rpm

And got these error messages.

Quote:warning: webmin-1.450-1.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 11f63c51
error: can't create transaction lock on /var/lib/rpm/__db.000

View 2 Replies View Related

CentOS 5 :: Automated WebMin Installation Script

May 11, 2009

I installed webmin on many servers under my control and decided to automate the job. Here is a shell script to automatically add WebMin repo to yum and install it. You can use "nano -w webmin_install.sh" to create a script somewhere, copy there the source, save, then allow execution using "chmod u+x webmin_install.sh" and then use "./webmin_install.sh" to execute it.

View 2 Replies View Related

CentOS 5 :: Possible To Install Webmin 1.550 Without Internet Connection?

Jul 26, 2011

Can I install webmin 1.550 on centos 5.6 without internet connection? should I install perl ssh net first?

View 1 Replies View Related

CentOS 5 Server :: Remotely Administer Squid Via Webmin?

Jan 28, 2011

I just installed Webmin on this CentOS 5.5 client and would like to know if it's possible to remotely administer the Squid server. The one I'm using for webmin is different from the one where Squid proxy is running.

How do you set it up and where in Webmin?

View 1 Replies View Related

CentOS 5 Server :: Webmin Doesn't Show Apache Modules?

Apr 26, 2010

this might not be a Centos related issue, but since I'm using Centos I guess it doesn't hurt to ask; I've used Ubuntu before and haven't encountered this. So, I've just installed Centos and Webmin and now I'm trying to configure the server. Problem is that on the Apache configuration page I don't have the option (should be there) to configure the Apache modules. I've attached a file to show where the modules option should (as before) appeared.

View 6 Replies View Related

Ubuntu Installation :: Upgrades Held Back - Two Packages - Grayed Out And Do Not Upgrade In Upgrade-manager

Mar 29, 2010

I'm running 10.04 and for several days now I get two packages that are grayed out and do not upgrade in upgrade-manager.

If I use the shell and apt-get I get the following message: The following packages have been kept back: firefox-gnome-support update-manager

The system is functioning well, but these 2 packages just linger as I process probably hundreds of lucid upgraded packages.

View 1 Replies View Related

Debian Configuration :: Upgrade The Installed Packages From The Packages.debian.org Site?

Jul 22, 2010

I have just installed Debian Lenny and was trying to upgrade the installed packages from the packages.debian.org site. when i asked synaptic to add the downloaded packages the would not appear, but when i checked the .xsessions file there are entries saying that the packages were being ingnored because they were either different versions, the MD5 did not match or even "can't find pkg". i have to use the local library to download the packages because i dont have an internet connection at home.

[Code]...

View 6 Replies View Related

Software :: Shell Script To Install List Of Packages In A File

Jan 21, 2010

I want to install a list of packages in the file. i tried using yum install in a shell script, while read -r line do

echo "Package-->$line"
yum install $line
done < file1.txt
if i run this script:

[Code].....

View 4 Replies View Related

Ubuntu :: Shell Command For Finding All Packages That Provide A Certain Virtual Package?

Jul 29, 2010

I want to get a list of all packages that provide a certain virtual package. A way of doing this would be to write a shell script that parses all output of Code: apt-cache search -f .* And spits out all packages that have the virtual package in the provides section. The problem with this approach is that it takes an awful long amount of time to execute. I guess that there should be a simple command that does this in an efficient manner, but which I wasn't able to find.

View 1 Replies View Related

CentOS 5 :: Get Centos To Recognize Updated Packages?

Jun 24, 2009

I have a copy of the DVD Iso for centos 5.3. I downloaded the updated packages to the Centos directory and then ran the repomanage perl script to remove the old files from the directory. I then ran the createrepo and the new iso image with the script code below.

baseDir=`pwd`
rhelBuild=`pwd`/dvd-iso-contents
rm -f CentOS_1.0.0.iso
echo "Updating repository"
dvd_discinfo=`head -1 $rhelBuild/.discinfo`
echo "$dvd_discinfo

[Code]...

I am using VMWare to test the build, so I have the cd pointing to the iso image. I get the CentOS to start up find and dandy asking the questions for the interactive boot. It gets thru the stage of checking dependencies and then when it starts to copy down the image to the "harddrive" that is when the problem occurs.

One of the updated files is file-4.17-15.el5_3.1.i386.rpm (file-4.17-15.el5.i386.rpm was removed using repomanage), but the loader is looking for the removed file. I've looked thru any dependencies, but nothing specific for the removed file, all are asking for /usr/bin/file with no specific version numbers. I have run a rpm -test on all the rpms, but haven't been able to look thru that to see if there is a specific request for the version.

I did try this, but it just moved on to the next file. I did not replace the file version, but then it found another problem that was the same as this, the updated file is in the repo, but it is requesting the old version. I looked thru the fileslist and others to see if maybe that was the problem, but they were updated to the new versions.

View 1 Replies View Related

CentOS 5 :: CentOS Installing Packages Did Not Select?

Dec 28, 2009

I've noticed this happen with every CentOS installation I've done in the past and it's confusing me. On the software template screen select, I always select "Server" and leave the extras option unchecked, I also check "Customise now". The only things I choose are the editors (to get vi), Web server and server configuration tools (and this time also Java). I didn't select any GUI programs, yet it still installs things like X, GNOME components and also samba. Why does it do that? There no way they're needed for dependencies. Is there something I'm missing when selecting the software components? Why does it still install samba when I didn't select it from under "Servers" components? Or have I misunderstood what software selection does and it installs all those components regardless but doesn't automatically turn the services on?

View 5 Replies View Related

Ubuntu :: Cannot Upgrade 9.10 Packages

Feb 28, 2010

I have not been able to upgrade any of my 9.10 karmic packages for about a week now. I have attempted to do so using both the Update Manager Gnome tool and the terminal command "sudo apt-get upgrade". Using the terminal command gives me (at the end of the resulting process) the following:

"dpkg: unrecoverable fatal error, aborting:
" syntax error: unknown group 'Debian-exim' in statoverride file
"E: Sub-process /usr/bin/dpkg returned an error code (2)"

I have tried:

#sudo apt-get update
#sudo apt-get check
#sudo apt-get upgrade

The first two of the above 3 steps work as expected. I get the reported failure message after the last (3rd) step every time.

The last thing I remember doing before I started having this problem was to upgrade Firefox to version 3.6 and Thunderbird to version 3.0.

View 2 Replies View Related

Fedora :: Grub Shell - How To Upgrade To K

May 9, 2010

I have Fc6 and Ubuntu Jaunty. on two different partitions. I used Fedora for a while and then tried Ububtu which I liked better. I was trying to upgrade to K, and in the process messed up. Long story short, when I turn on my computer, it goes directly to a grub shell ( I think I messed up the grub menu file). I do not know what to enter to make it boot up Fedora which is on the 2nd partition of the hard drive. For some reason I cannot boot from any of my installation cd's or dvd's

View 8 Replies View Related

Debian :: Can't Upgrade - All Packages Held

Mar 30, 2015

Since I upgraded Gnash: viewtopic.php?f=30&t=115357 I can't upgrade anything. At least I think that's when it started.

In Aptitude, I have 176 "packages being automatically held in their current state", and 47 "packages being held back". When I updated the package list, there was a dozen or so lines that were yellow instead of green, but it ran too fast for me to read. I doubt that is important, but I try to give as much info as possible.

I'm running Debian Wheezy, 7.1.

View 8 Replies View Related

Ubuntu :: Unable To Upgrade Some Packages?

Jul 23, 2010

I ran sudo apt-get update and sudo apt-get dist-upgrade . It says that 3 packages are not upgraded. Thet are linux-generic, linux-image-generic and linux-headers generic. I have never had this problem when using sudo apt-get dist-upgrade since it is supposed to resolve all conflicts and other issues with upgrades. Can anyone tell me how I can upgrade those three packages?

View 7 Replies View Related

Ubuntu :: All Packages Not Installed After Upgrade

Dec 13, 2010

I have been running Ubuntu on my laptop since 9.10 by itself (not dualbooting Windows). I had no problems with it back then but I did notice that when I upgraded, not all the packages installed and I would get an error message saying so. I never thought much of it. The problem became apparent when upgrading from 9.10 to 10.4, I would get an error message everytime and the upgrade would be cancelled. This forced me to reinstall Ubuntu for both 10.04 and 10.10. As soon as I downloaded 10.10 I downloaded docky and chromium. Heres where my current problems arise:

- Docky (which worked in 10.04) wont work even after I download compiz.
- Every time I update the system, if i try to update chromium or anything else from google it cancels the upgrade.
- I tried using "sudo apt-get upgrade" in the terminal but I get
"Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/dpkg/status
E: The package lists or status file could not be parsed or opened."

View 3 Replies View Related

Ubuntu :: Apt-Get Upgrade And Available Updates For Packages?

Jan 22, 2011

I'm a bit confused with this: When I log on a server it says 6 packages can be upgraded. When I run apt-get upgrade though it says that 0 upgraded, 0 new installed, 0 uninstalled and 3 cannot be upgraded. Occasionally, when there are indeed more updates available than those 6 packages, upgrade works fine. I believe the server is up-to-date. Why is that?

View 2 Replies View Related

Ubuntu :: Apt-get Upgrade 29 Packages Can Be Updated?

May 10, 2011

Just did apt-get update then apt-get upgrade then apt-get install linux-generic linux-headers-generic linux-image-generic fdutils linux-doc linux-tools Now at: Linux 2.6.32-31-generic on an x86_64. But upon console login after rebooting into the new kernal:

[Code]...

Why would Ubuntu insist there are so many updates available when neither apt-get nor synaptic seem to find anything to upgrade???

View 2 Replies View Related

Fedora :: Yum Is Broken - Clean Up Packages After An Upgrade ?

Jun 13, 2010

I was trying to clean up packages after an upgrade and I broke yum.

Quote:

There was a problem importing one of the Python modules required to run yum. The error leading to this problem was:

Please install a package which provides this module, or verify that the module is installed correctly.

It's possible that the above module doesn't match the current version of Python, which is:

Go to the yum faq at:[url]

I tried to download the RPM and install manually but I was getitng digest mismatch errors.

View 2 Replies View Related

Fedora :: Missing Packages In Netbeans After Upgrade From F11 To F13?

Jun 21, 2010

I upgraded from fedora 11 to fedora 13 which upgraded Netbeans from 6.5 to 6.8. Now 6.8 complains that package javax.persistence does not exist. Is this a fedora problem or a Netbeans problem? I've looked in the netbeans forums and can't find any discussion of this.

View 3 Replies View Related

Fedora :: Removing Unsupported Packages After Upgrade?

Sep 14, 2010

I recently did upgrade from F12 to F13 using preupgrade, and I was following the guide from the Fedora project website [URL]

On the section Removing unsupported packages it shows how to find orphaned packages and sugest you remove them. I tried that, found a bunch of packages that I promptly erased. But then I
came across

ModemManager-0.4-5.git20100720.fc12.x86_64

I thought "well I don't use a Modem" so I tried to yum erase it. I stopped when I saw that it was trying
to also remove the dependencies, a bunch of NetworkManager packages.

My question is, why is ModemManager flagged as an orphan if it has packages depending on it, isn't that wrong?

And also, the recommendation on the guide to remove these packages can be dangerous to people who don't pay attention (imagine someone accidentally removing NetworkManager, no internet).

I will keep the "orphaned" package out of necessity, but something is wrong in this whole deal.

View 3 Replies View Related







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