zoukankan      html  css  js  c++  java
  • gentoo emerge unable to sync

    gentoo emerge unable to sync

    Author: Tubo

    After setting SYNC to customized URL:

    SYNC="rsync://mirrors.stuhome.net/gentoo"
    

    emerge –sync always reports error:

    rsync: change_dir "/metadata" (in gentoo) failed: No such file or directory
    

    After google, it turns out that the url which was coppied from http://www.gentoo.org/main/en/mirrors-rsync.xml was wrong, as golagoda said at: http://forums.gentoo.org/viewtopic-t-902498-start-0.html: "On most portage mirrors it's gentoo-portage not gentoo, so you might want to try that."

    And updating SYNC to

    SYNC="rsync://mirrors.stuhome.net/gentoo-portage"
    

    fixed this issue.

  • 相关阅读:
    只有一点小感想
    selenium与360极速浏览器driver配置
    Python3安装cx_Oracle连接oracle数据库实操总结
    python3 中文乱码,UnicodeEncodeError: 'latin-1' codec can't encode characters in position 10-13: ordinal not in range(256)
    17个新手常见Python运行时错误
    selenium之xpath定位
    Python3 安装xlrd、xlwt、xlutils
    SQL 操作结果集 -并集、差集、交集、结果集排序
    bootstrap常..................
    pymysql拾遗
  • 原文地址:https://www.cnblogs.com/yangyingchao/p/3393171.html
Copyright © 2011-2022 走看看