Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: NTop: Misc

system hang(or crash) when stop pfcount

 

 

NTop misc RSS feed   Index | Next | Previous | View Threaded


wirelesser at gmail

May 24, 2011, 12:19 AM

Post #1 of 9 (627 views)
Permalink
system hang(or crash) when stop pfcount

hi

when I use the below script to stop pfcount, the system got hang(or
crash), and there is no any trace and kerboard response.

the problem happens almost every time.


I also tried the current PF_RING 4.6.5, but the strange thing is that
pfcount is able to receive packets only from rx-queue 0. so I stop
investigating the problem with 4.6.5


environment:

kernel = 2.6.36.4
pf_ring.ko = 4.6.3
input traffic is about 2Gbps, 12 rx queues

start script:

./userland/examples/pfcount -e 1 -l 4096 -i eth5@0 2> ./pfcount0.log &
./userland/examples/pfcount -e 1 -l 4096 -i eth5@1 2> ./pfcount1.log &
./userland/examples/pfcount -e 1 -l 4096 -i eth5@2 2> ./pfcount2.log &
./userland/examples/pfcount -e 1 -l 4096 -i eth5@3 2> ./pfcount3.log &
./userland/examples/pfcount -e 1 -l 4096 -i eth5@4 2> ./pfcount4.log &
./userland/examples/pfcount -e 1 -l 4096 -i eth5@5 2> ./pfcount5.log &
./userland/examples/pfcount -e 1 -l 4096 -i eth5@6 2> ./pfcount6.log &
./userland/examples/pfcount -e 1 -l 4096 -i eth5@7 2> ./pfcount7.log &
./userland/examples/pfcount -e 1 -l 4096 -i eth5@8 2> ./pfcount8.log &
./userland/examples/pfcount -e 1 -l 4096 -i eth5@9 2> ./pfcount9.log &
./userland/examples/pfcount -e 1 -l 4096 -i eth5 [at] 1 2> ./pfcount10.log &
./userland/examples/pfcount -e 1 -l 4096 -i eth5 [at] 1 2> ./pfcount11.log &



stop script:

#!/bin/sh
ps -e | grep pfcount | awk '{print $1}'|xargs -i kill {}
_______________________________________________
Ntop-misc mailing list
Ntop-misc [at] listgateway
http://listgateway.unipi.it/mailman/listinfo/ntop-misc


deri at ntop

May 26, 2011, 2:19 AM

Post #2 of 9 (613 views)
Permalink
Re: system hang(or crash) when stop pfcount [In reply to]

Rui
can you please file a bug on http://bugzilla.ntop.org so we track this problem?

Luca

On May 24, 2011, at 9:19 AM, Rui wrote:

> hi
>
> when I use the below script to stop pfcount, the system got hang(or
> crash), and there is no any trace and kerboard response.
>
> the problem happens almost every time.
>
>
> I also tried the current PF_RING 4.6.5, but the strange thing is that
> pfcount is able to receive packets only from rx-queue 0. so I stop
> investigating the problem with 4.6.5
>
>
> environment:
>
> kernel = 2.6.36.4
> pf_ring.ko = 4.6.3
> input traffic is about 2Gbps, 12 rx queues
>
> start script:
>
> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@0 2> ./pfcount0.log &
> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@1 2> ./pfcount1.log &
> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@2 2> ./pfcount2.log &
> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@3 2> ./pfcount3.log &
> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@4 2> ./pfcount4.log &
> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@5 2> ./pfcount5.log &
> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@6 2> ./pfcount6.log &
> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@7 2> ./pfcount7.log &
> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@8 2> ./pfcount8.log &
> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@9 2> ./pfcount9.log &
> ./userland/examples/pfcount -e 1 -l 4096 -i eth5 [at] 1 2> ./pfcount10.log &
> ./userland/examples/pfcount -e 1 -l 4096 -i eth5 [at] 1 2> ./pfcount11.log &
>
>
>
> stop script:
>
> #!/bin/sh
> ps -e | grep pfcount | awk '{print $1}'|xargs -i kill {}
> _______________________________________________
> Ntop-misc mailing list
> Ntop-misc [at] listgateway
> http://listgateway.unipi.it/mailman/listinfo/ntop-misc

---
If you can not measure it, you can not improve it - Lord Kelvin

_______________________________________________
Ntop-misc mailing list
Ntop-misc [at] listgateway
http://listgateway.unipi.it/mailman/listinfo/ntop-misc


wirelesser at gmail

Jun 13, 2011, 10:25 PM

Post #3 of 9 (566 views)
Permalink
Re: system hang(or crash) when stop pfcount [In reply to]

On Thu, May 26, 2011 at 5:19 PM, Luca Deri <deri [at] ntop> wrote:
> Rui
> can you please file a bug on http://bugzilla.ntop.org so we track this problem?

is the URL correct? I can't access it.


>
> Luca
>
> On May 24, 2011, at 9:19 AM, Rui wrote:
>
>> hi
>>
>> when I use the below script to stop pfcount, the system got hang(or
>> crash), and there is no any trace and kerboard response.
>>
>> the problem happens almost every time.
>>
>>
>> I also tried the current PF_RING 4.6.5, but the strange thing is that
>> pfcount is able to receive packets only from rx-queue 0. so I stop
>> investigating the problem with 4.6.5
>>
>>
>> environment:
>>
>> kernel = 2.6.36.4
>> pf_ring.ko = 4.6.3
>> input traffic is about 2Gbps, 12 rx queues
>>
>> start script:
>>
>> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@0 2> ./pfcount0.log &
>> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@1 2> ./pfcount1.log &
>> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@2 2> ./pfcount2.log &
>> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@3 2> ./pfcount3.log &
>> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@4 2> ./pfcount4.log &
>> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@5 2> ./pfcount5.log &
>> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@6 2> ./pfcount6.log &
>> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@7 2> ./pfcount7.log &
>> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@8 2> ./pfcount8.log &
>> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@9 2> ./pfcount9.log &
>> ./userland/examples/pfcount -e 1 -l 4096 -i eth5 [at] 1 2> ./pfcount10.log &
>> ./userland/examples/pfcount -e 1 -l 4096 -i eth5 [at] 1 2> ./pfcount11.log &
>>
>>
>>
>> stop script:
>>
>> #!/bin/sh
>> ps -e | grep pfcount | awk '{print $1}'|xargs -i kill {}
>> _______________________________________________
>> Ntop-misc mailing list
>> Ntop-misc [at] listgateway
>> http://listgateway.unipi.it/mailman/listinfo/ntop-misc
>
> ---
> If you can not measure it, you can not improve it - Lord Kelvin
>
> _______________________________________________
> Ntop-misc mailing list
> Ntop-misc [at] listgateway
> http://listgateway.unipi.it/mailman/listinfo/ntop-misc
>
_______________________________________________
Ntop-misc mailing list
Ntop-misc [at] listgateway
http://listgateway.unipi.it/mailman/listinfo/ntop-misc


cardigliano at ntop

Jun 14, 2011, 12:13 AM

Post #4 of 9 (564 views)
Permalink
Re: system hang(or crash) when stop pfcount [In reply to]

2011/6/14 Rui <wirelesser [at] gmail>

> On Thu, May 26, 2011 at 5:19 PM, Luca Deri <deri [at] ntop> wrote:
> > Rui
> > can you please file a bug on http://bugzilla.ntop.org so we track this
> problem?
>
> is the URL correct? I can't access it.
>

Yes it is. You should be redirected to https://www.ntop.org/bugzilla3/

Alfredo


>
>
> >
> > Luca
> >
> > On May 24, 2011, at 9:19 AM, Rui wrote:
> >
> >> hi
> >>
> >> when I use the below script to stop pfcount, the system got hang(or
> >> crash), and there is no any trace and kerboard response.
> >>
> >> the problem happens almost every time.
> >>
> >>
> >> I also tried the current PF_RING 4.6.5, but the strange thing is that
> >> pfcount is able to receive packets only from rx-queue 0. so I stop
> >> investigating the problem with 4.6.5
> >>
> >>
> >> environment:
> >>
> >> kernel = 2.6.36.4
> >> pf_ring.ko = 4.6.3
> >> input traffic is about 2Gbps, 12 rx queues
> >>
> >> start script:
> >>
> >> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@0 2> ./pfcount0.log &
> >> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@1 2> ./pfcount1.log &
> >> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@2 2> ./pfcount2.log &
> >> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@3 2> ./pfcount3.log &
> >> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@4 2> ./pfcount4.log &
> >> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@5 2> ./pfcount5.log &
> >> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@6 2> ./pfcount6.log &
> >> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@7 2> ./pfcount7.log &
> >> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@8 2> ./pfcount8.log &
> >> ./userland/examples/pfcount -e 1 -l 4096 -i eth5@9 2> ./pfcount9.log &
> >> ./userland/examples/pfcount -e 1 -l 4096 -i eth5 [at] 1 2> ./pfcount10.log
> &
> >> ./userland/examples/pfcount -e 1 -l 4096 -i eth5 [at] 1 2> ./pfcount11.log
> &
> >>
> >>
> >>
> >> stop script:
> >>
> >> #!/bin/sh
> >> ps -e | grep pfcount | awk '{print $1}'|xargs -i kill {}
> >> _______________________________________________
> >> Ntop-misc mailing list
> >> Ntop-misc [at] listgateway
> >> http://listgateway.unipi.it/mailman/listinfo/ntop-misc
> >
> > ---
> > If you can not measure it, you can not improve it - Lord Kelvin
> >
> > _______________________________________________
> > Ntop-misc mailing list
> > Ntop-misc [at] listgateway
> > http://listgateway.unipi.it/mailman/listinfo/ntop-misc
> >
> _______________________________________________
> Ntop-misc mailing list
> Ntop-misc [at] listgateway
> http://listgateway.unipi.it/mailman/listinfo/ntop-misc
>


branchnetconsulting at gmail

Jun 16, 2011, 10:34 AM

Post #5 of 9 (557 views)
Permalink
Re: system hang(or crash) when stop pfcount [In reply to]

It appears that the FQDN bugzilla.ntop.org does not resolve, though https://www.ntop.org/bugzilla3/"]https://www.ntop.org/bugzilla3/ works fine.

Kevin


On 6/14/2011 3:13 AM, Alfredo Cardigliano wrote:


2011/6/14 Rui <wirelesser [at] gmail>
On Thu, May 26, 2011 at 5:19 PM, Luca Deri <deri [at] ntop> wrote:
> Rui
> can you please file a bug on http://bugzilla.ntop.org"]http://bugzilla.ntop.org so we track this problem?

is the URL correct? I can't access it.

Yes it is. You should be redirected to https://www.ntop.org/bugzilla3/"]https://www.ntop.org/bugzilla3/
Alfredo


deri at ntop

Jun 16, 2011, 10:44 AM

Post #6 of 9 (556 views)
Permalink
Re: system hang(or crash) when stop pfcount [In reply to]

Kevin
can you explain me what I should change in terms of DNS

Cheers Luca


[ntop]
deri [at] i 241> nslookup bugzilla.ntop.org
Server: 131.114.21.22
Address: 131.114.21.22#53

bugzilla.ntop.org canonical name = jake.ntop.org.
Name: jake.ntop.org
Address: 131.114.21.22

[OpenDNS]
deri [at] i 243> nslookup bugzilla.ntop.org 208.67.222.222
Server: 208.67.222.222
Address: 208.67.222.222#53

Non-authoritative answer:
Name: bugzilla.ntop.org
Address: 67.215.65.132


On Jun 16, 2011, at 7:34 PM, Kevin Branch wrote:

> It appears that the FQDN bugzilla.ntop.org does not resolve, though https://www.ntop.org/bugzilla3/ works fine.
>
> Kevin
>
>
> On 6/14/2011 3:13 AM, Alfredo Cardigliano wrote:
>>
>>
>>
>> 2011/6/14 Rui <wirelesser [at] gmail>
>> On Thu, May 26, 2011 at 5:19 PM, Luca Deri <deri [at] ntop> wrote:
>> > Rui
>> > can you please file a bug on http://bugzilla.ntop.org so we track this problem?
>>
>> is the URL correct? I can't access it.
>>
>> Yes it is. You should be redirected to https://www.ntop.org/bugzilla3/
>>
>> Alfredo
>>
>
> _______________________________________________
> Ntop-misc mailing list
> Ntop-misc [at] listgateway
> http://listgateway.unipi.it/mailman/listinfo/ntop-misc

---
If you can not measure it, you can not improve it - Lord Kelvin


c.d.wakelin at reading

Jun 16, 2011, 10:52 AM

Post #7 of 9 (552 views)
Permalink
Re: system hang(or crash) when stop pfcount [In reply to]

Works fine for me, both DNS (=> CNAME for jake.ntop.org) and redirect:

curl -i bugzilla.ntop.org

HTTP/1.1 302 Found
Date: Thu, 16 Jun 2011 17:44:34 GMT
Server: Apache/2.2.17 (Ubuntu)
Location: http://www.ntop.org/bugzilla3/
Vary: Accept-Encoding
Content-Length: 297
Connection: close
Content-Type: text/html; charset=iso-8859-1

However, the OpenDNS result below is pointing to their own "helpful"
page at http://guide.a.id.opendns.com/?url=bugzilla%2Entop%2Eorg which I
guess means they can't resolve it. However, they can resolve
jake.ntop.org ...

Best Wishes,
Chris

On 16/06/11 18:44, Luca Deri wrote:
> Kevin
> can you explain me what I should change in terms of DNS
>
> Cheers Luca
>
>
> [ntop]
> deri [at] i 241> nslookup bugzilla.ntop.org
> Server: 131.114.21.22
> Address: 131.114.21.22#53
>
> bugzilla.ntop.org canonical name = jake.ntop.org.
> Name: jake.ntop.org
> Address: 131.114.21.22
>
> [OpenDNS]
> deri [at] i 243> nslookup bugzilla.ntop.org 208.67.222.222
> Server: 208.67.222.222
> Address: 208.67.222.222#53
>
> Non-authoritative answer:
> Name: bugzilla.ntop.org
> Address: 67.215.65.132
>
>
> On Jun 16, 2011, at 7:34 PM, Kevin Branch wrote:
>
>> It appears that the FQDN bugzilla.ntop.org does not resolve, though https://www.ntop.org/bugzilla3/ works fine.
>>
>> Kevin
>>
>>
>> On 6/14/2011 3:13 AM, Alfredo Cardigliano wrote:
>>>
>>>
>>>
>>> 2011/6/14 Rui <wirelesser [at] gmail>
>>> On Thu, May 26, 2011 at 5:19 PM, Luca Deri <deri [at] ntop> wrote:
>>>> Rui
>>>> can you please file a bug on http://bugzilla.ntop.org so we track this problem?
>>>
>>> is the URL correct? I can't access it.
>>>
>>> Yes it is. You should be redirected to https://www.ntop.org/bugzilla3/
>>>
>>> Alfredo
>>>
>>
>> _______________________________________________
>> Ntop-misc mailing list
>> Ntop-misc [at] listgateway
>> http://listgateway.unipi.it/mailman/listinfo/ntop-misc
>
> ---
> If you can not measure it, you can not improve it - Lord Kelvin
>
>
>
>
>
> _______________________________________________
> Ntop-misc mailing list
> Ntop-misc [at] listgateway
> http://listgateway.unipi.it/mailman/listinfo/ntop-misc


--
--+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+-
Christopher Wakelin, c.d.wakelin [at] reading
IT Services Centre, The University of Reading, Tel: +44 (0)118 378 2908
Whiteknights, Reading, RG6 6AF, UK Fax: +44 (0)118 975 3094
_______________________________________________
Ntop-misc mailing list
Ntop-misc [at] listgateway
http://listgateway.unipi.it/mailman/listinfo/ntop-misc


branchnetconsulting at gmail

Jun 16, 2011, 2:45 PM

Post #8 of 9 (559 views)
Permalink
Re: system hang(or crash) when stop pfcount [In reply to]

Luca,

It appears that something has changed in the last few hours. Earlier today I was unable to resolve http://bugzilla.ntop.org"]bugzilla.ntop.org from multiple geographically diverse hosts.

A dig of bugzilla.ntop of looked like this:

[root [at] ww ~]# dig bugzilla.ntop.org

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 <<>> bugzilla.ntop.org
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 15988
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;bugzilla.ntop.org. IN A

;; AUTHORITY SECTION:
ntop.org. 10800 IN SOA jake.ntop.org. postmaster.ntop.org. 2011051300 86400 7200 2592000 86400

;; Query time: 227 msec
;; SERVER: 200.35.146.236#53(200.35.146.236)
;; WHEN: Thu Jun 16 13:32:05 2011
;; MSG SIZE rcvd: 87


Now on the same host, it resolves, and the dig looks like this:


[root [at] ww ~]# dig bugzilla.ntop.org

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 <<>> bugzilla.ntop.org
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9506
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;bugzilla.ntop.org. IN A

;; ANSWER SECTION:
bugzilla.ntop.org. 86185 IN CNAME jake.ntop.org.
jake.ntop.org. 86185 IN A 131.114.21.22

;; AUTHORITY SECTION:
ntop.org. 86185 IN NS nameserver.cnr.it.
ntop.org. 86185 IN NS jake.ntop.org.

;; ADDITIONAL SECTION:
nameserver.cnr.it. 6442 IN A 194.119.192.34
nameserver.cnr.it. 58020 IN AAAA 2a00:1620:c0:220:194:119:192:34

;; Query time: 1 msec
;; SERVER: 200.35.146.236#53(200.35.146.236)
;; WHEN: Thu Jun 16 17:41:14 2011
;; MSG SIZE rcvd: 159


Kevin Branch


On 6/16/2011 1:44 PM, Luca Deri wrote:
Kevin can you explain me what I should change in terms of DNS
Cheers Luca

[ntop] deri [at] i 241> nslookup http://bugzilla.ntop.org"]bugzilla.ntop.org Server: 131.114.21.22 Address: 131.114.21.22#53
http://bugzilla.ntop.org"]bugzilla.ntop.org canonical name = jake.ntop.org. Name: http://jake.ntop.org"]jake.ntop.org Address: 131.114.21.22
[OpenDNS] deri [at] i 243> nslookup http://bugzilla.ntop.org"]bugzilla.ntop.org 208.67.222.222 Server: 208.67.222.222 Address: 208.67.222.222#53
Non-authoritative answer: Name: http://bugzilla.ntop.org"]bugzilla.ntop.org Address: 67.215.65.132

On Jun 16, 2011, at 7:34 PM, Kevin Branch wrote:
It appears that the FQDN http://bugzilla.ntop.org"]bugzilla.ntop.org does not resolve, though https://www.ntop.org/bugzilla3/"]https://www.ntop.org/bugzilla3/ works fine.

Kevin


On 6/14/2011 3:13 AM, Alfredo Cardigliano wrote:


2011/6/14 Rui <wirelesser [at] gmail>
On Thu, May 26, 2011 at 5:19 PM, Luca Deri <deri [at] ntop> wrote:
> Rui
> can you please file a bug on http://bugzilla.ntop.org/"]http://bugzilla.ntop.org so we track this problem?

is the URL correct? I can't access it.

Yes it is. You should be redirected to https://www.ntop.org/bugzilla3/"]https://www.ntop.org/bugzilla3/
Alfredo

_______________________________________________
Ntop-misc mailing list
Ntop-misc [at] listgateway
http://listgateway.unipi.it/mailman/listinfo/ntop-misc"]http://listgateway.unipi.it/mailman/listinfo/ntop-misc

--- If you can not measure it, you can not improve it - Lord Kelvin
_______________________________________________ Ntop-misc mailing list Ntop-misc [at] listgateway http://listgateway.unipi.it/mailman/listinfo/ntop-misc"]http://listgateway.unipi.it/mailman/listinfo/ntop-misc


deri at ntop

Jun 17, 2011, 1:32 AM

Post #9 of 9 (552 views)
Permalink
Re: system hang(or crash) when stop pfcount [In reply to]

Chris
I've forced the DNA update, now openDNS (and all others) should work

REgards Luca

On Jun 16, 2011, at 7:52 PM, Chris Wakelin wrote:

> Works fine for me, both DNS (=> CNAME for jake.ntop.org) and redirect:
>
> curl -i bugzilla.ntop.org
>
> HTTP/1.1 302 Found
> Date: Thu, 16 Jun 2011 17:44:34 GMT
> Server: Apache/2.2.17 (Ubuntu)
> Location: http://www.ntop.org/bugzilla3/
> Vary: Accept-Encoding
> Content-Length: 297
> Connection: close
> Content-Type: text/html; charset=iso-8859-1
>
> However, the OpenDNS result below is pointing to their own "helpful"
> page at http://guide.a.id.opendns.com/?url=bugzilla%2Entop%2Eorg which I
> guess means they can't resolve it. However, they can resolve
> jake.ntop.org ...
>
> Best Wishes,
> Chris
>
> On 16/06/11 18:44, Luca Deri wrote:
>> Kevin
>> can you explain me what I should change in terms of DNS
>>
>> Cheers Luca
>>
>>
>> [ntop]
>> deri [at] i 241> nslookup bugzilla.ntop.org
>> Server: 131.114.21.22
>> Address: 131.114.21.22#53
>>
>> bugzilla.ntop.org canonical name = jake.ntop.org.
>> Name: jake.ntop.org
>> Address: 131.114.21.22
>>
>> [OpenDNS]
>> deri [at] i 243> nslookup bugzilla.ntop.org 208.67.222.222
>> Server: 208.67.222.222
>> Address: 208.67.222.222#53
>>
>> Non-authoritative answer:
>> Name: bugzilla.ntop.org
>> Address: 67.215.65.132
>>
>>
>> On Jun 16, 2011, at 7:34 PM, Kevin Branch wrote:
>>
>>> It appears that the FQDN bugzilla.ntop.org does not resolve, though https://www.ntop.org/bugzilla3/ works fine.
>>>
>>> Kevin
>>>
>>>
>>> On 6/14/2011 3:13 AM, Alfredo Cardigliano wrote:
>>>>
>>>>
>>>>
>>>> 2011/6/14 Rui <wirelesser [at] gmail>
>>>> On Thu, May 26, 2011 at 5:19 PM, Luca Deri <deri [at] ntop> wrote:
>>>>> Rui
>>>>> can you please file a bug on http://bugzilla.ntop.org so we track this problem?
>>>>
>>>> is the URL correct? I can't access it.
>>>>
>>>> Yes it is. You should be redirected to https://www.ntop.org/bugzilla3/
>>>>
>>>> Alfredo
>>>>
>>>
>>> _______________________________________________
>>> Ntop-misc mailing list
>>> Ntop-misc [at] listgateway
>>> http://listgateway.unipi.it/mailman/listinfo/ntop-misc
>>
>> ---
>> If you can not measure it, you can not improve it - Lord Kelvin
>>
>>
>>
>>
>>
>> _______________________________________________
>> Ntop-misc mailing list
>> Ntop-misc [at] listgateway
>> http://listgateway.unipi.it/mailman/listinfo/ntop-misc
>
>
> --
> --+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+-
> Christopher Wakelin, c.d.wakelin [at] reading
> IT Services Centre, The University of Reading, Tel: +44 (0)118 378 2908
> Whiteknights, Reading, RG6 6AF, UK Fax: +44 (0)118 975 3094
> _______________________________________________
> Ntop-misc mailing list
> Ntop-misc [at] listgateway
> http://listgateway.unipi.it/mailman/listinfo/ntop-misc

---
Due to lack of interest, tomorrow is cancelled - Kaiser Chiefs


_______________________________________________
Ntop-misc mailing list
Ntop-misc [at] listgateway
http://listgateway.unipi.it/mailman/listinfo/ntop-misc

NTop misc RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.