|
Bugzilla – Full Text Bug Listing |
| Summary: | NetworkManager does not remember passphrase | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Martin Vidner <mvidner> |
| Component: | Network | Assignee: | Robert Love <rml> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | network and hardware from /etc/sysconfig | ||
|
Description
Martin Vidner
2005-10-20 07:28:49 UTC
Created attachment 54871 [details]
network and hardware from /etc/sysconfig
Here is /etc/sysconfig/{network,hardware}, with my actual WEP key replaced by DEADBEEF. There are lots of ifcfgs, and the one in use before NM was (or still is??) ifcfg-ra0.
OK, after unplugging and replugging the card, I got asked for the frogs passphrase and the connection works. Good. Got the same warning about not being able to save it. The passphrase bug is because we require gnome-keyring. Will add that to the package deps. Added Requires for gnome-keyring and submitted to autobuild. Thanks for pointing me in the right direction. Actually I have gnome-keyring installed and the dependency is there automatically:
kaname:~ # rpm --test -e gnome-keyring
error: Failed dependencies:
libgnome-keyring.so.0 is needed by (installed) NetworkManager-gnome-0.4.1cvs20050901-2
So I probably need to run gnome-keyring-daemon. It would be nice if the applet told me to.
|