Re: Problems with linprocfs(5) and htop

2012-02-25 Thread Florian Unglaub
> On Mon, Feb 20, 2012 at 05:46:35PM +, jb wrote: > Florian Unglaub roladder.net> writes: > > > ... > > htop relies on linprocfs(5) to gather process statistic. linprocfs is > > mounted: > > > > linprocfs on /usr/compat/linux/proc (linpr

Re: Problems with linprocfs(5) and htop

2012-02-20 Thread jb
Florian Unglaub roladder.net> writes: > ... > htop relies on linprocfs(5) to gather process statistic. linprocfs is > mounted: > > linprocfs on /usr/compat/linux/proc (linprocfs, local) > ... $ cat /etc/fstab ... linproc /compat/linux/proclinproc

Problems with linprocfs(5) and htop

2012-02-20 Thread Florian Unglaub
I compiled sysutils/htop from the ports collection and noticed that it does not display any process information as it's supposed to do. Instead I get a blank screen (see [0]). htop relies on linprocfs(5) to gather process statistic. linprocfs is mounted: linprocfs on /usr/compat/linux

Re: question about linprocfs

2006-05-02 Thread Frank Steinborn
Alex Ballantine wrote: > We have a apache server with most of the latest programs on it > except java, > so when I tried to install it everything went fine until it came up > with > > "===> Building for jdk-1.5.0p3 > > ERROR: You must have

question about linprocfs

2006-05-01 Thread Alex Ballantine
We have a apache server with most of the latest programs on it except java, so when I tried to install it everything went fine until it came up with "===> Building for jdk-1.5.0p3 ERROR: You must have LINPROCFS mounted beforenprocfs l

Re: Problem with linprocfs (SOLVED)

2005-07-14 Thread Tom Parquette
n into the problem where linprocfs has to be running/mounted. I found the suggestions but it is not working. Here is what I get: Script started on Wed Jul 13 19:05:19 2005 stargate# grep linprocfs /etc/fstab linprocfs /compat/linux/proc linprocfs rw 0 0 stargate# kldload

Re: Problem with linprocfs

2005-07-13 Thread Tsampros Leonidas
an into the problem where linprocfs has > to be running/mounted. > > I found the suggestions but it is not working. > Here is what I get: > Script started on Wed Jul 13 19:05:19 2005 > stargate# grep linprocfs /etc/fstab > linprocfs /compat/linux/proc linprocfs rw

Problem with linprocfs

2005-07-13 Thread Tom Parquette
Hi. I only subscribe to the digest. Please CC me. I know it's protocol but sometimes it does not happen. The double edged sword of digest mode. TIA... I'm trying to build Java and I ran into the problem where linprocfs has to be running/mounted. I found the suggestions but

linprocfs

2004-09-17 Thread dev web
I have a application that runs under linux emulation, its a server manager for battlefield vietnam, basically it monitors the game server process and sends commands etc. The game server runs without a problem, the server monitor runs ok however when i start the game server from the remote manage

Re: Building JDK-1.4 fails, even with linprocfs mounted

2004-07-15 Thread epilogue
On Thu, 15 Jul 2004 20:04:00 +0200 Gustaaf Wijnands <[EMAIL PROTECTED]> wrote: > Svein Halvor Halvorsen wrote: > > Trying to build the port jdk14, I get the following error message: > > > > /.amd_mnt/mirrorball/export/ports/java/jdk14/work/control/build/bsd-i5 > > 86/gensrc/java/util/CurrencyData

Re: Building JDK-1.4 fails, even with linprocfs mounted

2004-07-15 Thread Gustaaf Wijnands
Svein Halvor Halvorsen wrote: Trying to build the port jdk14, I get the following error message: /.amd_mnt/mirrorball/export/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1: 'class' or 'interface' expected Java HotSpot(TM) Client VM warning: Can't detect initial t

Building JDK-1.4 fails, even with linprocfs mounted

2004-07-15 Thread Svein Halvor Halvorsen
xport/ports on /.amd_mnt/mirrorball/export/ports (nfs, nodev) linprocfs on /usr/compat/linux/proc (linprocfs, local) <<<<< [EMAIL PROTECTED]:/usr/ports/java/jdk14]$ uname -a FreeBSD weld.theloosingend.net 5.2-CURRENT FreeBSD 5.2-CURRENT #5: Wed Jun 30 14:46:17 CEST 20

Re: -CURRENT: Buildkernel dies building linprocfs

2004-04-25 Thread Michael L. Squires
> linprocfs.o: In function `linprocfs_doversion': > /usr/src/sys/compat/linprocfs/linprocfs.c:464: undefined reference to `linux_get > _osname' > /usr/src/sys/compat/linprocfs/linprocfs.c:465: undefined reference to `linux_get > _osrelease' > linprocfs.o: In func

-CURRENT: Buildkernel dies building linprocfs

2004-04-25 Thread Robert Huff
.c linking kernel.debug linprocfs.o: In function `linprocfs_domtab': /usr/src/sys/sys/namei.h:157: undefined reference to `linux_emul_path' linprocfs.o: In function `linprocfs_domtab': /usr/src/sys/compat/linprocfs/linprocfs.c:356: undefined reference to `linux_emu l_path&

Re: linprocfs: Operation not supported

2003-11-02 Thread Brian Denny
I have solved this problem. It seems that, for reasons I don't understand, my linprocfs module was not upgraded when I upgraded my system. Going into /usr/src/sys/modules/linprocfs and building and installing linprocfs.ko from there fixed the problem. There must be some basic thing I

Re: linprocfs: Operation not supported

2003-11-02 Thread Lowell Gilbert
<--- > 66 aout > > > Is there something I'm missing? Nope, that should do it. Does it, by chance, work if you mount it from the command line (this works on my system): "mount -t linprocfs linproc /compat/linux/proc" ? ___

Re: linprocfs: Operation not supported

2003-11-02 Thread Brian Denny
On Sun, Nov 02, 2003 at 04:58:24PM -0500, Lowell Gilbert wrote: > > Looks like you don't have the linux module itself loaded. I thought it was built into my kernel: ~$ kldstat -v Id Refs AddressSize Name 13 0xc010 1c8a90 kernel Contains modules: Id Nam

Re: linprocfs: Operation not supported

2003-11-02 Thread Lowell Gilbert
Brian Denny <[EMAIL PROTECTED]> writes: > On Sat, Nov 01, 2003 at 11:12:27AM -0500, Lowell Gilbert wrote: > > > > Is the linprocfs kernel module loaded? > > ~$ kldstat > Id Refs AddressSize Name > 13 0xc010 1c8a90 kernel > 21 0xc12870

Re: linprocfs: Operation not supported

2003-11-02 Thread Brian Denny
On Sat, Nov 01, 2003 at 11:12:27AM -0500, Lowell Gilbert wrote: > > Is the linprocfs kernel module loaded? ~$ kldstat Id Refs AddressSize Name 13 0xc010 1c8a90 kernel 21 0xc1287000 2000 blank_saver.ko 51 0xc12f7000 7000 linprocfs.ko

Re: linprocfs: Operation not supported

2003-11-01 Thread Lowell Gilbert
able /sbin/mount_linprocfs ? > > Does the mount point /compat/linux/proc actually exist ? > > yes, and yes. :-/ Is the linprocfs kernel module loaded? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: linprocfs: Operation not supported

2003-10-31 Thread Brian Denny
> > Hmm, yes I suspect the identifier in the 'device' column is arbitrary. ya, i think so too. > > Some other thoughts (possibly equally useless ;-) : > Do you have the executable /sbin/mount_linprocfs ? > Does the mount point /compat/linux/proc actually exist ? yes, and yes. :-/ thanks

Re: linprocfs: Operation not supported

2003-10-31 Thread Malcolm Kay
On Sat, 1 Nov 2003 13:34, Brian Denny wrote: > On Sat, Nov 01, 2003 at 12:58:22PM +1030, Malcolm Kay wrote: > > On Sat, 1 Nov 2003 12:37, Brian Denny wrote: > > > I put the following in my /etc/fstab: > > > linproc /compat/linux/proc linprocfs rw,noauto0 0

Re: linprocfs: Operation not supported

2003-10-31 Thread Brian Denny
On Sat, Nov 01, 2003 at 12:58:22PM +1030, Malcolm Kay wrote: > On Sat, 1 Nov 2003 12:37, Brian Denny wrote: > > I put the following in my /etc/fstab: > > linproc /compat/linux/proc linprocfs rw,noauto0 0 > > I know this is what the man page says; but I find m

Re: linprocfs: Operation not supported

2003-10-31 Thread Malcolm Kay
On Sat, 1 Nov 2003 12:37, Brian Denny wrote: > Hi, > > I am trying to mount linprocfs (required as part of a Java installation). > > I put the following in my /etc/fstab: > linproc /compat/linux/proc linprocfs rw,noauto0 0 I know this is what the man page says; but I

linprocfs: Operation not supported

2003-10-31 Thread Brian Denny
Hi, I am trying to mount linprocfs (required as part of a Java installation). I put the following in my /etc/fstab: linproc /compat/linux/proc linprocfs rw,noauto0 0 Then I did: # kldload linprocfs # mount linproc and I get: linprocfs: Operation not supported Any idea