simple tcp question (syn, no mss)

2003-01-15 Thread Josh Brooks
Will I ever see a _legitimate_ packet in the wild that is a SYN, and has no MSS ? If the answer is no, then is this a good rule to block those: ipfw add 1 deny tcp from any to any tcpflags syn tcpoptions !mss Or is this one better: ipfw add 2 deny tcp from any to any setup tcpoptions

determining inserted floppy size

2003-01-15 Thread Stijn Hoop
Hi, I'm trying to write a kind of 'floppy dump' program, and therefore I would like to know if it is possible to determine the size of the floppy inserted into the drive. ioctl(fd, FD_GTYPE) gives me the type of the *drive* which is not what I want, ioctl(fd, DIOCGDINFO) doesn't work because ther

Re: 5.0 DP2 fixit.flp woes

2003-01-15 Thread Dave Evans
I've run a few more tests on the floppy drive, especially on Windows NT I realise that the errors point to a faulty drive so I have a new one on order. It has not arrived yet. I'm not yet convinced that the drive is at fault. To summarise, I get errors on some of the installation floppies if acce

Re: /rescue

2003-01-15 Thread Tim Kientzle
.PATH?? Hmmm... I must have missed that one. I'll take a look; maybe it will simplify some things. Thanks for the pointer. Tim M. Warner Losh wrote: I'm curious why you did things this way, rather then with .PATH in the makefile? Warner *** /dev/null Wed Jan 8 20:22:00 2003 --- rescue/lib

Re: Mac iBook OS10 + BSD

2003-01-15 Thread Andrew Gallatin
void writes: > > > Also, X11 "feels" quite slow if you're > > used to X11. (I'm writing this from KDE running under XDarwin on a ti > > powerbook, 867MHz). > > Apple's new X11-for-Mac-OS-X beta software is much faster than XDarwin. > Much buggier too. And it lacks full screen mode. I

Re: simple tcp question (syn, no mss)

2003-01-15 Thread Julian Elischer
why don't you put in a rule to catche them and count them. then after a day or two you can go see how many there were.. On Wed, 15 Jan 2003, Josh Brooks wrote: > > Will I ever see a _legitimate_ packet in the wild that is a SYN, and has > no MSS ? > > > If the answer is no, then is this a goo

Opting For It24664

2003-01-15 Thread Samantha
BioCurex PRESS RELEASE Source: BioCurex, Inc. January 9, 2003 OTCBB Listed BioTech Companies BOCX & RJVN - Creating a Non-Toxic Therapeutic Antibody Cancer Treatment That May Arrest Development and Replication of Cancerous Cells. Rancho Santa Margarita, Calif., January 9, 2003 BioCurex, Inc.,

Re: simple tcp question (syn, no mss)

2003-01-15 Thread Josh Brooks
Yes, I did that :) Take a look: 1 15554624172 count tcp from any to any setup tcpoptions !mss 2 16475664738 count tcp from any to any tcpflags syn tcpoptions !mss 33743453 196847392 count tcp from any to any setup So ... 1/296th of all my setup (syn

trying to create a port of gnotime

2003-01-15 Thread bruno schwander
Hi all, I am trying to make a port of gnotime ( http://sourceforge.net/projects/gttr/ ) and I am hitting a few problems. I checked how other GNOME ports work and think I used all the right flags. When I try to build, I get the following output (appended) I have other gnome apps that build fine.

Re: trying to create a port of gnotime

2003-01-15 Thread bruno schwander
SOLVED! turns out I had a (I suppose obsolete ) directory /usr/X11R6/include/gdk-pixbuf that was conflicing with /usr/X11R6/include/gtk-2.0/gdk-pixbuf/ port coming along fine now... submitting soon bruno On Wed, 15 Jan 2003, bruno schwander wrote: > Hi all, > > I am trying to make a port of g

Re: USB problem on A7N266-VM MoBo

2003-01-15 Thread Josef Karthauser
On Mon, Jan 13, 2003 at 12:51:39PM +1300, James Pole wrote: > On Mon, 2003-01-13 at 10:41, Guido Falsi wrote: > > I'm using FreeBSD on the Mother Board in the subject, and I am > > experiencing the following problem with USB devices(tired with a memory > > stick and a joystick, can try other devic