ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4569] Trying to Run Wireshark as "root" causes system to c

Date: Fri, 12 Mar 2010 15:23:34 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4569

--- Comment #10 from Guy Harris <guy@xxxxxxxxxxxx> 2010-03-12 15:23:30 PST ---
Try doing, in order, as root:

   dumpcap -i eth0 -w /dev/null

   dumpcap -i vmnet1 -w /dev/null

   dumpcap -i vmnet8 -w /dev/null

   dumpcap -i any -w /dev/null

   dumpcap -i lo -w /dev/null

If any of them lock the machine up, reboot and continue with the next one (if
there is one).  Indicate which, if any, caused the machine to lock up.

Also, do, as root:

    strace tcpdump -D

    strace dumpcap -D

The latter will probably hang; the best way to do this would probably be to log
into the machine in question remotely from a machine running a window system
and configure the terminal emulator you're running on that machine to save a
lot of history.  Then you can copy and paste the screen history into the bug.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.