portage3 portage 공유 가상머신 1대를 포함하여 젠투를 설치한 머신이 3대가 있는데 모든 기기에 portage를 두는건 낭비다 싶어 방법을 찾아봤다 생각보다 간단했다 한대의 머신에 portage를 설치하고 나머지 머신에서 네트웍 파일 시스템으로 연결해 사용하면 된다. emerge --sync 는 portage가 설치된 기기에서만 실행하고 연결된 기기에서는 --sync 대신 --metadata 옵션을 주면 된다. 사용할만한 네트웍 파일 시스템으로는 nfs, samba, sshfs등이 있고, emerge를 먼저 해주고 portage나 distfiles 디렉토릐를 삭제 해야한다. 2020. 3. 8. 젠투 - 포티지 sync 시간 portage를 마지막으로 sync한 시간 cat /usr/portage/metadata/timestamp.chk 2020년 10월 22일 현재 cat /var/db/repos/gentoo/metadata/timestamp.chk 2018. 5. 11. 젠투 - 포티지 git으로 관리 git이 설치되어 있어야함..시스템에 첫 설치할 때는 불가능... /etc/portage/repos.conf/gentoo.conf 파일에서 sync-type = rsync 를 sync-type = git 으로 변경 sync-uri = rsync://rsync.gentoo.org/gentoo-portage 를sync-uri = https://github.com/gentoo-mirror/gentoo.git 으로 변경 포티지 디렉토리(/usr/portage)를 삭제하고 emerge --sync를 실행 하면 끝 포티지 싱크 속도가 많이 빨라진것 같다. /usr/local/portage/metadata/layout.conf 파일이 필요함 masters = gentoo 2018. 4. 14. 이전 1 다음