Daniel Markstedt

Results 389 comments of Daniel Markstedt
trafficstars

Also, you have 20 failed python tests, typically indicative of tests needing to be adjusted for the new feature.

> I could not managed link the tape files extensions (.tar, .tap) to the SCST (scisi streamer) The extension mapping is handled in https://github.com/PiSCSI/piscsi/blob/develop/cpp/devices/device_factory.h The Python client is just a...

Did you follow the docker instructions in https://github.com/PiSCSI/piscsi/tree/develop/docker ? What issues did you run into? If there is something that’s broken then I’d like to try fixing it!

I think the most sure way to get it to work is to define the BACKEND_PASSWORD environment variable with the password of your choice.

Better late than never; PR is merged and passed all CI tests with flying colors!

Right, the tarball gets a macOS configuration because I prepare the releases on a Mac. Good call out. Do you have an idea how to solve this? Some kind of...

This was the same conundrum I faced when I first started looking into the webmin module. There's quite a lot of complexity to detecting init system and correct paths. Meson...

I updated the release process with a few more meson options when building the webmin module tarball. This should give us a better default baseline for starters. https://github.com/Netatalk/netatalk/wiki/Release-Process

I uploaded a new 4.1.1 webmin module tarball with the better default configurations.