favonia

Results 473 comments of favonia

@massijay It seems setting up LXC would take some efforts... does the 3-line program still crash even without LXC? @fendle Are you also using LXC?

@massijay Thank you for the data point. I don't think it's possible to gracefully handle this kind of errors inside the DDNS updater. It's a system-level bug that needs to...

@fendle @este1561997 I am changing the issue title, assuming that Linux containers are part of the combination to trigger the bug. If that's the cause, for the time being, please...

@massijay @este1561997 I could not trigger the bug with _only_ LXC. It seems I can do capabilities just fine with only LXC. Can you confirm that you are using Docker...

Solution after 1.13.0: the updater no longer uses the `cap` library. Use Docker's built-in mechanism to limit superuser privileges.

@massijay @este1561997 To clarify, the solution (removing `cap` completely) to this issue can benefit from an update to your configuration, and I am on the [mission to eliminate the old...

@skarekrow Are you still interested in updating this PR? Please let me know. Another relevant issue is #952 where I'm relicensing this project under Apache 2.0 _with LLVM exceptions,_ and...

@jacobbednarz I will have time working on this after finishing up #797. Sorry about the loooooong delay!

@jacobbednarz I'm just writing down my own notes for my self. There's no new information. ## Observed Improvements of the New SDK - It offers significantly better error handling: a...

The Go standard library does not provide an easy way to specify the interface for the current detection algorithm. :upside_down_face: