Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2006/0217/3

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


consolefs(4): add note about namespace file
 [rsc] --rw-rw-r-- M 1217231 glenda sys 4241 Feb 17 15:51 sys/man/4/consolefs
	/n/sourcesdump/2006/0217/plan9/sys/man/4/consolefs:190,195 - 
	/n/sourcesdump/2006/0218/plan9/sys/man/4/consolefs:190,200
	  An example of 2 consoles complete with console logging is:
	  .IP
	  .EX
	+ % cat /lib/ndb/consoledb
	+ group=sys
	+ 	uid=glenda
	+ console=bootes dev=/dev/eia0 gid=sys
	+ console=fornax dev=/dev/eia1 gid=sys
	  % aux/consolefs
	  % ls -p /mnt/consoles
	  bootes
	/n/sourcesdump/2006/0217/plan9/sys/man/4/consolefs:199,204 - 
	/n/sourcesdump/2006/0218/plan9/sys/man/4/consolefs:204,221
	  % clog /mnt/consoles/fornax /sys/log/fornax &
	  % clog /mnt/consoles/bootes /sys/log/bootes &
	  .EE
	+ .PP
	+ The console server's default name space must 
	+ mount the consoles for 
	+ .I C
	+ to import.
	+ This can be arranged by adding
	+ .IP
	+ .EX
	+ mount /srv/consoles /mnt/consoles
	+ .EE
	+ to
	+ .BR /lib/namespace.$sysname .
	  .SH FILES
	  .TF /lib/ndb/consoledb
	  .TP


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.