Summary: | app-misc/screen-4.6.2 - Directory '/apps/gentoo/tmp/screen' must have mode 777. | ||
---|---|---|---|
Product: | Gentoo/Alt | Reporter: | Martin Mokrejš <mmokrejs> |
Component: | Prefix Support | Assignee: | Gentoo Prefix <prefix> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | shell-tools, swegener |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Martin Mokrejš
2018-03-12 23:23:10 UTC
$ ls -latr /apps/gentoo/tmp/screen total 0 drwx------ 3 mmokrejs mmokrejs 19 Mar 13 00:15 .. drwxrwxr-x 2 mmokrejs mmokrejs 6 Mar 13 00:15 . $ ls -latr /apps/gentoo/tmp total 4 drwxr-xr-x 11 mmokrejs mmokrejs 4096 Mar 12 18:31 .. drwxrwxr-x 2 mmokrejs mmokrejs 6 Mar 13 00:15 screen drwx------ 3 mmokrejs mmokrejs 19 Mar 13 00:15 . $ Would it be at all viable for you to select the correct Product/Component yourself? Thanks. did you emerge with USE=multiuser? The error message says by itself
> Directory '/apps/gentoo/tmp/screen' must have mode 777.
`chmod 777 /apps/gentoo/tmp/screen` is what you need.
|