Giter VIP home page Giter VIP logo

Comments (2)

 avatar commented on June 21, 2024

Hmm I haven't touched my setup in a while, but I remember that unRAID usually shows up when the container is starting and CrashPlan isn't fully up and running yet. Here are a couple things to check, and hopefully we'll turn up something helpful:

  1. Is this a new setup or did you have something working that broke? @apaloma raised a good point in #12, where custom settings can be lost. I need to take some time and get that settings file moved, likely to /usr/local/etc/crashplan. And bump the docker image up to the most recent CrashPlan install while I'm at it, make sure it doesn't break stuff... :)

  2. Do you see any helpful error messages in the most recently updated log file? ls -rtl /config/log from within the container. service.log.0 is a good place to check, along with the most recent upgrade*.log file. That may help identify a problem that popped up during a version upgrade or service startup.

Let me know how it goes!

from crashplan-docker-synology.

apaloma avatar apaloma commented on June 21, 2024

I noticed in the docker container, at the end of /etc/my_init.d/config.sh, there's these lines

NETIF=`ip route list | grep "^default via" | awk '{ print $NF }'`
IP=`ifconfig ${NETIF} | grep "inet addr:" | cut -d: -f2 | awk '{ print $1 }'`
echo "4243,unRAID" > /config/id/.ui_info
sed -i -e "s|0.0.0.0|${IP}|" /config/id/.ui_info

I commented these out because it would stomp the identity each time the container restarted, and the IP part didn't work anyways. Not sure what the intent was with this.

from crashplan-docker-synology.

Related Issues (11)

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.