Re: kern/123095 kern/131602 sendfile

2010-07-08 Thread Marc Olzheim
On Thu, Jul 08, 2010 at 11:03:18AM +0300, Eugene Perevyazko wrote: > I have this problem on 7.2-S for pretty long time. But as I sendfile() very > small file (several hundred bytes) from flash I was blaming faulty flash > stick. > I've even made a crontab entry to replace corrupted file. > So the

Re: kern/116185: [iwi] if_iwi driver leads system to reboot

2008-05-19 Thread Marc Olzheim
> Can you still experience this problem on newer FreeBSD releases? Something similar, probably related happens on my laptop (HP pavillion dv6570ed) with a 3945abg chipset. wpa_supplicant can negotiate fine, but as soon as dhclient runs, the box panics. I haven't had time to set up proper dumping y

Re: kern/116185: [iwi] if_iwi driver leads system to reboot

2008-05-19 Thread Marc Olzheim
The following reply was made to PR kern/116185; it has been noted by GNATS. From: Marc Olzheim <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], freebsd-net@FreeBSD.org, Marc Olzheim <[EMAIL PROTECTED]> Subject: Re: kern/116185: [iwi] if_iwi

Re: TCP RST handling in 6.0

2005-11-08 Thread Marc Olzheim
On Tue, Nov 08, 2005 at 01:56:41PM -0800, Lars Eggert wrote: > On Nov 8, 2005, at 12:46, Marc Olzheim wrote: > >Being on the wrong end of a distributed tcp syn flood attack atm. > >on the > >machine I'm mailing from, is probably enough to convince me of its >

Re: TCP RST handling in 6.0

2005-11-08 Thread Marc Olzheim
On Tue, Nov 08, 2005 at 11:02:25AM -0800, Lars Eggert wrote: > Thus, I'd like to suggest that the default for > net.inet.tcp.insecure_rst be zero for now. AFAIK, any other TCP mod > came disabled be default in the past, too. Being on the wrong end of a distributed tcp syn flood attack atm. on

Re: panic: receive: m == 0 so->so_rcv.sb_cc == 4294967295

2005-09-08 Thread Marc Olzheim
On Thu, Sep 08, 2005 at 12:43:36AM -0400, Kris Kennaway wrote: > db> wh > Tracing pid 23098 tid 100263 td 0xc92e4af0 > kdb_enter(c07060af,0,c070c9b3,f7d14bc8,c92e4af0) at kdb_enter+0x30 > panic(c070c9b3,0,,3f5,c0709939) at panic+0x13e > soreceive(c9be5b20,0,f7d14cb4,0,0,f7d14c30,4000) at so

Re: Advice needed on running idiotic test for client

2005-06-15 Thread Marc Olzheim
On Wed, Jun 15, 2005 at 09:08:22AM -0400, PSI, Mike Smith wrote: > - Original Message - > > Are the TIME_WAIT sockets building up on the client or the server? > > > > 5.x has some features so that it does not allow too many TIME_WAIT sockets > > to build up beyond a certain threshold, but

Re: Problems with gif tunnels

2005-06-07 Thread Marc Olzheim
On Tue, Jun 07, 2005 at 07:07:17PM +0930, Greg 'groggy' Lehey wrote: > I posted this message to the -questions list an hour or so ago. > Possibly it's of interest to people on this list. Certainly the > problem is non-obvious, so even (as I suspect) if it's my fault, it > would be interesting to d

Re: Can't export /usr/ports

2005-05-17 Thread Marc Olzheim
On Tue, May 17, 2005 at 08:42:07PM +0200, Marc Olzheim wrote: > On Tue, May 17, 2005 at 08:31:58PM +0200, Dean Strik wrote: > > If /usr/ports and /usr/home/tataz are on the same filesystem, then you > > need to put both on the samen lines when exporting to the same host. Y

Re: Can't export /usr/ports

2005-05-17 Thread Marc Olzheim
On Tue, May 17, 2005 at 08:31:58PM +0200, Dean Strik wrote: > > I checked mountd(8) sources, and this error messages appears when the > > mount(2) syscall fails (I assume this is the way mountd(8) informs the > > kernel about a directory to be exported). > > > > I'm sure this is a foolish error fr

Re: FreeVRRPd project status

2005-04-14 Thread Marc Olzheim
On Thu, Apr 14, 2005 at 11:43:17AM -0400, David Gilbert wrote: > Lars> My point is that this very unwise decision to reuse the VRRP > Lars> protocol number, makes CARP mostly undeployable for ISP > Lars> datacenter environments, and hence there is an obvious need for > Lars> a working VRRP implemen

Re: Network hardware address

2005-02-12 Thread Marc Olzheim
On Sun, Feb 13, 2005 at 12:01:12AM +1100, Stephen wrote: > The network card is playing up and I need to change it but keep the old cards > hardware ethernet address: ie: ether 01:50:08:c1:f9:a1 If the driver of your NIC supports it, you can use: ifconfig ether 01:50:08:c1:f9:a1 Marc pgpVDPKWW

Re: Strange result (EPERM) from a call to connect(2)

2004-10-28 Thread Marc Olzheim
On Thu, Oct 28, 2004 at 12:51:09PM -0700, Ronald F. Guilmette wrote: > What conditions may cause connect(2) to yield EPERM on 4.10-RELEASE? Being blocked by your own firewall is the one I can come up with... Marc pgpZVeeN8xUVT.pgp Description: PGP signature

Re: Simple question, what is an inOctet ... ?

2004-03-24 Thread Marc Olzheim
On Wed, Mar 24, 2004 at 05:18:34PM +0100, Marc Olzheim wrote: > > Just setup net-snmp, and zabbix to monitor it ... what exactly is an > > Octet? 1 byte? > > Jup, one byte, usually from the cable, into the port. Arg, I read 'inOctet' instead of 'an Octet&#x

Re: Simple question, what is an inOctet ... ?

2004-03-24 Thread Marc Olzheim
On Wed, Mar 24, 2004 at 12:01:39PM -0400, Marc G. Fournier wrote: > Just setup net-snmp, and zabbix to monitor it ... what exactly is an > Octet? 1 byte? Jup, one byte, usually from the cable, into the port. Marc ___ [EMAIL PROTECTED] mailing list http

Re: about sys/proc.h

2003-06-04 Thread Marc Olzheim
On Tue, Jun 03, 2003 at 01:08:32PM +0100, Calvin Lien wrote: > I want to write some network programs on Redhat. But I have already found a similar > one on the BSD. > I want to use his idea on my program. But face some problems as follow: > 1. What kind of structs are defined under sys/proc.h ? I

Re: FreeBSD 5.0 dual-stack server

2003-03-28 Thread Marc Olzheim
On Thu, Mar 27, 2003 at 04:21:40PM -0700, Jeff W. Boote wrote: > I just found the net.inet6.ip6.bindv6only sysctl variable doing a web > search... What is the default value for this sysctl on 5.0? office-install1:/#sysctl -A net.inet6.ip6 | grep only net.inet6.ip6.v6only: 1 office-install1:/#uname

Re: how to send an arp packet on freebsd

2003-03-11 Thread Marc Olzheim
On Tue, Mar 11, 2003 at 09:34:16AM +, soheil soheil wrote: > Dear All > I want to how can i send an arp packet through freebsd socket API Try ports: net/arping Zlo To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: 5.0-REL alias problem

2003-02-16 Thread Marc Olzheim
On Sun, Feb 16, 2003 at 01:54:53AM -0500, Matthew Jonkman wrote: > rl0: flags=8843 mtu 1500 > inet XXX.XXX.44.91 netmask 0xfff8 broadcast XXX.XXX.44.95 > ether 00:05:5d:32:c6:9c > media: Ethernet autoselect (10baseT/UTP) > status: active > # ifconfig rl0 alias X