Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

gaierror: [Errno -3] Temporary failure in name resolution #159

@mnaghd01

Description

@mnaghd01

Hi,

I have recently got introduced to PyPXE package and wanted to try it in a Ubuntu 16.04.3 LTS in a Virtual Box VM environment.
After giving the "PyPXE PyPXE successfully initialized and running!" message, I tried to run the other Virtual Machine which is connected via bridged network and is supposed to simulate the client, but as the client is searching, the PyPXE shuts down giving the below message:
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "pypxe/dhcp.py", line 364, in listen
self.dhcp_offer(message)
File "pypxe/dhcp.py", line 314, in dhcp_offer
self.sock.sendto(response, (self.broadcast, 68))
gaierror: [Errno -3] Temporary failure in name resolution

Any help would be very much appreciated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions