** Description changed:

  the regression here is that devices are unmanaged even though they dont
  have a "auto eth0" line for instance.
  
  Here an example of an interfaces configuration that should not set the 
devices in unmanaged mode
  
https://bugs.edge.launchpad.net/ubuntu/+source/network-manager/+bug/279262/comments/14
  
+ The code we shipped in NM 0.6 that shows that auto connections were
+ blacklisted is:
  
- Original:
+         for (curr_b = ifparser_getfirst (); curr_b; curr_b = curr_b->next) {
+                 if ((!strcmp (curr_b->type, "auto") || !strcmp (curr_b->type, 
"allow-hotplug"))
+                     && strstr (curr_b->name, iface))
+                         blacklist = TRUE;
+         }
+ 
+ 
+ 
+ === Original Description: ====
  
  After update/upgrade/dist-upgrade of Ubuntu Intrepid today ( 6 Oct 2008
  )
  
  My network layer is not working more if i try to configure it (now is 
disabled) from top right icon
  i get:
  
  nm-ifupdown-connection.c 82
  connection update not supported (read only)
  
  The system dont' ask me for a (sudo) password if i try to edit
  connections.
  
  Thank you

** Description changed:

  the regression here is that devices are unmanaged even though they dont
  have a "auto eth0" line for instance.
  
  Here an example of an interfaces configuration that should not set the 
devices in unmanaged mode
  
https://bugs.edge.launchpad.net/ubuntu/+source/network-manager/+bug/279262/comments/14
  
  The code we shipped in NM 0.6 that shows that auto connections were
  blacklisted is:
  
          for (curr_b = ifparser_getfirst (); curr_b; curr_b = curr_b->next) {
                  if ((!strcmp (curr_b->type, "auto") || !strcmp (curr_b->type, 
"allow-hotplug"))
                      && strstr (curr_b->name, iface))
                          blacklist = TRUE;
          }
+ 
+ The proposed patch is committed to the ubuntu.0.7 branch (see Related 
Branches section in this bug) and can be seen here:
+   
http://bazaar.launchpad.net/~network-manager/network-manager/ubuntu.0.7/annotate/2956?file_id=012ifupdownunmanagea-20081022120139-7rgnlk84604f1ysu-1
  
  
  
  === Original Description: ====
  
  After update/upgrade/dist-upgrade of Ubuntu Intrepid today ( 6 Oct 2008
  )
  
  My network layer is not working more if i try to configure it (now is 
disabled) from top right icon
  i get:
  
  nm-ifupdown-connection.c 82
  connection update not supported (read only)
  
  The system dont' ask me for a (sudo) password if i try to edit
  connections.
  
  Thank you

** Summary changed:

- [regression] network-manager unmanaged mode sets devices to unmanaged that 
were managed in hardy
+ [regression] devices/interfaces not set to "auto" in /etc/network/interfaces 
get blacklisted in 0.7 (intrepid) but were managed in 0.6 (hardy and before)

** Description changed:

  the regression here is that devices are unmanaged even though they dont
  have a "auto eth0" line for instance.
  
  Here an example of an interfaces configuration that should not set the 
devices in unmanaged mode
  
https://bugs.edge.launchpad.net/ubuntu/+source/network-manager/+bug/279262/comments/14
+ 
+ To reproduce:
+ place the interfaces configuration from the above comment and see that after 
restart the device is unmanaged in intrepid, but managed in hardy (0.6).
  
  The code we shipped in NM 0.6 that shows that auto connections were
  blacklisted is:
  
          for (curr_b = ifparser_getfirst (); curr_b; curr_b = curr_b->next) {
                  if ((!strcmp (curr_b->type, "auto") || !strcmp (curr_b->type, 
"allow-hotplug"))
                      && strstr (curr_b->name, iface))
                          blacklist = TRUE;
          }
  
  The proposed patch is committed to the ubuntu.0.7 branch (see Related 
Branches section in this bug) and can be seen here:
    
http://bazaar.launchpad.net/~network-manager/network-manager/ubuntu.0.7/annotate/2956?file_id=012ifupdownunmanagea-20081022120139-7rgnlk84604f1ysu-1
  
  
  
  === Original Description: ====
  
  After update/upgrade/dist-upgrade of Ubuntu Intrepid today ( 6 Oct 2008
  )
  
  My network layer is not working more if i try to configure it (now is 
disabled) from top right icon
  i get:
  
  nm-ifupdown-connection.c 82
  connection update not supported (read only)
  
  The system dont' ask me for a (sudo) password if i try to edit
  connections.
  
  Thank you

** Description changed:

  the regression here is that devices are unmanaged even though they dont
  have a "auto eth0" line for instance.
  
  Here an example of an interfaces configuration that should not set the 
devices in unmanaged mode
  
https://bugs.edge.launchpad.net/ubuntu/+source/network-manager/+bug/279262/comments/14
  
  To reproduce:
  place the interfaces configuration from the above comment and see that after 
restart the device is unmanaged in intrepid, but managed in hardy (0.6).
  
  The code we shipped in NM 0.6 that shows that auto connections were
  blacklisted is:
  
          for (curr_b = ifparser_getfirst (); curr_b; curr_b = curr_b->next) {
                  if ((!strcmp (curr_b->type, "auto") || !strcmp (curr_b->type, 
"allow-hotplug"))
                      && strstr (curr_b->name, iface))
                          blacklist = TRUE;
          }
  
  The proposed patch is committed to the ubuntu.0.7 branch (see Related 
Branches section in this bug) and can be seen here:
    
http://bazaar.launchpad.net/~network-manager/network-manager/ubuntu.0.7/annotate/2956?file_id=012ifupdownunmanagea-20081022120139-7rgnlk84604f1ysu-1
- 
- 
- 
- === Original Description: ====
- 
- After update/upgrade/dist-upgrade of Ubuntu Intrepid today ( 6 Oct 2008
- )
- 
- My network layer is not working more if i try to configure it (now is 
disabled) from top right icon
- i get:
- 
- nm-ifupdown-connection.c 82
- connection update not supported (read only)
- 
- The system dont' ask me for a (sudo) password if i try to edit
- connections.
- 
- Thank you

** Changed in: network-manager (Ubuntu)
       Target: None => ubuntu-8.10

** Description changed:

  the regression here is that devices are unmanaged even though they dont
- have a "auto eth0" line for instance.
+ have a "auto eth0" line in /etc/network/interfaces
  
  Here an example of an interfaces configuration that should not set the 
devices in unmanaged mode
  
https://bugs.edge.launchpad.net/ubuntu/+source/network-manager/+bug/279262/comments/14
  
  To reproduce:
  place the interfaces configuration from the above comment and see that after 
restart the device is unmanaged in intrepid, but managed in hardy (0.6).
  
  The code we shipped in NM 0.6 that shows that auto connections were
  blacklisted is:
  
          for (curr_b = ifparser_getfirst (); curr_b; curr_b = curr_b->next) {
                  if ((!strcmp (curr_b->type, "auto") || !strcmp (curr_b->type, 
"allow-hotplug"))
                      && strstr (curr_b->name, iface))
                          blacklist = TRUE;
          }
  
  The proposed patch is committed to the ubuntu.0.7 branch (see Related 
Branches section in this bug) and can be seen here:
    
http://bazaar.launchpad.net/~network-manager/network-manager/ubuntu.0.7/annotate/2956?file_id=012ifupdownunmanagea-20081022120139-7rgnlk84604f1ysu-1

-- 
[regression] devices/interfaces not set to "auto" in /etc/network/interfaces 
get blacklisted in 0.7 (intrepid) but were managed in 0.6 (hardy and before)
https://bugs.launchpad.net/bugs/279262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to