Alex Busenius

Results 6 comments of Alex Busenius

Indeed, systemd/insaned.service is not using these variables.

Thanks for the report, I'll try to detect such sutuation in the code and reconnect properly.

Insaned will run event scripts using given user and group and therefore create image files owned by this user and group. Things to consider: 1. INSANED_USER should be able to...

I never have experienced such freezes. I've noticed that only one process can access the scanner at once, e.g. if I try to open scanner dialog in gimp exactly at...

Looks like systemd does not split ${INSANED_EXTRAOPTS} on whitespace and passes all of it as one big parameter, but it is not recognized as error... I'll try to reproduce this...

As far as I know, kevent is not available on Linux, so I don't know much about it. I would prefer using some kind of event-based waiting instead of polling,...