Address already in usePublished by onesixx on 21-12-1721-12-17 [Errno 48] Address already in use Shell $ sudo lsof -i:8066 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME python3.9 34284 onesixx 7u IPv4 0x174a98be79c43059 0t0 TCP localhost:8066 (LISTEN) python3.9 34293 onesixx 7u IPv4 0x174a98be79c43059 0t0 TCP localhost:8066 (LISTEN) python3.9 34293 onesixx 9u IPv4 0x174a98be79c43059 0t0 TCP localhost:8066 (LISTEN) $ sudo kill -9 34284 34293 Shell $ sudo lsof -t -i:8066 | xargs sudo kill -9 #$ sudo lsof -t -i:8066 | awk '{print $1}' | xargs sudo kill -9 Categories: Ubuntu onesixx Blog Owner Label {} [+] Name* Email Label {} [+] Name* Email 0 Comments Inline Feedbacks View all comments