[Desktop-packages] [Bug 297745] Re: Changing the IP address in NetworkManager should immediately change the IP on the interface

2012-03-14 Thread Martin
@Richard: I think I understand what Mathieu mean. At least, I see a case where 
it can be useful: imagine you want to reconfigure the box ip adress remotely. 
You may don't want it to be applied immediately, but for example at next reboot.
So from my point of view, there should be a apply now AND apply at next 
reboot.

At least, If the expected behavior for the settings isn't to change
immediately , it should be notified and specified to the user.

Mathieu, what do you think ?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/297745

Title:
  Changing the IP address in NetworkManager should immediately change
  the IP on the interface

Status in “network-manager” package in Ubuntu:
  Won't Fix

Bug description:
  Changing the IP address on a manually configured Ethernet interface
  and clicking OK does not result in the IP on the interface actually
  changing. You have to unplug the cable and plug it back in. When
  changing the IP address, NetworkManager should change the IP on the
  interface (running the down/up interface scripts as appropriate).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/297745/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 297745] Re: Changing the IP address in NetworkManager should immediately change the IP on the interface

2012-03-14 Thread Martin
Sorry, I was not 100% complete in the previous note:  when you change to
static and clic apply... for the first time in Live mode, *something*
happen immediately which leads the box to be disconnected from the
network. So new changes are not effectively applied. Then , While
disconnected, the check enable networking (right-clic on applet) is
still and well checked. To recover network you have to LEFT-clic on
applet, and select auto-eth0 to enable the interface again.

There is something strange about that.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/297745

Title:
  Changing the IP address in NetworkManager should immediately change
  the IP on the interface

Status in “network-manager” package in Ubuntu:
  Won't Fix

Bug description:
  Changing the IP address on a manually configured Ethernet interface
  and clicking OK does not result in the IP on the interface actually
  changing. You have to unplug the cable and plug it back in. When
  changing the IP address, NetworkManager should change the IP on the
  interface (running the down/up interface scripts as appropriate).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/297745/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 297745] Re: Changing the IP address in NetworkManager should immediately change the IP on the interface

2012-03-14 Thread Martin
Based of the expected behavior described by Mathieu, there is still an issue 
within the Live mode of ubuntu (Live CD/USB).
Basically , in this mode, changing from DHCP (default) to static and clic 
apply... effectively applies changes _immediatly_  (which is not expected 
base on Mathieu note).
Then, making change again is working like expected.

Do I have to open another issue for that ?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/297745

Title:
  Changing the IP address in NetworkManager should immediately change
  the IP on the interface

Status in “network-manager” package in Ubuntu:
  Won't Fix

Bug description:
  Changing the IP address on a manually configured Ethernet interface
  and clicking OK does not result in the IP on the interface actually
  changing. You have to unplug the cable and plug it back in. When
  changing the IP address, NetworkManager should change the IP on the
  interface (running the down/up interface scripts as appropriate).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/297745/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 297745] Re: Changing the IP address in NetworkManager should immediately change the IP on the interface

2012-03-13 Thread Martin
I can confirm this bug on a fresh ubuntu 10.04.4 (lucid). All you have
to do to reproduce is installing, open network manager, set  static ip
adress and you'll see that you are disconnected (and never connected
back on the new static IP).

It means in clear, that if you need to change the ip adress remotely,
you're busted.

I followed instructions for debug (
https://wiki.ubuntu.com/DebuggingNetworkManager#Getting_NetworkManager_debug_logs
)

I get the following error.

$ sudo python debug-helper.py --nm debug
[sudo] password for sound4: 
Setting NetworkManager log level to 'debug'
Traceback (most recent call last):
  File debug-helper.py, line 37, in module
nm.SetLogging(args.do_set_nm_logging, ','.join(args.log_domains))
  File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 68, in __call__
return self._proxy_method(*args, **keywords)
  File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 140, in __call__
**keywords)
  File /usr/lib/pymodules/python2.6/dbus/connection.py, line 620, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method 
SetLogging with signature ss on interface org.freedesktop.NetworkManager 
doesn't exist


PS: I am running the fresh install from virtualbox.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/297745

Title:
  Changing the IP address in NetworkManager should immediately change
  the IP on the interface

Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  Changing the IP address on a manually configured Ethernet interface
  and clicking OK does not result in the IP on the interface actually
  changing. You have to unplug the cable and plug it back in. When
  changing the IP address, NetworkManager should change the IP on the
  interface (running the down/up interface scripts as appropriate).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/297745/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 297745] Re: Changing the IP address in NetworkManager should immediately change the IP on the interface

2012-03-13 Thread Martin
What is important to notice is nothing more is happening in syslog when
tweaking again network manager properties.

The only way to get the new settings applied is:
1) right-clic on network applet, uncheck / check enable networking
2) unplug / plug the network cable.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/297745

Title:
  Changing the IP address in NetworkManager should immediately change
  the IP on the interface

Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  Changing the IP address on a manually configured Ethernet interface
  and clicking OK does not result in the IP on the interface actually
  changing. You have to unplug the cable and plug it back in. When
  changing the IP address, NetworkManager should change the IP on the
  interface (running the down/up interface scripts as appropriate).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/297745/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 297745] Re: Changing the IP address in NetworkManager should immediately change the IP on the interface

2012-03-13 Thread Mathieu Trudel-Lapierre
The process is wrong. It's expected behavior that the settings don't
change immediately; since you can change the settings to any connection,
not just the active one, and nm-applet needs to speak to NM to change
the settings.

What you'll want to do is edit the connection settings, then click on
the connection itself again via nm-applet: for instance, if it's a Wifi
network, click its name again just above the disconnect menu entry and
the connection will be re-established.

Since this is already covered in NetworkManager, I'll close this bug as
Fix Released.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/297745

Title:
  Changing the IP address in NetworkManager should immediately change
  the IP on the interface

Status in “network-manager” package in Ubuntu:
  Won't Fix

Bug description:
  Changing the IP address on a manually configured Ethernet interface
  and clicking OK does not result in the IP on the interface actually
  changing. You have to unplug the cable and plug it back in. When
  changing the IP address, NetworkManager should change the IP on the
  interface (running the down/up interface scripts as appropriate).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/297745/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 297745] Re: Changing the IP address in NetworkManager should immediately change the IP on the interface

2012-03-13 Thread Mathieu Trudel-Lapierre
Well, actually won't fix in this case because the title is should
change immediately, which is explicitly what I describe above as
something we don't want to do.

** Changed in: network-manager (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/297745

Title:
  Changing the IP address in NetworkManager should immediately change
  the IP on the interface

Status in “network-manager” package in Ubuntu:
  Won't Fix

Bug description:
  Changing the IP address on a manually configured Ethernet interface
  and clicking OK does not result in the IP on the interface actually
  changing. You have to unplug the cable and plug it back in. When
  changing the IP address, NetworkManager should change the IP on the
  interface (running the down/up interface scripts as appropriate).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/297745/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 297745] Re: Changing the IP address in NetworkManager should immediately change the IP on the interface

2012-03-13 Thread Richard Laager
Who expects this behavior? I would expect that when I'm editing the
active connection, the changes are applied immediately. That fact that I
can edit inactive connections is not relevant to how it should behave
when I'm editing an active connection.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/297745

Title:
  Changing the IP address in NetworkManager should immediately change
  the IP on the interface

Status in “network-manager” package in Ubuntu:
  Won't Fix

Bug description:
  Changing the IP address on a manually configured Ethernet interface
  and clicking OK does not result in the IP on the interface actually
  changing. You have to unplug the cable and plug it back in. When
  changing the IP address, NetworkManager should change the IP on the
  interface (running the down/up interface scripts as appropriate).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/297745/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp