Date: Thu, 11 Apr 2002 17:56:21 +0200 From: Morsal Rodbay <morsal@swipnet.se> To: Jeff Jeter <gsfgf@softhome.net> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: X app crashes and won't reopen Message-ID: <20020411175621.B45395@darius.2y.net> In-Reply-To: <000501c1e0f9$f0020fb0$6501a8c0@laptop>; from gsfgf@softhome.net on Wed, Apr 10, 2002 at 09:40:28PM -0400 References: <000501c1e0f9$f0020fb0$6501a8c0@laptop>
next in thread | previous in thread | raw e-mail | index | archive | help
--1LKvkjL3sHcu1TtY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Apr 10, 2002 at 09:40:28PM -0400, Jeff Jeter wrote: > Sometimes i have an X app(XMMS) crash. When i close it w/ XKill i can't > reopen it w/out restarting. I've tried restartink X, but no luck. What do > i do to make it open w/out restarting? thx. to find out which process number the task has: ps -aux|grep xmms to kill the task: kill <process number> After u've done the above u should be able to run xmms again. Good luck, Morsal --1LKvkjL3sHcu1TtY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjy1siUACgkQMbZoiYpHA3B42ACfTxOulWZW+NYsakg7MfL0drIg TIcAn048D1NKPFRfKOktUJjvPePFlk/F =wOen -----END PGP SIGNATURE----- --1LKvkjL3sHcu1TtY-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020411175621.B45395>