Python - PyPXE Server: Unterschied zwischen den Versionen

Aus Nicki Wiki
Zur Navigation springen Zur Suche springen
Zeile 17: Zeile 17:
  TypeError: can only concatenate '''str (not "bytes")''' to str
  TypeError: can only concatenate '''str (not "bytes")''' to str
|
|
Falsche python version (python2.7 nicht python3)
Falsche python version ('''python2.7''' nicht python3)
|}
|}


== Config ==
== Config ==

Version vom 7. September 2021, 10:57 Uhr

Install

sudo apt-get install python3-pip
sudo pip install PyPXE

Probleme

Fehler Lösung
OSError: [Errno 99] Cannot assign requested address
Es muss ein Interface mit der IP-Adresse und Netzmaske aus der TFTP-Konfiguration vorhanden sein.
TypeError: can only concatenate str (not "bytes") to str

Falsche python version (python2.7 nicht python3)

Config