LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-03-2014, 01:21 PM   #1
jokar.mohsen
Member
 
Registered: Jul 2008
Location: Tehran
Posts: 441

Rep: Reputation: 22
Post Could not bind to 0.0.0.0:443: Permission denied


Hello all.
I use Debian and when I want to start Vidalia, it shows me an error:

"Vidalia detected that the Tor software exited unexpectedly."

I use netstat -nat | grep 127.0.0.1 and result is :

tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN

I used ps -A | grep tor and tor is not running. How can I solve this problem?

Cheers.
 
Old 07-03-2014, 06:46 PM   #2
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,332

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Are you trying to start the program as "root"? If not, "permission denied" is exactly what you should expect to get when trying to start a service on a port number below 1024 (including, obviously, port 443).
 
Old 07-06-2014, 06:03 AM   #3
jokar.mohsen
Member
 
Registered: Jul 2008
Location: Tehran
Posts: 441

Original Poster
Rep: Reputation: 22
i use sudo command too but my problem not solved . I complete remove Tor and Vidalia too but problem is exist.

Jul 06 15:29:15.047 [Notice] Tor v0.2.3.25 (git-3fed5eb096d2d187) running on Linux.
Jul 06 15:29:15.047 [Notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Jul 06 15:29:15.047 [Notice] Read configuration file "/home/mohsen/.vidalia/torrc".
Jul 06 15:29:15.047 [Notice] Initialized libevent version 2.0.19-stable using method epoll (with changelist). Good.
Jul 06 15:29:15.047 [Notice] Opening Socks listener on 127.0.0.1:9050
Jul 06 15:29:15.047 [Warning] Could not bind to 127.0.0.1:9050: Cannot assign requested address
Jul 06 15:29:15.047 [Notice] Opening Control listener on 127.0.0.1:9051
Jul 06 15:29:15.047 [Warning] Could not bind to 127.0.0.1:9051: Cannot assign requested address
Jul 06 15:29:15.047 [Warning] Failed to parse/validate config: Failed to bind one of the listener ports.
Jul 06 15:29:15.047 [Error] Reading config failed--see warnings above.

How can I solve it?
 
Old 07-06-2014, 08:40 AM   #4
//////
Member
 
Registered: Nov 2005
Location: Land of Linux :: Finland
Distribution: Arch Linux && OpenBSD 7.4 && Pop!_OS && Kali && Qubes-Os
Posts: 824

Rep: Reputation: 350Reputation: 350Reputation: 350Reputation: 350
one easy thing to do is using tor browser bundle, thats how i use tor in my kali linux box.

just download tor browser bundle from tor site and as a normal user make command in the tor browser bundle directory : "./start-tor-browser"

browser in that version of tor has https everywhere and noscript installed, it has no flash or java plugins as those can leak ur ip address to people that try to track tor users.
 
Old 07-06-2014, 10:00 AM   #5
jokar.mohsen
Member
 
Registered: Jul 2008
Location: Tehran
Posts: 441

Original Poster
Rep: Reputation: 22
I use Tor browser too and It is show me same erro
 
Old 07-06-2014, 10:24 AM   #6
jokar.mohsen
Member
 
Registered: Jul 2008
Location: Tehran
Posts: 441

Original Poster
Rep: Reputation: 22
I found the problem. My problem is 127.0.0.1 .I can't ping it :/ . What is the problem and how can I solve it?
 
Old 07-06-2014, 11:40 AM   #7
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,332

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Quote:
Originally Posted by jokar.mohsen View Post
I found the problem. My problem is 127.0.0.1 .I can't ping it :/ . What is the problem and how can I solve it?
What does the command "ifconfig lo" say?
 
Old 07-07-2014, 05:06 AM   #8
jokar.mohsen
Member
 
Registered: Jul 2008
Location: Tehran
Posts: 441

Original Poster
Rep: Reputation: 22
Ifconfig lo say me :

lo Link encap:Local Loopback
LOOPBACK MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
 
Old 07-07-2014, 07:08 PM   #9
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,332

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Your loopback address is down. I haven't run into that before myself, but I have read of it happening. I am not sure what configuration problem could be causing that, and don't have time at the moment to do research on it. You could try "ifup lo" *runn as root) and see what happens. But my bet is on "nothing" happening, since it's probably a configuration/setup error.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
user mode permission denied to bind to socket hieswarmcaquest Programming 2 05-04-2011 04:17 AM
GNOME login - bind: Permission denied Fle>< Linux - Software 7 11-07-2005 11:11 AM
BIND 9 Permission denied when chmod is 777 o_O KasperLotus Linux - Networking 10 09-07-2005 12:20 AM
BIND 9 Permission denied when chmod is 777 o_O KasperLotus Linux - Software 0 08-28-2005 11:42 PM
Bind 9 - trasfer zones - permission denied ddaas Linux - Security 1 02-01-2005 09:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:49 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration