MonkZ

Results 12 comments of MonkZ

For my part, i would like to customize them, to add the count of actions that is bound to a notification - Like A3. And for U replace it with...

@petervanderdoes may you add your completions?

``` [Unit] Description=Clam AntiVirus On Access Scanning Requires=clamav-daemon.service After=clamav-daemon.service [Service] Type=simple ExecStart=/usr/sbin/clamonacc --foreground --stream --log=/var/log/clamav/clamonacc.log [Install] WantedBy=multi-user.target ```

Same here. And this is not just me - this happens on multiple systems - all derivatives of debian.

Yup, this was from an older version, where fdpass was broken. I'll test this again.

I tried on a different system now. ```systemctl restart clamonacc.service``` is sufficient to produce these files. (just execute it in various frequencies) But not everytime. There seems to be a...

Without ``` --log=/var/log/clamav/clamonacc.log ``` i wasn't able to reproduce the file creation. It still gets stuck sometimes. (On restart)

I introduced accept and decline commands in https://github.com/BelledonneCommunications/linphone-desktop/pull/714 and @julonexus merged and refined them. They are due to be released sometime in the future https://github.com/BelledonneCommunications/linphone-desktop/blob/8bf294eb3d20e91c24e8637fc657e966fd8c35a8/CHANGELOG.md#510---undefined . As for hangup there...

linphonec is to be used as subprocess/shell that waits on commands. So you might have a look at linphonecsh. That program wraps around linphonec and enables you to send commands...