X710 stalled TX Queue and loss of networking

2024-02-26 Thread Alex Shalima
) * Recreating Netowrking interfaces invluding VLANs (not a permanent fix, issue comes back) * Updating the driver with Dell iDRAC to the latest official QUESTION Is there anything else we can try to get this permanently resolved? Best Regards, Alex

Re: net/realtek-re-kmod panics with debug kernel

2021-06-08 Thread Alex Dupre
o open a bug report might be here: https://github.com/kostikbel/rere/issues -- Alex Dupre

Sales Pipeline

2020-07-16 Thread Alex Miller
Hi, My name is Alex Miller and I am from the Database and Lists Management Company. I wanted to check if you are in practice of purchasing updated database? We can help you in reaching C-level decision makers, Business decision makers, Healthcare Professionals and many more across the Globe

NDP Proxying Issue

2020-06-12 Thread Alex
achine has that address, however I never see a neighbor advertisement in response. Based on the fact that the "ndp -s" command succeeded and the entry is listed, why would this be? I have pf disabled. I am not aware of any sysctl variables that might prevent this from working. Regards, Alex ___

[Differential] D9270: Add support for user-supplied Host-Uniq tag and handle PADM messages in Netgraph PPPoE

2018-02-13 Thread ale (Alex Dupre)
ale added a comment. I'd like to see this in the next 11.2-RELEASE. @eugen_grosbein.net can you please commit it and MFH? REPOSITORY rS FreeBSD src repository REVISION DETAIL https://reviews.freebsd.org/D9270 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreference

[Differential] D9270: Add support for user-supplied Host-Uniq tag and handle PADM messages in Netgraph PPPoE

2017-08-29 Thread ale (Alex Dupre)
ale updated this revision to Diff 32487. ale added a comment. The updated patch fixes the reported issue on multiple PADO replies after the session has been already established. REPOSITORY rS FreeBSD src repository CHANGES SINCE LAST UPDATE https://reviews.freebsd.org/D9270?vs=27059&id=3

[Differential] D9270: Add support for user-supplied Host-Uniq tag and handle PADM messages in Netgraph PPPoE

2017-06-08 Thread ale (Alex Dupre)
ale added a comment. > How the tag should be defined in mpd.conf then? > > set auth host-uniq "string" ? No, to just set the host-uniq string you should use: set pppoe service "string|" REPOSITORY rS FreeBSD src repository REVISION DETAIL https://reviews.freebsd.org/D9270

[Differential] D9270: Add support for user-supplied Host-Uniq tag and handle PADM messages in Netgraph PPPoE

2017-04-04 Thread ale (Alex Dupre)
ale marked 5 inline comments as done. REPOSITORY rS FreeBSD src repository REVISION DETAIL https://reviews.freebsd.org/D9270 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: ale, #manpages, wblock, #network, julian, mav, adrian, glebius Cc: glebius, wbloc

[Differential] D9270: Add support for user-supplied Host-Uniq tag and handle PADM messages in Netgraph PPPoE

2017-04-04 Thread ale (Alex Dupre)
ale updated this revision to Diff 27059. ale added a comment. Addressed latest comments, updated also the pppoe disconnect function. Please check the correctness, and commit the patch if you are satisfied. REPOSITORY rS FreeBSD src repository CHANGES SINCE LAST UPDATE https://reviews.fr

[Differential] D9270: Add support for user-supplied Host-Uniq tag and handle PADM messages in Netgraph PPPoE

2017-04-04 Thread ale (Alex Dupre)
ale added a comment. The three mentioned comments apply also to the ng_pppoe_disconnect function at line 2030 from which I took inspiration, do you want me to change that function, too? REPOSITORY rS FreeBSD src repository REVISION DETAIL https://reviews.freebsd.org/D9270 EMAIL PREFERE

[Differential] D9270: Add support for user-supplied Host-Uniq tag and handle PADM messages in Netgraph PPPoE

2017-04-01 Thread ale (Alex Dupre)
ale added a comment. This revision now requires review to proceed. Who is going to commit it in the src tree and merge in 11 branch? REPOSITORY rS FreeBSD src repository REVISION DETAIL https://reviews.freebsd.org/D9270 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/email

[Differential] D9270: Add support for user-supplied Host-Uniq tag and handle PADM messages in Netgraph PPPoE

2017-03-04 Thread ale (Alex Dupre)
ale marked 14 inline comments as done. REPOSITORY rS FreeBSD src repository REVISION DETAIL https://reviews.freebsd.org/D9270 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: ale, julian, #manpages, mav, #network, adrian Cc: wblock, mav, poolroom_gmail.co

[Differential] D9270: Add support for user-supplied Host-Uniq tag and handle PADM messages in Netgraph PPPoE

2017-03-04 Thread ale (Alex Dupre)
ale updated this revision to Diff 25977. ale added a comment. This revision now requires review to proceed. Man page improvements REPOSITORY rS FreeBSD src repository CHANGES SINCE LAST UPDATE https://reviews.freebsd.org/D9270?vs=25849&id=25977 REVISION DETAIL https://reviews.freebsd.o

[Differential] D9270: Add support for user-supplied Host-Uniq tag and handle PADM messages in Netgraph PPPoE

2017-03-03 Thread ale (Alex Dupre)
ale added a comment. Thanks for your comment, I'll improve the man page. INLINE COMMENTS > wblock wrote in ng_pppoe.4:108 > "host uniq" should be capitalized or otherwise identified with markup. Since > it's used below, just be consistent and say `Host-Uniq`. Are you fine with lower case "

[Differential] D9270: Add support for user-supplied Host-Uniq tag and handle PADM messages in Netgraph PPPoE

2017-03-01 Thread ale (Alex Dupre)
ale retitled this revision from "Add support for user-supplied Host-Uniq tag in Netgraph PPPoE" to "Add support for user-supplied Host-Uniq tag and handle PADM messages in Netgraph PPPoE". ale updated the summary for this revision. ale updated the test plan for this revision. ale added a subscrib

Re: Multiple MAC addresses on a single interface

2017-02-08 Thread Alex Dupre
Alex Dupre wrote: > Yes, it seems a bit overkill. I've tried a few other configurations like > changing the mac address of the vlan interface and enabling promiscuous > mode on the ether interface, without success. I solved the issue, I had to enable promiscuous mode on both the eth

Re: Multiple MAC addresses on a single interface

2017-02-08 Thread Alex Dupre
g the promiscuous mode on the ether/vlan interfaces)? -- Alex Dupre ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

[Differential] D9270: Add support for user-supplied Host-Uniq tag in Netgraph PPPoE

2017-01-22 Thread ale (Alex Dupre)
ale marked 2 inline comments as done. REPOSITORY rS FreeBSD src repository REVISION DETAIL https://reviews.freebsd.org/D9270 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: ale, #network, #manpages, julian Cc: mandree, imp, freebsd-net-list _

[Differential] D9270: Add support for user-supplied Host-Uniq tag in Netgraph PPPoE

2017-01-22 Thread ale (Alex Dupre)
ale updated this revision to Diff 24314. ale added a comment. This revision now requires review to proceed. Fixed typos and improved man page. REPOSITORY rS FreeBSD src repository CHANGES SINCE LAST UPDATE https://reviews.freebsd.org/D9270?vs=24264&id=24314 REVISION DETAIL https://revi

[Differential] D9270: Add support for user-supplied Host-Uniq tag in Netgraph PPPoE

2017-01-21 Thread ale (Alex Dupre)
ale created this revision. ale added reviewers: network, julian. ale added subscribers: freebsd-net-list, mandree. ale set the repository for this revision to rS FreeBSD src repository. Herald added a subscriber: imp. Herald added a reviewer: manpages. REVISION SUMMARY Add support for user-suppl

Re: SO_BINDANY in FreeBSD 10.3

2016-08-12 Thread Alex Povolotsky
.ipfw/L8lzLmG05WE ... poke me to write up some documentation. :) -adrian On 12 August 2016 at 08:29, Julian Elischer wrote: On 12/08/2016 8:00 PM, Alex Povolotsky wrote: Hello Is SO_BINDANY supported in FreeBSD 10.3? If not, do any patches exists? I'm certain that it is, somehow, but I'll

SO_BINDANY in FreeBSD 10.3

2016-08-12 Thread Alex Povolotsky
Hello Is SO_BINDANY supported in FreeBSD 10.3? If not, do any patches exists? Alex ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: netmap support removed from ixl?

2016-01-12 Thread Wilkinson, Alex
rface (XL710) isn't >even able to keep up with 2 Gbit/s, never mind 20 Gbit/s. Can anyone >explain what happened -- was this code simply never integrated, or did >it get blown away in some later Intel vendor import? Curious, how are you verify

VLAN priority

2015-07-13 Thread Alex Liptsin
Hi. How can I configure VLAN priority on FreeBSD10-STABLE or FreeBSD11-CURRENT? Thanks, Alex. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-uns

Is it possible to set VLAN-QOS/Priority?

2015-06-28 Thread Alex Liptsin
Hi. Is it possible to configure VLAN priority on FreeBSD10-STABLE or FreeBSD11-CURRENT? Thanks. Alex Liptsin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "fr

Re: FreeBSD 9 as PPPoE BRAS(mpd 5.7) kernel panic

2014-07-01 Thread Alex Ros
Hi. So, hint with mpd-down script (with "sleep 1") does not help - panic after 7 days uptime (rev r267703). If somebody want to look into last core.txt and vmcore, they are here: http://pkg.hostelnet.ru/pub/dump/core.txt.9.txt ___ freebsd-net@freebsd.

FreeBSD 9 as PPPoE BRAS(mpd 5.7) kernel panic

2014-06-22 Thread Alex Ros
Hello. We have a problem with FreeBSD 9 stable (currently on r267070) as PPPoE BRAS by mpd 5.7. Server catches 1-3 kernel panics every month. Two last core.txt's: http://pkg.hostelnet.ru/pub/dump/core.txt.7.txt (r262224) and http://pkg.hostelnet.ru/pub/dump/core.txt.8.txt (r267070) Now trying to

How can I remove one interface from lagg, without destroying all lagg?

2013-07-24 Thread Alex Liptsin
,l4 laggport: igb1 flags=0<> laggport: mlxen1 flags=0<> laggport: mlxen0 flags=5 Now, I want to removr igb1 interface from that lag. How can I do it? Regards, Alex Liptsin Software Quality Assurance Engineer | Mellanox Technologies Ltd. Office: +972 (74) 72

FreeBSD:: How to set VLAN priority?

2013-06-26 Thread Alex Liptsin
Hello. I work with FreeBSD 9.1 RELEASE. I had configured VLANs on my server, but I can't find a way to configure VLAN priority. How can I do it? Thanks. Regards, Alex Liptsin Software Quality Assurance Engineer | Mellanox Technologies Ltd. Office: +972 (74) 7236141 Mobile: +972(54) 783398

Failed to allocate receive buffer problem

2013-06-12 Thread Alex Liptsin
receive buffer 6 Jun 11 14:42:21 h-qa-033 kernel: ib1: failed to allocate receive buffer 7 I work with FreeBSD 9.1. Is it a bug or some configuration issues? Thanks. Regards, Alex Liptsin Software Quality Assurance Engineer | Mellanox Technologies Ltd. Office: +972 (74) 7236141 Mobile: +972(54

RE: How to switch Datgram/Connected mtu modes?

2013-06-11 Thread Alex Liptsin
Hi. Yes. There is no such entry. The only way I found is to compile inside the kernel " options IPOIB_CM ". Can I do it manually without compiling the kernel each time I want to switch between the modes? Maybe add it somehow to sysctl or loader.conf? Regards, Alex Liptsin Softwa

Mellanox NIC names changed, each kldunload/kldload mlx4ib module

2013-06-09 Thread Alex Liptsin
options=29 Regards, Alex Liptsin Software Quality Assurance Engineer | Mellanox Technologies Ltd. Office: +972 (74) 7236141 Mobile: +972(54) 7833986 Fax: +972(74) 7236161 Email: al...@mellanox.com<mailto:al...@mellanox.com> Mellanox, Tel-Hai Industrial Park. Building 7, M.P. Upper Galilee 12100

Re: How to compile ipoib module manually?

2013-06-05 Thread Alex Liptsin
Thanks a lot. Alex L. Sent from my iPhone On 5 ביונ 2013, at 18:13, "John Baldwin" mailto:j...@freebsd.org>> wrote: On Tuesday, June 04, 2013 5:18:46 am Alex Liptsin wrote: I commented on that lines, because I want to compile and load that modules manually. I had succeed to

How to compile ipoib module manually?

2013-06-04 Thread Alex Liptsin
8020 13acbd8 kernel 21 0x81612000 21e5 if_mos.ko 33 0x81615000 124ebmlx4.ko 41 0x81628000 e225 mlx4ib.ko 51 0x81637000 ec60 mlxen.ko The problem is that IPOIB module is missing in /sys/modules. 1. Where can I find it

RE: Create pkey on FreeBSD 9.1

2013-05-30 Thread Alex Liptsin
down Regards, Alex Liptsin Software Quality Assurance Engineer | Mellanox Technologies Ltd. Office: +972 (74) 7236141 Mobile: +972(54) 7833986 Fax: +972(74) 7236161 Email: al...@mellanox.com Mellanox, Tel-Hai Industrial Park. Building 7, M.P. Upper Galilee 12100 Israel -Original Message

Create bond on Infiniband ports

2013-05-28 Thread Alex Liptsin
0 laggport ib1 ifconfig: SIOCSLAGGPORT: Protocol not supported Any ideas? Is it supported on Infiniband ports? Regards, Alex Liptsin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To un

How to switch Datgram/Connected mtu modes?

2013-05-26 Thread Alex Liptsin
of ICMP PMTU packets is used to cause the networking stack to use the smaller UD MTU for these neighbours. Thanks a lot Regards, Alex Liptsin Office: +972 (74) 7236141 Mobile: +972(54) 7833986 Fax: +972(74) 7236161 Email: al...@mellanox.com&l

Create pkey on FreeBSD 9.1

2013-05-23 Thread Alex Liptsin
on FreeBSD? There is no "/sys/class/net/ib0/create_child" directory. Regards, Alex Liptsin ___ 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"

Re: Wallclock vs monotonic time in v6 expiry times?

2013-02-20 Thread Alex Yong
Thanks Chuck for the quick response, On 19 February 2013 18:51, Chuck Swiger wrote: > > Sequence #s, retry timers, etc do better if based off of wall clock time > than if based off of uptime because realtime persists in moving forward but > uptime gets reset if the host crashes/reboots. > > RFC-

Wallclock vs monotonic time in v6 expiry times?

2013-02-19 Thread Alex Yong
Hi, I've been looking around in the IPv6 code recently and I noticed that time_second seems to be the clock of choice for calculating expiry times for prefixes, routers and addresses. Is there any specific reason it uses wall clock time and not time_uptime as this makes more sense to me? I'm ref

[patch] Strong ES model in IPv6

2012-05-02 Thread Alex Yong
Hi all, I have some questions regarding accomplishing the strong model for ingress IPv6 traffic with FreeBSD, as implemented in ip6_input.c. Does it make sense to have a strong ES model in IPv6 *at all*? I’ve yet to find any wording in the RFC’s referring to this – although nothing explicitly di

9-STABLE + Infiniband - incorrect interface counters

2012-03-24 Thread Alex Tutubalin
lexa@new-gw:/home/lexa# ping -s 32000 -c 1 -f 10.1.1.1 PING 10.1.1.1 (10.1.1.1): 32000 data bytes . --- 10.1.1.1 ping statistics --- 1 packets transmitted, 1 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 0.157/0.225/1.758/0.156 ms -- Alex Tutubalin Web: http://blo

Re: Strong host model in IPv6?

2012-03-10 Thread Alex Yong
On 10 March 2012 18:27, JINMEI Tatuya / 神明達哉 wrote: > I've not closely followed the most recent version of FreeBSD IPv6 > code, but the use of the routing table in ip6_input in the original > KAME implementation had nothing to do with the strong host model. It > was just for faster determinatio

Re: Strong host model in IPv6?

2012-03-09 Thread Alex Yong
On 10 March 2012 00:03, Doug Barton wrote: > So I guess I'll re-ask the question here: According to > https://tools.ietf.org/html/rfc1122 that RFC has been updated quite a > bit over the last 23 years. Have you followed that chain upwards to make > sure that your concerns are still valid? > > > D

Strong host model in IPv6?

2012-03-09 Thread Alex Yong
(Originally posted on freebsd-hackers@ - sorry) Hi all, I've been playing around with IPv6 networking on FreeBSD release 8.2 and found that there seems to be no strong incoming host model as specified in RFC 1122. I've spotted that in IPv4 there is the sysctl "net.inet.ip.check_interface" which

Re: Filtering on IPSEC

2012-01-12 Thread Alex Dupre
t;standard": pdadd 172.28.0.0/16 172.22.0.5/32 any -P in ipsec esp/tunnel/OTHEREXTIP-MYEXTIP/require; spdadd 172.22.0.5/32 172.28.0.0/16 any -P out ipsec esp/tunnel/MYEXTIP-OTHEREXTIP/require; I'm searching for trouble or is it correct? -- Alex Dupre

Re: Filtering on IPSEC

2012-01-11 Thread Alex Dupre
x27;s not so uncommon that the two networks may collide, so assigning a "good" ip to one endpoint gateway and making NAT on it should be well documentated in our handbook. If you give me a hint on how this could be achieved with ipfw I'll update the docs according

Filtering on IPSEC

2012-01-11 Thread Alex Dupre
clear packets also on gif0. The current behavior makes impossibile to use firewall stateful filtering. I have also another question (about NAT before IPSEC), but it's partially related to this first issue, so I'll wait for a clarification befor

Re: jail source address selection doesn't work?

2011-03-03 Thread Alex Povolotsky
blem. Will check everything again. Alex. ___ 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"

Re: jail source address selection doesn't work?

2011-03-02 Thread Alex Povolotsky
03.03.2011 0:48, Bjoern A. Zeeb пишет: On Mon, 7 Feb 2011, Alex Povolotsky wrote: Hello! On a multihomed FreeBSD 8.1-RELEASE, in a multihomed jail, source IP selection suddenly refused to work. ifconfig on a box: Seems reasonable, yes? Pinging from the box # ping 192.168.75.59

VRRP on VLANs: does it work?

2011-02-15 Thread Alex Povolotsky
Hello! I've run into strange problem: in non-promisc mode, two freevrrpds does not seems to see each others multicasts. Is it a bug or a feature? Alex. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

jail source address selection doesn't work?

2011-02-07 Thread Alex Povolotsky
52.146600 IP 83.69.203.1 > 192.168.75.59: ICMP echo request, id 14222, seq 0, length 64 10:45:53.146702 IP 83.69.203.1 > 192.168.75.59: ICMP echo request, id 14222, seq 1, length 64 Setting ip.saddrsel to 1 or 0 did not change anything. Kernel is GENERIC+ALTQ What coul

Rob Benwell recommends this site

2011-01-03 Thread alex
Your friend Rob Benwell(instantprof...@yahoo.com) has recommended this site to you, and sends you the following message: Hello Friend, GUARANTEED!: Get your $778.83 instantprofit Commissions Now!!! Underground Automated Method Allows 19 Years Old Kid Blogger To Raid The Market For $23.6

Virtual Network Interface Card

2010-12-17 Thread Alex Zhang
xn0:l styled cards won't work. Solaris VNIC will just work for me, however I would like to use FreeBSD, Alex ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freeb

Differences in network between 6.4 and 7.3

2010-11-10 Thread Alex Huth
problem? Thanks in advance Alex ___ 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"

Re: kern/149185: [rum] [panic] panic in rum(4) driver on 8.1-R

2010-08-09 Thread Alex Kozlov
The following reply was made to PR kern/149185; it has been noted by GNATS. From: Alex Kozlov To: Juergen Lock , Bernhard Schmidt , rpa...@freebsd.org, Kevin Lo , bug-follo...@freebsd.org, s...@rm-rf.kiev.ua Cc: Subject: Re: kern/149185: [rum] [panic] panic in rum(4

Re: kern/144898: [wpi] [panic] wpi panics system

2010-08-05 Thread Alex Kozlov
The following reply was made to PR kern/144898; it has been noted by GNATS. From: Alex Kozlov To: Dominic Fandrey , bug-follo...@freebsd.org, s...@rm-rf.kiev.ua Cc: Subject: Re: kern/144898: [wpi] [panic] wpi panics system Date: Fri, 6 Aug 2010 00:52:26 +0300 --7AUc2qLy4jB3hD7Z

Re: kern/144755: [iwi] [panic] iwi panic when issuing /etc/rc.d/netif restart on 8-STABLE r205159

2010-08-05 Thread Alex Kozlov
The following reply was made to PR kern/144755; it has been noted by GNATS. From: Alex Kozlov To: Bernhard Schmidt , Edwin Groothuis , bug-follo...@freebsd.org, s...@rm-rf.kiev.ua Cc: Subject: Re: kern/144755: [iwi] [panic] iwi panic when issuing /etc/rc.d/netif restart on 8

Re: kern/149185: [rum] [panic] panic in rum(4) driver on 8.1-R

2010-08-05 Thread Alex Kozlov
The following reply was made to PR kern/149185; it has been noted by GNATS. From: Alex Kozlov To: Bernhard Schmidt , bug-follo...@freebsd.org, s...@rm-rf.kiev.ua Cc: Subject: Re: kern/149185: [rum] [panic] panic in rum(4) driver on 8.1-R Date: Thu, 5 Aug 2010 21:14:41 +0300 On Thu

Re: kern/149185: [rum] [panic] panic in rum(4) driver on 8.1-R

2010-08-05 Thread Alex Kozlov
The following reply was made to PR kern/149185; it has been noted by GNATS. From: Alex Kozlov To: Bernhard Schmidt , bug-follo...@freebsd.org, n...@freebsd.org, rpa...@freebsd.org, s...@rm-rf.kiev.ua Cc: Subject: Re: kern/149185: [rum] [panic] panic in rum(4) driver on 8.1-R Date: Thu

Re: kern/149185: [rum] [panic] panic in rum(4) driver on 8.1-R

2010-08-05 Thread Alex Kozlov
The following reply was made to PR kern/149185; it has been noted by GNATS. From: Alex Kozlov To: n...@freebsd.org, rpa...@freebsd.org, freebsd-net@FreeBSD.org, bug-follo...@freebsd.org, s...@rm-rf.kiev.ua Cc: Subject: Re: kern/149185: [rum] [panic] panic in rum(4) driver on 8.1-R Date

Re: kern/149185: [rum] [panic] panic in rum(4) driver on 8.1-R

2010-08-05 Thread Alex Kozlov
On Wed, Aug 04, 2010 at 10:02:35PM +0200, Juergen Lock wrote: > Regarding the 8.1 if_rum(4) panics... I got a similar one, extracted > a dump and tried to gather some info for someone who knows the code: > > The zero divide fault was because (apparently) rate was unitialized, > as is > >

Re: kern/146517: [ath] [wlan] device timeouts for ath wlan device on recent stable.

2010-06-22 Thread Alex Kozlov
The following reply was made to PR kern/146517; it has been noted by GNATS. From: Alex Kozlov To: Rui Paulo , bug-follo...@freebsd.org, vi...@unsane.co.uk, s...@rm-rf.kiev.ua Cc: Subject: Re: kern/146517: [ath] [wlan] device timeouts for ath wlan device on recent stable. Date: Tue, 22

Re: kern/146517: [ath] [wlan] device timeouts for ath wlan device on recent stable.

2010-06-21 Thread Alex Kozlov
The following reply was made to PR kern/146517; it has been noted by GNATS. From: Alex Kozlov To: Rui Paulo , bug-follo...@freebsd.org, vi...@unsane.co.uk Cc: Subject: Re: kern/146517: [ath] [wlan] device timeouts for ath wlan device on recent stable. Date: Mon, 21 Jun 2010 17:38:59

Re: kern/146517: [ath] [wlan] device timeouts for ath wlan device on recent stable.

2010-05-31 Thread Alex Kozlov
The following reply was made to PR kern/146517; it has been noted by GNATS. From: Alex Kozlov To: bug-follo...@freebsd.org, vi...@unsane.co.uk, rpa...@freebsd.org, s...@rm-rf.kiev.ua Cc: Subject: Re: kern/146517: [ath] [wlan] device timeouts for ath wlan device on recent stable. Date

Check out my photos on Facebook

2009-05-02 Thread Alex Santiago
Hi Freebsd-net, I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to join Facebook! Once you join, you can also create your own profile. Thanks, Alex To sign up for Facebook, follow the link below

Re: kern/129022: [ath] ath cannot connect using WEP

2008-11-28 Thread Alex
The following reply was made to PR kern/129022; it has been noted by GNATS. From: Alex <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Subject: Re: kern/129022: [ath] ath cannot connect using WEP Date: Fri, 28 Nov 2008 12:26:59 GMT >Submitter-Id: current-users >Origin

Re: kern/126742: [panic] kernel panic when sending file via ng_ubt(4)

2008-08-23 Thread Alex
The following reply was made to PR kern/126742; it has been noted by GNATS. From: Alex <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Subject: Re: kern/126742: [panic] kernel panic when sending file via ng_ubt(4) Date: Sat, 23 Aug 2008 08:21:45 GMT >Submitter-Id: current-users &g

Re: kern/126742: [panic] kernel panic when sending file via ng_ubt(4)

2008-08-22 Thread Alex
The following reply was made to PR kern/126742; it has been noted by GNATS. From: Alex <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Subject: Re: kern/126742: [panic] kernel panic when sending file via ng_ubt(4) Date: Sat, 23 Aug 2008 02:13:27 GMT >Submitter-Id: current-users &g

Re: kern/126742: [panic] kernel panic when sending file via ng_ubt(4)

2008-08-22 Thread Alex
The following reply was made to PR kern/126742; it has been noted by GNATS. From: Alex <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Subject: Re: kern/126742: [panic] kernel panic when sending file via ng_ubt(4) Date: Fri, 22 Aug 2008 22:27:39 GMT >Submitter-Id: current-users &g

Re: TCP ECN patch to be committed

2008-07-29 Thread Wilkinson, Alex
0n Wed, Jul 30, 2008 at 02:04:52AM +0100, Rui Paulo wrote: >After some chat with other TCP folks I'm going to commit the TCP ECN patch >I asked for review a couple months ago with some changes. Most notably is >the new padding fields added to the syncache struct. Um, what is "TCP

Re: Freebsd IP Forwarding performance (question, and some info) [7-stable, current, em, smp]

2008-06-30 Thread Wilkinson, Alex
0n Mon, Jun 30, 2008 at 10:41:36PM -0400, Paul wrote: >All the NIC drivers in 7 pretty much use interrupt moderation so it can >never lock the machine anyway.. This effectively kills polling and it >really no longer has any use except to be able to have a fraction of the >c

Re: Freebsd IP Forwarding performance (question, and some info) [7-stable, current, em, smp]

2008-06-30 Thread Wilkinson, Alex
0n Tue, Jul 01, 2008 at 03:00:31AM +0200, Ingo Flaschberger wrote: >Dear Alex, > >>>OK, I setup 2 boxes on either end of a RELENG_7 box from about May >>>7th just now, to see with 2 boxes blasting across it how it would >>>

Re: Freebsd IP Forwarding performance (question, and some info) [7-stable, current, em, smp]

2008-06-30 Thread Wilkinson, Alex
0n Mon, Jun 30, 2008 at 03:44:48PM -0400, Mike Tancsa wrote: >OK, I setup 2 boxes on either end of a RELENG_7 box from about May >7th just now, to see with 2 boxes blasting across it how it would >work. *However*, this is with no firewall loaded and, I must enable >ip fast

Re: kern/121257: [tcp] TSO + natd -> slow outgoing tcp traffic

2008-06-27 Thread Alex Samorukov
The following reply was made to PR kern/121257; it has been noted by GNATS. From: Alex Samorukov <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: kern/121257: [tcp] TSO + natd -> slow outgoing tcp traffic Date: Fri, 27 Jun 2008 16:48:15 +0200 I can ap

mpd, nat, netflow: does not work for me

2008-06-11 Thread Alex Povolotsky
y insufficient to send required data), collector receives it and stores nothing. Maybe someone could help? Alex. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: anyone tried the Multi routing table code yet?

2008-05-23 Thread Wilkinson, Alex
0n Fri, May 23, 2008 at 05:39:17PM -0700, Julian Elischer wrote: >subject says it all really.. No, but I would like to ... if you could hold my hand :) -aW IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section

Re: connect(): Operation not permitted

2008-05-17 Thread Alex Trull
tc/rc.d/pf check && /etc/rc.d/pf reload HTH, Alex On Sat, 2008-05-17 at 16:33 +0200, Johan Ström wrote: > Hello > > I got a FreeBSD 7 machine running mail services (among other things). > This machine recently replaced a FreeBSD 6.2 machine doing the same > tasks. &

Re: how to identify a PHY?

2008-05-13 Thread Wilkinson, Alex
0n Mon, May 12, 2008 at 01:19:58PM +0200, Marius Strobl wrote: >If the system is running the simplest thing in order to identifiy >the PHYs is to check the oui= and model= output of `devinfo -v`. >Otherwise boot verbose and check the OUI and model output of >ukphy(4). Curiou

Fwd: [networking-discuss] uperf - A network benchmark tool

2008-05-07 Thread Wilkinson, Alex
FYI - Forwarded message from Neelakanth Nadgir <[EMAIL PROTECTED]> - Date: Tue, 06 May 2008 17:34:23 -0700 From: Neelakanth Nadgir <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Neelakanth Nadgir <[EMAIL PROTECTED]> Subject: [networking-discuss] uperf - A network benchmark tool [apologies

RE: Sangoma A301?

2008-03-18 Thread Alex Feldman
Hi Kurt, We support DS3 card but only clear channel. We don't have fractional DS3 support. Did u try to load this card? Does it recognize by kernel? If you have any questions, please feel free to contact me. Alex Sangoma Technologies -Original Message- From: [EMAIL PROT

Re: named.root

2008-02-07 Thread Wilkinson, Alex
0n Tue, Feb 05, 2008 at 06:45:13PM +0200, Petri Helenius wrote: >Any chance the recent root zone changes would make it to 7.0? Erm, curious, what where these changes in the first place ? -aW IMPORTANT: This email remains the property of the Australian Defence Organisation and is subj

I/OAT ... Coming Soon ?

2007-11-14 Thread Wilkinson, Alex
Hi all, Curious, is I/OAT [http://www.intel.com/go/ioat/] coming to FreeBSD soon ? Seems to be in the works for Linux [http://www.linux-foundation.org/en/Net:I/OAT] and OpenSolaris [http://blogs.sun.com/markusflierl/entry/what_s_going_on_in]. -aW IMPORTANT: This email remains the property of

Re: wireless recommendations ...

2007-10-11 Thread Wilkinson, Alex
0n Thu, Oct 11, 2007 at 10:18:34PM -0300, Marc G. Fournier wrote: >... but, I haven't used wireless at all under FreeBSD ... what do we support >*well*? The machine(s) are going to be remote, so I'd like to go with >something that is generally felt to be 'consistently reliable

Re: RFC: Capability addition for IEEE 1588

2007-10-04 Thread Wilkinson, Alex
0n Wed, Oct 03, 2007 at 10:52:43AM -0700, Jack Vogel wrote: >I am adding support into the em driver for PTP PTP ? -aW IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you ha

Re: RFC: Capability addition for IEEE 1588

2007-10-04 Thread Wilkinson, Alex
0n Thu, Oct 04, 2007 at 02:47:37PM +0800, Wilkinson, Alex wrote: >0n Wed, Oct 03, 2007 at 10:52:43AM -0700, Jack Vogel wrote: > >>I am adding support into the em driver for PTP > >PTP ? Found http://ptpd.sourceforge.net/. Sorry for the noise

Re: LAGG handbook entry

2007-08-19 Thread Wilkinson, Alex
0n Mon, Aug 20, 2007 at 02:48:32PM +1200, Andrew Thompson wrote: >I have been putting together a chapter on 'Link Aggregation and >Failover', any feedback/corrections/additions would be appreciated. >http://nzfug.nz.freebsd.org/nzfug/HandbookUpdates/NetworkAggregation Awesome. Gr

Re: freebsd6 utilities and proxy

2007-07-18 Thread Wilkinson, Alex
0n Wed, Jul 18, 2007 at 11:01:11PM -0400, Dave wrote: >I've got a FreeBSD 6.2 machine now behind a squid nontransparent >authenticating proxy. The proxy use to be transparent and didn't require >authentication, those requirements now changed, so it now utilizes a >dedicated

Re: Fatal double fault while copy to NFS filesystems

2007-07-07 Thread Alex Keda
Pyun YongHyeon пишет: On Fri, Jul 06, 2007 at 07:07:00PM +0400, Alex Keda wrote: > When I copy files to NFS on another host kernel crash: > Fatal double fault: > eip = 0xc07e9e29 > esp = 0xe31a3000 > ebp = 0xe31a3000 > cpuid = 1; apic id = 01 > panic: doub

Re: Fatal double fault while copy to NFS filesystems

2007-07-06 Thread Alex Keda
Kostik Belousov пишет: On Fri, Jul 06, 2007 at 10:23:55PM +0400, Alex Keda wrote: Kostik Belousov пишет: On Fri, Jul 06, 2007 at 07:07:00PM +0400, Alex Keda wrote: When I copy files to NFS on another host kernel crash: Fatal double fault: eip = 0xc07e9e29 esp = 0xe31a3000 ebp

Re: Fatal double fault while copy to NFS filesystems

2007-07-06 Thread Alex Keda
Kostik Belousov пишет: On Fri, Jul 06, 2007 at 07:07:00PM +0400, Alex Keda wrote: When I copy files to NFS on another host kernel crash: Fatal double fault: eip = 0xc07e9e29 esp = 0xe31a3000 ebp = 0xe31a3000 cpuid = 1; apic id = 01 panic: double fault cpuid = 1 === before

Fatal double fault while copy to NFS filesystems

2007-07-06 Thread Alex Keda
When I copy files to NFS on another host kernel crash: Fatal double fault: eip = 0xc07e9e29 esp = 0xe31a3000 ebp = 0xe31a3000 cpuid = 1; apic id = 01 panic: double fault cpuid = 1 === before this, I see on /var/log/messages nve0: device timeout === how repea

Re: Network stack virtualization for FreeBSD 7.0

2007-06-05 Thread Wilkinson, Alex
0n Tue, Jun 05, 2007 at 12:10:36PM -0700, Julian Elischer wrote: > I have two different versions of the talk on video. > The audio is a bit hard to hear but can still be understood. > When my RealWork(TM) lets up I will finish transcribing them to downloadable form. Can you plea

Re: netstat patch..

2007-06-05 Thread Wilkinson, Alex
0n Tue, Jun 05, 2007 at 01:56:10PM -0400, Randall Stewart wrote: > Weongyo Jeong sent me a nice netstat patch that allows > netstat access to SCTP stuff :-D And for those that don't know much about SCTP, the benefit is ? -aW IMPORTANT: This email remains the property of the Austra

Re: New driver coming soon.

2007-06-03 Thread Wilkinson, Alex
0n Thu, May 31, 2007 at 03:19:44PM -0700, Jack Vogel wrote: > FreeBSD customer base has been miniscule so not much has > been done to the code, maybe someday in my spare time :) "miniscule" ? That's scary to hear :( -aW IMPORTANT: This email remains the property of the Australian

Re: driver packet coalesce

2007-05-31 Thread Wilkinson, Alex
0n Wed, May 30, 2007 at 04:45:05PM -0700, Jack Vogel wrote: > Does any driver do this now? And if a driver were to coalesce > packets and send something up the stack that violates mss > will it barf? erm, what is meant by "coalesce" ? -aW IMPORTANT: This email remains the prop

Re: two public ip addresses on one interface

2007-05-28 Thread Wilkinson, Alex
0n Mon, May 28, 2007 at 11:43:21AM +0400, Eygene Ryabinkin wrote: >Alex, good day. > >Sun, May 27, 2007 at 07:07:41PM +0800, Wilkinson, Alex wrote: >> > If your aliases are part of the same subnet as the "primary" or first con

Re: two public ip addresses on one interface

2007-05-27 Thread Wilkinson, Alex
0n Fri, May 25, 2007 at 01:17:39PM -0700, Chuck Swiger wrote: > If your aliases are part of the same subnet as the "primary" or first configured IP, then you want to > use the all-1's netmask. In your case, however, the second IP is part of a completely different subnet, > an

Re: asymetric speeds over gigE link

2007-05-21 Thread Wilkinson, Alex
0n Mon, May 21, 2007 at 07:39:06PM +0100, Tom Judge wrote: > I have also seen 700Mb/s sustained FreeBSD - FreeBSD using the openssh HPN > patch set and no extra tuning of the network stack. Which makes me > think that maybe the linux stack needs some tuning? What is the "HPN pa

Re: Asus WL-167g not working

2007-05-12 Thread Alex Povolotsky
Volker wrote: On 05/12/07 21:55, Alex Povolotsky wrote: Hello! I'm trying to use ASUS WL-167g, with ural driver compiled into kernel, but system does not recognize it. from /var/log/messages May 12 23:47:15 tarkhil kernel: ugen1: Ralink 802.11 bg WLAN, rev 2.00/0.01, addr 2 from us

  1   2   3   >