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

install service with missing LSB information #142

Closed
bingjie2680 opened this issue Aug 31, 2011 · 8 comments
Closed

install service with missing LSB information #142

bingjie2680 opened this issue Aug 31, 2011 · 8 comments
Labels

Comments

@bingjie2680
Copy link

Hi ,

I am using debian 5.0 web server and I followed the step here to install the service.:
https://github.com/Pita/etherpad-lite/wiki/How-to-deploy-Etherpad-Lite-as-a-service

but when I get to the last command: update-rc.d etherpad-lite default ,

I get a message saying: /etc/init.d/etherpad-lite missing LSB information. and I reboot the server, the ehterpad lite is not started.

does anybody know what may be the issues?

@JohnMcLear
Copy link
Member

Use a . not a ,

@bingjie2680
Copy link
Author

Hi thanks for your quick respone. if you are talking about the comma after 'default', then I am sorry, because that comma is only used in here for a break, my command in the shell is update-rc.d etherpad-lite default
hope this is clear.

@bingjie2680
Copy link
Author

so I solved the LSB error reporting by removing double qoutes from the variable like this,
from:

PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/node/bin"
LOGFILE="/var/log/etherpad-lite/etherpad-lite.log"
EPLITE_DIR="/usr/share/etherpad-lite"
EPLITE_BIN="bin/safeRun.sh"

to

PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/node/bin
LOGFILE=/var/log/etherpad-lite/etherpad-lite.log
EPLITE_DIR=/usr/share/etherpad-lite
EPLITE_BIN=bin/safeRun.sh

but even thought this issue is solved, I still can not start the service by runing command

/etc/init.d/etherpad-lite start

when I run this command, there is no error, but when I open the browser and access 127.0.0.1:9001, it just does not work.
when I try to stop the service, the error says " /etc/init.d/etherpad-lite: line 40: kill: (15994) - No such process "

do you guys may be have some ideas? I really don't know any code in /etc/init.d/etherpad-lite, please kindly help me, thank you very much.

by the way, if I directly run bin/run.sh then it works perfectly.

@Pita
Copy link
Contributor

Pita commented Nov 12, 2011

Look into the logfile please

@JohnMcLear
Copy link
Member

Last update August the 31st, gonna close this issue in a week, will ping the author.

@Pita
Copy link
Contributor

Pita commented Nov 14, 2011

@johnyma22 Maybe we should add a issue categorie called question or support

@bingjie2680
Copy link
Author

I have later installed ubuntu instead. :)

@Pita
Copy link
Contributor

Pita commented Nov 15, 2011

ok, I close this now

@Pita Pita closed this as completed Nov 15, 2011
muxator added a commit that referenced this issue Dec 18, 2019
This fixes some security vulnerabilites, among them an arbitrary file overwrite.


The output of `npm audit` goes from this:
  found 17 vulnerabilities (15 low, 2 high) in 13344 scanned packages
    run `npm audit fix` to fix 6 of them.
    1 vulnerability requires semver-major dependency updates.
    10 vulnerabilities require manual review. See the full report for details.

To this:
  found 5 vulnerabilities (3 low, 2 high) in 13370 scanned packages
    1 vulnerability requires semver-major dependency updates.
    4 vulnerabilities require manual review. See the full report for details.


Changelog:
- https://github.com/npm/cli/releases


6.13.4 (2019-12-11)
    BUGFIXES
    320ac9aee npm/bin-links#12 npm/gentle-fs#7 Do not remove global bin/man links inappropriately (@isaacs)

    DEPENDENCIES
    52fd21061 gentle-fs@2.3.0 (@isaacs)
    d06f5c0b0 bin-links@1.1.6 (@isaacs)

6.13.3 (2019-12-09)
    DEPENDENCIES
    19ce061a2 bin-links@1.1.5 Properly normalize, sanitize, and verify bin entries in package.json.
    59c836aae npm-packlist@1.4.7
    fb4ecd7d2 pacote@9.5.11
        5f33040 #476 npm/pacote#22 npm/pacote#14 fix: Do not drop perms in git when not root (isaacs, @darcyclarke)
        6f229f7 sanitize and normalize package bin field (isaacs)
    1743cb339 read-package-json@2.1.1

6.13.2 (2019-12-03)
    BUG FIXES
    4429645b3 #546 fix docs target typo (@richardlau)
    867642942 #142 fix(packageRelativePath): fix 'where' for file deps (@larsgw)
    d480f2c17 #527 Revert "windows: Add preliminary WSL support for npm and npx" (@craigloewen-msft)
    e4b97962e #504 remove unnecessary package.json read when reading shrinkwrap (@Lighting-Jack)
    1c65d26ac #501 fix(fund): open url for string shorthand (@ruyadorno)
    ae7afe565 #263 Don't log error message if git tagging is disabled (@woppa684)
    4c1b16f6a #182 Warn the user that it is uninstalling npm-install (@Hoidberg)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants