On 09/11/2010 20:16, Paul Thornton wrote:
>
Sorry for that unedited copy of the last mail to the list. Finger
trouble in mail client. Must try harder!
Paul.
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/free
Hi folks,
Keeping the list archives updated for any poor soul that has a similar
problem in future...
On 26/10/2010 18:55, Paul Thornton wrote:
> I'm also going to give mpd a go and see if that works - but if it tries
> the same config options as pppoed then I may be straight back
On 26/10/2010 18:55, Paul Thornton wrote:
> I've been taking another look at this after being dragged off onto other
> things for a few days, and hopefully have some more information that
> might help point in the right direction for a fix / where to debug next.
>
> On 20/1
3 years) hardware with
good quality gigabit ethernet interfaces.
I've only really worked with bge and em but they have good high
performance without polling in 8.0 and 8.1
Paul.
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/li
00)
> 109.71.174.50 > 217.65.161.4: ICMP echo request, id 10, seq 0, length 80
> 20:29:23.257872 PPPoE [ses 0x13] IP (tos 0x0, ttl 61, id 51771, offset 0,
> flags [none], proto ICMP (1), length 100)
> 217.65.161.4 > 109.71.17
On 10/20/10, Bernhard Schmidt wrote:
> 9, 2010 at 23:53, Paul B Mahol wrote:
>> Hi,
>>
>> First: we should pin curthread on CPU before we check on which CPU is
>> curthread.
>>
>> Second: instead of sti & cli use critical sections when saving %fs
&
gt; 14:59:44.059739 d8:d3:85:c1:5e:ed > 54:75:d0:38:ca:7a, ethertype PPPoE S
> (0x8864), length 26: PPPoE [ses 0x21] LCP (0xc021), length 6: LCP, Term-Ack
> (0x06), id 2, length 6
> 14:59:44.060925 54:75:d0:38:ca:7a > d8:d3:85:c1:5e:ed, ethertype PPPoE D
> (0x8863), length 60: PP
Hi,
First: we should pin curthread on CPU before we check on which CPU is curthread.
Second: instead of sti & cli use critical sections when saving %fs register.
Third: I do not know what happens if we get preempted while windows
code were running,
so leave critical section only _after_ executin
routers (some direct Ethernet
link, some via VDSL) and have upgraded to the latest IOS in an attempt
to make this work, nothing changes.
Have also tried with 7.2-RELEASE in case it was an 8.X issue - again,
same problem seen.
Any hints to help debug this (from either end) would be much appreciated.
On 10/13/10, Paul B Mahol wrote:
> On 10/12/10, Paul B Mahol wrote:
>> On 10/11/10, Paul B Mahol wrote:
>>> Hi,
>>>
>>> There is no single valid reason to call rt_ifmsg() in
>>> ndis_linksts_done()
>
On 10/12/10, Paul B Mahol wrote:
> On 10/11/10, Paul B Mahol wrote:
>> Hi,
>>
>> There is no single valid reason to call rt_ifmsg() in ndis_linksts_done()
>>
>> Patch attached.
>>
> Ping.
Pong.
___
On 10/11/10, Paul B Mahol wrote:
> Hi,
>
> There is no single valid reason to call rt_ifmsg() in ndis_linksts_done()
>
> Patch attached.
>
Ping.
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listi
Hi,
There is no single valid reason to call rt_ifmsg() in ndis_linksts_done()
Patch attached.
diff --git a/sys/dev/if_ndis/if_ndis.c b/sys/dev/if_ndis/if_ndis.c
index 2ec9d0e..a4672e0 100644
--- a/sys/dev/if_ndis/if_ndis.c
+++ b/sys/dev/if_ndis/if_ndis.c
@@ -1644,10 +1644,6 @@ ndis_linksts_done(a
On 10/9/10, Nikos Vassiliadis wrote:
> Paul B Mahol wrote:
>> On 9/27/10, Julian Elischer wrote:
>>> anyone here have NDIS experience?
>>>
>>> On 9/27/10 10:51 AM, Nikos Vassiliadis wrote:
>>>> Julian Elischer wrote:
>>>>
On 10/9/10, Alexey Dokuchaev wrote:
> On Fri, Oct 08, 2010 at 06:07:31PM +0000, Paul B Mahol wrote:
>> Just to clear this up, iwi(4) can not support injection (see
>> iwi_raw_xmit())
>> unless you manage to hack firmware ...
>
> Can you perhaps comment on
On 10/7/10, Alexey Dokuchaev wrote:
> On Wed, Oct 06, 2010 at 11:56:25AM -0500, Brandon Gooch wrote:
>> 2010/10/6 Alexey Dokuchaev :
>> > On Fri, Dec 14, 2007 at 11:19:25PM +0100, Jan Henrik Sylvester wrote:
>> >> In contrast to 6.2-RELEASE, monitor mode does not work. Kismet does
>> >> not receiv
On 10/8/10, Alexey Dokuchaev wrote:
> On Fri, Oct 08, 2010 at 03:20:08PM +0000, Paul B Mahol wrote:
>> On 10/8/10, Alexey Dokuchaev wrote:
>> > On Thu, Oct 07, 2010 at 08:43:37PM +0200, Bernhard Schmidt wrote:
>> >> Try the attached patch, this is basically the code
On 10/8/10, Alexey Dokuchaev wrote:
> On Thu, Oct 07, 2010 at 08:43:37PM +0200, Bernhard Schmidt wrote:
>> Try the attached patch, this is basically the code from stable/6
>> ported to head and stable/7. I did only some basic tests but monitor
>> mode seems to work and it is still possible to use
On 10/8/10, Alexey Dokuchaev wrote:
> On Fri, Oct 08, 2010 at 11:48:57AM +0000, Paul B Mahol wrote:
>> On 10/8/10, Alexey Dokuchaev wrote:
>> > On Thu, Oct 07, 2010 at 12:44:20PM +, Paul B Mahol wrote:
>> >> Monitor and injection work commpletly different a
On 10/8/10, Alexey Dokuchaev wrote:
> On Thu, Oct 07, 2010 at 12:44:20PM +0000, Paul B Mahol wrote:
>> On 10/7/10, Adrian Chadd wrote:
>> > finding where the regression happened - eg, which revision along the
>> > 6.x/head branch at the time caused the issue, would li
On 10/7/10, Adrian Chadd wrote:
> finding where the regression happened - eg, which revision along the
> 6.x/head branch at the time caused the issue, would likely help
> Bernard very much..
>
Also, exact instructions how to reproduce problem would help.
Monitor and injection work commpletly dif
On 10/6/10, Julian Elischer wrote:
> On 10/5/10 5:27 PM, Paul B Mahol wrote:
>> On 10/5/10, Julian Elischer wrote:
>>>On 10/5/10 1:19 PM, Paul B Mahol wrote:
>>>> Hi,
>>>>
>>>> If clang did not complain, I would probbaly never spot it
On 10/5/10, Julian Elischer wrote:
> On 10/5/10 1:19 PM, Paul B Mahol wrote:
>> Hi,
>>
>> If clang did not complain, I would probbaly never spot it.
>>
>> Patch attached.
>
> personally I think you could use kproc_kthread_add so that a single
> NDIS
Hi,
If clang did not complain, I would probbaly never spot it.
Patch attached.
diff --git a/sys/compat/ndis/subr_ntoskrnl.c b/sys/compat/ndis/subr_ntoskrnl.c
index ba1e49f..714fcd8 100644
--- a/sys/compat/ndis/subr_ntoskrnl.c
+++ b/sys/compat/ndis/subr_ntoskrnl.c
@@ -274,7 +274,6 @@ ntoskrnl_libi
Hi,
The attached patch supports tablearg options to setfib.
With the patch, you can add rules like
ipfw add 100 setfib tablearg ip from 'table(1)' to any
It help in policy based routing as discussed in this thread.
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=124951+0+archive/2009/freebsd-net/2
On 9/27/10, Julian Elischer wrote:
> anyone here have NDIS experience?
>
> On 9/27/10 10:51 AM, Nikos Vassiliadis wrote:
>> Julian Elischer wrote:
#10 0xc0978200 in rt_dispatch (m=0xc764ad00, sa=0x0) at
/usr/src/sys/net/rtsock.c:1374
1374if (V_loif)
(kgdb)
On Mon, Sep 27, 2010 at 9:25 PM, John Nielsen wrote:
> On Sep 27, 2010, at 11:20 AM, Paul Joe wrote:
>
> > I have attached a patch which allows to do flow classifications in
> userland
> > (e.g based on url categories, LDAP users)
> > and do bandwidth control in ke
Hi,
I have attached a patch which allows to do flow classifications in userland
(e.g based on url categories, LDAP users)
and do bandwidth control in kernel(dummynet).
The patch has
a) a setsocketopt, to associate a pipe to the socket.
b) an ipfw option(sockarg) to redirect flows to correspondi
Greetings. I was wondering if the mitigations for blind in-window attacks that
are described in <http://www.rfc-editor.org/rfc/rfc5961.txt> are in a current
FreeBSD, or if they are planned for one in the near future.
--Paul Hoffman
___
freeb
On Wed, 11 Aug 2010 10:19:11 +0200, Bernd Walter wrote:
> It seems our rtadvd is missing support for stateles DNS configuration.
> There is also a NetBSD PR about this (41510), so there is likely
> no code to get from them.
> How difficult would it be to add RFC5006 support to at least rtadvd?
No
The following reply was made to PR misc/148463; it has been noted by GNATS.
From: Paul Miseiko
To: "bug-follo...@freebsd.org" ,
"pmise...@gmail.com"
Cc:
Subject: Re: misc/148463: [arp] ARP cache can be poisoned or polluted with
ease.
Date: Fri, 9 Jul
Hi
I was wondering if someon knew if FreeBSD supports the creation of
anycast addresses and groups.
Thanks,
Paul
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "fr
On 5/14/10, jiani1012 wrote:
> Yes, I use ndisgen(8) instead. Input the netathw.inf and athw.sys file,
> appears:
> segmentation fault (core dumped)
> CONVERSION FAILED
inf file have missing end of line at end, open file in text editor and
add empty line at and, and try again.
___
On 5/7/10, jiani1012 wrote:
> Hi all,
> I am using xp3264-7.7.0.329-whql.zip file from Atheros.
> #cd /sys/modules/ndis
> #make install
> #cd /sys/modules/if_ndis
> #make install
> #ndiscvt -i netathwx.inf -s athwx.sys -o ndis_driver_data.h
> (syn
m anyone who is using 8.0 in a similar
environment, any advice and suggestions would be gratefully received.
Thanks,
Paul.
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail
On 1/16/10, Paul B Mahol wrote:
> On 1/11/10, Paul B Mahol wrote:
>> On 1/11/10, Bob Johnson wrote:
>>> On 1/9/10, Paul B Mahol wrote:
>>>> On 12/16/09, Bob Johnson wrote:
>>>>> I'm using an ExpressCard for wireless networking because there se
tualization list archives) but couldn't
find it. Do you have a pointer?
thanks,
~!paul
--
G. Paul Ziemba
FreeBSD unix:
11:06PM up 29 days, 47 mins, 26 users, load averages: 0.21, 0.20, 0.21
___
freebsd-net@freebsd.org mailing list
http://lists.fre
to
freebsd-questi...@freebsd.org
Gavin
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
Paul Schmehl, If it isn't already
obvio
Can anyone comment on the usability of ipfilter with an 8.X kernel
built with "options VIMAGE" ? I'm seeing a fatal kernel trap
when rc. starts to configure ipfilter during the boot sequence.
I'm using 8.0-RC1.
many thanks!
--
G. Paul Ziemba
FreeBSD unix:
8:41AM up 24 d
The following reply was made to PR kern/142197; it has been noted by GNATS.
From: Paul B Mahol
To: Roman Bogorodskiy
Cc: bug-follo...@freebsd.org, rpa...@freebsd.org
Subject: Re: kern/142197: [ndis] [patch] ndis is missing media status
reporting
Date: Wed, 6 Jan 2010 11:54:48 +0100
On 12/31/09, Paul B Mahol wrote:
> Hi,
>
> if_ndis.c doesnt update link speed when associated.
>
> Patch is available here:
> misc/142197: ndis is missing media status reporting
> http://www.freebsd.org/cgi/query-pr.cgi?pr=142197
Anyo
Hi,
if_ndis.c doesnt update link speed when associated.
Patch is available here:
misc/142197: ndis is missing media status reporting
http://www.freebsd.org/cgi/query-pr.cgi?pr=142197
--
Paul B Mahol
___
freebsd-net@freebsd.org mailing list
http
de this change, bwi works.
> uath still escapes me.
>
> I hope someone changes the man page to let people know they need to use 2
> when
> using the NDIS driver.
I dont use ap_scan at all and it works for me.
Using ap_scan=2 is just workaround for buggy/broken scan results.
--
rnel: info: [drm] AGP at 0xe000 256MB
>> Dec 14 07:17:56 grimsqueaker kernel: info: [drm] Initialized i915 1.6.0
>> 20080730
>> Dec 14 07:17:57 grimsqueaker kernel: drm0: [ITHREAD]
>> Dec 14 07:18:24 grimsqueaker kernel: pid 1424 (xfce4-panel), uid 1001:
>> exited o
> freebsd-net@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
>
--
Paul B Mahol
___
freebsd-net@freebsd.org mailing list
http://
->driver_ivar;
sc = (struct ndis_softc *)dummy;
sc->ndis_dev = self;
--
Paul B Mahol
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-n
On 12/7/09, Paul B Mahol wrote:
> Patch attached to fix scan results.
> Bug is obvious if you use -v flag:
> ifconfig -v wlan0 list scan
>
> It is interesting, that it never got noticed. I got hit with this one
> when working on WPA instead of WPA2(RSN). In that case wpa_suppli
Patch attached to fix scan results.
Bug is obvious if you use -v flag:
ifconfig -v wlan0 list scan
It is interesting, that it never got noticed. I got hit with this one
when working on WPA instead of WPA2(RSN). In that case wpa_supplicant
would never pick AP because it doesnt see WPA, it could see
On 12/1/09, John Hay wrote:
> Hi,
>
> I'm not sure if this is the best list.
>
> I'm trying to get our Avila (arm) boards with atheros wireless cards
> upgraded from 7.2 to 8.0. We use adhoc mode and I get a panic in
> ieee80211_getcapinfo() because the chan pointer is 0x which seems
> to mean
On 10/31/09, Coleman Kane wrote:
> Paul,
>
> Did you get to send this to sam@, etc ?
Negative, now let @net know about it too.
> On Fri, 2009-10-30 at 16:52 +0100, Paul B Mahol wrote:
>> Hi,
>>
>> There is no point to do scanning how it is currentl
On 10/7/09, Boris Kochergin wrote:
> Rui Paulo wrote:
>> On 7 Oct 2009, at 20:04, Boris Kochergin wrote:
>>>
>>> The heavily-used ones exhibit the problem described at:
>>>
>>> http://lists.freebsd.org/pipermail/freebsd-net/2009-September/022894.html
>>>
>>>
>>>
>>> ...but that's a driver, not a h
tel 3945ABGAtheros 5424/2424
> Ping 6ms 116ms
> downstream 9.05Mbit/s 6.58Mbit/s
> upstream 6.58Mbit/s 4.55Mbit/s
>
> measured with http://www.speedtest.net/ against the same remote server
> at the same
atal errors on re-associations in wpi(4)."
I'm willing to provide more data and test any possible fixes for 7.2,
but I'm lacking the time and experience necessary to track this one down
myself.
Paul
--
Paul Do
The following reply was made to PR kern/138292; it has been noted by GNATS.
From: "Paul A. Procacci"
To: ,
Cc:
Subject: Re: kern/138292: [zyd] [usb8] "zyd0: device timeout" with ZyXEL G-202
Date: Tue, 1 Sep 2009 00:02:58 -0500
I've got the same problem here for what
The following reply was made to PR kern/122780; it has been noted by GNATS.
From: Paul
To: Ed Maste
Cc: bug-follo...@freebsd.org
Subject: Re: kern/122780: [lagg] tcpdump on lagg interface during high pps
wedges netcode
Date: Sun, 30 Aug 2009 23:33:59 -0400
Yes next time I reboot one of the
stem that already has an ethernet (or whatever lower layer
you need) driver in a few weeks.
You'll need to grab appropriate files from /usr/src/sys/netinet as
well as the socket and mbuf related files from /usr/src/sys/kern
and then connect it to the network driver for your physical interfac
X and receive a DHCP address from
a DHCP server (not shown) on LAN X
- On the access point wlan0 and gif0 are bridged together
- On the gateway fxp1 and gif0 are bridged together
- Gif0 on the access point and gif0 on the gateway communicate correctly
when given IP addresses
Regards,
On 7/15/09, Paul B. Mahol wrote:
> On 7/4/09, Paul B. Mahol wrote:
>> On 6/18/09, Coleman Kane wrote:
>>> I've committed this one as r194432.
>>
>> Ah, that one introduced regression.
>> Switching ndisX up before creating vap will cause panic.
&
On 7/4/09, Paul B. Mahol wrote:
> On 6/18/09, Coleman Kane wrote:
>> I've committed this one as r194432.
>
> Ah, that one introduced regression.
> Switching ndisX up before creating vap will cause panic.
> Here is fix:
>
> --- /sys/dev/if_ndis/if_ndis.c 200
e please.
> thanks
>
> Micheal Kevin
> ___
> freebsd-net@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
>
Provide bac
less Ethernet autoselect mode 11b
> status: associated
> lab# ifconfig wlan0
> wlan0: flags=8843 metric 0 mtu 1500
> ether 00:1b:2f:be:78:aa
> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
> status: no carrier
> ssid blah channe
ivate_key'
> Line 19: unknown configuration item 'private_key_passwd'
>
> Does the stock FreeBSD's hostapd(8) support 802.1X EAP-TLS/TTLS at all
> and if "not" why ?
802.1X EAP-TLS/TTLS is not enabled by default on FreeBSD's hostapd(8).
--
Paul
rk.
That is not important.
You don't need to clone device to use TKIP.
If device or device driver doesn't support encryption in hardware, software
encryption will do the work via wlan_tkip(4).
There is only one exception to this and that are ndis(4) driver
On 6/9/09, Vladimir Terziev wrote:
> Thanks Paul,
>
> i have tried the same with ral(4) device and got a similar result.
>
> What about ral(4), does it support virtual interfaces ?
No it doesn't. The only chips capable of multi bssid I'm aware of
are atheros ones and
wlan cloning is only available on 8.0, and iwi supports only one virtual
interface at any time.
--
Paul
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebs
gt;the machine freezes. If i try to kldunload the module while in use
> (if there's a wlan device created) the machine freezes too. It can be
> unloaded only if there is not any wlan associated to the bwi device.
Is this mini-pci card? (pciconf -lv)
--
Paul
se let me know if this is a better question for freebsd-current.
> Here's the backtrace:
Please update your kernel after r192765, this issue have been already
fixed on CURRENT.
--
Paul
___
freebsd-net@freebsd.org mailing list
http://lists.freebs
ble and I don't know how to disable it (the post I sent a
> few days ago about this is wrong or doesn't apply).
I dont belive that things are so much simple that changing only one bbp
all the time will fix signal sensitivity.
--
Paul
___
freebsd
tter reports my patch fixes things for him
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=125181
>
As of recent CURRENT(r191746), this issue have been fixed.
--
Paul
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebs
nt in
new kernels.
I think that problem originated for linux from now obsolete drivers.
On what linux version and what drivers version do you experience
similar problems
with signal sensitivity like with rum?
--
Paul
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
e any change (in terms of signal
> quality, which remains the same).
>
> Any idea if is there anything to change/tune ?
There is not just bbp17 to tune there are probably others much more important
registers.
But as I already mentioned that code is completly missing.
--
Paul
__
st. Tried with sysctl -a
> | grep rum or grep wlan0, but no MiB related to sensitivity appeared.
>
> Is there anything I can try ? How can I force bbp 17 to get 0 value ?
> Tried with rum_def_bbp in if_rum.c, changing 17 to 0. No luck.
There is several pl
/en.wikipedia.org/wiki/NDIS
--
Paul
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
lman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
>
Cause of this panic may already been fixed in
http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/118439
But it still unknown why attach failed, so OP could provide
capability only if driver reports it is capable
>
> PR:kern/132342
>Submitted by: "Paul B. Mahol"
>
> Modified:
>head/sys/dev/if_ndis/if_ndis.c
>
> Modified: head/sys/dev/if_ndis/if_ndis.c
> =
On 3/5/09, Erwin Hoffmann wrote:
> Hi
>
> thanks for following my bug-report:
>
> --On Donnerstag, 5. Maerz 2009 01:43 + lini...@freebsd.org wrote:
>
>> http://www.freebsd.org/cgi/query-pr.cgi?pr=130820
>
> From: "Paul B. Mahol"
> To: lini..
On 2/19/09, Adam K Kirchhoff wrote:
> On Thu, 19 Feb 2009 05:50:35 -0500
> Adam K Kirchhoff wrote:
>
>> On Wed, 18 Feb 2009 19:48:10 -0500
>> Adam K Kirchhoff wrote:
>>
>> > On Thu, 19 Feb 2009 01:10:08 +0100
>> > "Paul B. Mahol"
, &config, &len);
printf should be bellow ndis_get_info() and above ndis_set_info().
Does same problem happens when not using WPA eg. wpa_supplicant?
--
Paul
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
On 2/18/09, Adam K Kirchhoff wrote:
> On Wed, 18 Feb 2009 16:33:56 +0100
> "Paul B. Mahol" wrote:
>
>> On 2/18/09, Adam K Kirchhoff wrote:
>> > On Wed, 18 Feb 2009 12:06:21 +0100
>> > "Paul B. Mahol" wrote:
>> >
>> >> O
wd 127.0.0.1,8000 tcp from 10.81.0.0/16 to any dst-port 80
32000 499 230890 allow ip from any to any
Paul.
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
On 2/18/09, Adam K Kirchhoff wrote:
> On Wed, 18 Feb 2009 12:06:21 +0100
> "Paul B. Mahol" wrote:
>
>> On 2/17/09, Adam K Kirchhoff wrote:
>> > On Tuesday 17 February 2009 17:14:07 Paul B. Mahol wrote:
>> >> On 2/17/09, Adam K Kirchhoff wro
On 2/17/09, Adam K Kirchhoff wrote:
> On Tuesday 17 February 2009 17:14:07 Paul B. Mahol wrote:
>> On 2/17/09, Adam K Kirchhoff wrote:
>> > On Tue, 17 Feb 2009 19:22:22 +0100
>> >
>> > "Paul B. Mahol" wrote:
>> >> http://www.freebsd.org/
On 2/17/09, Adam K Kirchhoff wrote:
> On Tue, 17 Feb 2009 19:22:22 +0100
> "Paul B. Mahol" wrote:
>
>> http://www.freebsd.org/cgi/query-pr.cgi?pr=131781
>>
>> This one should not happen, 108 rate should get recognized.
>> I will try to reproduce it on C
http://www.freebsd.org/cgi/query-pr.cgi?pr=131781
This one should not happen, 108 rate should get recognized.
I will try to reproduce it on CURRENT.
To OP, could you try 7 STABLE after 31 Jan? I guess it should not
change anything but you never know.
--
Paul
various
things (like extra permits of the "special" traffic before the fwd line)
but it makes no difference - the fwd still wins over everything.
Many thanks,
Paul.
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
On 2/5/09, Erwin Hoffmann wrote:
> Hi Paul,
>
>
> --On 5. Februar 2009 18:56:06 +0100 "Paul B. Mahol"
> wrote:
>
>> On 2/5/09, Erwin Hoffmann wrote:
>>> Hi,
>>>
>>> I just saw Paul Mahol's comment:
>>>
&
On 2/5/09, Erwin Hoffmann wrote:
> Hi,
>
> I just saw Paul Mahol's comment:
>
>>Yet another invalid bug report.
>>OP should use -Dndis and not -Dbsd
>>
>>--
>>Paul
>
> Well. If things would be sooo easy.
> Trying to declare "-D ndi
sd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
>
Yet another invalid bug report.
OP should use -Dndis and not -Dbsd
--
Paul
___
freebsd-net@freebsd.org mailing list
http://l
t; >
>> > >
>> > > In many drivers, ahem, like mine, there is a test at detach and it
>> > > will not allow it if there is a non-NULL trunk.
>> > >
>> > > Sounds like a broken driver needs to be fixed is all...
>> > >
>> &g
aking any PPPoE connections
come up when using mpd; I suspect that this is me not fully
understanding what I'm doing - and although I've done quite a bit of
looking, I can't find any good example configurations for a PPPoE server
using mpd (I'm sure they exist!). Do you have any
Hi Luiz,
Luiz Otavio O Souza wrote:
Change the enable lqr to:
enable lqr echo
set echoperiod 5
The ppp will check the remote peer at echoperiod and after five
consecutive fails the ppp link will be closed.
That does exactly what I want, thank you.
Paul
to kill the old ppp process
before trying to launch the new one, so the IP address is released?
I guess I'm asking the reverse of the age old "how do I deny multiple
logins" question - how do I allow it, but have the new one boot the
If I'm not mistaken this report is bogus.
Correct way to make ndis miniport module
is via ndisgen which is shell script for
ndiscvt.
Report is bogus because OP did not kldload
module which have been created with ndiscvt:
kldload ndis
kldload if_ndis
kldload ./created_module_sys.ko
--
On Wed, Dec 17, 2008 at 1:07 PM, Luigi Rizzo wrote:
> On Wed, Dec 17, 2008 at 12:59:17PM -0800, Paul Saab wrote:
> > are you looking for if_em or em?
>
> also, wasn't the em driver renamed to ixgb or something like that ?
>
No... Maybe you need igb
are you looking for if_em or em?
On Wed, Dec 17, 2008 at 12:56 PM, Uwe Grohnwaldt wrote:
> with latest src, there were no messages about if_em in dmesg. miwi built
> src from 2008-07-27 - there the device was active.
>
> Paul Saab wrote:
>
>> does dmesg show the dev
does dmesg show the device failing to attach?
On Wed, Dec 17, 2008 at 11:37 AM, Uwe Grohnwaldt wrote:
> hi,
>
> i've forgotten the cc, sry.
>
> chers,
> uwe
>
> howdy,
>
> miwi and me tried to update a freebsd-current server to the todays src.
> after the update my em0-device disappeared. inform
: trap number= 12
> Dec 12 08:27:58 chip kernel: panic: page fault
> Dec 12 08:27:58 chip kernel: cpuid = 1
> Dec 12 08:27:58 chip kernel: Uptime: 16h42m29s
> Dec 12 08:27:58 chip kernel: Physical memory: 3572 MB
> Dec 12 08:27:58 chip kernel: Dumping 227 MB:
ba
On 11/16/08, Kayven Riese <[EMAIL PROTECTED]> wrote:
> I just purchased a wireless connection device that connects to my ASUS
> M6800N laptop dual
> booting Vista and
>
> KV_BSD# uname -a
> FreeBSD KV_BSD 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC
> 2008 [EMAIL PROTECTED]:/usr/
On 9/21/08, Gavin Atkinson <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I'm attempting to backport the iwn(4) driver for the Intel 4965 driver
> from -HEAD to RELENG_7 and am getting stuck with it at one particular
> point: WPA authentication times out.
>
> I've so far tried to both take the -HEAD dr
The following reply was made to PR kern/125181; it has been noted by GNATS.
From: "Paul B. Mahol" <[EMAIL PROTECTED]>
To: "Andrew Thompson" <[EMAIL PROTECTED]>
Cc: "Coleman Kane" <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: kern/125181:
101 - 200 of 408 matches
Mail list logo