Rafał Miłecki

Results 156 comments of Rafał Miłecki

@bosd: rebased & added warnings for parsing problems

@bosd: I see you rebased this again, my first thought was you want to merge or approve this. Can I ask if you had a chance to review those changes?

> Will make a separate pr, with the real invoice sample files, to show you the challenge I'm trying to attack. Please do! Waiting for it!

@VA1DER can you submit a pull request, please? It seem you have ready code for that.

@brada4: please provide output of two following commands: ``` uci show ddns | grep service_name ``` ``` cat /usr/share/ddns/default/no-ip.com.json ```

What do you mean my "route"? What does it mean to start / stop route?

Did you verify it's really correct? Like it wasn't one-day problem or something? Their FAQ still specified basic auth: https://www.infomaniak.com/en/support/faq/2376/dyndns-updating-a-dynamic-dns-via-the-api I also get the same response when using each method...

This has been already reported some time ago in LXC forums, see: https://discuss.linuxcontainers.org/t/lxd-success-on-openwrt-privileged-containers-but-problems-with-unprivileged/1729 ("LXD - success on OpenWRT (privileged containers) - but problems with unprivileged"). It was meant to be...

Just to verify it's really about the `default_mounts`, I hacked it with a following change: ```diff diff --git a/src/lxc/conf.c b/src/lxc/conf.c index d691a8b..be23c4d 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -697,7 +697,7...