Bug 1656016
| Summary: | GDM service ignores /etc/gdm/custom.conf | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Patrik Wenger <paddor> |
| Component: | gdm | Assignee: | Ray Strode [halfline] <rstrode> |
| Status: | CLOSED DUPLICATE | QA Contact: | Desktop QE <desktop-qa-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.6 | CC: | mboisver, tpelka |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-12-04 14:57:46 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
Patrik Wenger
2018-12-04 13:20:28 UTC
I don't believe it is being fully ignored as I am able to enable and disable XDMCP via custom.conf. I'm pretty sure that the file is ignored since I also tried ``` [greeter] SystemMenu=false ``` which I have to fix too, and was ignored too. Any idea as to why the file might get ignored? (In reply to Patrik Wenger from comment #3) > I'm pretty sure that the file is ignored since I also tried > > ``` > [greeter] > SystemMenu=false > ``` > > which I have to fix too, and was ignored too. > > Any idea as to why the file might get ignored? Not sure, I was looking through an older Fedora bug with the same issue. If there are duplicate sections or improper permissions, this may cause the issue. [greeter] SystemMenu is not a valid option in Red Hat Enterprise Linux 7. -nolisten tcp should be the default, but due to a bug in Red Hat Enterprise Linux 7.6, it's not. This defect is being tracked by bug 1647621 *** This bug has been marked as a duplicate of bug 1647621 *** Okay, thanks. What to do to remove the shutdown menu from GDM's login screen? So you're saying that it's not X listening on 6000/tcp? Because I used `fuser` and also `netstat -tlnp`, both telling me that it's X, not some cloud software. (In reply to Patrik Wenger from comment #6) > Okay, thanks. What to do to remove the shutdown menu from GDM's login screen? > > So you're saying that it's not X listening on 6000/tcp? Because I used > `fuser` and also `netstat -tlnp`, both telling me that it's X, not some > cloud software. You'd like to disable the power/restart button(s) in GDM? (In reply to Patrik Wenger from comment #6) > Okay, thanks. What to do to remove the shutdown menu from GDM's login screen? Looks like there's docs here: https://access.redhat.com/solutions/2020763 If you have any problems, please open a case with support at access.redhat.com. > So you're saying that it's not X listening on 6000/tcp? Because I used > `fuser` and also `netstat -tlnp`, both telling me that it's X, not some > cloud software. Oh, sorry for the confusion. It is definitely X on your system listening on the port. The cloud software tie-in isn't exactly relevant to your situation. The reason it's part of the puzzle is that since X doesn't normally use the port, the cloud software ended up using the port by default. But since X is erroneously using the port in 7.6, the cloud software can't, and is failing out of the box. The cloud software shouldn't be using that port by default, an X shouldn't be using the port at all. bug 1647621 is the bug being used to track the fix for X. and bug 1649511 is the bug being used to track the fix for the cloud software. Thanks for the help. |