JediNite

Results 29 comments of JediNite

@mrbscott. Check the contents of the following : ``` root@WDMyCloudEX4100 docker-20.10.7 # pwd /mnt/HD/HD_a2/Nas_Prog/docker/docker root@WDMyCloudEX4100 docker-20.10.7 # ls -al drwxr-xr-x 2 root root 4096 Jun 13 15:59 . drwxrwxrwx 8...

stefaang, I just read your comment in https://github.com/hashashin/mycloudapps/issues/1. I just checked on the EX4100 and found the following : ``` root@WDMyCloudEX4100 xml # pwd /var/www/xml root@WDMyCloudEX4100 xml # df -k...

@ISQman, Why not use something like what is mentioned in https://unix.stackexchange.com/questions/344903/how-to-force-user-in-ssh-config-file to override the user that is logged into on the destination rather than updating how the "$2" variable works....

The dockerd process throws a segmentation fault on the new releases higher than 19.03.8 every time it is called (dockerd -version for example) and this happens with both a compiled...

@gabrielitos87, I got as far as you did with diagnosing it with strace as well. I also tried "gdb", but not an expert in it and not sure it works...

@gabrielitos87 Good work in tracking that down. I copied to binaries over to my EX4100 from your dropbox and tried to run "dockerd -v" as well and it works. I...

@gabrielitos87, If you go back and have a look at https://github.com/WDCommunity/wdpksrc/blob/f6ef810c78a75fbb94541e5df4395a104ecf8655/wdpk/docker/install.sh I used to host the bundled binaries I used to build for EX4100 on another Github Repo. You could...

@gabrielitos87, I've updated the old Github repo I had with details based on your findings and a new build procedure and script along with a copy of the binaries. Check...

Hi all, Commit https://github.com/WDCommunity/wdpksrc/commit/9726307cad2599292e61b37836634929355b4540 should now address this issue. Cheers, JediNite

> The flag --add-host host.docker.internal:host-gateway is accepted, so the version is confirmed! It should also be possible to run "docker version", "docker --version" and "dockerd -v" and all of these...