Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crashplan must re-adopt machine every time docker container is started #41

Open
bennytheshap opened this issue Sep 6, 2015 · 8 comments

Comments

@bennytheshap
Copy link

No matter what I try, crashplan gets logged out every time I re-start it via docker.

This is reflected in an error message in the client that says "Logged out by authority - Invalid application state" (see screenshot).

Am I doing something wrong?

I am starting docker with the following command line:
docker run -h ${HOSTNAME} --name=crashplan -v /mnt/ssd/storage/crashplan/config:/config -v /mnt/ssd/storage/crashplan/var/lib/crashplan:/var/lib/crashplan -v /mnt/biggun:/data -v /etc/localtime:/etc/localtime:ro -p 4242:4242 -p 4243:4243 gfjardim/crashplan

screen shot 2015-09-06 at 5 13 54 pm

@gfjardim
Copy link
Owner

gfjardim commented Sep 7, 2015

You shouldn't map any volumes to /var/lib/crashplan. The container create a symlink there, and stores the identity on /config/id '

@bennytheshap
Copy link
Author

Thanks. I’ll try that.

Do you know of any way to keep the daemon from changing the .ui_info file each time it starts?

On Sep 7, 2015, at 5:44 PM, gfjardim [email protected] wrote:

You shouldn't map any volumes to /var/lib/crashplan. The container create a symlink there, and stores the identity on /config/id '


Reply to this email directly or view it on GitHub #41 (comment).

@gfjardim
Copy link
Owner

gfjardim commented Sep 8, 2015

No, I tried and failed there.

@bennytheshap
Copy link
Author

Bummer. Thanks.

On Sep 8, 2015, at 1:26 PM, gfjardim [email protected] wrote:

No, I tried and failed there.


Reply to this email directly or view it on GitHub #41 (comment).

@nunofgs
Copy link

nunofgs commented Sep 28, 2015

FWIW I'm having the same issue with my own crashplan Dockerfile. Haven't solved it yet. Would love a solution.

@haysclark
Copy link

@bennytheshap Try using this line (with the :rw when starting the container:

-v /mnt/ssd/storage/crashplan/config:/config:rw

@kendokan
Copy link

kendokan commented Feb 23, 2017

Having the same issue, and my config directory is mounted RW on host storage.

@danjng
Copy link

danjng commented Jun 22, 2017

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants