Re: ntop on openbsd

2016-03-20 Thread Jeremie Courreges-Anglas
Stuart Henderson  writes:

> On 2016-03-15, Indunil Jayasooriya  wrote:
>> Hi,
>>
>> i installed ntop by going to /usr/ports/net/ntop/ (then, make , make
>> install)
>> 
>> How to  run it on web mode?
>
> This isn't the ntop you think it is, it's a super-old one which should
> probably just be removed.

Actually we have already removed it:

  http://marc.info/?l=openbsd-ports-cvs&m=142961757031312&w=2

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: ntop on openbsd

2016-03-16 Thread Stuart Henderson
On 2016-03-15, Indunil Jayasooriya  wrote:
> Hi,
>
> i installed ntop by going to /usr/ports/net/ntop/ (then, make , make
> install)
> 
> How to  run it on web mode?

This isn't the ntop you think it is, it's a super-old one which should
probably just be removed.

I have a WIP port of ntopng at https://junkpile.org/ntopng.tgz. It looks
quite nice but it crashes when it sees some JSON over HTTP packets, so it
doesn't stay running very long for me. I'll look at it again sometime but
upstream want me to try a devel version which needs a bunch of work first
(OpenBSD has a non-standard bpf_timeval struct which gets in the way of
porting many programs which do packet capture).



ntop on openbsd

2016-03-15 Thread Indunil Jayasooriya
Hi,

i installed ntop by going to /usr/ports/net/ntop/ (then, make , make
install)


How to  run it on web mode?

When I type below command

 ntop -w 3000 -d

it gives below output.

-w mode is disabled for security reasons.

I want to see traffic via web browser.


How can I achieve this ?


just a source.

http://www.computerglitch.net/blog/attic/ntop-2-0-on-openbsd.html


-- 
cat /etc/motd

Thank you
Indunil Jayasooriya
http://www.theravadanet.net/
http://www.siyabas.lk/sinhala_how_to_install.html   -  Download Sinhala
Fonts



building ntop from ports with -w enabled

2015-01-20 Thread Alan McKay
Hey folks,

I install ntop from ports and try to run it with -w and it tells me it
is disabled due to
security reasons.  (1) I'd like to read more on those reasons, and (2)
I'd like to
enable that feature anyway at very least in my test setup to evaluate while also
reading up on (1).

Is there any way to do that from ports or will I need to build from scratch?

thanks,
-Alan

-- 
"Don't eat anything you've ever seen advertised on TV"
 - Michael Pollan, author of "In Defense of Food"



Re: ndpi with ntop

2014-05-05 Thread Destan YILANCI
You can use Snort Alpha + ipfw daq + OpenAppId to block applications via
divert sockets.

But dont forget it is experimental for now and i can not say it is working
well...

--
Destan YILANCI

5 May 2014 tarihinde 15:21 saatinde, Richard Thornton
 şunları yazdı:

> Hi,
>
> Does anybody know of any integration between PF and ndpi?
>
> I would love to be able to block by application (bittorrent, skype...) in
> PF!
>
> If there is nothing out there, would it be a lot of work, is ndpi already
> working in OpenBSD?
>
> Thanks.
>
> Richard



Re: ndpi with ntop

2014-05-05 Thread Franco Fichtner
Hi Richard,

On 05 May 2014, at 14:21, Richard Thornton  wrote:

> Does anybody know of any integration between PF and ndpi?

the previous consensus[1] was that pf(4) and DPI do not mix very well, but
you can probably use relayd(8) and run e.g. NDPI on top[2].  Grabbing all
traffic is not really fast, especially with no multithreading inside pf(4).

A quick alternative would be netmap(4), but that's not available for OpenBSD.

> If there is nothing out there, would it be a lot of work, is ndpi already
> working in OpenBSD?

It's *a lot* of work, especially when you want 1G and up.


Cheers,
Franco

[1] http://marc.info/?t=13673504521&r=1&w=2
[2] http://quigon.bsws.de/papers/2013/vbsdcon/



ndpi with ntop

2014-05-05 Thread Richard Thornton
Hi,

Does anybody know of any integration between PF and ndpi?

I would love to be able to block by application (bittorrent, skype...) in
PF!

If there is nothing out there, would it be a lot of work, is ndpi already
working in OpenBSD?

Thanks.

Richard



Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Kaya Saman

On 03/12/2012 11:21 AM, Stuart Henderson wrote:

On 2012-03-11, Kaya Saman  wrote:

Well in mean time I found this:

http://openports.se/devel/metaauto

although I don't think it's installed as **find** didn't come up with
anything.

pkg_info | grep metaauto

Also look at locate(1) which uses a database generated weekly(8) to
speed up filename searches, and the pkglocate package (a locate
database of files from *all* packages, not just the installed ones,
also showing the package names).


Oh locate is available in OpenBSD? That's good news!


ntop is in ports but horribly out of date. Newer versions had some
problems, I suspect many of these relating to how our old thread
library worked - I might take a look at updating the port sometime
now we're using rthreads. If you're looking at building it yourself
I would suggest waiting for base and package snapshots to start up
again, then upgrade everything to -current, before spending more
time on ntop.



I'll do just that :-)


Regards,


Kaya



Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Kaya Saman

On 03/12/2012 10:50 AM, Stuart Henderson wrote:

On 2012-03-11, Kaya Saman  wrote:

Now I do know these without even needing to read the documentation...
however even **IF** I tried to compile on one of those platforms which I
do all the time I never need to adjust system variables or tell the
configure script what compiler or other I'm using as it is intelligent
enough to autodetect it.

You don't usually need to run autoconf to regenerate the configure
script unless you edit configure.in or other m4 files.
The software authors are supposed to do that for you as
part of their release process


I eventually figured that one out by reading the scripts themselves, but 
it seems that a lot of software is unsupported on OpenBSD and the devels 
don't want to know either as other OS's have larger user bases.




Pretty sure there is some selection mechanism for different autoconf
versions on FreeBSD as well but maybe they picked a default version
(at least by making it an explicit requirement OpenBSD users are
less likely to be affected by incompatible autoconf versions).

I will keep searching and studying this as it might be just the config 
scripts as you mentioned above.



Regards,


Kaya



Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Kaya Saman

On 03/12/2012 09:59 AM, Peter Hessler wrote:

On 2012 Mar 12 (Mon) at 00:44:15 + (+), Kaya Saman wrote:
:Would it not just be easier and cleaner to create a new list for
:newbies? That way the more advanced stuff could be taken care of on
:this list and only people willing to help others could post useful
:comments and help on the other list.

This mailing list does exist.  I've been running it (in a very lazy
fasion) since 2002.

You can sign up for it at http://mailman.theapt.org/listinfo/openbsd-newbies



Thanks :-)

And additionally I am sorry for annoying almost the whole of this list :-(

I didn't mean to rant or to tick anybody off!

Using OpenBSD for a bit I really do like but hence need to learn it.


Regards,


Kaya



Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Stuart Henderson
On 2012-03-11, Kaya Saman  wrote:
> Well in mean time I found this:
>
> http://openports.se/devel/metaauto
>
> although I don't think it's installed as **find** didn't come up with 
> anything.

pkg_info | grep metaauto

Also look at locate(1) which uses a database generated weekly(8) to
speed up filename searches, and the pkglocate package (a locate
database of files from *all* packages, not just the installed ones,
also showing the package names).

ntop is in ports but horribly out of date. Newer versions had some
problems, I suspect many of these relating to how our old thread
library worked - I might take a look at updating the port sometime
now we're using rthreads. If you're looking at building it yourself
I would suggest waiting for base and package snapshots to start up
again, then upgrade everything to -current, before spending more
time on ntop.



Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Stuart Henderson
On 2012-03-11, Kaya Saman  wrote:
> Now I do know these without even needing to read the documentation... 
> however even **IF** I tried to compile on one of those platforms which I 
> do all the time I never need to adjust system variables or tell the 
> configure script what compiler or other I'm using as it is intelligent 
> enough to autodetect it.

You don't usually need to run autoconf to regenerate the configure
script unless you edit configure.in or other m4 files.
The software authors are supposed to do that for you as
part of their release process

Pretty sure there is some selection mechanism for different autoconf
versions on FreeBSD as well but maybe they picked a default version
(at least by making it an explicit requirement OpenBSD users are
less likely to be affected by incompatible autoconf versions).



Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Peter Hessler
On 2012 Mar 12 (Mon) at 00:44:15 + (+), Kaya Saman wrote:
:Would it not just be easier and cleaner to create a new list for
:newbies? That way the more advanced stuff could be taken care of on
:this list and only people willing to help others could post useful
:comments and help on the other list.

This mailing list does exist.  I've been running it (in a very lazy
fasion) since 2002.

You can sign up for it at http://mailman.theapt.org/listinfo/openbsd-newbies


-- 
We can predict everything, except the future.



Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Marc Espie
On Mon, Mar 12, 2012 at 12:44:15AM +, Kaya Saman wrote:
> >>
> >>my issue was how to get the Ntop config script to understand that
> >>automake and autoconf **are** installed on the system!!!
> >>
> >>Luckily a friendly person did explain that I should first **export** the
> >>versions then run the config gen script which indeed worked!!!

This is very very basic Unix knowledge.

> >>However, please note that am still learning OpenBSD after coming over
> >>from Linux and FreeBSD and additionally I am NOT a programmer or even
> >>good at programming

You're not very good at system admin either.

> >One exclamation point is enough.
> >>Using FreeBSD I would just do this:
> >>
> >>cd /usr/ports/*/ntop
> >>make install clean
> >>
> >>and providing my **ports** tree is uptodate it will work flawlessly.
> >>Additionally on Linux for RPM based would be yum install ntop or DEB
> >>based would be apt-get install ntop

This does work under OpenBSD too. Especially, as henning pointed out,
we have working packages, so pkg_add ntop will work.

If you want a newer version, the first thing to do, especially when you're
a complete noob with respect to ports, is to ask if someone else is working
on them.

> >>Now I do know these without even needing to read the documentation...
> >>however even **IF** I tried to compile on one of those platforms which I
> >>do all the time I never need to adjust system variables or tell the
> >>configure script what compiler or other I'm using as it is intelligent
> >>enough to autodetect it.
> >>
> >The configure script is not part of the operating system, it is part of the 
> >package/tarball, if you're using something that needs automake/autoconf 
> >you're probably checking out development versions of software and then 
> >complaining to the OS developers who have nothing to do with it.

Also, we're Unix. Not Linux. There's a fairly big separation between the
base system AND the ports.

autoconf is a gnu tool, and a very flawed one
at that. Which explains why you might need to install  several ones
concurrently.

There are sign posts THAT BIG  all over the place that explain how the
autoconf/automake/metaauto packages tie together.

> >>I understand OpenBSD is different and I'm trying to get used to it but
> >>please cut new users some slack as not everyone is God's gift to
> >>computing... {I don't say this as an attack or with any bad
> >>intentions just frustration at how unforgiving this list is sometimes}


The more you rant, the more you will get flamed, it's as simple as that.

> .actually this list may become really quiet then??? As in all of
> my 1 week being here not much help goes on just arguments and
> flames.

So what ?  you got all the help you needed with respect to your original
question, for crying out loud !   It's likely the initial messages were
not to your liking, but guess what ? it's your fault ! nobody here is
going to figure out that someone clueless enough about Unix to not know 
about environment variables is going to embark on compiling a very
system-dependent tool on his own !!!

So, hey, you want to be liked on this list ? don't get so defensive at
the first hint that you're a complete newbie. Shove the angst, feel the
love.



Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Henning Brauer
* Kaya Saman  [2012-03-12 01:45]:
> I do understand that compiling software is part of UNIX

for a pure user, no, not really. at least not any more.

> >>Using FreeBSD I would just do this:
> >>
> >>cd /usr/ports/*/ntop
> >>make install clean
> >>
> >>and providing my **ports** tree is uptodate it will work flawlessly.
> >>Additionally on Linux for RPM based would be yum install ntop or DEB
> >>based would be apt-get install ntop
> >>
> >Great story.
> 
> Uh sorry was just trying to stress or rather emphasize my point.
> I think eventually the only thing that got stressed was me :-(

in openbsd, you just pkg_add ntop.

now if that version isn't waht you want, you update the port (and
submit it) - and dive into ports developers land.

> Would it not just be easier and cleaner to create a new list for
> newbies? That way the more advanced stuff could be taken care of on
> this list and only people willing to help others could post useful
> comments and help on the other list.

the blind leading the blind leads nowhere. there have been attempts in
that direction.

> As in all of my 1 week being here not much help goes on just
> arguments and flames.

happens every now and then. it's not that we particularily like that,
but that's apparently the price for an open list.

-- 
Henning Brauer, h...@bsws.de, henn...@openbsd.org
BS Web Services, http://bsws.de, Full-Service ISP
Secure Hosting, Mail and DNS Services. Dedicated Servers, Root to Fully Managed
Henning Brauer Consulting, http://henningbrauer.com/



Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman

On 03/12/2012 12:21 AM, hex wrote:

On Sun, Mar 11, 2012 at 10:48:24PM +, Kaya Saman wrote:

On 03/11/2012 10:34 PM, Ted Unangst wrote:

On Sun, Mar 11, 2012, Kaya Saman wrote:

try: automake --version
autoconf --version

The messages should be self-explanatory if you didn't define certain
environment variables, e.g., I have this in my environment:

automake --version
autoconf --version

come up with this

# automake --version
Provide an AUTOMAKE_VERSION environment variable, please
# autoconf --version
Provide an AUTOCONF_VERSION environment variable, please

How are those messages not self explanatory?  Did you read them?

Sure I read them it's a bit difficult not to!

I also managed to get round them by providing the versions:

eg. automake-1.11 --version


my issue was how to get the Ntop config script to understand that
automake and autoconf **are** installed on the system!!!

Luckily a friendly person did explain that I should first **export** the
versions then run the config gen script which indeed worked!!!


That's what providing the environment variable means.


I didn't know that so thanks for pointing that out.


export AUTOMAKE_VERSION=1.11  AUTOCONF_VERSION=2.67



However, please note that am still learning OpenBSD after coming over
from Linux and FreeBSD and additionally I am NOT a programmer or even
good at programming


One exclamation point is enough.


Sorry frustration got the better of me!


My main base in fact is network engineering so forgive me if I don't
know the intricate details of the OpenBSD OS


Those are not intricate details. Environment variables exist in virtually every 
operating system available.


I do understand that compiling software is part of UNIX and I accept 
that I don't know enough about it but the other types of OS's stated all 
work without issues which ok is not the OS fault, rather that 
software is mostly being designed for Linux and a really great effort to 
**port** the stuff is being done by FreeBSD. But without knowing the 
characteristics of an OS it's very difficult to debug issues if one 
doesn't understand how it handles certain things.



Using FreeBSD I would just do this:

cd /usr/ports/*/ntop
make install clean

and providing my **ports** tree is uptodate it will work flawlessly.
Additionally on Linux for RPM based would be yum install ntop or DEB
based would be apt-get install ntop


Great story.


Uh sorry was just trying to stress or rather emphasize my point. I 
think eventually the only thing that got stressed was me :-(



Now I do know these without even needing to read the documentation...
however even **IF** I tried to compile on one of those platforms which I
do all the time I never need to adjust system variables or tell the
configure script what compiler or other I'm using as it is intelligent
enough to autodetect it.


The configure script is not part of the operating system, it is part of the 
package/tarball, if you're using something that needs automake/autoconf you're 
probably checking out development versions of software and then complaining to 
the OS developers who have nothing to do with it.


Erm I wasn't complaining. I just needed a hand to figure out how to 
get the script to interact with the OS. Now it's time to take my case to 
the Ntop team as the script is blocking me claiming "unsupported OS". 
True though it maybe I would still like to get Ntop (the current 
version) working on OpenBSD as unfortunately it's not available natively.



I understand OpenBSD is different and I'm trying to get used to it but
please cut new users some slack as not everyone is God's gift to
computing... {I don't say this as an attack or with any bad
intentions just frustration at how unforgiving this list is sometimes}


I love this list for that.


Uh! :-(

Would it not just be easier and cleaner to create a new list for 
newbies? That way the more advanced stuff could be taken care of on this 
list and only people willing to help others could post useful comments 
and help on the other list.


.actually this list may become really quiet then??? As in all of my 
1 week being here not much help goes on just arguments and flames.






Regards
Hektor Oksenberg


Regards,

--K



Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread hex
On Sun, Mar 11, 2012 at 10:48:24PM +, Kaya Saman wrote:
> On 03/11/2012 10:34 PM, Ted Unangst wrote:
> > On Sun, Mar 11, 2012, Kaya Saman wrote:
> >>> try: automake --version
> >>>autoconf --version
> >>>
> >>> The messages should be self-explanatory if you didn't define certain
> >>> environment variables, e.g., I have this in my environment:
> >> automake --version
> >> autoconf --version
> >>
> >> come up with this
> >>
> >> # automake --version
> >> Provide an AUTOMAKE_VERSION environment variable, please
> >> # autoconf --version
> >> Provide an AUTOCONF_VERSION environment variable, please
> > How are those messages not self explanatory?  Did you read them?
> Sure I read them it's a bit difficult not to!
> 
> I also managed to get round them by providing the versions:
> 
> eg. automake-1.11 --version
> 
> 
> my issue was how to get the Ntop config script to understand that 
> automake and autoconf **are** installed on the system!!!
> 
> Luckily a friendly person did explain that I should first **export** the 
> versions then run the config gen script which indeed worked!!!
> 
That's what providing the environment variable means.
> export AUTOMAKE_VERSION=1.11  AUTOCONF_VERSION=2.67
> 
> 
> 
> However, please note that am still learning OpenBSD after coming over 
> from Linux and FreeBSD and additionally I am NOT a programmer or even 
> good at programming
> 
One exclamation point is enough.
> 
> My main base in fact is network engineering so forgive me if I don't 
> know the intricate details of the OpenBSD OS
> 
Those are not intricate details. Environment variables exist in virtually every 
operating system available.
> Using FreeBSD I would just do this:
> 
> cd /usr/ports/*/ntop
> make install clean
> 
> and providing my **ports** tree is uptodate it will work flawlessly. 
> Additionally on Linux for RPM based would be yum install ntop or DEB 
> based would be apt-get install ntop
> 
Great story.
> 
> Now I do know these without even needing to read the documentation... 
> however even **IF** I tried to compile on one of those platforms which I 
> do all the time I never need to adjust system variables or tell the 
> configure script what compiler or other I'm using as it is intelligent 
> enough to autodetect it.
> 
The configure script is not part of the operating system, it is part of the 
package/tarball, if you're using something that needs automake/autoconf you're 
probably checking out development versions of software and then complaining to 
the OS developers who have nothing to do with it.
> 
> I understand OpenBSD is different and I'm trying to get used to it but 
> please cut new users some slack as not everyone is God's gift to 
> computing... {I don't say this as an attack or with any bad 
> intentions just frustration at how unforgiving this list is sometimes}
> 
I love this list for that.
> 
> Regards,
> 
> 
> Kaya
> 
> 
Regards
Hektor Oksenberg



Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman

On 03/11/2012 10:34 PM, Ted Unangst wrote:

On Sun, Mar 11, 2012, Kaya Saman wrote:

try: automake --version
   autoconf --version

The messages should be self-explanatory if you didn't define certain
environment variables, e.g., I have this in my environment:

automake --version
autoconf --version

come up with this

# automake --version
Provide an AUTOMAKE_VERSION environment variable, please
# autoconf --version
Provide an AUTOCONF_VERSION environment variable, please

How are those messages not self explanatory?  Did you read them?

Sure I read them it's a bit difficult not to!

I also managed to get round them by providing the versions:

eg. automake-1.11 --version


my issue was how to get the Ntop config script to understand that 
automake and autoconf **are** installed on the system!!!


Luckily a friendly person did explain that I should first **export** the 
versions then run the config gen script which indeed worked!!!


export AUTOMAKE_VERSION=1.11  AUTOCONF_VERSION=2.67



However, please note that am still learning OpenBSD after coming over 
from Linux and FreeBSD and additionally I am NOT a programmer or even 
good at programming



My main base in fact is network engineering so forgive me if I don't 
know the intricate details of the OpenBSD OS


Using FreeBSD I would just do this:

cd /usr/ports/*/ntop
make install clean

and providing my **ports** tree is uptodate it will work flawlessly. 
Additionally on Linux for RPM based would be yum install ntop or DEB 
based would be apt-get install ntop



Now I do know these without even needing to read the documentation... 
however even **IF** I tried to compile on one of those platforms which I 
do all the time I never need to adjust system variables or tell the 
configure script what compiler or other I'm using as it is intelligent 
enough to autodetect it.



I understand OpenBSD is different and I'm trying to get used to it but 
please cut new users some slack as not everyone is God's gift to 
computing... {I don't say this as an attack or with any bad 
intentions just frustration at how unforgiving this list is sometimes}



Regards,


Kaya



Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Ted Unangst
On Sun, Mar 11, 2012, Kaya Saman wrote:
>> try: automake --version
>>   autoconf --version
>>
>> The messages should be self-explanatory if you didn't define certain
>> environment variables, e.g., I have this in my environment:
> 
> automake --version
> autoconf --version
> 
> come up with this
> 
> # automake --version
> Provide an AUTOMAKE_VERSION environment variable, please
> # autoconf --version
> Provide an AUTOCONF_VERSION environment variable, please

How are those messages not self explanatory?  Did you read them?



Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman

On 03/11/2012 08:20 PM, Marc Espie wrote:

On Sun, Mar 11, 2012 at 07:42:43PM +, Kaya Saman wrote:

Hi,

I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD
RELEASE 5.0 x64 but am running into issues regarding automake and
autoconfig.


Basically I installed:

automake-1.11.1p2

autoconf-2.67



The install script comes up saying this:

# ./autogen.sh

Starting ntop automatic configuration system v.0.2.3

   Please be patient, there is a lot to do...

1. Testing gnu tools

You must have automake installed to compile ntop.
Download the appropriate package for your distribution, or get the
source tarball from ftp://ftp.gnu.org/pub/gnu/automake
  We recommend version 1.6.3 or higher

You must have autoconf installed to compile autogen.sh.
Download the appropriate package for your distribution, or get the
source tarball from ftp://ftp.gnu.org/pub/gnu/autoconf
  We recommend version 2.53 or higher

See how the metaauto port works. autoconf and automake are actually scripts
that depend on AUTOCONF_VERSION and AUTOMAKE_VERSION to select the right
ones.
Well I actually sort-of figured this out but turned out to be a very 
messy hack and probably have broken other things. meaning am totally 
not sure of the implications of my actions!



I basically moved the autoconf and automake "scripts" to files called 
auto*.scr,


then symlinked the highest versions of each software to automake and 
autoconf respectively.



i have no idea down-the-line if this will break anything but for now it 
works :-)



Regards,


Kaya



Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman

On 03/11/2012 08:20 PM, Marc Espie wrote:

On Sun, Mar 11, 2012 at 07:42:43PM +, Kaya Saman wrote:

Hi,

I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD
RELEASE 5.0 x64 but am running into issues regarding automake and
autoconfig.


Basically I installed:

automake-1.11.1p2

autoconf-2.67



The install script comes up saying this:

# ./autogen.sh

Starting ntop automatic configuration system v.0.2.3

   Please be patient, there is a lot to do...

1. Testing gnu tools

You must have automake installed to compile ntop.
Download the appropriate package for your distribution, or get the
source tarball from ftp://ftp.gnu.org/pub/gnu/automake
  We recommend version 1.6.3 or higher

You must have autoconf installed to compile autogen.sh.
Download the appropriate package for your distribution, or get the
source tarball from ftp://ftp.gnu.org/pub/gnu/autoconf
  We recommend version 2.53 or higher

See how the metaauto port works. autoconf and automake are actually scripts
that depend on AUTOCONF_VERSION and AUTOMAKE_VERSION to select the right
ones.

Well in mean time I found this:

http://openports.se/devel/metaauto

although I don't think it's installed as **find** didn't come up with 
anything.



Does this mean that without the metaauto port that the **system** or 
**any** install script will not know how to handle a basic compile?


Am really confused now as I don't understand anything of what's going on!


This might be an easier to answer question then:

how do I tell the system to use one particular version of autoconf and 
automake...???


Which files do I need to edit to do that?


Am so sorry for being slow but am just so used to running:

cd /usr/ports/*/portname
make install clean

and everything being done in the background for me!


Regards,


Kaya



Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman

On 03/11/2012 08:20 PM, Marc Espie wrote:

On Sun, Mar 11, 2012 at 07:42:43PM +, Kaya Saman wrote:

Hi,

I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD
RELEASE 5.0 x64 but am running into issues regarding automake and
autoconfig.


Basically I installed:

automake-1.11.1p2

autoconf-2.67



The install script comes up saying this:

# ./autogen.sh

Starting ntop automatic configuration system v.0.2.3

   Please be patient, there is a lot to do...

1. Testing gnu tools

You must have automake installed to compile ntop.
Download the appropriate package for your distribution, or get the
source tarball from ftp://ftp.gnu.org/pub/gnu/automake
  We recommend version 1.6.3 or higher

You must have autoconf installed to compile autogen.sh.
Download the appropriate package for your distribution, or get the
source tarball from ftp://ftp.gnu.org/pub/gnu/autoconf
  We recommend version 2.53 or higher

See how the metaauto port works. autoconf and automake are actually scripts
that depend on AUTOCONF_VERSION and AUTOMAKE_VERSION to select the right
ones.
Ok thankyou! .this makes sense now to me. But how to set 
AUTOCONF_VERSION and AUTOMAKE_VERSION???


You say metaauto port but I thought that in OpenBSD one was not supposed 
to used ports unlike FreeBSD which I'm used to?



hmm

# man metaauto
man: no entry for metaauto in the manual.

looks like I need to do some further Google'ing!


Regards,


Kaya



Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Marc Espie
On Sun, Mar 11, 2012 at 07:42:43PM +, Kaya Saman wrote:
> Hi,
> 
> I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD
> RELEASE 5.0 x64 but am running into issues regarding automake and
> autoconfig.
> 
> 
> Basically I installed:
> 
> automake-1.11.1p2
> 
> autoconf-2.67
> 
> 
> 
> The install script comes up saying this:
> 
> # ./autogen.sh
> 
> Starting ntop automatic configuration system v.0.2.3
> 
>   Please be patient, there is a lot to do...
> 
> 1. Testing gnu tools
> 
> You must have automake installed to compile ntop.
> Download the appropriate package for your distribution, or get the
> source tarball from ftp://ftp.gnu.org/pub/gnu/automake
>  We recommend version 1.6.3 or higher
> 
> You must have autoconf installed to compile autogen.sh.
> Download the appropriate package for your distribution, or get the
> source tarball from ftp://ftp.gnu.org/pub/gnu/autoconf
>  We recommend version 2.53 or higher

See how the metaauto port works. autoconf and automake are actually scripts 
that depend on AUTOCONF_VERSION and AUTOMAKE_VERSION to select the right
ones.



Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman

On 03/11/2012 08:10 PM, Remco wrote:

Kaya Saman wrote:


Hi,

I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD RELEASE
5.0 x64 but am running into issues regarding automake and autoconfig.


Basically I installed:

automake-1.11.1p2

autoconf-2.67



The install script comes up saying this:

# ./autogen.sh

Starting ntop automatic configuration system v.0.2.3

Please be patient, there is a lot to do...

1. Testing gnu tools

You must have automake installed to compile ntop.
Download the appropriate package for your distribution, or get the
source tarball from ftp://ftp.gnu.org/pub/gnu/automake
   We recommend version 1.6.3 or higher

You must have autoconf installed to compile autogen.sh.
Download the appropriate package for your distribution, or get the
source tarball from ftp://ftp.gnu.org/pub/gnu/autoconf
   We recommend version 2.53 or higher


It's weird because both packages are installed and have confirmed that
running: find / -name auto(conf and make).


Can anyone suggest anything?



try: automake --version
  autoconf --version

The messages should be self-explanatory if you didn't define certain
environment variables, e.g., I have this in my environment:
$ set |grep AUTO
AUTOCONF_VERSION=2.65
AUTOMAKE_VERSION=1.11




automake --version
autoconf --version

come up with this


# automake --version
Provide an AUTOMAKE_VERSION environment variable, please
# autoconf --version
Provide an AUTOCONF_VERSION environment variable, please

??


set |grep AUTO


also doesn't display anything???


However, the packages are installed in /usr/local/bin which is confirmed 
using **find**



actually just seeing this now it turns out that automake is 
proceeded by a version number.



So it works then I guess but why can't Ntop install script pick it out?



Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Remco
Kaya Saman wrote:

> Hi,
> 
> I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD RELEASE
> 5.0 x64 but am running into issues regarding automake and autoconfig.
> 
> 
> Basically I installed:
> 
> automake-1.11.1p2
> 
> autoconf-2.67
> 
> 
> 
> The install script comes up saying this:
> 
> # ./autogen.sh
> 
> Starting ntop automatic configuration system v.0.2.3
> 
>Please be patient, there is a lot to do...
> 
> 1. Testing gnu tools
> 
> You must have automake installed to compile ntop.
> Download the appropriate package for your distribution, or get the
> source tarball from ftp://ftp.gnu.org/pub/gnu/automake
>   We recommend version 1.6.3 or higher
> 
> You must have autoconf installed to compile autogen.sh.
> Download the appropriate package for your distribution, or get the
> source tarball from ftp://ftp.gnu.org/pub/gnu/autoconf
>   We recommend version 2.53 or higher
> 
> 
> It's weird because both packages are installed and have confirmed that
> running: find / -name auto(conf and make).
> 
> 
> Can anyone suggest anything?
> 
> 

try: automake --version
 autoconf --version

The messages should be self-explanatory if you didn't define certain
environment variables, e.g., I have this in my environment:
$ set |grep AUTO
AUTOCONF_VERSION=2.65
AUTOMAKE_VERSION=1.11



Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman

Hi,

I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD RELEASE 
5.0 x64 but am running into issues regarding automake and autoconfig.



Basically I installed:

automake-1.11.1p2

autoconf-2.67



The install script comes up saying this:

# ./autogen.sh

Starting ntop automatic configuration system v.0.2.3

  Please be patient, there is a lot to do...

1. Testing gnu tools

You must have automake installed to compile ntop.
Download the appropriate package for your distribution, or get the
source tarball from ftp://ftp.gnu.org/pub/gnu/automake
 We recommend version 1.6.3 or higher

You must have autoconf installed to compile autogen.sh.
Download the appropriate package for your distribution, or get the
source tarball from ftp://ftp.gnu.org/pub/gnu/autoconf
 We recommend version 2.53 or higher


It's weird because both packages are installed and have confirmed that 
running: find / -name auto(conf and make).



Can anyone suggest anything?


I'm actually puzzled as to why the Ntop version on the public FTP 
servers are s old and out of date, I mean v1.x?


With that there's no Web GUI and actually works more like some of the 
other cli packet sniffers am used to such as trafshow, jnettop, 
iptraf-ng etc..



It would be so awsome to see these on the FTP servers so that all one 
needs to do is just pkg_add them but am stuck now compiling and not sure 
if it's even gona work



Regards,


Kaya



RES: Implementing ntop - Last Version

2010-06-02 Thread Rovercy de Oliveira
Ok, thanks!!!



Att
--
Rovercy

De: Janne Johansson [mailto:icepic...@gmail.com]
Enviada em: Wednesday, June 02, 2010 10:59 AM
Para: Rovercy de Oliveira; misc@openbsd.org
Assunto: Re: Implementing ntop - Last Version





2010/6/2 Rovercy de Oliveira 


I did not paste the details error, because that is not the point. I am
just wondering if someone got success with last ntop version on OpenBSD.



If your point was "I need to get recent ntop to work", details really
should be

included.



--
To our sweethearts and wives.  May they never meet. -- 19th century
toast


Este comunicado, incluindo seus anexos, e de uso exclusivo do destinatario e
pode conter informacoes confidenciais e/ou privilegiadas. Se voce nao e o
destinatario  designado, qualquer uso, copia, divulgacao, veiculacao ou
distribuicao e estritamente proibida. Por favor notifique o remetente
imediatamente, respondendo este  email, apague esta mensagem e destrua todas
as copias.

This communication, including attachments, is for the exclusive use of
addressee and may contain proprietary, confidential and/or privileged
information.  If you are not the intended recipient, any use, copying,
disclosure, dissemination or distribution is strictly prohibited.  If you are
not the intended recipient, please notify the sender immediately by return
e-mail, delete this communication and destroy all copies.



Re: Implementing ntop - Last Version

2010-06-02 Thread Janne Johansson
2010/6/2 Rovercy de Oliveira 

>
> I did not paste the details error, because that is not the point. I am
> just wondering if someone got success with last ntop version on OpenBSD.
>
>
If your point was "I need to get recent ntop to work", details really should
be
included.

-- 
To our sweethearts and wives.  May they never meet. -- 19th century toast



RES: Implementing ntop - Last Version

2010-06-01 Thread Rovercy de Oliveira
Hi Johansson,

Thanks a lot for your help, I really got your hint!!! I am not the king
of the knowledge on OpenBSD, that is my first time on that list ok! But
I work with Open for 4 years and know a little bit about that. The way
you put your point of view seems that you know nothing about ntop, the
last version is 3.4 with a lot of new features the version on the
OpenBSD packages is 1.1.

I did not paste the details error, because that is not the point. I am
just wondering if someone got success with last ntop version on OpenBSD.

Thanks in advanced
--
Rovercy de Oliveira
Real Protect Information Security
Fone: 21.2114.2323/Mobile: 21.9444.3788
http://www.realprotect.net


"Better Information Security starts with Better Information"


-Mensagem original-
De: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] Em nome de
Janne Johansson
Enviada em: Tuesday, June 01, 2010 4:12 PM
Para: misc@openbsd.org
Assunto: Re: Implementing ntop - Last Version

2010/5/24 Rovercy de Oliveira 

> Hi all,
>
> I have already tried to compile the source code to OpenBSD, but it
> doesn't works at all. So what is the hint in my case?
>
> Stop hiding the details if you actually are looking for a solution.

"doesnt work" means NOTHING to the readers. Nothing. Either you actually
start providing info or dont post anything at all. Doing the "Hey, give
me
some attention and
help, but YOU must pull the info out of me like as if it was my teeth"
will
not work.

Lastly, ntop is in ports and available as a package.

Knowledgeable People(tm) have succesfully compiled it to a working state
so
there are at least three reasons for you to look there:
1) you obviously arent one of the Knowledgeable People(tm)
2) www.openbsd.org recommends everyone to use precompiled packages
unless a
dire need says anything else
3) The one there works, I've run it myself.


> --
> To our sweethearts and wives.  May they never meet. -- 19th century
toast

Este comunicado, incluindo seus anexos, e de uso exclusivo do destinatario e
pode conter informacoes confidenciais e/ou privilegiadas. Se voce nao e o
destinatario  designado, qualquer uso, copia, divulgacao, veiculacao ou
distribuicao e estritamente proibida. Por favor notifique o remetente
imediatamente, respondendo este  email, apague esta mensagem e destrua todas
as copias.

This communication, including attachments, is for the exclusive use of
addressee and may contain proprietary, confidential and/or privileged
information.  If you are not the intended recipient, any use, copying,
disclosure, dissemination or distribution is strictly prohibited.  If you are
not the intended recipient, please notify the sender immediately by return
e-mail, delete this communication and destroy all copies.



Re: Implementing ntop - Last Version

2010-06-01 Thread Janne Johansson
2010/5/24 Rovercy de Oliveira 

> Hi all,
>
> I have already tried to compile the source code to OpenBSD, but it
> doesn't works at all. So what is the hint in my case?
>
> Stop hiding the details if you actually are looking for a solution.

"doesnt work" means NOTHING to the readers. Nothing. Either you actually
start providing info or dont post anything at all. Doing the "Hey, give me
some attention and
help, but YOU must pull the info out of me like as if it was my teeth" will
not work.

Lastly, ntop is in ports and available as a package.

Knowledgeable People(tm) have succesfully compiled it to a working state so
there are at least three reasons for you to look there:
1) you obviously arent one of the Knowledgeable People(tm)
2) www.openbsd.org recommends everyone to use precompiled packages unless a
dire need says anything else
3) The one there works, I've run it myself.


> --
> To our sweethearts and wives.  May they never meet. -- 19th century toast



Implementing ntop - Last Version

2010-05-24 Thread Rovercy de Oliveira
Hi all,



That's a pleasure got in the OpenBSD main list, that is my first time.
But I thing anyone has a question like that. The problem is: I am trying
to implement ntop in OpenBSD, but the version we have on repository
"pkg" is very old, and the interface of that version is a little bit
over. As we are a security company that offer OpenBSD as a service the
actual ntop is totally out of the customers expect.



I have already tried to compile the source code to OpenBSD, but it
doesn't works at all. So what is the hint in my case?



Thanks a lot in advanced!



Att,
--
Rovercy








Este comunicado, incluindo seus anexos, e de uso exclusivo do destinatario e
pode conter informacoes confidenciais e/ou privilegiadas. Se voce nao e o
destinatario  designado, qualquer uso, copia, divulgacao, veiculacao ou
distribuicao e estritamente proibida. Por favor notifique o remetente
imediatamente, respondendo este  email, apague esta mensagem e destrua todas
as copias.

This communication, including attachments, is for the exclusive use of
addressee and may contain proprietary, confidential and/or privileged
information.  If you are not the intended recipient, any use, copying,
disclosure, dissemination or distribution is strictly prohibited.  If you are
not the intended recipient, please notify the sender immediately by return
e-mail, delete this communication and destroy all copies.



ntop -w disabled due to security issues...?

2008-02-02 Thread Richard Daemon
Is there a way to still use this, locally or in a more secure manner or by
some other means with the same results as would be with -w working?

TIA.



Re: ntop out-of-date version

2007-11-24 Thread Jordi Espasa Clofent

Probably because their is not maintainer for the port?
Update it yourself & submit the update to [EMAIL PROTECTED]
ntop will nolonger be out of date then :)


It's an idea. I've established e-mail contact with ports lists and ntop
author about this.

If nobody is working in ntop port maybe I'll do it (if I've time enough,
 of course)

--
Thanks
Jordi Espasa Clofent



Re: ntop out-of-date version

2007-11-23 Thread Sevan / Venture37
Probably because their is not maintainer for the port?
Update it yourself & submit the update to [EMAIL PROTECTED]
ntop will nolonger be out of date then :)

Sevan / Venture37
_
100s of Music vouchers to be won with MSN Music
https://www.musicmashup.co.uk



ntop out-of-date version

2007-11-23 Thread Jordi Espasa Clofent

Hi all,

?Are there some remarkable reasons to have a completely outdated [*] 
version of ntop available from packages repos?


I have enough with tcpdump power, but I also want to show a beautiful 
graphics on the screen. ;)


[*] The OpenBSD provided version is 1.1; at present day, ntop is in 3.3 
version.


--
Thanks
Jordi Espasa Clofent



Ntop

2007-11-12 Thread Kleber Rocha
It is possible to compile the ntop - 3.3 in openbsd?



[nTOP version 3.2 and OpenBSD 3.9]

2006-11-16 Thread Denis Augusto Araujo de Souza
Hello friends!!!

  I'm installing nTop v 3.2 in a OpenBSD 3.9 Box without success. Please,
there are a solution for this???

Thanks,

  Denis

[demime 1.01d removed an attachment of type application/x-pkcs7-signature which 
had a name of smime.p7s]



Re: FW: Ntop, Nw. Board Mfg, and CARP

2006-06-26 Thread Ryan McBride
On Sun, Jun 25, 2006 at 01:55:24PM -0400, Barry, Christopher wrote:
> > display format of the host. One selection is network board 
> > manufacturer, based on MAC allocation I'm guessing. My CARP 
> > interface says the mfg is U.S. Department of Defense.

CARP uses the same MAC address range as VRRP. From the VRRP RFC:

7.3 Virtual Router MAC Address

   The virtual router MAC address associated with a virtual router is an
   IEEE 802 MAC Address in the following format:

  00-00-5E-00-01-{VRID} (in hex in internet standard bit-order)

   The first three octets are derived from the IANA's OUI.  The next two
   octets (00-01) indicate the address block assigned to the VRRP
   protocol.  {VRID} is the VRRP Virtual Router Identifier.  This
   mapping provides for up to 255 VRRP routers on a network.


Since IANA comes from DARPA, it's not particularly surprising that the
manufacturer would be listed as the U.S. Department of Defense. However,
the relationship between DARPA and IANA is less direct now and the
influence of large corporations is increasing - it's probably more
technically accurate to list "The Military-Industrial Complex" as the
manufacturer.



FW: Ntop, Nw. Board Mfg, and CARP

2006-06-25 Thread Barry, Christopher
> -Original Message-
> From: Barry, Christopher 
> Sent: Saturday, June 24, 2006 4:09 PM
> To: misc@openbsd.org
> Subject: Ntop, Nw. Board Mfg, and CARP
> 
> Hey,
> 
>   I'm running CARP on a 3.7 GENERIC router.
> 
> I'm playing w/ ntop, and pressing 'n' repeatedly changes the 
> display format of the host. One selection is network board 
> manufacturer, based on MAC allocation I'm guessing. My CARP 
> interface says the mfg is U.S. Department of Defense.
> 
> Is this normal?
> 
> Thanks,
> -C

Ironically - this never made it to the list...

Reposting.

-C 



Re: Ntop, Nw. Board Mfg, and CARP

2006-06-24 Thread Andy Hayward

I'm playing w/ ntop, and pressing 'n' repeatedly changes the display
format of the host. One selection is network board manufacturer, based
on MAC allocation I'm guessing. My CARP interface says the mfg is U.S.
Department of Defense.

Is this normal?


Possibly. You should be able to check for yourself:

http://standards.ieee.org/regauth/oui/index.shtml

-- ach



Ntop, Nw. Board Mfg, and CARP

2006-06-24 Thread Barry, Christopher
Hey,

I'm running CARP on a 3.7 GENERIC router.

I'm playing w/ ntop, and pressing 'n' repeatedly changes the display
format of the host. One selection is network board manufacturer, based
on MAC allocation I'm guessing. My CARP interface says the mfg is U.S.
Department of Defense.

Is this normal?

Thanks,
-C



Is it possible to compile and run ntop 3.2 successful on OpenBSD 3.8 / 3.9

2006-05-26 Thread Stefan Sczekalla-Waldschmidt
Hi, 

caused by the lack of an available test-computer for trying this my own
right now -
has somone already made any experiences in getting ntop 3.x running on
System with OpenBSD 3.8 or 3.9 installed ?

Kind reagrds,

Stefan



Fwd: Fwd: ntop

2005-10-06 Thread Jernej Vodopivec
Again forgot to cc:

-- Forwarded message --
From: Jernej Vodopivec <[EMAIL PROTECTED]>
Date: Oct 6, 2005 5:22 PM
Subject: Re: Fwd: ntop
To: Andreas Bihlmaier <[EMAIL PROTECTED]>


ntop
- displays data in html - can be viewed from any workstation withoud
installing additional products so
- it is easier to use
- displays traffic statistics
- stores statistics data...

Jernej

On 10/6/05, Andreas Bihlmaier <[EMAIL PROTECTED]> wrote:
> Just as a question: In what way is "ntop" superior to "pftop -v speed -o 
> rate" ?
> Sure it perhaps is a matter of preference, but I just wan't to know :)



Re: Fwd: ntop

2005-10-06 Thread shane mullins
Ntop has a built in webserver that displays data in html that can be
viewed from any workstation.

Shane

- Original Message - 
From: "Andreas Bihlmaier" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, October 06, 2005 1:30 AM
Subject: Re: Fwd: ntop


> > I think he wants to compile version 3.1  - in ports tree there is
version 1.1.
> >
> > Are there any plans yes about porting newer version of ntop in next
> > versions of obsd?
>
> Just as a question: In what way is "ntop" superior to "pftop -v
speed -o rate" ?
> Sure it perhaps is a matter of preference, but I just wan't to know :)
>
> >
> > Jernej
> >
> > On 10/1/05, Brian A. Seklecki <[EMAIL PROTECTED]>
wrote:
> > > What platform are you on? Are you compiling it from source?
> > >
> > > It works just fine in 3.7/i386.
> > >
> > > Just:
> > >
> > > bash-3.00# cd /usr/ports/net/ntop && make install clean
> > >
> > >
> > > If you insist on source, try looking at
/usr/ports/net/ntop/patches/*
> > >
> > > Try reading about Ports in the FAQ.
> > >
> > > ~BAS
>
> Greetz,
> ahb



Re: Fwd: ntop

2005-10-06 Thread Andreas Bihlmaier
> I think he wants to compile version 3.1  - in ports tree there is version 1.1.
> 
> Are there any plans yes about porting newer version of ntop in next
> versions of obsd?

Just as a question: In what way is "ntop" superior to "pftop -v speed -o rate" ?
Sure it perhaps is a matter of preference, but I just wan't to know :)

> 
> Jernej
> 
> On 10/1/05, Brian A. Seklecki <[EMAIL PROTECTED]> wrote:
> > What platform are you on? Are you compiling it from source?
> >
> > It works just fine in 3.7/i386.
> >
> > Just:
> >
> > bash-3.00# cd /usr/ports/net/ntop && make install clean
> >
> >
> > If you insist on source, try looking at /usr/ports/net/ntop/patches/*
> >
> > Try reading about Ports in the FAQ.
> >
> > ~BAS

Greetz,
ahb



Fwd: ntop

2005-10-05 Thread Jernej Vodopivec
Forgot to cc:

-- Forwarded message --
From: Jernej Vodopivec <[EMAIL PROTECTED]>
Date: Oct 2, 2005 8:36 PM
Subject: Re: ntop
To: "Brian A. Seklecki" <[EMAIL PROTECTED]>


I think he wants to compile version 3.1  - in ports tree there is version 1.1.

Are there any plans yes about porting newer version of ntop in next
versions of obsd?

Jernej

On 10/1/05, Brian A. Seklecki <[EMAIL PROTECTED]> wrote:
> What platform are you on? Are you compiling it from source?
>
> It works just fine in 3.7/i386.
>
> Just:
>
> bash-3.00# cd /usr/ports/net/ntop && make install clean
>
>
> If you insist on source, try looking at /usr/ports/net/ntop/patches/*
>
> Try reading about Ports in the FAQ.
>
> ~BAS



Re: ntop

2005-10-03 Thread shane mullins
If you find a way to compile ntop on OpenBSD, please post it.

Thanks
Shane

- Original Message - 
From: "B4nsh33" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, September 29, 2005 12:43 PM
Subject: ntop


> Hi, im trying to install ntop 3.1 on openbsd 3.7, it doesnt compile,
> reading the archives i learned its an unsupported application.
> Is there any workaround o should i look for another package?, i really
> like the ntop's full feature set and i would prefer use it.
>
> ---
> thanks



Re: ntop

2005-10-01 Thread Brian A. Seklecki
What platform are you on? Are you compiling it from source?  

It works just fine in 3.7/i386.

Just:

bash-3.00# cd /usr/ports/net/ntop && make install clean


If you insist on source, try looking at /usr/ports/net/ntop/patches/*

Try reading about Ports in the FAQ.

~BAS

On Thu, 2005-09-29 at 12:43, B4nsh33 wrote:
> Hi, im trying to install ntop 3.1 on openbsd 3.7, it doesnt compile, 
> reading the archives i learned its an unsupported application.
> Is there any workaround o should i look for another package?, i really 
> like the ntop's full feature set and i would prefer use it.
> 
> ---
> thanks



ntop

2005-09-29 Thread B4nsh33
Hi, im trying to install ntop 3.1 on openbsd 3.7, it doesnt compile, 
reading the archives i learned its an unsupported application.
Is there any workaround o should i look for another package?, i really 
like the ntop's full feature set and i would prefer use it.


---
thanks