<div dir="ltr">Hi Ben,<div><br></div><div>If you read init(8), you'll see that if you run init as a root user (without specifying '--user'), init will re-exec itself and run *telinit*. If you then read telinit(8) or run 'telinit --help' you'll see that it has no '--no-log' option.</div>
<div><br></div><div>Further, you cannot run a second instance of init anyway. To do what you want, you need to add '--no-log' to the kernel command-line set by your bootloader and used by PID 1. An example of how you can do this temporarily is shown in the Cookbook:</div>
<div><br></div><div><a href="http://upstart.ubuntu.com/cookbook/#add-verbose-or-debug-to-the-kernel-command-line">http://upstart.ubuntu.com/cookbook/#add-verbose-or-debug-to-the-kernel-command-line</a><br></div><div><br></div>
<div>If you want to make such a change permanent and you are running Debian or Ubuntu, modify GRUB_CMDLINE_LINUX in /etc/default/grub and then run 'sudo update-grub'.</div><div><br></div><div class="gmail_extra"><br>
<div class="gmail_quote">2014-05-15 16:34 GMT+01:00 Ben Diamant <span dir="ltr"><<a href="mailto:bend@checkpoint.com" target="_blank">bend@checkpoint.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal">Hey,<u></u><u></u></p>
<p class="MsoNormal">I want upstart processes to stop logging to /var/log/upstart/<u></u><u></u></p>
<p class="MsoNormal">But the no log option does not work, I’m on Ubuntu 12.04.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><img width="325" height="47" src="cid:image001.png@01CF706C.4802B6B0"><u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">What’s wrong?<u></u><u></u></p>
</div>
</div>
<br>--<br>
upstart-devel mailing list<br>
<a href="mailto:upstart-devel@lists.ubuntu.com">upstart-devel@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/upstart-devel" target="_blank">https://lists.ubuntu.com/mailman/listinfo/upstart-devel</a><br>
<br></blockquote></div><br><div><br></div><div dir="ltr">Kind regards,<br><br>James.<br>--<br>James Hunt<br>____________________________________<br>#upstart on freenode<br><a href="http://upstart.ubuntu.com/cookbook" target="_blank">http://upstart.ubuntu.com/cookbook</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/upstart-devel" target="_blank">https://lists.ubuntu.com/mailman/listinfo/upstart-devel</a><br></div>
</div></div>