Results 1 to 1 of 1

Thread: I cannot run wireshark in my RPi which are install kali and kali-linux all.

  1. #1
    Join Date
    2017-Jan
    Posts
    1

    I cannot run wireshark in my RPi which are install kali and kali-linux all.

    Windows10: RealVNC and UltraVNC.
    Raspberry Pi 3b: vnc4server on kali.

    I installed kali-linux-all first, and vnc4server second.

    My /root/.vnc/xstartup is:
    Code:
    #!/bin/sh
    
    # Uncomment the following two lines for normal desktop:
     unset SESSION_MANAGER
     exec sh /etc/X11/xinit/xinitrc
    
    [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
    [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
    xsetroot -solid grey
    vncconfig -iconic &
    x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    x-window-manager &
    And when I try to run the command "wireshark" in Terminal:
    Code:
    QXcbConnection: Failed to initialize XRandr
    Qt: XKEYBOARD extension not present on the X server.
    Gdk-Message: wireshark: Fatal IO error 2 (No such file or directory) on X server :1.0.
    But when I use tightvncserver instead of vnc4server, there is only the next 2 errors.

    Also, I will not start wireshark even if I am not install kali-linux-all.
    Last edited by lsltx; 2017-01-17 at 12:50. Reason: New discovery!

Similar Threads

  1. Replies: 0
    Last Post: 2020-06-16, 15:41
  2. Wireshark does not run in kali nethunter vnc
    By 0xh0n3y in forum NetHunter General Questions
    Replies: 0
    Last Post: 2019-07-04, 19:04
  3. cannot use wireshark in kali-pi
    By janjan in forum ARM Archive
    Replies: 1
    Last Post: 2017-12-17, 23:40
  4. Kali Linux,Wireshark,Monitor Mode and others.....
    By Yotta51 in forum General Archive
    Replies: 4
    Last Post: 2016-09-01, 11:52

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •