j-licht
j-licht
Check mount options of the seed slot. Unmount seed slot on casync failure too.
Hi, I'm currently playing around with casync support in rauc and two redundant rootfs slots. Rauc mounts the booted slot to be used as seed for casync. Usually my rootfs...
https://github.com/coreos/go-systemd/blob/d843340ab4bd3815fda02e648f9b09ae2dc722a7/dbus/methods.go#L48 The jobHandler used e.g. by Conn.StartUnitContext blocks for ever if nothing reads from the provided channel. I think this write to the result channel should be non-blocking, like this:...
Conn.StartUnitContext, which actually calls internally startJob uses the given context only for the dbus call but not for the job listener. https://github.com/coreos/go-systemd/blob/d843340ab4bd3815fda02e648f9b09ae2dc722a7/dbus/methods.go#L61 This call returns nearly immediately in most cases,...
with go 1.20 there is the new flag net.FlagRunning introduced by https://github.com/golang/go/commit/a2d2e6e7cb12c57cd8f5af64909882bab1dbca19, which is currently not parsed by the library.
As I see you build Debain Packages with version 1.5.5, but there as only a github release of version 1.5.0.
Hi, I try to use scream with audio only with the OPUS Codec. My setup consists of MESH wireless network. But as I saw the distribution of the bandwidth between...
Hi, if I compare the RFC8298 media rate control algorithm with the implementation, I didn't find features like "Force a slight reduction in bitrate if RTP queue builds up". And...
I've got this Segmentation Fault, when I restart my sender fast and keep the receiver running. Then the receiver sending feedback with for a SSRC from the old session. #0...