Date: Sun, 29 Dec 1996 23:17:38 -0700 (MST) From: Wes Peters <softweyr@xmission.com> To: Sean Batson <seanb012@sunbeach.net> Cc: questions@freebsd.org Subject: [Fwd: IPCS Utility] Message-ID: <199612300617.XAA10257@obie.softweyr.com> In-Reply-To: <32C7103A.446B9B3D@sunbeach.net> References: <32C7103A.446B9B3D@sunbeach.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Sean Batson writes: > On executing the IPCS command the results didn't display any > active semospheres. Would this be internal to the OS or the > IPCS utility. You have to configure your kernel to include SYSV Semaphores, as I said before. cd to /usr/src/sys/i386/conf and grep for SYSV in the LINT config file. Add these lines to your config file, configure and make a new kernel, and reboot. Now, use a program that creates semaphores, then ipcs -s. > What's the latest with FreeBSD equivalent of AIX's SMIT interface? > Give me some specs and I think I can come up with an equivalent. > (roughly 6 to 9 months). FreeBSD has no equivalent of the "stupid piece of SMIT." I am not a fan of SMIT, it has one of the most annoying user interfaces I've ever seen. To learn more about system administration on a BSD system, see the Nemeth, Seebas et. al. book and the FreeBSD man pages on sysctl. A *good*, X-based system administration tool would be nice to have. ;^) -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.xmission.com/~softweyr softweyr@xmission.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612300617.XAA10257>