banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành *nix centos 5 - không cài được httpd  XML
  [Question]   centos 5 - không cài được httpd 30/05/2008 03:07:41 (+0700) | #1 | 133309
3do
Member

[Minus]    0    [Plus]
Joined: 19/04/2008 21:57:09
Messages: 24
Offline
[Profile] [PM]
Code:
[root@xxx sources]# yum install httpd
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Parsing package install arguments
Nothing to do
[root@xxx sources]# yum list|grep httpd
system-config-httpd.noarch               5:1.3.3.1-1.el5        base


nội dung file /etc/yum.repos.d/CentOS-Base.repo


# CentOS-Base.repo
#
# This file uses a new mirrorlist system developed by Lance Davis for CentOS.
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#

[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

#released updates
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons
#baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
 


tôi đã thử clear cache của yum nhưng vẫn không được.

Tôi có 1 máy khác cũng cài centos 5 thì cài vẫn bình thường.

Mong các bạn giúp đỡ
[Up] [Print Copy]
  [Question]   Re: centos 5 - không cài được httpd 30/05/2008 03:54:10 (+0700) | #2 | 133318
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]
Bạn thử bỏ mấy cái dấu thăng (#) trước baseurl đi, sửa cái enabled của [centosplus] thành 1.
# yum clean all
# yum clean metadata
# yum clean dbcache

# rm -fr /var/cache/yum/*

rồi thử lại.
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Re: centos 5 - không cài được httpd 25/06/2008 17:30:51 (+0700) | #3 | 137608
vnpenguin
Elite Member

[Minus]    0    [Plus]
Joined: 15/02/2004 22:51:33
Messages: 82
Location: VNOSS
Offline
[Profile] [PM] [WWW] [Yahoo!]

quanta wrote:
Bạn thử bỏ mấy cái dấu thăng (#) trước baseurl đi, sửa cái enabled của [centosplus] thành 1.
 


Dùng mirrorlist (như mặc định) là tiện nhất. Bỏ dấu # để dùng baseurl thì phải thêm # trước mirrorlist đi. Vả lại, đã dùng baseurl thì phải tự định nghĩa ít nhất 3-4 server mới bảo đảm luôn có repo.

Tác giả đang hỏi gói httpd, theo tôi được biết gói này không liên quan đến các repo centosplus, vậy thì tại sao cần enable ?

quanta wrote:

# rm -fr /var/cache/yum/*
 

Please use: yum clean cache !!!
[Up] [Print Copy]
  [Question]   Re: centos 5 - không cài được httpd 25/06/2008 23:06:34 (+0700) | #4 | 137652
centos
Member

[Minus]    0    [Plus]
Joined: 28/03/2008 17:13:12
Messages: 219
Offline
[Profile] [PM]

Please use: yum clean cache !!!
 


Mình không có rành về nó nhiều lắm nhưng mình có 1 điều thắc mắc về cái lệnh

yum clean cache 
hay là lệnh
yum clean dbcache 


Với lại theo mình nếu xóa thông tin trong /var/cache/yum cũng đồng nghĩa là thực hiện lệnh

yum clean all 



Hi 3do!

Bạn thử thực hiện các sự chỉ dẫn trên rồi install lại xem được không? nếu không được thì dùng cái repo của thằng virtualmin đi. ( vì mình cũng cài centos và khi mình sử dụng lệnh yum để install các packet thì đa phần cái Repository đều là virtualmin)
[Up] [Print Copy]
  [Question]   Re: centos 5 - không cài được httpd 01/07/2008 23:42:48 (+0700) | #5 | 139245
LinuXpert
Member

[Minus]    0    [Plus]
Joined: 27/06/2008 18:59:57
Messages: 65
Offline
[Profile] [PM] [WWW]
Bạn thử xem trong /etc/yum.conf có exclude httpd không?
[Up] [Print Copy]
  [Question]   Re: centos 5 - không cài được httpd 04/07/2008 01:22:36 (+0700) | #6 | 139721
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]

vnpenguin wrote:

quanta wrote:

# rm -fr /var/cache/yum/*
 

Please use: yum clean cache !!! 

Error: invalid clean argument: 'cache' 
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Re: centos 5 - không cài được httpd 04/07/2008 03:57:25 (+0700) | #7 | 139743
toantoet
Member

[Minus]    0    [Plus]
Joined: 03/02/2004 07:41:54
Messages: 31
Offline
[Profile] [PM]
Cứ nhất định phải yum sao? Lấy mấy cái link trong baseurl, chọc thẳng vào đó rồi down cục rpm về cài, có lỗi thì tính tiếp. Còn yum mà trục trặc thì fix sau
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|