source: networking/netutils/wicd-systemd.xml@ 3894f6c

krejzi/svn
Last change on this file since 3894f6c was da4ed49, checked in by Krejzi <krejzi@…>, 10 years ago

More converts, finishing the networking section entirely.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14756 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 10.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY wicd-download-http "http://launchpad.net/wicd/&wicd-major-version;/&wicd-version;/+download/wicd-&wicd-version;.tar.gz">
8 <!ENTITY wicd-download-ftp " ">
9 <!ENTITY wicd-md5sum "c2435ddfdef0b9898852d72a85a45f0f">
10 <!ENTITY wicd-size "429 KB">
11 <!ENTITY wicd-buildsize "4.2 MB">
12 <!ENTITY wicd-time "less than 0.1 SBU">
13]>
14
15<sect1 id="wicd" xreflabel="Wicd-&wicd-version;">
16 <?dbhtml filename="wicd.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Wicd-&wicd-version;</title>
24
25 <indexterm zone="wicd">
26 <primary sortas="a-wicd">wicd</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Wicd</title>
31
32 <para><application>Wicd</application> is a network manager written in
33 Python. It simplifies network setup by automatically detecting and
34 connecting to wireless and wired networks. Wicd includes support for WPA
35 authentication and DHCP configuration. It provides Curses- and GTK-based
36 graphical frontends for user-friendly control. An excellent KDE-based
37 frontend is also available <ulink
38 url="http://projects.kde.org/projects/extragear/network/wicd-kde">here</ulink>.
39 </para>
40
41 &lfs76_checked;
42
43 <note>
44 <para>
45 Make sure that you disable the <command>systemd-networkd</command> service
46 or configure it not to manage the interfaces you want to manage with
47 <application>Wicd</application>.
48 </para>
49 </note>
50
51 <bridgehead renderas="sect3">Package Information</bridgehead>
52 <itemizedlist spacing="compact">
53 <listitem>
54 <para>Download (HTTP): <ulink url="&wicd-download-http;"/></para>
55 </listitem>
56 <listitem>
57 <para>Download (FTP): <ulink url="&wicd-download-ftp;"/></para>
58 </listitem>
59 <listitem>
60 <para>Download MD5 sum: &wicd-md5sum;</para>
61 </listitem>
62 <listitem>
63 <para>Download size: &wicd-size;</para>
64 </listitem>
65 <listitem>
66 <para>Estimated disk space required: &wicd-buildsize;</para>
67 </listitem>
68 <listitem>
69 <para>Estimated build time: &wicd-time;</para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Wicd Dependencies</bridgehead>
74
75 <note><para>Wicd uses <command>ifconfig</command> to activate network
76 connections. <command>ifconfig</command> is provided by both the Inetutils
77 and Net-tools packages. The Inetutils package is part of LFS, but the
78 <command>ifconfig</command> command is not installed by the LFS instructions.
79 If you choose to install the Inetutils version of <option>ifconfig</option>,
80 you need to reinstall the package and configure it without the
81 <option>--disable-ifconfig</option> switch.
82 </para></note>
83
84 <bridgehead renderas="sect4">Required</bridgehead>
85 <para role="required">
86 <xref linkend="python2"/>,
87 <xref linkend="dbus-python"/>,
88 <xref linkend="wireless_tools"/>, and
89 <xref linkend="net-tools"/> (Wicd needs <command>ifconfig</command> and
90 <command>mii-tool</command> from this package)
91 </para>
92
93 <bridgehead renderas="sect4">Recommended</bridgehead>
94 <para role="recommended">
95 <xref linkend="pygtk"/> (for the GTK frontend),
96 <xref linkend="wpa_supplicant"/> (for WPA support), and
97 <xref linkend="dhcpcd"/> or <xref linkend="dhcp"/> (for DHCP support)
98 </para>
99
100 <bridgehead renderas="sect4">Optional</bridgehead>
101 <para role="optional">
102 <xref linkend="pm-utils"/> (for suspend/resume integration),
103 <ulink url="http://excess.org/urwid/">Urwid</ulink> (for the Curses-based frontend), and
104 <ulink url="http://babel.edgewall.org/">Babel</ulink> (for internationalization)
105 </para>
106
107 <para condition="html" role="usernotes">User Notes:
108 <ulink url="&blfs-wiki;/wicd"/></para>
109
110 </sect2>
111
112 <sect2 role="installation">
113 <title>Installation of Wicd</title>
114
115 <para>Install <application>Wicd</application> by running the following
116 commands:</para>
117
118<screen><userinput>rm po/*.po &amp;&amp;
119python setup.py configure --no-install-kde \
120 --no-install-acpi \
121 --no-install-pmutils \
122 --no-install-init</userinput></screen>
123
124 <para>This package does not come with a test suite.</para>
125
126 <para>Now, as the <systemitem class="username">root</systemitem> user, install the package:</para>
127
128<screen role="root"><userinput>python setup.py install</userinput></screen>
129
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
135 <para><command>rm po/*.po</command>: This command removes the international
136 messages associated with this package. The command is required unless
137 Babel is installed. If it is installed, po/ast.po still needs to be removed
138 in order for the build to complete.</para>
139
140 <para><option>--no-install-kde</option>: Prevent installation of an
141 autostart desktop file for KDE. If you use KDE, you should instead install the
142 <ulink url="http://projects.kde.org/projects/extragear/network/wicd-kde">Wicd KDE Client</ulink>.
143 </para>
144
145 <para><option>--no-install-acpi</option>: Prevent installation of
146 <command>suspend</command> and <command>resume</command> scripts for acpid.
147 Omit this option if you use acpid.</para>
148
149 <para><option>--no-install-pmutils</option>: Prevent installation of hooks for
150 pm-utils. Omit this option if you use pm-utils.</para>
151
152 <para><option>--no-install-init</option>: Prevent installation of any init scripts,
153 as a bootscript is installed later in the instructions.</para>
154
155 <para><option>--wicdgroup=<replaceable>&lt;group&gt;</replaceable></option>:
156 The group that will have permission to use the Wicd client (default is the
157 <systemitem class="groupname">users</systemitem> group).</para>
158 </sect2>
159
160 <sect2 role="configuration">
161 <title>Configuring Wicd</title>
162
163 <sect3 id="wicd-config">
164 <title>Config Files</title>
165
166 <para><filename>/etc/wicd/manager-settings.conf</filename>,
167 <filename>/etc/wicd/wired-settings.conf</filename> and
168 <filename>/etc/wicd/wireless-settings.conf</filename></para>
169
170 </sect3>
171
172 <sect3 id="wicd-init">
173 <title>Systemd Units</title>
174
175 <para>
176 To start the <command>wicd</command> daemon at boot, enable
177 the previously installed systemd unit by running the following command
178 as the <systemitem class="username">root</systemitem> user:
179 </para>
180
181 <indexterm zone="wicd wicd-init">
182 <primary sortas="f-wicd">wicd</primary>
183 </indexterm>
184
185 <screen role="root"><userinput>systemctl enable wicd</userinput></screen>
186
187 <para>No manual configuration of Wicd is needed if you use the graphical
188 frontends. If you are only going to use Wicd from command-line, you can configure
189 it using the configuration files in <filename>/etc/wicd</filename>. For a list of
190 available options, look at the man-pages for: wicd-manager-settings.conf,
191 wicd-wired-settings.conf and wicd-wireless-settings.conf.</para>
192
193 <para>Be sure to add all users who are to have rights to open and close network
194 connections with Wicd to the <systemitem class="groupname">users</systemitem>
195 group (or the group specified with the <option>--wicdgroup</option> configuration
196 option).</para>
197
198 </sect3>
199
200 </sect2>
201
202 <sect2 role="content">
203 <title>Contents</title>
204
205 <segmentedlist>
206 <segtitle>Installed Programs</segtitle>
207 <segtitle>Installed Libraries</segtitle>
208 <segtitle>Installed Directories</segtitle>
209
210 <seglistitem>
211 <seg>wicd, wicd-cli, wicd-client, wicd-curses, and wicd-gtk</seg>
212 <seg>none</seg>
213 <seg>/etc/wicd, /usr/lib/python&python2-majorver;/site-packages/wicd, /usr/share/doc/wicd,
214 /usr/share/pixmaps/wicd, /usr/share/wicd, /var/lib/wicd, and /var/log/wicd</seg>
215 </seglistitem>
216 </segmentedlist>
217
218 <variablelist>
219 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
220 <?dbfo list-presentation="list"?>
221 <?dbhtml list-presentation="table"?>
222
223 <varlistentry id="wicdd">
224 <term><command>wicd</command></term>
225 <listitem>
226 <para>is the wicd daemon.</para>
227 <indexterm zone="wicd wicdd">
228 <primary sortas="b-wicdd">wicd</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="wicd-cli">
234 <term><command>wicd-cli</command></term>
235 <listitem>
236 <para>is a command line interface for configuring the wicd daemon.</para>
237 <indexterm zone="wicd wicd-cli">
238 <primary sortas="b-wicd-cli">wicd-cli</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="wicd-client">
244 <term><command>wicd-client</command></term>
245 <listitem>
246 <para>is the wicd client. This script attempts to automatically choose
247 the relevant configuration interface.</para>
248 <indexterm zone="wicd wicd-client">
249 <primary sortas="b-wicd-client">wicd-client</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
253
254 <varlistentry id="wicd-curses">
255 <term><command>wicd-curses</command></term>
256 <listitem>
257 <para>is a curses interface for configuring the wicd daemon.</para>
258 <indexterm zone="wicd wicd-curses">
259 <primary sortas="b-wicd-curses">wicd-curses</primary>
260 </indexterm>
261 </listitem>
262 </varlistentry>
263
264 <varlistentry id="wicd-gtk">
265 <term><command>wicd-gtk</command></term>
266 <listitem>
267 <para>is a GTK interface for configuring the wicd daemon</para>
268 <indexterm zone="wicd wicd-gtk">
269 <primary sortas="b-wicd-gtk">wicd-gtk</primary>
270 </indexterm>
271 </listitem>
272 </varlistentry>
273
274 </variablelist>
275
276 </sect2>
277
278</sect1>
Note: See TracBrowser for help on using the repository browser.