2008/2/14, Iain Buchanan <[EMAIL PROTECTED]>:
>
>
> 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
>
>
This is my tty1 after i start Networkmanager (not net.eth0, which are
different services) and connect to a wireless network. The same happend when
i bootup my system. I need my tty's to work and plus all thi info is odd and
useless

NetworkManager: <info>    address 192.168.0.112

NetworkManager: <info>    netmask 255.255.255.0

NetworkManager: <info>    broadcast 192.168.0.255

NetworkManager: <info>    gateway 192.168.0.1

NetworkManager: <info>    nameserver 192.168.0.1

NetworkManager: <info>    hostname 'gentoo'

NetworkManager: <info>  Activation (eth1) Stage 5 of 5 (IP Configure Commit)
scheduled...

NetworkManager: <info>  Activation (eth1) Stage 4 of 5 (IP Configure Get)
complete.

NetworkManager: <info>  Activation (eth1) Stage 5 of 5 (IP Configure Commit)
started...

NetworkManager: <info>  Setting hostname to 'gentoo'

NetworkManager: <info>  Activation (eth1) successful, device activated.

NetworkManager: <info>  Activation (eth1) Finish handler scheduled.

NetworkManager: <info>  Activation (eth1) Stage 5 of 5 (IP Configure Commit)
complete.

Cheers, and thank for help us!

Reply via email to