Server :: CentOS 5.3 - Easiest Way To Keep Software Updated?

Mar 17, 2010

I have somewhere between 8 and 12 servers, spread amongst different webhosts, all running CentOS 5.3. Everything on the servers has been compiled from source:
> EngineX, PHP, MySQL, Munin, etc

I compile from source because I usually run ./configure to modify the source before installing. What would be the easiest way to keep the server software updated? I am considering creating custom packages from a server which I would keep up to date manually. Then use Capistrano or Puppet to install those packages on all of my servers.

View 1 Replies


ADVERTISEMENT

CentOS 5 :: Easiest Way To Mirror Existing Server Setup On A New Server?

Jan 13, 2011

We have two CentOS 5 servers in production (web and database). We are setting up a single staging server that will mirror the configurations of these servers as closely as possible. What is the easiest way to ensure the exact same software and configs as the production servers are setup on the new staging server. Our contracted data center provider has already informed us that they do not perform images and NO we do not have physical access to the machines. It is undetermined whether we will be virtualizing the staging server into two virtual servers yet, so for the purposes of this post lets assume we are not. I'm seeking a faster/more precise method than doing this by eye and hand.

Some information on our web server code...

View 4 Replies View Related

CentOS 5 Server :: Yum-updated Does Not Do Anything?

Aug 19, 2009

I'm new on this forum. I have problem with yum-updated. It is loaded and running

-bash-3.2# ps -ef | grep yum
root 13591 1 0 11:19 pts/0 00:00:00 /usr/bin/python -tt /usr/sbin/yum-updatesd

View 4 Replies View Related

CentOS 5 Server :: Updated Fresh 5.3 Xen Kernel And PAE Support Disappeared?

Aug 26, 2009

I have installed CentOS 5.3 with Xen on a PowerEdge 2650 machine with 6GB of RAM. As usual, PAE was already enabled so I did not have any problem with utilising all of the memory. However after upgrading to the latest release of the kernel (2.6.18-128.7.1.el5xen), memory available decreased to 4GBs. Then I switched back to the old kernel and 6GB was there. Then finally have switched back to the new kernel and 6GB is again there. So now PAE seems to be enabled but what concerns me is the inconsistent behaviour. (Also I am not sure the reason was the upgraded kernel.)

View 2 Replies View Related

General :: Whats Easiest Way To Go About Setting Up Web Server

May 21, 2010

Im trying to set up a web server on Linux and I was wondering if there may be any shortcuts available or a simple step process to get me where I need to be in regards to setting up the server.

View 6 Replies View Related

Ubuntu Servers :: Easiest Way To Move 200 Accounts To New Server?

Feb 9, 2010

I'm in the middle of moving my lab to a new server in the middle of the school year.. and need to copy all the user accounts to the new box, hopefully with all the student's passwords and contents of their folders intact.And since we are using the system daily, I need to do it all in an hour or 2.I'm thinking I can just

1. diff /etc/passwd and /etc/shadow from the old the new
2. copy all the student folders to new /home
3. write a script to set the permissions on all the new /home folders to match the user names.

It seems easy and safe so long as I back up the 2 existing files..Any reason not to try? Or is there an easier way?

View 1 Replies View Related

General :: What Is Easiest Smtp Server To Setup And Configure?

Feb 25, 2010

I need to setup a mail server, purely for relaying mail to a MS exchange server. A previous employee used Postfix on CentOS. I have limited Linux knowledge and no experience with any mail server software other than MS Exchange, so we cannot continue with this solution (unless I can find a way of managing it all from a gui). Does anyone know of an MTA that can be configured completely by GUI? Everyone says sendmail has millions of features and loads of documentation, but I simply do not have the time to learn it. I need something that can be configured with minimal knowledge and via GUI, not command line. The only reason I'm not using Exchange is to try to save money, and hopefully it will be more secure.

View 10 Replies View Related

General :: Easiest Way To Mass Delete Files Without Crasing Server?

Jan 18, 2010

I have like over 60 gb of tons and tons of tiny tiny files.

I used
Code:
rm -rf *
and I ended with system load of over 100+.

Any idea how do I mass remove the files without crashing the system? I have Q9550 with 8 gb ram.

View 3 Replies View Related

Ubuntu :: Absolute Easiest Way For Noob To Host Simple Website From Non Server Desktop?

Jul 31, 2010

Are there programs for this? Really really simple page layouts that you can edit and host from a graphical desktop that has your web browsers and Pidgen and VLC media player and everything running on it at the same time?

View 9 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 :: How Much Gets Updated From CR To 5.7?

Sep 14, 2011

Does anyone know how many packages we should expect to see updated in the hop from the CR repo to the GA of 5.7? My update last night just brought me 8 packages - is that to be expected?

View 9 Replies View Related

Red Hat :: Centos/Red Hat - List Of Programs They Keep Updated?

Oct 16, 2010

I'm guessing Red Hat (and therefor Centos) backport programs like newer Open Offices. Is this true? If so, is there a list of programs that they maintain actively?

View 4 Replies View Related

CentOS 5 :: Why Isn't PHP Updated In Official Repo

Mar 12, 2009

why don't CentOS update php version in official repo? It's been a while after 5.2.x is released... but CentOS's official repo users are still on 5.1.6

View 5 Replies View Related

CentOS 5 :: Updated Gcc And Need To Update Glibc And Libstdc?

Mar 9, 2010

I have just updated gcc to 4.4.3 on my centos 5.4 server. This all went fine but now i need to update glibc and libstdc++, Any ideas on how i go about doing this.

View 4 Replies View Related

CentOS 5 :: Yum Automatically Updated Systems Without Configured

Aug 11, 2011

I came to a "weird" situation when I saw in yum log files that several centOS systems have been automatically updated via yum. I checked the following:
1. chkconfig for init services that could upgrade the system: only yum-updatesd
2. In the config file of yum-updatesd.conf the do_update function is set to no.
3. If an updated made manually by a user ..no.
Where else should I look or how this update happened?

View 2 Replies View Related

CentOS 5 :: Mkinitrd Not Updated - Error Unpacking RPM Package

Jun 4, 2010

Recently I updated to centos 5.5 , every thing is fine , but the mkinitrd can't updated

When try:
yum clean all
yum update

The output :
Loading mirror speeds from cached hostfile
* addons: mirror.cogentco.com
* base: pubmirrors.reflected.net
* extras: mirror.highspeedweb.net
* updates: mirror.cogentco.com
Excluding Packages in global exclude list
Finished
Setting up Update Process .....

Error unpacking rpm package mkinitrd-5.1.19.6-61.el5_5.1.i386
error: unpacking of archive failed on file /lib/bdevid/ata.so: cpio: rename
Failed:
mkinitrd.i386 0:5.1.19.6-61.el5_5.1
Complete!

View 19 Replies View Related

Server :: Upgrade Server With All Updated Packages And Patches?

Jun 27, 2011

Currently our Production Server version is Fedora8. I know its very old version, i was newly joined as server admin for this company.. my first task need to Upgrade Server with all updated packages and patches..Without production time down..because we have nearly 400 clients accessing our server.

1. Is it possible to do Without Production loss??

2. before upgrade what are the things i need to do??

3. is there any possibles the working function not working in new upgrade packages??

View 6 Replies View Related

CentOS 5 :: Updated To 2.6.18-164.1 UDEV Failed Udevd-event[1361]?

May 12, 2010

I haven't updated my centos box for almost about a year, my theory is if it ain't broke don't fix it.These last two weeks I've been replacing hardware, a motherboard, memory, processor, and a hard-disk. Everything worked fine with the current 2.6.18-128.1.10, but I decided that I should upgrade to the latest along with all the new packages. But in doing so I would need to recompile the driver module for the raid controllers, rr1740. So I recompiled them using the 2.6.18-164.1 build while I was in kernel 128. When I was done, I restarted the machine and when it booted to the new 164 kernel, it came back very long error messages but here's what I can remember off the top of my head.

View 14 Replies View Related

CentOS 5 Hardware :: Get Updated NVidia Video Driver For 5.5 Version?

Jan 27, 2011

What is the best place to get an updated nVidia video driver for CentOS 5.5? Is there a CentOS package available that will update it? Or is it best to download it directly from nVidia? Also, I do not have an internet connection on the machine, so it will have to be a manual download and installation.

View 1 Replies View Related

Server :: Ntpdate - Keep Updated The Time On A Server?

Nov 25, 2010

What is the right way to keep updated the time on a server? Using ntpd daemon or ntpdate by crontab? I've two server in two different locations.. I've used

Quote: # ntpdate ntp1.ien.it

on both server, and the two times were staggered by ten minutes. How is it possible?

View 2 Replies View Related

Server :: Clamav Is Not Updated

Apr 1, 2010

I don't know why clamav antivirus is not update even if I try using "freshclam". In Terminal, it say up to date. But in ISPConfig 3 Interface, it is not.

View Screenshot

Log:

Code:

View 6 Replies View Related

Server :: Updated The Password Immediately In The Ads?

Dec 24, 2010

i am integrated ADS with squid and its working fine. In squid server end i have used "net ads password" to update new password for the user and it successfully updated. Issue is update not doing immediately it takes long time to update the password , even i restarted the smb and winbind services. I want to updated the password immediately in the ads server. is this possible ?

View 3 Replies View Related

General :: CentOS - Safe To Remove The First Kernel In The Installed List To Save Having Two Kernels Being Updated Everytime?

May 8, 2011

When I run yum list installed command the output shows two kernels:

[Code].....

Would it therefore be safe to remove the first kernel in the installed list to save having two kernels being updated everytime I run yum update? Or is the PAE kernel dependant upon the original?

View 6 Replies View Related

Server :: My /var/log/secure File Is Not Getting Updated With Ssh Logins?

Jul 17, 2010

my /var/log/secure file is not getting updated with ssh logins from yesterday.Even the login from my own ip is not updated.

View 2 Replies View Related

Software :: What Actually Gets Updated / When Say Want To Update Rhel5 Server

May 23, 2010

what actually gets updated when i say i want to update my rhel5 server?its kernal or anything else.

View 1 Replies View Related

Ubuntu :: Keep Desktop Folder Always Updated With Content Of Server

Jun 1, 2011

want to sync 2 folders, one on a desktop and the other on my server. My objective is to keep the desktop folder always updated with the content of the server folder. If I get this working, I can do the same with the rest of my desktop and laptop users. When online they can run a script with rsync and update data. Is it possible to get 2 way sync?

View 3 Replies View Related

Server :: New Zone Entry In Master Not Getting Updated At Slave

Feb 19, 2011

I have configured master and slave Bind servers. Everything works fine. But whenever I add a new zone entry at master server it is not getting updated at slave server in logs I see this error:
client 192.168.1.1#43428: view external: received notify for zone 'yourdomainname.com': not authoritative

At master server I do not see any error or warning message. This error clearly indicates that named.conf file does not have zone entry in it or domain name is wrong. While checking the named.conf file I see that the zone entry has not been updated at slave server. If I update it manually and reload named on slave then zone files (db files) are getting created without any issue and any modification at master server for the zone records are also getting updated. My concern is why zone record is not getting appended at slave server in named.conf file.

Is there anything I am missing in the configuration. I am pasting the steps which I have followed to configure my master and slave server:
Configure Bind as master and slave server
Install Bind on your server
yum install bind
OR
sudu apt-get install bind9
Generate RNDC Key using the command
rndc-confgen -a -k rndc-key
it will stored in /etc/rndc-key file
Master Server IP 192.168.0.1
Slave Server IP 192.168.1.1
Master Server Configuration
options .....

View 8 Replies View Related

Server :: Deploy Updated .conf Files On Multiple Workstations?

Apr 28, 2011

we're about to migrate a set of workstations (ubuntu 10.04 LTS) to a new kerberos/LDAP setup. Basically, this requires the installation of some required deb packages and to copy some new .conf files over the original ones.We made a deb package having these "features":requires the needed other packages as dependenciesbacks up original conf filescopies the new conf files to the right places (i.e. /etc/krb5.conf,/etc/ldap.conf)The problem is: apt-get complains because the deb is "touching" files owned by other packages (kerberos, ldap, etc.). Therefore, the only way to skip this check is either to force apt-get to proceed or using the "replaces" directive in the deb control file, specifying the clashing packages. omething like this:

Code:
Package: <package-name>
Version: 0.9.9

[code]....

View 6 Replies View Related

OpenSUSE :: Easiest GUI FTP For KDE

Feb 24, 2010

I simply cannot get filezilla to work.It wont even pass its own test, yet on a friends mac, 'fetch' works fine.I need an FTP program for my Linux machine (OpenSuse KDE).Could someone please recommend one that I can get with YAST ?I just need to access a remote host to upload some files for a site.

View 9 Replies View Related

Ubuntu :: Easiest Way To Reinstall ?

Sep 27, 2010

I have no idea how to do that >_> I have ubuntu (and Windows 7) dual booting from a partition.

View 9 Replies View Related







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