Page 2 of 2

Re: Install failure

PostPosted: Wed Apr 03, 2013 5:25 pm
by pmurphy
Upload of install script.

I had just submitted the zip of text file. having issue getting you a pastebin for some reason

Re: Install failure

PostPosted: Wed Apr 03, 2013 5:26 pm
by areski
Send the output of the install script, with this we can try to help you, use pastebin.

Re: Install failure

PostPosted: Wed Apr 03, 2013 5:57 pm
by areski
The error is here :
Code: Select all
Cloning into 'newfies-dialer'...
fatal: unable to connect to github.com:
github.com[0: 207.97.227.239]: errno=Connection refused

cp: cannot stat `/usr/src/newfies-dialer/newfies': No such file or directory
cp: cannot stat `/usr/src/newfies-dialer/lua': No such file or directory
install-newfies.sh: line 320: cd: /usr/share/newfies-lua/libs/: No such file or directory


Your server have issues to connect to github.com.
Please check my DNS.


Yours,
/Areski

Re: Install failure

PostPosted: Wed Apr 03, 2013 6:06 pm
by pmurphy
dns is correctly resolving for github.com

what ports are required to be open in firewall, I assume it must need something I don't have open

Update: it may be the way this one is scripted in its download. I am going to look into firewall, maybe there is also chance to update the script to allow the same type of download as the other items from github.com as other items in the script are working.

Re: Install failure

PostPosted: Wed Apr 03, 2013 6:56 pm
by areski
It might use the ssh port "22".

You can try this manually
Code: Select all
git clone git://github.com/Star2Billing/newfies-dialer.git

Re: Install failure

PostPosted: Wed Apr 03, 2013 7:20 pm
by pmurphy
207.97.227.239 port 9418 was not allowed at firewall

for those living on a restricted network this is worth noting, or if possible changing the script to do an http download may be the easier fix for us lame windows guys that aren't used to using github

install is not proceeding will update with any success or failure
Thanks,

I have install now and web console working. I will try to now get the configuration done. Thanks again for your help.

Please close this issue: Resolution was having the correct port open for github.com