Everything posted by Bartist
-
[Support] kru-x - wordpress
Hello everyone. I'm probably just being thick but how do I upgrade the WP version in this container? Normally in every other docker container I am running, the version of whatever is in it is getting upgraded with the new version of the image. But here I found out that even if I have the repository set to latest, the WP version stays the same after the container is upgraded. I was trying to search the Internet but I am failing to find the answer. What am I doing wrong? Thank you.
-
Wake on Lan for Virtual Machines for 6.1+
Thank you, it works ok again!
-
Wake on Lan for Virtual Machines for 6.1+
Hello @dmacias How are you? Hope you are doing well. I started having issues with WOL plugin recently - it just won't start. I tried enabling/disabling from the VM Manager settings page, I tried re-installing the plugin as well as python2 in nerdpack, The daemon is not running. When trying to manually trigger start/stop scripts there are no errors thrown. When trying "python /usr/local/emhttp/plugins/libvirtwol/scripts/libvirtwol.py br0" I am getting "GLIBC_2.33 not found, required by /usr/lib64/libpython2.7.so.1.0". I suspect an update for python in Nerdpack might have happened which triggered this (I should have probably followed the "don't touch it if aint broken" approach..., I might have accidently updated python but I can't remember if that is the case). Would you be able to advise me please? Thank you.
-
[Plugin] rclone
I'd ask in the official rclone forums. Think you'll get better help to your problem there. I sorted it out. I ditched the FTP remote approach. Instead I locally mounted SMB share and checking size-only - "rclone sync <smb mount> <local folder> --size-only --transfers 1 --checkers 1" Works like a charm.
-
[Plugin] rclone
Hello guys. I seem to be facing a strange issue. I tried to search for similar thing in this thread but I failed so I hope I am not repeating the question. I configured my first ftp remote, set the concurrency limitation to 1 (I need to use strict limitation for one file at once in this case) and when I try to sync content from it to my local share, it always does one random file and it hangs. Like it was waiting fro something. When I run the command with -P switch, I see exactly this - one file looks to be done, rest in the pipeline is not moving, ETA growing, average speed decreasing and current transfer stays 0. Also, Transferred counter is not growing --> thus why I think that it is actually waiting for the previous transfer to be completed while it has been already. Any ideas? Your help would be very much appreciated. Please see the picture below: This issue is not visible when using SMB - a.k.a. mounting the share and then using sync between two files without any remote. Thank you.