[238] in netbsd-help mailing list archive
Re: 1.0A-bug??
daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Jun 26 15:39:14 1995
To: David C Zhang <davidz@MIT.EDU>
Cc: netbsd-help@MIT.EDU
In-Reply-To: Your message of "Mon, 26 Jun 1995 15:21:28 EDT."
<199506261921.PAA00229@blockquote>
Date: Mon, 26 Jun 1995 15:38:52 EDT
From: Greg Hudson <ghudson@MIT.EDU>
> 1) the command 'w' returns
> X:XXPM up X mins, X users, load averages: X.XX, X.XX, X.XX
> USER TTY FROM LOGIN@ IDLE WHAT
> w: proc size mismatch (20608 total, 640 chunks): Undefine error: 0
This is our fault. To fix it, run the following as root:
cp /afs/.sipb.mit.edu/system/i386_nbsd1/bin/ps /bin/ps
cp /afs/.sipb.mit.edu/system/i386_nbsd1/usr/bin/w /usr/bin/w
> 2) when an athena user logs in it gives the normal "Welcome to NetBSD!" mesg,
> then this
> limit: coredumpsize: Can't set limit
> after which it gives the user '%' prompt, seems like it skiped all the athena
> user startup stuff.
Is this an Xlogin or a console login? I think the problem is specific
to console logins. I've seen problems similar to this before; I'll
try to fix it as soon as I get aroud to fixing the installation.