Michael Stapelberg

Results 237 issues of Michael Stapelberg

Out of curiosity, I figured I’d see what would be necessary to make tv7 work with router7. Running a statically compiled igmpproxy 0.2.1 via breakglass with the following config: ```...

enhancement
help wanted

This would be an amazing feature in situations where you need a mobile link backup, especially when you have unlimited data or at least a reasonable data cap.

enhancement

We could implement a visualization of network activity (e.g. 254 colored squares to represent a /24 network) if we had per-source IP network traffic counters. This would also make it...

enhancement

From my most recent boot: ``` 2020/05/27 21:37:53 listeners.go:141: now listening on 127.0.0.1:80 ``` The time being way off resulted in an update not succeeding: ``` 2018/11/28 07:08:22 unhealthy after...

From the stdout: ``` 2018/12/14 07:28:08 NextPacket: interrupted system call 2018/12/14 10:21:09 NextPacket: interrupted system call ``` When attaching wireshark, I see packets before 10:21 and after 23:13 (when I...

I’d like to run upspinserver via Docker. Could you create an official upspinserver Docker container please? If you need help, let me know and I could take a stab at...

feature

I’m using the exp.upspin.io/filesystem package to make a local file system directory available through upspin, see https://github.com/stapelberg/scan2drive/blob/master/cmd/s2d-up/upspin.go for the complete source. exp.upspin.io/filesystem’s DirServer currently returns upspin.ErrNotSupported upon Watch(). With `cache:...

Testing with commit 6c3d283099fb92e34d387fe1b2407cb5a58c0b47: Reading a file twice so that it comes from cache: ``` $ dd if=/up/[email protected]/debian-8.6.0-amd64-netinst.iso of=/dev/null bs=5M […] $ dd if=/up/[email protected]/debian-8.6.0-amd64-netinst.iso of=/dev/null bs=5M 49+1 records in 49+1...

This is a very very rough first proof of concept implementation of how native RobustIRC support in WeeChat could work. The intention of this commit is to serve as a...

feature