zoukankan      html  css  js  c++  java
  • PYCURL ERROR 22

    RHEL6.5创建本地Yum源后,发现不可用,报错如下:

    [root@namenode1 html]# yum install gcc
    Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
    This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
    http://192.168.1.139/cdh5/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403 Forbidden"
    Trying other mirror.
    Error: Cannot retrieve repository metadata (repomd.xml) for repository: cdh5. Please verify its path and try again
    [root@namenode1 html]# 
    

     检查配置文件,也没发现错误:

    [root@namenode1 html]# vi /etc/yum.repos.d/hadoop.repo 
    
    [cdh5]
    name=cdh5
    baseurl=http://192.168.1.139/cdh5/
    gpgcheck=0
    
    [cm5]
    name=cm5
    baseurl=http://192.168.1.139/cm5/
    gpgcheck=0
    
    [os-pkg]
    name=os-pkg
    baseurl=http://192.168.1.139/os/
    gpgcheck=0
    

    粗暴的修改目录权限:

    [root@namenode1 html]# chmod -Rf 777 *

    [root@namenode1 html]# ll
    total 12
    drwxrwxrwx 5 root root 4096 Mar 20 22:09 cdh5
    drwxrwxrwx 4 root root 4096 Mar 20 22:09 cm5
    drwxrwxrwx 4 root root 4096 Mar 20 22:12 os
    

    后续安装haddop正常

     ============

  • 相关阅读:
    两个栈实现队列
    重建二叉树
    最大的K个数
    堆排序
    Android 强制竖屏
    屏蔽输入框的焦点
    Android 全屏显示的方法(不包含状态栏)
    android 布局之scrollview
    clean之后R文件消失
    thinkphp
  • 原文地址:https://www.cnblogs.com/rusking/p/5299363.html
Copyright © 2011-2022 走看看