/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Linux.Distrib/gentoo/portage.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Problems
 
2
========
 
3
    - Access denieds sometimes are ariving because of old sandbox installed. If
 
4
    installation of newer sandbox failed as well with permission denied, use
 
5
    following syntax: FEATURES="-sandbox" emerge sandbox
 
6
 
 
7
    - Disable sandbox checks
 
8
    FEATURES='-sandbox' emerge package
 
9
 
 
10
Hints
 
11
=====
 
12
    - List by modification date:
 
13
    find /var/db/pkg/ -mindepth 2 -maxdepth 2 -printf "%C@ %Cc %P\n" | sort | cut -d ' ' -f 2-
 
14