Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. ti@D8LXQt:~$ sudo dpkg --configure connman
  2. [sudo] password for ti:
  3. dpkg: error: dpkg status database is locked by another process
  4. ti@D8LXQt:~$ sudo dpkg --configure connman
  5. Setting up connman (1.33-1) ...
  6. Job for connman.service failed because the control process exited with error code.
  7. See "systemctl status connman.service" and "journalctl -xe" for details.
  8. invoke-rc.d: initscript connman, action "start" failed.
  9. ● connman.service - Connection service
  10. Loaded: loaded (/lib/systemd/system/connman.service; enabled; vendor preset: enabled)
  11. Active: activating (auto-restart) (Result: exit-code) since Fri 2016-12-09 00:33:19 CET; 3ms ago
  12. Process: 8253 ExecStart=/usr/sbin/connmand -n (code=exited, status=127)
  13. Main PID: 8253 (code=exited, status=127)
  14.  
  15. Dec 09 00:33:19 D8LXQt systemd[1]: connman.service: Unit entered failed state.
  16. Dec 09 00:33:19 D8LXQt systemd[1]: connman.service: Failed with result 'exi…de'.
  17. Hint: Some lines were ellipsized, use -l to show in full.
  18. dpkg: error processing package connman (--configure):
  19. subprocess installed post-installation script returned error exit status 1
  20. Errors were encountered while processing:
  21. connman
  22.  
  23. ti@D8LXQt:~$ sudo dpkg --configure -a
  24. Setting up connman (1.33-1) ...
  25. Job for connman.service failed because the control process exited with error code.
  26. See "systemctl status connman.service" and "journalctl -xe" for details.
  27. invoke-rc.d: initscript connman, action "start" failed.
  28. ● connman.service - Connection service
  29. Loaded: loaded (/lib/systemd/system/connman.service; enabled; vendor preset: enabled)
  30. Active: activating (auto-restart) (Result: exit-code) since Fri 2016-12-09 00:34:17 CET; 4ms ago
  31. Process: 8320 ExecStart=/usr/sbin/connmand -n (code=exited, status=127)
  32. Main PID: 8320 (code=exited, status=127)
  33.  
  34. Dec 09 00:34:17 D8LXQt systemd[1]: connman.service: Unit entered failed state.
  35. Dec 09 00:34:17 D8LXQt systemd[1]: connman.service: Failed with result 'exi…de'.
  36. Hint: Some lines were ellipsized, use -l to show in full.
  37. dpkg: error processing package connman (--configure):
  38. subprocess installed post-installation script returned error exit status 1
  39. dpkg: dependency problems prevent configuration of connman-ui:
  40. connman-ui depends on connman; however:
  41. Package connman is not configured yet.
  42.  
  43. dpkg: error processing package connman-ui (--configure):
  44. dependency problems - leaving unconfigured
  45. Errors were encountered while processing:
  46. connman
  47. connman-ui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement