Re: Patch for Alpha/AXP

1999-07-23 Thread Kazutaka YOKOTA
>Does this look right? Without this patch, my AXP was memory faulting >every time it booted, in the dev2udev routine. I am afraid this is not quite right. Bruce, Doug and I are currently in discussion to fix this. Kazu To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freeb

Patch for Alpha/AXP

1999-07-23 Thread Gary Palmer
Does this look right? Without this patch, my AXP was memory faulting every time it booted, in the dev2udev routine. Thanks Index: alpha/alpha/cons.c === RCS file: /home/ncvs/src/sys/alpha/alpha/cons.c,v retrieving revision 1.11 d

top/ps breakage in today's -CURRENT?

1999-07-23 Thread Greg Lehey
I cvsupped at 20:30 UTC yesterday (23 July) and built a world and a kernel from the sources. I get the following from top: last pid: 476; load averages: 1.44, 1.44, 1.22 30 processes: 2 running, 28 sleeping CPU states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 0.0% idle Mem:

Re: [Fwd: Tun interface related panic]

1999-07-23 Thread Brian Somers
Ok, I found the culprit in ppp. I'm committing a change now. Thanks for the report ! > Hi folks, > > It seems that in some specific conditions user level ppp (PPP Version > 2.22 - $Date: 1999/06/23 16:48:19 $) trying to incorrectly write to the > tun device causing a panic if revision prior to

Re: world builds but doesn't install

1999-07-23 Thread Greg Lehey
On Friday, 23 July 1999 at 22:05:08 +0300, Vallo Kallaste wrote: > > Hello > > After Greg fixed vinum, I went ahead and tried to build latest > current. All is well but the world doesn't install: > > make -DCLOBBER -DNOGAMES installworld > > vm/vm_zone.h -> vm/vm_zone.ph > vm/vnode_pager.h -> vm/v

Re: PMAP_SHPGPERPROC: related to pagedaemon?

1999-07-23 Thread Doug
On Fri, 23 Jul 1999, Matthew Dillon wrote: > :>Using two -current machines, both dated 7/16 I got the following > :> message in my log file, which I think explains the weird spontaneous > :> reboots I've been getting. > :> > :> /kernel: pmap_collect: collecting pv entries -- suggest increas

Re: PMAP_SHPGPERPROC: related to pagedaemon?

1999-07-23 Thread Matthew Dillon
:> Using two -current machines, both dated 7/16 I got the following :> message in my log file, which I think explains the weird spontaneous :> reboots I've been getting. :> :> /kernel: pmap_collect: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC : :... : : I've increased

Re: PMAP_SHPGPERPROC: related to pagedaemon?

1999-07-23 Thread Mike Smith
>I don't know what's going on with your system, but it's definately unusual > to hit this limit under normal circumstances. I managed to generate this by configuring Apache to start several hundred servers (maybe many hundred, it was a little while back). Ultimately, the system became unre

Re: PMAP_SHPGPERPROC: related to pagedaemon?

1999-07-23 Thread Doug
On Fri, 23 Jul 1999, David Greenman wrote: >PMAP_SHPGPERPROC controls the default number of struct pv_entry that the > system allocates kernel virtual memory for. Thank you very much for the explanation, that makes things much more clear. >I don't know what's going on with you

Re: PMAP_SHPGPERPROC: related to pagedaemon?

1999-07-23 Thread David Greenman
PMAP_SHPGPERPROC controls the default number of struct pv_entry that the system allocates kernel virtual memory for. A pv_entry is a data structure that tracks physical to virtual page translations. For example, suppose the system wants to page out a specific page of memory. It needs to know al

[Fwd: Tun interface related panic]

1999-07-23 Thread Maxim Sobolev
Hi folks, It seems that in some specific conditions user level ppp (PPP Version 2.22 - $Date: 1999/06/23 16:48:19 $) trying to incorrectly write to the tun device causing a panic if revision prior to 1.61 (current) or 1.51.2.1 (stable) of if_tun.c is used. In this tun revisions some belts against

Re: Permissions still broken on current.freebsd.org

1999-07-23 Thread Doug
On Fri, 23 Jul 1999, Oliver Fromme wrote: > Hi, > > The permissions of new -current snapshots on > current.freebsd.org are still broken. :-( Also, in case anyone cares the INSTALL.TXT file seems to be missing, at least on the snaps from the 8th or so. Doug -- On account of being a de

Re: PMAP_SHPGPERPROC: related to pagedaemon?

1999-07-23 Thread Doug
On Fri, 23 Jul 1999, Doug wrote: > Using two -current machines, both dated 7/16 I got the following > message in my log file, which I think explains the weird spontaneous > reboots I've been getting. > > /kernel: pmap_collect: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

Re: Permissions still broken on current.freebsd.org

1999-07-23 Thread Bill Swingle
On Fri, Jul 23, 1999 at 11:58:42PM +0200, Oliver Fromme wrote: > Hi, > > The permissions of new -current snapshots on > current.freebsd.org are still broken. :-( I just talked to Jordan about this. He thought that he had fixed this problem and said he would get to it later this afternoon. Eep!

Permissions still broken on current.freebsd.org

1999-07-23 Thread Oliver Fromme
Hi, The permissions of new -current snapshots on current.freebsd.org are still broken. :-( If everything else fails, I'd suggest to set up a cronjob to fix the permissions, until the cause of the problem is found. Putting up snapshots without letting us download them is no good... Regards

Re: inetd looping (from cvs-all)

1999-07-23 Thread Sheldon Hearn
On Fri, 23 Jul 1999 14:33:43 -0400, "John W. DeBoskey" wrote: > PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND > 198 root 105 0 908K 584K RUN141.8H 95.70% 95.70% inetd [...] > There are NO messages in /var/log/messages. > > The -l option doesn't se

world builds but doesn't install

1999-07-23 Thread Vallo Kallaste
Hello After Greg fixed vinum, I went ahead and tried to build latest current. All is well but the world doesn't install: make -DCLOBBER -DNOGAMES installworld Skipping directory `ufs/ufs' vm/default_pager.h -> vm/default_pager.ph vm/pmap.h -> vm/pmap.ph vm/swap_pager.h -> vm/swap_pager.ph vm/v

inetd looping (from cvs-all)

1999-07-23 Thread John W. DeBoskey
Hi, From the discussion on cvs-all about inetd, I'd like to add the following: PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND 198 root 105 0 908K 584K RUN141.8H 95.70% 95.70% inetd This is on a system running: 4.0-19990712-SNAP There are NO me

PMAP_SHPGPERPROC

1999-07-23 Thread Doug
Using two -current machines, both dated 7/16 I got the following message in my log file, which I think explains the weird spontaneous reboots I've been getting. /kernel: pmap_collect: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC Having read LINT I see the followi

Re: Still kernel compilation failures

1999-07-23 Thread Bruce Evans
>>-O works because optimisation removes an unused reference to a nonexistent >>variable. The variable once existed and was used. It still exists under >>a different name. > >So you're saying that both the compiler and the code are broken? Only the code. Bruce To Unsubscribe: send mail to [EM

PR 9334: 2048 Bytes/sector media - ever solved

1999-07-23 Thread Nick Hibma
I remember seeing some patches going into current or at least floating around on the mailing lists on fixing problems with non-512 bytes sector sizes. What's the status on that? Nick PR 9334: cp fails for 2048 Bytes/sector media When I insert a 640 MB (2048 Bytes/sector) OD into the drive,

Adding route to aliased IP address

1999-07-23 Thread George Cox
Watcha, When an aliased interface is brought up, no route is added for it. This means that packets from an aliased IP address on one interface do not reach other IP addresses on that interface. Adding a 'route add 127.0.0.1' in the startup scripts would fix it. Is there any place that this ro