Gabriel Euzet
Gabriel Euzet
Waiting for your work, this is the user patches which activates quotas. Big copy/paste from `setup-stack.sh`. ~~~shell echo 'user-patches.sh starting...' source /usr/local/bin/helpers/index.sh _log 'debug' 'Setting up Dovecot quota' if [[...
Hi. Same need. 2 interfaces with different networks. My switch complains than IP's of network1 appears on the network2 interface (and vice versa). Regards
Same problem. Tested with the develop branch. My kernel : Linux xxxxxx 5.10.0-22-arm64 #1 SMP Debian 5.10.178-3 (2023-04-22) aarch64 GNU/Linux sudo pigpiod **-a1** -g ``` 2023-05-19 18:32:46 initAllocDMAMem: dmaIBus[1059]=E286A000 2023-05-19...
I used gdb to trace the failure of the _pigpiod_ command with arguments _-a1 -t0 -g_ : ``` Program received signal SIGSEGV, Segmentation fault. 0x0000fffff7eeb46c in initPWM (bits=10) at pigpio.c:7901...
I created a PR and don't know how to attach it to this issue. Sorry.
Not the same from inside : ``` $ curl --trace - -4 -k --ssl-reqd https://[my host name].fbxos.fr:[my admin port] == Info: Trying [my IP address]:[my admin port]... == Info: TCP_NODELAY...
More analog styles please 🙏 Difficult to read time with these big digits 😱
Thank you for this great feature !!! :-D My 50 cents, for qbittorrent container: `VPN_PORT_FORWARDING_UP_COMMAND=wget -qO - --post-data "json={\"listen_port\":{{PORTS}}}" http://127.0.0.1:${QBITTORRENT_UI_PORT}/api/v2/app/setPreferences` Prerequisites: Whitelist localhost connection in qbittorent options. Have environment variable...
Thank you @ramennbowls for your improvements ! :-) The lack of logging made me not see the error you pointed out. To see output not in "ERROR" category I had...