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

Missing LSB tags and overrides #4388

Open
majid4466 opened this issue Oct 19, 2017 · 1 comment
Open

Missing LSB tags and overrides #4388

majid4466 opened this issue Oct 19, 2017 · 1 comment

Comments

@majid4466
Copy link

Following Redis Quick Start when issuing
sudo update-rc.d redis_6379 defaults
I get the following warning:

insserv: warning: script 'redis_6379' missing LSB tags and overrides

A quick search led me to this answer on Raspberry Pi Stack Exchange. It seems the issue could be corrected fairly easily:

This is just a warning and is not something to worry about, but you can fix it very easily and then you can be Linux Standards Base-compliant (That's what LSB means).

@vovs03
Copy link

vovs03 commented Jan 19, 2018

insserv: warning: script 'redis_6379' missing LSB tags and overrides

Well, I had the same notification, but I try run Redis. And ...

sudo /etc/init.d/redis_6379 start

It's so cool! Server was started. Logs is saved. Db was saved.
After that I created postgres db

sudo docker run -d -v pg-data:/var/lib/postgresql/data --name postgres postgres
Unable to find image 'postgres:latest' locally
latest: Pulling from library/postgres
723254a2c089: Pull complete 
39ec0e6c372c: Pull complete 
ba1542fb91f3: Pull complete 
c7195e642388: Pull complete 
95424deca6a2: Pull complete 
2d7d4b3a4ce2: Pull complete 
fbde41d4a8cc: Pull complete 
880120b92add: Pull complete 
9a217c784089: Pull complete 
d581543fe8e7: Pull complete 
e5eff8940bb0: Pull complete 
462d60a56b09: Pull complete 
135fa6b9c139: Pull complete 
Digest: sha256:3f4441460029e12905a5d447a3549ae2ac13323d045391b0cb0cf8b48ea17463
Status: Downloaded newer image for postgres:latest
78aca92bddf10302f06b78e0c6dd697f73dbc381cef8045ae30880c75636931c

Result:

sudo docker ps
CONTAINER ID        IMAGE               COMMAND                  CREATED             STATUS              PORTS               NAMES
78aca92bddf1        postgres            "docker-entrypoint..."   12 seconds ago      Up 10 seconds       5432/tcp            postgres

And I finish work:

sudo /etc/init.d/redis_6379 stop

P.s. - LinuxMint 18.2

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

2 participants