LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Ethereal Permission Problems (https://www.linuxquestions.org/questions/linux-newbie-8/ethereal-permission-problems-254932/)

Eklipz 11-14-2004 11:21 PM

Ethereal Permission Problems
 
I just recently installed Ethereal (network traffic analyzer) as root. I can run the program fine as a normal user, but when I attempt to start capturing packets, it says,

Code:

The capture session could not be initiated (socket: Operation not permitted).
Please check to make sure you have sufficient permissions, and that
you have the proper interface or pipe specified.

Is there any way I might be able to fix this so that I can use this program as a non-root user?

btmiller 11-14-2004 11:50 PM

If you want to capture packets in promiscuous mode, you need to be root. As a normal user, youcan either not capture in promiscuous mode (but then you won't be able to see any traffic but that coming to/from your machine, and perhaps not even all of that). Alternatively, set up sudo so you can run Ethereal with root priviliges.


All times are GMT -5. The time now is 11:48 AM.