From owner-freebsd-questions Thu Oct 31 11:11:20 2002 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 C22A637B401 for ; Thu, 31 Oct 2002 11:11:18 -0800 (PST) Received: from nic.upatras.gr (nic.upatras.gr [150.140.129.30]) by mx1.FreeBSD.org (Postfix) with SMTP id 8148D43E3B for ; Thu, 31 Oct 2002 11:11:15 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 29354 invoked from network); 31 Oct 2002 19:04:00 -0000 Received: from upnet-dialinpool-39.upnet.gr (HELO gray.sea.gr) (root@150.140.128.215) by nic.upatras.gr with SMTP; 31 Oct 2002 19:04:00 -0000 Received: from gray.sea.gr (gray [127.0.0.1]) by gray.sea.gr (8.12.6/8.12.6) with ESMTP id g9VJBNh1016856; Thu, 31 Oct 2002 21:11:23 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by gray.sea.gr (8.12.6/8.12.6/Submit) id g9VHTcFc012118; Thu, 31 Oct 2002 19:29:38 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 31 Oct 2002 19:29:37 +0200 From: Giorgos Keramidas To: TooMany Mirrors Cc: freebsd-questions@freebsd.org Subject: Re: Several Questions of variny insanity Message-ID: <20021031172937.GA8316@gray.sea.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-10-31 02:03, TooMany Mirrors wrote: > Ok, so I have a couple of questions [...] Don't post many questions in one message. Answering one question in a message is ok, but trying to answer many is usually the cause of long, twisted and complicated threads. > I dual boot FreeBSD and SourceMage Linux and in FreeBSD I have > SourceMage mounted under /linux for linux root and linux usr as > /linux/usr etc. It came to me that what would happen if I were to > issue chroot /linux in FreeBSD? Would I essentially have a linux > system running without the "timely" reboot? That will not work. Many tools in the /linux root depend on features of the Linux kernel, and while you are booted into a FreeBSD kernel those features won't be available. You might try various tricks with the Linux compatibility of FreeBSD, but nobody can guarantee that everything will work as expected. > Anyways, I am running on a small network and am tring to figure out > how to name ip address so that I can do things like ssh laptop and > it work. You can always install a DHCP server to one of the machines of the local network, and use dhcp-client to grab addresses off it. Then a local name server can assign whatever names you feel like to the IP addresses. That's one option. Another option is (if all the machines of the local network are running UNIX) to use /etc/hosts files that you copy around, and avoid running a local name server. > Also, as I have disscused before I have a IDE CD-RW drive and can't > get SCSI emulation to work, which I now just accept. But what is > the eaiset way, using burncd, to make mp3s/oggs into a red book > audio cd? Is there a cheat sheet, app or shell script that will do > that? Read the manpage of burncd. You should be able to convert mp3 or other audio formats to .wav files and then use: # burncdd -f /dev/acd0 audio lala.wav koko.wav fixate For more details on burncd options, look at the manpage. Giorgos. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message