Sponsored Content
Full Discussion: CentOS updates
Top Forums UNIX for Dummies Questions & Answers CentOS updates Post 302456704 by abu_shiahb on Saturday 25th of September 2010 09:39:13 AM
Old 09-25-2010
CentOS updates

hello all

I Installed CenTOS 5.5 and i've Run yum update command
every thing went smoothly but i got the following error at the end
Code:
6:kdebase-3.5.4-21.el5.centos.1.i386: Insufficient space in download directory /var/cache/yum/updates/packages
    * free   6.0 M
    * needed 28 M
  1:java-1.6.0-openjdk-1.6.0.0-1.13.b16.el5.i386: Insufficient space in download directory /var/cache/yum/updates/packages
    * free   6.0 M
    * needed 37 M
  1: openoffice.org-core-3.1.1-19.5.el5_5.1.i386: Insufficient space in download directory /var/cache/yum/updates/packages
    * free   6.0 M
    * needed 108 M
  kernel-2.6.18-194.11.4.el5.i686: Insufficient space in download directory /var/cache/yum/updates/packages
    * free   6.0 M
    * needed 17 M
  glibc-common-2.5-49.el5_5.4.i386: Insufficient space in download directory /var/cache/yum/updates/packages
    * free   6.0 M
    * needed 16 M

i understand that there is an issue with /var/cache/yum/updates/packages space

how can i solve it

thanks

Last edited by DukeNuke2; 09-25-2010 at 11:11 AM..
 

4 More Discussions You Might Find Interesting

1. AIX

unix updates- Where can I find unix updates online for IBM servers?

I have a Unix based server running Sagitta and the server is giving me an error of 4b10004 and my research tells me this is an EPROM issue, which means the processor needs to be flashed or repaired. Once up and running where can I go to get updates for Unix? (1 Reply)
Discussion started by: crainer
1 Replies

2. Shell Programming and Scripting

updates only

Hi, I have a file called Data-today.Txt that is updated every 5 minutes. # cat '/root/Desktop/window/'`date +%b%Y`'/Data-'`date +%d%m%y`'.Txt' > /root/temp.txt I want to read it every hour and findout the changes and process only those lines added since the last check. I tried diff but did... (1 Reply)
Discussion started by: shantanuo
1 Replies

3. Red Hat

How to Upgrade Centos 5.7 using Centos 5.8 ISO image on Vmware workstation

Dear Linux Experts, On my windows 7 desktop with the help of Vmware workstation (Version 7.1), created virtual machine and installed Centos 5.7 successfully using ISO image. Query : Is this possible to upgrade the Centos 5.7 using Centos 5.8 ISO image to Centos version 5.8?.. if yes kindly... (2 Replies)
Discussion started by: Ananthcn
2 Replies

4. Red Hat

CentOS Upgrade from 6.4 to 6.5 no updates

I did an upgrade on Jan 3,2014 from CentOS 6.4 to 6.5 and noticed that there hasnt been any updates since then Jan 03 11:45:05 Updated: 12:dhcp-common-4.1.1-38.P1.el6.centos.i686 Jan 03 11:45:06 Updated: hwdata-0.233-9.1.el6.noarch Jan 03 11:45:11 Updated:... (4 Replies)
Discussion started by: metallica1973
4 Replies
yum-aliases(1)															    yum-aliases(1)

NAME
yum aliases plugin SYNOPSIS
yum [options] alias DESCRIPTION
This plugin changes other commands in yum, much like the alias command in bash. There are a couple of notable differences from shell style aliases though. The alias command has three forms: * alias * alias command * alias command result The first form lists all current aliases with their final result, the second form looks up a "command" and shows it's final result or an error message. The last form creates a new alias. Explanation of alias to final result conversion When you type an aliased command, like "yum --disableexcludes UPT lsu" using the default aliases, the yum-aliases plugin first takes the first "command", by skipping over any options, and then looks up the result (in this case "UPT" is converted to "--enablerepo=updates-test- ing"). If there is a match, then it will replace the aliased "command" in the argument list and try again (again skipping over any options). By convention, in the default aliases list, alias "commands" that are in all CAPS only add options so you can join together a chain of them before any real command or aliased command. There are two things that can alter the above, if you have the "recursive" configuration option set to off then alias processing will stop after the first alias to command substitution. Also, like in shell aliases, if the result starts with then alias processing will stop. EXAMPLES
To create a new alias command called "rm" which does the same thing as the command "remove" use: yum alias rm remove To always add the --skip-broken --disableexcludes=all --obsoletes options to the update command (but leaving the upgrade option alone), you could use: yum alias update update --skip-broken --disableexcludes=all --obsoletes To override the default "up" alias to use the above update command, and never ask for confirmation, you could use: yum alias up update -y AUTHORS
James Antill <james@and.org> SEE ALSO
yum-utils(1) yum(1) James Antill 31 March 2008 yum-aliases(1)
All times are GMT -4. The time now is 01:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy