Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Nov 2011 01:43:05 +0100
From:      Polytropon <freebsd@edvax.de>
To:        ajtiM <lumiwa@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: operapluginwraper
Message-ID:  <20111109014305.f35254f6.freebsd@edvax.de>
In-Reply-To: <201111081533.01533.lumiwa@gmail.com>
References:  <201111081533.01533.lumiwa@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 8 Nov 2011 15:33:01 -0600, ajtiM wrote:
> I don't have /proc on my system and I don't know why I should have it?

You'll need it in case you're using Linux ABI stuff, and
if I remember correctly, this is required for the Opera
"Flash" plugin.

I'm using such a combination here. That's why I have

# Device     Mountpoint          FStype       Options      Dump Pass
# ---------  ------------------  -----------  -----------  ---------
linproc      /compat/linux/proc  linprocfs    rw           0    0

in /etc/fstab. This requires

	options	COMPAT_LINUX
	options	LINPROCFS
	options LINSYSFS

in your kernel config, or load the corresponding kernel
modules. The line

	linux_enable="YES"

in /etc/rc.conf should do that.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111109014305.f35254f6.freebsd>