--7AUc2qLy4jB3hD7Z
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Jun 30, 2003 at 09:15:11AM -0600, Tony Vance wrote:
> What is a kernel panic?  How does it happen?

A kernel panic occurs when the kernel encounters a situtation that it
does not know how to handle.  It is explictely invoked by the
``panic()'' function call within the kernel itself.  It appears
in roughly 1,000 places in the 2.4.20 kernel.

For example, if a bogus interrupt is ever received, then irq.c will
panic the kernel.  There are lots of opportunities to panic your
kernel.  Hours of fun for the whole family!

> I've read that locate isn't for all situations.  I've read that locate
> doesn't search the hard drive, but rather a database that represents the
> hard drive.  Therefore, locate is only as accurate as the locate
> database is current.  Is this right?=20

Yeah.

> When should I use the find
> command?

When your index isn't current.

> Are there other search commands?  If so what are their merits?

locate and find should take care of all your needs.

> How do I kill frozen applications?  How do I use the kill command?  I've
> read the man page, but I'm not sure how to tell what process is frozen
> and how to kill it.

It's ``frozen'' when it doesn't respond or do what you think it should
be doing.

Use kill [pid].  If the SIGTERM handler for the process isn't
playing nice, then kill -9 [pid].

Mike

--=20
------------------------------------------- | ---------------------
Michael Halcrow                             | [EMAIL PROTECTED]
Developer, IBM Linux Technology Center      |                     =20
                                            |
The only dumb question is one you haven't   |
asked yet.                                  |
------------------------------------------- | ---------------------
GnuPG Keyprint:  05B5 08A8 713A 64C1 D35D  2371 2D3C FDDA 3EB6 601D

--7AUc2qLy4jB3hD7Z
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/AIECLTz92j62YB0RAt+iAJ9ZpyX6o0kCng3gRLzQ/jzpM0hODgCg1TrR
zMC9QuKHgV62rwRgXzXF5oM=
=OJw/
-----END PGP SIGNATURE-----

--7AUc2qLy4jB3hD7Z--

_______________________________________________
newbies mailing list
[EMAIL PROTECTED]
http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies

Reply via email to