Paweł Bogusławski
Paweł Bogusławski
I mean solution similar to: pass client cert file name and client priv key file name as parameters to agola and make agola use it when connecting using HTTPS to...
`GOBIN=~/tmp go install -v github.com/ghostunnel/ghostunnel@latest` finds v1.6.1 and there is still replace problem there: ```$ GOBIN=~/tmp go install -v github.com/ghostunnel/ghostunnel@latest go: downloading github.com/ghostunnel/ghostunnel v1.6.1 go: github.com/ghostunnel/ghostunnel@latest (in github.com/ghostunnel/[email protected]): The go.mod...
> Partially fixed. Grav should have parameter to disable any connections to public net (security reasons, compatibility with internal networks without access to public, etc.). Workaround that seems to work...
`oc_groups` table holds `gid` and `displayname` for given group. Group assignment is not saved when `gid` contains spaces. It works fine when display name contains spaces, so possible workaround is...
> We may want to display a message on top of the attendee list: « Sending e-mail invitations to attendees is disabled by the administrator » Different topic; feel free...
After futher debugging: problem is caused by 0x19 (decimal 25) character present in contact data stored in VCS file. When importing such file to Nextcloud Contacts (directly using web UI...
Just checked: no `-usbdevice tablet` in guest params in our ganeti debian 11 environment so its not default setting problably. Maybe you've set in on cluster level - see `gnt-cluster...
> You should be able to find it under /var/log/ganeti/kvm/.log and it might have a longer/more useful error message. ``` root@myhost:/var/log/ganeti/kvm# cat vm.test.log kvm: -usbdevice host:02e1:5612: could not add USB...
> how is your status on this issue? We use Ganeti from stable Debian 11 and workaround as described above. Will check it in the future during upgrade and let...
Trying to backup guest with 15 vitual disks even on HW RAID with 10k disks throws 60s timeouts; not all disk sending and/or writing processes are started in 60s; workaround...