-
Why do I crash as long as I ping an address in the code in python?
import subprocess as sp
ip = 61.139.2.69 status, result = sp.getstatusoutput ( "ping " + ip + "- n 1 ")
][2]
...
-
Part of the ping of the private network host is not accessible, and part of the ping can be connected.
ask a question about the connection of linux hosts. There are three hosts in the intranet, An and B can ping each other, C cannot ping A, C can ping B,
where An and B are wired connections to the Internet, the ip is 10.12.41.44 and 10.12.41.151 respec...
-
The centos7 server found that curl has an ip connection, but ping is not connected to the same ip?
Why is this problem?
ping is not available (ping one of Baidu s ip)
$ ping 220.181.57.216
PING 220.181.57.216 (220.181.57.216) 56(84) bytes of data.
--- 220.181.57.216 ping statistics ---
80 packets transmitted, 0 received, 100% packet loss, time 78...
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1e5b81f-45630.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1e5b81f-45630.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?