source: networking/netutils/wicd.xml@ 5941d6e1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 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 5941d6e1 was 5941d6e1, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

OpenJDK-1.8.0.25: reinstate java cacerts test.
Update to wicd-1.7.3.

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

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