Domino Linux startup script – Addon
on December 11th, 2008
Leave a Comment
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?
- Login to your linux machine
- In console type visudo and press enter
- Edit the file by pressing either i or a vi command
- Go to the end of the file and add above mentioned line
- Save the file using :wq
Categories: Tech stuff
Leave a Reply