Re: Pfstat trouble, no data in database file

2006-12-15 Thread Daniel Hartmeier
On Mon, Dec 11, 2006 at 09:58:08PM +0100, Max Laier wrote: > @@ -67,10 +67,8 @@ > > /* first, find out how many queues there are */ > memset(&pa, 0, sizeof(pa)); > - if (ioctl(fd, DIOCGETALTQS, &pa)) { > - fprintf(stderr, "ioctl: DIOCGETALTQS: %s\n", strerror(errno));

RE: Pfstat trouble, no data in database file

2006-12-11 Thread Lars Wittebrood
Thank you very much Max. The patch did the trick for me. Regards, Lars. -Original Message- From: Max Laier [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 9:10 PM To: freebsd-ports@freebsd.org Cc: Lars Wittebrood Subject: Re: Pfstat trouble, no data in database file On

Re: Pfstat trouble, no data in database file

2006-12-11 Thread Max Laier
List doesn't like text/x-csrc it seems. Resend as text/plain. On Monday 11 December 2006 21:10, Max Laier wrote: > On Monday 11 December 2006 20:29, Lars Wittebrood wrote: > > Hello list, > > > > After some more troubleshooting I've come a step further. > > > > I have run the '/usr/local/bin/pfst

Re: Pfstat trouble, no data in database file

2006-12-11 Thread Max Laier
On Monday 11 December 2006 20:29, Lars Wittebrood wrote: > Hello list, > > After some more troubleshooting I've come a step further. > > I have run the '/usr/local/bin/pfstat -q' command from a shell and > found some problems with my /usr/local/etc/pfstat.conf file. After > solving these problems I

RE: Pfstat trouble, no data in database file

2006-12-11 Thread Lars Wittebrood
Hello list, After some more troubleshooting I've come a step further. I have run the '/usr/local/bin/pfstat -q' command from a shell and found some problems with my /usr/local/etc/pfstat.conf file. After solving these problems I get the following message issueing the '/usr/local/bin/pfstat -q' co