Re: [suse-domino] Antwort: Re: [suse-domino] Auto-Starting Domino Server wit h Console Output ? Dieses Mail wurde auf Viren geprüft!

Sascha Siekmann <[email protected]>
Newsgroups gmane.linux.suse.domino
Message-ID <[email protected]>
I don't really see /dev/tty7 in your script:

su - ${DOMINO_USER} -c "cd ${DOMINO_DATA_DIR}; ${DOMINO_BIN_DIR}/server" 
 > /dev/null 2>&1 &

needs to be

su - ${DOMINO_USER} -c "cd ${DOMINO_DATA_DIR}; ${DOMINO_BIN_DIR}/server" 
 > /dev/tty7 >

That works for me. ymmv.

[email protected] wrote:

>
> Hi Sven,
>
> tried that with tty4 - didn't work. Server starts, but no console log 
> on tty4.
>
> Here's the script:
>
> su - ${DOMINO_USER} -c "cd ${DOMINO_DATA_DIR}; 
> ${DOMINO_BIN_DIR}/server" > /dev/null 2>&1 &
>
>
> check the start-script, where the output is redirected and use
> e.g. /dev/tty7 instead of /dev/null.
>
>

-- 
Mit freundlichem Gruß, 
Meilleures salutations,
Kind regards, 


Sascha Siekmann. 

siekmann network consulting 
Internet @ its best.
Rudelsburgstrasse 4
81375 Munich
Germany
fon +49 897435220 
fax +49 8974352299
PGP key: http://www.siekmann.net/ssiekmann.asc 
http://www.domino-hosting.de
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.