Re: Server Farms?

2000-05-11 Thread Tim Priebe

Rather than having everyone  receiving all cvs-all messages, why not create
a mail address that filters all mail received from cvs-all by branch, and
sends them to the apropriate list. Create the lists, and add this address
to the cvs-all list, and you have a functioning list per branch. The total
work involved must be less than everyone doing it individually.

Tim.

"Brandon D. Valentine" wrote:

> On Sun, 30 Apr 2000, James Housley wrote:
>
> >At least one person, sorry I forget who, posted that they use procmail
> >to filter it out.  I and probably others use procmail, but at the
> >simplest level.  Would someone be willing to post the portion they use
> >to process -stable from cvs-all
> >Keywords for searching: procmail cvs stable commit
>
> Absolutely, you're not the only person to ask this, several others
> mailed me in private asking how to do it.  Try the following recipe to
> catch all RELENG_4 commits:
>
> :0B:
> * ^Sender:.*[EMAIL PROTECTED]
> * ^.*(Branch: RELENG_4)
> fbsd-cvs-releng4
>
> Obviously you can change the folder name to wherever you would prefer
> the messages to land.  Here's one to catch commits to RELENG_4 *and*
> RELENG_3:
>
> :0B:
> * ^Sender:.*[EMAIL PROTECTED]
> * ^.*(Branch: RELENG_4)|.*(Branch: RELENG_3)
> fbsd-cvs-stable
>
> Or say you only wanted stable, kernel commits:
>
> :0B:
> * ^Sender:.*[EMAIL PROTECTED]
> * ^.*(Branch: RELENG_4)|.*(Branch: RELENG_3)
> * ^Subject:.*cvs commit: src/sys
> fbsd-cvs-stable-sys
>
> You get the idea.
>
> Brandon D. Valentine
> --
> [EMAIL PROTECTED] Illegitimi non carborundum.
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-stable" in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



ucd-snmp

2000-05-11 Thread Sergey A. Ivanov

I'm trying to install ports/net/ucd-snmp from freshly updated ports:

cc -c -I. -I../.. -I. -I./../..  -I./../../snmplib -I./.. -I.. -O -pipe -Dfreebsd4 -o 
mibII/route_write.o mibII/route_write.c
mibII/route_write.c: In function `addRoute':
mibII/route_write.c:88: structure has no member named `rt_nodes'
mibII/route_write.c:93: structure has no member named `rt_pad1'
mibII/route_write.c: In function `delRoute':
mibII/route_write.c:130: structure has no member named `rt_nodes'
mibII/route_write.c:135: structure has no member named `rt_pad1'
*** Error code 1

Stop in /usr.big/ports/net/ucd-snmp/work/ucd-snmp-4.0.1/agent/mibgroup.

Has anyone hit this errors of i'm just missed something?


Best regards,
 Sergeymailto:[EMAIL PROTECTED]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Server Farms?

2000-05-11 Thread Warner Losh

In message <[EMAIL PROTECTED]> Mike Nowlin 
writes:
: I've been looking at this kind of thing recently. Several machines are out
: of card slots, but they do have available SCSI ID numbers.  Does he/you 
: have any info as to how they work??

Not much info.  There's some info, but I'm not sure how much info
there is.

Warner


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Server Farms?

2000-05-11 Thread Kris Kirby

> > A buddy of mine has 4 8 port SCSI devices.  8 serial ports with modem
> > control.  Too bad he's never found the time to get it going under a
> > free os.
> 
> I've been looking at this kind of thing recently. Several machines are out
> of card slots, but they do have available SCSI ID numbers.  Does he/you 
> have any info as to how they work??

I'm interested as well.

-
Kris Kirby, KE4AHR  | TGIFreeBSD... 'Nuff said.
<[EMAIL PROTECTED]>|
---
"Fate, it seems, is not without a sense of irony."



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message