Code Monkey home page Code Monkey logo

Comments (8)

Myron-S avatar Myron-S commented on July 22, 2024 1

The IP in question is 127.0.0.1. What was noticeable was that the power button LED kept on blinking blue for a lone time on USB drive being plugged in or an eject request from the UI. As soon as Portainer's port was changed from 9000 to 9006 the issue was gone.

Maybe it's different on the EX4100?

from wdpksrc.

scuba-fan avatar scuba-fan commented on July 22, 2024 1

Yea. Solved over a year ago. Lol. Thanks.

from wdpksrc.

Myron-S avatar Myron-S commented on July 22, 2024

Solved by changing all references of -p 9000:9000 to -p 9006:9000. Being a docker newbie I removed the entire container, pulled portainer from DockerHub and ran portainer with the host. Immediate problem solved. The WD Docker app needs modifying

from wdpksrc.

JediNite avatar JediNite commented on July 22, 2024

I've never seen a conflict on port 9000 on my EX4100.

from wdpksrc.

Myron-S avatar Myron-S commented on July 22, 2024

It's there. Try something...... How long does it take the EX4100 to finish getting ready a plugged in USB storage device and then also how long does it take for the USB device to be ejected?

For me both took quite a long time. As soon as I moved Portainer to another port the USB port and the drive gets installed and ejected a lot faster.

from wdpksrc.

JediNite avatar JediNite commented on July 22, 2024

I just plugged in a USB drive I was using on Windows into the NAS and it found it straight away and I could read the contents under "/mnt/USB/USB3_d1". Similarly with unmounting. Try running this (9000 is showing a docker-container binding to the port - portainer) :

root@WDMyCloudEX4100 mnt # netstat -anp | grep 9000
tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      21251/docker-proxy
tcp        0      0 172.17.0.1:58066        172.17.0.2:9000         TIME_WAIT   -
tcp        0      0 127.0.0.1:9000          127.0.0.1:33344         TIME_WAIT   -
tcp        0      0 172.17.0.1:58086        172.17.0.2:9000         TIME_WAIT   -
tcp        0      0 172.17.0.1:58082        172.17.0.2:9000         TIME_WAIT   -
tcp        0      0 172.17.0.1:58078        172.17.0.2:9000         TIME_WAIT   -
tcp        0      0 172.17.0.1:58090        172.17.0.2:9000         TIME_WAIT   -
tcp        0      0 172.17.0.1:58074        172.17.0.2:9000         TIME_WAIT   -
tcp        0      0 172.17.0.1:58096        172.17.0.2:9000         TIME_WAIT   -
tcp        0      0 172.17.0.1:58070        172.17.0.2:9000         TIME_WAIT   -
tcp        0      0 172.17.0.1:58058        172.17.0.2:9000         TIME_WAIT   -
tcp        0      0 172.17.0.1:58062        172.17.0.2:9000         TIME_WAIT   -
tcp        0      0 172.17.0.1:58048        172.17.0.2:9000         TIME_WAIT   -
tcp6       0      0 :::9000                 :::*                    LISTEN      21255/docker-proxy

from wdpksrc.

scuba-fan avatar scuba-fan commented on July 22, 2024

Port 9000 is in use on the PR4100 by Twonkey. Looking for fix, assistance appreciated.

from wdpksrc.

JediNite avatar JediNite commented on July 22, 2024

@scuba-fan,

As posted above by Myron, change the reference in "update_portainer.sh" where the port mapping is done. Myron has changed this from 9000:9000 to 9006:9000, so try something similar.

Cheers,

JediNite

from wdpksrc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.