From owner-freebsd-questions Wed Jun 30 11: 1:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.criterion.canon.co.uk (mailhost.criterion.canon.co.uk [194.223.249.254]) by hub.freebsd.org (Postfix) with ESMTP id 9DBAE155AB for ; Wed, 30 Jun 1999 11:01:45 -0700 (PDT) (envelope-from adamn@csl.com) Received: from csl.com (hermes.criterion.canon.co.uk [194.223.249.13]) by mailhost.criterion.canon.co.uk (8.8.8/8.7.3) with ESMTP id SAA24344; Wed, 30 Jun 1999 18:52:23 +0100 (BST) Message-ID: <377A5879.2A8BCDBD@csl.com> Date: Wed, 30 Jun 1999 17:48:41 +0000 From: Adam Nealis Organization: Criterion Software, Ltd. X-Mailer: Mozilla 4.51 [en] (X11; U; Linux 2.0.34 i686) X-Accept-Language: en MIME-Version: 1.0 To: "Kave p.Ram" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3 questions References: <19990630172240.44248.qmail@hotmail.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Kave p.Ram" wrote: > > Hi all :-) > > I'm kinda novice in FreeBSD and have 3 questions which I > really would be thankfull if any one could answer :) > here they are : > > 1.each time I turn on my box , it starts a getty process on a modem port : > bash$ ps ax | grep getty As far as I remember, you just comment out a line in /etc/ttys that refers to mgetty. Then kill any mgetty processes. but that was for a 2.2-7 system, not 3.X. > > 792 ?? S 0:00.07 /usr/local/sbin/mgetty cuaa1 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > #199 v1 Is+ 0:00.01 /usr/libexec/getty Pc ttyv1 > #200 v2 Is+ 0:00.01 /usr/libexec/getty Pc ttyv2 [snip] > ----------------------- > question Nr 2: > in Linux there's a command called `freeŽ which gives one the amount of > free memory on the system . but I can't seem to find it in FreeBSD. > what should I use instead ? You can use top, which gives you a screenfull at a time with system stats at the top of the terminal screen/window. Or vmstat, which is a couple of lines of output like free, but a little less readable. > ------------------------ > question Nr 3: > I have a soundblaster 16 on my machine. > but each time I try to play a *.mid or *.au or another format, > I get a message like "can't open /dev/sequenser , or /dev/sdb1 ". Pass ;). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message