I installed Wireshark. Running as root is not recommended, so
I Did
sudo dpkg-reconfigure wireshark-common
According to:
http://wiki.wireshark.org/CaptureSetup/CapturePrivileges
Answered Yes, Logout out Started Wireshark and got this message:
couldn't run /usr/bin/dumpcap in child process: Permission Denied.
I think I followed the recommended way of configuring Wireshark, it worked in 13.10, it doesn't in 14.04
FYI, reconfiguring wireshark-common is actually setting the group for dumpcap to Wireshark. Still it doesn't work. I checked that.
How should it be done in 14.04?
I found that after running:
a
wireshark
group been created in/etc/gshadow
. So I just wrote:and logout/login and now it works fine!
Yes, you did correct. But some thing is missing.If you see the error message like
couldn't run /usr/bin/dumpcap in child process: Permission Denied
.Go to terminal andchoose answer as "
YES
" .Then add user to the group byThen restart your machine and open wireshark. It works.
Check this question