| Summary: | Fails to start because grantpt fails with EPERM | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Christopher Page <cpage> |
| Component: | gnome-terminal | Assignee: | Debarshi Ray <debarshir> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Desktop QE <desktop-qa-list> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.0 | CC: | cpage, tpelka |
| Target Milestone: | rc | ||
| Target Release: | 8.3 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-06-18 07:40:56 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: | |
|
Description
Christopher Page
2016-02-04 21:58:56 UTC
Is /dev/pts properly mounted? Could you please strace /usr/libexec/gnome-terminal-server and all its child processes? eg., the following command will create a file called 'slog' with the strace logs: $ strace -f -oslog /usr/libexec/gnome-terminal-server RHEL 7 is approaching its Extended Life Cycle Support phase. Given the non-critical nature of this bug, it's not fit for RHEL 7 anymore. Let's try to fix this for RHEL 8. Closing due to lack of sufficient data to act upon this report. (In reply to Debarshi Ray from comment #2) > Is /dev/pts properly mounted? Was, yes (very very belatedly). I believe that the issue ultimately came down to a UID mismatch between what the package expected starting with this version, and what /etc/passwd thought. I no longer recall which user was involved though. (In reply to Debarshi Ray from comment #3) > Could you please strace /usr/libexec/gnome-terminal-server and all its child > processes? eg., the following command will create a file called 'slog' with > the strace logs: > $ strace -f -oslog /usr/libexec/gnome-terminal-server See above note. Sadly, I no longer have access to the problematic system or the ability to reproduce. |