LexxM3
LexxM3
There is an obscure bug in the script: 'podman ps -all' is not valid, it needs to be either 'podman ps -a' or 'podman ps --all'. As is (-all), the...
I don't know if it's a real trigger or not, but lack of any attention to this and many other open issues from the devs obliterates any possibility of trust....
**Experiment:** I've simplified the samba.sh script for myself by moving the container networking setup to its own on_boot script. I've then tried to set up an alternate container mostly as...
Made progress and I am now able to connect. It seems samba.sh (and @jekhokie's iperf3-server instructions per above) as it currently stands has an assumed undocumented dependency on something in...
> Since @ddominet doesn't own his UDM-Pro anymore, I've created a fork with a cleaned up script, user authentication and updated documentation: [thealpa/UDMPRO-samba](https://github.com/thealpa/UDMPRO-samba) Awesome setup, much cleaner, thank you! Going...
> Please share `topology.xml` obtained by command `xmrig.exe --export-topology`. It will allow me to simulate auto config on your CPU without physical access to it. Attached is the requested topology.xml...
> > but after about 1 minute, reverts to only running on the 8 high efficiency cores. > > This is Windows doing "optimizations". `--threads` doesn't set affinity, so Windows...
> Currently auto config generates 14 threads and looks like `"rx": [0, 2, 4, 6, 8, 10, 12, 13, 14, 15, 16, 17, 18, 19],` this is not optimal as...
> Just run XMRig with config.json generated by the Wizard, and XMRig will create this section. Then you can edit it. I've run xmrig many times now, it has never...
> You have to run it without command line parameters, or it will ignore config.json Ok, thanks!!! config.json now makes sense! Here is what I observe now, running xmrig fully...