Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198281 - net-misc/wicd (Wireless Interface Connection Daemon)
Summary: net-misc/wicd (Wireless Interface Connection Daemon)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Jeremy Olexa (darkside) (RETIRED)
URL: http://wicd.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-11-06 16:39 UTC by redsend
Modified: 2009-02-07 07:33 UTC (History)
13 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
new ebuild (wicd-1.3.1.ebuild,954 bytes, text/plain)
2007-11-06 16:40 UTC, redsend
Details
ebuild corrected (wicd-1.3.1.ebuild,979 bytes, text/plain)
2007-11-09 10:39 UTC, redsend
Details
Cleaned-up, more generic ebuild (wicd-1.3.4.ebuild,782 bytes, text/plain)
2007-12-01 23:37 UTC, Sebastian Schuberth
Details
Correct net-misc/dhcp dependency (wicd-1.3.1.ebuild,994 bytes, text/plain)
2007-12-13 15:06 UTC, redsend
Details
update ebuild to 1.3.8, add ethtool dependency (wicd-1.3.8.ebuild,800 bytes, text/plain)
2007-12-16 10:53 UTC, Sabin Iacob
Details
wicd initscript (wicd-1.4.2-init.d,434 bytes, text/plain)
2008-01-05 13:58 UTC, Julian Hoch
Details
new ebuild using the new init.d script (wicd-1.3.8-r1.ebuild,670 bytes, text/plain)
2008-01-05 13:59 UTC, Julian Hoch
Details
wicd-1.4.2.ebuild (wicd-1.4.2.ebuild,730 bytes, text/plain)
2008-02-20 22:40 UTC, nm (RETIRED)
Details
wicd-1.4.2.ebuild (wicd-1.4.2.ebuild,858 bytes, text/plain)
2008-02-27 05:57 UTC, nm (RETIRED)
Details
/etc/dbus-1/system.d/wicd.conf (wicd.conf,869 bytes, text/plain)
2008-03-09 01:03 UTC, Lourdes Jones
Details
patch mentioned in comment #25 (wicd-patch,1.10 KB, text/plain)
2008-06-01 18:29 UTC, Brandon Mintern
Details
My /etc/init.d/wicd file (works for me) (wicd,600 bytes, text/plain)
2008-06-02 07:35 UTC, Brandon Mintern
Details
wicd-1.4.2 ebuild using doins and dosym instead of mv (wicd-1.4.2.ebuild,1.30 KB, text/plain)
2008-08-02 16:12 UTC, Jan Stępień
Details

Note You need to log in before you can comment on or make changes to this bug.
Description redsend 2007-11-06 16:39:19 UTC
WICD is a powerful tool for wired and wireless network manager

This is an ebuild for install the version 1.3.1, the software is writen in python and don't need to be compiled.

Reproducible: Always
Comment 1 redsend 2007-11-06 16:40:20 UTC
Created attachment 135341 [details]
new ebuild
Comment 2 redsend 2007-11-09 10:39:24 UTC
Created attachment 135559 [details]
ebuild corrected

added a dependecy from dbus-python
Comment 3 Marcello Magaldi 2007-11-10 17:38:27 UTC
(In reply to comment #2)
> Created an attachment (id=135559) [edit]
> ebuild corrected
> 
> added a dependecy from dbus-python
> 

it could be a good idea to commit your ebuild to sunrise overlay , for infos :
http://www.gentoo.org/proj/en/sunrise/
Comment 4 brullo nulla 2007-11-28 07:30:01 UTC
Thanks for the wicd ebuild! It seems more stable than NetworkManager on my Macbook Pro.

I support the suggestion to submit it to the sunrise overlay at least.

Comment 5 brullo nulla 2007-11-28 07:34:22 UTC
Also, when will we have a wicd-1.3.4 ebuild? (ok, should be trivial to patch, but...)
Comment 6 Sebastian Schuberth 2007-12-01 23:37:54 UTC
Created attachment 137514 [details]
Cleaned-up, more generic ebuild

I've attached a cleaned-up version of the ebuild for WICD 1.3.4. It now uses SourceForge mirrors and does not contain a hard-coded version number anymore, but gets it from the ebuild filename. So for future versions, you should be able to just rename the file and run "ebuild <filename> digest && emerge -uv wicd" to install the most recent version.
Comment 7 jasper 2007-12-13 13:55:16 UTC
wicd doesn't seem to work with dhcpcd (calls dhclient hardcoded in the daemon-scripts) just emerged dhcp and everything was sweet, so ihmo wicd should depend on net-misc/dhcp as well
Comment 8 redsend 2007-12-13 15:06:15 UTC
Created attachment 138397 [details]
Correct net-misc/dhcp dependency

Thanks Jasper for correction
Comment 9 redsend 2007-12-13 15:07:19 UTC
Comment on attachment 135559 [details]
ebuild corrected

miss dependency
Comment 10 Sabin Iacob 2007-12-16 10:53:39 UTC
Created attachment 138608 [details]
update ebuild to 1.3.8, add ethtool dependency

also needs sys-apps/ethtool to work with wired interfaces
Comment 11 Julian Hoch 2008-01-05 13:58:56 UTC
Created attachment 140183 [details]
wicd initscript

include dependency to "dbus" in start-script
uses runscript instead of simple bash script
place this under /files/, using the wicd-1.3.8-r1 ebuild
Comment 12 Julian Hoch 2008-01-05 13:59:43 UTC
Created attachment 140184 [details]
new ebuild using the new init.d script

use this together with the init.d script above
Comment 13 jieryn 2008-01-08 21:01:56 UTC
1.4.1 is listed as stable on official site
Comment 14 Chris Jacques 2008-01-18 06:11:32 UTC
A thought for the ebuild:
http://users.zenwalk.org/user-accounts/gapan/wicd/ZENBUILD
The above link is a Zenwalk build script for Wicd. This includes the lines:

"# Replace dhclient with dhcpcd and ip with route
sed -i -e "s/dhclient /dhcpcd /g" /opt/wicd/networking.py
sed -i -e "s/ip route flush dev/route del dev/g" /opt/wicd/networking.py"

Would it be worth adding this to the src_install() section of the ebuild? This would make Wicd more suitable for Gentoo, although I have no idea whether this is/would/could be supported upstream. In any case, I've tested the latest ebuild (1.3.8-r1) with this 'modification' and it works.
Comment 15 nm (RETIRED) gentoo-dev 2008-02-11 21:17:30 UTC
(In reply to comment #14)
> A thought for the ebuild:
> http://users.zenwalk.org/user-accounts/gapan/wicd/ZENBUILD
> The above link is a Zenwalk build script for Wicd. This includes the lines:
> 
> "# Replace dhclient with dhcpcd and ip with route
> sed -i -e "s/dhclient /dhcpcd /g" /opt/wicd/networking.py
> sed -i -e "s/ip route flush dev/route del dev/g" /opt/wicd/networking.py"
> 
> Would it be worth adding this to the src_install() section of the ebuild? This
> would make Wicd more suitable for Gentoo, although I have no idea whether this
> is/would/could be supported upstream. In any case, I've tested the latest
> ebuild (1.3.8-r1) with this 'modification' and it works.
> 

While the hardcoded dhclient commands are a problem, your solution isn't any better; it's just hardcoding a different dhcp client. There are at least 3 or 4 dhcp clients in Portage last I checked, so we shouldn't make any assumptions that the user has one of them installed.

USE flags don't seem to be the best way to do this, either, as those are supposed to be for compile-time switches. Neither is looking at the live filesystem and seeing what's installed on the user's machine. Hmm.
Comment 16 nm (RETIRED) gentoo-dev 2008-02-11 21:49:24 UTC
(In reply to comment #14)

I filed a bug upstream on making wicd a little more permissive of other dhcp clients:

https://bugs.launchpad.net/wicd/+bug/191091
Comment 17 nm (RETIRED) gentoo-dev 2008-02-20 22:40:50 UTC
Created attachment 144165 [details]
wicd-1.4.2.ebuild

Latest stable is 1.4.2. I cleaned up the ebuild; removed the unnecessary dependency on ethtool (the package actually needs net-tools, which is already in the system set), added a virtual/dhcpc RDEP, as well as proper RDEPs for wpa_supplicant and wireless-tools.

I also fixed the required gtk+ version. Yes, pygtk already depends on gtk+...just not the minimum required version.

Note that wicd-1.5.0, when it's finally packaged, will be the first version to not depend on a particular dhcp client; this new ebuild is forward thinking in that regard (the virtual RDEP). In the meantime, you'll need the SVN version if you want to use your own dhcp client such as pump, dhcpcd, etc.
Comment 18 nm (RETIRED) gentoo-dev 2008-02-27 05:57:56 UTC
Created attachment 144718 [details]
wicd-1.4.2.ebuild

Much improved ebuild. Fixed dependencies; re-added ethtool since it is required for 1.4.2 at least. This ebuild continues to use the provided initscript.

In the future, 1.5 and above won't require net-misc/dhcp (only virtual/dhcpc), and I requested that upstream remove the hardcoded ethtool commands, too (in favor of net-tools or adding another check method).

TODO:
1. Figure out how to ensure that ntp-client and other services that need "net" will run after wicd has been started.
2. Provide more information in the ebuild on what to change in e.g. /etc/conf.d/rc to have networking work at boot.
Comment 19 jieryn 2008-03-03 01:12:59 UTC
The init script doesn't work very well in a Gentoo environment. It doesn't provide net, launch via runscript.sh, etc. Do you plan on adding support for these issues? Thanks!
Comment 20 nm (RETIRED) gentoo-dev 2008-03-03 08:30:15 UTC
(In reply to comment #19)
> The init script doesn't work very well in a Gentoo environment. It doesn't
> provide net, launch via runscript.sh, etc. Do you plan on adding support for
> these issues? Thanks!
> 

Unfortunately, I have no idea how to provide those things at the moment. Hell, I can't even get it to work anymore on my laptop, so I've stopped using it for now. I really, really *want* to use it, but it just doesn't seem workable in Gentoo. It won't come up at boot, and it's still hardcoded to use (crappy) dhcp clients and (crappy) network utilities.

As you said, it's also more or less completely unworkable with our initsystem, too. For the providing net stuff, taking a look at NetworkManager might be useful. I know that for the longest time, perhaps even now, NM had the same problem; it couldn't provide net, so things like ntp-client wouldn't start on their own. Maybe that's fixed; NM seems more stable than wicd.
Comment 21 Lourdes Jones 2008-03-09 01:03:44 UTC
Created attachment 145616 [details]
/etc/dbus-1/system.d/wicd.conf

double check /opt/wicd/data/wicd.log to see if you are having the same error I had with wicd 1.4.2, "dbus.DBusException: org.freedesktop.DBus.Error.AccessDenied: Connection ":1.12" is not allowed to own the service "org.wicd.daemon" due to security policies in the configuration file"

The attached /etc/dbus-1/system.d/wicd.conf works for me to resolve that error. (I'm  getting a connection, still investigating what is needed to provide the virtual net service.)
Comment 22 nm (RETIRED) gentoo-dev 2008-03-09 03:13:49 UTC
(In reply to comment #21)

You need to report and send this upstream at the wicd bugtracker, https://launchpad.net/wicd, not here. Gentoo can't do anything about this; only upstream can get it fixed.
Comment 23 Lourdes Jones 2008-03-09 09:58:18 UTC
(In reply to comment #22)

The distribution copy of the file works without changes in Ubuntu/Debian (the coding targets). I posted here since you reported a problem having wicd work on your laptop and verifying that it was a distribution change rather than just my system would have been good before bumping the report upstream.

Net services are starting at boot for me with a change to the depend section of the init script:

depend() {
need dbus
after net.lo
provide net
}

I did edit /etc/conf.d/rc so hotplug would not start the net.<iface> scripts automatically during boot (so wicd could control them).

RC_PLUG_SERVICES="!net.*"

Good luck with getting wicd into portage.
Comment 24 Jan Stępień 2008-05-31 21:23:57 UTC
wicd is in the Sunrise overlay now, available at http://overlays.gentoo.org/svn/proj/sunrise/reviewed/net-misc/wicd/
Comment 25 Brandon Mintern 2008-06-01 18:26:36 UTC
(In reply to comment #24)
> wicd is in the Sunrise overlay now, available at
> http://overlays.gentoo.org/svn/proj/sunrise/reviewed/net-misc/wicd/
> 

This did not originally work for my network, and it turned out that it was because it was WPA2. Following the advice at http://wicd.sourceforge.net/phpbb/viewtopic.php?f=3&t=178 (second post down), I added support for WPA2. I also followed the advice of comment #23 here and added a couple lines to depend() in the initscript in order to provide net services. (I haven't rebooted yet, so I'm not sure how well that is working.) Now everything seems to be working quite well for me, and a heck of a lot better than NetworkManager was (I was getting frequent disconnections from my access point).

Here is a patch to apply immediately before installation (I think... I'm not too familiar with patching). Perhaps these changes could be incorporated into the Sunrise repository? (I'm not too familiar with how that works, either, so forgive me if I'm out of place here.)

((Sorry for all the parenthetical remarks :-)))
Comment 26 Brandon Mintern 2008-06-01 18:29:44 UTC
Created attachment 155137 [details]
patch mentioned in comment #25
Comment 27 Brandon Mintern 2008-06-02 07:31:42 UTC
For me, "provide net" was not actually causing wicd to provide net. During shutdown, I see the message

Cannot add provide "net", as a service with the same name exists

For some reason, the message does not show up in /var/log/messages or anywhere that I could find. I verified that the only net.* service in /etc/init.d is net.lo, and I grepped the init files for "provide net" to no avail, so if anyone has any ideas what service might be erroneously providing net, I would happily accept the advice.

The result, at any rate, was that wicd was not being started before network services, as I wanted it to be. The workaround for me was to use "before net" instead of "provide net". Of course, if there was nothing providing net in the first place, using "before" would make no sense. At any rate, the workaround is currently solving the problem and causing wicd to correctly be started before any services require net.

One more suggestion is to add "&& sleep n" to the end of start-stop-daemon in start(), where "n" is the approximate amount of time it takes wicd to startup and associate with your network(s). This ensures that you will actually be connected to a network (if available) before net services are initiated. (Note that you want n to be as small as possible since it will delay boot).

It was mentioned in comment #20 that NetworkManager also does not provide net, but this is because it is not capable of doing so. NetworkManager (at least for me) doesn't seem to connect until nm-applet is started by my desktop session. Wicd is different in that tray.py is just a convenient way to gain access to wicd itself, which initiates the connection as soon as it starts up. For this reason, along with the fact that I have had no disconnection issues as of yet (they were quite frequent with NM), I must say that I feel wicd is far superior to NetworkManager, and I would love to see it added to portage.
Comment 28 Brandon Mintern 2008-06-02 07:35:20 UTC
Created attachment 155203 [details]
My /etc/init.d/wicd file (works for me)

See comment #27 for explanation
Comment 29 Flavio 2008-06-23 14:27:38 UTC
Hello!

Does anyone have the wicd-1.5.0-rc1 ebuild file?
Today the latest version has been relased.

Regards, 

Flavio
Comment 30 Flavio 2008-06-23 14:34:42 UTC
(In reply to comment #29)
> Hello!
> 
> Does anyone have the wicd-1.5.0-rc1 ebuild file?
> Today the latest version has been relased.
> 
> Regards, 
> 
> Flavio
> 
The only modify to the previous ebuild is 
SRC_URI="http://kent.dl.sourceforge.net/sourceforge/wicd/wicd-1.5.0-rc1.tar.bz2"
at the moment, but I don't know if it's correct.
The compilation has gone ok. Let me do some tests.
Comment 31 Flavio 2008-06-23 14:48:17 UTC
(In reply to comment #30)
> (In reply to comment #29)
> > Hello!
> > 
> > Does anyone have the wicd-1.5.0-rc1 ebuild file?
> > Today the latest version has been relased.
> > 
> > Regards, 
> > 
> > Flavio
> > 
> The only modify to the previous ebuild is 
> SRC_URI="http://kent.dl.sourceforge.net/sourceforge/wicd/wicd-1.5.0-rc1.tar.bz2"
> at the moment, but I don't know if it's correct.
> The compilation has gone ok. Let me do some tests.
> 

After emerging the wicd package version 1.5.0-rc1 some script, (e.g. tray.py, gui.py, ecc.) are not present.
Comment 32 polytan 2008-07-08 19:55:41 UTC
there is an other version, 1.5.0rc5

Can we do an overlay with it ?

https://sourceforge.net/project/showfiles.php?group_id=194573&package_id=233390&release_id=610998
Comment 33 Flavio 2008-07-08 20:06:27 UTC
(In reply to comment #32)
> there is an other version, 1.5.0rc5
> 
> Can we do an overlay with it ?
> 
> https://sourceforge.net/project/showfiles.php?group_id=194573&package_id=233390&release_id=610998
> 

Try this handcraft ebuild an let me know.
http://rafb.net/p/8RxtLC97.html

Flavio
Comment 34 Flavio 2008-07-08 20:44:20 UTC
I tried the last version using that ebuild but, as for the previous one (rc1 release) the gui is not longer present.
Do you know why?
Comment 35 Ian Stakenvicius (RETIRED) gentoo-dev 2008-07-09 19:09:41 UTC
I just submitted an ebuild and init-script to sunrise for wicd-1.5.0rc5
Comment 36 Flavio 2008-07-09 20:25:45 UTC
(In reply to comment #35)
> I just submitted an ebuild and init-script to sunrise for wicd-1.5.0rc5
> 

Is it available somewhere?
Comment 37 Ian Stakenvicius (RETIRED) gentoo-dev 2008-07-10 15:19:34 UTC
It hasn't been commited to the 'reviewed' section yet, probably within the next day or two?

If you don't want to grab the files by hand, i wrote a script that will download whole packages from http://overlays.gentoo.org/proj/sunrise/browser/sunrise/ :

http://rafb.net/p/tnXOcE94.html
Comment 38 Flavio 2008-07-14 10:45:21 UTC
(In reply to comment #33)
> (In reply to comment #32)
> > there is an other version, 1.5.0rc5
> > 
> > Can we do an overlay with it ?
> > 
> > https://sourceforge.net/project/showfiles.php?group_id=194573&package_id=233390&release_id=610998
> > 
> 
> Try this handcraft ebuild an let me know.
> http://rafb.net/p/8RxtLC97.html
> 
> Flavio
> 

rafb.net has deleted the ebuild I posted before.
Here's again:

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="A wired and wireless network manager for Linux"
HOMEPAGE="http://wicd.sourceforge.net/"
MY_P="${PN}_${PV}"
SRC_URI="http://dfn.dl.sourceforge.net/sourceforge/wicd/wicd-1.5.0rc5.tar.gz"
#SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL"

IUSE=""
KEYWORDS="~x86 ~amd64"
SLOT="0"

DEPEND=""
RDEPEND="sys-apps/dbus
	dev-python/dbus-python
	dev-python/pygtk
	sys-apps/ethtool
	>=x11-libs/gtk+-2"

src_install() {
	cd ${WORKDIR} && cp -a * ../image
	newinitd ${FILESDIR}/${P}-init.d wicd
	insinto /
}

pkg_postinst() {
	einfo
	einfo "Start the WICD GUI using:"
	einfo "    /opt/wicd/gui.py"
	einfo
}

Anybody was able to use the wicd GUI in the last release?? 
It seems to be not present! It's strange, isn't it?
Comment 39 Marcello Magaldi 2008-07-14 10:55:11 UTC
(In reply to comment #38)

> Anybody was able to use the wicd GUI in the last release?? 

it is because the gui is now in /usr/bin/wicd-client . I'm using last wicd from sunrise : 1.5.0_rc5

Comment 40 Flavio 2008-07-14 11:56:31 UTC
(In reply to comment #39)
> (In reply to comment #38)
> 
> > Anybody was able to use the wicd GUI in the last release?? 
> 
> it is because the gui is now in /usr/bin/wicd-client . I'm using last wicd from
> sunrise : 1.5.0_rc5
> 

Thank you so much. It works very well for me too.
What about the tray icon?
Comment 41 Flavio 2008-07-14 12:05:56 UTC
(In reply to comment #40)

> What about the tray icon?
> 

I found it in /etc/xdg/autostart but, it's a .desktop file.
What do you do to start it automatically each time you enter in the window manager?
Comment 42 Marcello Magaldi 2008-07-14 12:32:26 UTC
(In reply to comment #41)
> (In reply to comment #40)
> 
> > What about the tray icon?
> > 
> 
> I found it in /etc/xdg/autostart but, it's a .desktop file.
> What do you do to start it automatically each time you enter in the window
> manager?
> 

For me , I use gnome, I didn't need to do anything, the tray comes up on each login . Since that .desktop file is in /etc/xdg/autostart/ , each window manager that suites freedesktop.org standards should add this program to "autostart" applications. I think that also KDE for example will also support this standard.
Which WM do you use ?
Comment 43 Flavio 2008-07-14 12:50:06 UTC
(In reply to comment #42)
> (In reply to comment #41)
> > (In reply to comment #40)
> > 
> > > What about the tray icon?
> > > 
> > 
> > I found it in /etc/xdg/autostart but, it's a .desktop file.
> > What do you do to start it automatically each time you enter in the window
> > manager?
> > 
> 
> For me , I use gnome, I didn't need to do anything, the tray comes up on each
> login . Since that .desktop file is in /etc/xdg/autostart/ , each window
> manager that suites freedesktop.org standards should add this program to
> "autostart" applications. I think that also KDE for example will also support
> this standard.
> Which WM do you use ?
> 
I use KDE, but it doesn't work with it. I don't know why. Maybe I should emerge some package to get it working?
Comment 44 Ian Stakenvicius (RETIRED) gentoo-dev 2008-07-15 15:20:24 UTC
wicd-1.5 merged the tray and client script into one application, 'wicd-client'.  Just add that to your startup script by hand if the .desktop file doesn't work for you automatically.

I had to do this for my fluxbox, for instance -- i added 'wicd-client &' to ~/.fluxbox/startup.  

The WICD documentation has more information on how to do this, or check the documentation for your window manager / desktop environment.
Comment 45 Ian Stakenvicius (RETIRED) gentoo-dev 2008-07-15 15:32:22 UTC
On a more gentoo-ish note, anyone know the best way to merge / combine this application into gentoo for handling the network config?  

I noticed earlier in this bug people are disabling all of their net scripts, for instance.  Is this the best way to go?  I'm leaving all of my net scripts intact and enabled, and starting wicd after all my net scripts are up (using it to configure on the fly as I need), but I don't know if that's a good idea or not, and as I do get some undefined behaviour from my wireless settings (which could be related to conflicts maybe?) i'm wondering..  

I don't think wicd should simply "provide net", because wicd is started and running before the net links are; however, maybe the net.whatever init scripts should be disabled and then called by wicd after the network has been associated?  (..some sort of modules=("wicd") setting in conf.d/net could specify this?..)

Comment 46 Rahul Jain 2008-07-17 14:25:38 UTC
Instructions for installing on gentoo are now added to the WICD downloads page. :)
http://wicd.sourceforge.net/download.php
Comment 47 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-07-31 18:15:21 UTC
nice app, I really like it.

I'll be maintaining this in the portage tree now. 

TODO: 
-fix init scripts
-add back the x86 keyword, soon. Just have to test it quick.
-monitor the quick development of the 1.5 branch. I see I am already outdated. dang.

all: Thanks alot for the work on this, please stay active in bugzilla. I need your help ;) Maybe we can convince upstream to 'officially support' us too. AFAIK, there target platform is Ubuntu.
Comment 48 Flavio 2008-07-31 18:28:33 UTC
(In reply to comment #47)
> nice app, I really like it.
> 
> I'll be maintaining this in the portage tree now. 
> 
> TODO: 
> -fix init scripts
> -add back the x86 keyword, soon. Just have to test it quick.
> -monitor the quick development of the 1.5 branch. I see I am already outdated.
> dang.
> 
> all: Thanks alot for the work on this, please stay active in bugzilla. I need
> your help ;) Maybe we can convince upstream to 'officially support' us too.
> AFAIK, there target platform is Ubuntu.
> 

wicd is very useful but I still have a lot of trouble to associate to hidden access points. I need to attempt connection many time before associating.
Comment 49 Jan Stępień 2008-08-02 16:12:17 UTC
Created attachment 162001 [details]
wicd-1.4.2 ebuild using doins and dosym instead of mv

I've modified the wicd-1.4.2 ebuild. The attached version uses doins and dosym macros instead of mv.
Comment 50 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-08-02 16:17:20 UTC
(In reply to comment #49)
> Created an attachment (id=162001) [edit]
> wicd-1.4.2 ebuild using doins and dosym instead of mv
> 
> I've modified the wicd-1.4.2 ebuild. The attached version uses doins and dosym
> macros instead of mv.
> 

After thinking about it some more, I might just drop 1.4.2, would that cause headaches for anyone? The 1.5 branch is working well for me and the upstream development is responsive to my requests. If I get a large response here, I will keep 1.4.2 and pay more attention to it.
Comment 51 Rahul Jain 2008-08-02 19:35:22 UTC
Hmm, why is the version in portage only with amd64? This works on x86 as well, does it not? (Works for me on x86)
Comment 52 nm (RETIRED) gentoo-dev 2008-08-03 01:05:10 UTC
(In reply to comment #51)
> Hmm, why is the version in portage only with amd64? This works on x86 as well,
> does it not? (Works for me on x86)

Did you not bother to read comment #47?

@darkside,

I recommend skipping 1.4.2 entirely; it really is quite a mess, with a few too many dependencies. Upstream planned for 1.5 to not hard-dep on things like ethtool or dhcp/pump and a couple of other things; 1.4.2 was hardcoded to them, and this introduced some crap dependencies that most Gentoo users don't have installed. The 1.5 ebuild you have now seems to take this into account, though I think I recall there's some sort of virtual/dhcp that could be used instead?

Also, you typoed the DESCRIPTION in the 1.5_rc11 ebuild -- "s/lightwieght/lightweight/g". :)

Last issue -- does this initscript actually work with Gentoo? Last I checked, it's never worked, not for 1.4, and not for 1.5. Judging from the progress of the bug, some users had to delete all networking initscripts from every runlevel and implement other hackery to get wicd "working". If 1.5 works with the existing net system, providing net for services like ntp-client, then I'll start using it again on my laptop. :)
Comment 53 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-08-03 02:52:37 UTC
(In reply to comment #52)
> (In reply to comment #51)
> > Hmm, why is the version in portage only with amd64? This works on x86 as well,
> > does it not? (Works for me on x86)
> 
> Did you not bother to read comment #47?

~x86 kw is now added. Verified that it works. 

> 
> @darkside,
> 
> I recommend skipping 1.4.2 entirely; it really is quite a mess, with a few too
> many dependencies. Upstream planned for 1.5 to not hard-dep on things like
> ethtool or dhcp/pump and a couple of other things; 1.4.2 was hardcoded to them,
> and this introduced some crap dependencies that most Gentoo users don't have
> installed. The 1.5 ebuild you have now seems to take this into account, though
> I think I recall there's some sort of virtual/dhcp that could be used instead?
> 

1.4.2 is dropped because upstream has now released 1.5.0 final. I don't want to worry about 1.4.2, I feel like it is a lost cause to support that in Gentoo. 

> Also, you typoed the DESCRIPTION in the 1.5_rc11 ebuild --
> "s/lightwieght/lightweight/g". :)

done. thx
> 
> Last issue -- does this initscript actually work with Gentoo? Last I checked,
> it's never worked, not for 1.4, and not for 1.5. Judging from the progress of
> the bug, some users had to delete all networking initscripts from every
> runlevel and implement other hackery to get wicd "working". If 1.5 works with
> the existing net system, providing net for services like ntp-client, then I'll
> start using it again on my laptop. :)

Is removing net.* from runlevels hackery? I decided to leave the init scripts as is until I hear of a better solution for it. I took the "network manager" approach to its init script within Gentoo and it worked fine for me. That is, remove net.* from runlevels, block udev from loading net.*, and add wicd to a runlevel. Everything started fine for me, sshd, net.lo, ntpd, etc. If that is acceptable for network manager, then it is acceptable for wicd, IMO. Suggestions welcome.

thanks for input, all. 1.5.0 final is released and now in the tree, please use that ;) Please open new bugs if needed, I don't want this one to live on any longer.
Comment 54 Rahul Jain 2008-08-03 07:39:04 UTC
(In reply to comment #52)
> (In reply to comment #51)
> > Hmm, why is the version in portage only with amd64? This works on x86 as well,
> > does it not? (Works for me on x86)
> 
> Did you not bother to read comment #47?
 
Read it and then forgot it when I posted. Happens when you are too eager. :)


Comment 55 Rahul Jain 2008-08-03 07:57:22 UTC
> > Last issue -- does this initscript actually work with Gentoo? Last I checked,
> > it's never worked, not for 1.4, and not for 1.5. Judging from the progress of
> > the bug, some users had to delete all networking initscripts from every
> > runlevel and implement other hackery to get wicd "working". If 1.5 works with
> > the existing net system, providing net for services like ntp-client, then I'll
> > start using it again on my laptop. :)
> 
> Is removing net.* from runlevels hackery? I decided to leave the init scripts
> as is until I hear of a better solution for it. I took the "network manager"
> approach to its init script within Gentoo and it worked fine for me. That is,
> remove net.* from runlevels, block udev from loading net.*, and add wicd to a
> runlevel. Everything started fine for me, sshd, net.lo, ntpd, etc. If that is
> acceptable for network manager, then it is acceptable for wicd, IMO.
> Suggestions welcome.

Just a last comment. The initscript did not work with 1.4 but with 1.5 it is working. I am using baselayout-2 and openRC. Moreover, I am using ifplugd on my net connections and wicd starts as expected and the tray icon is also there as expected without adding anything in the autostarted applications in the session options. 
Comment 56 Nick Simonov 2009-02-06 20:10:49 UTC
(In reply to comment #55)

> The initscript did not work with 1.4 but with 1.5 it is
> working. I am using baselayout-2 and openRC. 

What I had to do was to make wicd start via /etc/init.d/local. For some mystical reasons this was the only way to make it start at boot on my Eee PC. Baselayout-2, OpenRC-0.4.2, and Wicd-1.5.8. With this it of course does not provide net, but I don´t care. All I need is to be able to use it via the tray icon.

Here is my /etc/conf.d/local:

local_start() {
/usr/sbin/wicd &>/dev/null
return 0
}

local_stop() {
pkill wicd
return 0
}

I wonder if something can be wrong with this way to start wicd..
Comment 57 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-02-06 20:15:06 UTC
(In reply to comment #56)
> (In reply to comment #55)
> 
> > The initscript did not work with 1.4 but with 1.5 it is
> > working. I am using baselayout-2 and openRC. 
> 
> What I had to do was to make wicd start via /etc/init.d/local. For some
> mystical reasons this was the only way to make it start at boot on my Eee PC.
> Baselayout-2, OpenRC-0.4.2, and Wicd-1.5.8. With this it of course does not
> provide net, but I don´t care. All I need is to be able to use it via the tray
> icon.
> 
> Here is my /etc/conf.d/local:
> 
> local_start() {
> /usr/sbin/wicd &>/dev/null
> return 0
> }
> 
> local_stop() {
> pkill wicd
> return 0
> }
> 
> I wonder if something can be wrong with this way to start wicd..
> 

Don't add comments to 6 month old bugs. Open new ones. 

Your problem doesn't make any sense because that is what the current init script does now. Perhaps you didn't read the info at the end of the merge that provides direction.

(I won't be responding to this bug anymore - I don't think all the people in the CC want to be spammed over a old bug that isn't relevant anymore)