Note: to view an individual PR, use:
http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).
The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.
S Tracker
The following reply was made to PR kern/163481; it has been noted by GNATS.
From: "Bjoern A. Zeeb"
To: bug-follo...@freebsd.org, kes-...@yandex.ru
Cc:
Subject: Re: kern/163481: freebsd do not add itself to ping route packet
Date: Mon, 26 Dec 2011 11:46:41 + (UTC)
Unfortunately there is HT
Old Synopsis: interface does not count bytes on interface
New Synopsis: [re] interface does not count bytes on interface
Responsible-Changed-From-To: freebsd-i386->freebsd-net
Responsible-Changed-By: eadler
Responsible-Changed-When: Mon Dec 26 13:33:43 UTC 2011
Responsible-Changed-Why:
assign
h
Hello sir/madam,
I am new to this. Kindly reply.
I am modifying the native ARP version to thwart any ARP Poisoning attack
against my machine. I need to save some additional data to achieve my idea.
So, My question is, can I do a file read/write operation using C code from
within any ARP function
See siftr(4). This module writes to a file.
On Mon, Dec 26, 2011 at 07:13:46PM +0530, Rajneesh Kumar wrote:
> Hello sir/madam,
>
> I am new to this. Kindly reply.
>
> I am modifying the native ARP version to thwart any ARP Poisoning attack
> against my machine. I need to save some additional da
Hello sir/madam,
Please help!
I am trying to modify the ARP module. I want to know which function can
allocate memory for a given structure type and return me back the same?
e.g. I want to have declared a pointer of sockaddr_dl{} type. Now I want to
allocate memory to it. How can I do it?
Thank Y
On 12/26/11 8:44 AM, Rajneesh Kumar wrote:
Hello sir/madam,
Please help!
I am trying to modify the ARP module. I want to know which function can
allocate memory for a given structure type and return me back the same?
e.g. I want to have declared a pointer of sockaddr_dl{} type. Now I want to
all
The following reply was made to PR kern/163481; it has been noted by GNATS.
From: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?=
To: "Bjoern A. Zeeb"
Cc: bug-follo...@freebsd.org
Subject: Re[2]: kern/163481: freebsd do not add itself to ping route packet
Date: Mon, 26 Dec 2011 21:16:07 +0200
Çäðàâñòâ
Hi guys,
Hope you're all enjoying the holiday.
Is anyone using bsnmpd with vlan interfaces? I see the following:
ifOutOctets.10 = Counter32: 0
ifOutOctets.11 = Counter32: 3061
ifOutOctets.12 = Counter32: 0
ifOutOctets.13 = Counter32: 0
The ones with 0 are vlan interfaces, everything else is f
Здравствуйте, Joe.
Вы писали 26 декабря 2011 г., 21:53:06:
JH> Hi guys,
JH> Hope you're all enjoying the holiday.
JH> Is anyone using bsnmpd with vlan interfaces? I see the following:
JH> ifOutOctets.10 = Counter32: 0
JH> ifOutOctets.11 = Counter32: 3061
JH> ifOutOctets.12 = Counter32: 0
JH>
Hi lists,
Are there any profiling tools in the system or ports that would allow
me to determine how much processing is being done per packet and how
long does it take? I would like to predict possible PPS load for my
system and perhaps locate and remove some bottlenecks.
Is IPFW efficient
Hi list,
I did slight modification in ARP module of 4.4FreeBSD-Lite (getting help
from the book TCP/IP illustrated vol 2 by Richard Stevens). After that I
found this kernel is replaced by a new version. I am trying to incorporate
those changes in new kernel but facing problem.
There was #include
On Mon, Dec 26, 2011 at 07:53:06PM +, Joe Holden wrote:
> Hi guys,
>
> Hope you're all enjoying the holiday.
>
> Is anyone using bsnmpd with vlan interfaces? I see the following:
>
> ifOutOctets.10 = Counter32: 0
> ifOutOctets.11 = Counter32: 3061
> ifOutOctets.12 = Counter32: 0
> ifOutOcte
On Mon, Dec 26, 2011 at 07:25:29PM -0800, YongHyeon PYUN wrote:
Y> Index: sys/net/if_vlan.c
Y> ===
Y> --- sys/net/if_vlan.c(revision 228906)
Y> +++ sys/net/if_vlan.c(working copy)
Y> @@ -1012,10 +1012,12 @@
Y> {
Y>
On Thu, Dec 22, 2011 at 11:30:01AM -0500, John Baldwin wrote:
J> You can find the patch for 8.x at
J> http://www.freebsd.org/~jhb/patches/if_addr_rwlock.patch
Just my two pennies: for head/ patching if ip_carp.c should
be straightforward:
1) Using W in carp_alloc_if() and carp_free_if().
2) Usin
On Thu, Dec 15, 2011 at 09:51:09PM +0200, Sami Halabi wrote:
S> Hi,
S>
S> I've searched the net andfound basicly 2 threads talking about the message:
S>
S> ng_mppc_decompress: too many (4094) packets dropped, disabling node
S>
S> in FBSD 6.3
S> http://lists.freebsd.org/pipermail/freebsd-bugs/200
On Thu, Dec 15, 2011 at 09:51:09PM +0200, Sami Halabi wrote:
S> Hi,
S>
S> I've searched the net andfound basicly 2 threads talking about the message:
S>
S> ng_mppc_decompress: too many (4094) packets dropped, disabling node
S>
S> in FBSD 6.3
S> http://lists.freebsd.org/pipermail/freebsd-bugs/200
On Thu, Dec 15, 2011 at 09:51:09PM +0200, Sami Halabi wrote:
S> I've searched the net andfound basicly 2 threads talking about the message:
S>
S> ng_mppc_decompress: too many (4094) packets dropped, disabling node
The 4094 value both in your report and in the old PR look suspicious.
Can you plea
Jason Hellenthal wrote:
>
> See siftr(4). This module writes to a file.
Is siftr(4) new since 8.1?
$ man siftr
No manual entry for siftr
$ cd /usr/ports
$ ls -d */*siftr*
ls: */*siftr*: No such file or directory
___
freebsd-net@freebsd.org ma
Hi list,
During my development, I want to check if my modules compile successfully
or not. I am only changing the ARP portion and whenever I compile my
kernel, it takes around 20mins and compiles all different modules also.
I just want to compile and check whether my ARP modules, which I have
chan
Shouldn't just a normal "make" in the kernel config directory only
rebuild those parts that have changed?
Adrian
On 26 December 2011 22:23, Rajneesh Kumar wrote:
> Hi list,
>
> During my development, I want to check if my modules compile successfully
> or not. I am only changing the ARP portion
On Mon, Dec 26, 2011 at 22:23, Rajneesh Kumar wrote:
> During my development, I want to check if my modules compile successfully
> or not. I am only changing the ARP portion and whenever I compile my
> kernel, it takes around 20mins and compiles all different modules also.
> I just want to compile
On Mon, Dec 26, 2011 at 10:35:33PM -0800, Adrian Chadd wrote:
> On 26 December 2011 22:23, Rajneesh Kumar wrote:
> > Hi list,
> >
> > During my development, I want to check if my modules compile successfully
> > or not. I am only changing the ARP portion and whenever I compile my
> > kernel, it ta
27.12.2011 20:11, per...@pluto.rain.com пишет:
> Jason Hellenthal wrote:
>>
>> See siftr(4). This module writes to a file.
>
> Is siftr(4) new since 8.1?
>
> $ man siftr
> No manual entry for siftr
> $ cd /usr/ports
> $ ls -d */*siftr*
> ls: */*siftr*: No such file or directory
HISTOR
Görüntülemek İçin TlKLAYlN.
The Beatles
From 1963 to 1970, The Beatles released a string of iconic albums — and
their influence continues to reverberate through music today. Now, all of
those studio albums, as well as the remarkable compilation of No. 1 hits,
1, are available from $9.99
Hi,
>Do you run the node in compression or in encryption mode?
I enabled the compression in the mpd.conf if you mean that so its beoing
negotiated, but isee in the mpd portal not all the clients use compression
Sami
2011/12/27 Gleb Smirnoff
> On Thu, Dec 15, 2011 at 09:51:09PM +0200, Sami Hala
On Tue, Dec 27, 2011 at 9:44 AM, Sami Halabi wrote:
> Hi,
>
> >1) Is the number always 4094?
>
> No, i see 4092, 4093 also:
> Dec 24 09:17:04 mpd2 kernel: ng_mppc_decompress: too many (4092) packets
> dropped
> , disabling node 0xff003051e400!
> Dec 24 09:17:04 mpd2 kernel:
> Dec 24 14:22:45
27 matches
Mail list logo