#7271 NORM Never A: NetworkManager-0.6 broken in olpc3

Zarro Boogs per Child bugtracker at laptop.org
Fri Jun 13 15:21:48 EDT 2008


#7271: NetworkManager-0.6 broken in olpc3
------------------------------+---------------------------------------------
  Reporter:  dsd              |       Owner:  dcbw          
      Type:  defect           |      Status:  new           
  Priority:  normal           |   Milestone:  Never Assigned
 Component:  network manager  |     Version:  olpc-3        
Resolution:                   |    Keywords:                
  Verified:  0                |    Blocking:                
 Blockedby:                   |  
------------------------------+---------------------------------------------
Changes (by dsd):

 * cc: dgilmore (added)


Comment:

 There's a bug in NetworkManager-0.6.5-3206-edit.patch

 it removes a call to new_nl_handle() :
 {{{
 @@ -560,7 +577,7 @@

         g_return_val_if_fail (iface != NULL, FALSE);

 -       if (!(nlh = new_nl_handle ()))
 +       if (!nlh)
                 return FALSE;

         if (!(request = rtnl_link_alloc ()))
 }}}


 The resultant logic is then as follows:
 {{{
         struct nl_handle *      nlh = NULL;
         if (!nlh)
                 return FALSE;
 }}}

 so the nm_system_device_set_up_down_with_iface() function never does
 anything

 There are still problems even with that fixed, so I'll keep hunting...

-- 
Ticket URL: <http://dev.laptop.org/ticket/7271#comment:2>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system


More information about the Bugs mailing list