Re: more

1999-09-12 Thread Adam Wight
>You'll also note that there is no opposite to ``n'', but / and ? are >symetrical operations using the same ``last argument''. n keeps the >direction of the last search, I suppose that might be handy just in >case you forgot what way it was you where going... :-). 'N' is the vertical reflection

Re: something odd w/ bind/named, I think

1999-09-12 Thread Jeroen Ruigrok/Asmodai
* Douglas Kuntz ([EMAIL PROTECTED]) [990911 01:44]: >Ok...I'm not sure if this has something to do w/ current...but... >I run an irc server...after one of my weekly cvsup's, all users domain >names stopped reversing...I've rebuilt the ircd using the original sources, >w/ no change...no errors or

Re: profiling on kernels

1999-09-12 Thread Jeroen Ruigrok/Asmodai
* Bruce Evans ([EMAIL PROTECTED]) [990913 07:33]: >> Could someone please look into compiling kernels with profiling? >> [this is done by config -p on the kernel config file] > >It works for me. `config -pp' is broken in -current (due to an incomplete >upgrade to egcs). `config -p' is broken in

Re: profiling on kernels

1999-09-12 Thread Bruce Evans
> Could someone please look into compiling kernels with profiling? > [this is done by config -p on the kernel config file] It works for me. `config -pp' is broken in -current (due to an incomplete upgrade to egcs). `config -p' is broken in RELENG_3 (due to an incomplete upgrade to elf). > Also

Re: An FS question perhaps... non blocking I/O.

1999-09-12 Thread John Polstra
Garrett Wollman wrote: > < said: > >> Just to avoid duplicated effort: I currently have work in progress >> on a "fslog" pseudo-device. It enables you to monitor a filesystem >> and receive notifications for all interesting changes to files and >> directories. > > However, this is not necessar

Re: An FS question perhaps... non blocking I/O.

1999-09-12 Thread Garrett Wollman
< said: > Just to avoid duplicated effort: I currently have work in progress > on a "fslog" pseudo-device. It enables you to monitor a filesystem > and receive notifications for all interesting changes to files and > directories. However, this is not necessarily duplicative of making polling o

Re: locale-list missing on today's -Current

1999-09-12 Thread Chris Costello
On Sun, Sep 12, 1999, Doug wrote: > I have the file in /usr/share/tmac/locale, and it seems to be in the > sources at /usr/src/contrib/groff/tmac/locale/locale-list, but tmac and/or > mdoc seem to be looking for it in the wrong place. Unfortunately I don't > know enough about either program

Re: What's wrong with this picture?

1999-09-12 Thread Daniel O'Connor
On 13-Sep-99 Mark S. Reichman wrote: > I would say an apology is due... This is somewhat lame.. Nah, he's right I should have thought about it first :) (And I know him so I'm not offended) --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nic

locale-list missing on today's -Current

1999-09-12 Thread Doug
Having cvsup'ed and built new -Current today I seem to be missing a file called locale-list. Most new man (as in, haven't looked at since the build) pages I reference gives me this error: Formatting page, please wait.../usr/share/tmac/tmac.doc:63: can't find macro file `mdoc/locale/local

Re: What's wrong with this picture?

1999-09-12 Thread Mark S. Reichman
I would say an apology is due... This is somewhat lame.. Garrett Wollman wrote: > > < said: > > > What's wrong is that you're being stupid. > > There is no call for such rudeness in the FreeBSD mailing-lists, > particularly from someone as centrally involved as you, Mike. > > -GAWollman > >

Re: What's wrong with this picture?

1999-09-12 Thread Garrett Wollman
< said: > What's wrong is that you're being stupid. There is no call for such rudeness in the FreeBSD mailing-lists, particularly from someone as centrally involved as you, Mike. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same [EMAIL PROTECTED] |

Re: more

1999-09-12 Thread Chris Costello
On Sun, Sep 12, 1999, Matthew Dillon wrote: > :On Sun, 12 Sep 1999, Chris Costello wrote: > : > :> On Sun, Sep 12, 1999, Rodney W. Grimes wrote: > :> > Not with me, and I am sure Warner and a few other die hard ``more'' users > :> > are going to be chimming in here as soon as they get to this... >

Re: What's wrong with this picture?

1999-09-12 Thread Daniel J. O'Connor
On 12-Sep-99 Mike Smith wrote: > What's wrong is that you're being stupid. Bah > Come on, you know better than that. The % totals are averages over the > last sampling period, while the CPU number just indicates the last CPU > that the process ran on. Hmm.. > It wasn't - I thought yo

Re: An FS question perhaps... non blocking I/O.

1999-09-12 Thread John Polstra
Rodney W. Grimes wrote: > > COOL!! And these mods could make a really nice addition to system > auditing tools required by high security systems. Do you pass anytype > of ``who done it'' via fslog? As of now, no. But it would be easy to add, and I think it's a great idea. Thanks! John To

Re: more

1999-09-12 Thread Luke
On 12-Sep-99 Chris Costello wrote: > On Sun, Sep 12, 1999, Rodney W. Grimes wrote: >> Not with me, and I am sure Warner and a few other die hard ``more'' users >> are going to be chimming in here as soon as they get to this... > >Down with "n"! Up with "/"! > I agree I didn't even k

Re: Problem with cvs-cur 5642

1999-09-12 Thread Chuck Robey
On Mon, 13 Sep 1999, Peter Jeremy wrote: > This is a bit old because I'm still catching up on a mail backlog... > > Last Wednesday, CTM reported: > > 1999-09-08 09:05 checksum: read 31757, calculated 6124 > 1999-09-08 09:05 cvs-cur.5642.gz 8/8 discarded > > I've had a look at the piece in ques

Re: more

1999-09-12 Thread Ben Rosengart
On Sun, 12 Sep 1999, Chris Costello wrote: > On Sun, Sep 12, 1999, Rodney W. Grimes wrote: > > Not with me, and I am sure Warner and a few other die hard ``more'' users > > are going to be chimming in here as soon as they get to this... > >Down with "n"! Up with "/"! No, up with '?'. --

Problem with cvs-cur 5642

1999-09-12 Thread Peter Jeremy
This is a bit old because I'm still catching up on a mail backlog... Last Wednesday, CTM reported: 1999-09-08 09:05 checksum: read 31757, calculated 6124 1999-09-08 09:05 cvs-cur.5642.gz 8/8 discarded I've had a look at the piece in question and there's nothing obviously wrong with it. Later u

Re: An FS question perhaps... non blocking I/O.

1999-09-12 Thread Tony Finch
Julian Elischer <[EMAIL PROTECTED]> wrote: > >The Posix AIO calls that john implememted are the best way of doing this. Are there any standard APIs for doing file meta-operations asynchronously? (open, close, creat, link, unlink, etc.) Tony. -- f.a.n.finch[EMAIL PROTECTED][EMAIL PROTECT

profiling on kernels

1999-09-12 Thread Jeroen Ruigrok/Asmodai
Could someone please look into compiling kernels with profiling? [this is done by config -p on the kernel config file] It currently fails on: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions

Re: World breaks (~12:00 noon, CST)

1999-09-12 Thread Chris Costello
On Sun, Sep 12, 1999, Chris Costello wrote: >I get the following world breakage in -CURRENT as of ~12:00 > CST, September 12: Solved: PEBKAC. -- |Chris Costello <[EMAIL PROTECTED]> |Reality's the only obstacle to happiness. `- To Unsubscribe: sen

Re: more

1999-09-12 Thread Tim Vanderhoek
On Sun, Sep 12, 1999 at 10:41:09AM -0700, Rodney W. Grimes wrote: > > Not with me, and I am sure Warner and a few other die hard ``more'' users > are going to be chimming in here as soon as they get to this... I doubt it. Warner and most other die hard users read messages that they reply to.

Re: An FS question perhaps... non blocking I/O.

1999-09-12 Thread Rodney W. Grimes
> In article <[EMAIL PROTECTED]>, > Garrett Wollman <[EMAIL PROTECTED]> wrote: > > [POLLEXTEND, POLLATTRIB, POLLNLINK, POLLWRITE] > > > It is probably undocumented. I was a bit reluctant to document it > > since I know that the interface is not correct. One of these days, > > I (or more likel

Re: What's wrong with this picture?

1999-09-12 Thread Mike Smith
What's wrong is that you're being stupid. > last pid: 548; load averages: 2.94, 2.55, 2.30up 0+01:05:36 00:14:35 > 64 processes: 4 running, 60 sleeping > CPU states: 50.4% user, 48.2% nice, 1.2% system, 0.2% interrupt, 0.0% idle > Mem: 81M Active, 18M Inact, 18M Wired, 5004K Cache

re: Help! System won't boot the normal way after make world

1999-09-12 Thread Mark Hittinger
> Using FreeBSD 4.0 current for quite some time > and staying current with cvsup work fine for me a few months. > But today shit hits the fan, after a make world my system won't boot without > errors and manual interference.. Check your dmesg for the ethernet interfaces that come up when you boo

Re: New pnp code and D-Link DE-220 PNP ISA

1999-09-12 Thread Doug Rabson
On Sun, 12 Sep 1999, Guy Helmer wrote: > One of my machines with a D-Link DE-220 PNP ISA card that is running > current (most recently cvsupped today, Sept. 12) does not recognize the > D-Link card. It used to be recognized without problems on the old PNP > code. > > pnpinfo reports the same th

World breaks (~12:00 noon, CST)

1999-09-12 Thread Chris Costello
I get the following world breakage in -CURRENT as of ~12:00 CST, September 12: /usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/regcomp.c: In function `study_chunk': /usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/regcomp.c:266: invalid lvalue in assignment /usr/src/gn

Re: more

1999-09-12 Thread Chris Costello
On Sun, Sep 12, 1999, Rodney W. Grimes wrote: > Not with me, and I am sure Warner and a few other die hard ``more'' users > are going to be chimming in here as soon as they get to this... Down with "n"! Up with "/"! -- |Chris Costello <[EMAIL PROTECTED]> |Entropy isn't what it used to be. `

Re: more

1999-09-12 Thread Rodney W. Grimes
> * Tim Vanderhoek ([EMAIL PROTECTED]) [990912 17:50]: > >On Sun, Sep 12, 1999 at 03:20:02PM +0200, Jeroen Ruigrok/Asmodai wrote: > >> > >> On this CURRENT of 3-4 weeks old I can do /blah and then use / to find > >> the next occurance of blah in the same file. > >> > >> With the `new' more this

Re: more

1999-09-12 Thread Matthew Hunt
On Sun, Sep 12, 1999 at 10:38:01AM -0400, Tim Vanderhoek wrote: > Of course, one really wonders why we need "/\n" to be a synonym for > "n", but I hadn't meant to change this behaviour. Because it works in vi(1), and I'm used to it? Actually, I use less(1) exclusively, so I don't care, but that

Re: An FS question perhaps... non blocking I/O.

1999-09-12 Thread John Polstra
In article <[EMAIL PROTECTED]>, Garrett Wollman <[EMAIL PROTECTED]> wrote: [POLLEXTEND, POLLATTRIB, POLLNLINK, POLLWRITE] > It is probably undocumented. I was a bit reluctant to document it > since I know that the interface is not correct. One of these days, > I (or more likely some enterpris

Re: optional 'make release' speed-up patch

1999-09-12 Thread Rodney W. Grimes
[Charset ISO-8859-1 unsupported, filtering to ASCII...] > Matthew Thyer wrote in list.freebsd-current: > > YES please fix this ridiculous inefficiency pointed out by Rod! > > There's nothing broken, so there's nothing to fix (IMO). > > > The current method of cleaning the build tree is to chfl

New pnp code and D-Link DE-220 PNP ISA

1999-09-12 Thread Guy Helmer
One of my machines with a D-Link DE-220 PNP ISA card that is running current (most recently cvsupped today, Sept. 12) does not recognize the D-Link card. It used to be recognized without problems on the old PNP code. pnpinfo reports the same thing under both working and non-working kernels:

Re: more

1999-09-12 Thread Jeroen Ruigrok/Asmodai
* Tim Vanderhoek ([EMAIL PROTECTED]) [990912 17:50]: >On Sun, Sep 12, 1999 at 03:20:02PM +0200, Jeroen Ruigrok/Asmodai wrote: >> >> On this CURRENT of 3-4 weeks old I can do /blah and then use / to find >> the next occurance of blah in the same file. >> >> With the `new' more this behaviour has

FreeBSD-CURRENT rl driver not auto-negotiating ?

1999-09-12 Thread Matthew Thyer
Bill, Firstly, a great job on the rl driver (I'm amazed that you have made it this good considering the hardware). Anyway my problem is that since the rl driver has required "controller miibus0" in the kernel it has not auto-negotiated its network link properly for me (though I do appreciate the

Re: newpcm and Vibra16X

1999-09-12 Thread Alex Perel
On 12 Sep 1999, Dag-Erling Smorgrav wrote: > What's the verdict on newpcm and Vibra16X? Has anyone had any luck in > finding out why it doesn't work, or how to make it work? Mine won't > make any sound at all (except for the usual noise) no matter what I do > - play mp3s, cat my kernel into /dev/

newpcm and Vibra16X

1999-09-12 Thread Dag-Erling Smorgrav
What's the verdict on newpcm and Vibra16X? Has anyone had any luck in finding out why it doesn't work, or how to make it work? Mine won't make any sound at all (except for the usual noise) no matter what I do - play mp3s, cat my kernel into /dev/audio0, whatever. Kernel config, dmesg.boot and pnpi

What's wrong with this picture?

1999-09-12 Thread Daniel J. O'Connor
last pid: 548; load averages: 2.94, 2.55, 2.30up 0+01:05:36 00:14:35 64 processes: 4 running, 60 sleeping CPU states: 50.4% user, 48.2% nice, 1.2% system, 0.2% interrupt, 0.0% idle Mem: 81M Active, 18M Inact, 18M Wired, 5004K Cache, 11M Buf, 1108K Free Swap: 200M Total, 1624K Used,

Re: more

1999-09-12 Thread Tim Vanderhoek
On Sun, Sep 12, 1999 at 03:20:02PM +0200, Jeroen Ruigrok/Asmodai wrote: > > On this CURRENT of 3-4 weeks old I can do /blah and then use / to find > the next occurance of blah in the same file. > > With the `new' more this behaviour has been barfed. Accidentally. I didn't notice that particula

Re: optional 'make release' speed-up patch

1999-09-12 Thread Oliver Fromme
Matthew Thyer wrote in list.freebsd-current: > YES please fix this ridiculous inefficiency pointed out by Rod! There's nothing broken, so there's nothing to fix (IMO). > The current method of cleaning the build tree is to chflags -R and > then rm -r which results in two full traversals of the

more

1999-09-12 Thread Jeroen Ruigrok/Asmodai
Just a question, who changed more's behaviour? On this CURRENT of 3-4 weeks old I can do /blah and then use / to find the next occurance of blah in the same file. With the `new' more this behaviour has been barfed. Wonder why and who... -- Jeroen Ruigrok van der Werven/Asmodai

Re: Help! System won't boot the normal way after a make world...

1999-09-12 Thread Mike Smith
> > > Using FreeBSD 4.0 current for quite some time > and staying current with cvsup work fine for me a few months. > > But today shit hits the fan, after a make world my system won't boot without > errors and manual interference.. ... > .: out of file descriptors > Enter full pathname of shell

Re: evil -current

1999-09-12 Thread Matthew Thyer
Boot off a CD-ROM or floppy disk set, start the fixit shell and then: fsck -b 32may help you. I had to do this recently after overclocking my PCI bus. That is a last resort process which you might need to try if other recovery processes dont help (such as a normal fsck of your root filesyste

Re: something wrong with new CVS on freefall

1999-09-12 Thread Andrey A. Chernov
On Sun, Sep 12, 1999 at 07:13:15AM +0400, Andrey A. Chernov wrote: > I can't commit ee.c because CVS says > ee.c - Does not contain a line with the keyword "$FreeBSD:". > > but the file ee.c _have_ "$FreeBSD: keyword, check by yourself. > Please fix. It is because oly first 50 lines checked in c

Help! System won't boot the normal way after a make world...

1999-09-12 Thread Ron Klinkien
Using FreeBSD 4.0 current for quite some time and staying current with cvsup work fine for me a few months. But today shit hits the fan, after a make world my system won't boot without errors and manual interference.. last part of dmesg after boot -v - : changing root d

Re: Compupic - yes, it works.

1999-09-12 Thread Matthew Thyer
Some kind of unionfs seems to be required for our compat stuff. Forgive me if I dont know what I'm talking about but isn't it true that a unionfs would just override those files in /usr that existed in the Linux emulation space ? I suppose there would be problems when Linux binaries would 'see'