poinck / piii64

64-bit Raspberry Pi 3 binaries and configs
Creative Commons Zero v1.0 Universal
5 stars 4 forks source link

filesystem not readable by users other than root #2

Closed poinck closed 8 years ago

poinck commented 8 years ago

emerge failed because it cannot access the filesystem

[Errno 13] Permission denied:
poinck commented 8 years ago

Cause: During creating of the rootfs the portage-tree and some other files had to be copied manually, so that file- and directory-permissions were set with umask 077 and with uid 1000:1000.

Solution (at least):

chown -R root:root /
chmod 755 /