Results 1 to 5 of 5

Thread: Could not wait for server -fd select (11: temporarily unavailable) [IP:209.126.116.149 443]

  1. #1
    Join Date
    2018-Jul
    Posts
    3

    Unhappy Could not wait for server -fd select (11: temporarily unavailable) [IP:209.126.116.149 443]

    Hi , (I'm finding this a bit hard to explain so please ask me as many questions and I will provide the proper logs or whatever is needed)

    My raspberry pi 3b is having some very strange issues and after a couple days of googling and trying different things I still can't seem to figure it out.

    The result of uname -a
    Linux Kali 4.9.59-v7_Re4son-Kali-Pi+ #1 SMP Wed Feb 14 20:50:28 CST 2018 armv7l GNU/Linux

    so what's happening :

    every time I want to run a command (apt-get update, apt-get upgrade , apt-get install ... , etc.) the command runs but then it slows and the progress begins to stop , I found that the only way to get the install/update/upgrade to proceed the download is to reconnect the wifi (even though the wifi is supposedly still connected). If I don't reconnect the wifi then I will get the following error (almost like a timeout error?)

    E: Failed to fetch https://archive-7.kali.org/kali/pool...18.3.0_all.deb
    Could not wait for server -fd select (11: temporarily unavailable) [IP:209.126.116.149 443]


    Some of the things I've done to try and solve the issue:
    apt-get clean
    set the power management off (iwconfig)
    run command -> echo "deb https://http.kali.org/kali kali-rolling main non-free contrib" > /etc/apt/sources.list

    Thank you in advance for any help

  2. #2
    What is the result of the following commands?

    ping 194.90.1.5
    cat /etc/resolv.conf
    Want to learn to use the Kali Linux operating system? Check out the free Kali book and course at https://kali.training

  3. #3
    Join Date
    2018-Jul
    Posts
    3
    After Ping 194.90.1.5 I get a consistent ping stopped after 10 packets , 0% data loss

    result of cat /etc/resolv.conf
    # Generated by NetworkManager
    search hsd1.il.comcast.net
    nameserver 75.75.75.75
    nameserver 75.75.76.76
    nameserver 2001:558:feed::1
    # NOTE: the libc resolver may not support more than 3 nameservers.
    # The nameservers listed below may not be recognized.
    nameserver 2001:558:feed::2

  4. #4
    Join Date
    2018-Jul
    Posts
    3
    Hi Muts , any further steps you would like for me to do?

  5. #5
    Join Date
    2014-Feb
    Posts
    309
    t00tz, if you can, try to upgrade to the latest kernel - since we don't include the package in kali itself yet, we have builds of the debs on the nethunter github - you can find the latest release at https://github.com/nethunteros/rpi-kernel/releases - it might take a while to get them because they're big files, but the only file required is the raspberrypi-kernel_20180713-010442_armhf.deb for updating the kernel.

    Let me know if this helps your issue at all? You might want to download it using wget since wget will let you continue a download.

Similar Threads

  1. Bluetooth error #11 Resource temporarily unavailable...
    By sudomolto in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2022-04-13, 08:03
  2. Replies: 2
    Last Post: 2020-04-29, 11:05

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
  •