An error has come to my attention. Linux startup script for domino does not work by default. Instead it returns an error in a form of: “tty is disabled during system start up”.

What you can do, if you have sufficient rights (otherwise, ask your admin to do it), is to add the following line into sudoers file:

Defaults:your_notes_user !requiretty

Replace your_notes_user with username that can run notes, save it and that is it.

How do you do that?

  1. Login to your linux machine
  2. In console type visudo and press enter
  3. Edit the file by pressing either i or a vi command
  4. Go to the end of the file and add above mentioned line
  5. Save the file using :wq