yearski

Results 13 comments of yearski

I think the root issue to be addressed is that lxc-copy can fail without useable log output. For example: ``` /var/lib/lxc % lxc-copy -n archlinux-base -N www -B overlayfs -s...

@kloczek You might also check to see if the snapshot was created somewhere unexpected. I found this in Stéphane's blog [https://stgraber.org/2013/12/27/lxc-1-0-container-storage/](url). It's a bit old so may not still apply,...

Another example of a silent failure that I think should log at a level higher than INFO: ``` lxc-copy: archlinux-base: lxccontainer.c: do_lxcapi_clone: 3785 error: Original container (archlinux-base) is running. Use...

I ran into a similar `module 'luci.model.ipkg' not found` error. Mine was for luci-ddns, not luci-wrtbwmon, so it may be completely unrelated. My issue was that I use USB storage...

A simple HTTP method would also cover internet.bs DNS through their [registrar API](https://internetbs.net/internet-bs-api.pdf). This would need a POST with a template string. I understand "it's not always as easy as..."...

The 2u_inner layout is incorrect now, it is swapped with the default. I'd still suggest my PR over the qmk ASCII art. The qmk ASCII art represents the electrical matrix...

Is this the same issue as #4405 resolved by #4421? I verified that my two examples are resolved. I suspect the silent "is running" error was at fault for OP...

> Hi, I'm just curious because I've been using Bromite daily on my Pixel 7 with no issues. Are there any additional steps to cause this issue? Mine was working...

https://github.com/Edddy/jQueryCalculadora/pull/6/commits/1159b85321d31074d1bd499b61060043ddce7102: calculator operations don't work when starting with 0. It also seems that the previous changes to '=' key disabled it. change to event key instead of code.

This is virtually the same pull request as #7.