Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Um, so... systemd?
- Date: Fri, 20 Jan 2017 17:47:24 +0900
- From: Curt Sampson <cjs@example.com>
- Subject: Re: [tlug] Um, so... systemd?
- References: <1484466028.1128194.848109712.20A4C328@webmail.messagingengine.com> <d4bcb8a1-a9a1-781f-3c36-fbc3ba4ee2a0@dcook.org> <7e953f7b-a75e-26e4-72a5-709d1936c4f9@cisco.com> <CA+su7OX0vrfABNcjFoAqhF84LKUAbcnNp2RXefAYjdDWKg26Mg@mail.gmail.com> <20170119032626.GC9340@quadratic.cynic.net> <20170119105549.GA26563@scott1.scottro.net> <20170120073604.GA5858@quadratic.cynic.net> <20170120081542.GA17431@scott1.scottro.net>
- User-agent: Mutt/1.5.21 (2010-09-15)
On 2017-01-20 03:15 -0500 (Fri), Scott Robbins wrote: > This is a server-cum-desktop and as I'm looking, I see I'm mistaken. Thak > you. What I do have though is NetworkManager-libnm. Right. From the description, that's a library to help programs communicate with NetworkManager, and `repoquery -l` indicates it's got shared libs in it, such as `/usr/lib64/libnm.so.0`. (The `so` there can be taken to mean "shared object".) Unless special work has been done to make things otherwise, When a program is linked to a library that library _must_ be present. So how does this avoid a dependency on NetworkManager itself? Probably these functions in the library just try to talk to NetworkManager via dbus or something similar, essentially forming the client for a server run by NetworkManager. Thus, if NetworkManager isn't running or can't be talked to for some reason, the functions can just return something indicating that and the program can carry on in whatever way is suitable for a system without NetworkManager. > Thank you, you corrected two bits of incorrect knowledge on my part. Cool. Though I should mention that the `NM_CONTROLLED=false` thing is really good to know about for those of us who do have NetworkManager running on some systems yet still sometimes prefer to have a second interface for experimentation that NetworkManager doesn't touch. (I knew how to do this on Debian via `/etc/network/interfaces`, which BTW is a way nicer configuration mechanism than the Red Hat way, but I didn't know how to do it in Red Hat.) cjs -- Curt Sampson <cjs@example.com> +81 90 7737 2974 To iterate is human, to recurse divine. - L Peter Deutsch
- Follow-Ups:
- Re: [tlug] Um, so... systemd?
- From: Scott Robbins
- References:
- [tlug] Um, so... systemd?
- From: David J Iannucci
- Re: [tlug] Um, so... systemd?
- From: Darren Cook
- Re: [tlug] Um, so... systemd?
- From: dblomber
- Re: [tlug] Um, so... systemd?
- From: Edmund Edgar
- Re: [tlug] Um, so... systemd?
- From: Curt Sampson
- Re: [tlug] Um, so... systemd?
- From: Scott Robbins
- Re: [tlug] Um, so... systemd?
- From: Curt Sampson
- Re: [tlug] Um, so... systemd?
- From: Scott Robbins
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Um, so... systemd?
- Next by Date: Re: [tlug] Um, so... systemd?
- Previous by thread: Re: [tlug] Um, so... systemd?
- Next by thread: Re: [tlug] Um, so... systemd?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links