Mateusz Kwiatkowski

Results 15 issues of Mateusz Kwiatkowski

Hello, When I open tune I can't play songs immediately - it shows error message "No device available" and I have to click **Select** button in the device switcher section....

bug

It would be great to be able to skip filesystems from backup basing on sender's configuration. For example on ZFS attributes (example: `zfs set zrepl:skip=true zroot/vm/myvirtualmachine`). The use case is...

feature
awaiting_feedback

Hello, I couldn't find documentation on which ACLs are required by Kowl to work with a Kafka cluster. This was also brought in here: https://github.com/cloudhut/kowl/issues/194

question

FreeBSD is very similar to macOS so it should be quite easy. There is outdated PR for this: https://github.com/songgao/water/pull/37 Adding support for this will make porting slack's [nebula](https://github.com/slackhq/nebula) easier.

@churchers I think you're the only one with the knowledge to write down. :-)

documentation

As a user I'd like to be able to easily parse outputs of `vm`. It can be achieved using `xo(1)` tool.

future

Ref. https://github.com/churchers/vm-bhyve/issues/241

Hello @churchers, Currently MAC addresses inside guests can be changed at user's will. This definitely is not optimal security-wise. I figured there're two ways to improve this situation. 1. Use...

Current algorithm calculates multicast address from md5sum of the interface name. While it does guarantee uniqueness of VNIs, it's impossible to do reverse mapping (multicast address to vni) and we...

Hello, When creating image on FreeBSD I have to temporarily mark image as Linux to workaround this error: ``` # umoci unpack --image freebsd:13.0-BETA4 bundle-freebsd-13.0-BETA4 ⨯ create runtime bundle: unpack...