On Thu, 2008-02-14 at 10:02 -0300, Ale wrote:
>  I get many <info> lines in the tty1 every time i start NM, the same
> happend if i add NM service at boot time. I don't like all that
> output, with a simple Network manager starting [OK] is enough, which i
> see in the terminal when i manually start the service is ok. 
> What can i do to avoid this?

what's wrong with output?  can you post the output verbatim?  I had a
look at the init script and it doesn't seem to print much.

> The start-stop daemon have the parameter --quiet
> I double check /etc/rc  and the VERBOSE option for this kind of
> services is off
> i tried adding a /dev/null >& at the end of the start-stop daemon
> call, but didn't work.

not quite sure what "/dev/null >&" would do.  I tried this with
net.eth0:
sudo /etc/init.d/net.eth0 restart >/dev/null

and it got rid of all the output.  To be sure, you could add 2>&1
sudo /etc/init.d/net.eth0 restart >/dev/null 2>&1

> Any clues?
> 
> Cheers!

HTH,
-- 
Iain Buchanan <iaindb at netspace dot net dot au>

Advertising Rule:
        In writing a patent-medicine advertisement, first convince the
        reader that he has the disease he is reading about; secondly, 
        that it is curable.

-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to