Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 1997 05:59:51 +0400
From:      laskavy@cs.msu.su (Sergei S. Laskavy)
To:        freebsd-questions@FreeBSD.org
Subject:   2.2.2-R: minor questions
Message-ID:  <199706110159.FAA05226@janus.msu.su>

next in thread | raw e-mail | index | archive | help
Hello!
I noticed some problems in that release.

0) I wonder if you use MFS and it works fine.
I recompiled the kernel, changed entry in /etc/fstab file, and
got various errors like that:

> /kernel: pid 17 (mount_mfs), uid 0, was killed: out of swap space

1) iostat can join columns if values are high, for example:
	$ iostat 1
      tty          wd0          cpu
 tin tout sps tps msps  us ni sy in id
  33  101   6   0  8.2  98  0  0  0  1
   1   79   0   0  0.0  98  0  1  1  0
  2513778   0   0  0.0  98  0  2  0  0
  2914622   0   0  0.0  98  0  2  0  0
  2111504   0   0  0.0  98  0  1  1  0
   0   79   0   0  0.0 100  0  0  0  0

The same can happen with wd0 sps stats (when compiling the kernel, for ex.)
I noticed that the "ps" do not join columns:
	$ ps al
  UID   PID  PPID CPU PRI NI   VSZ  RSS WCHAN  STAT  TT       TIME COMMAND
 1000   160   159   4  10  0   764  872 wait   Ss    p0    0:00.33 bash -login
 1000   168   160 287  59 -20  5852 3504 -      R<    p0   91:10.54 ./john -rest

2) login: in manual page login(1) I found the word "interpretor".

> an entry in the wtmp(5) and utmp(5) files and executes the user's command
> interpretor.

Is that right? Maybe, "interpreter" ?

3) passwd: in manual page passwd(5) I found, that

> The class field is currently unused.  In the near future it will be a key
> to a termcap(5) style database of user attributes, accounting, resource
[...]

I guess, that is not right :)

Thank you, Sergei S. Laskavy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706110159.FAA05226>