Re: ipfw patch

2001-09-26 Thread Mike Hoskins
On Wed, 26 Sep 2001, Michael Sierchio wrote: > Mike Hoskins wrote: > > Some time ago I came across the attached patch for ipfw which supports > > per-session timeouts. It applied cleanly until my last attempt to cvsup > > 4.4 (still at 4.3). It allows you to specify 'lifetimes' in your ipfw > >

Re: HEADS UP: find /usr/src -mtime -0

2001-09-26 Thread John Polstra
In article <[EMAIL PROTECTED]>, Kent Stewart <[EMAIL PROTECTED]> wrote: > > How do you wake up some of the cvsup site managers. For example, > cvsup4.freebsd.org has been told at least twice going back to 12 Sep 01 > that he is running the old version. That site is still pumping out > source wit

Re: HEADS UP: find /usr/src -mtime -0

2001-09-26 Thread Ruslan Ermilov
On Wed, Sep 26, 2001 at 09:07:33AM -0700, John Polstra wrote: > In article <[EMAIL PROTECTED]>, > Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > > On Tue, Sep 25, 2001 at 02:46:52PM -0700, Kent Stewart wrote: > > > > > > > > > > Could this be a side effect of the "9 Sept 01 Cvsup Error". > > > > >

Re: HEADS UP: find /usr/src -mtime -0

2001-09-26 Thread Kent Stewart
John Polstra wrote: > > In article <[EMAIL PROTECTED]>, > Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > > On Tue, Sep 25, 2001 at 02:46:52PM -0700, Kent Stewart wrote: > > > > > > > > > > Could this be a side effect of the "9 Sept 01 Cvsup Error". > > > > > > The S1G Cvsup bug makes the dates co

Re: HEADS UP: find /usr/src -mtime -0

2001-09-26 Thread John Polstra
In article <[EMAIL PROTECTED]>, Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > On Tue, Sep 25, 2001 at 02:46:52PM -0700, Kent Stewart wrote: > > > > > > > > Could this be a side effect of the "9 Sept 01 Cvsup Error". > > > > The S1G Cvsup bug makes the dates come out 31 Dec 69 instead of 10 Sep > >

Re: Virtual timer expired

2001-09-26 Thread David Malone
> > and look for the line which says "#define UPAGES 2" and change it > > to "#define UPAGES 3". Then you'll need to recompile your kernel, > > install it and reboot. > Absolutely right. This was it. I see it just has been committed. This change may require the rebuilding of world to get ps, lib

Console login only for root after ISO-image-update to 4.4

2001-09-26 Thread Martin Krzysiak
I cannot login as a standard user to my workstation. It says something like: "Root directory not found", but my root directory is ok and my user directory, too. And I can use kdm from the root account to login to any account, but it's annoying and kdm doesn't start automatically after the update

Re: Virtual timer expired

2001-09-26 Thread Thomas E. Zander
Am Di , dem 25. Sep 2001, um 16:59 +0100 Uhr schrubte David Malone zum Thema [Re: Virtual timer expired]: > It is likely that this is due to a kernel stack underflow. Matt > Dillon has just committed a fix. You could test it by editing > > /usr/src/sys/i386/include/paramh.h > > and look

Two NICs to integrate into the -STABLE source tree

2001-09-26 Thread Brad Laue
Just wondering at the status of two network cards I've run across to date, and the status of whether patches are being looked over. First is the D-Link DFE-538TX, which as yet is not handled natively in 4.4-STABLE - a patch, which works well on two of my systems, here: http://www.brad-x.com/card

Re: 127/8 continued

2001-09-26 Thread Joe Abley
On Tue, Sep 25, 2001 at 06:13:57PM -0700, Gary W. Swearingen wrote: > Chris <[EMAIL PROTECTED]> writes: > > > Isn't that when we configure an IP on an interface, it will > > automatically create a route for the corresponding "connected" network? > > Which seems more like a bug than a feature to

Re: ipfw patch

2001-09-26 Thread Aaron D . Gifford
Mike Hoskins was reputed to have said: >Some time ago I came across the attached patch for ipfw which supports >per-session timeouts. It applied cleanly until my last attempt to cvsup >4.4 (still at 4.3). It allows you to specify 'lifetimes' in your ipfw >rules as follows: > >allow tcp from any

Re: ports: www/mod_php4 dependency problem with graphics/png

2001-09-26 Thread Mike Murphree
On Wed, Sep 26, 2001 at 02:57:48PM +0200, -R- wrote: > >png.5 is made, but not png.4 .. which is a required dependency for > >mod_php4 .. any tips? > > apparently symlinking libpng.so.4 to libpng.so.5 solves it. > but the Makefile for mod_phph4 in ports is still probably wrong. > I've seen the

Re: 4GB memory problem

2001-09-26 Thread MKI
On Wed, Sep 26, 2001 at 10:52:03AM +0200, Slawek Zak wrote: > Has the problem with 4GB RAM on Intel been fixed? I didn't see any > mention of this in release notes for 4.4. Yes, and no. The memory is recognized by the kernel, however tuning maxusers, nmbclusters etc with "higher" values than def

Re: Upgrading system perl

2001-09-26 Thread Marc G. Fournier
On Wed, 26 Sep 2001 [EMAIL PROTECTED] wrote: > Hi all, > > What's the best way of upgrading the system perl from 5.005_03 to 5.6.1? Modify /usr/ports/Mk/bsd.ports.mk so that 5.005_03 is 5.6.1 Build/install /usr/ports/lang/perl5 as: make LOCALBASE=/usr install Set NO_PERL=YES in your /e