Creating a wireless or PPPOE connection fails with "Error editing connection: property '%s' / '%s' invalid: %d"

Bug #438771 reported by fubarbundy
96
This bug affects 17 people
Affects Status Importance Assigned to Milestone
NetworkManager
Fix Released
Medium
network-manager (Ubuntu)
Fix Released
High
Unassigned
Nominated for Karmic by just for fun

Bug Description

NOTE: this bug is fixed. bug 432205 is another DSL related bug which we will fix soon. please read and subscribe there if you have DSL issues.

Binary package hint: network-manager

Ubuntu version: Karmic Alpha 64-bit with updates to 2009/09/28
Network Manager version: 0.8~a~git.20090923t064445.b20cef2-0ubuntu1

Trying to add a DSL connection from Network Manager Applet -> Edit Connections -> DSL -> Add fails with the following:

Error editing connection: property '%s' / '%s' invalid: %d
NMSettingPPPOE

Running nm-applet in a terminal spits out the following until a username is typed:

** (nm-connection-editor:21172): WARNING **: Invalid setting DSL: username

but nothing when clicking Apply

Nothing shows up in /var/log/syslog

Revision history for this message
fubarbundy (launchpad-mailtic) wrote :

Also affects creating wireless connections.

Revision history for this message
fubarbundy (launchpad-mailtic) wrote :
summary: - Creating a DSL connection fails with "Error editing connection: property
- '%s' / '%s' invalid: %d"
+ Creating a wireless or DSL connection fails with "Error editing
+ connection: property '%s' / '%s' invalid: %d"
Alexander Sack (asac)
Changed in network-manager (Ubuntu):
status: New → Triaged
importance: Undecided → High
assignee: nobody → Alexander Sack (asac)
milestone: none → ubuntu-9.10
Revision history for this message
S1 (blin) wrote : Re: Creating a wireless or DSL connection fails with "Error editing connection: property '%s' / '%s' invalid: %d"

Creating a wireless connection makes the same mistake. Subscribe.

Revision history for this message
Habib (habibseifzadeh) wrote :

the same problem with Karmic beta....

Revision history for this message
Alexander Sack (asac) wrote :

should be fixed in trunk ppa: https://edge.launchpad.net/~network-manager/+archive/trunk ... please verify.

Changed in network-manager (Ubuntu):
status: Triaged → Fix Committed
Revision history for this message
Ervis Tusha (etusha) wrote :

the same problem
i have used pppoeconf

Revision history for this message
Ding Zhou (tualatrix) wrote :

I can confirmed this bug.

After using the trunk PPA, I can create the DSL connection now, but I still can't not use it, it isn't available. Please see the attachment.

Revision history for this message
Misha Bazanov (bmw-) wrote :

This bug is fixed in trunk PPA, thanks, Alexander.
2TualatriX
You can not use network manager cause you setup network with ppoeconf or manually trough editing of /etc/network/interfaces. Just comment eth0 and pppoe entries int /etc/network/interfaces so it looks like this:
auto lo
iface lo inet loopback

#auto dsl-provider
#iface dsl-provider inet ppp
#pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
#provider dsl-provider

#auto eth0
#iface eth0 inet manual

Revision history for this message
varun (varun-magical) wrote :

I can confirmed this bug.
Havent tried trunk PPA yet.

Revision history for this message
nezb (nezb-deactivatedaccount) wrote :

This bug is also present when creating or importing a VPN (network-manager-vpnc) connection. You also get this text below the error: NMSettingIP4Config.

Revision history for this message
nezb (nezb-deactivatedaccount) wrote :

This bug is also present when creating a VPN connection (network-manager-vpnc) in the 9.10 beta.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package network-manager - 0.8~a~git.20091005t192303.1d28ad1-0ubuntu1

---------------
network-manager (0.8~a~git.20091005t192303.1d28ad1-0ubuntu1) karmic; urgency=low

  * upstream snapshot 2009-10-05 19:23:03 (GMT)
    + 1d28ad1aa54bacf6b6b64582ee7c41d9728d7304
  * fixed upstream
    - LP: #413622 - Network manager does not unmanage devices configured as
      "mapping" in /etc/network/interfaces
    - LP: #413967 - Network manager does not connect wlan0 on startup
    - LP: #417719 - Disconnected static wired network initially treated as
      connected
    - LP: #422597 - 802.11x fails for wired connections (wireless works)
    - LP: #438771 - Creating a wireless or DSL connection fails with
      "Error editing connection: property '%s' / '%s' invalid: %d"
    - LP: #443423 - Connection properties are not stored
    - LP: #439221 - cannot create wireless Wpa & Wpa2 connection with GUI
    - LP: #441668 - network-manager does not save modifications on GSM
      connections
    - LP: #438454 - NetworkManager fails to set IP and route information entered

  [ Mathieu Trudel <email address hidden> ]
  * updated pkcs11 smartcard patch
    - updated debian/patches/lp120363_smartcard_pkcs11.patch
  * add new 802.1x symbols to libnm-util1.symbols
    - update debian/libnm-util1.symbols

  [ Alexander Sack <email address hidden> ]
  * drop cherry-pick now applied upstream
    - delete debian/patches/lp436884.patch
    - update debian/patches/series
  * extend apport hook to also append /etc/NetworkManager/nm-system-settings.conf
    - update debian/source_network-manager.py

 -- Alexander Sack <email address hidden> Mon, 05 Oct 2009 23:46:01 +0200

Changed in network-manager (Ubuntu):
status: Fix Committed → Fix Released
Revision history for this message
just for fun (justforfun-deactivatedaccount) wrote :

With me it also affects in the 32bit version.

Revision history for this message
yuane (yuane) wrote :

this bug still in RC

Revision history for this message
just for fun (justforfun-deactivatedaccount) wrote :

You're right!

Revision history for this message
James.Dedon (james-dedon) wrote :

It has changed. The original bug is gone (see original quoted error), but Network-Manager still cannot connect.

Revision history for this message
James.Dedon (james-dedon) wrote :

... to a DSL connection that is.

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 438771] Re: Creating a wireless or DSL connection fails with "Error editing connection: property '%s' / '%s' invalid: %d"

On Fri, Oct 23, 2009 at 02:18:01PM -0000, James.Dedon wrote:
> ... to a DSL connection that is.
>

# in first terminal
tail -n -f /var/log/syslog

# in a different terminal
sudo stop network-manager
export NM_PPP_DEBUG=1
sudo NetworkManager --no-daemon

and then connect and post what you get in syslog?

 - Alexander

Revision history for this message
James.Dedon (james-dedon) wrote : Re: Creating a wireless or DSL connection fails with "Error editing connection: property '%s' / '%s' invalid: %d"

Sorry, I reinstalled Jaunty before you posted that. My wife was really pushing me to fix it, because we use this laptop as a wifi access point.

Revision history for this message
Pavel Mikhalev (chame) wrote :

I had the same problem that James had.
I'll attach my syslog and nm debug info.

Revision history for this message
Pavel Mikhalev (chame) wrote :
Revision history for this message
Pavel Mikhalev (chame) wrote :
Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 438771] Re: Creating a wireless or DSL connection fails with "Error editing connection: property '%s' / '%s' invalid: %d"

On Sun, Oct 25, 2009 at 08:46:32AM -0000, Pavel Mikhalyev wrote:
>
> ** Attachment added: "nm_debug.txt"
> http://launchpadlibrarian.net/34350264/nm_debug.txt
>

what special settings do you do in dsl tab? i tried creating a
dsl connection and it worked without problems. I tried all auto and
also explicitly setting a specific dns server in IPv4Settings tab.

 - Alexander

Revision history for this message
Pavel Mikhalev (chame) wrote : Re: Creating a wireless or DSL connection fails with "Error editing connection: property '%s' / '%s' invalid: %d"

Absolutely nothing special. Just put my username (contains '@') and password. With NM 0.7.x this combination worked like a charm.

Ubuntu 9.10 RC, NM 0.8~a~git.20091013t193206.679d548-0ubuntu1, if it matters.

Revision history for this message
Misha Bazanov (bmw-) wrote :

Can confirm Pavel Mikhalyev message.

$dpkg --list |grep network-manager
ii network-manager 0.8~a~git.20091016t185227.8d65515-0ubuntu2~nmt1
ii network-manager-gnome 0.8~a~git.20091027t225857.e4cd853-0ubuntu2~nmt1
ii network-manager-pptp 0.8~a~git.20091013t190309.0c39c37-0ubuntu1

dsl connection with pppoeconf is ok.

Revision history for this message
Misha Bazanov (bmw-) wrote :

Also some strange thing: system do not ask every time to access network-manager for my secure stored password (i'm press allow only one time)
I'm try to connect manually and it works with string from syslog.txt exept "plugin /usr/lib/pppd/2.4.4/nm-pppd-plugin.so"
I'm set default router to ppp0 by hand and now write this messege. Log of connection in attach, also store password in /etc/ppp/pap-secrets for authentification

Thanks!

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 438771] Re: Creating a wireless or DSL connection fails with "Error editing connection: property '%s' / '%s' invalid: %d"

On Mon, Oct 26, 2009 at 06:56:43PM -0000, Pavel Mikhalyev wrote:
> Absolutely nothing special. Just put my username (contains '@') and
> password. With NM 0.7.x this combination worked like a charm.
>
> Ubuntu 9.10 RC, NM 0.8~a~git.20091013t193206.679d548-0ubuntu1, if it
> matters.

maybe you marked the connection as "available to all users"? If not, try without
(or with it).

 - Alexander

Revision history for this message
Pavel Mikhalev (chame) wrote : Re: Creating a wireless or DSL connection fails with "Error editing connection: property '%s' / '%s' invalid: %d"

Try without this mark, with it, even standing on my head - NM doesn't connect anyway.
This problem exist for at least 3 LP users and I can provide additional information if needed. I hope you set it out, maybe you don't mind comment #26 (seems like Misha get some success with it).

Revision history for this message
Steven S (steven-schramm) wrote :

This bug still exists in the official release of 9.10. I just spent the past hour trying every possible set of options in the network manager, just to make sure. No luck connecting to the DSL.

I did a clean install of 9.10. Before hand I had 8.10, and it worked fine, but I wiped the partition before installing the official 9.10 release. If it matters, I have a separate home partition, and it is encrypted.

I'm about to restart back to 9.10 and try ppoeconf, hopefully it will work as a temporary fix.

Revision history for this message
Steven S (steven-schramm) wrote :

On 9.10 now:
pppoe does indeed work properly, but the network manager fails. Again, this is the official release version of 9.10.

If any debugging information is desired, post and I'll include it.

Revision history for this message
Guillaume Modard (guillaumemodard) wrote :

I get the same bug in 9.10 final release :

Try to connect with DSL, enter Username and Password... and do not work (it worked with ubuntu 9.04 this way). Furthermore, if I check "Enable for all users" and click "Ok", then, if I want to edit again the connection, I get a message : "Insufficient privilege".

To connect with PPPoE, I used sudo pppoeconf in a terminal.

Revision history for this message
agitdd99 (agitdd99) wrote :

yes i have the same problem too. I have already installed Karmic release, but I can not make DSL connection.

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 438771] Re: Creating a wireless or DSL connection fails with "Error editing connection: property '%s' / '%s' invalid: %d"

On Fri, Oct 30, 2009 at 12:59:12AM -0000, agitdd99 wrote:
> yes i have the same problem too. I have already installed Karmic
> release, but I can not make DSL connection.
>
> ** Attachment added: "syslog"
> http://launchpadlibrarian.net/34639740/syslog.txt
>

This bug was about the error in subject line when editing DSL connections ....
does anyone see that particular error still?

besides that we fixed DSL on trunk now, the builds should be available in a few
hours for testing here:

   https://edge.launchpad.net/~network-manager/+archive/trunk

so .... i think what you still see here is really bug 432205 ... and not what this bug
was about ...

Please verify (and read the other bug).

 - Alexander

Revision history for this message
James.Dedon (james-dedon) wrote : Re: Creating a wireless or DSL connection fails with "Error editing connection: property '%s' / '%s' invalid: %d"

I can verify that the error message that the original bug was filed as was fixed when you released the updated package in the trunk repo. I assumed that the ongoing problem had something to do with the original bug. 432205 is the existing bug that I had.

I think that the community should issue some sort of instructions that is easy to find either in ubuntuforums (not all that easy to find info in it anymore)0 or the wiki so people can figure out a way to work around and update their systems so PPPoe works with Network-Manager.

Revision history for this message
Alexander Sack (asac) wrote :

we will roll an update to karmic-updates once we have accumulated (~1 week) a few more fixes. for now point them to the trunk ppa to get a cure.

Revision history for this message
Alexander Sack (asac) wrote :

updated title so this bug does not mislead users believing that this is the bug they see when they cannot use DSL ...

summary: - Creating a wireless or DSL connection fails with "Error editing
+ Creating a wireless or PPPOE connection fails with "Error editing
connection: property '%s' / '%s' invalid: %d"
description: updated
Changed in network-manager (Ubuntu):
assignee: Alexander Sack (asac) → nobody
Revision history for this message
Evgeny (evgeny-ig) wrote :

> Furthermore, if I check "Enable for all users" and click "Ok", then,
>if I want to edit again the connection, I get a message : "Insufficient privilege".

I have the same.
Can't connect to the internet.

Jayaraju (vjayaraju)
Changed in network-manager (Ubuntu):
status: Fix Released → New
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. The issue that you reported is one that should be reproducible with the live environment of the Desktop CD of the development release - Maverick Meerkat. It would help us greatly if you could test with it so we can work on getting it fixed in the next release of Ubuntu. You can find out more about the development release at http://www.ubuntu.com/testing/ . Thanks again and we appreciate your help.

If you're running Karmic, please see above and use the same procedure (getting the ISOs from http://www.ubuntu.com/desktop/get-ubuntu/download) to test this with the current latest release, Lucid Lynx. This bug should be fixed in this version as well.

Changed in network-manager (Ubuntu):
status: New → Incomplete
Revision history for this message
James.Dedon (james-dedon) wrote :

I haven't had any problems with this bug in Lucid. Everything works fine with Network Manager for DSL, WiFi, and LAN connections.

Changed in network-manager:
importance: Unknown → Medium
status: Unknown → Fix Released
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Marking as Fix Released as per the report in comment #39.

If you still notice issues, since there's a high probability it's really a very different problem, please file a new bug and comment here with the bug number so we can take a look. Thanks!

Changed in network-manager (Ubuntu):
status: Incomplete → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.