I am new to this forum but I am looking for a little help here. Ever since updating to OS X Yosemite 10.10.3 Wireshark will not open. I was originally running Wireshark 1.12.3 I have also tried upgrading to 1.12.4. It bounces on my dock then closes there is no error code. Console however puts out:
These errors persist after permissions repair as well. asked 15 Apr ‘15, 18:09 dawstinger edited 16 Apr ‘15, 05:32 grahamb ♦ showing 5 of 8 show 3 more comments |
2 Answers:
OK, no obvious X11 server running (i.e., it appears that there isn't "an X server ... already running", so that's probably not the issue), and the required symlink is present (so the usual fix for X11-on-Yosemite issues isn't relevant here). Try uninstalling XQuartz, using the "Uninstall (Snow Leopard or Later)" instructions in the XQuartz X11-Users FAQ. Then download the latest version of XQuartz and install it, and see whether you can launch X11 by itself. If not, try rebooting, and try again. answered 16 Apr '15, 16:05 Guy Harris ♦♦ edited 16 Apr '15, 16:06 Thank every one for the help. Uninstall of Quartz(X11) and reinstall corrected the issue. (16 Apr '15, 17:13) dawstinger |
Answer in this topic helped me (version 1.12.4) https://ask.wireshark.org/questions/36367/wireshark-doesnt-start-after-upgrading-to-mac-os-x-yosemite answered 16 Apr '15, 13:30 AlexRoslyakov |
That error is probably something unrelated to Wireshark - it sounds like an error with iCloud Drive and TextEdit.
What did you upgrade from? An earlier version of Yosemite, or a version prior to Yosemite?
What does
ls -ld /opt/X11 /usr/X11
print?lrwxr-xr-x 1 root wheel 8 Feb 2 09:11 /usr/X11 -> /opt/X11
and that is after running the other command sudo ln -s /opt/X11 /usr/X11 and Wireshark still doesn’t run. And when I try to open X11 by itself I do get an error ‘An error occurred while starting the X11 server: “Cannot establish any listening sockets - Make sure an X server isn’t already running”
Click Quit to quit X11. Click Report to see more details or send a report to Apple.'
OK, so there’s an underlying problem with X11. What does
ps -ef | egrep -i quartz
print?502 846 842 0 5:20PM ttys000 0:00.00 egrep -i quartz
So what does
ps -ef | egrep -i x11
print?502 893 889 0 6:51PM ttys000 0:00.00 egrep -i x11