Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] Serv Default-Start contains no runlevels, aborting

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
mauric
Posts: 43
Joined: 2017-07-25 08:50

[Solved] Serv Default-Start contains no runlevels, aborting

#1 Post by mauric »

Hello
Please i dont know why this starup Systemctl script make me some errors

root@SrvCal001:/lib/systemd/system# cat domino.service
[Unit]
Description=IBM Domino Server
Documentation=http://www-947.ibm.com/support/entry/po ... /ibm_notes
After=syslog.target network.target

[Service]
Type=simple
User=notes
LimitNOFILE=60000
ExecStart=/opt/ibm/domino/bin/domino_script start
ExecStop=/opt/ibm/domino/bin/domino_script stop
TimeoutSec=300
KillMode=process
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target

root@SrvCal001:/lib/systemd/system# systemctl enable domino.service
Synchronizing state of domino.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable domino
update-rc.d: error: domino Default-Start contains no runlevels, aborting.

root@SrvCal001:/lib/systemd/system# /lib/systemd/systemd-sysv-install enable domino.service
update-rc.d: error: domino.service Default-Start contains no runlevels, aborting.

thanks for any possible help
Last edited by mauric on 2018-05-22 19:14, edited 1 time in total.

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: Service Default-Start contains no runlevels, aborting

#2 Post by p.H »

Is there a domino initscript in /etc/init.d/ ? What does its LSB header contain ?

mauric
Posts: 43
Joined: 2017-07-25 08:50

Re: Service Default-Start contains no runlevels, aborting

#3 Post by mauric »

no from L-Domino arn't nothing there ..... alot of example you will become from IBM.

But now, if i made "systemclt Status Domino" the Service write back "Active"
but the Server Service arnt running.... are still down.

please what possibiliti i have to track here more accurate.
systemctl Status -L Servicename give me not more Information possible it will write any Error but in don't see this Details.

thanks

mauric
Posts: 43
Joined: 2017-07-25 08:50

[Done] Re: Service Default-Start contains no runlevels, abor

#4 Post by mauric »

Hello

After deleting all me Scripts and recreate this, now the Startup Service running perfect!
thanks

Post Reply