Skip to content

sometimes console output remains on TV after pi reboot #11

@dasl-

Description

@dasl-

The receiver service is supposed to black out the screen and get rid of the console text output when it starts up. I suspect that there is some race condition where the startup sequence undos the screen blanking. Perhaps we need to adjust the systemd service's startup dependencies to make it start later:

After=network-online.target
Wants=network-online.target

See output of /var/log/daemon.log:

...
Jan  4 23:52:50 piwall4 systemd[1]: Started dhcpcd on all interfaces.
Jan  4 23:52:50 piwall4 systemd[1]: Reached target Network.
Jan  4 23:52:50 piwall4 systemd[1]: Starting Permit User Sessions...
Jan  4 23:52:50 piwall4 systemd[1]: Starting OpenBSD Secure Shell server...
Jan  4 23:52:50 piwall4 systemd[1]: Reached target Network is Online.
Jan  4 23:52:50 piwall4 systemd[1]: Started piwall2 receiver.
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions