Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Fresh install and problem with net.* init.d script
Date: Mon, 22 Jul 2013 21:47:56
Message-Id: 51EDA7DB.90900@gmail.com
In Reply to: Re: [gentoo-user] Fresh install and problem with net.* init.d script by FredL
1 On 22/07/2013 23:35, FredL wrote:
2 >>
3 >> Do you perhaps have NetworkManager or wicd installed?
4 >>
5 >>
6 >> no, none of them, it is a very basic install, with only the minimum
7 >> packages installed . I have checked at the init script and find a line
8 >> in the depend section saying :
9 >>
10 >> after lo lo0 dbus
11 >>
12 >> but dbus is not yet installed, can this be the cause of my problem?
13 >
14 > so I have just installed dbus and add it to default runlevel and my
15 > net.* script are loaded correctly setting my static config, so every
16 > thing is fine now.
17 >
18 > But why do we need dbus in a very minimalistic system? I was thinking
19 > that it would be helpful in a full desktop environnement for
20 > automagically mounting device and things like that...
21
22
23
24 dbus is NOT a desktop daemon. This is very important, and that single
25 misunderstanding is probably behind all the fud you read about it.
26
27 dbus implements a message bus - an amazingly useful thing to have.
28
29 Why do you need or want a message bus?
30
31 You might as well ask why do you need or want any other form of IPC you
32 already have, as that is what dbus is. It's a very small, light daemon,
33 can run system-wide or per-session and has the potential to many of the
34 IPC implementations you already have. Those are the ones that don't
35 happen to show up in ps so you hear very little whinging about them.
36
37 That desktop systems are the main user of dbus at this point in time
38 doesn't change one bit what dbus is designed to do and it's usefulness.
39
40
41
42
43 --
44 Alan McKinnon
45 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] Fresh install and problem with net.* init.d script FredL <raptor@××××××××.fr>
[gentoo-user] Re: Fresh install and problem with net.* init.d script "Steven J. Long" <slong@××××××××××××××××××.uk>