Questions tagged [lsb]

23 questions
1
vote
1 answer

LSB Script: how do i know if something goes wrong?

How do I know if a LSB script fails to load or where do I check the log of the lsbs scripts? I added two scripts with the following command: update-rc.d scriptname defaults And just one launches the things I need. It does not seem to be a script…
ianaz
  • 113
  • 3
1
vote
1 answer

Question regarding Linux LSB init script directives

I'm making some init scripts to start some system services that require other services to have started in order to start successfully. For instance, one service requires that xenstored be running before it can start. If I understand correctly, LSB…
Tim Post
  • 1,515
  • 13
  • 25
1
vote
2 answers

Is LSB's init script function "start_daemon" really used for real daemons or should I stick to start-stop-daemon?

In the context of init scripts, according to the LSB specification, "Each conforming init script shall execute the commands in the file /lib/lsb/init-function", which then defines a couple of functions to be used when using daemons. One of those…
Fred
  • 303
  • 1
  • 4
  • 7
0
votes
1 answer

Unit apache2.service has begun starting up

I upgraded from debian 7 to 8 (yeah - quite late) and so from apache2.4 to 2.4, before i go for debian 9 I need some help for this issue: when I start apache I get this: Nov 14 15:20:32 srv087 apache2[27920]: Starting web server: apache2 failed! Nov…
SeeSack
  • 1
  • 1
0
votes
2 answers

LSB confirm startup script won't start apache tomcat on ubuntu

I want to start my tomcat server automatically on startup. Therefore I retrieved a simple LSB conform script from the net and modified it to my needs. This is the script: # Provide logging functions like log_success_msg, log_failure_msg and…
toom
  • 187
  • 1
  • 4
  • 11
0
votes
2 answers

Debian - error while loading shared libraries

i have an problem with script DocToText from Silvercoders.com on my 64bit Debian Squeeze. It works properly on another 32bit machine, but on this i have still problem with some .so module. # file /bin/bash /bin/bash: ELF 64-bit LSB executable,…
0
votes
1 answer

Workaround for starting zabbix agent on Ubuntu. update-rc.d LSB mismatch

I am trying to run the zabbix-agent (1.8.1) on boot on Ubuntu (lucid 10.04). Zabbix is installed just fine, and it manually starts just fine with /etc/init.d/zabbix-agent start However it doesn't start on boot, because when I run: sudo update-rc.d…
bryan kennedy
  • 1,641
  • 3
  • 16
  • 31
0
votes
1 answer

Conflict with Debian version

On a server I set up a few years ago, typing cat /etc/lsb-release gives me the following result: DISTRIB_RELEASE=7 DISTRIB_CODENAME= DISTRIB_DESCRIPTION= And lsb_release -a displays: Distributor ID: Debian Description: Debian GNU/Linux 9.13…
1
2