Giter Club home page Giter Club logo

Comments (10)

netpro2k avatar netpro2k commented on August 22, 2024

It sounds like you already have something running on port 443

from siriproxy.

rcjulienne avatar rcjulienne commented on August 22, 2024

How to stop or kill the something running on port 443 ?
------Original Message------
From: Dominick D'Aniello
To: rcjulienne
Subject: Re: [SiriProxy] sudo ruby ./start.rb and then error , please help (#32)
Sent: Nov 23, 2011 3:56 PM

It sounds like you already have something running on port 443


Reply to this email directly or view it on GitHub:
#32 (comment)

Sent from BlackBerry® on 3

from siriproxy.

netpro2k avatar netpro2k commented on August 22, 2024

lsof -Pnl +M -i4 | grep LISTEN | grep 443

Should show you what process is using the port.

from siriproxy.

shack1108 avatar shack1108 commented on August 22, 2024

When I run the command "lsof -Pnl +M -i4 | grep LISTEN | grep 443" nothing comes back, yet still getting same error. :(

from siriproxy.

DouweM avatar DouweM commented on August 22, 2024

Use the SiriProxy version on the refactored branch. The code is a lot better/cleaner and this problem is gone.

from siriproxy.

shack1108 avatar shack1108 commented on August 22, 2024

I am using the refactored branch.

from siriproxy.

plamoni avatar plamoni commented on August 22, 2024

fetchtennisball: You need to run the lsof command as root to see if other users are using that port.

Anyway, this is obviously an old version of the code because the latest version won't run on Ruby 1.8. Please update the code, update your Ruby, and make sure to "sudo" that "lsof" command in your hunt for other processes! :-)

from siriproxy.

phillpafford avatar phillpafford commented on August 22, 2024

I think I'm having the same issue and nothing is running on 443

apache is listening to port 80
dsnmasq is listening to port 53 ( only )
ssh is listening to port 22
mysql is listening to port 3306

Any thoughts?

I think it's a permission issue just not sure what I need to set permissions for

from siriproxy.

plamoni avatar plamoni commented on August 22, 2024

If you get an error regarding not being able to open a socket, you are either not root or the port is in use. If you're not root, that's a problem if you're opening the connection on any port below 1024. So unless you set SiriProxy to run on a higher port (e.g. siriproxy server -p 2000 -- this requires that you redirect traffic from 443 to 2000 using a firewall), you need to run it using rvmsudo siriproxy server <options>. If you're using the latest SiriProxy (siriproxy update), you'll be able to (and should), de-privilege the process using rvmsudo siriproxy server -u nobody <other opitons>.

If you're running it as root, it's probably a problem with the port being in use. You say apache only uses 80. Are you sure of that? Apache tends to also run on port 443 (https).

from siriproxy.

phillpafford avatar phillpafford commented on August 22, 2024

Thanks! The issue was either ( or both ) Ubuntu 12.04 LTS and configuring a DNS Server during installation. I have since upgraded to Ubuntu 12.10 and followed these steps: https://gist.github.com/phillpafford/5126739

from siriproxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.