[bisq-network/bisq] Use Webcam failed (#4176)

Daan notifications at github.com
Thu Nov 19 11:18:25 CET 2020


The issue for me was caused by /tmp being mounted with the noexec option. The workaround was to temporarily remount exec:
mount -o remount,exec /tmp
mount -o remount,noexec /tmp

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/4176#issuecomment-730273259
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201119/3cdc0c00/attachment.html>


More information about the bisq-github mailing list