Bug 828174
Summary: | screen terminates immediately for non-privileged user | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Henrik Bakken <hgb> |
Component: | screen | Assignee: | Lukáš Nykrýn <lnykryn> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 17 | CC: | lnykryn |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-04 12:51:15 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Henrik Bakken
2012-06-04 12:15:38 UTC
Can you please check that your binary has correct permissions? [lnykryn@dhcp-27-188 ~]$ ls -alh /usr/bin/screen -rwxr-sr-x. 1 root screen 429K 26. dub 12.23 /usr/bin/screen Screen must have setgid to work correctly. *** This bug has been marked as a duplicate of bug 813607 *** Probably a false alarm... A line in ~/.screenrc: setenv TERMINFO /hom/<nonexistentusername>/.terminfo caused the error. (In reply to comment #1) > Can you please check that your binary has correct permissions? > > [lnykryn@dhcp-27-188 ~]$ ls -alh /usr/bin/screen > -rwxr-sr-x. 1 root screen 429K 26. dub 12.23 /usr/bin/screen > > Screen must have setgid to work correctly. [14:52:57][hgb@prentice:~]1 ls -alh /usr/bin/screen -rwxr-sr-x. 1 root screen 422K Mar 28 17:05 /usr/bin/screen |