n3IVI0

Members
  • Posts

    57
  • Joined

  • Last visited

Posts posted by n3IVI0

  1. I switched to Hurricane Hernandez's Dropbox docker image, and it's working great. No error messages. Files are syncing. The only thing that would improve it would be some kind of interface, either command line or GUI, to see what the Dropbox daemon is doing.

  2. The command fixed the lack of templates. The error disappears. Then, when I "Check Updates", I'm right back to "Not Available" under versions, and the templates have disappeared. So, I go through the list, Edit each template and hit save, which forces an update. Then I'm back to "Up to Date" again. However, no matter how many times I run the command now, the templates will not update. The error message has remained gone. So to sum:

     

    1) The command works once, and templates will update.

    2) If you check updates, then the templates are erased.

    3) Templates then revert to "Not Available".

    4) You have to manually update them one at a time by entering Settings and clicking Save.

    5) After this, the CLI command completes, but templates will not refresh.

    6) The original error message remains gone.

     

    There is nothing of note in the log, other than multiple lines indicating my server has become promiscuous, which I confess, makes me snicker every time. :D

  3. Thank you. That caused my containers to show updated. I still cannot save any template repos. When I try, it flashes that same error message above "#012Warning: unlink(/tmp/tmp-2066361256.tar.gz): No such file or directory in /usr/local/emhttp/plugins/dynamix.docker.manager/dockerClient.php on line 157". It is trying, and failing, to download something, and so the template list can't update itself. I'm trying to use gfjardim's repo.

  4. # Generated settings:

    USE_DHCP="no"

    IPADDR="192.168.0.1"

    NETMASK="255.255.255.0"

    GATEWAY="192.168.0.x" --> router address

    DHCP_KEEPRESOLV="no"

    DNS_SERVER1="192.168.0.x" --> router address

    DNS_SERVER2=""

    DNS_SERVER3=""

    BONDING="no"

    BONDING_MODE="1"

    BRIDGING="no"

    BRNAME="br0"

    BRSTP="yes"

     

    Changing the IP address isn't working. Must have been a fluke. I can't get templates to download without that error, and all my Docker images are showing "Not available" under version, so I can't check for updates.

     

    Setting to DHCP on the server and allowing it to pull from the router doesn't help, and neither does setting it to static.

  5. just map it to other port:

     

    wZzYxPh.png

     

    I have the same problem, and I tried that, but you can see in the log that it is hardcoded to be port 8000. Even if you map a different one, the log indicates "Starting builtin webserver: 0.0.0.0:8000" and it will not load the webgui. The same for owncloud. Both have port 8000 hardcoded into the docker image. We need a change in one or both of these docker images that will allow us to modify the port for the webgui. Otherwise, you can't use both dockers at the same time.

     

    Also, what is the default username/password for pyload?

     

    Thank you!