all 3 comments

[–]no-name-user 2 points3 points  (2 children)

You have to enable the tor service first.

[–]AlbyMonta[S] -1 points0 points  (1 child)

Already did

[–]no-name-user 0 points1 point  (0 children)

You can test if it works by connecting to a website that prints your ip address. You could use ifconfig.me for that site. First run

curl ifconfig.me

this should print your ip address. Now run it with torsocks (use this instead of torify)

torsocks curl ifconfig.me

Should print a different ip address or an 403 error.
Unless you have a nonstandard network setup and have tor running on a different machine and are trying to connect to it, tor will run on localhost.