Re: socket option IP_MULTICAST_LOOP has no effect?

2000-08-29 Thread Bjoern Fischer
On Tue, Aug 29, 2000 at 03:56:25PM -0400, Vinod Mukkamala wrote: > For some reason setsockopt function takes in the a address of a char > as the 4th argument only. [code example typos corrected] > > int tmp = 0; // to disable loop back > setsockopt(s, > IPPROTO_IP, > IP_MULTICAS

Re: Determining multi or single user ?

2000-08-29 Thread Alfred Perlstein
* James FitzGibbon <[EMAIL PROTECTED]> [000829 15:08] wrote: > Greetings... > > Is there an standard programmatic method for determining if a FreeBSD system > is running in single or multi-user ? Sysctl doesn't seem to have a specific > entry, but I suspect that the value of other less-well defi

Determining multi or single user ?

2000-08-29 Thread James FitzGibbon
Greetings... Is there an standard programmatic method for determining if a FreeBSD system is running in single or multi-user ? Sysctl doesn't seem to have a specific entry, but I suspect that the value of other less-well defined sysctl values might allow me to infer what I need. Any thoughts ?

Modification of the default configuration of sendmail request

2000-08-29 Thread Maxime Henrion
Hi, A very useful feature of sendmail is not activated by default : genericstable. It does the opposite of what virtusertable do. The following lines should be appended to the freebsd.mc file : FEATURE(genericstable, `hash -o /etc/mail/genericstable')dnl GENERICS_DOMAIN_FILE(`/etc/mail/

Re: fbsd box acting as a wavelan BS

2000-08-29 Thread Theo PAGTZIS
Jim Flowers wrote: > Great. I'll try it. Bummer - it doesn't work. wicontrol dumps on next > iteration after -c 1. > > Latest ISA board I have is Model ISAPC-00 with a barcode of 91805300 > 010053/C. Do you know how I can tell what version of the firmware I have? > I may have to buy a new on

Re: fbsd box acting as a wavelan BS

2000-08-29 Thread Jim Flowers
Great. I'll try it. Bummer - it doesn't work. wicontrol dumps on next iteration after -c 1. Latest ISA board I have is Model ISAPC-00 with a barcode of 91805300 010053/C. Do you know how I can tell what version of the firmware I have? I may have to buy a new one (shudder) from Lucent. -

Re: MIB's for FreeBSD?

2000-08-29 Thread Michael Lucas
Just log into th machine in question and type % snmpwalk localhost private .1 This spills out pretty much everything you've got. You can add a few things as described in man snmpd.conf, such as disk capacity, but it's pretty conclusive. If you have trouble with .1, or if the ucd-snmp mibs don'

Re: freebsd port of netboot?..

2000-08-29 Thread Alfred Perlstein
* Christopher Stein <[EMAIL PROTECTED]> [000829 11:49] wrote: > > .. does anyone know if this exists? It would > speed up the panic-edit-compile-boot-copy-boot kernel hacking > cycle by transforming it to panic-edit-compile-netboot. http://people.freebsd.org/~alfred/pxe/ -- -Alfred Perlstein

Re: freebsd port of netboot?..

2000-08-29 Thread Chris D. Faulhaber
On Tue, 29 Aug 2000, Christopher Stein wrote: > .. does anyone know if this exists? It would > speed up the panic-edit-compile-boot-copy-boot kernel hacking > cycle by transforming it to panic-edit-compile-netboot. > Does this help? jedgar@splat:/usr/ports$ make search key=netboot Port: eth

freebsd port of netboot?..

2000-08-29 Thread Christopher Stein
.. does anyone know if this exists? It would speed up the panic-edit-compile-boot-copy-boot kernel hacking cycle by transforming it to panic-edit-compile-netboot. thnx -Chris To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

MIB's for FreeBSD?

2000-08-29 Thread Drew Sanford
I'm sorry if this is the wrong place for this question, but usually if you're looking for someone who knows the nitty gritty details, you look to the people that make it a point to know the details. I'm looking for a comprehensive list of snmp MIB's that can be used for monitoring FreeBSD using MR

Re: Collecting waiting statistics (simulation question)

2000-08-29 Thread Robert Watson
Feel free to post URLs for both the implementation and resulting paper, as I think they'd be of interest to the community as a whole, allowing us to better understand the impact of real-world behavior on the implementation, as well as providing a foundation for future profiling and modifications.

Re: Collecting waiting statistics (simulation question)

2000-08-29 Thread Jeff Rhyason
Omigod, Sorry to have resent this ;) I had some very strange things going on with my mail queue, and my clock was thinking it's 2019...! I did implement it with sysctl's and a circular buffer and had fantastic results. I was able to collect average service times and arrival times of memory

Re: fbsd box acting as a wavelan BS and stats

2000-08-29 Thread Jim Flowers
Nope snip --- wicontrol -i wi0 -o Transmitted unicast frames: 181061 Transmitted multicast frames: 0 Transmitted fragments: 181161 Transmitted unicast octets: 25702660 Transmitted multicast octets: 0 Single transmi

Re: Collecting waiting statistics (simulation question)

2000-08-29 Thread Alfred Perlstein
* Jeff Rhyason <[EMAIL PROTECTED]> [000829 07:44] wrote: > Can anybody help me with a project I am working on? I am trying > to simulate different memory allocation policies for a discrete > event simulation course. Being the guy I am, I decided to > collect some real statistics from a real sys

Re: PCI BIOS

2000-08-29 Thread Warner Losh
In message <[EMAIL PROTECTED]> YAMAMOTO Shigeru writes: : Now I'm wrinting a code to use PCI BIOS/MS$PIR. : URL:http://www.bremen.or.jp/shigeru/FreeBSD/CardBus/dev.2628.tar.gz : : sys/i386/pci/pci_root.c in my code is using pci interrrupt routing : table in a PCI BIOS when assigning an IRQ.

Collecting waiting statistics (simulation question)

2000-08-29 Thread Jeff Rhyason
Can anybody help me with a project I am working on? I am trying to simulate different memory allocation policies for a discrete event simulation course. Being the guy I am, I decided to collect some real statistics from a real system. The difficulty I've encountered is that I can't find how to

Re: 4.1 lockup side question ...

2000-08-29 Thread Maxime Henrion
Hello, I would like to suggest you to use vim. It does syntax highlighting, auto-indenting of C code (and good indenting), it supports several windows, scripting, understand regular expressions, and finally, it's lightweight. It has useful macros for C like :make and it supports ctags to browse

Re: 4.1 lockup side question ...

2000-08-29 Thread Aleksandr A.Babaylov
Clarence Brown writes: [Charset iso-8859-1 unsupported, filtering to ASCII...] > As you may know I'm bashing about trying to find > the point where my 486 based machine locks up > on a warm boot. I have been programming > embedded system for about 15 years using DOS > and later windows based t

4.1 lockup side question ...

2000-08-29 Thread Clarence Brown
As you may know I'm bashing about trying to find the point where my 486 based machine locks up on a warm boot. I have been programming embedded system for about 15 years using DOS and later windows based tools. I am slowly going insane trying to use ee in one window, and grep in another to f

problem with 4.1-stable /etc/rc.network

2000-08-29 Thread Jim Mercer
i figured this would be a quick way to get this fixed: the chunk of code initializing sshd is broken: case ${sshd_enable} in [Yy][Ee][Ss]) if [ ! -f /etc/ssh/ssh_host_key ]; then echo ' creating ssh RSA host key'; /usr/bin/ssh-keygen -

Re: fbsd box acting as a wavelan BS and stats

2000-08-29 Thread Theo PAGTZIS
Bernie, Bernie Doehner wrote: > Quick clarrification is in order.. Are you running wi0 or wl0 driver? I am running the wi0 driver, I am only referring to wi0 driver, nothing else.. > > To the best of my knowledge wicontrol only works with the wi0 driver. > > I only have the first gen NCR ful

Re: Anyway to ipfw filter based on MAC address?

2000-08-29 Thread Mike Wade
On Mon, 28 Aug 2000, Jaye Mathisen wrote: > I would love to be able to filter ipfw traffic based on more than just > IP. > > Anybody done anything like this? You may want to check out the Ethfw (Ethernet Firewall) patches for FreeBSD at: http://spe.kakito.com/ --- Mike Wade ([EMAIL PROTECTED]

Re: fbsd box acting as a wavelan BS and stats

2000-08-29 Thread Theo PAGTZIS
Jim Flowers wrote: > Seems to work ok on 4.0-RELEASE #0. > > Jim Flowers <[EMAIL PROTECTED]> > #4 ranked ISP on C|NET #1 in Ohio > > On Mon, 28 Aug 2000, Theo PAGTZIS wrote: > > > > Wes, > > > >quite correct. I considered revisiting the matter non-important since anyone > > that would > > use

Re: 4.1 lockup at isa0: on reboot

2000-08-29 Thread Jeroen Ruigrok van der Werven
-On [2829 02:30], Clarence Brown ([EMAIL PROTECTED]) wrote: >I tried to figure out where the pnp_identify routine was >being called from using grep, but only found it in what >looked like a structure definition. I don't know where >it's being called from...

Re: PCI BIOS

2000-08-29 Thread YAMAMOTO Shigeru
From: Warner Losh <[EMAIL PROTECTED]> Subject: PCI BIOS Date: Mon, 28 Aug 2000 15:26:32 -0600 > Anybody have a good interface to pcibios for kernel devices to use? I > think I have a need for it with the TI-1225 based pci cardbus bridge > card that I have. I need to be able to assign interrupt

RE: two graphic boards on the same computer

2000-08-29 Thread diwil
On 29-Aug-00 Fabien Derudder wrote: > DOes anyone know how to setup two graphic boards on the same computer, > running different apps on the two displays ? I didn't find any relevant > information in the XF86 doc, so if someone has some experience or doc > concerning that kind of things... > do

two graphic boards on the same computer

2000-08-29 Thread Fabien Derudder
DOes anyone know how to setup two graphic boards on the same computer, running different apps on the two displays ? I didn't find any relevant information in the XF86 doc, so if someone has some experience or doc concerning that kind of things... __