Opened 11 years ago
Closed 7 years ago
#12195 closed Bug Report - General (Won't Fix)
mythwelcome removes startup block on shutdown
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | 0.28.2 |
Component: | MythTV - Mythwelcome & Mythshutdown | Version: | 0.27-fixes |
Severity: | medium | Keywords: | mythwelcome block shutdown |
Cc: | Ticket locked: | no |
Description
In 0.26, I booted my PC to mythwelcome and it would stay there until I clicked on the Start Frontend button. In 0.27, I boot to mythwelcome and it automatically shuts down without clicking the Start Frontend button.
Mythbackend has setting "block before client connected" enabled. As part of startup programs, mythfrontend --service is executed. /etc/mythtv/session-settings has MYTHWELCOME=true set. Booting the PC causes mythwelcome screen to display. /var/log/mythbackend logs "Scheduler: Seem to be woken up by USER" and "Client is connected, removing startup block on shutdown". Mythwelcome connections should NOT cause the startup block to be removed. Since mythwelcome does not count as a client connection for shutdown purposes, mythbackend shuts down the system. The PC should not shutdown until I start the frontend. If I start the frontend and leave it running, the PC does not shutdown (as it should).
Change History (5)
comment:1 Changed 11 years ago by
Component: | MythTV - MythSystem → MythTV - Mythwelcome & Mythshutdown |
---|---|
Priority: | major → minor |
comment:2 Changed 8 years ago by
comment:4 Changed 8 years ago by
Milestone: | unknown → 0.28.2 |
---|
comment:5 Changed 7 years ago by
Resolution: | → Won't Fix |
---|---|
Status: | new → closed |
Closing any remaining tickets for 0.28, if the issue persists, feel free to reopen and align to v29 or master
This was bothering me too. patch:
Should I make a gihub pull request?