Date: Thu, 25 Jan 2007 15:18:17 +0100 From: Jilles Tjoelker <jilles@stack.nl> To: Robert Watson <rwatson@FreeBSD.org> Cc: Divacky Roman <xdivac02@stud.fit.vutbr.cz>, Kurt Jaeger <lists@c0mplx.org>, freebsd-current@freebsd.org Subject: Re: CFT/HEADS-UP: linux 2.6.16 emulation Message-ID: <20070125141816.GA73998@stack.nl> In-Reply-To: <20070122231754.A17361@fledge.watson.org> References: <20070120170723.34c223fb@Magellan.Leidinger.net> <20070122184807.GA26839@home.c0mplx.org> <20070122213039.GA51752@stud.fit.vutbr.cz> <20070122231754.A17361@fledge.watson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 22, 2007 at 11:18:37PM +0000, Robert Watson wrote: > >just try to kldunload linux module and if that doesnt succeed look at your > >ps ax output for suspicous programs (acroread, skype etc.) > This might well be something useful to add though -- an ABI name exported > via kinfo_proc or such. It would also be useful for telling whether > processes are 32-bit or 64-bit native processes, etc. The /proc/<pid>/etype file shows this, for example % cat /proc/$$/etype FreeBSD ELF32 You need procfs mounted which is undesirable. The code is in /sys/fs/procfs/procfs_type.c by the way. -- Jilles Tjoelker
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070125141816.GA73998>