View previous topic :: View next topic |
Author |
Message |
tobian n00b
Joined: 20 Jul 2002 Posts: 3
|
Posted: Sat Jul 20, 2002 2:18 pm Post subject: Can't use screen after emerge |
|
|
I finished emerge world successfully and did env-update and reboot.
find /etc -iname '._cfg????_*' was done after rebooting and I found nothing different.
After that, all goes well except that I can't use screen (/usr/bin/screen) with message 'seteuid' is not allowed except for root user.
What is going on? |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20485
|
Posted: Tue Jul 23, 2002 9:30 pm Post subject: |
|
|
Perhaps a newer version of it is meant only for root? does 'man screen' offer anything?
Does www.gnu.org/software/screen/ offer any help? _________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
tobian n00b
Joined: 20 Jul 2002 Posts: 3
|
Posted: Wed Jul 24, 2002 9:52 pm Post subject: Self answer. |
|
|
This problem was easily solved by
emerge unmerge screen
ebuild /portage/app-misc/screen/screen-3.9.11-r2.ebuild merge
echo "app-misc/screen-3.9.11-r2" >> /etc/profile/packages
the only diffrence between r2, r3 was
addpredict /dev/ptys/*.
I used CONFIG_UNIX98_PTYS=y in kernel compile options. |
|
Back to top |
|
|
|