Re: 7.5 on Intel Celeron (AMD64) Package pfstat-2.5p5 fails on dependencies

2024-08-11 Thread Theo Buehler
> Can't install gd-2.3.3 because of libraries > |library fontconfig.13.1 not found > | not found anywhere > |library freetype.30.3 not found > | not found anywhere Sounds like you haven't installed the x*75.tgz sets, which are needed for gd (and hence pfstat) to work.

7.5 on Intel Celeron (AMD64) Package pfstat-2.5p5 fails on dependencies

2024-08-10 Thread Herbert Laubner
Hello, OpenBSD 7.5 installed over usb-boot as net-install Machine runs fine as firewall for home-network. Pkg  pfsat-2.5p5 fails to install The gd-2.2.3 fails on libraries pkg_info  pfstat Information for https://cdn.openbsd.org/pub/OpenBSD/7.5/packages/amd64/pfstat-2.5p5.tgz Comment

Re: net/pfstat ioctl: DIOCIGETIFACES: Operation not supported by device

2019-07-15 Thread Stuart Henderson
inserted in the middle of the struct) meaning that > > userland programs using this needed to be rebuilt. > > > > I have bumped REVISION in all the ports I could find using this (including > > pfstat) to trigger updates when new packages are available > > > > New

Re: net/pfstat ioctl: DIOCIGETIFACES: Operation not supported by device

2019-07-14 Thread d . rauschenb
mped REVISION in all the ports I could find using this (including > pfstat) to trigger updates when new packages are available > > New i386 packages haven't been built yet (they're nearly done and should > appear in the next 6 hours or so) but if you build from ports (on an up &g

Re: net/pfstat ioctl: DIOCIGETIFACES: Operation not supported by device

2019-07-14 Thread Stuart Henderson
nged in pfvar.h 1.492 (new variable was inserted in the middle of the struct) meaning that userland programs using this needed to be rebuilt. I have bumped REVISION in all the ports I could find using this (including pfstat) to trigger updates when new packages are available New i386 packages haven&#

net/pfstat ioctl: DIOCIGETIFACES: Operation not supported by device

2019-07-14 Thread d . rauschenb
Hi, i am running OpenBSD 6.5 current BUILDINFO Build date: 1562835291 - Thu Jul 11 08:54:51 UTC 2019 and ports from the same day. Platform is i386. The following error occurs: # pfstat -q ioctl: DIOCIGETIFACES: Operation not supported by device pf_query: query_ifaces() failed My pfstat.conf is

Re: ALTQ breakage: pftop and pfstat

2014-04-22 Thread Stuart Henderson
fine HAVE_PFSYNC_STATE > #endif > > @@ -13,6 +14,10 @@ $OpenBSD: patch-config_h,v 1.5 2009/11/3 > +/* #if OS_LEVEL > 46 */ > +#undef HAVE_RULE_NATPASS > +/* #endif */ > ++ > ++#if OS_LEVEL > 55 || 1 > ++#undef HAVE_ALTQ > ++#endif > + > #ifdef HAVE

ALTQ breakage: pftop and pfstat

2014-04-22 Thread Jérémie Courrèges-Anglas
09/11/3 +/* #if OS_LEVEL > 46 */ +#undef HAVE_RULE_NATPASS +/* #endif */ ++ ++#if OS_LEVEL > 55 || 1 ++#undef HAVE_ALTQ ++#endif + #ifdef HAVE_PFSYNC_STATE typedef struct pfsync_state pf_state_t; Index: net/pfstat/Makefile

Re: rc script for net/pfstat

2011-06-04 Thread Mattieu Baptiste
On Fri, May 27, 2011 at 4:46 PM, Mattieu Baptiste wrote: > On Mon, May 16, 2011 at 10:54 PM, Mattieu Baptiste > wrote: >> On Thu, May 12, 2011 at 1:59 PM, Mattieu Baptiste >> wrote: >>> Hi all, >>> >>> This patch adds an rc script for the pfstat

Re: rc script for net/pfstat

2011-05-27 Thread Mattieu Baptiste
On Mon, May 16, 2011 at 10:54 PM, Mattieu Baptiste wrote: > On Thu, May 12, 2011 at 1:59 PM, Mattieu Baptiste wrote: >> Hi all, >> >> This patch adds an rc script for the pfstatd daemon in net/pfstat. >> (maintainer timed out) > > Any thoughts on this ? Nobod

Re: rc script for net/pfstat

2011-05-16 Thread Mattieu Baptiste
On Thu, May 12, 2011 at 1:59 PM, Mattieu Baptiste wrote: > Hi all, > > This patch adds an rc script for the pfstatd daemon in net/pfstat. > (maintainer timed out) Any thoughts on this ? > > Cheers, > > > Index: Makefile > ===

rc script for net/pfstat

2011-05-12 Thread Mattieu Baptiste
Hi all, This patch adds an rc script for the pfstatd daemon in net/pfstat. (maintainer timed out) Cheers, Index: Makefile === RCS file: /cvs/ports/net/pfstat/Makefile,v retrieving revision 1.25 diff -u -p -r1.25 Makefile

Re: net/pfstat on -current

2010-01-17 Thread Stuart Henderson
On 2010/01/17 13:38, Dorian Büttner wrote: > Hi, > > rebuilt some machines to -current as called for testing. I then found > pfstat complaining steadily like this: > > ioctl: DIOCIGETIFACES: Operation not supported by device > pf_query: query_ifaces() failed > > A

net/pfstat on -current

2010-01-17 Thread Dorian Büttner
Hi, rebuilt some machines to -current as called for testing. I then found pfstat complaining steadily like this: ioctl: DIOCIGETIFACES: Operation not supported by device pf_query: query_ifaces() failed A rebuild of the port against -current fixed this, however I just thaught I'd throw

bump net/pfstat and sysutils/pftop

2009-04-09 Thread Matthias Kilian
At least the two mentioned ports need a bump after the recent pf changes. And since I'm fucking busy with private stuff these days, whoever would ok the diffs below can just commit. Ciao, Kili Index: net/pfstat/Mak

Re: pfstat gives errors on -current

2009-03-28 Thread Gerald Chudyk
> have you considered using the built-in command > >     systat pf 1 > That is one of the coolest utilities I have seen in a long time. I really must spend more time reading man pages...

Re: pfstat gives errors on -current

2009-03-28 Thread Theo de Raadt
> On Thu, Mar 26, 2009 at 01:36:00PM +0100, Daniel Hartmeier wrote: > > On Thu, Mar 26, 2009 at 01:11:49PM +0100, Markus Lude wrote: > > > > > Hello, > > > after updating to the recent snapshot from march 24th I now get errors > > > when running

Re: pfstat gives errors on -current

2009-03-28 Thread Markus Lude
On Thu, Mar 26, 2009 at 01:36:00PM +0100, Daniel Hartmeier wrote: > On Thu, Mar 26, 2009 at 01:11:49PM +0100, Markus Lude wrote: > > > Hello, > > after updating to the recent snapshot from march 24th I now get errors > > when running pfstat: > > > > ioctl: DIO

Re: pfstat (can't load library)

2008-07-24 Thread Michael
Hi, Jason Dixon schrieb: Have you rebooted or ran ldconfig since then? $ sudo ldconfig /usr/X11R6/lib /usr/local/lib Nope, thanks, ldconfig did it! :-) Michael

Re: pfstat (can't load library)

2008-07-24 Thread Jason Dixon
On Thu, Jul 24, 2008 at 11:53:02AM +0200, Michael wrote: > Hi, > > Frank Denis schrieb: >> You have to uncompress xbase43.tgz > > That would be xbase44.tgz in my case, and I did that... > > Thats why those libs do exist, as I already mentioned. ;-) > > # l /usr/X11R6/lib/libfreetype.so.16.1 /usr/

Re: pfstat (can't load library)

2008-07-24 Thread Michael
Hi, Frank Denis schrieb: You have to uncompress xbase43.tgz That would be xbase44.tgz in my case, and I did that... Thats why those libs do exist, as I already mentioned. ;-) # l /usr/X11R6/lib/libfreetype.so.16.1 /usr/X11R6/lib/libfontconfig.so.5.1 -rw-r--r-- 1 root wheel - 291K Jul 2

Re: pfstat (can't load library)

2008-07-24 Thread Frank Denis
Le Thu, Jul 24, 2008 at 10:54:43AM +0200, Michael ecrivait : > I just installed pfstat and get the following errors: > # pfstat -q > pfstat: can't load library 'libfreetype.so.16.1' > and sometimes > # pfstat -q > pfstat: can't load library 'libfontconfig

pfstat (can't load library)

2008-07-24 Thread Michael
Hi, I just installed pfstat and get the following errors: # pfstat -q pfstat: can't load library 'libfreetype.so.16.1' and sometimes # pfstat -q pfstat: can't load library 'libfontconfig.so.5.1' This is also weird: # which pfstat /usr/local/bin/pfstat # ldd /u

Re: pfstat-2.3p0 missing dependencies

2007-09-16 Thread John (Chris) Ruff
Sep 2007, John (Chris) Ruff wrote: # pkg_add pfstat-2.3p0 Can't install gd-2.0.35: lib not found expat.8.0 Install the X sets. -- Antoine smime.p7s Description: S/MIME cryptographic signature

pfstat-2.3p0 missing dependencies

2007-09-16 Thread John (Chris) Ruff
I'm trying to install pfstat on sparc64, which was previously running on 4.1 snapshot. Now when I pkg_add pfstat I receive the following: # pkg_add pfstat-2.3p0 Can't install gd-2.0.35: lib not found expat.8.0 Dependencies for gd-2.0.35 resolve to: png-1.2.18, jpeg-6bp3, libico

Re: pfstat-2.3p0 missing dependencies

2007-09-16 Thread Markus Lude
On Sun, Sep 16, 2007 at 01:15:12PM -0400, John (Chris) Ruff wrote: > I'm trying to install pfstat on sparc64, which was previously running > on 4.1 snapshot. Now when I pkg_add pfstat I receive the following: > > # pkg_add pfstat-2.3p0 > Can't install gd-2.0.35

Re: pfstat-2.3p0 missing dependencies

2007-09-16 Thread Antoine Jacoutot
On Sun, 16 Sep 2007, John (Chris) Ruff wrote: # pkg_add pfstat-2.3p0 Can't install gd-2.0.35: lib not found expat.8.0 Install the X sets. -- Antoine

Re: pfstat-2.2.tgz in OpenBSD 4.0

2006-12-07 Thread Ted Buchan
On 07/12/2006, at 5:03 PM, Ted Buchan wrote: Is it me or is pfstat-2.2.tgz compiled against an old libexpat not included in OpenBSD4.0? (I already have my own pfstat.conf in place) ... I'll try compiling it from ports and see how it goes. So I found out what the problem is... Tri

Re: pfstat-2.2.tgz in OpenBSD 4.0

2006-12-07 Thread Stuart Henderson
On 2006/12/07 17:03, Ted Buchan wrote: > pfstat-2.2:gd-2.0.33p3: complete > cerberus:~# find / |grep libexpat.so. > /usr/local/lib/libexpat.so.6.0 > cerberus:~# the libexpat.so.5.0 dependency is from fontconfig, which is part of X11 (so it's fully outside of the ports/pa

Re: pfstat-2.2.tgz in OpenBSD 4.0

2006-12-07 Thread Nikolay Sturm
* Ted Buchan [2006-12-07]: > Is it me or is pfstat-2.2.tgz compiled against an old libexpat not > included in OpenBSD4.0? It's probably linked against /usr/X11R6/lib/libexpat.so.5.0. No idea, whether this is correct or not. Nikolay

pfstat-2.2.tgz in OpenBSD 4.0

2006-12-07 Thread Ted Buchan
Is it me or is pfstat-2.2.tgz compiled against an old libexpat not included in OpenBSD4.0? (I already have my own pfstat.conf in place) cerberus:~# pkg_add -v http://ftp.it.net.au/OpenBSD/4.0/packages/i386/ pfstat-2.2.tgz parsing pfstat-2.2 Dependencies for pfstat-2.2 resolve to: gd-2.0.33p3

Re: pfstat

2006-09-13 Thread Paul Stoeber
install the compiled package: select a mirror from ftp://ftp.openbsd.org/pub/OpenBSD/3.9/ftplist and then pkg_add $MIRROR/3.9/packages/`machine`/pfstat-1.7p1.tgz Or locate the package on your CDs and pkg_add that. > Thank you for your help and sorry for my english. Don't worry.

pfstat

2006-09-13 Thread Mohamed HARIZI
Hello, I have purchased your OpenBSD 3.9 CD-ROM and have so many errors problems installing pfstat. I have installed default sets with xbase39.tgz. Just after reboot i have activated PF in rc.conf and reboot. Then i have put ports.tar.gz from CD-ROM in /usr and made < tar v

Re: pfstat 2.0

2006-08-27 Thread Marc Balmer
.daniel/Makefile Sun May 14 16:06:44 2006 > > +++ ./Makefile Sun May 14 16:21:34 2006 > > @@ -1,9 +1,12 @@ > > # $OpenBSD: Makefile,v 1.11 2005/10/24 05:09:59 fgsch Exp $ > > > > COMMENT= "packet filter statistics visualization" > > +COM

Re: pfstat 2.0

2006-08-27 Thread Marc Balmer
Makefile,v 1.11 2005/10/24 05:09:59 fgsch Exp $ > > COMMENT= "packet filter statistics visualization" > +COMMENT-daemon= "pfstat daemon" > > -DISTNAME=pfstat-2.0 > -PKGNAME= ${DISTNAME} > +V= 2.0 > +DISTNAME=pfstat-${V} > +PKGNAME= pfstat-${V} > +PKGNAME-daemon= pfstat-daemon-${V} you don't need ${V}.

Re: pfstat 2.0

2006-05-14 Thread Matthias Kilian
On Sun, May 14, 2006 at 02:06:16PM -0400, Brad wrote: > > -DISTNAME= pfstat-2.0 > > -PKGNAME= ${DISTNAME} > > +V= 2.0 > > +DISTNAME= pfstat-${V} > > +PKGNAME= pfstat-${V} > > +PKGNAME-daemon=pfstat-daemon-${V} > > How about making the P

Re: pfstat 2.0

2006-05-14 Thread Brad
,9 +1,12 @@ > # $OpenBSD: Makefile,v 1.11 2005/10/24 05:09:59 fgsch Exp $ > > COMMENT= "packet filter statistics visualization" > +COMMENT-daemon= "pfstat daemon" > > -DISTNAME=pfstat-2.0 > -PKGNAME= ${DISTNAME} > +V= 2.0

Re: pfstat 2.0

2006-05-14 Thread Matthias Kilian
visualization" +COMMENT-daemon="pfstat daemon" -DISTNAME= pfstat-2.0 -PKGNAME= ${DISTNAME} +V= 2.0 +DISTNAME= pfstat-${V} +PKGNAME= pfstat-${V} +PKGNAME-daemon=pfstat-daemon-${V} CATEGORIES=net MASTER_SITES= http://www.benz

pfstat 2.0

2006-05-14 Thread Daniel Hartmeier
Here's a major update to pfstat. The most important changes: * Add a small daemon 'pfstatd' which listens on a TCP port and, when connected to, sends the statistical pf data in plain text to the peer. This program has no dependancies (gd, X11, etc.), so it can be easily insta

Re: pfstat in -current dodn't compile correct.

2006-01-21 Thread Nikolay Sturm
* Tobias Ulmer [2006-01-20]: > Ok, I'm talking about graphics/gd. This port has xpm disabled (and there > are no flavors), and exactly this xpm extension is disabled in the > www/php5/extensions port of gd if you choose no_x11. It still needs fontconfig and freetype which are part of xbase. Nik

Re: pfstat in -current dodn't compile correct.

2006-01-20 Thread Stuart Henderson
> Notice the gd version there and compare to the OP version and then look > at the commit comments and the dates at > http://www.openbsd.org/cgi-bin/cvsweb/ports/net/pfstat/Makefile pfstat probably wants the version number in LIB_DEPENDS bumping, then.

Re: pfstat in -current dodn't compile correct.

2006-01-20 Thread Tobias Ulmer
n and then look at the commit comments and the dates at http://www.openbsd.org/cgi-bin/cvsweb/ports/net/pfstat/Makefile Tobias ;)

Re: pfstat in -current dodn't compile correct.

2006-01-20 Thread Stuart Henderson
On 2006/01/20 18:39, Tobias Ulmer wrote: > Where do you see any errors related to X11? gd is a graphic processing > library that is often used to generate images on the server-side, so it > certainly doesn't need X anywhere. Yes, it does, unless you install it as a subpackage of php and use the

Re: pfstat in -current dodn't compile correct.

2006-01-20 Thread Tobias Ulmer
On Fri, Jan 20, 2006 at 12:22:45PM -0500, Francisco Valladolid Hdez. wrote: > > > On Fri, Jan 20, 2006 at 11:26:38AM -0500, Francisco Valladolid Hdez. > > wrote: > >> > >> Hi, folks. > >> > >> While compiling /usr/ports/net/pfstat

Re: pfstat in -current dodn't compile correct.

2006-01-20 Thread Francisco Valladolid Hdez.
> On Fri, Jan 20, 2006 at 11:26:38AM -0500, Francisco Valladolid Hdez. > wrote: >> >> Hi, folks. >> >> While compiling /usr/ports/net/pfstat in -current, i'm getting the >> following errors: >> >> [/usr/ports/net/pfstat $] sudo make i

Re: pfstat in -current dodn't compile correct.

2006-01-20 Thread Tobias Ulmer
On Fri, Jan 20, 2006 at 11:26:38AM -0500, Francisco Valladolid Hdez. wrote: > > Hi, folks. > > While compiling /usr/ports/net/pfstat in -current, i'm getting the > following errors: > > [/usr/ports/net/pfstat $] sudo make install clean > ===> Checking files

pfstat in -current dodn't compile correct.

2006-01-20 Thread Francisco Valladolid Hdez.
Hi, folks. While compiling /usr/ports/net/pfstat in -current, i'm getting the following errors: [/usr/ports/net/pfstat $] sudo make install clean ===> Checking files for pfstat-1.7p1 >> pfstat-1.7.tar.gz doesn't seem to exist on this system. >> Fetch http://www.benzed