Xymon Mailing List Archive search

4.4.0

5 messages in this thread

list Lars Ebeling · Tue, 24 Mar 2009 16:15:33 +0100 ·
----- Original Message ----- 
From: "Malcolm Hunter" <user-b3e590ffeb6d@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Tuesday, March 24, 2009 4:06 PM
Subject: Re: [hobbit] 4.4.0

I have downloaded 4.4.0.tar.gz and installed.

All testpages have the text "link bb_footer" at the bottom instead of the
bb_footer.

Was that clear?
May I ask where you downloaded this from? Using svn direct to sourceforge 
creates the links correctly.
I downloaded it with http from sourceforge.
I am not familiar with svn.

-- 
Regards
Lars Ebeling

http://leopg9.no-ip.org
Hobbithobbyist

"It is better to keep your mouth shut and appear stupid than to open it and 
remove all doubt."
-- Mark Twain
list Malcolm Hunter · Tue, 24 Mar 2009 17:24:27 +0100 ·
quoted from Lars Ebeling
I have downloaded 4.4.0.tar.gz and installed.

All testpages have the text "link bb_footer" at the bottom instead of
the
bb_footer.

Was that clear?
May I ask where you downloaded this from? Using svn direct to
sourceforge 
creates the links correctly.
I downloaded it with http from sourceforge.
I am not familiar with svn.
I think the tarball process on sourceforge doesn't manage links properly. Using svn is very easy - just install subversion and run:

svn checkout https://hobbitmon.svn.sourceforge.net/svnroot/hobbitmon/branches/4.4.0 xymon-4.4.0

Regards,
Malcolm


-- 
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01
list Joe Sloan · Wed, 25 Mar 2009 12:32:55 -0700 ·
quoted from Malcolm Hunter
Malcolm Hunter wrote:
I think the tarball process on sourceforge doesn't manage links properly. Using svn is very easy - just install subversion and run:

svn checkout https://hobbitmon.svn.sourceforge.net/svnroot/hobbitmon/branches/4.4.0 xymon-4.4.0
  
The problem is that most corporate firewalls don't allow svn traffic -
so corporate users are locked out unless xymon is available via other
means, such as, for instance, a tarballl downloadable from a web or ftp
site -

Joe
list Galen Johnson · Wed, 25 Mar 2009 16:24:35 -0400 ·
SVN on sourceforge is just like accessing a web site...you can actually browse to that same link.
quoted from Joe Sloan

-----Original Message-----
From: J Sloan [mailto:user-b1d2c84d244b@xymon.invalid] 
Sent: Wednesday, March 25, 2009 3:33 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] 4.4.0

Malcolm Hunter wrote:
I think the tarball process on sourceforge doesn't manage links properly. Using svn is very easy - just install subversion and run:

svn checkout https://hobbitmon.svn.sourceforge.net/svnroot/hobbitmon/branches/4.4.0 xymon-4.4.0
  
The problem is that most corporate firewalls don't allow svn traffic -
so corporate users are locked out unless xymon is available via other
means, such as, for instance, a tarballl downloadable from a web or ftp
site -

Joe
list Joe Sloan · Wed, 25 Mar 2009 14:19:46 -0700 ·
quoted from Galen Johnson
Galen Johnson wrote:
SVN on sourceforge is just like accessing a web site...you can actually browse to that same link.
  
Ah - since my svn attempt failed (hung for a long time then crashed and
burned), I was under the impression that svn used a different port from
http and didn't look any farther than this -

jjs at einstein:~$ grep svn /etc/services
svn             3690/tcp        subversion      # Subversion protocol
svn             3690/udp        subversion

But I see now that the real problem was that svn ignored my $http_proxy
environment setting, so it hung on SYN_SENT until it timed out.

Joe