>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
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
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:
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
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
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
:> 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
>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
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
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
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
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
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
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!
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
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
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
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
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
>>-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
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,
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
22 matches
Mail list logo