I'm using the aes67-linux-daemon on Debian Trixie. When I reboot or shutdown the computer the aes67-linux-daemon doesn't exit. Eventually systemd will kill the process. I have made a patch that gets a fast termination 20 times out of 20 when I test reboot behaviour. The problem is that I don't like the patch and know too little about aes67-linux-daemon and C++ to improve it.
Do you have the same problem?
There is no problem with start, restart or stop of the service when the system is running. The problem is isolated to shutdown. You will also need to add a couple of sources and sinks (I currently run with 1 source and 3 sinks).
My patch that fix the problems I have:
https://github.com/Sikabo/aes67-linux-daemon/tree/systemd_shutdown_correction_attempt
I would appreciate any help I can get in improving the patch.
I'm using the aes67-linux-daemon on Debian Trixie. When I reboot or shutdown the computer the aes67-linux-daemon doesn't exit. Eventually systemd will kill the process. I have made a patch that gets a fast termination 20 times out of 20 when I test reboot behaviour. The problem is that I don't like the patch and know too little about aes67-linux-daemon and C++ to improve it.
Do you have the same problem?
There is no problem with start, restart or stop of the service when the system is running. The problem is isolated to shutdown. You will also need to add a couple of sources and sinks (I currently run with 1 source and 3 sinks).
My patch that fix the problems I have:
https://github.com/Sikabo/aes67-linux-daemon/tree/systemd_shutdown_correction_attempt
I would appreciate any help I can get in improving the patch.