Page 1 of 1

Docker problem...

Posted: Sat Jul 30, 2016 4:27 am
by OneChance13
Hi,

When I try to run docker on my NAS i get the following error... "docker: /lib/liblzma.so.5: no version information available (required by /usr/local/lib/libsystemd-journal.so.0)".

Could anyone point me in the right direction?

I'd love to get this working.

Cheers.

Re: Docker problem...

Posted: Tue Jun 06, 2017 3:35 pm
by Matt.Steeljaw
I have the same error.

Re: Docker problem...

Posted: Thu Aug 03, 2017 2:20 am
by jeromeb
Hello,

Same issue for me, but the correct issue is that the daemon can't start

# docker info
docker: /lib/liblzma.so.5: no version information available (required by /usr/local/lib/libsystemd-journal.so.0)
Cannot connect to the Docker daemon. Is the docker daemon running on this host?

and

# docker daemon -D
docker: /lib/liblzma.so.5: no version information available (required by /usr/local/lib/libsystemd-journal.so.0)
DEBU[0000] Warning: could not change group /var/run/docker.sock to docker: Group docker not found
DEBU[0000] Server created for HTTP on unix (/var/run/docker.sock)
DEBU[0000] Using default logging driver json-file
DEBU[0000] devicemapper: driver version is 4.26.0
WARN[0000] devmapper: Udev sync is not supported. This will lead to unexpected behavior, data loss and errors. For more information, see https://docs.docker.com/reference/comma ... ver-option
DEBU[0000] devmapper: Generated prefix: docker-0:2-154303849
DEBU[0000] devmapper: Checking for existence of the pool docker-0:2-154303849-pool
DEBU[0000] devmapper: Pool doesn't exist. Creating it.
ERRO[0000] [graphdriver] prior storage driver "devicemapper" failed: devicemapper: Error running deviceCreate (CreatePool) dm_task_run failed
DEBU[0000] Cleaning up old shm/mqueue mounts: start.
FATA[0000] Error starting daemon: error initializing graphdriver: devicemapper: Error running deviceCreate (CreatePool) dm_task_run failed

Maybe some configuration file missing ?

Re: Docker problem...

Posted: Sat Sep 02, 2017 9:36 am
by OrenM
Same here.
Did anyone of you ever sorted this out?

Re: Docker problem...

Posted: Sat Dec 02, 2017 9:16 am
by aenigmainc
Are you running as root? Not Admin.

If I log in as admin i see what you are seeing. But if i log in as root and run the docker commands it all works fine.

Re: Docker problem...

Posted: Thu Dec 07, 2017 5:16 pm
by phithor
Hi, I am having the same issue running as root. will Investigate later on, but I agree sounds like a config file missing.

Re: Docker problem...

Posted: Thu Mar 07, 2019 2:53 pm
by clinton.hall
For anyone seeing this error try running

Code: Select all

export LD_LIBRARY_PATH="/volume1/.@plugins/AppCentral/docker/lib:$LD_LIBRARY_PATH"
before running your docker commands.