Re: DTrace script asserts and kills the other process

2011-08-03 Thread Andriy Gapon
on 28/07/2011 07:10 ambrosehuang ambrose said the following: Yuri y...@rawbw.com wrote: I am trying to run this dtrace script: #!/usr/sbin/dtrace -s pid123:libc::entry { self-timestmp[probefunc] = timestmp; } pid123:libc::return /self-timestmp[probefunc] != 0/ {

matlab on Linux, any success stories?

2011-08-03 Thread Daniel Braniss
Im trying to install matlab R2010B-Mac-Linux under freebsd-8.2-STABLE, having installed linux_base-f10-10_4 but keep getting: rnd# /compat/linux/bin/sh ./install Preparing installation files ... Exception in thread main java.lang.UnsatisfiedLinkError:

Re: matlab on Linux, any success stories?

2011-08-03 Thread Zhihao Yuan
On Wed, Aug 3, 2011 at 5:56 AM, Daniel Braniss da...@cs.huji.ac.il wrote: Im trying to install matlab R2010B-Mac-Linux under freebsd-8.2-STABLE, having installed linux_base-f10-10_4 but keep getting: rnd# /compat/linux/bin/sh  ./install Preparing installation files ... Exception in thread

freeBSD8.2: getgrgid() works only for wheel group.

2011-08-03 Thread Rekhesh Mohan
Dear Hackers, I'm trying to install mailman on a freeBSD 8.2 box. Mailman allows only the apache-www group to run its CGI scripts and only the mail group can execute some of the mailing list related functionalities. Mailman is using getgrgid() to check the group name. This is failing on me.

Re: freeBSD8.2: getgrgid() works only for wheel group.

2011-08-03 Thread Eygene Ryabinkin
Rekhesh, good day. Wed, Aug 03, 2011 at 06:26:13PM +0530, Rekhesh Mohan wrote: I'm trying to install mailman on a freeBSD 8.2 box. Mailman allows only the apache-www group to run its CGI scripts and only the mail group can execute some of the mailing list related functionalities. Mailman is

Re: DTrace script asserts and kills the other process

2011-08-03 Thread ambrosehuang ambrose
2011/8/3 Andriy Gapon a...@freebsd.org on 28/07/2011 07:10 ambrosehuang ambrose said the following: Yuri y...@rawbw.com wrote: I am trying to run this dtrace script: #!/usr/sbin/dtrace -s pid123:libc::entry { self-timestmp[probefunc] = timestmp; } pid123:libc::return