jlesage / docker-crashplan-pro

Docker container for CrashPlan PRO (aka CrashPlan for Small Business)
290 stars 39 forks source link

Crashes when managing files #405

Open aaronw2 opened 1 year ago

aaronw2 commented 1 year ago

When I attempt to manage files in a directory with a fair number of files Crashplan crashes.

I am using the following settings for Crashplan for my OpenSUSE 15.4 setup:

docker run --privileged --group-add 100 \ -e USER_ID=500 -e GROUP_ID=2000 -e SUB_GROUP_IDS=100 \ -e APP_NICENESS=10 -e INSTALL_PACKAGES=bash -e DARK_MODE=1 \ -e CRASHPLAN_SRV_MAX_MEM=16384M \ --name=crashplan-pro \ -p 5800:5800 \ -v /docker/appdata/crashplan-pro:/config:rw \ -v /backup:/backup:rw \ -v /home:/home:rw \ -v /work:/work:rw \ -v /etc:/flash/etc:ro \ -v /var:/flash/var:ro \ -v /video:/video:rw \ -v /fast2:/fast2:rw \ jlesage/crashplan-pro

Note that my main UID is 500 and GID is 100, not 1000.

When I go to my main backup set and go to select files and click home/aaronw it quickly crashes and I am unable to select files for backing up.

I also have a Ubuntu 22.04 VM with Crashplan installed which I used prior to Docker. When I migrate back to the Ubuntu Crashplan VM this works fine.

jlesage commented 1 year ago

Are you using the latest version of the image ?

aaronw2 commented 1 year ago

I was using the latest version at the time. I can try it again next week since I will be out of town. In the meantime I'm running an Ubuntu VM running Crashplan.