Results 1 to 2 of 2

Thread: Ubuntu 13.10, Wireshark and No Interfaces (with dpkg reconfigure)

  1. #1
    Join Date
    Nov 2009
    Beans
    44

    Question Ubuntu 13.10, Wireshark and No Interfaces (with dpkg reconfigure)

    I installed Wireshark on Ubuntu 13.10 (x64). I ran `sudo dpkg-reconfigure wireshark-common` and selected YES. I also added myself to the 'wireshark' group. Finally, I rebooted.

    I get no interfaces when I launch Wireshark. The UI displays, "Couldn't run /usr/bin/dumpcap in child process: Permission denied". I checked /usr/bin/dumpcap, and its owned by 'root' with group 'wireshark'.

    Any ideas?

  2. #2
    Join Date
    Oct 2011
    Beans
    92

    Re: Ubuntu 13.10, Wireshark and No Interfaces (with dpkg reconfigure)

    If you've not done so already you could try the series of steps here: http://www.dickson.me.uk/2012/09/17/...ntu-12-04-lts/

    In particular make sure you have done:

    sudo chmod 750 /usr/bin/dumpcap


    sudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap

    then restart for good measure. Check the capabilities are set correctly:

    sudo getcap /usr/bin/dumpcap

    This got me past your problem, but on 13.10 (but not on 12.04) it left me with another problem: http://askubuntu.com/questions/41344...nless-ran-as-r

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •