Results 1 to 4 of 4

Thread: Ettercap closing solo crash

  1. #1
    Join Date
    2013-Nov
    Posts
    2

    Cool Ettercap closing solo crash

    Hello guys,

    Kali updated my linux with apt-get update && apt-get upgrade, and ettercap version 0.8.0 closes automatically when I'm sniffing a wi-fi network. The error that displays me at the terminal is:

    Code:
    (iceweasel: 3810): GLib-WARNING **: getpwuid_r (): failed due to unknown user id (1000)
    No protocol specified
    No protocol specified
    Error: can not open display :: 0.0
    Ooops! This should not happen ...
    Segmentation Fault ...
    
    Please recompile in debug mode, reproduce the bug and send a bugreport
    Does anyone know what might be happening?

    thank you

  2. #2
    Based on the error " failed due to unknown user id (1000)", can you verify wether that uid exists in /etc/passwd?

  3. #3
    Join Date
    2013-Nov
    Posts
    2
    Hello aerokid240,

    not have uid = 100 in / etc / passwd, how can I do to create? That might solve the problem.

    Thanks for the trouble

  4. #4
    Is it uid 100 or uid 1000? You can create a user with the "useradd" program and pass the option --uid 100 to it. By default, my kali install already has an account that uses uid 100 though. Again, im not sure if you meant uid 1000. Good Luck.

Similar Threads

  1. No network adapter found closing ...
    By serialkills in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2019-03-19, 17:53

Tags for this Thread

Posting Permissions

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