Package: connman
Version: 1.21-1.2
Severity: normal
Because of bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772996 I look
to alternatives and install `connman`:

  bash# dpkg -l | grep 'wicd\|connman'
  269:ii  connman                                                      1.21-1.2 
                           amd64                               Intel Connection 
Manager daemon
  270:ii  connman-doc                                                  1.21-1.2 
                           all                                 ConnMan 
documentation
  271:ii  connman-ui                                                   
0~20130115-1                        amd64                               
Full-featured GTK-based tray icon UI for ConnMan
  3690:ii  python-wicd                                                  
1.7.2.4-4.1                         all                                 wired 
and wireless network manager - Python module
  4194:ii  wicd-cli                                                     
1.7.2.4-4.1                         all                                 wired 
and wireless network manager - scriptable console client
  4195:ii  wicd-curses                                                  
1.7.2.4-4.1                         all                                 wired 
and wireless network manager - Curses client
  4196:ii  wicd-daemon                                                  
1.7.2.4-4.1                         all                                 wired 
and wireless network manager - daemon
  4197:ii  wicd-gtk                                                     
1.7.2.4-4.1                         all                                 wired 
and wireless network manager - GTK+ client

If look to declared dependencies:

  $ apt-cache show connman | grep -C2 Conflicts:

  Recommends: bluez, wpasupplicant, ofono
  Suggests: indicator-network
  Conflicts: network-manager, wicd
  Description-en: Intel Connection Manager daemon
   The Linux Connection Manager project provides a daemon for managing

As you can see from above diagnostics I have no `wicd` package but
`wicd-daemon` is still present and conflict with `connman`.

Fix dependency to `wicd-daemon`!

As work-around it is possible to:

  $ sudo service wicd stop
  $ sudo update-rc.d disable wicd

or:

  $ sudo apt-get remove wicd-daemon

-- 
Best regards!

Reply via email to