Hi All,
I am having a very basic installation issue, however not being a major linux user I cannot seem to find a sensible answer online.
I have a clean install of Ubuntu 12.04LTS and all the associated packages installed as per the instructions at observium.org however when I try to check out the latest version using SVN I am getting the following error :
root@CAL-MGT-MON:/home/nelsons# svn co http://www.observium.org/svn/observer/trunk observium svn: OPTIONS of 'http://www.observium.org/svn/observer/trunk': Could not read status line: connection was closed by server (http://www.observium.org)
I have tried using HTTPS as a protocol but it seems the server is not listening on 443.
Any help would be good.
Many thanks
Steve
Steve Nelson 10Yr CCIE#10055, OSCP#3725 Senior Network Engineer steve.nelson@calibre-secured.net
Telephone : 0845 5576355 Direct Line : 0191 6542060 Mobile : 07702247286
On 07/31/2013 07:57 AM, Steve Nelson wrote:
Hi All,
I am having a very basic installation issue, however not being a major linux user I cannot seem to find a sensible answer online.
I have a clean install of Ubuntu 12.04LTS and all the associated packages installed as per the instructions at observium.org however when I try to check out the latest version using SVN I am getting the following error :
root@CAL-MGT-MON:/home/nelsons# svn co http://www.observium.org/svn/observer/trunk observium svn: OPTIONS of 'http://www.observium.org/svn/observer/trunk': Could not read status line: connection was closed by server (http://www.observium.org)
Hi Steve,
I think that's a fairly generic "Can't connect" message. If you're behind a firewall and normally proxy your HTTP traffic, you'll need to add something like this to ~/.subversion/servers:
[global] http-proxy-host = proxy http-proxy-port = 3128-or-whatever http-proxy-username = username http-proxy-password = plaintext-pass
Regards, Paul
Could this be a SELinux thing?
Sent from my iPhone
On 2013-07-30, at 6:08 PM, Paul Gear observium@gear.dyndns.org wrote:
On 07/31/2013 07:57 AM, Steve Nelson wrote:
Hi All,
I am having a very basic installation issue, however not being a major linux user I cannot seem to find a sensible answer online.
I have a clean install of Ubuntu 12.04LTS and all the associated packages installed as per the instructions at observium.org however when I try to check out the latest version using SVN I am getting the following error :
root@CAL-MGT-MON:/home/nelsons# svn co http://www.observium.org/svn/observer/trunk observium svn: OPTIONS of 'http://www.observium.org/svn/observer/trunk': Could not read status line: connection was closed by server (http://www.observium.org)
Hi Steve,
I think that's a fairly generic "Can't connect" message. If you're behind a firewall and normally proxy your HTTP traffic, you'll need to add something like this to ~/.subversion/servers:
[global] http-proxy-host = proxy http-proxy-port = 3128-or-whatever http-proxy-username = username http-proxy-password = plaintext-pass
Regards, Paul
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (3)
-
Jason Lixfeld
-
Paul Gear
-
Steve Nelson