source: networking/netutils/wicd.xml@ 3c7bd00

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3c7bd00 was 3c7bd00, checked in by DJ Lucas <dj@…>, 8 years ago

Temporary render fix for bootscripts with REV=systemd.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17430 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 11.3 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 "https://launchpad.net/wicd/&wicd-major-version;/&wicd-version;/+download/wicd-&wicd-version;.tar.gz">
8 <!ENTITY wicd-download-ftp " ">
9 <!ENTITY wicd-md5sum "aaa2e9f5320849e0b5d053099a6f0007">
10 <!ENTITY wicd-size "536 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
38 <ulink url="http://projects.kde.org/projects/extragear/network/wicd-kde">
39 http://projects.kde.org/projects/extragear/network/wicd-kde</ulink>.
40 </para>
41
42 &lfs79_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>Download (HTTP): <ulink url="&wicd-download-http;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download (FTP): <ulink url="&wicd-download-ftp;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download MD5 sum: &wicd-md5sum;</para>
54 </listitem>
55 <listitem>
56 <para>Download size: &wicd-size;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated disk space required: &wicd-buildsize;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated build time: &wicd-time;</para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">Wicd Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Required</bridgehead>
69 <para role="required">
70 <xref linkend="python2"/>,
71 <xref linkend="dbus-python"/>,
72 <xref linkend="wireless_tools"/>, and
73 <xref linkend="net-tools"/>
74 (Wicd needs <command>mii-tool</command> from this package)
75 </para>
76
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="pygtk"/> (for the GTK frontend),
80 <xref linkend="wpa_supplicant"/> (for WPA support), and
81 <xref linkend="dhcpcd"/> or <xref linkend="dhcp"/> (for DHCP support)
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="pm-utils"/> (for suspend/resume integration),
87 <ulink url="http://urwid.org/">Urwid</ulink>
88 (for the Curses-based frontend), and
89 <ulink url="http://babel.edgewall.org/">Babel</ulink>
90 (for internationalization)
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/wicd"/></para>
95
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of Wicd</title>
100
101 <para>Install <application>Wicd</application> by running the following
102 commands:</para>
103
104<screen revision="sysv"><userinput>sed -e "/wpath.logrotate\|wpath.systemd/d" \
105 -e "/detection failed/ a\ self.init=\'init\/default\/wicd\'" \
106 -i.orig setup.py &amp;&amp;
107
108rm po/*.po &amp;&amp;
109
110python setup.py configure --no-install-kde \
111 --no-install-acpi \
112 --no-install-pmutils \
113 --no-install-init \
114 --no-install-gnome-shell-extensions \
115 --docdir=/usr/share/doc/wicd-&wicd-version;</userinput></screen>
116
117<screen revision="systemd"><userinput>sed "/detection failed/ a\ self.init=\'init\/default\/wicd\'" \
118 -i.orig setup.py &amp;&amp;
119
120rm po/*.po &amp;&amp;
121
122python setup.py configure --no-install-kde \
123 --no-install-acpi \
124 --no-install-pmutils \
125 --no-install-init \
126 --no-install-gnome-shell-extensions \
127 --docdir=/usr/share/doc/wicd-&wicd-version;</userinput></screen>
128
129 <para>This package does not come with a test suite.</para>
130
131 <para>Now, as the <systemitem class="username">root</systemitem> user,
132 install the package:</para>
133
134<screen role="root"><userinput>python setup.py install</userinput></screen>
135
136 </sect2>
137
138 <sect2 role="commands">
139 <title>Command Explanations</title>
140
141 <para revision="sysv"><command>sed -e ... -i setup.py</command>: The first
142 expression in this <command>sed</command> command prevents installation of
143 logrotate and systemd configuration files. You may omit it if you use these
144 utilities. The second one fixes building with BLFS.</para>
145
146 <para revision="systemd"><command>sed -e ... -i setup.py</command>: Fix
147 and issue while building with BLFS.</para>
148
149 <para><command>rm po/*.po</command>: This command removes the international
150 messages associated with this package. The command is required unless Babel
151 is installed. If it is installed, po/ast.po still needs to be removed in
152 order for the build to complete.</para>
153
154 <para><option>--no-install-kde</option>: Prevent installation of an
155 autostart desktop file for KDE. If you use KDE, you should instead install
156 the
157 <ulink url="http://projects.kde.org/projects/extragear/network/wicd-kde">Wicd
158 KDE Client</ulink>.</para>
159
160 <para><option>--no-install-acpi</option>: Prevent installation of
161 <command>suspend</command> and <command>resume</command> scripts for acpid.
162 Omit this option if you use acpid.</para>
163
164 <para><option>--no-install-pmutils</option>: Prevent installation of hooks
165 for pm-utils. Omit this option if you use pm-utils.</para>
166
167 <para><option>--no-install-init</option>: Prevent installation of any init
168 scripts, as a bootscript is installed later in the instructions.</para>
169
170 <para><option>--no-install-gnome-shell-extensions</option>: Prevent
171 installation of the respective extensions. Remove this switch, if you are
172 using Gnome Shell.</para>
173
174 <para><option>--wicdgroup=<replaceable>&lt;group&gt;</replaceable></option>:
175 The group that will have permission to use the Wicd client (default is the
176 <systemitem class="groupname">users</systemitem> group).</para>
177
178 </sect2>
179
180 <sect2 role="configuration">
181 <title>Configuring Wicd</title>
182
183 <sect3 id="wicd-config">
184 <title>Config Files</title>
185
186 <para><filename>/etc/wicd/manager-settings.conf</filename>,
187 <filename>/etc/wicd/wired-settings.conf</filename> and
188 <filename>/etc/wicd/wireless-settings.conf</filename></para>
189
190 </sect3>
191
192 <sect3 id="wicd-init">
193 <title>Configuration Information</title>
194
195 <para>To automatically start Wicd at boot time, you need to first install
196 the Wicd bootscript,
197 <filename>/etc/rc.d/init.d/wicd</filename>,
198 included in the <xref linkend="bootscripts" revision="sysv"/>
199 <xref linkend="systemd-units" revision="systemd"/> package
200 (as user <systemitem class="username">root</systemitem>):</para>
201
202 <indexterm zone="wicd wicd-init">
203 <primary sortas="f-wicd">wicd (bootscript)</primary>
204 </indexterm>
205
206 <screen role='root'><userinput>make install-wicd</userinput></screen>
207
208 <para>Since Wicd will now handle all configuration of network devices,
209 the network bootscript installed by LFS should be disabled. This can be
210 achieved by either removing any <filename>S*network</filename> and
211 <filename>K*network</filename> symlinks in the <filename>/etc/rc*.d</filename>
212 directories or by setting <literal>ONBOOT=no</literal> in any
213 <filename>/etc/sysconfig/ifconfig.*</filename> files.</para>
214
215 <para>No manual configuration of Wicd is needed if you use the graphical
216 frontends. If you are only going to use Wicd from command-line, you can configure
217 it using the configuration files in <filename>/etc/wicd</filename>. For a list of
218 available options, look at the man-pages for: wicd-manager-settings.conf,
219 wicd-wired-settings.conf and wicd-wireless-settings.conf.</para>
220
221 <para>Be sure to add all users who are to have rights to open and close network
222 connections with Wicd to the <systemitem class="groupname">users</systemitem>
223 group (or the group specified with the <option>--wicdgroup</option> configuration
224 option).</para>
225
226 </sect3>
227
228 </sect2>
229
230 <sect2 role="content">
231 <title>Contents</title>
232
233 <segmentedlist>
234 <segtitle>Installed Programs</segtitle>
235 <segtitle>Installed Libraries</segtitle>
236 <segtitle>Installed Directories</segtitle>
237
238 <seglistitem>
239 <seg>wicd, wicd-cli, wicd-client, wicd-curses, and wicd-gtk</seg>
240 <seg>None</seg>
241 <seg>/{etc,usr/share,var/lib,var/log,var/run}/wicd,
242 /usr/lib/python2.7/site-packages/wicd and
243 /usr/share/doc/wicd-&wicd-version;</seg>
244 </seglistitem>
245 </segmentedlist>
246
247 <variablelist>
248 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
249 <?dbfo list-presentation="list"?>
250 <?dbhtml list-presentation="table"?>
251
252 <varlistentry id="wicdd">
253 <term><command>wicd</command></term>
254 <listitem>
255 <para>is the wicd daemon.</para>
256 <indexterm zone="wicd wicdd">
257 <primary sortas="b-wicdd">wicd</primary>
258 </indexterm>
259 </listitem>
260 </varlistentry>
261
262 <varlistentry id="wicd-cli">
263 <term><command>wicd-cli</command></term>
264 <listitem>
265 <para>is a command line interface for configuring the wicd daemon.</para>
266 <indexterm zone="wicd wicd-cli">
267 <primary sortas="b-wicd-cli">wicd-cli</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
271
272 <varlistentry id="wicd-client">
273 <term><command>wicd-client</command></term>
274 <listitem>
275 <para>is the wicd client. This script attempts to automatically choose
276 the relevant configuration interface.</para>
277 <indexterm zone="wicd wicd-client">
278 <primary sortas="b-wicd-client">wicd-client</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282
283 <varlistentry id="wicd-curses">
284 <term><command>wicd-curses</command></term>
285 <listitem>
286 <para>is a curses interface for configuring the wicd daemon.</para>
287 <indexterm zone="wicd wicd-curses">
288 <primary sortas="b-wicd-curses">wicd-curses</primary>
289 </indexterm>
290 </listitem>
291 </varlistentry>
292
293 <varlistentry id="wicd-gtk">
294 <term><command>wicd-gtk</command></term>
295 <listitem>
296 <para>is a GTK interface for configuring the wicd daemon</para>
297 <indexterm zone="wicd wicd-gtk">
298 <primary sortas="b-wicd-gtk">wicd-gtk</primary>
299 </indexterm>
300 </listitem>
301 </varlistentry>
302
303 </variablelist>
304
305 </sect2>
306
307</sect1>
Note: See TracBrowser for help on using the repository browser.