Re: Routing Networks

2004-01-14 Thread Isaac Gelado
Nicolás de Bari Embríz G. R. escribió: Hi all, I need some help routing or making Nat on a LAN. I have something like this: I N T E R N E T - ^ ^ | | fxp0 public IP

Re: beastie boot menu, 4th (forth)

2004-01-14 Thread Roman Neuhauser
I'd like to thank everyone who's replied to my questions regarding the beastie menu and 4th. my mail has attracted far more attention than I expected. -- If you cc me or remove the list(s) completely I'll most likely ignore your message.see http://www.eyrie.org./~eagle/faqs/questions.html

TOS bit

2004-01-14 Thread sudhakar
Hi, I want to know the TOS bit at server side which is set at the client side. i have a TCP connection. I do not want a RAW socket connection. I require it urgently If anyone can help me reply soon. I have not subscribed to this mailing list please cc the mail to mail id [EMAIL

Filesystem marker.

2004-01-14 Thread David Gilbert
Is there a set of bytes at some offset in a block that is common to any instance of a BSD ufs filesystem? I ask because recently my home machine erased it's fdisk block _and_ the bsdlabel with it. It certainly didn't have time to erase the whole disk, but I'm having trouble guessing where the

Re: Mergemaster+RCS

2004-01-14 Thread Michael W. Lucas
Woo hoo! We'll test this here the next time we upgrade. Could you send-pr this, so it doesn't get lost? Thanks! ==ml On Tue, Jan 13, 2004 at 02:46:23AM -0500, Michael R. Wayne wrote: Although Doug Barton has written a wonderful tool, it has always seemed to have a major deficiency: it

Re: Filesystem marker.

2004-01-14 Thread Alexander Kabaev
Look for ffsfind.c elsewhere on Internet. I used one when I incidentally relabeled a device from under a host on our SAN array. Had to modify it slightly to recognize superblocks UFS2 on FreeBSD side, but on a bright side, it worked pretty much unchanged on Solaris box. Just in any case, I saved

p_[usi]ticks from userland without kvm and procfs?

2004-01-14 Thread Ryan Beasley
Hello, -hackers! I'm poring over some code that uses the p_[usi]ticks counters inside of struct proc. This is fine under 4.x where kinfo_proc includes a copy of proc, but is broken under 5.x since a commit 3 years ago that reorganized kinfo_proc. So, outside of kvm and procfs, is there any

Re: p_[usi]ticks from userland without kvm and procfs?

2004-01-14 Thread Robert Watson
On Wed, 14 Jan 2004, Ryan Beasley wrote: I'm poring over some code that uses the p_[usi]ticks counters inside of struct proc. This is fine under 4.x where kinfo_proc includes a copy of proc, but is broken under 5.x since a commit 3 years ago that reorganized kinfo_proc. So, outside of

Re: Filesystem marker.

2004-01-14 Thread Robert Watson
On Wed, 14 Jan 2004, David Gilbert wrote: Is there a set of bytes at some offset in a block that is common to any instance of a BSD ufs filesystem? I ask because recently my home machine erased it's fdisk block _and_ the bsdlabel with it. It certainly didn't have time to erase the whole

Re: Future of RAIDFrame

2004-01-14 Thread Tony Finch
Pawel Jakub Dawidek [EMAIL PROTECTED] wrote: I'm working on one geom class (called for now geom_raid) which will support transformations like: concatenation, stripe (raid0), mirror (raid1), raid4 and raid5. Isn't is more GEOMish to have a separate GEOM class for each transformation? Tony. --

Re: Filesystem marker.

2004-01-14 Thread Brooks Davis
On Wed, Jan 14, 2004 at 02:20:55PM -0500, Robert Watson wrote: On Wed, 14 Jan 2004, David Gilbert wrote: Is there a set of bytes at some offset in a block that is common to any instance of a BSD ufs filesystem? I ask because recently my home machine erased it's fdisk block _and_ the

kernel environment between reboots, diskless

2004-01-14 Thread Steve Watt
Greetings, I'm working on a dataless system that will be booting and rooting from flash for some environmental chamber (thermal) tests, and logging the results to an NFS server outside the chamber. The problem is that the driver for the card under test only supports one card at a time. That's

Re: Routing Networks

2004-01-14 Thread Crist J. Clark
On Wed, Jan 14, 2004 at 08:43:37AM +0100, Isaac Gelado wrote: Nicol?s de Bari Embr?z G. R. escribi?: Hi all, I need some help routing or making Nat on a LAN. I have something like this: I N T E R N E T - ^

Re: kernel environment between reboots, diskless

2004-01-14 Thread Brooks Davis
On Wed, Jan 14, 2004 at 12:55:49PM -0800, Steve Watt wrote: Greetings, I'm working on a dataless system that will be booting and rooting from flash for some environmental chamber (thermal) tests, and logging the results to an NFS server outside the chamber. I've got to ask, if you're in an

Re: kernel environment between reboots, diskless

2004-01-14 Thread Steve Watt
On Jan 14, 13:11, Brooks Davis wrote: } On Wed, Jan 14, 2004 at 12:55:49PM -0800, Steve Watt wrote: } I'm working on a dataless system that will be booting and rooting } from flash for some environmental chamber (thermal) tests, and } logging the results to an NFS server outside the chamber. }

Re: kernel environment between reboots, diskless

2004-01-14 Thread Brooks Davis
On Wed, Jan 14, 2004 at 01:16:01PM -0800, Steve Watt wrote: On Jan 14, 13:11, Brooks Davis wrote: } On Wed, Jan 14, 2004 at 12:55:49PM -0800, Steve Watt wrote: } I'm working on a dataless system that will be booting and rooting } from flash for some environmental chamber (thermal) tests, and

Re: Future of RAIDFrame and Vinum (was: Future of RAIDFrame)

2004-01-14 Thread Lukas Ertl
On Mon, 12 Jan 2004, Robert Watson wrote: I think the right strategy is to follow the minimalist approach now (adopt the disk(9) API, rather than having Vinum generate character devices) so that swap works on Vinum again, and so that when UFS moves to speaking GEOM there's no loss of

Re: Future of RAIDFrame and Vinum (was: Future of RAIDFrame)

2004-01-14 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Lukas Ertl writes: On Mon, 12 Jan 2004, Robert Watson wrote: I think the right strategy is to follow the minimalist approach now (adopt the disk(9) API, rather than having Vinum generate character devices) so that swap works on Vinum again, and so that when UFS

Re: Filesystem marker.

2004-01-14 Thread Dag-Erling Smørgrav
David Gilbert [EMAIL PROTECTED] writes: Is there a set of bytes at some offset in a block that is common to any instance of a BSD ufs filesystem? Yes, you should find copies of the superblock for each file system at regular intervals. On a little-endian machine, each superblock will contain,

Re: Routing Networks

2004-01-14 Thread ISAAC GELADO FERNANDEZ
- Mensaje original - De: Crist J. Clark [EMAIL PROTECTED] Fecha: Miércoles, Enero 14, 2004 10:06 pm Asunto: Re: Routing Networks On Wed, Jan 14, 2004 at 08:43:37AM +0100, Isaac Gelado wrote: Nicol?s de Bari Embr?z G. R. escribi?: Hi all, I need some help routing or making Nat on a

Re: Future of RAIDFrame and Vinum (was: Future of RAIDFrame)

2004-01-14 Thread Greg 'groggy' Lehey
On Wednesday, 14 January 2004 at 22:32:32 +0100, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Lukas Ertl writes: On Mon, 12 Jan 2004, Robert Watson wrote: I think the right strategy is to follow the minimalist approach now (adopt the disk(9) API, rather than having Vinum generate

Re: Gratituous ARP and the em driver

2004-01-14 Thread Nielsen
Yes, this is the case. I tested it again, and the arp packet in question doesn't get to the other machines. The sending machine does send gratituous arp, however the em NIC is down for 3 or 4 seconds, and the packet isn't sent on the wire. I find it odd that the em driver would need to

Re: kernel environment between reboots, diskless

2004-01-14 Thread Steve Watt
On Jan 14, 13:24, Brooks Davis wrote: } On Wed, Jan 14, 2004 at 01:16:01PM -0800, Steve Watt wrote: } On Jan 14, 13:11, Brooks Davis wrote: } } On Wed, Jan 14, 2004 at 12:55:49PM -0800, Steve Watt wrote: } } I'm working on a dataless system that will be booting and rooting } } from flash for

Call for bi-monthly status reports

2004-01-14 Thread Scott Long
All, It's time for bi-monthly status reports. This one is a little late due to the excitement of releasing 5.2, so please submit reports for Oct-Dec 2003. As always, the template is at http://www.freebsd.org/news/status/report-sample.xml, and submissions go to [EMAIL PROTECTED] While this