Re: /sys hierarchy

2000-07-03 Thread Bruce Evans
On Sun, 2 Jul 2000, Chris Costello wrote: > On Sunday, July 02, 2000, Rodney W. Grimes wrote: > > Actually the whole src/sys/compile thing should go away, it is > > one of the last things that has to be dealt with for a totally > > read-only mounted /usr/src. IMHO it should be moved to /usr/obj,

Re: bin/19635: add -c for grand total to df(1), like du(1) does

2000-07-03 Thread Will Andrews
On Tue, Jul 04, 2000 at 03:32:11PM +1000, Andy Farkas wrote: > My only suggestion is to put a dashed line above the totals in order to > clearly say they are totals (like I did below). That might be nice, but I object on the grounds that it isn't consistent with du -c. -- Will Andrews <[EMAIL P

de0: Abnormal Interrupt: Transmit Underflow

2000-07-03 Thread Thomas D. Dean
I have been seeing unusual error messages in response to network transmissions. The latest was caused by lp ~0.5MB to a remote printer. I am running -current SMP. Dmesg is attached. The error messages are attached. # uname -a FreeBSD celebris 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Jul 1 \ 13

new fetch: no progress shown

2000-07-03 Thread Leif Neland
The new fetch does not show progress when dl'ing stuff for ports. I tried adding FETCH_BEFORE_ARGS = " -v " in /usr/ports/Mk/bsd.ports.mk but then fetch just dies: fetch: -v : parse error Segmentation fault - core dumped Leif To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe f

Re: Help with Linux interpreter

2000-07-03 Thread Greg Lehey
On Monday, 3 July 2000 at 9:48:38 -0600, Warner Losh wrote: > In message <[EMAIL PROTECTED]> FUJISHIMA Satsuki writes: >> At Sun, 02 Jul 2000 22:10:15 -0600, >> Warner Losh <[EMAIL PROTECTED]> wrote: >>> In message <[EMAIL PROTECTED]> FUJISHIMA Satsuki writes: Please take a look into ports/

Re: bin/19635: add -c for grand total to df(1), like du(1) does

2000-07-03 Thread Will Andrews
On Sun, Jul 02, 2000 at 07:58:17AM +0200, [EMAIL PROTECTED] wrote: > >Synopsis: add -c for grand total to df(1), like du(1) does > >Description: > > sample of output : > > # df -c > Filesystem 1K-blocks UsedAvail Capacity Mounted on > /dev/da0s1a 1904559 1249983 502212

Re: PPPoE not working

2000-07-03 Thread Julian Elischer
Gary Jennejohn wrote: > > > > Doesn't help. ng_ether.ko was being automatically loaded before your > change. Loading it before starting ppp also doesn't help. > > I'm beginning to think that the bug is in NETGRAPH. I agree. to be more precise, between the new ng_ether code, and the ng_pppoe c

Re: Small breakage in -Current, libc man page strunvisx.3.gz

2000-07-03 Thread Michael C. Wu
| /usr/share/man/man3/vis.3.gz -> /usr/share/man/man3/strunvisx.3.gz | ln: /usr/share/man/man3/strunvisx.3.gz: No such file or directory | *** Error code 1 | | Stop in /usr/amd/realmounts/slave/usr/current/src/lib/libc. | *** Error code 1 | | I had just did a 'make cleandir' and started with a cle

Re: /sys hierarchy

2000-07-03 Thread John Baldwin
On 02-Jul-00 David O'Brien wrote: > On Sun, Jul 02, 2000 at 12:36:59AM -0700, John Baldwin wrote: >> svr4/ - first, is this MI? If it isn't, then move it under >> sys/i386/ where it belongs. If it isn't, >> then I presume >

Re: /sys hierarchy

2000-07-03 Thread John Baldwin
On 02-Jul-00 Garrett Wollman wrote: > < said: > >> encapsulation. Of course, someone more familiar with the actual code >> in the tree might provide some better insight on the feasibility of >> splitting these up. > > Don't, or else legions of network people will curse you to the end of > your

Re: PPPoE not working

2000-07-03 Thread Gary Jennejohn
Brian Somers writes: > > I see literally the exact same thing. > > I thought it was just my screwup, as i had installed 0609-CURRENT (the > > latest installs don't work, at least, on my desktop, so i picked the one > > from my birthday :P), which worked fine, then cvsup'd, installed the new > >

Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c

2000-07-03 Thread Garrett Wollman
< said: > In fact the best idea may be to make this a per device variable: > "if your hardware disappears, stay around" > or > "if your hardware disappears, go away" Since there needs to be a method call into the driver either way (to tell it that its hardware has disappeared), it c

Re: PPPoE not working

2000-07-03 Thread Brian Somers
It's worth cc'ing Archie on this Archie, it seems people are having problems using PPPoE since your ng_ether changes. Any suggestions ? > Brian Somers <[EMAIL PROTECTED]> writes: > > > > I see literally the exact same thing. > > > I thought it was just my screwup, as i had installed 0609-

Re: bug: kernel hangs at boot

2000-07-03 Thread Russell Cattelan
David O'Brien wrote: > On Fri, Jun 30, 2000 at 06:29:11AM -0700, Andrey A. Chernov wrote: > > The reason found. I have "-O2 pipe" instead of default "-O pipe", but I have > > it working all the time from very beginning. Why this becomes broken? > > Because the code change now triggers one of the

Re: /sys hierarchy

2000-07-03 Thread Richard Wackerbarth
On Sun, 02 Jul 2000, Warner Losh wrote: > In message <[EMAIL PROTECTED]> "David O'Brien" writes: > : On Sun, Jul 02, 2000 at 01:31:28PM -0600, Warner Losh wrote: > : > : cd blah is currently > : > : cd ../../compile/${KERNNAME} > : > : it becomes > : > : cd /usr/obj/`pwd`/${KERNNAME} > : > > : > M

Re: Help with Linux interpreter

2000-07-03 Thread Warner Losh
In message <[EMAIL PROTECTED]> FUJISHIMA Satsuki writes: : At Sun, 02 Jul 2000 22:10:15 -0600, : Warner Losh <[EMAIL PROTECTED]> wrote: : > In message <[EMAIL PROTECTED]> FUJISHIMA Satsuki writes: : > : Please take a look into ports/18489. : > : Workaround for i386 has been committed at 14th May b

Re: Help with Linux interpreter

2000-07-03 Thread FUJISHIMA Satsuki
At Sun, 02 Jul 2000 22:10:15 -0600, Warner Losh <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]> FUJISHIMA Satsuki writes: > : Please take a look into ports/18489. > : Workaround for i386 has been committed at 14th May but not for Alpha. > : I think you are on the Alpha plathome, or you

hints syntax?

2000-07-03 Thread Michael Lucas
I'm having trouble with the hints file syntax for a more complicated device, namely a sound card. The device shows up with the unknown driver: unknown7: at port 0x220-0x233,0x530-0x537,0x388-0x38f,0x330-0x333,0x53 8-0x539 irq 5 drq 1,0 on isa0 I've tried hints files with a variety of syntaxes,

Re: PPPoE not working

2000-07-03 Thread Brian Somers
> I see literally the exact same thing. > I thought it was just my screwup, as i had installed 0609-CURRENT (the > latest installs don't work, at least, on my desktop, so i picked the one > from my birthday :P), which worked fine, then cvsup'd, installed the new > kernel, did a make world, reboote

Re: HEADS UP: new fetch(1)

2000-07-03 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes: > Garrett Wollman <[EMAIL PROTECTED]> writes: > > < said: > > > You're not one for constructive criticism, are you? I don't know how > > What part of YOU MAY NOT CLAIM COPYRIGHT ON MY TEXT don't you > > understand? > That's a technicality, and I'll f

Re: HEADS UP: new fetch(1)

2000-07-03 Thread Dag-Erling Smorgrav
Garrett Wollman <[EMAIL PROTECTED]> writes: > < said: > > You're not one for constructive criticism, are you? I don't know how > What part of YOU MAY NOT CLAIM COPYRIGHT ON MY TEXT don't you > understand? That's a technicality, and I'll fix it in a second. I'm still waiting for a list of actual p