Comment 9 for bug 677516

Revision history for this message
Sergey "Shnatsel" Davidoff (shnatsel) wrote :

Chowning to daemon and setting suid fixes it indeed. But there's another problem: we face a race condition between unattended-upgrades and plymouth. My way to workaround this is to create a separate process which tries to show the message several times with some interval (I did so in my greeter script and it works), but I don't know how to implement this in Python.