Docker problem...

Docker containers wrap a piece of software in a complete filesystem that contains everything needed to run: code, runtime, system tools, system libraries – anything that can be installed on a server. This guarantees that the software will always run the same, regardless of its environment.

Moderator: Lillian.W@AST

Post Reply
OneChance13
Posts: 10
youtube meble na wymiar Warszawa
Joined: Sat Apr 26, 2014 6:46 pm

Docker problem...

Post 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.
Matt.Steeljaw
Posts: 35
Joined: Mon Oct 14, 2013 6:59 pm

Re: Docker problem...

Post by Matt.Steeljaw »

I have the same error.
jeromeb
Posts: 17
Joined: Sun Sep 01, 2013 8:48 pm
Location: Paris / France

Re: Docker problem...

Post 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 ?
-----------------------------------------
AS-604t user
-----------------------------------------
OrenM
Posts: 3
Joined: Thu May 30, 2013 6:45 pm

Re: Docker problem...

Post by OrenM »

Same here.
Did anyone of you ever sorted this out?
aenigmainc
Posts: 38
Joined: Wed Jul 16, 2014 1:16 am

Re: Docker problem...

Post 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.
phithor
Posts: 2
Joined: Fri Jun 17, 2016 2:23 pm

Re: Docker problem...

Post 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.
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: Docker problem...

Post 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.
AS-604T
3 x ST4000DM0000 (Seagate 4TB) in Raid5
2 GB RAM expansion
AS-302T

Apps (user)
NZBGet - CouchPotato - SickBeard - Git - Python

Apps (maintainer):
NZBGet - BitTorrent Sync - Mylar - LazyLibrarian - Gamez
-Maintenance of Apps acquired from JohhnyFive since ADM2.0:
SABnzbd - CouchPotato - SickBeard - HeadPhones - Subsonic

About Me: http://fockwulf.wix.com/index
Post Reply

Return to “Docker”