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.

  • 相关阅读:
    理解css中min-width和max-width,width与它们之间的区别联系
    html实现时间轴_纯css实现响应式竖着/垂直时间抽布局效果
    web页面的重构和回流【转载】
    介绍web开发中实现会话跟踪的常用技术方法
    web标签语义化的理解_web语义化是什么意思
    从浏览器地址栏输入url到显示页面的步骤(以HTTP为例)
    H5调用手机的相机/摄像/录音等功能 _input:file的capture属性说明
    相邻元素之间的margin合并问题
    HTML连载33-背景定位
    Java连载22-for循环
  • 原文地址:https://www.cnblogs.com/yangyingchao/p/3393171.html
Copyright © 2011-2022 走看看