First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Permissions problem Ubuntu 16.4

  • retag add tags

I just installed Wireshark on Ubuntu 16.4 and I getting a permisons error. How can I correct that? I should have checked the box that allowed non-priivileged users to use the app.

brusod's avatar
1
brusod
asked 2018-02-19 00:44:55 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Hi:

I ran the commands below and I am now able to load and examine a previously created tcpdump file but I cannot capture within in the program. The error message I receive when I start the program now is: couldn't run /usr/bin/dumpcap in child process. Permission denied.

Is there another modification required?

Thanks!

brusod's avatar brusod (2018-02-24 00:33:12 +0000) edit
add a comment see more comments

1 Answer

0

you can change the permissions by doing:

$ sudo dpkg-reconfigure wireshark-common
$ sudo usermod -a -G wireshark $USER`
Anders's avatar
5k
Anders
answered 2018-02-19 09:58:08 +0000
Jaap's avatar
13.7k
Jaap
updated 2018-02-19 12:36:12 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer