From owner-freebsd-questions@FreeBSD.ORG Wed Mar 8 21:20:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CC7416A420 for ; Wed, 8 Mar 2006 21:20:22 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 313B843D70 for ; Wed, 8 Mar 2006 21:20:22 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from foo.antimatter.net (cpe-72-132-244-217.san.res.rr.com [72.132.244.217]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id k28Lo1EK022283 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 8 Mar 2006 13:50:02 -0800 X-MailKey: purple frogs are falling from the sky Message-Id: <7.0.1.0.2.20060308131755.026e6d58@antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Wed, 08 Mar 2006 13:19:07 -0800 To: Lawrence Petrykanyn , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Newbie FreeBSD/Linux Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Mar 2006 21:20:22 -0000 At 12:46 PM 3/8/2006, Lawrence Petrykanyn wrote: >Hi! > >I am a newbie trying to compile the program JACK that is required >for the midi sequencer Rosegarden. This program (JACK) is not >available through the ports collection and is intended for a Linux >system. I am running FreeBSD 5.4 with linux compatibility >supported. Below is is the readme file for JACK and I have chosen >to follow the second option. I have created the /mnt/ramfs >directory and edited my /etc/stab file as directed. What I don't >understand is the last instruction of the second option listed >below, the line that says, > >"add --with-default-tmpdir=/mnt/ramfs to the JACK configure line >when you build it". > >I tried "make --with-default-tmpdir=/mnt/ramfs" and received a >message informing me that this is not correct Make syntax. > >Am I supposed to edit the config file(s) that accompany the source >code? If so, which one(s), config.h.in, configure, configure.ac or >one of the files in the config directory of this package? > >This is probably a very simple matter, but I have googled around and >cannot find an answer. Any comments, suggestions or advice would be >greatly appreciated. Assuming you're building from source, and following their directions found here: http://jackit.sourceforge.net/docs/faq.php#a7 you would supply that option to the configure script that you run before doing a make. -Glenn >Thanks, >Lawrence > >JACK README > >Welcome to JACK, the Jack Audio Connection Kit. > >Please see the website (http://jackit.sf.net/) for more information. > >NOTE: If you are using reiserfs or ext3fs or anything except ext2fs >for the directory where JACK puts its temporary files (/tmp by >default), then the JACK team recommends that you do *one* of the >following: > >---------------------------- > >Mount a tmpfs on /tmp. You should have a lot of swap space available >in case some programs try to write very large files there. >In your /etc/fstab add a line: > > none /tmp tmpfs defaults 0 0 > >You'll probably want to reboot here, or kill X then 'mount /tmp'. > >---- OR ---- > >Alternatively, you can do this without affecting your /tmp: > ># mkdir /mnt/ramfs > >[edit /etc/fstab and add the following line] >none /mnt/ramfs tmpfs defaults 0 0 > >Then add --with-default-tmpdir=/mnt/ramfs to the JACK configure >line when you build it. No clients need to be recompiled. > >------------------------------ > >Failure to do one of these could lead to extremely poor performance from JACK, >since its normal operation will cause bursts of disk I/O that are >completely unnecessary. This suggestion can also be used by ext2fs >users if they wish. > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"