Gentoo Archives: gentoo-user

From: Alejandro Bednarik <elcorreodeale@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to avoid NetworkManager logs <info> in terminals
Date: Fri, 15 Feb 2008 15:13:23
Message-Id: 60a795cd0802150713i712cb0eet2cf65a43cbb8bb32@mail.gmail.com
In Reply to: Re: [gentoo-user] How to avoid NetworkManager logs in terminals by Iain Buchanan
1 2008/2/14, Iain Buchanan <iaindb@××××××××××××.au>:
2 >
3 >
4 > On Thu, 2008-02-14 at 10:02 -0300, Ale wrote:
5 > > I get many <info> lines in the tty1 every time i start NM, the same
6 > > happend if i add NM service at boot time. I don't like all that
7 > > output, with a simple Network manager starting [OK] is enough, which i
8 > > see in the terminal when i manually start the service is ok.
9 > > What can i do to avoid this?
10 >
11 >
12 > what's wrong with output? can you post the output verbatim? I had a
13 > look at the init script and it doesn't seem to print much.
14 >
15 >
16 > > The start-stop daemon have the parameter --quiet
17 > > I double check /etc/rc and the VERBOSE option for this kind of
18 > > services is off
19 > > i tried adding a /dev/null >& at the end of the start-stop daemon
20 > > call, but didn't work.
21 >
22 >
23 > not quite sure what "/dev/null >&" would do. I tried this with
24 > net.eth0:
25 > sudo /etc/init.d/net.eth0 restart >/dev/null
26 >
27 > and it got rid of all the output. To be sure, you could add 2>&1
28 > sudo /etc/init.d/net.eth0 restart >/dev/null 2>&1
29 >
30 > > Any clues?
31 > >
32 > > Cheers!
33 >
34 > HTH,
35 > --
36 > Iain Buchanan <iaindb at netspace dot net dot au>
37 >
38 > Advertising Rule:
39 > In writing a patent-medicine advertisement, first convince the
40 > reader that he has the disease he is reading about; secondly,
41 > that it is curable.
42 >
43 >
44 > --
45 > gentoo-user@l.g.o mailing list
46 >
47 >
48 This is my tty1 after i start Networkmanager (not net.eth0, which are
49 different services) and connect to a wireless network. The same happend when
50 i bootup my system. I need my tty's to work and plus all thi info is odd and
51 useless
52
53 NetworkManager: <info> address 192.168.0.112
54
55 NetworkManager: <info> netmask 255.255.255.0
56
57 NetworkManager: <info> broadcast 192.168.0.255
58
59 NetworkManager: <info> gateway 192.168.0.1
60
61 NetworkManager: <info> nameserver 192.168.0.1
62
63 NetworkManager: <info> hostname 'gentoo'
64
65 NetworkManager: <info> Activation (eth1) Stage 5 of 5 (IP Configure Commit)
66 scheduled...
67
68 NetworkManager: <info> Activation (eth1) Stage 4 of 5 (IP Configure Get)
69 complete.
70
71 NetworkManager: <info> Activation (eth1) Stage 5 of 5 (IP Configure Commit)
72 started...
73
74 NetworkManager: <info> Setting hostname to 'gentoo'
75
76 NetworkManager: <info> Activation (eth1) successful, device activated.
77
78 NetworkManager: <info> Activation (eth1) Finish handler scheduled.
79
80 NetworkManager: <info> Activation (eth1) Stage 5 of 5 (IP Configure Commit)
81 complete.
82
83 Cheers, and thank for help us!

Replies

Subject Author
Re: [gentoo-user] How to avoid NetworkManager logs <info> in terminals Iain Buchanan <iaindb@××××××××××××.au>