
11 Jan
2007
11 Jan
'07
7:32 p.m.
On 11-01-2007 19:26:59 +0100, Romulo Goncalves wrote:
I run:
mserver5 --daemon=yes
I close it and I run
mserver --daemon=no
I do not see any differences, with the first command it should run in background, right?
No. daemon mode in MonetDB means it only doesn't read from stdin. Hence you should see no prompt, and it should not respond to any commands you give it. (ctrl-c of course works, because that's a signal, and handled differently) If you want to make MonetDB a bit more quiet, then set monet_welcome (or something similar) to "no".