Error starting userland proxy: listen TCP 0.0.0.0:80: bind: address already in use
today, it was found that port 80 was occupied on Ali’s server. The advantages are inexplicable. An investigation found that the process aliyundun occupied the port
tcp 100.100.100.200:80 TIME_WAIT -
tcp 100.100.30.25:80 ESTABLISHED 1472/AliYunDun
tcp 100.100.100.200:80 TIME_WAIT -
Displaying with kill is not allowed
[root@lingg ~]# kill 1472
-bash: kill: (1472) - Disallowed operations
[root@lingg ~]# kill -9 1472
-bash: kill: (1472) - Disallowed operations
Then I found the solution online as follows
sudo fuser -k 80/tcp
```bash
[root@lingg ~]# sudo fuser -k 80/tcp
80/tcp: 1267 1272 1273 1274
Done!
Read More:
- Nginx Error: [emerg] bind() to [::]:80 failed (98: Address already in use)
- [Solved] Error: listen EADDRINUSE: address already in use :::5000
- Linux Error: bind error: Address already in use [How to Solve]
- [Solved] Web server failed to start. Port 8080 was already in use.
- How to Solve Error: Address already in use
- [Solved] redis Startup Error: Creating Server TCP listening socket 127.0. 0.1:6379: bind: no error redis
- How to Solve NPM Error: listen EADDRINUSE 127.0.0.1:8080
- The Linux setroubleshootd process occupies too much memory [How to Solve]
- [Solved] Ubuntu conda ProxyError: Conda cannot proceed due to an error in your proxy configuration
- Error: error from slirp4netns while setting up port redirection: map[desc:bad request: add_hostfwd:
- nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied)
- Nginx Reverse Proxy 426 Error [How to Fix]
- [Solved] Window Redis Service Failed to Startup: bind No error
- [Nginx] solution: it can’t be accessed on the background API interface after HTTPS (access the specified port through the domain name)
- How to set fixed IP address for Raspberry Pie
- [Solved] Failed to connect to 127.0.0.1 port XXXX: Connection refused
- Notes on Linux SCP command using specific port
- Linux gets the program PID according to the port
- [Solved] Go use zoom to connect DM database and start reporting error in Linux
- [Solved] Linux WebService Startup Error: BindException: Cannot assign requested address