On 29/11/11 17:23, Steve Davidson wrote:
Actually, HECnet.EU is atom.hecnet.eu (his Linux box).
-Steve
-----Original Message-----
From: owner-hecnet at Update.UU.SE
[mailto:owner-hecnet at Update.UU.SE] On Behalf Of Mark Benson
Sent: Tuesday, November 29, 2011 10:50
To: hecnet at Update.UU.SE
Subject: Re: [HECnet] hecnet.eu
On 29 Nov 2011, at 15:21, Peter Coghlan
<HECNET at beyondthepale.ie> wrote:
Is there a problem with the hecnet.eu website?
I am getting connection timed out when I try to browse it.
Traceroute from my location goes off into the weeds somewhere in
demon.net. No response to pings either but lots of things don't
respond to pings any more at the best of times.
IIRC HECnet.eu is run off Mark Wickens's AlphaServer
(SLAVE::) and is not always online.
--
Mark Benson
http://markbenson.org/bloghttp://twitter.com/MDBenson
Guilty as charged...
hecnet.eu is served by a squid proxy on my 24/7 box. This was atom but is now a HP MicroServer, but for some configuration reason the squid proxy isn't caching properly at the moment, so it will only forward on requests to the originator, SLAVE, which is the AlphaServer.
It's a good reminder for me to take another look...
Regards.
On 2011-11-29 18.17, Mark Benson wrote:
Hmmm somewhat false success. It's not routing outside my LAN from my BSD boxen :\
Not sure what you mean by that...
Johnny
On 2011-11-29 18.12, Mark Benson wrote:
Thanks. Worked like a charm once it knew where to look.
I think maybe a more comprehensive Makefile that dies if it can't find libpcap would be useful but not urgent.
Yeah. Some more documentation on how to play around in make might be nice. The makefile is extremely minimal, which I tossed together in a minute several years ago...
Johnny
Actually, HECnet.EU is atom.hecnet.eu (his Linux box).
-Steve
-----Original Message-----
From: owner-hecnet at Update.UU.SE
[mailto:owner-hecnet at Update.UU.SE] On Behalf Of Mark Benson
Sent: Tuesday, November 29, 2011 10:50
To: hecnet at Update.UU.SE
Subject: Re: [HECnet] hecnet.eu
On 29 Nov 2011, at 15:21, Peter Coghlan
<HECNET at beyondthepale.ie> wrote:
Is there a problem with the hecnet.eu website?
I am getting connection timed out when I try to browse it.
Traceroute from my location goes off into the weeds somewhere in
demon.net. No response to pings either but lots of things don't
respond to pings any more at the best of times.
IIRC HECnet.eu is run off Mark Wickens's AlphaServer
(SLAVE::) and is not always online.
--
Mark Benson
http://markbenson.org/bloghttp://twitter.com/MDBenson
Hmmm somewhat false success. It's not routing outside my LAN from my BSD boxen :\
--
Mark Benson
http://markbenson.org/bloghttp://twitter.com/MDBenson
On 29 Nov 2011, at 17:03, Johnny Billquist <bqt at softjar.se> wrote:
On 2011-11-29 17.25, Mark Benson wrote:
Next question is how do I tell it to use libpcap in /usr/pkg/lib ? Or should I symlink the file to /usr/lib ?
Should be something like
LDFLAGS=-L/usr/pkg/lib
my fuzzy brain tells me...
Johnny
Thanks. Worked like a charm once it knew where to look.
I think maybe a more comprehensive Makefile that dies if it can't find libpcap would be useful but not urgent.
--
Mark Benson
http://markbenson.org/bloghttp://twitter.com/MDBenson
On 29 Nov 2011, at 17:03, Johnny Billquist <bqt at softjar.se> wrote:
On 2011-11-29 17.25, Mark Benson wrote:
Next question is how do I tell it to use libpcap in /usr/pkg/lib ? Or should I symlink the file to /usr/lib ?
Should be something like
LDFLAGS=-L/usr/pkg/lib
my fuzzy brain tells me...
Johnny
On 2011-11-29 17.25, Mark Benson wrote:
Next question is how do I tell it to use libpcap in /usr/pkg/lib ? Or should I symlink the file to /usr/lib ?
Should be something like
LDFLAGS=-L/usr/pkg/lib
my fuzzy brain tells me...
Johnny
Apologies -
No offence taken but I believe it's good to stop
misunderstandings ass soon as possible.
As for Ljubljana, I go there almost every week :)
--
Regards, Rok
On 29 Nov 2011, at 15:17, Johnny Billquist <bqt at softjar.se> wrote:
Sorry. I have not really done the full job here.
The cc command takes that switch, but it's not obvious, when using the makefile, how you get that in there.
Depending on your make, and the phase of the moon, and so on, you might get it by doing:
"make CCOPTS=-dDPORT=xxx"
or
"make CCFLAGS=-dDPORT=xxx"
and CCFLAGS might be CFLAGS, and CCOPTS might be COPTS, I just can't remember straight off my head.
but it might be something else as well. You could also just change the makefile to include that flag on the c compile line.
I included it on the 'cc' line but it spat it out.
As a CCFLAG it worked okay.
--
Mark Benson
http://markbenson.org/bloghttp://twitter.com/MDBenson