Why doesn't curl exit?
by Jason.nix from LinuxQuestions.org on (#6QTF2)
Hello,
I restarted the Tor service and its situation is as follows:
Code:Sep 18 00:28:11.000 [notice] Bootstrapped 0% (starting): Starting
Sep 18 00:28:13.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
Sep 18 00:28:14.000 [notice] Bootstrapped 10% (conn_done): Connected to a relay
Sep 18 00:28:14.000 [notice] Bootstrapped 14% (handshake): Handshaking with a relayThis means that the Tor is not fully launched and can't work. Why doesn't curl exit when I use the following command:
Code:curl --retry 0 --retry-delay 0 --socks5 127.0.0.1:9050 http://checkip.amazonaws.com/Thank you.
I restarted the Tor service and its situation is as follows:
Code:Sep 18 00:28:11.000 [notice] Bootstrapped 0% (starting): Starting
Sep 18 00:28:13.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
Sep 18 00:28:14.000 [notice] Bootstrapped 10% (conn_done): Connected to a relay
Sep 18 00:28:14.000 [notice] Bootstrapped 14% (handshake): Handshaking with a relayThis means that the Tor is not fully launched and can't work. Why doesn't curl exit when I use the following command:
Code:curl --retry 0 --retry-delay 0 --socks5 127.0.0.1:9050 http://checkip.amazonaws.com/Thank you.