Re: [gentoo-user] How to avoid NetworkManager logs in terminals

2008-02-19 Thread Iain Buchanan
On Tue, 2008-02-19 at 12:03 -0300, Ale wrote: > 2008/2/18, Iain Buchanan <[EMAIL PROTECTED]>: > > Sounds like NetworkManager is using syslog() to write to the log file, > > and you have syslog set up to notify you. This usually happens by > > printing messages to console 1! NetworkManager seems

Re: [gentoo-user] How to avoid NetworkManager logs in terminals

2008-02-19 Thread Ale
2008/2/18, Iain Buchanan <[EMAIL PROTECTED]>: > > > On Sun, 2008-02-17 at 18:08 -0200, Alejandro Bednarik wrote: > > > > > > 2008/2/16, Iain Buchanan <[EMAIL PROTECTED]>: > > > try adding > > >/dev/null 2>&1 > > to the end of it. > > > Hi! > > about sudo /etc/init.d/net.eth0

Re: [gentoo-user] How to avoid NetworkManager logs in terminals

2008-02-17 Thread Iain Buchanan
On Sun, 2008-02-17 at 18:08 -0200, Alejandro Bednarik wrote: > > > 2008/2/16, Iain Buchanan <[EMAIL PROTECTED]>: > try adding > >/dev/null 2>&1 > to the end of it. > Hi! > about sudo /etc/init.d/net.eth0 restart >/dev/null 2>&1 I tried this > before send this email, but

Re: [gentoo-user] How to avoid NetworkManager logs in terminals

2008-02-17 Thread Alejandro Bednarik
2008/2/16, Iain Buchanan <[EMAIL PROTECTED]>: > > > On Fri, 2008-02-15 at 13:13 -0200, Alejandro Bednarik wrote: > > 2008/2/14, Iain Buchanan <[EMAIL PROTECTED]>: > > [snip] > > > > > The start-stop daemon have the parameter --quiet > > > > I double check /etc/rc and the VERBOSE option for this ki

Re: [gentoo-user] How to avoid NetworkManager logs in terminals

2008-02-16 Thread Iain Buchanan
On Fri, 2008-02-15 at 13:13 -0200, Alejandro Bednarik wrote: > 2008/2/14, Iain Buchanan <[EMAIL PROTECTED]>: [snip] > > > 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

Re: [gentoo-user] How to avoid NetworkManager logs in terminals

2008-02-15 Thread Alejandro Bednarik
2008/2/14, Iain Buchanan <[EMAIL PROTECTED]>: > > > On Thu, 2008-02-14 at 10:02 -0300, Ale wrote: > > I get many 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,

Re: [gentoo-user] How to avoid NetworkManager logs in terminals

2008-02-14 Thread Iain Buchanan
On Thu, 2008-02-14 at 10:02 -0300, Ale wrote: > I get many 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

Re: [gentoo-user] How to avoid NetworkManager logs in terminals

2008-02-14 Thread dell core2duo
Hi, Exactly same problem for me. I even compiled the networkmanger package with use flag "debug" disable but in vain. Thanks, flukebox On Thu, Feb 14, 2008 at 6:32 PM, Ale <[EMAIL PROTECTED]> wrote: > I get many lines in the tty1 every time i start NM, the same > happend if i add NM service

[gentoo-user] How to avoid NetworkManager logs in terminals

2008-02-14 Thread Ale
I get many 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? The start-