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.

  • 相关阅读:
    在网页中实现flash全屏的几种方法
    flashdevelop生成的swf如何支持能打开本地文件
    getPreferredSize()、setPreferredSize()、getSize()、setSize()、revalidate()、pack()
    Flash字体嵌入方法
    NOPI 基本读写
    调整图片的透明度,以及把透明背景改为其他颜色的方法
    查看表空间大小
    浅谈电子商务b2c商城中的用户体验
    使用方法的返回值进行注入
    有关nginx upstream的五种分配方式
  • 原文地址:https://www.cnblogs.com/yangyingchao/p/3393171.html
Copyright © 2011-2022 走看看