当前位置: 技术问答>linux和unix
配置yum本地源的问题
来源: 互联网 发布时间:2017-05-15
本文导语: 我把安装文件复制到目录/tmp/rhel/中 然后到目录/etc/yum.repos.d里,发现该路劲下没有文件,于是我自己用vi命令建了个local.repo, 在local.repo里输入如下内容: [HighAvailability] name=HighAvailability baseurl=file:///tmp/rhel/HighAvailabilit...
我把安装文件复制到目录/tmp/rhel/中
然后到目录/etc/yum.repos.d里,发现该路劲下没有文件,于是我自己用vi命令建了个local.repo,
在local.repo里输入如下内容:
[HighAvailability]
name=HighAvailability
baseurl=file:///tmp/rhel/HighAvailability
enabled=1
gpgccheck=0
[LoadBalancer]
name=LoadBalancer
baseurl=file:///tmp/rhel/LoadBalancer
enabled=1
gpgccheck=0
[Server]
name=Server
baseurl=file:///tmp/rhel/Server
enabled=1
gpgccheck=0
问题是该yum源是没有配置成功,运行 yum grouplist得到:
“Loaded plugins: rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Group Process”
问题出哪里啊??
然后到目录/etc/yum.repos.d里,发现该路劲下没有文件,于是我自己用vi命令建了个local.repo,
在local.repo里输入如下内容:
[HighAvailability]
name=HighAvailability
baseurl=file:///tmp/rhel/HighAvailability
enabled=1
gpgccheck=0
[LoadBalancer]
name=LoadBalancer
baseurl=file:///tmp/rhel/LoadBalancer
enabled=1
gpgccheck=0
[Server]
name=Server
baseurl=file:///tmp/rhel/Server
enabled=1
gpgccheck=0
问题是该yum源是没有配置成功,运行 yum grouplist得到:
“Loaded plugins: rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Group Process”
问题出哪里啊??
|
This system is not registered with RHN. RHN support will be disabled.
http://blog.csdn.net/wyzxg/article/details/7255987
http://blog.csdn.net/congduan/article/details/6891295
EJB配置好了,下次启动weblogic的时候还需要重新配置吗
iis7站长之家
http://blog.csdn.net/wyzxg/article/details/7255987
http://blog.csdn.net/congduan/article/details/6891295
|
yum的问题,下载安装个yum就好了