From owner-freebsd-questions Sun Jul 2 0: 5:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kestrel.prod.itd.earthlink.net (kestrel.prod.itd.earthlink.net [207.217.121.155]) by hub.freebsd.org (Postfix) with ESMTP id 5A93137BA47 for ; Sun, 2 Jul 2000 00:05:50 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from dialin-client.earthlink.net (pool0348.cvx20-bradley.dialup.earthlink.net [209.179.251.93]) by kestrel.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id AAA28571; Sun, 2 Jul 2000 00:05:44 -0700 (PDT) Received: (from cjc@localhost) by dialin-client.earthlink.net (8.9.3/8.9.3) id AAA02542; Sun, 2 Jul 2000 00:04:15 -0700 (PDT) Date: Sun, 2 Jul 2000 00:04:14 -0700 From: "Crist J. Clark" To: steinyv Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NFS Message-ID: <20000702000413.I1820@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <20000701211659.C1820@dialin-client.earthlink.net> <4.2.0.58.20000701215228.00a0bdb0@> <4.2.0.58.20000701215228.00a0bdb0@> <4.2.0.58.20000702012559.009b2e80@> <4.2.0.58.20000702021130.009ce120@> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <4.2.0.58.20000702021130.009ce120@>; from steinyv@skyweb.net on Sun, Jul 02, 2000 at 02:17:15AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 02:17:15AM -0400, steinyv wrote: > At 01:46 AM 7/2/00 , you wrote: > >At 12:16 AM 7/2/00 , you wrote: > >>On Sat, Jul 01, 2000 at 09:52:34PM -0400, steinyv wrote: > >> > Ok, newbie here. I installed successfully on one machine (Im a pro at > >> that > >> > now). Since my machines are not connected to the internet (yet), its only > >> > for practise, I gave the first machine the fake hostname of > >> > "gw.example.net" (sound familiar) with a fake ip address. The output of > >> > ifconfig -a shows my nic interface (ed0) witht the ip address and the > >> > loopback device. I entered the info as described for an nfs server from > >> > the handbook. > >> > >>OK, so take us through the steps. You made an exports(5) file. You > >>made sure portmap(8) was running. If mountd(8) was running, you gave > >>it a SIGHUP. If it was not, you started it. Right? Were there error > >>messages at any point? Any messages in /var/log/messages? > >>-- > >>Crist J. Clark cjclark@alum.mit.edu > > > >I made the exports file "/cdrom -ro 192.168.0.2" > >portmap was running as a daemon > >mountd was running, but I passed over the SIGHUP part > >Everything seems ok on the server side..... > >I tried again with different ip address (just to make me feel > >comfortable), and this time on the client during the setup I used the ip > >address instead because of lack of name server, so I used "192.168.0.1:/cdrom" > >and this time it returned "Unable to transfer the bin file. Do you want > >to try again." > >Ill try that SIGHUP thing and report back. > Well I tried the SIGHUP thing and I got the same results. This step is required. You have to tell mountd(8) to re-read the exports(5) file whenever changes are made. > I started the install again and these were the errors==> > "Unable to transfer the bin distribution from 192.168.0.1:/cdrom. > Do you want to try to retrieve it again?" > On the second console where all the messages are there was ==> > "mount_nfs: can't update /var/db/mounttab for 192.168.0.1:/cdrom" > Dont know what that 2nd message is about, anyone.......someone, help me??? IIRC, without looking at the source, that is a non-fatal message. Let's determine if the problem is at the server or client. Can the server mount its own exported filesystem? # cat /etc/exports /cdrom -ro -network 192.168.0.0 -mask 255.255.255.0 # kill -HUP `cat /var/run/mountd.pid` # mount 192.168.0.1:/cdrom /mnt And see what happens. Have you been checking /var/log/messages on the server to see what it might be reporting? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 0: 9: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dastor.albury.net.au (dastor.albury.NET.AU [203.15.244.203]) by hub.freebsd.org (Postfix) with ESMTP id 2401E37B857 for ; Sun, 2 Jul 2000 00:09:05 -0700 (PDT) (envelope-from nicks@dastor.albury.net.au) Received: (from nicks@localhost) by dastor.albury.net.au (8.10.2/8.10.2) id e6278nb45672; Sun, 2 Jul 2000 17:08:49 +1000 (EST) Date: Sun, 2 Jul 2000 17:08:49 +1000 From: Nick Slager To: Brian Cc: freebsd-questions@FreeBSD.ORG Subject: Re: dell inspiron 3500 Message-ID: <20000702170849.A45428@albury.net.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from bri@sonicboom.org on Fri, Jun 30, 2000 at 12:16:53PM -0700 X-Homer: Whoohooooooo! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Brian (bri@sonicboom.org): > Anyone tried bsd or linux with the above laptop. If you were successful, Yes, I have a 3500 with 3.2 installed. Works fine - X, sound and all. > which versions? My main concern is the pcmcia 10/100 ethernet card, a > 3com 3ccfe575bt I believe.. I ordered mine sans ethernet - added a Xircom Realport combo later on. Nick. -- From a Sun Microsystems bug report (#4102680): "Workaround: don't pound on the mouse like a wild monkey." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 0:17:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dastor.albury.net.au (dastor.albury.NET.AU [203.15.244.203]) by hub.freebsd.org (Postfix) with ESMTP id A634337B973 for ; Sun, 2 Jul 2000 00:17:06 -0700 (PDT) (envelope-from nicks@dastor.albury.net.au) Received: (from nicks@localhost) by dastor.albury.net.au (8.10.2/8.10.2) id e627Gks45816; Sun, 2 Jul 2000 17:16:46 +1000 (EST) Date: Sun, 2 Jul 2000 17:16:46 +1000 From: Nick Slager To: Jonathan Belson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: [Q] FreeBSD 4.0 and Xircom ethernet cards? Message-ID: <20000702171646.B45428@albury.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000501bfe3b1$26522f20$03fea8c0@local>; from jon@dookie.demon.co.uk on Sun, Jul 02, 2000 at 12:07:37AM +0100 X-Homer: Whoohooooooo! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Jonathan Belson (jon@dookie.demon.co.uk): > Has anyone managed to get Scott Mitchell's Xircom driver to work under > 4.0-RELEASE? > I tried the latest archive from his website (1.20 dated last year some time) > but it wouldn't > compile - it worked nicely under 3.4 though. The xe driver doesn't work under 4.0-RELEASE. It does, however, work under 4.0-STABLE as of ~2-3 weeks ago (from memory). Nick. -- From a Sun Microsystems bug report (#4102680): "Workaround: don't pound on the mouse like a wild monkey." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 0:19:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web902.mail.yahoo.com (web902.mail.yahoo.com [128.11.23.77]) by hub.freebsd.org (Postfix) with SMTP id 2549137B53F for ; Sun, 2 Jul 2000 00:19:20 -0700 (PDT) (envelope-from hwhleung@yahoo.com) Received: (qmail 2624 invoked by uid 60001); 2 Jul 2000 07:19:19 -0000 Message-ID: <20000702071919.2623.qmail@web902.mail.yahoo.com> Received: from [205.252.144.27] by web902.mail.yahoo.com; Sun, 02 Jul 2000 15:19:19 CST Date: Sun, 2 Jul 2000 15:19:19 +0800 (CST) From: =?big5?q?Leung=20Henry?= Subject: Install JDK in FreeBSD To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am trying to install Java JDK from a CD to my hard disk that has FreeBSD. I think there is a "gz" file in the CD, but I don't know what command to "see" and copy it to /tmp of my FreeBSD system. Only after it is copied to /tmp could I start to decompress the "gz" file. Could anyone tell me the commands that: 1. list files in my CD disk. The drive is mounted to /dev/hdc 2. copy the file from CD to /tmp of the hard disk Besides, could I use FreeBSD to dial up to Sun web site? Before I could do that, what procedure to run to setup the system so that it recognizes my modem? And any browser I could find? Thanks in advance. Regards, Henry _________________________________________________________ Do You Yahoo!? 登記免費的 @yahoo.com 中文電子郵件 @ http://chinese.mail.yahoo.com Get your free @yahoo.com address at http://chinese.mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 0:21:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.idx.com.au (pop.idx.com.au [203.14.30.10]) by hub.freebsd.org (Postfix) with ESMTP id BB52637B53F for ; Sun, 2 Jul 2000 00:21:42 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from dannyh.freebsd.org (tntwc01-3-102.idx.com.au [203.166.3.102]) by pop.idx.com.au (8.9.3/8.9.3) with SMTP id RAA03916; Sun, 2 Jul 2000 17:20:43 +1000 From: Danny To: cjclark@alum.mit.edu, "Crist J. Clark" Subject: Re: Zip drive and MAKEDEV? --help(solved) Date: Sun, 2 Jul 2000 17:26:51 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain Cc: Kent Stewart , freebsd-questions@FreeBSD.ORG References: <20000701222340.F1820@dialin-client.earthlink.net> MIME-Version: 1.0 Message-Id: <00070217270802.00326@dannyh.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Don't worry I solved the problem On Sun, 02 Jul 2000, Crist J. Clark wrote: > On Sun, Jul 02, 2000 at 03:09:05PM +1000, Danny wrote: > > > > > > backup# mount_msdos /dev/da0s4 /zip > > mount_msdos: /dev/da0s4: Device not configured > > # ls -l da0* > # fdisk da0 > > What do they say? > -- > Crist J. Clark cjclark@alum.mit.edu -- ---------------------------------------------------------------- You are not authorized to use my email address for any purpose. This is a violation of my privacy. Remove my email address from your databases immediately. ---------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 0:32:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kestrel.prod.itd.earthlink.net (kestrel.prod.itd.earthlink.net [207.217.121.155]) by hub.freebsd.org (Postfix) with ESMTP id 7514137BD28 for ; Sun, 2 Jul 2000 00:32:23 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from dialin-client.earthlink.net (pool0648.cvx20-bradley.dialup.earthlink.net [209.179.252.138]) by kestrel.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id AAA06164; Sun, 2 Jul 2000 00:30:57 -0700 (PDT) Received: (from cjc@localhost) by dialin-client.earthlink.net (8.9.3/8.9.3) id AAA02581; Sun, 2 Jul 2000 00:29:25 -0700 (PDT) Date: Sun, 2 Jul 2000 00:28:44 -0700 From: "Crist J. Clark" To: Bill Barnes Cc: cjclark@alum.mit.edu, freebsd questions Subject: Re: Ports via FTP Message-ID: <20000702002843.J1820@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <398F046C@operamail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <398F046C@operamail.com>; from bbarnes@operamail.com on Sun, Jul 02, 2000 at 01:55:41AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 01:55:41AM -0400, Bill Barnes wrote: > I created the wrong impression. It isn't FreeBSD that I'm worried about, it's > the crackers. > This afternoon and evening the download was stalled a lot and there is some > offline peparation time and I've read there is significant risk in connecting > to the internet as root. > It doesn't matter too much right now because I just installed and haven't > anything to lose. I was logged in as root for other maintenance and, frankly, > forgot about that until I started the ftp. > If i login as non-root, establish the internet connection, then su for the ftp > process, does that eliminate the risk of 'root online'; or maybe I am worried > about a non-problem. Hmmm... I'm still not quite understanding you. How do you log in as non-root to establish the Internet conncetion, _then_ ftp after su'ing to root. I mean, isn't the ftp connection the "Internet connection" we are talking about? So I'm not sure what "root on-line" risk you are talking about either. To me, that might typically be logging into a machine as root remotely. That is, being root on the remote machine, not locally, with the accompanying risk being to the remote machine. The problem is that authenication is going out over the network as well as everything you type (so it better be encrypted). There can be risks to both local and remote machines if you are running X as root over a net (not doing that, right?). In this case, you are using things like anonymous ftp or http to connect to other machines. This is only a risk if you do not feel safe with FreeBSD's ftp, fetch, or whatever application you may use to connect to the untrusted machine. If misbehavior on the remote server can get your ftp client, which is running as root, to do bad things (like execute arbitrary code), then you are in trouble. There is some risk there. Never connect to an untrusted machine using lynx from root, lynx has known buffer overflows (I forget if exploits have been demonstrated). I, personally, would never use Netscape as root for similar reasons and others. However, I feel that ftp and fetch are pretty safe and regularly use root to do a port install from end-to-end. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 0:32:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bico-de-lacre.iqm.unicamp.br (bico-de-lacre.iqm.unicamp.br [143.106.51.234]) by hub.freebsd.org (Postfix) with ESMTP id 1E1E837BD5C for ; Sun, 2 Jul 2000 00:32:38 -0700 (PDT) (envelope-from atabraga@bico-de-lacre.iqm.unicamp.br) Received: by bico-de-lacre.iqm.unicamp.br (Postfix, from userid 1001) id B045C19C0; Sun, 2 Jul 2000 04:32:35 -0300 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit Message-ID: <14686.61459.662438.874477@bico-de-lacre.iqm.unicamp.br> Date: Sun, 2 Jul 2000 04:32:35 -0300 (EST) From: Ataualpa Albert Carmo Braga To: =?big5?q?Leung=20Henry?= Cc: questions@freebsd.org Subject: Re: Install JDK in FreeBSD In-Reply-To: <20000702071919.2623.qmail@web902.mail.yahoo.com> References: <20000702071919.2623.qmail@web902.mail.yahoo.com> X-Mailer: VM 6.75 under Emacs 20.3.1 Reply-To: atabraga@iqm.unicamp.br X-URL: http://www.iqm.unicamp.br Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mount your cdrom: mount_cd9660 /dev/acd0 /cdrom mount -t cd9660 /dev/acd0c /cdrom (ATAPI) mount_cd9660 /dev/cd0 /cdrom (SCSI) Than use it like a normal file system. Ata. on Sunday, 2 Jul 2000 15:19:19, =?big5?q?Leung=20Henry?= wrote: > Hi, > > I am trying to install Java JDK from a CD to my hard > disk that has FreeBSD. I think there is a "gz" file > in the CD, but I don't know what command to "see" and > copy it to /tmp of my FreeBSD system. Only after it > is copied to /tmp could I start to decompress the "gz" > file. > > Could anyone tell me the commands that: > 1. list files in my CD disk. The drive is mounted to > /dev/hdc > 2. copy the file from CD to /tmp of the hard disk > > Besides, could I use FreeBSD to dial up to Sun web > site? Before I could do that, what procedure to run > to setup the system so that it recognizes my modem? > And any browser I could find? > > Thanks in advance. > > Regards, > Henry > > > > _________________________________________________________ > Do You Yahoo!? > 登記免費的 @yahoo.com 中文電子郵件 @ http://chinese.mail.yahoo.com > Get your free @yahoo.com address at http://chinese.mail.yahoo.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Ataualpa Albert Carmo Braga atabraga@iqm.unicamp.br http://www.iqm.unicamp.br To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 1: 8:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.infoave.net (smtp02.infoave.net [165.166.0.27]) by hub.freebsd.org (Postfix) with ESMTP id D05F637BD93 for ; Sun, 2 Jul 2000 01:08:40 -0700 (PDT) (envelope-from cook@InfoAve.Net) Received: from cook ("port 1060"@[208.236.130.147]) by SMTP00.InfoAve.Net (PMDF V5.2-33 #45321) with SMTP id <01JRA0W89DFI8ZFO79@SMTP00.InfoAve.Net> for FreeBSD-questions@FreeBSD.ORG; Sun, 2 Jul 2000 04:08:25 EDT Date: Sun, 02 Jul 2000 04:11:05 -0400 From: Larry A Cook JR Subject: ISA Modem Setup on FreeBSD 4.0 To: FreeBSD-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG First, allow me to apologize for such a posting. As a member of several C/C++ mailing lists, I know how frustrating easy and often repeated posts can be for other members. I'm running FreeBSD 4.0 as a development box for my MUD. While waiting for my LAN to be installed I have been attempting to install an internal ISA modem without any luck, mostly due to my inexperience I'm sure. I have an ISA Creative Modem Blaster DI5601 which shows up as: Unknown0: at port 0x3e8-0x3ef IRQ5 on ISA0 I attempted to add "controller pnp0" to the kernel before learning that this option was removed in 4.0. I searched the archives for similar problems but turned up nothing that was much assistance in fixing the problem. Either the "controller pnp0" was the solution to similar inquires or they were a different problem all together. I'd greatly appreciate someone pointing a newbie in the right direction as simplistic as possible. Thank you... Larry A. Cook, JR. Administrator Sue's Antiques Http://www.sues-antiques.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 1:34:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from operamail.com (OperaMail.com [199.29.68.79]) by hub.freebsd.org (Postfix) with ESMTP id D6CF337BAB5 for ; Sun, 2 Jul 2000 01:34:18 -0700 (PDT) (envelope-from bbarnes@operamail.com) X-WM-Posted-At: operamail.com; Sun, 2 Jul 00 04:37:10 -0400 X-WebMail-UserID: bbarnes Date: Sun, 2 Jul 2000 04:37:10 -0400 From: Bill Barnes To: cjclark@alum.mit.edu Cc: freebsd questions Subject: RE: Ports via FTP Message-ID: <398FACC7@operamail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: InterChange (Hydra) SMTP v3.61.06 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >===== Original Message From cjclark@alum.mit.edu ===== >On Sun, Jul 02, 2000 at 01:55:41AM -0400, Bill Barnes wrote: >> I created the wrong impression. It isn't FreeBSD that I'm worried about, it's >> the crackers. >> This afternoon and evening the download was stalled a lot and there is some >> offline peparation time and I've read there is significant risk in connecting >> to the internet as root. >> It doesn't matter too much right now because I just installed and haven't >> anything to lose. I was logged in as root for other maintenance and, frankly, >> forgot about that until I started the ftp. >> If i login as non-root, establish the internet connection, then su for the ftp >> process, does that eliminate the risk of 'root online'; or maybe I am worried >> about a non-problem. > >Hmmm... I'm still not quite understanding you. How do you log in as >non-root to establish the Internet conncetion, _then_ ftp after su'ing >to root. I mean, isn't the ftp connection the "Internet connection" we >are talking about? > >Crist J. Clark cjclark@alum.mit.edu Here's the configuration I might use. Login as non-root In screen 1 connect to my ISP and in the same screen execute Netscape In screen 2 (for comfort) bring up xterm and su, ftp Now I can browse, email, whatever while the ftp process does its thing. Hence, I am connected to a trusted machine and who knows what else. That sounds like my ftp connection is exposed thru the browser connections. But isn't the ftp connection exposed to an intruder anyway. Hope I don't appear too dense hear but I haven't the foggiest about cracker technology. Bill Barnes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 1:56: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web3204.mail.yahoo.com (web3204.mail.yahoo.com [204.71.202.201]) by hub.freebsd.org (Postfix) with SMTP id B743937BB80 for ; Sun, 2 Jul 2000 01:56:00 -0700 (PDT) (envelope-from danfairs@yahoo.co.uk) Message-ID: <20000702085556.9033.qmail@web3204.mail.yahoo.com> Received: from [194.83.240.35] by web3204.mail.yahoo.com; Sun, 02 Jul 2000 09:55:55 BST Date: Sun, 2 Jul 2000 09:55:55 +0100 (BST) From: =?iso-8859-1?q?Daniel=20Fairs?= Subject: Upgrading To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi everyone, I currently have a box running FreeBSD 4.0-RELEASE. I'd like to replace this machine, but want to avoid having to reinstall and reconfigure everything. If I remove the drive from the current machine and pop it into the new one, should it boot and everything work OK? I'd recompile the kernel when the operation was done, assuming it all works. Thanks, Dan ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 2:28:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from finch-post-10.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (Postfix) with ESMTP id B829937BE4F for ; Sun, 2 Jul 2000 02:28:48 -0700 (PDT) (envelope-from jon@dookie.demon.co.uk) Received: from dookie.demonadsltrial.co.uk ([193.195.64.228] helo=dookie.demon.co.uk) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 138g3S-000EvD-0A; Sun, 2 Jul 2000 09:28:46 +0000 Message-ID: <395F19B4.C4C08AAA@dookie.demon.co.uk> Date: Sun, 02 Jul 2000 10:30:12 +0000 From: Jonathan Belson Reply-To: jon@dookie.demon.co.uk Organization: Jon's Place X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Nick Slager Cc: freebsd-questions@FreeBSD.ORG Subject: Re: [Q] FreeBSD 4.0 and Xircom ethernet cards? References: <20000702171646.B45428@albury.net.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nick Slager wrote: > > Thus spake Jonathan Belson (jon@dookie.demon.co.uk): > > > Has anyone managed to get Scott Mitchell's Xircom driver to work under > > 4.0-RELEASE? > The xe driver doesn't work under 4.0-RELEASE. It does, however, work under > 4.0-STABLE as of ~2-3 weeks ago (from memory). Aha. Will an update be released or will I have to wait until 4.1 comes out (some time this month AIUI)? C-YA Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 3:21:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.inwind.it (relay1.inwind.it [212.141.53.67]) by hub.freebsd.org (Postfix) with ESMTP id 2D88037BE2A for ; Sun, 2 Jul 2000 03:20:46 -0700 (PDT) (envelope-from bartequi@neomedia.it) Received: from bartequi.ottodomain.org (212.141.78.36) by relay1.inwind.it; 2 Jul 2000 12:20:37 +0200 From: Salvo Bartolotta Date: Sun, 02 Jul 2000 11:22:49 GMT Message-ID: <20000702.11224900@bartequi.ottodomain.org> Subject: RE: Ports via FTP To: Bill Barnes Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <398FACC7@operamail.com> References: <398FACC7@operamail.com> X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Here's the configuration I might use. > Login as non-root > In screen 1 connect to my ISP and in the same screen execute Netscape > In screen 2 (for comfort) bring up xterm and su, ftp > Now I can browse, email, whatever while the ftp process does its thing. > Hence, I am connected to a trusted machine and who knows what else. That > sounds like my ftp connection is exposed thru the browser connections.= But > isn't the ftp connection exposed to an intruder anyway. > Hope I don't appear too dense hear but I haven't the foggiest about cracker > technology. > Bill Barnes Dear Bill Barnes, I seem to understand you are speaking of your homebox. If that is the case, you may wish to disable **all** unnecessary services in /etc/rc.conf (sendmail, portmap, etc.); if you run X, you might want to issue "startx [...] -- -nolisten tcp". This may be a very simple/simplistic method, but it allows you to surf the 'Net with a reasonable degree of security -- until you get to know a little more about services & security (cf security(7), handbook, etc.) 'netstat -an' will tell you which ports are open (LISTEN). As you can imagine, an open port ~ a possible means of attack for a cracker. Personally, I would advise you to configure a (stateful) packet filter (man ipfw or man ipf): there is a tutorial on the FreeBSD web site (tutorials section), which is an excellent starting point. Next, you may wish to install e.g. nmap (via the port in /usr/ports/security/nmap), connect to the Internet, and ... scan yourself (ie feed nmap with your dynamic IP). You should probably get something like "host seems down" if you have closed all holes, and installed a (stateful) firewall. So far so good. Then you will want to run 'nmap -P0' and wait until it completes (it may even take half an hour). If you are told no ports are open (e.g. all ports are filtered), you can **begin** to feel a little more confortable ... Since it is a homebox, you might want to configure a kernel with TCP_DROP_SYNFIN (against OS fingerprinting), TCP_RESTRICT_RST, ICMP_BANDLIM options (one never knows). Once you are done, 'nmap -O your_dynamic_IP' will not easily detect your OS. I hope this helps just a bit, Salvo P.S. hacker (constructive connotations) !=3D cracker (destructive connotations) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 3:57:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.on.home.com (ha1.rdc2.on.home.com [24.9.0.15]) by hub.freebsd.org (Postfix) with ESMTP id 0B89D37B77D for ; Sun, 2 Jul 2000 03:57:25 -0700 (PDT) (envelope-from generic@unitedtamers.com) Received: from unitedtamers.com ([24.68.108.159]) by mail.rdc2.on.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000702105723.FSWE14115.mail.rdc2.on.home.com@unitedtamers.com>; Sun, 2 Jul 2000 03:57:23 -0700 Message-ID: <395F2033.20AB83A8@unitedtamers.com> Date: Sun, 02 Jul 2000 06:57:55 -0400 From: Generic Player X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Josh Paetzel , questions@freebsd.org Subject: Re: amd k6-2 550 vs p2 300 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I think what you are seeing is the benefits of the p2's onboard cache > running at 1/2 of core speed. There are significant achitechture > differences between the socket 7 and slot one processors that make mghz > comparisons a poor judge of performance when comparing between them. I have > noticed that my P2-350 is quite a bit faster than a comparably set up k6-2 > 450 that I have played around with, so I don't think you are "doing it > wrong" or anything like that. > > Um, huh? Why would having a slower cache be a benefit? Quite a bit faster doing what kind of operations and on what OS if I may ask? I find that freebsd gets alot more out of the k-6 line once you compile a kernel using the tweaks for k-6 chips, and windows seemingly intentionally dogs with an AMD chip. A k-6 II should be roughly the same, or a little faster than the same clock speed p2 in everything except FPU. The only thing a p2 should be noticably faster for is 3d apps. Do you have k-6 write allocate enabled in your BIOS and kernel? Generic Player To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 4:13:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www0u.netaddress.usa.net (www0u.netaddress.usa.net [204.68.24.50]) by hub.freebsd.org (Postfix) with SMTP id 07C1637B973 for ; Sun, 2 Jul 2000 04:13:41 -0700 (PDT) (envelope-from damonblom@netscape.net) Received: (qmail 18121 invoked by uid 60001); 30 Jun 2000 00:26:06 -0000 Message-ID: <20000630002606.18120.qmail@www0u.netaddress.usa.net> Received: from 204.68.24.50 by www0u for [209.160.19.238] via web-mailer(34WB1.4.03) on Fri Jun 30 00:26:06 GMT 2000 Date: 29 Jun 00 17:26:06 PDT From: damon blom To: questions@freebsd.org Subject: CDRW backup X-Mailer: USANET web-mailer (34WB1.4.03) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a nec pentium III with CD-RW cdrom from LG adaptec: acd1: CD-RW ; Sun, 2 Jul 2000 04:18:05 -0700 (PDT) (envelope-from nicks@dastor.albury.net.au) Received: (from nicks@localhost) by dastor.albury.net.au (8.10.2/8.10.2) id e62BHkk49332; Sun, 2 Jul 2000 21:17:46 +1000 (EST) Date: Sun, 2 Jul 2000 21:17:46 +1000 From: Nick Slager To: Jonathan Belson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: [Q] FreeBSD 4.0 and Xircom ethernet cards? Message-ID: <20000702211746.A49153@albury.net.au> References: <20000702171646.B45428@albury.net.au> <395F19B4.C4C08AAA@dookie.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <395F19B4.C4C08AAA@dookie.demon.co.uk>; from jon@dookie.demon.co.uk on Sun, Jul 02, 2000 at 10:30:12AM +0000 X-Homer: Whoohooooooo! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Jonathan Belson (jon@dookie.demon.co.uk): > Nick Slager wrote: > > > > Thus spake Jonathan Belson (jon@dookie.demon.co.uk): > > > > > Has anyone managed to get Scott Mitchell's Xircom driver to work under > > > 4.0-RELEASE? > > > The xe driver doesn't work under 4.0-RELEASE. It does, however, work under > > 4.0-STABLE as of ~2-3 weeks ago (from memory). > > Aha. Will an update be released or will I have to wait until 4.1 > comes out (some time this month AIUI)? You can update to -STABLE whenever you like :-) Have a look at http://www.freebsd.org/handbook/current-stable.html for full information. Basically, you need to do a source code upgrade via cvsup or similar, then 'make world'. Or, wait for 4.1. I think it'll be out around July 25. Nick. -- From a Sun Microsystems bug report (#4102680): "Workaround: don't pound on the mouse like a wild monkey." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 4:48:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.on.home.com (ha1.rdc2.on.home.com [24.9.0.15]) by hub.freebsd.org (Postfix) with ESMTP id E882A37B592 for ; Sun, 2 Jul 2000 04:48:48 -0700 (PDT) (envelope-from generic@unitedtamers.com) Received: from unitedtamers.com ([24.68.108.159]) by mail.rdc2.on.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000702114847.FUKG14115.mail.rdc2.on.home.com@unitedtamers.com> for ; Sun, 2 Jul 2000 04:48:47 -0700 Message-ID: <395F2C3F.CCDAB6E1@unitedtamers.com> Date: Sun, 02 Jul 2000 07:49:19 -0400 From: Generic Player X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: make deinstall? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, What else do I have to do to remove a program besides make deinstall? How do I find and remove all the documentation and configuration files that the program spreads around my drive? Thanks Generic Player To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 5: 5:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.inwind.it (relay1.inwind.it [212.141.53.67]) by hub.freebsd.org (Postfix) with ESMTP id 2E0E537BC19 for ; Sun, 2 Jul 2000 05:05:37 -0700 (PDT) (envelope-from bartequi@inwind.it) Received: from bartequi.ottodomain.org (212.141.78.37) by relay1.inwind.it; 2 Jul 2000 14:05:35 +0200 From: Salvo Bartolotta Date: Sun, 02 Jul 2000 13:07:48 GMT Message-ID: <20000702.13074800@bartequi.ottodomain.org> Subject: Re: make deinstall? To: Generic Player , freebsd-questions@FreeBSD.ORG In-Reply-To: <395F2C3F.CCDAB6E1@unitedtamers.com> References: <395F2C3F.CCDAB6E1@unitedtamers.com> X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 7/2/00, 12:49:19 PM, Generic Player wrote = regarding make deinstall?: > Hi, > What else do I have to do to remove a program besides make deinstall? > How do I find and remove all the documentation and configuration files= > that the program spreads around my drive? > Thanks > Generic Player Dear "Generic Player", 'make deinstall', generally speaking, will not always work.=20 I wrote a detailed enough letter on this subject ("updating ports" or=20 something to that effect) a few weeks ago; if it is not available in=20 the archives, I'll send you a copy. Best regards, Salvo P.S. I am a very **specific** player: I ONLY play chess :-))=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 5:22:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web314.mail.yahoo.com (web314.mail.yahoo.com [216.115.105.79]) by hub.freebsd.org (Postfix) with SMTP id CB8CA37BCA7 for ; Sun, 2 Jul 2000 05:22:55 -0700 (PDT) (envelope-from crazyharshu@yahoo.com) Message-ID: <20000702122255.3371.qmail@web314.mail.yahoo.com> Received: from [164.100.54.34] by web314.mail.yahoo.com; Sun, 02 Jul 2000 05:22:55 PDT Date: Sun, 2 Jul 2000 05:22:55 -0700 (PDT) From: harsha Subject: gnuplot. error msg To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi , i have installed the freebsd3.3 on my sysintem just the bin dist proflibs and compat 22,21. i then installed gnuplot. but gave me this error /usr/libexec/ld_elf.so.1 shared object libgd.so.0 not found. i have confugired my system for kde desktop. i have not installed anything as due to space constarints. an somebody be kind enough tell me as how deal with this errer , which package to install.. thanks in advance regards harsha __________________________________________________ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 5:23:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from adsl-63-194-112-53.dsl.snlo01.pacbell.net (adsl-63-194-112-53.dsl.snlo01.pacbell.net [63.194.112.53]) by hub.freebsd.org (Postfix) with SMTP id 6F80637BCA7 for ; Sun, 2 Jul 2000 05:23:10 -0700 (PDT) (envelope-from bsd@info-logix.com) Received: (qmail 8726 invoked from network); 2 Jul 2000 12:23:13 -0000 Received: from unknown (HELO ibix) (192.168.1.3) by adsl-63-194-112-53.dsl.snlo01.pacbell.net with SMTP; 2 Jul 2000 12:23:13 -0000 From: "Hank Wethington" To: "Daniel Mahoney, Systems Admin" , Subject: RE: FrontPage SOLUTION Date: Sun, 2 Jul 2000 05:22:03 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG AMEN! It is a pain in the neck... and you are only slightly crazy trying to run FrontPage. Thanks for keeping the group posted as you get it going. Hank -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Daniel Mahoney, Systems Admin Sent: Saturday, July 01, 2000 11:16 PM To: questions@freebsd.org Subject: Frontpage SOLUTION Okay... I installed Frontpage FreeBSD on my 4.0 machine, and it seemed to go in fine (as in, passwords worked on virtual webs). Here's what I think some of the problems might have been (it still does not work on my 3.2 box, but I have resigned the issue). 1. My apache was located in a nonstandard place (it was the second apache running on that machine). (if the solution below does not help, I could conceivably try putting FP on my main apache, but I see this as a BAD idea.) 2. My apache was compiled with suexec. (I will try this without and see if it resolves the problem). 3. I was running 3.2 when RTR says it's compatible with 3.3 (hey, it could be crucial). I will continue to post if I get this resolved, for the sake of keeping it documented for those who may find help in the archives. Thanks, everyone, for all your help and insistence that I'm NOT crazy and this stuff IS a pain in the neck. -Dan Mahoney To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 5:48:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id 026B337B67E for ; Sun, 2 Jul 2000 05:48:42 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 26396 invoked from network); 2 Jul 2000 12:48:38 -0000 Received: from theory6.physics.iisc.ernet.in (qmailr@144.16.71.126) by theory1.physics.iisc.ernet.in with SMTP; 2 Jul 2000 12:48:38 -0000 Received: (qmail 32564 invoked by uid 211); 2 Jul 2000 12:48:32 -0000 Date: Sun, 2 Jul 2000 18:18:31 +0530 From: Rahul Siddharthan To: Salvo Bartolotta Cc: Generic Player , freebsd-questions@FreeBSD.ORG Subject: Re: make deinstall? Message-ID: <20000702181831.A32532@physics.iisc.ernet.in> Mail-Followup-To: Salvo Bartolotta , Generic Player , freebsd-questions@FreeBSD.ORG References: <395F2C3F.CCDAB6E1@unitedtamers.com> <20000702.13074800@bartequi.ottodomain.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000702.13074800@bartequi.ottodomain.org>; from bartequi@inwind.it on Sun, Jul 02, 2000 at 01:07:48PM +0000 X-Operating-System: Linux 2.2.15pre4 alpha Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Salvo Bartolotta said on Jul 2, 2000 at 13:07:48: > >>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< > > What else do I have to do to remove a program besides make deinstall? > > How do I find and remove all the documentation and configuration files > > that the program spreads around my drive? > > 'make deinstall', generally speaking, will not always work. > > I wrote a detailed enough letter on this subject ("updating ports" or > something to that effect) a few weeks ago; if it is not available in > the archives, I'll send you a copy. To me, make deinstall seems to work if the ports collection (and that specific port) hasn't been updated in the meantime. Otherwise, look into the /var/db/pkg directory for your program, and type pkg_delete That seems to work generally. I've heard that make deinstall actually calls pkg_delete. Rahul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 6:42:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tilapia.pang.pworld.net.ph (tilapia.pang.pworld.net.ph [203.176.27.5]) by hub.freebsd.org (Postfix) with ESMTP id 5233537B5E4 for ; Sun, 2 Jul 2000 06:42:10 -0700 (PDT) (envelope-from joel@tilapia.pang.pworld.net.ph) Received: from localhost (joel@localhost) by tilapia.pang.pworld.net.ph (8.10.0/8.10.0) with SMTP id e62DYWI01369 for ; Sun, 2 Jul 2000 21:35:05 +0800 Date: Sun, 2 Jul 2000 13:34:32 +0000 ( ) From: Joel Eusebio To: freebsd-questions@freebsd.org Subject: transparent proxy Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All, Do I have to tweak the GENERIC kernel on /usr/src/sys to activate ipfw and what does LINT do??? If so what are the values that I have to add in the GENERIC kernel or in the LINT in order for ipfw or natd to work??? BTW I'm setting up a transparent proxy on my 4.0-stable and I've posted this before and tried the suggestions that was given to me by some helpfull people but still I can't make transparent proxy to run. Thanks again ------------------------>jOEl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 7:45:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from camus.cybercable.fr (camus.cybercable.fr [212.198.0.200]) by hub.freebsd.org (Postfix) with SMTP id 63CA637BCFA for ; Sun, 2 Jul 2000 07:45:42 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 6996047 invoked from network); 2 Jul 2000 14:45:41 -0000 Received: from r224m65.cybercable.tm.fr (HELO gits.dyndns.org) ([195.132.224.65]) (envelope-sender ) by camus.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 2 Jul 2000 14:45:41 -0000 Received: (from root@localhost) by gits.dyndns.org (8.9.3/8.9.3) id QAA87629; Sun, 2 Jul 2000 16:45:40 +0200 (CEST) (envelope-from root) From: Cyrille Lefevre Posted-Date: Sun, 2 Jul 2000 16:45:40 +0200 (CEST) Message-Id: <200007021445.QAA87629@gits.dyndns.org> Subject: Re: Perl and 'make buildworld' for FreeBSD 4.0-Stable (fwd) To: freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Date: Sun, 2 Jul 2000 16:45:40 +0200 (CEST) Cc: mcerha@io.com, clefevre@citeweb.net Reply-To: clefevre@citeweb.net Organization: ACME X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C X-Mailer: ELM [version 2.4ME+ PL77 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Forwarded message from Cyrille Lefevre ----- From nobody Sun Jul 2 16:44:06 2000 Sender: root@pc166.gits.fr To: stable@FreeBSD.ORG Subject: Re: Perl and 'make buildworld' for FreeBSD 4.0-Stable References: <20000628153227.A14806@io.com> Reply-To: clefevre@citeweb.net X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C From: Cyrille Lefevre Date: 02 Jul 2000 16:44:05 +0200 In-Reply-To: Matthew Cerha's message of "Wed, 28 Jun 2000 15:32:27 -0500" Message-ID: X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "Canyonlands" Lines: 69 Xref: pc166.gits.fr sent-mail:75 X-Gnus-Article-Number: 75 Sun Jul 2 16:44:06 2000 Content-Length: 2762 Matthew Cerha writes: > I'm trying to update my 4.0-Release to Stable. I've installed and cvsup'd > the latest sources (as of this morning). However, during the 'make > buildworld' process, the compile craps out while making Perl. I searched the > lists and saw some similar problems posted in 1999, but I never found > a resolution. Any help would be greatly appreciated? Here's a snippet of > problem: > > Writing Makefile for DynaLoader > Warning: /usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/Config.pm may be out of date > with /usr/obj/usr/src/gnu/usr.bin/perl/perl/config.sh > cd /usr/obj/usr/src/gnu/usr.bin/perl/perl && make lib/Config.pm > `lib/Config.pm' is up to date. > Warning: /usr/obj/usr/src/gnu/usr.bin/perl/perl/config.h out of date with /usr/o > bj/usr/src/gnu/usr.bin/perl/perl/config.sh > *** Error code 1 (ignored) > Makefile out-of-date with respect to /usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/ > Config.pm /usr/obj/usr/src/gnu/usr.bin/perl/perl/config.h > Cleaning current config before rebuilding Makefile... > make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true > perl "-I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib" "-I/usr/obj/usr/src/gnu/usr. > bin/perl/perl/lib" Makefile.PL "INSTALLDIRS=perl" "PERL_SRC=/usr/obj/usr/src/gnu > /usr.bin/perl/perl" "INSTALLMAN3DIR=/usr/obj/usr/src/i386/usr/share/perl/man3" " > PERL=perl" "FULLPERL=perl" "DEFINE=-I/usr/obj/usr/src/i386/usr/include" "LINKTYP > E=static" "LIBS=-lperl -lm" > Writing Makefile for DynaLoader > ==> Your Makefile has been rebuilt. <== > ==> Please rerun the make command. <== > false > *** Error code 1 about 2 weeks ago, I had this problem too, but from stable-to-stable. the only difference w/ before was a make clean. since works was on perl at that time, I guessed the maintainer saw that and corrected that. finally, not. I apology to not say anithing about that. for instance, you can try the following things to bootstrap perl linkage : # cd /usr/obj/usr/src/gnu/usr.bin/perl # rm */config.h */writemain # cd /usr/src/gnu/usr.bin/perl # for i in *perl; do cd $PWD/$i; make config.h; done then check your config.h files to see something like : #if 42 == 1 using : # cd /usr/obj/usr/src/gnu/usr.bin/perl # for i in *perl; do sed -n '1499p' $i/config.h; done buggy config.h made by buildworld looks like this : #if == 1 I tried to understand why make buildworld != cd perl; make w/o success at all. if that not help on buidworld, try go back to the perl tree and build perl from here before to build the world. # cd /usr/src/gnu/usr.bin/perl # make Cyrille. -- home:mailto:clefevre@no-spam.citeweb.net Supprimer "no-spam." pour me repondre. work:mailto:Cyrille.Lefevre@no-spam.edf.fr Remove "no-spam." to answer me back. ----- End of forwarded message from Cyrille Lefevre ----- Cordiallement, Regards, Cyrille. -- Cyrille Lefevre 12, Rue de Bizerte 75017 Paris tel/fax: +33 (0)1 45 22 83 85 home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr icq: mailto:17089123@pager.icq.com http://wwp.icq.com/17089123 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 7:53:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.bna.bellsouth.net (mail1.bna.bellsouth.net [205.152.150.13]) by hub.freebsd.org (Postfix) with ESMTP id 0350A37BC89 for ; Sun, 2 Jul 2000 07:53:39 -0700 (PDT) (envelope-from lauasanf@bellsouth.net) Received: from damage (host-209-214-118-109.bna.bellsouth.net [209.214.118.109]) by mail1.bna.bellsouth.net (3.3.5alt/0.75.2) with SMTP id KAA14911; Sun, 2 Jul 2000 10:53:02 -0400 (EDT) From: Laurence Sanford Reply-To: lauasanf@bellsouth.net To: atabraga@iqm.unicamp.br, Ataualpa Albert Carmo Braga , questions@FreeBSD.ORG Subject: Re: [off topic] Pentium IV Date: Sun, 2 Jul 2000 08:56:12 -0500 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <14686.41738.626456.870733@bico-de-lacre.iqm.unicamp.br> In-Reply-To: <14686.41738.626456.870733@bico-de-lacre.iqm.unicamp.br> MIME-Version: 1.0 Message-Id: <00070208581901.19199@damage> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There are no details yet on the Pentium 4 (it is 4 btw, they've dropped the roman numerals) other than the fact that supposedly its architecture is as new and different from the rest of the P6 family as the Athlon's is. That, and supposedly, its going to run at very high (read start at 1.3Ghz) clock rates. Only time will fill in more of the sketchy details that have been released. On Sat, 01 Jul 2000, Ataualpa Albert Carmo Braga spoke unto us, and they said: > Any one know where can i see details about Pentium IV? Like benchmarks > (no windows ones), or articles ? > > Another question: When Intel released Pentium MMX the principal changes > from Pentium was some instructions in the processor, bud only > softwares ables to "look for" that instructions worked better. With > Pentium II ==> Pentium III was the same thing. My question is: Are > there projects in unix word that take care news softwares become ables > to works with this "instructions"? > > Thanks, > > Ata. > > PS: Sorry for so poor english. > > -- > Ataualpa Albert Carmo Braga atabraga@iqm.unicamp.br > http://www.iqm.unicamp.br > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Drew Sanford Email: lauasanf@bellsouth.net ICQ: 8690555 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "My mother said to me, if you become a soldier, you'll be a general, if you become a monk, you'll end up as the pope. Instead I became a painter and wound up as Picasso." -- Pablo Picasso To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 7:54:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mail.yahoo.com (smtp.mail.yahoo.com [128.11.68.32]) by hub.freebsd.org (Postfix) with SMTP id E417537BD19 for ; Sun, 2 Jul 2000 07:53:53 -0700 (PDT) (envelope-from sky_tracker@yahoo.com) Received: from unknown (HELO yahoo.com) (216.191.61.43) by smtp.mail.yahoo.com with SMTP; 2 Jul 2000 14:53:50 -0000 X-Apparently-From: Message-ID: <395F574C.C0BEE3E3@yahoo.com> Date: Sun, 02 Jul 2000 10:53:00 -0400 From: David Banning Organization: Sky-Tracker of Canada Inc. X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Lowell Gilbert , questions@freebsd.org Subject: Re: [freebsd-questions] some errors after 4 Stable upgrade References: <3958F205.30E17066@yahoo.com> <44bt0k36so.fsf@lowellg.ne.mediaone.net> <395D5B82.73502863@yahoo.com> <200007011805.OAA28389@world.std.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Lowell Gilbert wrote: > *Please* get rid of the sound entries from your kernel until > everything else works, and *then* start working on sound. I tried to > suggest this the first time, but I may hve been too subtle about it. > Trying to fix separate problems at boot time simultaneously is just > too much of a guessing game. OK, OK. I did that. I have been whittling down the number of drivers in the kernel to see if the conflict disappears, which it does not. > Try snd0. Or snd1, depending on which one is detected at boot time. > But, again, don't worry about sound until everything *else* comes up > fine at boot. I tried both snd0 and snd1 they seem to work. They remake a bunch of drivers, including dsp, dsp0 etc. By the way - although I used the name GENERIC on an earlier message, I was actually editing (and compiling) a different file. GENERIC is still fresh. I don't know if it will help, but I enclose my kernel conf file; Although now that I've eliminated so many drivers I really now wonder if the problem is a conflict here; Once again my errors are; Jul 2 03:47:46 tracker /kernel: fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 Jul 2 03:47:46 tracker /kernel: fdc0: FIFO enabled, 8 bytes threshold Jul 2 03:47:46 tracker /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 Jul 2 03:47:46 tracker /kernel: fd1: <1200-KB 5.25" drive> on fdc0 drive 1 Jul 2 03:47:46 tracker /kernel: WARNING: "fd" is usurping "fd"'s cdevsw[] Jul 2 03:47:46 tracker /kernel: WARNING: "fd" is usurping "fd"'s bmaj -------- and -------- Jul 2 03:47:47 tracker /kernel: lpt0: on ppbus0 Jul 2 03:47:47 tracker /kernel: lpt0: Interrupt-driven port Jul 2 03:47:47 tracker /kernel: plip0: on ppbus0 Jul 2 03:47:47 tracker /kernel: unknown0: at port 0x200-0x21f irq 5 on isa0 ------------------------------------------------------------------------------ # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.6 2000/06/22 06:03:12 peter Exp $ machine i386 #cpu I386_CPU #cpu I486_CPU cpu I586_CPU #cpu I686_CPU ident GENERIC maxusers 32 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS requiredoptions MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers #device ahb # EISA AHA1742 family #device ahc # AHA2940 and onboard AIC7xxx devices #device amd # AMD 53C974 (Teckram DC-390(T)) #device dpt # DPT Smartcache - See LINT for options! #device isp # Qlogic family #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets) #options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured #device adv0 at isa? device adw #device bt0 at isa? #device aha0 at isa? #device aic0 at isa? # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers #device ida # Compaq Smart RAID #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver #pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) #device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support #device card #device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 #device sio2 at isa? disable port IO_COM3 irq 5 #device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device tx # SMC 9432TX (83c170 ``EPIC'') #device vx # 3Com 3c590, 3c595 (``Vortex'') #device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. #device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. #device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 #device ex #device ep # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. #device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. #device an # The probe order of these is presently determined by i386/isa/isa_compat.c. #device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 #device fe0 at isa? port 0x300 #device le0 at isa? port 0x300 irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 irq 10 drq 0 #device cs0 at isa? port 0x300 #device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP #pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) #pseudo-device md # Memory "disks" #pseudo-device gif 4 # IPv6 and IPv4 tunneling #pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! #pseudo-device bpf #Berkeley packet filter # USB support #device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface device usb # USB Bus (required) #device ugen # Generic #device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet #sound devices #device pcm0 at isa? irq 10 drq 1 flags 0x0 #device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 #device sb0 at isa? port 0x220 irq 5 drq 1 #device sbxvi0 at isa? drq 5 #device sbmidi0 at isa? port 0x330 __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 8:13:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.melsa.net.id (mx2.melsa.net.id [202.138.224.13]) by hub.freebsd.org (Postfix) with ESMTP id DFA8B37B701 for ; Sun, 2 Jul 2000 08:13:25 -0700 (PDT) (envelope-from fitra@melsa.net.id) Received: from anvil.acme.net (ppp18.bdg.melsa.net.id [202.138.227.18]) by mx2.melsa.net.id (8.9.3/8.9.2) with ESMTP id WAA05433 for ; Sun, 2 Jul 2000 22:13:18 +0700 (JAVT) (envelope-from fitra@melsa.net.id) Received: (from fitra@localhost) by anvil.acme.net (8.9.3/8.9.3) id WAA02697 for freebsd-questions@freebsd.org; Sun, 2 Jul 2000 22:08:36 +0700 (JAVT) (envelope-from fitra@melsa.net.id) Date: Sun, 2 Jul 2000 22:08:36 +0700 From: "Fitra S. Alim" To: freebsd-questions@freebsd.org Subject: annoying message Message-ID: <20000702220835.A2676@anvil.acme.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i on FreeBSD 4.0-RELEASE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, One of my Internet providers produce this annoying messages: Jul 2 21:32:00 anvil pppd[409]: rcvd [CCP ConfAck id=0x40] Jul 2 21:32:00 anvil pppd[409]: rcvd [CCP ConfReq id=0x43 < 04 02>] Jul 2 21:32:00 anvil pppd[409]: sent [CCP ConfReq id=0x41 ] Jul 2 21:32:00 anvil pppd[409]: sent [CCP ConfRej id=0x43 < 04 02>] Jul 2 21:32:01 anvil pppd[409]: rcvd [CCP ConfRej id=0x41 ] Jul 2 21:32:01 anvil pppd[409]: sent [CCP ConfReq id=0x42] Jul 2 21:32:01 anvil pppd[409]: rcvd [CCP ConfReq id=0x44] Jul 2 21:32:01 anvil pppd[409]: sent [CCP ConfAck id=0x44] Jul 2 21:32:01 anvil pppd[409]: rcvd [CCP ConfAck id=0x42] Jul 2 21:32:01 anvil pppd[409]: rcvd [CCP ConfReq id=0x45 < 04 02>] The RD and SD indicators on my modem keep blinking, pumping outgoing data even there is no activity (eg. no browsing). Any explanation? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 8:22:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebsd1.firestorm2000.com (freebsd1.firestorm2000.com [204.141.99.101]) by hub.freebsd.org (Postfix) with ESMTP id 8583937B687 for ; Sun, 2 Jul 2000 08:22:48 -0700 (PDT) (envelope-from danm@firestorm2000.com) Received: from localhost (danm@localhost) by freebsd1.firestorm2000.com (8.9.3/8.9.3) with ESMTP id LAA39050 for ; Sun, 2 Jul 2000 11:30:36 -0400 (EDT) (envelope-from danm@firestorm2000.com) Date: Sun, 2 Jul 2000 11:30:36 -0400 (EDT) From: "Daniel Mahoney, Systems Admin" To: questions@freebsd.org Subject: Quotas, NFS, FSTAB Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey all....Quick question. I followed the handbook entry on quotas, and am going to be adding them on the client. I need to know if I need to add anything on the fstab entry of the NFS clients, like I do on the server? Thanks, Dan Mahoney To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 8:24:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail01.syd.optusnet.com.au (mail01.syd.optusnet.com.au [203.2.75.104]) by hub.freebsd.org (Postfix) with ESMTP id 231BD37B687 for ; Sun, 2 Jul 2000 08:24:19 -0700 (PDT) (envelope-from shaunbranden@dingoblue.net.au) Received: from dingoblue.net.au (adlax4-121.dialup.optusnet.com.au [198.142.83.121]) by mail01.syd.optusnet.com.au (8.9.3/8.9.3) with ESMTP id BAA12679 for ; Mon, 3 Jul 2000 01:24:13 +1000 Message-ID: <395F5F3F.CB40E704@dingoblue.net.au> Date: Mon, 03 Jul 2000 00:56:55 +0930 From: shaun X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: sendmail masquerading- another question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can anyone please help me with masquerading with sendmail? All mail sent to external sites bounces with an error saying that the domain doesn't exist. Here is some information which i hope helps. /etc/mail/sendmail.cf says: # who I masquerade as (null for no masquerading) (see also $=M) DMdingoblue.net.au #tail /var/log/maillog Jul 2 23:53:13 sagan sendmail[18541]: starting daemon (8.9.3): SMTP+queueing@00 :15:00 Jul 2 23:54:23 sagan sendmail[18557]: XAA18557: from=entropy, size=303, class=0 , pri=30303, nrcpts=1, msgid=<20000702235422.A18545@dingoblue.net.au>, relay=ent ropy@localhost Jul 2 23:54:25 sagan sendmail[18559]: XAA18557: to=shaunbranden@dingoblue.net.a u, ctladdr=entropy (1001/1001), delay=00:00:02, xdelay=00:00:02, mailer=esmtp, r elay=mail.optusnet.com.au. [203.2.75.133], stat=Data format error Jul 2 23:54:25 sagan sendmail[18559]: XAA18557: XAA18559: DSN: Data format erro r Jul 2 23:54:25 sagan sendmail[18559]: XAA18559: to=entropy, delay=00:00:00, xde lay=00:00:00, mailer=local, stat=Sent error: ----- The following addresses had permanent fatal errors ----- shaunbranden@dingoblue.net.au ----- Transcript of session follows ----- ... while talking to mail.optusnet.com.au.: >>> MAIL From: SIZE=303 <<< 501 ... Sender domain must exist 501 shaunbranden@dingoblue.net.au... Data format error [-- Attachment #2 --] [-- Type: message/delivery-status, Encoding: 7bit, Size: 0.3K --] Reporting-MTA: dns; sagan.tpn Arrival-Date: Sun, 2 Jul 2000 23:54:23 +0930 (CST) Final-Recipient: RFC822; shaunbranden@dingoblue.net.au Action: failed Status: 5.5.2 Remote-MTA: DNS; mail.optusnet.com.au Diagnostic-Code: SMTP; 501 ... Sender domain must exist Last-Attempt-Date: Sun, 2 Jul 2000 23:54:25 +0930 (CST) [-- Attachment #3 --] [-- Type: message/rfc822, Encoding: 7bit, Size: 0.5K --] Date: Sun, 2 Jul 2000 23:54:22 +0930 From: shaun Subject: test and i am trying to use the generic bsd .mc file: divert(0)dnl VERSIONID(`@(#)generic-bsd4.4.mc 8.7 (Berkeley) 5/19/1998') OSTYPE(bsd4.4)dnl MASQUERADE_AS(dingoblue.net.au)dnl DOMAIN(generic)dnl MAILER(local)dnl MAILER(smtp)dnl thanks shaun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 8:32:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtprelay1.adelphia.net (smtprelay1.adelphia.net [64.8.25.6]) by hub.freebsd.org (Postfix) with ESMTP id 99E9637BD5C for ; Sun, 2 Jul 2000 08:32:05 -0700 (PDT) (envelope-from medukonis@tech-broker.com) Received: from amd500 ([24.48.38.184]) by smtprelay1.adelphia.net (Netscape Messaging Server 4.15) with SMTP id FX2TX500.PGO for ; Sun, 2 Jul 2000 11:34:17 -0400 Message-ID: <002201bfe453$b0eb6aa0$0200a8c0@amd500> From: To: Subject: Distribute FreeBSD Date: Sun, 2 Jul 2000 11:30:14 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sir: Is it legal to distribute FreeBSD on cdrom to those withouth fast access to the internet? If not what is involved in becoming a distributor of your software. Thank you. Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 8:58: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by hub.freebsd.org (Postfix) with ESMTP id 9D5EB37BD90 for ; Sun, 2 Jul 2000 08:58:00 -0700 (PDT) (envelope-from jon@dookie.demon.co.uk) Received: from dookie.demonadsltrial.co.uk ([193.195.64.228] helo=siamese.local) by anchor-post-32.mail.demon.net with smtp (Exim 2.12 #1) id 138m86-000Jpg-0W; Sun, 2 Jul 2000 16:57:58 +0100 Subject: Re: [Q] FreeBSD 4.0 and Xircom ethernet cards? From: Jonathan Belson In-Reply-To: <20000702211746.A49153@albury.net.au> Message-ID: <00036b70cdb75c19_mailit@post.demon.co.uk> References: <20000702171646.B45428@albury.net.au> <395F19B4.C4C08AAA@dookie.demon.co.uk> <20000702211746.A49153@albury.net.au> Date: Sun, 02 Jul 2000 16:59:21 +0000 X-Mailer: BeatWare Mail-It 2.0.4 X-BeOS-Platform: Intel or clone X-Priority: 3 (Normal) To: nicks@albury.net.au Cc: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> Aha. Will an update be released or will I have to wait until 4.1 >> comes out (some time this month AIUI)? > >You can update to -STABLE whenever you like :-) But when your laptop doesn't support your network card or cdrom it's not so easy ;^) Can I get away with just rebuilding the kernel, or must I rebuild everying? C-YA Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 8:59:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from atlrel2.hp.com (atlrel2.hp.com [156.153.255.202]) by hub.freebsd.org (Postfix) with ESMTP id 6213C37B606 for ; Sun, 2 Jul 2000 08:59:31 -0700 (PDT) (envelope-from gene_dinkey@hp.com) Received: from amrelay2.boi.hp.com (amrelay2.boi.hp.com [15.56.8.41]) by atlrel2.hp.com (Postfix) with ESMTP id CAE41352; Sun, 2 Jul 2000 11:59:29 -0400 (EDT) Received: from xrosebh3.rsvl.itc.hp.com (xrosebh3.rsvl.itc.hp.com [15.34.240.67]) by amrelay2.boi.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with SMTP id JAA03889; Sun, 2 Jul 2000 09:59:28 -0600 (MDT) Received: from 15.34.240.67 by xrosebh3.rsvl.itc.hp.com (InterScan E-Mail VirusWall NT); Sun, 02 Jul 2000 08:59:27 -0700 (Pacific Daylight Time) Received: by xrosebh3.rsvl.itc.hp.com with Internet Mail Service (5.5.2650.21) id ; Sun, 2 Jul 2000 08:59:27 -0700 Message-ID: From: "DINKEY,GENE (HP-Loveland,ex1)" To: "'Fitra S. Alim'" , freebsd-questions@freebsd.org Subject: RE: annoying message Date: Sun, 2 Jul 2000 08:59:26 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is this coming from tcpdump? It would be that your (or your providors) box are sending "keep alive" packets. Or is this message coming from the console? Gene >-----Original Message----- >From: Fitra S. Alim [mailto:fitra@melsa.net.id] >Sent: Sunday, July 02, 2000 9:09 AM >To: freebsd-questions@freebsd.org >Subject: annoying message > > > >Hi, > >One of my Internet providers produce this annoying messages: > >Jul 2 21:32:00 anvil pppd[409]: rcvd [CCP ConfAck id=0x40] >Jul 2 21:32:00 anvil pppd[409]: rcvd [CCP ConfReq id=0x43 < 04 02>] >Jul 2 21:32:00 anvil pppd[409]: sent [CCP ConfReq id=0x41 > ] >Jul 2 21:32:00 anvil pppd[409]: sent [CCP ConfRej id=0x43 < 04 02>] >Jul 2 21:32:01 anvil pppd[409]: rcvd [CCP ConfRej id=0x41 > ] >Jul 2 21:32:01 anvil pppd[409]: sent [CCP ConfReq id=0x42] >Jul 2 21:32:01 anvil pppd[409]: rcvd [CCP ConfReq id=0x44] >Jul 2 21:32:01 anvil pppd[409]: sent [CCP ConfAck id=0x44] >Jul 2 21:32:01 anvil pppd[409]: rcvd [CCP ConfAck id=0x42] >Jul 2 21:32:01 anvil pppd[409]: rcvd [CCP ConfReq id=0x45 < 04 02>] > >The RD and SD indicators on my modem keep blinking, pumping outgoing >data even there is no activity (eg. no browsing). Any explanation? > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 9: 0:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mostgraveconcern.com (mostgraveconcern.com [216.82.145.240]) by hub.freebsd.org (Postfix) with ESMTP id 6E94A37BD90 for ; Sun, 2 Jul 2000 09:00:07 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Received: from danco (danco.mostgraveconcern.com [10.0.0.2]) by mostgraveconcern.com (8.9.3/8.9.3) with SMTP id JAA33988; Sun, 2 Jul 2000 09:00:05 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Message-ID: <00d001bfe43e$96995640$0200000a@danco> Reply-To: "Dan O'Connor" From: "Dan O'Connor" To: "damon blom" , Subject: Re: CDRW backup Date: Sun, 2 Jul 2000 09:00:01 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I have a nec pentium III with CD-RW cdrom from LG adaptec: > acd1: CD-RW I tried the example in afio to archive using the cdrecord utility: >find .. | afio -o -b 2048 -s325000x -v '!cdrecord .. -' >but it just created a disk file !cdrecord .. - >Do you offhand know of some way I can backup to a RW cdrom? Well, you can't use 'cdrecord' with an ATAPI CDRW, since it's for SCSI drives. For ATAPI drives, you have to use 'burncd' (in FreeBSD 4). Take a look at the way I got mine to work, at http://www.mostgraveconcern.com/freebsd/sheet.cgi?cdrw --Dan -- Dan O'Connor On Matters of Most Grave Concern http://www.mostgraveconcern.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 9: 1:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 280A137B606 for ; Sun, 2 Jul 2000 09:01:13 -0700 (PDT) (envelope-from gene_dinkey@hp.com) Received: from amrelay2.boi.hp.com (amrelay2.boi.hp.com [15.56.8.41]) by palrel1.hp.com (Postfix) with ESMTP id 9297619F; Sun, 2 Jul 2000 09:01:12 -0700 (PDT) Received: from xboibrg2.boi.hp.com (xboibrg2.boi.hp.com [15.56.8.172]) by amrelay2.boi.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with SMTP id KAA03979; Sun, 2 Jul 2000 10:01:11 -0600 (MDT) Received: from 15.56.8.172 by xboibrg2.boi.hp.com (InterScan E-Mail VirusWall NT); Sun, 02 Jul 2000 10:01:10 -0600 (Mountain Daylight Time) Received: by xboibrg2.boi.hp.com with Internet Mail Service (5.5.2650.21) id ; Sun, 2 Jul 2000 10:01:10 -0600 Message-ID: From: "DINKEY,GENE (HP-Loveland,ex1)" To: "'lauasanf@bellsouth.net'" , atabraga@iqm.unicamp.br, questions@FreeBSD.ORG Subject: RE: [off topic] Pentium IV Date: Sun, 2 Jul 2000 10:01:09 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is the P4 the same thing as the IA-64? IA-64 is a join venture between HP and Intel attempting to create a merge of PA-RISC and x86 architectures...check out http://www.IA-64.hp.com, could be what your looking for but I'm not sure. Gene >-----Original Message----- >From: Laurence Sanford [mailto:lauasanf@bellsouth.net] >Sent: Sunday, July 02, 2000 7:56 AM >To: atabraga@iqm.unicamp.br; Ataualpa Albert Carmo Braga; >questions@FreeBSD.ORG >Subject: Re: [off topic] Pentium IV > > >There are no details yet on the Pentium 4 (it is 4 btw, >they've dropped the >roman numerals) other than the fact that supposedly its >architecture is as new >and different from the rest of the P6 family as the Athlon's >is. That, and >supposedly, its going to run at very high (read start at >1.3Ghz) clock rates. >Only time will fill in more of the sketchy details that have >been released. > > > >On Sat, 01 Jul 2000, Ataualpa Albert Carmo Braga spoke unto >us, and they said: >> Any one know where can i see details about Pentium IV? Like >benchmarks >> (no windows ones), or articles ? >> >> Another question: When Intel released Pentium MMX the >principal changes >> from Pentium was some instructions in the processor, bud only >> softwares ables to "look for" that instructions worked better. With >> Pentium II ==> Pentium III was the same thing. My question is: Are >> there projects in unix word that take care news softwares >become ables >> to works with this "instructions"? >> >> Thanks, >> >> Ata. >> >> PS: Sorry for so poor english. >> >> -- >> Ataualpa Albert Carmo Braga atabraga@iqm.unicamp.br >> http://www.iqm.unicamp.br >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message >-- >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= >Drew Sanford >Email: lauasanf@bellsouth.net >ICQ: 8690555 >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > >"My mother said to me, if you become a soldier, you'll be a >general, if you >become a monk, you'll end up as the pope. Instead I became a >painter and >wound up as Picasso." -- Pablo Picasso > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 9: 8:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 87FB537B606 for ; Sun, 2 Jul 2000 09:08:32 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 138mD9-0002gZ-00; Sun, 02 Jul 2000 17:03:11 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 138mD9-0005GP-00; Sun, 02 Jul 2000 17:03:11 +0100 Date: Sun, 2 Jul 2000 17:03:11 +0100 From: Ben Smithurst To: Danny Cc: cjclark@alum.mit.edu, "Crist J. Clark" , Kent Stewart , freebsd-questions@FreeBSD.ORG Subject: Re: Zip drive and MAKEDEV? --help(solved) Message-ID: <20000702170311.O48373@strontium.scientia.demon.co.uk> References: <20000701222340.F1820@dialin-client.earthlink.net> <00070217270802.00326@dannyh.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="dQ2XShfnd5GHxhN7" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <00070217270802.00326@dannyh.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --dQ2XShfnd5GHxhN7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Danny wrote: > Don't worry I solved the problem It helps if you tell us how, so people searching the archives with the same problem might find an answer. --=20 Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D --dQ2XShfnd5GHxhN7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: 02BcgYq/1PRw4nE+rAopabWV8bHTDqLj iQCVAwUBOV9nvisPVtiZOS99AQFfrgQAhJIrHUaDlKA0wDn+Xif3lc2chbvDBMT4 /Tcj15ylU7W9d7Z+vHavpxiUIiqvvBhSZgBv+7Y1k69dvY4OBIwNMS3Khk9My58d qzMuyzYlVZge9NlpQQF1nBkLeIQ+xy42MIF6WVEyGbovQBC9CSf4JvF2vicDpzOj nXS8tzOV1g8= =u5UQ -----END PGP SIGNATURE----- --dQ2XShfnd5GHxhN7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 9:11:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mostgraveconcern.com (mostgraveconcern.com [216.82.145.240]) by hub.freebsd.org (Postfix) with ESMTP id DBE5237BD0E for ; Sun, 2 Jul 2000 09:11:45 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Received: from danco (danco.mostgraveconcern.com [10.0.0.2]) by mostgraveconcern.com (8.9.3/8.9.3) with SMTP id JAA34040 for ; Sun, 2 Jul 2000 09:11:45 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Message-ID: <013701bfe440$37d04860$0200000a@danco> Reply-To: "Dan O'Connor" From: "Dan O'Connor" To: "freebsd-questions" Subject: Re: Upgrading Date: Sun, 2 Jul 2000 09:11:45 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I currently have a box running FreeBSD 4.0-RELEASE. >I'd like to replace this machine, but want to avoid >having to reinstall and reconfigure everything. If I >remove the drive from the current machine and pop it >into the new one, should it boot and everything work >OK? > >I'd recompile the kernel when the operation was done, >assuming it all works. If the hardware on your new machine is compatible with FreeBSD, you should have no trouble booting the GENERIC kernel (Make a new GENERIC kernel if you didn't keep the original one around...) To load the GENERIC kernel, instead of your custom one, press any key other than Enter during boot and type: Ok unload Ok load /kernel.GENERIC Ok boot You should be up and running! --Dan -- Dan O'Connor On Matters of Most Grave Concern http://www.mostgraveconcern.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 10: 2:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.hcvlny.cv.net (mx1.hcvlny.cv.net [167.206.112.76]) by hub.freebsd.org (Postfix) with ESMTP id 6A16D37B9C6 for ; Sun, 2 Jul 2000 10:02:23 -0700 (PDT) (envelope-from steinyv@skyweb.net) Received: from s1.optonline.net (s1.optonline.net [167.206.112.6]) by mx1.hcvlny.cv.net (8.9.3/8.9.3) with ESMTP id NAA13624 for ; Sun, 2 Jul 2000 13:02:22 -0400 (EDT) Received: from downstairs (d133-103.jcsnnj.optonline.net [24.189.133.103]) by s1.optonline.net (8.9.1/8.9.3) with ESMTP id NAA18213 for ; Sun, 2 Jul 2000 13:02:19 -0400 (EDT) Message-Id: <4.2.0.58.20000702124832.009db370@> X-Sender: steinyv@pluto.skyweb.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Sun, 02 Jul 2000 12:48:43 -0400 To: freebsd-questions@freebsd.org From: steinyv Subject: Re: NFS Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >IIRC, without looking at the source, that is a non-fatal message. > >Let's determine if the problem is at the server or client. Can the >server mount its own exported filesystem? > > # cat /etc/exports > /cdrom -ro -network 192.168.0.0 -mask 255.255.255.0 > # kill -HUP `cat /var/run/mountd.pid` > # mount 192.168.0.1:/cdrom /mnt > >And see what happens. Have you been checking /var/log/messages on the >server to see what it might be reporting? Well on the server side I was able to mount the cdrom on /mnt and was able to browse around, so everything's is cool there. I unmounted from /mnt, and went to the 2nd machine and tried to install via NFS using 192.168.0.1:/cdrom, and this time I was looking for the dreaded message but lo and behold the cdrom started humming and the 2nd machine is installing as I write. Dont know where the problem was, but Ill look over the config files to engrave it in my brain. Thank You very much. Another obstacle broken........ _________________________________________ Steiny's Studio Pachyderm Productions http://steiny.hypermart.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 10: 5:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id F1FB137B627 for ; Sun, 2 Jul 2000 10:05:19 -0700 (PDT) (envelope-from bartequi@inwind.it) Received: from bartequi.ottodomain.org (212.141.78.213) by relay2.inwind.it; 2 Jul 2000 19:05:18 +0200 From: Salvo Bartolotta Date: Sun, 02 Jul 2000 18:07:30 GMT Message-ID: <20000702.18073000@bartequi.ottodomain.org> Subject: Re: make deinstall? To: Rahul Siddharthan Cc: generic@unitedtamers.com, freebsd-questions@FreeBSD.ORG In-Reply-To: <20000702181831.A32532@physics.iisc.ernet.in> References: <395F2C3F.CCDAB6E1@unitedtamers.com> <20000702.13074800@bartequi.ottodomain.org> <20000702181831.A32532@physics.iisc.ernet.in> X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > To me, make deinstall seems to work if the ports collection (and that > specific port) hasn't been updated in the meantime. Quite right.=20 > Otherwise, look into the /var/db/pkg directory for your program, > and type pkg_delete > That seems to work generally. I've heard that make deinstall actually= > calls pkg_delete. > Rahul. Or use 'pkg_info [| grep ]' to find the package(s);=20 also, the "-f" (ie force) flag of pkg_delete may be necessary.=20 My "old" letter is found in the -questions archives: "Updating=20 software from the ports-collection". As to 'make deinstall' calling "pkg_delete -f" (which command affects=20 the updated port/package), there was yet another thread few months=20 ago, in which (wait for it) I was directly involved :-) Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 10:39:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.on.home.com (ha1.rdc2.on.home.com [24.9.0.15]) by hub.freebsd.org (Postfix) with ESMTP id 7488D37B5EE for ; Sun, 2 Jul 2000 10:39:38 -0700 (PDT) (envelope-from generic@unitedtamers.com) Received: from unitedtamers.com ([24.68.108.159]) by mail.rdc2.on.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000702173937.GMSU14115.mail.rdc2.on.home.com@unitedtamers.com> for ; Sun, 2 Jul 2000 10:39:37 -0700 Message-ID: <395F7E7A.2A928EC3@unitedtamers.com> Date: Sun, 02 Jul 2000 13:40:10 -0400 From: Generic Player X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: How do you people listen to mp3s? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I can't manage to find an mp3 player that works under freebsd 4.0-release. They all skip horribly any time the system accesses the disk at all, the only one I can get to play smoothly is kmp3, by turning the buffer up to max. But it randomly crashes and then won't start again unless I reboot the machine. A stable OS is no good if there are no stable programs for it right? What programs do you use, or is it a 4.0-release issue maybe? Once again, all help is greatly appreciated Generic Player To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 10:42:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from twingo.tiscalinet.it (twingo.tiscalinet.it [195.130.224.85]) by hub.freebsd.org (Postfix) with ESMTP id 2040937BDDC for ; Sun, 2 Jul 2000 10:42:52 -0700 (PDT) (envelope-from fcasadei@monrif.net) Received: from an1-493.dialup.tiscalinet.it (62.11.103.237) by twingo.tiscalinet.it; 2 Jul 2000 19:39:07 +0200 Received: (qmail 1919 invoked by uid 1000); 2 Jul 2000 17:42:41 -0000 Date: Sun, 2 Jul 2000 19:42:41 +0200 From: Francesco Casadei To: freebsd-questions@freebsd.org Subject: Re: Re: Can't send mail: HELO command rejected Message-ID: <20000702194241.A1910@casimirhost.kasby> References: <20000624151304.25899.qmail@community.monrif.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from sjmudd@pobox.com on Sun, Jun 25, 2000 at 03:12:32PM +0200 X-Operating-System: FreeBSD 4.0-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jun 25, 2000 at 03:12:32PM +0200, Simon J Mudd wrote: > fcasadei@monrif.net writes: > > > Hi all, > > I'm unable to send mail to freebsd-questions mailing list using mutt/qmail. > > freebsd.org uses postfix as a MTA. > > The SMTP exchange when you connect to freebsd.org's mail server > requires that the connecting client identifies itself using the HELO > or EHLO command. > > The name the client uses is supposed to be a Fully Qualified host > name, FQDN which is resolvable by the DNS. The host name which your > machine, or your provider's MTA is using in the HELO command is not > resolvable and for this reason your mail is getting rejected. > > Solution: The SMTP client must identify itself correctly. > > Regards, > > Simon > -- > Simon J Mudd, Madrid SPAIN Tel: +34-91-408 4878 email: sjmudd@pobox.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > end of the original message I've modified the script /etc/ppp/ip-up to set /var/qmail/control/helohost and /var/qmail/control/smtproutes with the proper information; it also starts qmail. I've enabled artificial smtp routes because the first attempt made with helohost and maildirsmtp did not work. Unfortunately the second attempt failed, so I've added several folder hooks in .muttrc (one for each maildir): folder-hook monrif 'set sendmail="/var/qmail/bin/qmail-inject\ -ffcasadei@monrif.net"' ... Needless to say, also the third attempt failed! I've read carefully the error messages returned by the mail system at tin.it and finally I've found the problem: Reporting-MTA: dns; fep24-svc.tin.it Arrival-Date: Tue, 27 Jun 2000 18:43:59 +0200 Received-From-MTA: dns; a-tr4-36.tin.it (212.216.170.163) Final-Recipient: RFC822; Action: failed Status: 5.2.0 Remote-MTA: dns; freebsd.org Diagnostic-Code: smtp; 450 : Helo command rejected: Host not found ^^^^^^^^^^^^^^^^^^ In fact the reverse DNS lookup on fep24-svc.tin.it fails: casimiro> host fep24-svc.tin.it Host not found. This is the fourth (and the last, I hope) attempt: I try to send this message while connected to Tiscali (and thus using smtp.tiscalinet.it). If you (and me too) see this message then it works!! :-)) Francesco Casadei To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 10:44: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 97ADA37BDE4 for ; Sun, 2 Jul 2000 10:44:04 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e62Hi2q24142; Sun, 2 Jul 2000 10:44:02 -0700 (PDT) Date: Sun, 2 Jul 2000 10:44:02 -0700 From: Alfred Perlstein To: Generic Player Cc: questions@FreeBSD.ORG Subject: Re: How do you people listen to mp3s? Message-ID: <20000702104402.O25571@fw.wintelcom.net> References: <395F7E7A.2A928EC3@unitedtamers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <395F7E7A.2A928EC3@unitedtamers.com>; from generic@unitedtamers.com on Sun, Jul 02, 2000 at 01:40:10PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Generic Player [000702 10:40] wrote: > I can't manage to find an mp3 player that works under freebsd > 4.0-release. They all skip horribly any time the system accesses the > disk at all, the only one I can get to play smoothly is kmp3, by turning > the buffer up to max. But it randomly crashes and then won't start > again unless I reboot the machine. A stable OS is no good if there are > no stable programs for it right? What programs do you use, or is it a > 4.0-release issue maybe? Upgrading to 4-stable would probably help. see: http://www.freebsd.org/handbook/synching.html you can also pkg_add 'ftp://ftp.FreeBSD.org/pub/FreeBSD/CVSup/cvsupit.tgz' As a side note, telling us you have issues with sound and not telling us which exact card you have is pretty useless as a bug report. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 10:49: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id 6726937BE07 for ; Sun, 2 Jul 2000 10:48:57 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 28405 invoked from network); 2 Jul 2000 17:48:43 -0000 Received: from unknown (HELO theory3.physics.iisc.ernet.in) (qmailr@144.16.71.158) by theory1.physics.iisc.ernet.in with SMTP; 2 Jul 2000 17:48:43 -0000 Received: (qmail 1674 invoked by uid 211); 2 Jul 2000 17:48:43 -0000 Date: Sun, 2 Jul 2000 23:18:43 +0530 From: Rahul Siddharthan To: Generic Player Cc: questions@FreeBSD.ORG Subject: Re: How do you people listen to mp3s? Message-ID: <20000702231843.B1606@physics.iisc.ernet.in> References: <395F7E7A.2A928EC3@unitedtamers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <395F7E7A.2A928EC3@unitedtamers.com>; from generic@unitedtamers.com on Sun, Jul 02, 2000 at 01:40:10PM -0400 X-Operating-System: Linux 2.4.0-test3 i686 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I haven't tried it with 4.0, but mpg123 works very well with 3.4-stable. I haven't tried any GUI programs though (could never get them to work with linux either, which is what they were supposedly written for). Generic Player said on Jul 2, 2000 at 13:40:10: > I can't manage to find an mp3 player that works under freebsd > 4.0-release. They all skip horribly any time the system accesses the > disk at all, the only one I can get to play smoothly is kmp3, by turning > the buffer up to max. But it randomly crashes and then won't start > again unless I reboot the machine. A stable OS is no good if there are > no stable programs for it right? What programs do you use, or is it a > 4.0-release issue maybe? > > Once again, all help is greatly appreciated > Generic Player > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 10:56:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id 7873837B66A for ; Sun, 2 Jul 2000 10:56:50 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 28432 invoked from network); 2 Jul 2000 17:56:47 -0000 Received: from unknown (HELO theory3.physics.iisc.ernet.in) (qmailr@144.16.71.158) by theory1.physics.iisc.ernet.in with SMTP; 2 Jul 2000 17:56:46 -0000 Received: (qmail 1686 invoked by uid 211); 2 Jul 2000 17:56:46 -0000 Date: Sun, 2 Jul 2000 23:26:46 +0530 From: Rahul Siddharthan To: Francesco Casadei Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Re: Can't send mail: HELO command rejected Message-ID: <20000702232646.C1606@physics.iisc.ernet.in> Mail-Followup-To: Francesco Casadei , freebsd-questions@FreeBSD.ORG References: <20000624151304.25899.qmail@community.monrif.net> <20000702194241.A1910@casimirhost.kasby> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000702194241.A1910@casimirhost.kasby>; from fcasadei@monrif.net on Sun, Jul 02, 2000 at 07:42:41PM +0200 X-Operating-System: Linux 2.4.0-test3 i686 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Francesco Casadei said on Jul 2, 2000 at 19:42:41: > On Sun, Jun 25, 2000 at 03:12:32PM +0200, Simon J Mudd wrote: > > fcasadei@monrif.net writes: > > > > > Hi all, > > > I'm unable to send mail to freebsd-questions mailing list using mutt/qmail. I use mutt and qmail (on both freebsd and linux) and have no problems mailing the list. > > Solution: The SMTP client must identify itself correctly. -snip- > Final-Recipient: RFC822; > Action: failed > Status: 5.2.0 > Remote-MTA: dns; freebsd.org > Diagnostic-Code: smtp; 450 : Helo command rejected: Host not > found ^^^^^^^^^^^^^^^^^^ > > In fact the reverse DNS lookup on fep24-svc.tin.it fails: > > casimiro> host fep24-svc.tin.it > Host not found. Quite right: I can't find it with the host command on my machine either. If the host is correct, get a DNS entry for it, or else try routing your mails through some other machine on your network which does have a DNS entry: that's quite easy to do with qmail. Rahul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 11: 9: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from goose.prod.itd.earthlink.net (goose.prod.itd.earthlink.net [207.217.120.18]) by hub.freebsd.org (Postfix) with ESMTP id 5D2C637BE08 for ; Sun, 2 Jul 2000 11:08:53 -0700 (PDT) (envelope-from mikegoe@earthlink.net) Received: from localhost (1Cust69.tnt2.montgomery.al.da.uu.net [63.27.156.69]) by goose.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id LAA00391 for ; Sun, 2 Jul 2000 11:08:51 -0700 (PDT) Message-Id: <200007021808.LAA00391@goose.prod.itd.earthlink.net> From: "Michael G." To: "freebsd-questions@freebsd.org" Date: Sun, 02 Jul 2000 13:04:25 Reply-To: "Michael G." X-Mailer: Emerald Mail (Evaluation) 1.30 running on FreeBSD 4.0-STABLE Java 1.1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Today's CVSUP failed...any ideas? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, after 3 *smooth* cvsup upgrades over the last few months I have hit a snag. During todays upgrade I'm getting this error: cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 pccard/*.h /usr/include/pccard cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 posix4/*.h /usr/include/posix4 cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 sys/*.h /usr/include/sys cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 vm/*.h /usr/include/vm cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 isofs/cd9660/*.h /usr/include/isofs/cd9660 cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 ufs/ffs/*.h /usr/include/ufs/ffs install: ufs/ffs/softdep.h: No such file or directory *** Error code 71 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. nikki# Sure enough the /usr/include/ufs/ffs directory only has ffs_extern.h and fs.h in it. Am I somehow missing some files or did a sym link not get generated correctly? I need to do a reboot but I'm afraid of loosing the system without a proper install since part of the 'make install' has run. Any help would be appreciated. Michael G. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 11:22: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from psasolar.colltech.com (psasolar.colltech.com [208.229.236.14]) by hub.freebsd.org (Postfix) with ESMTP id C279737BA49 for ; Sun, 2 Jul 2000 11:21:58 -0700 (PDT) (envelope-from jmutter@colltech.com) Received: from localhost by psasolar.colltech.com (8.9.3/8.9.3/not) with ESMTP id NAA18412; Sun, 2 Jul 2000 13:21:44 -0500 (CDT) Date: Sun, 2 Jul 2000 13:21:44 -0500 (CDT) From: "James A. Mutter" X-Sender: jmutter@psasolar.private.psa.pencom.com To: Generic Player Cc: questions@FreeBSD.ORG Subject: Re: How do you people listen to mp3s? In-Reply-To: <395F7E7A.2A928EC3@unitedtamers.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I can't manage to find an mp3 player that works under freebsd > 4.0-release. They all skip horribly any time the system accesses the > disk at all, the only one I can get to play smoothly is kmp3, by turning > the buffer up to max. But it randomly crashes and then won't start > again unless I reboot the machine. A stable OS is no good if there are > no stable programs for it right? What programs do you use, or is it a > 4.0-release issue maybe? > Have you considered that this might be a configuration problem? I've been playing MP3's on FreeBSD for almost as long as I can remember. * What type of system are you running? * What are you using for a sound card/driver? * Which MP3 players have you tried? * Are you accessing the MP3's from a local system or NFS? * Did it work with 3.X? A little more information might be helpful. - Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 11:34:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.on.home.com (ha1.rdc2.on.home.com [24.9.0.15]) by hub.freebsd.org (Postfix) with ESMTP id 6FC8237B70A for ; Sun, 2 Jul 2000 11:34:12 -0700 (PDT) (envelope-from generic@unitedtamers.com) Received: from unitedtamers.com ([24.68.108.159]) by mail.rdc2.on.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000702183411.GQCE14115.mail.rdc2.on.home.com@unitedtamers.com>; Sun, 2 Jul 2000 11:34:11 -0700 Message-ID: <395F8B44.580035DF@unitedtamers.com> Date: Sun, 02 Jul 2000 14:34:44 -0400 From: Generic Player X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "James A. Mutter" , questions@freebsd.org Subject: Re: How do you people listen to mp3s? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Have you considered that this might be a configuration problem? I've > been playing MP3's on FreeBSD for almost as long as I can > remember. > > * What type of system are you running? > * What are you using for a sound card/driver? > * Which MP3 players have you tried? > * Are you accessing the MP3's from a local system or NFS? > * Did it work with 3.X? > > A little more information might be helpful. > > - > Jim Yes I have, that's why I asked what programs other people use. I have a k-6 300 with 128 MB of RAM, and a AWE 64 sound card using the device pcm driver. The Mp3s are on my local disk, and I have never used 3.x, I am new to freebsd. I have tried xmms, mp3blaster, mp3123, kmp3, x11amp and xamp. They all skipped terribly whenver I did anything in any other program, especially going to a new website in netscape. I can get kmp3 to stop skipping by setting its buffer settings to max, but as I said, it randomly crashes and won't start again without a reboot. Generic Player To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 11:59:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web1202.mail.yahoo.com (web1202.mail.yahoo.com [128.11.23.138]) by hub.freebsd.org (Postfix) with SMTP id 455F837B57B for ; Sun, 2 Jul 2000 11:59:34 -0700 (PDT) (envelope-from jimbean109@yahoo.com) Received: (qmail 2777 invoked by uid 60001); 2 Jul 2000 18:59:33 -0000 Message-ID: <20000702185933.2776.qmail@web1202.mail.yahoo.com> Received: from [209.122.46.221] by web1202.mail.yahoo.com; Sun, 02 Jul 2000 11:59:33 PDT Date: Sun, 2 Jul 2000 11:59:33 -0700 (PDT) From: Jim Bean Subject: No route to host (newbie question) To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm not a newbie but I left my brain somewhere and I'm over looking something very obvious. I'm running 2 FreeBSD servers both on a 10 network, subnet 255.255.255.0. The first machine (10.1.1.1) had been in place for sometime and is also the gateway to the net. The second machine (10.1.1.3) (there is another windows machine in there 10.1.1.2), was brought up with the intentions of replacing the first. In the mean time I set this machin up with the default route of 10.1.1.1 which has worked fine, I could get inside and outside from this machine. I have since been ready to bring this machine into production and for testing wanted to give it its own route to the net. I.E. 10.1.1.1 and 10.1.1.3 each sees the internal network and sees the net through their own PPP connection. Easy enough....well, I made some changes to the rc.conf (on 10.1.1.3) and now I can not get in or out of this machine, I can not telnet/ftp/etc. to it and when I try to get out I get no route to host. And I did not make a backup cp (of course). __________________________________________________ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 12: 3:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailout1-1.nyroc.rr.com (mailout1-1.nyroc.rr.com [24.92.226.146]) by hub.freebsd.org (Postfix) with ESMTP id 4924937B990 for ; Sun, 2 Jul 2000 12:03:30 -0700 (PDT) (envelope-from dheller1@rochester.rr.com) Received: from rochester.rr.com (d185fc297.rochester.rr.com [24.95.194.151]) by mailout1-1.nyroc.rr.com (8.9.3/8.9.3) with ESMTP id PAA21328 for ; Sun, 2 Jul 2000 15:01:52 -0400 (EDT) Message-ID: <395F91FC.65214769@rochester.rr.com> Date: Sun, 02 Jul 2000 15:03:24 -0400 From: David Heller X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: Re: Need HELP to setup my sound References: Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG VINAY JACOB SEQUEIRA wrote: > > Hi, > I am the newest newbie to FreeBSD. A friend just helped me install it. But > we couldn't manage to configure the sound yet. These are the audio specs > provided by HP(I purchased a HP Pavilion M/c). > > Sound/audio > Attribute Properties > Compatibility 3-D Stereo, PCI, 16-bit Sound > Controller Crystal audio > Location Crystal audio chip (I called up HP technical support but > they were unable to tell me the chip number) > Noise Cancellation Yes > Line Out Yes > 3-D Spatializer Yes > Wavetable Yes > Tone Control No > > And here is what dmesg said: > pcib0: on motherboard > pci0: on pcib0 > pci0: at 1.0 irq 3 > pcib1: at device 30.0 on pci0 > pci1: on pcib1 > pci1: <3Dfx Voodoo 3 graphics accelerator> at 11.0 irq 3 > pci1: (vendor=0x14f1, dev=0x2013) at 14.0 irq 3 > isab0: at device 31.0 on pci0 > isa0: on isab0 > pci0: at 31.2 irq 11 > pci0: (vendor=0x8086, dev=0x2423) at 31.3 irq 9 > chip1: port > 0x1300-0x133f,0x1200-0x12ff irq 9 at device 31.5 on pci0 > > I would like to know if anyone has been able to configure the sound for > this audio PCI chip?. I would like to know how to configure it (step by step > plz). > > Thanks in advance, > Vinay > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message If pcm fails, you can wait for the OSS sound system for FreeBSD 4.0 available in late July or August. Check out: http://www.opensound.com/freebsd.html Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 12:17:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.infoave.net (smtp02.infoave.net [165.166.0.27]) by hub.freebsd.org (Postfix) with ESMTP id 61A8037B55A for ; Sun, 2 Jul 2000 12:17:34 -0700 (PDT) (envelope-from cook@InfoAve.Net) Received: from cook ("port 1500"@[207.144.117.24]) by SMTP00.InfoAve.Net (PMDF V5.2-33 #45322) with SMTP id <01JRAO9RQGNU90P945@SMTP00.InfoAve.Net> for questions@FreeBSD.ORG; Sun, 2 Jul 2000 15:17:31 EDT Date: Sun, 02 Jul 2000 15:20:10 -0400 From: Larry A Cook JR Subject: ISA Modem setup on FreeBSD 4.0 To: FreeBSD Questions Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG First, allow me to apologize for such a posting. As a member of several C/C++ mailing lists, I know how frustrating easy and often repeated posts can be for other members. I'm attempting to install an ISA Creative Modem Blaster DI5601. With much help from the list archive, I've been able to make progress until I hit this next problem: device sio3 at isa? port IO_COM4 irq 5 sio4: configured irq 5 not in bitmap of probed irqs 0 sio4: irq maps: 0x41 0x41 0x41 0x41 sio4: probe failed test(s): 0 1 2 4 6 7 9 I'm lost as to why irq 5 is out of the probed irqs. I've gone through and changed the jumper settings for the irq on the modem but that seems to do nothing at all. Also... If you'll notice, it's set up as device sio3, so I'm confused about the next block which has sio4. I searched the archive further and noted that this seems to be a rather common problem, one person about a month ago even posted the exact same problem, but I couldn't find any helpful replies as how to fix this I'd greatly appreciate someone pointing a newbie in the right direction as simplistic as possible. Thank you... Larry A. Cook, JR. Administrator Sue's Antiques Http://www.sues-antiques.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 12:20: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom2-188.telepath.com [216.14.2.188]) by hub.freebsd.org (Postfix) with SMTP id 612F637B685 for ; Sun, 2 Jul 2000 12:20:03 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 22292 invoked by uid 100); 2 Jul 2000 19:19:25 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14687.38333.574810.752211@guru.mired.org> Date: Sun, 2 Jul 2000 14:19:25 -0500 (CDT) To: Bill Barnes Cc: questions@FreeBSD.ORG Subject: Re: Ports via FTP In-Reply-To: References: X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > From: Bill Barnes > I'm doing my first one of the above and it bothers me that I am online as > root. Well, you don't say how you're going online, but most for the methods I'm familiar with, being root isn't any worse for security than anything else. The critical thing isn't which ID copies the packets across the network, it's what happens to them after they get to your machine. I use userland ppp, and filter things so that only inbound things I trust can get through. > There must be a way around this, but how can non-root write to /usr. Letting non-root write to /usr is a lot worse for security than going online as root. There are a number of alternatives that don't involve doing that. The easist thing would be to chown the entire ports tree to be owned by the userid you want to do the build. Then do "make" as that person, and "make install" as root. There are some ports that will *require* you to do the "make install" as root, as the install process does things that only root should be allowed to do (creating users and setting the ownership of installed files comes to mind). Along the same lines, you could set DISTDIR & WRKDIRPREFIX in /etc/make.conf to be things you can write on as non-root. That should do the fetch and build as you. You could also just set DISTDIR, and do "make fetch". You can then do "make install" as root, though this may force you to build the dependent ports by hand. You can also replace setting DISTDIR with making the default distdir (should be /usr/ports/distdir) a symlink to some place you can write to. ; Sun, 2 Jul 2000 12:20:49 -0700 (PDT) (envelope-from mikegoe@earthlink.net) Received: from localhost (1Cust69.tnt2.montgomery.al.da.uu.net [63.27.156.69]) by goose.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id MAA05478 for ; Sun, 2 Jul 2000 12:20:47 -0700 (PDT) Message-Id: <200007021920.MAA05478@goose.prod.itd.earthlink.net> From: "Michael G." To: "freebsd-questions@freebsd.org" Date: Sun, 02 Jul 2000 14:16:22 Reply-To: "Michael G." X-Mailer: Emerald Mail (Evaluation) 1.30 running on FreeBSD 4.0-STABLE Java 1.1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Re: Today's CVSUP failed...any ideas? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry, didn't mention I am running 4.0-Stable on an x86. "Michael G." wrote: > Well, after 3 *smooth* cvsup upgrades over the last few months I have > hit a snag. During todays upgrade I'm getting this error: > > > cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 > pccard/*.h /usr/include/pccard > cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 > posix4/*.h /usr/include/posix4 > cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 > sys/*.h /usr/include/sys > cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 > vm/*.h /usr/include/vm > cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 > isofs/cd9660/*.h /usr/include/isofs/cd9660 > cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 > ufs/ffs/*.h /usr/include/ufs/ffs > install: ufs/ffs/softdep.h: No such file or directory > *** Error code 71 > > Stop in /usr/src/include. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > nikki# > > > > Sure enough the /usr/include/ufs/ffs directory only has ffs_extern.h > and fs.h in it. Am I somehow missing some files or did a sym link > not get generated correctly? I need to do a reboot but I'm afraid of > loosing the system without a proper install since part of the 'make > install' has run. > > Any help would be appreciated. > > Michael G. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 12:21:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.inwind.it (relay1.inwind.it [212.141.53.67]) by hub.freebsd.org (Postfix) with ESMTP id B422737B685 for ; Sun, 2 Jul 2000 12:21:30 -0700 (PDT) (envelope-from bartequi@inwind.it) Received: from bartequi.ottodomain.org (212.141.79.5) by relay1.inwind.it; 2 Jul 2000 21:21:26 +0200 From: Salvo Bartolotta Date: Sun, 02 Jul 2000 20:23:38 GMT Message-ID: <20000702.20233800@bartequi.ottodomain.org> Subject: Re: Today's CVSUP failed...any ideas? To: "Michael G." Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <200007021808.LAA00391@goose.prod.itd.earthlink.net> References: <200007021808.LAA00391@goose.prod.itd.earthlink.net> X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 7/2/00, 2:04:25 PM, "Michael G." wrote=20 regarding Today's CVSUP failed...any ideas?: > Well, after 3 *smooth* cvsup upgrades over the last few months I have > hit a snag. During todays upgrade I'm getting this error: > > cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 > pccard/*.h /usr/include/pccard > cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 > posix4/*.h /usr/include/posix4 > cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 > sys/*.h /usr/include/sys > cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 > vm/*.h /usr/include/vm > cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 > isofs/cd9660/*.h /usr/include/isofs/cd9660 > cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 > ufs/ffs/*.h /usr/include/ufs/ffs > install: ufs/ffs/softdep.h: No such file or directory > *** Error code 71 > Stop in /usr/src/include. > *** Error code 1 > Stop in /usr/src. > *** Error code 1 > Stop in /usr/src. > *** Error code 1 > Stop in /usr/src. > *** Error code 1 > Stop in /usr/src. > nikki# > > Sure enough the /usr/include/ufs/ffs directory only has ffs_extern.h > and fs.h in it. Am I somehow missing some files or did a sym link > not get generated correctly? I need to do a reboot but I'm afraid of > loosing the system without a proper install since part of the 'make > install' has run. > Any help would be appreciated. > Michael G. Dear Michael G., the problem has probably been caused by cvsup after the recent=20 softupdates commit; which change has recently been discussed in this=20 forum. If you track -stable, always read the related letters (or browse the=20 arcives :-) AFAIR, the workaround consisted in removing the two softupdates links=20 and cvsupping [again]; this operation would fetch the actual=20 softupdates code. Hmm, I am not sure what is the best strategy at this stage. I don't=20 know what might happen if you first issued a make installworld -k (or=20 -i) ... Probably, you need to fetch the two softupdates files=20 (softdep.h and ffs_softdep.c), and I am afraid you have to repeat the=20 process. If you like, I could send you both files. I last cvsupped 4.0-STABLE=20 on June, 24; you are running 4-STABLE right ? By the way, as Giorgios Keramidas pointed out few days ago, you may=20 wish to try a **test** installworld e.g. by specifying =20 DESTDIR=3D/usr/some_test_directory. HTH just a little bit, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 12:27:14 2000 Delivered-To: freebsd-questions@freefall.freebsd.org Received: from rodia.zighelboim.com (rodia.zighelboim.com [204.27.67.194]) by hub.freebsd.org (Postfix) with SMTP id 0BFE137B685 for ; Sun, 2 Jul 2000 12:27:11 -0700 (PDT) (envelope-from rzig@communique.net) Received: from localhost (localhost [127.0.0.1]) by rodia.zighelboim.com (8.10.1/8.10.1) with ESMTP id e62JR9q10151; Sun, 2 Jul 2000 14:27:09 -0500 (CDT) Date: Sun, 2 Jul 2000 14:27:08 -0500 (CDT) From: Raul Zighelboim X-Sender: rzig@rodia.zighelboim.com Reply-To: Raul Zighelboim To: freebsd-questions@freefall.freebsd.org Cc: rzig@verio.net Subject: Applixware Office coredump Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello there; I ordered a copy of Applixware office and I installed. When I try to run it, I get a coredump. Is there anything special that needs to be done in order to run the FreeBSD version on FreeBSD-stable/XFree86-4.0 ? thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 12:35:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from doar.enetworks.com (doar.enetworks.com [209.218.170.130]) by hub.freebsd.org (Postfix) with ESMTP id E2DC537BE42 for ; Sun, 2 Jul 2000 12:35:39 -0700 (PDT) (envelope-from erez@dvdexplorer.com) Received: from doar ([209.218.170.130]) by doar.enetworks.com (Netscape Messaging Server 3.62) with ESMTP id 219 for ; Sun, 2 Jul 2000 12:31:42 -0700 Reply-To: From: "Erez Golomb" To: Subject: FreeBSD 3.4 Tape backup Date: Sun, 2 Jul 2000 12:31:42 -0700 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1162 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <20000702193142604.AAA125.219@doar> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We are using FreeBSD 3.4 on HP E60 Netserver. The serevr is bundled with a SureStore T20 backup tape (traven 20 GIG tape). Any idea how I can mount/eject the tape? Regards Erez To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 12:47:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from matrix.buckhorn.net (matrix.buckhorn.net [208.129.165.68]) by hub.freebsd.org (Postfix) with ESMTP id 8215737BA49 for ; Sun, 2 Jul 2000 12:47:14 -0700 (PDT) (envelope-from bob@buckhorn.net) Received: from buckhorn.net (nebula.buckhorn.net [208.129.165.66]) by matrix.buckhorn.net (8.9.3/8.9.3) with ESMTP id OAA92599 for ; Sun, 2 Jul 2000 14:44:26 -0500 (CDT) (envelope-from bob@buckhorn.net) Message-ID: <395F9C3A.F0DB7FD4@buckhorn.net> Date: Sun, 02 Jul 2000 14:47:06 -0500 From: Bob Martin Organization: InterNet Unlimited X-Mailer: Mozilla 4.73 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-questions@freebsd.org Subject: Re: FreeBSD 3.4 Tape backup References: <20000702193142604.AAA125.219@doar> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Erez Golomb wrote: > > We are using FreeBSD 3.4 on HP E60 Netserver. The serevr is bundled with a > SureStore T20 backup tape (traven 20 GIG tape). Any idea how I can > mount/eject the tape? > > Regards > > Erez See the man page for camcontrol Bob -- "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." -- Albert Einstein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 12:50:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailsorter-105-1.iap.bryant.webtv.net (mailsorter-105-1.iap.bryant.webtv.net [209.240.198.119]) by hub.freebsd.org (Postfix) with ESMTP id 66A0C37B88F for ; Sun, 2 Jul 2000 12:50:19 -0700 (PDT) (envelope-from tedibare1@webtv.net) Received: from storefull-166.iap.bryant.webtv.net (storefull-166.iap.bryant.webtv.net [209.240.198.176]) by mailsorter-105-1.iap.bryant.webtv.net (WebTV_Postfix) with ESMTP id C6D0013A0 for ; Sun, 2 Jul 2000 12:50:08 -0700 (PDT) Received: (from production@localhost) by storefull-166.iap.bryant.webtv.net (8.8.8-wtv-e/mt.gso.26Feb98) id MAA22233; Sun, 2 Jul 2000 12:50:08 -0700 (PDT) X-WebTV-Signature: 1 ETAtAhUAwLOzPRrXnWh8n6Ixv1VbyYnX8NwCFDvBrHRmTydYpO4iOSIV/gaxAjEs From: tedibare1@webtv.net (kyle keasling) Date: Sun, 2 Jul 2000 12:50:08 -0700 (PDT) To: freebsd-questions@FreeBSD.ORG Subject: Slight Problem! Message-ID: <6715-395F9CF0-8187@storefull-166.iap.bryant.webtv.net> Content-Disposition: Inline Content-Type: Text/Plain; Charset=US-ASCII Content-Transfer-Encoding: 7Bit MIME-Version: 1.0 (WebTV) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have received the cd version of freebsd 5 and it contains 4 or 5 cds and the first cd labled Disc 1 had an acciddent and cracked before iinstall your guys operating system and I was wondering if there is an ftp site that i can download that first cd only and perhaps go on with the installion like that ? EMAIL: freakabooh@hotmail.com thank for your time your anxeious user Booh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 12:52:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.prod.itd.earthlink.net (merlin.prod.itd.earthlink.net [207.217.120.156]) by hub.freebsd.org (Postfix) with ESMTP id 0F21E37B61F for ; Sun, 2 Jul 2000 12:52:14 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from dialin-client.earthlink.net (pool0639.cvx20-bradley.dialup.earthlink.net [209.179.252.129]) by merlin.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id MAA09715; Sun, 2 Jul 2000 12:51:44 -0700 (PDT) Received: (from cjc@localhost) by dialin-client.earthlink.net (8.9.3/8.9.3) id MAA03987; Sun, 2 Jul 2000 12:49:33 -0700 (PDT) Date: Sun, 2 Jul 2000 12:49:19 -0700 From: "Crist J. Clark" To: Joel Eusebio Cc: freebsd-questions@FreeBSD.ORG Subject: Re: transparent proxy Message-ID: <20000702124918.B3842@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from joel@tilapia.pang.pworld.net.ph on Sun, Jul 02, 2000 at 01:34:32PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 01:34:32PM +0000, Joel Eusebio wrote: > Hi All, > Do I have to tweak the GENERIC kernel on /usr/src/sys to activate ipfw No, you can just load the KLD. > and > what does LINT do??? It is not a working kernel. It just lists all (pretty close to all anyway) of the things you could put into a kernel config file and has some useful comments. > If so what are the values that I have to add in the > GENERIC kernel or in the LINT in order for ipfw or natd to work??? Go to the LINT kernel and search for IPFIREWALL. Also, see ipfw(8), natd(8), and divert(4). > BTW I'm > setting up a transparent proxy on my 4.0-stable and I've posted this > before and tried the suggestions that was given to me by some helpfull > people but still I can't make transparent proxy to run. Thanks again Well, transparent proxies need more options to run, namely, IPFIREWALL_FORWARD. Copy GENERIC to some new file, the machine name is a popular choice, add the lines you figure out you need, delete things that came from GENERIC that you don't need, and build a new kernel. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 13: 2: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 8E7B837B61F for ; Sun, 2 Jul 2000 13:01:55 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 138oWz-0002tQ-00; Sun, 02 Jul 2000 19:31:49 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 138oWz-000Jpw-00; Sun, 02 Jul 2000 19:31:49 +0100 Date: Sun, 2 Jul 2000 19:31:48 +0100 From: Ben Smithurst To: Generic Player Cc: questions@freebsd.org Subject: Re: How do you people listen to mp3s? Message-ID: <20000702193148.P48373@strontium.scientia.demon.co.uk> References: <395F7E7A.2A928EC3@unitedtamers.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="2wYUONsACSj9OMJp" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <395F7E7A.2A928EC3@unitedtamers.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --2wYUONsACSj9OMJp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Generic Player wrote: > I can't manage to find an mp3 player that works under freebsd > 4.0-release. They all skip horribly any time the system accesses the > disk at all, the only one I can get to play smoothly is kmp3, by turning > the buffer up to max. But it randomly crashes and then won't start > again unless I reboot the machine. A stable OS is no good if there are > no stable programs for it right? What programs do you use, or is it a > 4.0-release issue maybe? I use amp (/usr/ports/audio/amp) with my own front-end for it. (All command line based, so if you want a GUI this isn't for you.) --=20 Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D --2wYUONsACSj9OMJp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: VJKXc/zqQrQ3dvkQGETu/oM1O/KEGCj1 iQCVAwUBOV+KlCsPVtiZOS99AQGVKAP+KnLMUG7tZ48bmat5tpXJEV2kFyTR29IX yxtrgfezlfwV6pH1NbcGJRsJclDMiSH9tm/fd8MCMo70SYIfSJTrX3rv9wzGWkwn +HBfgOdS0OTvVkKEh4QXSB4rsU+4XLr2NI2UBYxPsHjIpmzC8F+vyzXVJiWwWDdY lsMnas/l0Cg= =SJZ+ -----END PGP SIGNATURE----- --2wYUONsACSj9OMJp-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 13: 5:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eagle.prod.itd.earthlink.net (eagle.prod.itd.earthlink.net [207.217.120.24]) by hub.freebsd.org (Postfix) with ESMTP id A583137B575 for ; Sun, 2 Jul 2000 13:05:50 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from dialin-client.earthlink.net (pool0639.cvx20-bradley.dialup.earthlink.net [209.179.252.129]) by eagle.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id NAA28145; Sun, 2 Jul 2000 13:05:48 -0700 (PDT) Received: (from cjc@localhost) by dialin-client.earthlink.net (8.9.3/8.9.3) id NAA04056; Sun, 2 Jul 2000 13:01:28 -0700 (PDT) Date: Sun, 2 Jul 2000 13:01:15 -0700 From: "Crist J. Clark" To: Jim Bean Cc: freebsd-questions@FreeBSD.ORG Subject: Re: No route to host (newbie question) Message-ID: <20000702130115.C3842@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <20000702185933.2776.qmail@web1202.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000702185933.2776.qmail@web1202.mail.yahoo.com>; from jimbean109@yahoo.com on Sun, Jul 02, 2000 at 11:59:33AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 11:59:33AM -0700, Jim Bean wrote: > I'm not a newbie but I left my brain somewhere and I'm > over looking something very obvious. > > I'm running 2 FreeBSD servers both on a 10 network, > subnet 255.255.255.0. The first machine (10.1.1.1) > had been in place for sometime and is also the gateway > to the net. The second machine (10.1.1.3) (there is > another windows machine in there 10.1.1.2), was > brought up with the intentions of replacing the first. > In the mean time I set this machin up with the > default route of 10.1.1.1 which has worked fine, I > could get inside and outside from this machine. I > have since been ready to bring this machine into > production and for testing wanted to give it its own > route to the net. > > I.E. > 10.1.1.1 and 10.1.1.3 each sees the internal network > and sees the net through their own PPP connection. > > Easy enough....well, I made some changes to the > rc.conf (on 10.1.1.3) and now I can not get in or out > of this machine, I can not telnet/ftp/etc. to it and > when I try to get out I get no route to host. And I > did not make a backup cp (of course). That's quite a story. Well told. I had to get a hanky. Did you have a question though? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 13: 9: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 01A4F37B575 for ; Sun, 2 Jul 2000 13:09:02 -0700 (PDT) (envelope-from rjoseph@mammalia.org) Received: by manatee.mammalia.org (Postfix, from userid 1000) id 6934011CE07; Sun, 2 Jul 2000 13:09:01 -0700 (PDT) Date: Sun, 2 Jul 2000 13:09:01 -0700 From: R Joseph Wright To: freebsd-questions@FreeBSD.org Subject: making shell script run in its own directory Message-ID: <20000702130901.A66305@manatee.mammalia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How do I make a shell script run in the directory where it resides rather than the directory where it was called from? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 13: 9: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web1203.mail.yahoo.com (web1203.mail.yahoo.com [128.11.23.139]) by hub.freebsd.org (Postfix) with SMTP id 2F93137BDEA for ; Sun, 2 Jul 2000 13:09:03 -0700 (PDT) (envelope-from jimbean109@yahoo.com) Received: (qmail 19440 invoked by uid 60001); 2 Jul 2000 20:09:02 -0000 Message-ID: <20000702200902.19439.qmail@web1203.mail.yahoo.com> Received: from [209.122.46.221] by web1203.mail.yahoo.com; Sun, 02 Jul 2000 13:09:02 PDT Date: Sun, 2 Jul 2000 13:09:02 -0700 (PDT) From: Jim Bean Subject: Re: No route to host (newbie question) To: cjclark@alum.mit.edu Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well for those of you who are mentally challenged the obvious question would seem to be what could be the obvious things that I may be over looking. --- "Crist J. Clark" wrote: > On Sun, Jul 02, 2000 at 11:59:33AM -0700, Jim Bean > wrote: > > I'm not a newbie but I left my brain somewhere and > I'm > > over looking something very obvious. > > > > I'm running 2 FreeBSD servers both on a 10 > network, > > subnet 255.255.255.0. The first machine > (10.1.1.1) > > had been in place for sometime and is also the > gateway > > to the net. The second machine (10.1.1.3) (there > is > > another windows machine in there 10.1.1.2), was > > brought up with the intentions of replacing the > first. > > In the mean time I set this machin up with the > > default route of 10.1.1.1 which has worked fine, I > > could get inside and outside from this machine. I > > have since been ready to bring this machine into > > production and for testing wanted to give it its > own > > route to the net. > > > > I.E. > > 10.1.1.1 and 10.1.1.3 each sees the internal > network > > and sees the net through their own PPP connection. > > > > Easy enough....well, I made some changes to the > > rc.conf (on 10.1.1.3) and now I can not get in or > out > > of this machine, I can not telnet/ftp/etc. to it > and > > when I try to get out I get no route to host. And > I > > did not make a backup cp (of course). > > That's quite a story. Well told. I had to get a > hanky. > > Did you have a question though? > -- > Crist J. Clark cjclark@alum.mit.edu __________________________________________________ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 13:13:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.100.7]) by hub.freebsd.org (Postfix) with ESMTP id B6CD737BE52 for ; Sun, 2 Jul 2000 13:13:53 -0700 (PDT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.9.3/8.9.3) with ESMTP id QAA36660; Sun, 2 Jul 2000 16:13:49 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <200007020646.XAA33796@john.baldwin.cx> References: <200007020646.XAA33796@john.baldwin.cx> Date: Sun, 2 Jul 2000 16:14:06 -0400 To: John Baldwin From: Garance A Drosihn Subject: RE: Error msgs about partition/slices on multi-OS setup Cc: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 11:46 PM -0700 7/1/00, John Baldwin wrote: >On 30-Jun-00 Garance A Drosihn wrote: > > My PC has two IDE hard disks in it. The first one is on the > > motherboard's IDE controller (and thus is ad0), and is setup as: > >Could you respond and include the output of fdisk on each disk? >I.e., include 'fdisk ad0' and 'fdisk ad4'. Thanks. Gladly... ******* Working on device /dev/ad0 ******* parameters extracted from in-core disklabel are: cylinders=3736 heads=255 sectors/track=63 (16065 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=3736 heads=255 sectors/track=63 (16065 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 7,(OS/2 HPFS, NTFS, QNX or Advanced UNIX) start 63, size 5333517 (2604 Meg), flag 0 beg: cyl 0/ sector 1/ head 1; end: cyl 331/ sector 63/ head 254 The data for partition 2 is: sysid 5,(Extended DOS) start 5333580, size 4899825 (2392 Meg), flag 0 beg: cyl 332/ sector 1/ head 0; end: cyl 636/ sector 63/ head 254 The data for partition 3 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 10233405, size 14329980 (6997 Meg), flag 80 (active) beg: cyl 637/ sector 1/ head 0; end: cyl 1023/ sector 63/ head 254 The data for partition 4 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 24563385, size 35455455 (17312 Meg), flag 80 (active) beg: cyl 1023/ sector 63/ head 255; end: cyl 1023/ sector 63/ head 254 ******* Working on device /dev/ad4 ******* parameters extracted from in-core disklabel are: cylinders=39693 heads=16 sectors/track=63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=39693 heads=16 sectors/track=63 (1008 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 131,(Linux filesystem) start 63, size 3686193 (1799 Meg), flag 0 beg: cyl 0/ sector 1/ head 1; end: cyl 1023/ sector 63/ head 15 The data for partition 2 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 3686256, size 12287520 (5999 Meg), flag 80 (active) beg: cyl 1023/ sector 63/ head 255; end: cyl 1023/ sector 63/ head 15 The data for partition 3 is: sysid 166,(OpenBSD) start 15973776, size 24036768 (11736 Meg), flag 0 beg: cyl 1023/ sector 63/ head 255; end: cyl 1023/ sector 63/ head 15 The data for partition 4 is: --- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or drosih@rpi.edu Rensselaer Polytechnic Institute To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 13:14:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.telestream.com (mail.telestream.com [205.238.4.5]) by hub.freebsd.org (Postfix) with ESMTP id 3DBC937BE52 for ; Sun, 2 Jul 2000 13:14:50 -0700 (PDT) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id NAA19472; Sun, 2 Jul 2000 13:14:45 -0700 Date: Sun, 2 Jul 2000 13:14:45 -0700 (PDT) From: To: R Joseph Wright Cc: freebsd-questions@FreeBSD.ORG Subject: Re: making shell script run in its own directory In-Reply-To: <20000702130901.A66305@manatee.mammalia.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Never really done that before but just thinking off the top of my head I would say that if you set PATH in the script it will run reletive to what you set PATH to. Keith ================================= Keith W. At the helm ================================= On Sun, 2 Jul 2000, R Joseph Wright wrote: > How do I make a shell script run in the directory where it resides rather than > the directory where it was called from? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 13:34: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 98DF337B70B for ; Sun, 2 Jul 2000 13:34:02 -0700 (PDT) (envelope-from rjoseph@mammalia.org) Received: by manatee.mammalia.org (Postfix, from userid 1000) id 0221011CE07; Sun, 2 Jul 2000 13:34:01 -0700 (PDT) Date: Sun, 2 Jul 2000 13:34:01 -0700 From: R Joseph Wright To: keith@mail.telestream.com Cc: freebsd-questions@FreeBSD.org Subject: Re: making shell script run in its own directory Message-ID: <20000702133401.A66699@manatee.mammalia.org> References: <20000702130901.A66305@manatee.mammalia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from keith@mail.telestream.com on Sun, Jul 02, 2000 at 01:14:45PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 01:14:45PM -0700, keith@mail.telestream.com wrote: > Never really done that before but just thinking off the top of my head I > would say that if you set PATH in the script it will run reletive to what > you set PATH to. Unfortunately, I've tried that without success =(. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 13:37:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f189.hotmail.com [216.32.181.189]) by hub.freebsd.org (Postfix) with SMTP id B797D37B59C for ; Sun, 2 Jul 2000 13:37:32 -0700 (PDT) (envelope-from pornopete@hotmail.com) Received: (qmail 68924 invoked by uid 0); 2 Jul 2000 20:37:31 -0000 Message-ID: <20000702203731.68923.qmail@hotmail.com> Received: from 24.65.75.142 by www.hotmail.com with HTTP; Sun, 02 Jul 2000 13:37:31 PDT X-Originating-IP: [24.65.75.142] From: "Peter Panopoulos" To: freebsd-questions@FreeBSD.ORG Subject: help Date: Sun, 02 Jul 2000 20:37:31 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My / dir is full. I did not initially allocate enough space to it. Is their a way for me to give it more space without having to disturb the any data? My df reads as follows: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad3s1a 49583 45631 -14 100% / /dev/ad3s1f 9830259 1809753 7234086 20% /usr /dev/ad3s1e 19815 4431 13799 24% /var procfs 4 4 0 100% /proc thanx ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 13:39:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id 54F1137B642 for ; Sun, 2 Jul 2000 13:39:24 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 29009 invoked from network); 2 Jul 2000 20:39:19 -0000 Received: from unknown (HELO theory3.physics.iisc.ernet.in) (qmailr@144.16.71.158) by theory1.physics.iisc.ernet.in with SMTP; 2 Jul 2000 20:39:19 -0000 Received: (qmail 2042 invoked by uid 211); 2 Jul 2000 20:39:17 -0000 Date: Mon, 3 Jul 2000 02:09:17 +0530 From: Rahul Siddharthan To: Jim Bean Cc: cjclark@alum.mit.edu, freebsd-questions@FreeBSD.ORG Subject: Re: No route to host (newbie question) Message-ID: <20000703020917.A1898@physics.iisc.ernet.in> Mail-Followup-To: Jim Bean , cjclark@alum.mit.edu, freebsd-questions@FreeBSD.ORG References: <20000702200902.19439.qmail@web1203.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000702200902.19439.qmail@web1203.mail.yahoo.com>; from jimbean109@yahoo.com on Sun, Jul 02, 2000 at 01:09:02PM -0700 X-Operating-System: Linux 2.4.0-test3 i686 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG People may be more inclined to help if you'd say what changes you made to rc.conf, etc. Jim Bean said on Jul 2, 2000 at 13:09:02: > Well for those of you who are mentally challenged the > obvious question would seem to be what could be the > obvious things that I may be over looking. > > > --- "Crist J. Clark" wrote: > > On Sun, Jul 02, 2000 at 11:59:33AM -0700, Jim Bean > > wrote: > > > I'm not a newbie but I left my brain somewhere and > > I'm > > > over looking something very obvious. > > > > > > I'm running 2 FreeBSD servers both on a 10 > > network, > > > subnet 255.255.255.0. The first machine > > (10.1.1.1) > > > had been in place for sometime and is also the > > gateway > > > to the net. The second machine (10.1.1.3) (there > > is > > > another windows machine in there 10.1.1.2), was > > > brought up with the intentions of replacing the > > first. > > > In the mean time I set this machin up with the > > > default route of 10.1.1.1 which has worked fine, I > > > could get inside and outside from this machine. I > > > have since been ready to bring this machine into > > > production and for testing wanted to give it its > > own > > > route to the net. > > > > > > I.E. > > > 10.1.1.1 and 10.1.1.3 each sees the internal > > network > > > and sees the net through their own PPP connection. > > > > > > Easy enough....well, I made some changes to the > > > rc.conf (on 10.1.1.3) and now I can not get in or > > out > > > of this machine, I can not telnet/ftp/etc. to it > > and > > > when I try to get out I get no route to host. And > > I > > > did not make a backup cp (of course). > > > > That's quite a story. Well told. I had to get a > > hanky. > > > > Did you have a question though? > > -- > > Crist J. Clark > cjclark@alum.mit.edu > > > __________________________________________________ > Do You Yahoo!? > Kick off your party with Yahoo! Invites. > http://invites.yahoo.com/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 13:44:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from atlrel2.hp.com (atlrel2.hp.com [156.153.255.202]) by hub.freebsd.org (Postfix) with ESMTP id A1D8A37B59C for ; Sun, 2 Jul 2000 13:44:21 -0700 (PDT) (envelope-from gene_dinkey@hp.com) Received: from amrelay1.boi.hp.com (amrelay1.boi.hp.com [15.56.8.24]) by atlrel2.hp.com (Postfix) with ESMTP id 8C46F174; Sun, 2 Jul 2000 16:44:20 -0400 (EDT) Received: from xboibrg1.boi.hp.com (xboibrg1.boi.hp.com [15.56.8.167]) by amrelay1.boi.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with SMTP id OAA02721; Sun, 2 Jul 2000 14:44:19 -0600 (MDT) Received: from 15.56.8.167 by xboibrg1.boi.hp.com (InterScan E-Mail VirusWall NT); Sun, 02 Jul 2000 14:44:19 -0600 (Mountain Daylight Time) Received: by xboibrg1.boi.hp.com with Internet Mail Service (5.5.2650.21) id ; Sun, 2 Jul 2000 14:44:19 -0600 Message-ID: From: "DINKEY,GENE (HP-Loveland,ex1)" To: "'Peter Panopoulos'" , freebsd-questions@FreeBSD.ORG Subject: RE: help Date: Sun, 2 Jul 2000 14:44:18 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As far as I know it is impossible to (on any UNIX I've ever dealt with) to grow the root slice after it has been created. This also applies to systems using logical volumes (like HP-UX). Someone please correct me if I'm wrong though... Gene >-----Original Message----- >From: Peter Panopoulos [mailto:pornopete@hotmail.com] >Sent: Sunday, July 02, 2000 2:38 PM >To: freebsd-questions@FreeBSD.ORG >Subject: help > > >My / dir is full. I did not initially allocate enough space >to it. Is >their a way for me to give it more space without having to >disturb the any >data? My df reads as follows: > >Filesystem 1K-blocks Used Avail Capacity Mounted on >/dev/ad3s1a 49583 45631 -14 100% / >/dev/ad3s1f 9830259 1809753 7234086 20% /usr >/dev/ad3s1e 19815 4431 13799 24% /var >procfs 4 4 0 100% /proc > >thanx >_______________________________________________________________ >_________ >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 13:44:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.telestream.com (mail.telestream.com [205.238.4.5]) by hub.freebsd.org (Postfix) with ESMTP id 50DA237BE87 for ; Sun, 2 Jul 2000 13:44:47 -0700 (PDT) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id NAA19874; Sun, 2 Jul 2000 13:44:45 -0700 Date: Sun, 2 Jul 2000 13:44:45 -0700 (PDT) From: To: Peter Panopoulos Cc: freebsd-questions@FreeBSD.ORG Subject: Re: help In-Reply-To: <20000702203731.68923.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had that happen to me once to. Best that I can remember is that I took the /root which seemed to be getting full and moved it to a larger partition and set a link to it in / . Keith ================================= Keith W. At the helm ================================= On Sun, 2 Jul 2000, Peter Panopoulos wrote: > My / dir is full. I did not initially allocate enough space to it. Is > their a way for me to give it more space without having to disturb the any > data? My df reads as follows: > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad3s1a 49583 45631 -14 100% / > /dev/ad3s1f 9830259 1809753 7234086 20% /usr > /dev/ad3s1e 19815 4431 13799 24% /var > procfs 4 4 0 100% /proc > > thanx > ________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 13:49:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from penguin.prod.itd.earthlink.net (penguin.prod.itd.earthlink.net [207.217.120.134]) by hub.freebsd.org (Postfix) with ESMTP id D5C1537BE24 for ; Sun, 2 Jul 2000 13:49:41 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from dialin-client.earthlink.net (pool0639.cvx20-bradley.dialup.earthlink.net [209.179.252.129]) by penguin.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id NAA24207; Sun, 2 Jul 2000 13:49:19 -0700 (PDT) Received: (from cjc@localhost) by dialin-client.earthlink.net (8.9.3/8.9.3) id NAA04164; Sun, 2 Jul 2000 13:47:39 -0700 (PDT) Date: Sun, 2 Jul 2000 13:47:19 -0700 From: "Crist J. Clark" To: Jim Bean Cc: freebsd-questions@FreeBSD.ORG Subject: Re: No route to host (newbie question) Message-ID: <20000702134718.D3842@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <20000702200902.19439.qmail@web1203.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000702200902.19439.qmail@web1203.mail.yahoo.com>; from jimbean109@yahoo.com on Sun, Jul 02, 2000 at 01:09:02PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 01:09:02PM -0700, Jim Bean wrote: > Well for those of you who are mentally challenged the > obvious question would seem to be what could be the > obvious things that I may be over looking. Obvious things like giving us enough information to make wild stabs at the problem. He said he made changes to rc.conf. Well, a hint as to what changes were made, and what was in rc.conf before would be nice. Routing tables, interface configurations, PPP configurations, the physical setup of the network would be good start too. "I have two cars. One is red one is blue. Both used to work. I did some things under the hood the blue one. Now that car does not work." > --- "Crist J. Clark" wrote: > > On Sun, Jul 02, 2000 at 11:59:33AM -0700, Jim Bean > > wrote: > > > I'm not a newbie but I left my brain somewhere and > > I'm > > > over looking something very obvious. > > > > > > I'm running 2 FreeBSD servers both on a 10 > > network, > > > subnet 255.255.255.0. The first machine > > (10.1.1.1) > > > had been in place for sometime and is also the > > gateway > > > to the net. The second machine (10.1.1.3) (there > > is > > > another windows machine in there 10.1.1.2), was > > > brought up with the intentions of replacing the > > first. > > > In the mean time I set this machin up with the > > > default route of 10.1.1.1 which has worked fine, I > > > could get inside and outside from this machine. I > > > have since been ready to bring this machine into > > > production and for testing wanted to give it its > > own > > > route to the net. > > > > > > I.E. > > > 10.1.1.1 and 10.1.1.3 each sees the internal > > network > > > and sees the net through their own PPP connection. > > > > > > Easy enough....well, I made some changes to the > > > rc.conf (on 10.1.1.3) and now I can not get in or > > out > > > of this machine, I can not telnet/ftp/etc. to it > > and > > > when I try to get out I get no route to host. And > > I > > > did not make a backup cp (of course). > > > > That's quite a story. Well told. I had to get a > > hanky. > > > > Did you have a question though? > > -- > > Crist J. Clark > cjclark@alum.mit.edu > > > __________________________________________________ > Do You Yahoo!? > Kick off your party with Yahoo! Invites. > http://invites.yahoo.com/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 13:51:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 7C2FF37BE6C for ; Sun, 2 Jul 2000 13:51:45 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e62KpiM28843; Sun, 2 Jul 2000 13:51:44 -0700 (PDT) Date: Sun, 2 Jul 2000 13:51:44 -0700 From: Alfred Perlstein To: kyle keasling Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Slight Problem! Message-ID: <20000702135144.Q25571@fw.wintelcom.net> References: <6715-395F9CF0-8187@storefull-166.iap.bryant.webtv.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <6715-395F9CF0-8187@storefull-166.iap.bryant.webtv.net>; from tedibare1@webtv.net on Sun, Jul 02, 2000 at 12:50:08PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * kyle keasling [000702 12:50] wrote: > I have received the cd version of freebsd 5 > and it contains 4 or 5 cds and the first cd labled > Disc 1 had an acciddent and cracked before iinstall your guys operating > system and I was wondering if there is an ftp site that i can download > that first cd only and perhaps go on with the installion like that ? ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/ -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 13:52:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 4316837BE52 for ; Sun, 2 Jul 2000 13:52:53 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e62Kqpf28867; Sun, 2 Jul 2000 13:52:51 -0700 (PDT) Date: Sun, 2 Jul 2000 13:52:51 -0700 From: Alfred Perlstein To: R Joseph Wright Cc: freebsd-questions@FreeBSD.ORG Subject: Re: making shell script run in its own directory Message-ID: <20000702135251.R25571@fw.wintelcom.net> References: <20000702130901.A66305@manatee.mammalia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000702130901.A66305@manatee.mammalia.org>; from rjoseph@mammalia.org on Sun, Jul 02, 2000 at 01:09:01PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * R Joseph Wright [000702 13:09] wrote: > How do I make a shell script run in the directory where it resides rather than > the directory where it was called from? It's impossible, afaik. (It's been discussed before) -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 14: 8:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.prod.itd.earthlink.net (merlin.prod.itd.earthlink.net [207.217.120.156]) by hub.freebsd.org (Postfix) with ESMTP id 5658737B52E for ; Sun, 2 Jul 2000 14:08:32 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from dialin-client.earthlink.net (pool0639.cvx20-bradley.dialup.earthlink.net [209.179.252.129]) by merlin.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id OAA04946; Sun, 2 Jul 2000 14:08:03 -0700 (PDT) Received: (from cjc@localhost) by dialin-client.earthlink.net (8.9.3/8.9.3) id OAA04304; Sun, 2 Jul 2000 14:06:09 -0700 (PDT) Date: Sun, 2 Jul 2000 14:06:02 -0700 From: "Crist J. Clark" To: R Joseph Wright Cc: freebsd-questions@FreeBSD.ORG Subject: Re: making shell script run in its own directory Message-ID: <20000702140601.E3842@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <20000702130901.A66305@manatee.mammalia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000702130901.A66305@manatee.mammalia.org>; from rjoseph@mammalia.org on Sun, Jul 02, 2000 at 01:09:01PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 01:09:01PM -0700, R Joseph Wright wrote: > How do I make a shell script run in the directory where it resides rather than > the directory where it was called from? Assuming sh(1), I think this would do it, cd `dirname $0` -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 14:14:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailgw01.execpc.com (mailgw01.execpc.com [169.207.2.78]) by hub.freebsd.org (Postfix) with ESMTP id 2F78B37B59A for ; Sun, 2 Jul 2000 14:14:26 -0700 (PDT) (envelope-from hamilton@pobox.com) Received: from woodstock.monkey.net (d168.as14.nwbl0.wi.voyager.net [169.207.136.42]) by mailgw01.execpc.com (8.9.1) id QAA29421; Sun, 2 Jul 2000 16:14:10 -0500 Received: from pobox.com (localhost [127.0.0.1]) by woodstock.monkey.net (Postfix) with ESMTP id 38B1216F; Sun, 2 Jul 2000 16:13:44 -0500 (CDT) X-Mailer: exmh version 2.1.1 10/16/1999 To: R Joseph Wright Cc: freebsd-questions@FreeBSD.org Subject: Re: making shell script run in its own directory In-reply-to: Your message of "Sun, 02 Jul 2000 13:09:01 PDT." <20000702130901.A66305@manatee.mammalia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 02 Jul 2000 16:13:44 -0500 From: Jon Hamilton Message-Id: <20000702211344.38B1216F@woodstock.monkey.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000702130901.A66305@manatee.mammalia.org>, R Joseph Wright wrote: } How do I make a shell script run in the directory where it resides rather tha } n } the directory where it was called from? Before you do anything interesting in the script, add a line like: cd $(dirname $0) Though generally I consider this kind of thing bad practice. -- Jon Hamilton hamilton@pobox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 14:22: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id 6C69437B559 for ; Sun, 2 Jul 2000 14:22:03 -0700 (PDT) (envelope-from shawn@megadeth.org) Received: from shawn.megadeth.org (shawn.megadeth.org [192.216.87.244]) by luke.cpl.net (8.9.3/8.9.3) with ESMTP id OAA37491 for ; Sun, 2 Jul 2000 14:22:02 -0700 (PDT) Message-Id: <4.3.0.20000702142023.01edfe00@mail.cpl.net> X-Sender: megadeth@mail.cpl.net X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Sun, 02 Jul 2000 14:22:25 -0700 To: questions@freebsd.org From: Shawn Ramsey Subject: RAID Controllers Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Are there any RAID controllers that FreeBSD 3.4 or 4.0 is capable of booting off of? If not, would it be possible to put the entire system (including / ) on the RAID, and say boot from a floppy? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 14:26: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id CADB137B559 for ; Sun, 2 Jul 2000 14:26:02 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e62LQ1t29896; Sun, 2 Jul 2000 14:26:01 -0700 (PDT) Date: Sun, 2 Jul 2000 14:26:01 -0700 From: Alfred Perlstein To: Shawn Ramsey Cc: questions@FreeBSD.ORG Subject: Re: RAID Controllers Message-ID: <20000702142601.T25571@fw.wintelcom.net> References: <4.3.0.20000702142023.01edfe00@mail.cpl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <4.3.0.20000702142023.01edfe00@mail.cpl.net>; from shawn@megadeth.org on Sun, Jul 02, 2000 at 02:22:25PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Shawn Ramsey [000702 14:22] wrote: > Are there any RAID controllers that FreeBSD 3.4 or 4.0 is capable of > booting off of? If not, would it be possible to put the entire system > (including / ) on the RAID, and say boot from a floppy? Last I heard AMI-mega raid are bootable, but I can't be 100% sure. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 14:27:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from otonabee.pixelhammer.com (sense-nbd95-64.oz.net [216.39.165.64]) by hub.freebsd.org (Postfix) with ESMTP id 5A2ED37B6AE for ; Sun, 2 Jul 2000 14:27:14 -0700 (PDT) (envelope-from dave@pixelhammer.com) Received: from redbird (redbird.pixelhammer.com [192.168.0.2]) by otonabee.pixelhammer.com (8.9.3/8.9.3) with SMTP id OAA26225 for ; Sun, 2 Jul 2000 14:36:14 -0700 (PDT) From: DAve Reply-To: dave@pixelhammer.com To: freebsd-questions@FreeBSD.ORG Subject: adding another drive, bios questions Date: Sun, 2 Jul 2000 14:23:16 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00070214392100.00809@redbird> Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am at my wits end here trying to add a second drive to my file server. I have a gateway file server, P90 with 32mb ram. FreeBSD is installed and running just fine. The mother board has two IDE interfaces, one labled 'pri IDE' the other labled 'PCI IDE'.=20 Currently I have the sys drive as master and the CD as slave on the interface labled 'pri IDE'. I want to put two new drives on the box. Attempting to use the interface labled 'PCI IDE' gets me nowhere. I've tried; 1) LBA on/off 2) AUTO CONFIG on/off (manually set cyl, sec, etc) 3) new drives set as slave on cable first pos, master on cable end position, and both as slave. (leaving system disk only set as master on 'pri IDE' interface) I have one other box which the bios never sees the drive yet FBSD finds it and boots just fine. However FBSD never finds a drive on this box.=20 I have made no changes to the kernel other than to add these lines as per LINT. controller wdc1 at isa? port "IO_WD2" bio irq 15 disk wd2 at wdc1 drive 0 Recompiled and installed, reboot, I get this message from dmesg=20 "wdc1 not found at 0x170" My bios has no place to tell me what IRQ or mem address the IDE interfaces reside at, or where I can change/add this info. How can I tell FBSD where the drives are? Any thoughts? DAve --=20 "My center is giving way,=20 my right is pushed back;=20 situation excellent,=20 I am attacking." =0D=20 Ferdinand Foch at the Second Battle of the Marne (1918) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 14:35:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from atlrel2.hp.com (atlrel2.hp.com [156.153.255.202]) by hub.freebsd.org (Postfix) with ESMTP id B005037B87F for ; Sun, 2 Jul 2000 14:35:09 -0700 (PDT) (envelope-from gene_dinkey@hp.com) Received: from amrelay2.boi.hp.com (amrelay2.boi.hp.com [15.56.8.41]) by atlrel2.hp.com (Postfix) with ESMTP id 2E13B4CA; Sun, 2 Jul 2000 17:35:08 -0400 (EDT) Received: from xboibrg2.boi.hp.com (xboibrg2.boi.hp.com [15.56.8.172]) by amrelay2.boi.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with SMTP id PAA16021; Sun, 2 Jul 2000 15:35:06 -0600 (MDT) Received: from 15.56.8.172 by xboibrg2.boi.hp.com (InterScan E-Mail VirusWall NT); Sun, 02 Jul 2000 15:35:06 -0600 (Mountain Daylight Time) Received: by xboibrg2.boi.hp.com with Internet Mail Service (5.5.2650.21) id ; Sun, 2 Jul 2000 15:35:06 -0600 Message-ID: From: "DINKEY,GENE (HP-Loveland,ex1)" To: "'Shawn Ramsey'" , questions@freebsd.org Subject: RE: RAID Controllers Date: Sun, 2 Jul 2000 15:35:04 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If your running hardware RAID the array each logical volume on the array is presented to both the BIOS and the OS as being a single disk. The RAID controller handles addressing to the physical disks. After hardware RAID is set up (through the controllers firmware) you should be able to go about installing the operating system normaly, asuming you have a supported chipset. You would need to check the hardware compatibility list at http://www.freebsd.org/handbook/hw.html Enjoy Gene >-----Original Message----- >From: Shawn Ramsey [mailto:shawn@megadeth.org] >Sent: Sunday, July 02, 2000 3:22 PM >To: questions@freebsd.org >Subject: RAID Controllers > > >Are there any RAID controllers that FreeBSD 3.4 or 4.0 is capable of >booting off of? If not, would it be possible to put the entire system >(including / ) on the RAID, and say boot from a floppy? > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 14:53:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wilsonandhorton.co.nz (fw2.wilsonandhorton.co.nz [203.99.66.4]) by hub.freebsd.org (Postfix) with ESMTP id C4BA037B703 for ; Sun, 2 Jul 2000 14:53:07 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by wilsonandhorton.co.nz (8.9.3/8.9.3) id JAA00612; Mon, 3 Jul 2000 09:52:06 +1200 (NZST) (envelope-from jonc) Date: Mon, 3 Jul 2000 09:52:06 +1200 From: Jonathan Chen To: "Fitra S. Alim" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: annoying message Message-ID: <20000703095206.A382@jonc.ntdns.wilsonandhorton.co.n> References: <20000702220835.A2676@anvil.acme.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000702220835.A2676@anvil.acme.net>; from fitra@melsa.net.id on Sun, Jul 02, 2000 at 10:08:36PM +0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 10:08:36PM +0700, Fitra S. Alim wrote: > > Hi, > > One of my Internet providers produce this annoying messages: > > Jul 2 21:32:00 anvil pppd[409]: rcvd [CCP ConfAck id=0x40] > Jul 2 21:32:00 anvil pppd[409]: rcvd [CCP ConfReq id=0x43 < 04 02>] > Jul 2 21:32:00 anvil pppd[409]: sent [CCP ConfReq id=0x41 ] > Jul 2 21:32:00 anvil pppd[409]: sent [CCP ConfRej id=0x43 < 04 02>] > Jul 2 21:32:01 anvil pppd[409]: rcvd [CCP ConfRej id=0x41 ] > Jul 2 21:32:01 anvil pppd[409]: sent [CCP ConfReq id=0x42] > Jul 2 21:32:01 anvil pppd[409]: rcvd [CCP ConfReq id=0x44] > Jul 2 21:32:01 anvil pppd[409]: sent [CCP ConfAck id=0x44] > Jul 2 21:32:01 anvil pppd[409]: rcvd [CCP ConfAck id=0x42] > Jul 2 21:32:01 anvil pppd[409]: rcvd [CCP ConfReq id=0x45 < 04 02>] Looks like some annoyance with the Compression protocol. You could try disabling it. Why not try ppp(8) ie: user-ppp, the support appears to be better there.. -- Jonathan Chen ---------------------------------------------------------------------- "You can get farther with a kind word and a gun than you can with a kind word alone" - Al Capone To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 14:56:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eagle.prod.itd.earthlink.net (eagle.prod.itd.earthlink.net [207.217.120.24]) by hub.freebsd.org (Postfix) with ESMTP id D2BB437B703 for ; Sun, 2 Jul 2000 14:56:21 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from dialin-client.earthlink.net (pool0301.cvx21-bradley.dialup.earthlink.net [209.179.193.46]) by eagle.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id OAA00235; Sun, 2 Jul 2000 14:56:18 -0700 (PDT) Received: (from cjc@localhost) by dialin-client.earthlink.net (8.9.3/8.9.3) id OAA04417; Sun, 2 Jul 2000 14:54:51 -0700 (PDT) Date: Sun, 2 Jul 2000 14:54:49 -0700 From: "Crist J. Clark" To: Peter Panopoulos Cc: freebsd-questions@FreeBSD.ORG Subject: Re: help Message-ID: <20000702145448.F3842@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <20000702203731.68923.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000702203731.68923.qmail@hotmail.com>; from pornopete@hotmail.com on Sun, Jul 02, 2000 at 08:37:31PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 08:37:31PM +0000, Peter Panopoulos wrote: > My / dir is full. I did not initially allocate enough space to it. Is > their a way for me to give it more space without having to disturb the any > data? My df reads as follows: > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad3s1a 49583 45631 -14 100% / > /dev/ad3s1f 9830259 1809753 7234086 20% /usr > /dev/ad3s1e 19815 4431 13799 24% /var > procfs 4 4 0 100% /proc Uh, hi, pornopete. As people have mentioned, there is no way to resize partitions without data loss. The better option is to figure out what is filling up your / partition and delete it or move it. I've been working this lil' drive on my notebook PC pretty hard, and I do just fine with this, [292:~] df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 29751 23928 3443 87% / /dev/ad0s1e 679439 543553 81531 87% /usr procfs 4 4 0 100% /proc My root partion is really small. As long as I don't try to keep too many kernels in /, I'm fine. How to keep down the size? People fill up /root, but that frequently means that they are probably working as root too much anyway. Don't build software in /root for example, do it in /usr/local. Another biggie is /tmp. Watch that does not fill. Depending on your needs, mount another partition on it or symlink it somewhere else are good choices. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 14:59: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 4082337B703 for ; Sun, 2 Jul 2000 14:59:04 -0700 (PDT) (envelope-from rjoseph@mammalia.org) Received: by manatee.mammalia.org (Postfix, from userid 1000) id 89F8211CE07; Sun, 2 Jul 2000 14:59:03 -0700 (PDT) Date: Sun, 2 Jul 2000 14:59:03 -0700 From: R Joseph Wright To: Jon Hamilton Cc: freebsd-questions@FreeBSD.org Subject: Re: making shell script run in its own directory Message-ID: <20000702145903.A66917@manatee.mammalia.org> References: <20000702130901.A66305@manatee.mammalia.org> <20000702211344.38B1216F@woodstock.monkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000702211344.38B1216F@woodstock.monkey.net>; from hamilton@pobox.com on Sun, Jul 02, 2000 at 04:13:44PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 04:13:44PM -0500, Jon Hamilton wrote: > > In message <20000702130901.A66305@manatee.mammalia.org>, R Joseph Wright wrote: > } How do I make a shell script run in the directory where it resides rather tha > } n > } the directory where it was called from? > > Before you do anything interesting in the script, add a line like: > > cd $(dirname $0) > > Though generally I consider this kind of thing bad practice. It works! Can yourself on that last point? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 15: 3: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id B90C737B7A6 for ; Sun, 2 Jul 2000 15:02:55 -0700 (PDT) (envelope-from shawn@megadeth.org) Received: from shawn.megadeth.org (shawn.megadeth.org [192.216.87.244]) by luke.cpl.net (8.9.3/8.9.3) with ESMTP id OAA48353; Sun, 2 Jul 2000 14:57:54 -0700 (PDT) Message-Id: <4.3.0.20000702145806.01ebe138@mail.cpl.net> X-Sender: megadeth@mail.cpl.net X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Sun, 02 Jul 2000 14:58:17 -0700 To: "DINKEY,GENE (HP-Loveland,ex1)" , questions@freebsd.org From: Shawn Ramsey Subject: RE: RAID Controllers In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 03:35 PM 7/2/2000 -0600, you wrote: If your running hardware RAID the array each logical volume on the array is presented to both the BIOS and the OS as being a single disk. The RAID controller handles addressing to the physical disks. After hardware RAID is set up (through the controllers firmware) you should be able to go about installing the operating system normaly, asuming you have a supported chipset. You would need to check the hardware compatibility list at http://www.freebsd.org/handbook/hw.html So you are saying any supported hardware RAID5 controller can be booted? For some reason, I thought there were previous issues with this. But maybe that was Vinum? I dunno... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 15: 5: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 960E937B73F for ; Sun, 2 Jul 2000 15:04:58 -0700 (PDT) (envelope-from rjoseph@mammalia.org) Received: by manatee.mammalia.org (Postfix, from userid 1000) id 307D511CE07; Sun, 2 Jul 2000 15:04:58 -0700 (PDT) Date: Sun, 2 Jul 2000 15:04:58 -0700 From: R Joseph Wright To: R Joseph Wright Cc: freebsd-questions@FreeBSD.org Subject: Re: making shell script run in its own directory Message-ID: <20000702150458.C66917@manatee.mammalia.org> References: <20000702130901.A66305@manatee.mammalia.org> <20000702211344.38B1216F@woodstock.monkey.net> <20000702145903.A66917@manatee.mammalia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000702145903.A66917@manatee.mammalia.org>; from rjoseph@mammalia.org on Sun, Jul 02, 2000 at 02:59:03PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 02:59:03PM -0700, R Joseph Wright wrote: > On Sun, Jul 02, 2000 at 04:13:44PM -0500, Jon Hamilton wrote: > > > > In message <20000702130901.A66305@manatee.mammalia.org>, R Joseph Wright wrote: > > } How do I make a shell script run in the directory where it resides rather tha > > } n > > } the directory where it was called from? > > > > Before you do anything interesting in the script, add a line like: > > > > cd $(dirname $0) > > > > Though generally I consider this kind of thing bad practice. > > It works! Can yourself on that last point? ^^^^^^^^ Oops, I meant to say "Can you explain yourself on that last point?" > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 15: 9:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.server.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id A0B4F37BEBC for ; Sun, 2 Jul 2000 15:09:16 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.89.8]) by mta01-svc.server.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000702220914.ZWTM381.mta01-svc.server.ntlworld.com@parish.my.domain>; Sun, 2 Jul 2000 23:09:14 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id XAA01255; Sun, 2 Jul 2000 23:09:01 +0100 (BST) (envelope-from mark) Date: Sun, 2 Jul 2000 23:09:01 +0100 From: Mark Ovens To: Salvo Bartolotta Cc: leegold , freebsd-questions@freebsd.org Subject: Re: trying to understand installing a device driver Message-ID: <20000702230901.A232@parish> References: <000501bfe37e$ef589e50$20e17ad1@beefstew> <20000701.18432200@bartequi.ottodomain.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000701.18432200@bartequi.ottodomain.org>; from bartequi@inwind.it on Sat, Jul 01, 2000 at 06:43:22PM +0000 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 01, 2000 at 06:43:22PM +0000, Salvo Bartolotta wrote: [snip] > Unix System Resource(s) --> usr ; Hey, I never knew that. I always thought it was a contraction of "user" (in the Unix tradition of terseness and brevity). In fact everyone I know pronounces "usr" as "user", e.g. "see dee slash user" -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 15:15:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.bna.bellsouth.net (mail2.bna.bellsouth.net [205.152.150.14]) by hub.freebsd.org (Postfix) with ESMTP id 3281637BE59 for ; Sun, 2 Jul 2000 15:15:46 -0700 (PDT) (envelope-from lauasanf@bellsouth.net) Received: from damage (host-209-214-113-72.bna.bellsouth.net [209.214.113.72]) by mail2.bna.bellsouth.net (3.3.5alt/0.75.2) with SMTP id SAA02148; Sun, 2 Jul 2000 18:15:32 -0400 (EDT) From: Laurence Sanford Reply-To: lauasanf@bellsouth.net To: "DINKEY,GENE (HP-Loveland,ex1)" , atabraga@iqm.unicamp.br, questions@FreeBSD.ORG Subject: RE: [off topic] Pentium IV Date: Sun, 2 Jul 2000 16:20:16 -0500 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: In-Reply-To: MIME-Version: 1.0 Message-Id: <00070216210101.20431@damage> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nope. This is Itanium. The P4 is an x86 chip. On Sun, 02 Jul 2000, DINKEY,GENE (HP-Loveland,ex1) spoke unto us, and they said: > Is the P4 the same thing as the IA-64? IA-64 is a join venture between HP > and Intel attempting to create a merge of PA-RISC and x86 > architectures...check out http://www.IA-64.hp.com, could be what your > looking for but I'm not sure. > > Gene > > >-----Original Message----- > >From: Laurence Sanford [mailto:lauasanf@bellsouth.net] > >Sent: Sunday, July 02, 2000 7:56 AM > >To: atabraga@iqm.unicamp.br; Ataualpa Albert Carmo Braga; > >questions@FreeBSD.ORG > >Subject: Re: [off topic] Pentium IV > > > > > >There are no details yet on the Pentium 4 (it is 4 btw, > >they've dropped the > >roman numerals) other than the fact that supposedly its > >architecture is as new > >and different from the rest of the P6 family as the Athlon's > >is. That, and > >supposedly, its going to run at very high (read start at > >1.3Ghz) clock rates. > >Only time will fill in more of the sketchy details that have > >been released. > > > > > > > >On Sat, 01 Jul 2000, Ataualpa Albert Carmo Braga spoke unto > >us, and they said: > >> Any one know where can i see details about Pentium IV? Like > >benchmarks > >> (no windows ones), or articles ? > >> > >> Another question: When Intel released Pentium MMX the > >principal changes > >> from Pentium was some instructions in the processor, bud only > >> softwares ables to "look for" that instructions worked better. With > >> Pentium II ==> Pentium III was the same thing. My question is: Are > >> there projects in unix word that take care news softwares > >become ables > >> to works with this "instructions"? > >> > >> Thanks, > >> > >> Ata. > >> > >> PS: Sorry for so poor english. > >> > >> -- > >> Ataualpa Albert Carmo Braga atabraga@iqm.unicamp.br > >> http://www.iqm.unicamp.br > >> > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-questions" in the body of the message > >-- > >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > >Drew Sanford > >Email: lauasanf@bellsouth.net > >ICQ: 8690555 > >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > > > >"My mother said to me, if you become a soldier, you'll be a > >general, if you > >become a monk, you'll end up as the pope. Instead I became a > >painter and > >wound up as Picasso." -- Pablo Picasso > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Drew Sanford Email: lauasanf@bellsouth.net ICQ: 8690555 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "My mother said to me, if you become a soldier, you'll be a general, if you become a monk, you'll end up as the pope. Instead I became a painter and wound up as Picasso." -- Pablo Picasso To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 15:18:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law-f77.hotmail.com [209.185.131.140]) by hub.freebsd.org (Postfix) with SMTP id 4467A37B78B for ; Sun, 2 Jul 2000 15:18:29 -0700 (PDT) (envelope-from zaid500@hotmail.com) Received: (qmail 26650 invoked by uid 0); 2 Jul 2000 22:18:28 -0000 Message-ID: <20000702221828.26649.qmail@hotmail.com> Received: from 195.39.152.77 by www.hotmail.com with HTTP; Sun, 02 Jul 2000 15:18:28 PDT X-Originating-IP: [195.39.152.77] From: "Zaid Dashti" To: freebsd-questions@FreeBSD.ORG Subject: hi Date: Mon, 03 Jul 2000 01:18:28 AST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi i have two questions: 1- how i can adduser with expire date ? 2- how i can make a free email in my FreeBSD, like Hotmail, yahoo and others ? and thank's ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 15:26: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.server.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id 7987837B693 for ; Sun, 2 Jul 2000 15:25:59 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.89.8]) by mta02-svc.server.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000702232522.NDHP10065.mta02-svc.server.ntlworld.com@parish.my.domain>; Sun, 2 Jul 2000 23:25:22 +0000 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id XAA01313; Sun, 2 Jul 2000 23:25:39 +0100 (BST) (envelope-from mark) Date: Sun, 2 Jul 2000 23:25:39 +0100 From: Mark Ovens To: Generic Player Cc: questions@freebsd.org Subject: Re: How do you people listen to mp3s? Message-ID: <20000702232539.B232@parish> References: <395F7E7A.2A928EC3@unitedtamers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <395F7E7A.2A928EC3@unitedtamers.com>; from generic@unitedtamers.com on Sun, Jul 02, 2000 at 01:40:10PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 01:40:10PM -0400, Generic Player wrote: > I can't manage to find an mp3 player that works under freebsd > 4.0-release. They all skip horribly any time the system accesses the > disk at all, What disk(s) do you have. I've noticed other people reporting this problem and they all seem to be using IDE disks. I'm using 4-STABLE, xmms 1.2.1 (which is an improvement over 1.0.1(?) for skipping BTW) and UW SCSI disks. I'm listening to an mp3 and also re-building the locate(1) database (a very disk intensive activity) and I haven't heard it skip yet. Curiously scrolling up and down a big web page in Netscape is almost guaranteed to make it skip (although nothing excessive). IDE disks, especially without UDMA, use a lot of CPU resources so I guess this could explain it. > the only one I can get to play smoothly is kmp3, by turning > the buffer up to max. But it randomly crashes and then won't start > again unless I reboot the machine. A stable OS is no good if there are > no stable programs for it right? What programs do you use, or is it a > 4.0-release issue maybe? > > Once again, all help is greatly appreciated > Generic Player > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 15:27:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailgw02.execpc.com (mailgw02.execpc.com [169.207.3.78]) by hub.freebsd.org (Postfix) with ESMTP id C524037B6AF for ; Sun, 2 Jul 2000 15:27:35 -0700 (PDT) (envelope-from hamilton@pobox.com) Received: from woodstock.monkey.net (d101.as15.nwbl0.wi.voyager.net [169.207.134.229]) by mailgw02.execpc.com (8.9.1) id RAA15436; Sun, 2 Jul 2000 17:27:34 -0500 Received: from pobox.com (localhost [127.0.0.1]) by woodstock.monkey.net (Postfix) with ESMTP id 27FC416F; Sun, 2 Jul 2000 17:27:28 -0500 (CDT) X-Mailer: exmh version 2.1.1 10/16/1999 To: R Joseph Wright Cc: freebsd-questions@FreeBSD.org Subject: Re: making shell script run in its own directory In-reply-to: Your message of "Sun, 02 Jul 2000 15:04:58 PDT." <20000702150458.C66917@manatee.mammalia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 02 Jul 2000 17:27:28 -0500 From: Jon Hamilton Message-Id: <20000702222728.27FC416F@woodstock.monkey.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ cd in a shell script so its cwd is the script directory ] } > > Though generally I consider this kind of thing bad practice. } > } > It works! Can yourself on that last point? } ^^^^^^^^ } Oops, I meant to say "Can you explain yourself on that last point?" In general, a shell script shouldn't behave differently just because someone moves it or makes a link to it that's in a different directory. There are circumstances where making a script work that way is the least of the available evils, I suppose. -- Jon Hamilton hamilton@pobox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 15:48:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web3205.mail.yahoo.com (web3205.mail.yahoo.com [204.71.202.202]) by hub.freebsd.org (Postfix) with SMTP id 4BCA837B7B2 for ; Sun, 2 Jul 2000 15:48:29 -0700 (PDT) (envelope-from danfairs@yahoo.co.uk) Message-ID: <20000702224828.22459.qmail@web3205.mail.yahoo.com> Received: from [194.83.240.17] by web3205.mail.yahoo.com; Sun, 02 Jul 2000 23:48:28 BST Date: Sun, 2 Jul 2000 23:48:28 +0100 (BST) From: =?iso-8859-1?q?Dan=20Fairs?= Subject: Re: making shell script run in its own directory To: Alfred Perlstein Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You could try a nasty hack using bash's pushd and popd but it's neither scalable nor portable... Dan --- Alfred Perlstein wrote: > * R Joseph Wright [000702 > 13:09] wrote: > > How do I make a shell script run in the directory > where it resides rather than > > the directory where it was called from? > > It's impossible, afaik. (It's been discussed > before) > > -Alfred > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 16:31:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.sdca.home.com (ha1.rdc1.sdca.home.com [24.0.3.66]) by hub.freebsd.org (Postfix) with ESMTP id B804C37BEB3 for ; Sun, 2 Jul 2000 16:31:19 -0700 (PDT) (envelope-from lsica1@home.com) Received: from cx408168-b.escnd1.sdca.home.com ([24.20.227.61]) by mail.rdc1.sdca.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000702233119.MCQZ17575.mail.rdc1.sdca.home.com@cx408168-b.escnd1.sdca.home.com>; Sun, 2 Jul 2000 16:31:19 -0700 Date: Sun, 02 Jul 2000 16:32:04 PDT From: Lawrence Sica To: Nick Slager , Brian Cc: freebsd-questions@FreeBSD.ORG Subject: Re: dell inspiron 3500 Reply-To: lsica1@home.com X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Message-Id: <20000702233119.MCQZ17575.mail.rdc1.sdca.home.com@cx408168-b.escnd1.sdca.home.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 2 Jul 2000, Nick Slager wrote: > Date: Sun, 2 Jul 2000 17:08:49 +1000 > To: Brian > From: Nick Slager > Subject: Re: dell inspiron 3500 > > Thus spake Brian (bri@sonicboom.org): > > Anyone tried bsd or linux with the above laptop. If you were > successful, > > Yes, I have a 3500 with 3.2 installed. Works fine - X, sound and all. > > > which versions? My main concern is the pcmcia 10/100 ethernet card, a > > 3com 3ccfe575bt I believe.. > > I ordered mine sans ethernet - added a Xircom Realport combo later on. > i've taken to not getting the 3com cards with dells lately with the 3800 and the 7500 at work, i've found the 3com cards have become more unreliable. I have had two just die on me in other laptops. --Larry > > Nick. > > -- > From a Sun Microsystems bug report (#4102680): > "Workaround: don't pound on the mouse like a wild monkey." > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 17:29:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dastor.albury.net.au (dastor.albury.NET.AU [203.15.244.203]) by hub.freebsd.org (Postfix) with ESMTP id 970AD37B727 for ; Sun, 2 Jul 2000 17:29:06 -0700 (PDT) (envelope-from nicks@dastor.albury.net.au) Received: (from nicks@localhost) by dastor.albury.net.au (8.10.2/8.10.2) id e630Ss160459; Mon, 3 Jul 2000 10:28:54 +1000 (EST) Date: Mon, 3 Jul 2000 10:28:54 +1000 From: Nick Slager To: Jonathan Belson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: [Q] FreeBSD 4.0 and Xircom ethernet cards? Message-ID: <20000703102854.B59282@albury.net.au> References: <20000702171646.B45428@albury.net.au> <395F19B4.C4C08AAA@dookie.demon.co.uk> <20000702211746.A49153@albury.net.au> <00036b70cdb75c19_mailit@post.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <00036b70cdb75c19_mailit@post.demon.co.uk>; from jon@dookie.demon.co.uk on Sun, Jul 02, 2000 at 04:59:21PM +0000 X-Homer: Whoohooooooo! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Jonathan Belson (jon@dookie.demon.co.uk): > >> Aha. Will an update be released or will I have to wait until 4.1 > >> comes out (some time this month AIUI)? > > > >You can update to -STABLE whenever you like :-) > > But when your laptop doesn't support your network card or cdrom it's > not so easy ;^) :-) Very true. > Can I get away with just rebuilding the kernel, or must I rebuild > everying? To be honest, I don't know. I've never tried to stick a -STABLE kernel on a -RELEASE userland before. I suspect there may be some issues, however. Anyone else care to comment? Nick. -- From a Sun Microsystems bug report (#4102680): "Workaround: don't pound on the mouse like a wild monkey." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 17:37:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from uhura.concentric.net (uhura.concentric.net [206.173.118.93]) by hub.freebsd.org (Postfix) with ESMTP id 7AFB237BD7F for ; Sun, 2 Jul 2000 17:37:32 -0700 (PDT) (envelope-from statik@cris.com) Received: from cliff.concentric.net (cliff.concentric.net [206.173.118.90]) by uhura.concentric.net (8.9.1a/(98/12/15 5.12)) id UAA14894; Sun, 2 Jul 2000 20:37:31 -0400 (EDT) [1-800-745-2747 The Concentric Network] Received: from carl.cris.com (ts009d19.phx-az.concentric.net [208.176.169.175]) by cliff.concentric.net (8.9.1a) id UAA08488; Sun, 2 Jul 2000 20:37:29 -0400 (EDT) Message-Id: <4.3.1.1.20000702172110.00ac1100@pop3.concentric.net> X-Sender: statik@pop3.concentric.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Sun, 02 Jul 2000 17:26:46 -0700 To: questions@freebsd.org From: josh b Subject: 3com 3c509 is the wacknes!! Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello...im trying to get my 3com etherlink 3 to work on my 4.0 box. heres my kernel config for it: device ep0 at isa? port 0x300 irq 10 i have the rest of the nic commented out. and when i boot up i get this: ep0 at port 0x300 irq 10 on isa0 ep0: eeprom failed to come ready. ep0: Eterhnet adress 00:00:00:00:00:00 ep1: <3Com 35c09-Comba Etherlink III> at port 0x280-0x28f irq 15 on isa0 ep1: No irq?! ep1: ep_alloc() failed! (6) device_probe_and_attach: ep1 attach returned 6 i have no idea why ep1 even exists!! i read in the freebsd book that the ep driver was buggy, anyone have any idea on this?? thanks!!!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 17:45:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.hcvlny.cv.net (mx1.hcvlny.cv.net [167.206.112.76]) by hub.freebsd.org (Postfix) with ESMTP id 6202E37BEBC for ; Sun, 2 Jul 2000 17:45:36 -0700 (PDT) (envelope-from steinyv@skyweb.net) Received: from s1.optonline.net (s1.optonline.net [167.206.112.6]) by mx1.hcvlny.cv.net (8.9.3/8.9.3) with ESMTP id UAA25895 for ; Sun, 2 Jul 2000 20:45:35 -0400 (EDT) Received: from downstairs (d133-103.jcsnnj.optonline.net [24.189.133.103]) by s1.optonline.net (8.9.1/8.9.3) with ESMTP id UAA27146 for ; Sun, 2 Jul 2000 20:45:34 -0400 (EDT) Message-Id: <4.2.0.58.20000702202836.009dbc20@> X-Sender: steinyv@pluto.skyweb.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Sun, 02 Jul 2000 20:30:16 -0400 To: freebsd-questions@freebsd.org From: steinyv Subject: Re: 3com 3c509 is the wacknes!! In-Reply-To: <4.3.1.1.20000702172110.00ac1100@pop3.concentric.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You dont have to give it any arguements for the nic, just try device ep0 At 08:26 PM 7/2/00 , you wrote: >hello...im trying to get my 3com etherlink 3 to work on my 4.0 box. >heres my kernel config for it: > >device ep0 at isa? port 0x300 irq 10 > >i have the rest of the nic commented out. and when i boot up i get this: > >ep0 at port 0x300 irq 10 on isa0 >ep0: eeprom failed to come ready. > >ep0: Eterhnet adress 00:00:00:00:00:00 >ep1: <3Com 35c09-Comba Etherlink III> at port 0x280-0x28f irq 15 on isa0 >ep1: No irq?! >ep1: ep_alloc() failed! (6) >device_probe_and_attach: ep1 attach returned 6 > > >i have no idea why ep1 even exists!! i read in the freebsd book that the >ep driver was buggy, anyone have any idea on this?? >thanks!!!!! > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________ Steiny's Studio Pachyderm Productions http://steiny.hypermart.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 18: 0:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from watson.ficsgrp.com (watson.ficsgrp.com [194.74.111.3]) by hub.freebsd.org (Postfix) with ESMTP id 3BA7037BE99; Sun, 2 Jul 2000 18:00:06 -0700 (PDT) (envelope-from harry.woodward-clarke@s1.com) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAA441F; Mon, 3 Jul 2000 03:00:03 +0200 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 220; Mon, 3 Jul 2000 11:03:48 +1000 Message-ID: <395FE589.405B0621@S1.com> Date: Mon, 03 Jul 2000 10:59:53 +1000 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG, freebsd-mobile@freebsd.org Subject: Re: Psion Gold card modem & Dell Latitude References: <395BE468.1F82E815@acay.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All, for the sake of completeness (and for those searching the archives in the future ;') This was solved relatively easily through the addition of the following two lines in the /etc/rc.conf pccard_conf="/etc/pccard.conf" pccard_enable="YES" Also, it was suggested I enable apm (apm_enable="YES" in rc.conf) As a further change (after the above was confirmed to work), I then modified my kernel configuration file to only have one sio device (sio0) - as there is physically only the one 'COM' port on the machine. This than allows the PCCard Modem to allocate sio1 to itself :') Now to turn down the annoyingly loud "BEEP!" when the system starts up and pccardd finds the modem ;') Thanks all who helped, especially Sean. Oh, btw - thanks for the additional info on the sound card, that's way down on my list of things to do ;') reg's, Haxxa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 18:10:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wans2-int.prodigy.net (wans2-ext.prodigy.net [207.115.63.100]) by hub.freebsd.org (Postfix) with ESMTP id DB76637B5F8 for ; Sun, 2 Jul 2000 18:10:25 -0700 (PDT) (envelope-from links@inforingpress.com) Received: from default (STLSA020-0022.splitrock.net [63.254.205.22]) by wans2-int.prodigy.net (8.8.5/8.8.5) with SMTP id VAA45076 for ; Sun, 2 Jul 2000 21:10:23 -0400 Date: Sun, 2 Jul 2000 21:10:23 -0400 Message-Id: <200007030110.VAA45076@wans2-int.prodigy.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: Richard Stooker To: Subject: Hi, let's trade reciprocal links, Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I visited your web site and thought it had a lot of good information on Unix and I am offering it to my visitors as a link. My site is targeted to "not yet" techies who might be interested in any or all ways of changing to a high tech career. It contains over 60 original articles on high tech subjects for beginners. I remember the frustration I felt after visiting sites, yet the material often seemed only for people who already knew about the subject. :) Plus, I am just beginning to build a theme-categorized link directory on all these related topics. Reciprocal link directories are one of the oldest and yet most underused ways of building web site traffic on the net. Web sites that do use links do find it more than worthwhile. I am inviting you to become a Link Partner and share in that traffic. Please visit and let's trade reciprocal links. Email me and let me know what you decide. Our Link Partners receive preferential treatment with a listing at the TOP of each Theme page, a Link Partner graphic, bold print, etc. They also receive a lot more traffic than our regular listings. We are trying to become the largest Links Directory, of our kind, in the world. The number of hits and visits we receive, is increasing every day. Best of all, this is a FREE service and it takes just a moment to add our link to your site. You are now listed as a regular listing but I hope you decide to be a Link Partner. Come, join us. Here is the code to add a link to my site from your site on your links page: Unix for Not Yet Techies Since all site URL'S are found and analyzed by our ZEUS robot, you may want to review your listing. We use the descriptions, titles and meta tags you have listed on your site, to arrive at a category. If you wish to change categories, please email me. thank you for your consideration, Rick Stooker Your web site address: http://www.es.freebsd.org Your listing in my Link Directory is here: http://www.inforingpress.com/links/themeindex.html I have your site listed in the UNIX theme. After reading your Link Directory listing, if you should wish any changes in Theme Category, Title or Description, please email me with the correct text. The link to my home page is http://www.inforingpress.com/ Here's a link you might be interested in that will increase your website's traffic: http://www.cyber-robotics.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 18:27:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gonzo.speakeasy.net (gonzo.speakeasy.net [216.254.0.5]) by hub.freebsd.org (Postfix) with SMTP id 14F8737BEDD for ; Sun, 2 Jul 2000 18:27:38 -0700 (PDT) (envelope-from dayne.miller@myrio.com) Received: (qmail 32416 invoked from network); 3 Jul 2000 01:27:37 -0000 Received: from unknown (HELO grace.speakeasy.org) (216.254.0.2) by gonzo.speakeasy.net with SMTP; 3 Jul 2000 01:27:37 -0000 Received: (qmail 8329 invoked from network); 3 Jul 2000 01:27:37 -0000 Received: from unknown (HELO myrio.com) ([216.254.51.174]) (envelope-sender ) by grace.speakeasy.org (qmail-ldap-1.03) with SMTP for ; 3 Jul 2000 01:27:37 -0000 Message-ID: <395FEC08.DAD4EA5C@myrio.com> Date: Sun, 02 Jul 2000 18:27:36 -0700 From: Dayne Miller X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: jail (error during config) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to follow the instructions in jail(8) for "Setting up a Jail Directory Tree" My intention is to have several jail environments on the same machine. The primary IP address (private range) is 10.192.0.100, with .101-.103 added as valid aliases on the same physical interface. Each jail environment will be contained in a directory with a name corresponding to the IP address it'll use [this is per jail(8) suggestions, of course] I've gotten as far as: mkdir /usr/data/jail/10.192.0.101 D=/usr/data/jail/10.192.0.101 cd /usr/src make hierarchy DESTDIR=$D make obj make depend make all ...and the 'make all' dies after about 10 minutes, complaining: building shared library pam_ssh.so /usr/libexec/elf/ld: cannot open -lssh: No such file or directory *** Error code 1 Stop in /usr/src/lib/libpam/modules/pam_ssh. *** Error code 1 Stop in /usr/src/lib/libpam/modules. *** Error code 1 Stop in /usr/src/lib/libpam. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. So I'm not sure what to do at this point. Obviously some files and/or directories are missing from the source tree, but I installed all source from the CD-ROM (and have since gone back into /stand/sysinstall and re-installed the entire source just in case I missed something the first time). How do I get past this point? Thanks in advance- -Dayne Miller dayne.miller@myrio.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 18:32: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.sdca.home.com (ha1.rdc1.sdca.home.com [24.0.3.66]) by hub.freebsd.org (Postfix) with ESMTP id 3026E37BEB3 for ; Sun, 2 Jul 2000 18:32:01 -0700 (PDT) (envelope-from lsica1@home.com) Received: from cx408168-b.escnd1.sdca.home.com ([24.20.227.61]) by mail.rdc1.sdca.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000703013157.OHGC17575.mail.rdc1.sdca.home.com@cx408168-b.escnd1.sdca.home.com>; Sun, 2 Jul 2000 18:31:57 -0700 Date: Sun, 02 Jul 2000 18:32:43 PDT From: Lawrence Sica To: David Heller , FreeBSD Questions Subject: Re: Need HELP to setup my sound Reply-To: lsica1@home.com X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Message-Id: <20000703013157.OHGC17575.mail.rdc1.sdca.home.com@cx408168-b.escnd1.sdca.home.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 02 Jul 2000, David Heller wrote: > Date: Sun, 02 Jul 2000 15:03:24 -0400 > To: FreeBSD Questions > From: David Heller > Subject: Re: Need HELP to setup my sound > > VINAY JACOB SEQUEIRA wrote: > > > > Hi, > > I am the newest newbie to FreeBSD. A friend just helped me install it. > But > > we couldn't manage to configure the sound yet. These are the audio > specs > > provided by HP(I purchased a HP Pavilion M/c). > > > > Sound/audio > > Attribute Properties > > Compatibility 3-D Stereo, PCI, 16-bit Sound > > Controller Crystal audio > > Location Crystal audio chip (I called up HP technical support > but > > they were unable to tell me the chip number) > > Noise Cancellation Yes > > Line Out Yes > > 3-D Spatializer Yes > > Wavetable Yes > > Tone Control No > > > > And here is what dmesg said: > > pcib0: on motherboard > > pci0: on pcib0 > > pci0: at 1.0 irq 3 > > pcib1: at device 30.0 on pci0 > > pci1: on pcib1 > > pci1: <3Dfx Voodoo 3 graphics accelerator> at 11.0 irq 3 > > pci1: (vendor=0x14f1, dev=0x2013) at 14.0 irq 3 > > isab0: at device 31.0 on pci0 > > isa0: on isab0 > > pci0: at 31.2 irq 11 > > pci0: (vendor=0x8086, dev=0x2423) at 31.3 irq 9 > > chip1: port > > 0x1300-0x133f,0x1200-0x12ff irq 9 at device 31.5 on pci0 > > > > I would like to know if anyone has been able to configure the sound for > > this audio PCI chip?. I would like to know how to configure it (step by > step > > plz). > > well you need to compile in sound support (it is not default). Look in /sys/i386/conf/LINT for sound references. you need pcdm at the least, maybe a bridge driver. there are also some howtos on sound - check www.freebsdidiary.org and www.freebsd.org/handbook -Larry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 18:40:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tilapia.pang.pworld.net.ph (tilapia.pang.pworld.net.ph [203.176.27.5]) by hub.freebsd.org (Postfix) with ESMTP id 6B75237BF07 for ; Sun, 2 Jul 2000 18:40:10 -0700 (PDT) (envelope-from joel@tilapia.pang.pworld.net.ph) Received: from localhost (joel@localhost) by tilapia.pang.pworld.net.ph (8.10.0/8.10.0) with SMTP id e631Wd410090; Mon, 3 Jul 2000 09:32:39 +0800 Date: Mon, 3 Jul 2000 01:32:39 +0000 ( ) From: Joel Eusebio To: cjclark@alum.mit.edu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: transparent proxy In-Reply-To: <20000702124918.B3842@dialin-client.earthlink.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I followed your instructions and I was succesfull in compiling a new kernel with IP_FIREWALL, IPFIREWALL_VERBOSE, IP_DIVERT and IP_FORWARD activated but when rebooted and tried to ping one of my servers it says "permission denied" what did I do wrong??? Another is if I compiled a new kernel from my understanding the previous kernel will be named kernel.old how would I use this kernel.old in case my new kernel does not work. Thanks a lot. ------------------------>jOEl On Sun, 2 Jul 2000, Crist J. Clark wrote: > On Sun, Jul 02, 2000 at 01:34:32PM +0000, Joel Eusebio wrote: > > Hi All, > > Do I have to tweak the GENERIC kernel on /usr/src/sys to activate ipfw > > No, you can just load the KLD. > > > and > > what does LINT do??? > > It is not a working kernel. It just lists all (pretty close to all > anyway) of the things you could put into a kernel config file and has > some useful comments. > > > If so what are the values that I have to add in the > > GENERIC kernel or in the LINT in order for ipfw or natd to work??? > > Go to the LINT kernel and search for IPFIREWALL. Also, see ipfw(8), > natd(8), and divert(4). > > > BTW I'm > > setting up a transparent proxy on my 4.0-stable and I've posted this > > before and tried the suggestions that was given to me by some helpfull > > people but still I can't make transparent proxy to run. Thanks again > > Well, transparent proxies need more options to run, namely, > IPFIREWALL_FORWARD. > > Copy GENERIC to some new file, the machine name is a popular choice, > add the lines you figure out you need, delete things that came from > GENERIC that you don't need, and build a new kernel. > -- > Crist J. Clark cjclark@alum.mit.edu > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 18:50:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.telestream.com (mail.telestream.com [205.238.4.5]) by hub.freebsd.org (Postfix) with ESMTP id 8099137BEB3 for ; Sun, 2 Jul 2000 18:50:22 -0700 (PDT) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id SAA23759 for ; Sun, 2 Jul 2000 18:50:18 -0700 Date: Sun, 2 Jul 2000 18:50:18 -0700 (PDT) From: To: freebsd-questions@freebsd.org Subject: grep Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Possibly a very stupid question here so be kind. :-) Is it possible to grep for multiple items within one grep statement Keith ================================= Keith W. At the helm ================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 18:53:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.nc.rr.com (fe3.southeast.rr.com [24.93.67.50]) by hub.freebsd.org (Postfix) with ESMTP id 0BA0A37BEE8 for ; Sun, 2 Jul 2000 18:53:27 -0700 (PDT) (envelope-from freebsd@nc.rr.com) Received: from rdu25-17-233.nc.rr.com ([24.25.17.233]) by mail3.nc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Sun, 2 Jul 2000 21:53:20 -0400 Date: Sun, 2 Jul 2000 21:51:01 -0400 From: Neill Robins X-Mailer: The Bat! (v1.42f) UNREG / CD5BF9353B3B7091 Reply-To: Neill Robins X-Priority: 3 (Normal) Message-ID: <671657707.20000702215101@nc.rr.com> To: Joel Eusebio Cc: freebsd-questions@FreeBSD.ORG Subject: Re: transparent proxy In-reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sunday, July 02, 2000, 9:32:39 PM, you wrote: JE> Hi, JE> I followed your instructions and I was succesfull in compiling a new JE> kernel with IP_FIREWALL, IPFIREWALL_VERBOSE, IP_DIVERT and IP_FORWARD JE> activated but when rebooted and tried to ping one of my servers it says JE> "permission denied" what did I do wrong??? Another is if I compiled a new JE> kernel from my understanding the previous kernel will be named kernel.old JE> how would I use this kernel.old in case my new kernel does not work. JE> Thanks a lot. JE> ------------------------>jOEl JE> On Sun, 2 Jul 2000, Crist J. Clark wrote: >> On Sun, Jul 02, 2000 at 01:34:32PM +0000, Joel Eusebio wrote: >> > Hi All, >> > Do I have to tweak the GENERIC kernel on /usr/src/sys to activate ipfw >> >> No, you can just load the KLD. >> >> > and >> > what does LINT do??? >> >> It is not a working kernel. It just lists all (pretty close to all >> anyway) of the things you could put into a kernel config file and has >> some useful comments. >> >> > If so what are the values that I have to add in the >> > GENERIC kernel or in the LINT in order for ipfw or natd to work??? >> >> Go to the LINT kernel and search for IPFIREWALL. Also, see ipfw(8), >> natd(8), and divert(4). >> >> > BTW I'm >> > setting up a transparent proxy on my 4.0-stable and I've posted this >> > before and tried the suggestions that was given to me by some helpfull >> > people but still I can't make transparent proxy to run. Thanks again >> >> Well, transparent proxies need more options to run, namely, >> IPFIREWALL_FORWARD. >> >> Copy GENERIC to some new file, the machine name is a popular choice, >> add the lines you figure out you need, delete things that came from >> GENERIC that you don't need, and build a new kernel. >> -- >> Crist J. Clark cjclark@alum.mit.edu >> Hello Joel, 1- To boot an old kernel, just type boot kernel.old at the boot prompt (I believe you have to hit a key first...I am not currently at my machine to make sure) 2- To ping, you need to enable ICMP which looks like this as one of my IPFW rules in /etc/rc.firewall # ICMP - for ping, etc ${fwcmd} add pass icmp from any to any See www.freebsddiary.org and www.mostgraveconcern/freebsd/ along with the handbook and manpages for more info. This works for me. Good luck, Neill freebsd@nc.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 19: 7:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (pop3.pioneernet.net [208.240.196.25]) by hub.freebsd.org (Postfix) with ESMTP id 93F8A37BECD for ; Sun, 2 Jul 2000 19:07:28 -0700 (PDT) (envelope-from chip@wiegand.org.) Received: from chip.wiegand.org [208.194.173.26] by pioneernet.net with ESMTP (SMTPD32-6.03) id A79EF3AE021A; Sun, 02 Jul 2000 19:17:02 -0700 Date: Sun, 02 Jul 2000 19:08:45 PDT From: chip To: "freebsd-questions@FreeBSD.ORG" Subject: HCL? Reply-To: chip@wiegand.org X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Message-Id: <200007021917907.SM00093@chip.wiegand.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Where can I find a HCL for FBSD 4.0? I checked FreeBSD.org and didn't see it there, and it's not in Greg L.'s book. I am wondering if the SIS 6326 may not be on it because it is not working at all, on a new install. -- Chip www.wiegand.org Alternative Operating Systems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 19: 7:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id 4721D37BECD for ; Sun, 2 Jul 2000 19:07:42 -0700 (PDT) (envelope-from culverk@wam.umd.edu) Received: from rac8.wam.umd.edu (root@rac8.wam.umd.edu [128.8.10.148]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id WAA00871; Sun, 2 Jul 2000 22:07:42 -0400 (EDT) Received: from rac8.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac8.wam.umd.edu (8.9.3/8.9.3) with SMTP id WAA01206; Sun, 2 Jul 2000 22:07:37 -0400 (EDT) Received: from localhost (culverk@localhost) by rac8.wam.umd.edu (8.9.3/8.9.3) with ESMTP id WAA01202; Sun, 2 Jul 2000 22:07:37 -0400 (EDT) X-Authentication-Warning: rac8.wam.umd.edu: culverk owned process doing -bs Date: Sun, 2 Jul 2000 22:07:37 -0400 (EDT) From: Kenneth Wayne Culver To: Generic Player Cc: questions@FreeBSD.ORG Subject: Re: How do you people listen to mp3s? In-Reply-To: <395F7E7A.2A928EC3@unitedtamers.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm using xmms with absolutely no problems. I used it back when 4.0 was -CURRENT with no problems. (right now I'm using 5.0-CURRENT) ================================================================= | Kenneth Culver | FreeBSD: The best NT upgrade | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= On Sun, 2 Jul 2000, Generic Player wrote: > I can't manage to find an mp3 player that works under freebsd > 4.0-release. They all skip horribly any time the system accesses the > disk at all, the only one I can get to play smoothly is kmp3, by turning > the buffer up to max. But it randomly crashes and then won't start > again unless I reboot the machine. A stable OS is no good if there are > no stable programs for it right? What programs do you use, or is it a > 4.0-release issue maybe? > > Once again, all help is greatly appreciated > Generic Player > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 19: 8:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from watson.ficsgrp.com (watson.ficsgrp.com [194.74.111.3]) by hub.freebsd.org (Postfix) with ESMTP id 884F437BECD for ; Sun, 2 Jul 2000 19:08:15 -0700 (PDT) (envelope-from harry.woodward-clarke@s1.com) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAA4E5D for ; Mon, 3 Jul 2000 04:08:11 +0200 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 377; Mon, 3 Jul 2000 12:11:50 +1000 Message-ID: <395FF579.5E006CDE@S1.com> Date: Mon, 03 Jul 2000 12:07:53 +1000 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: keith@mail.telestream.com Cc: freebsd-questions@freebsd.org Subject: Re: grep References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Keith, > > Possibly a very stupid question here so be kind. :-) hmmmm... ok, just this once ;') > Is it possible to grep for multiple items within one grep statement > yup. Oh! You want the information too? ;') $ grep -e PATTERN where '-e PATTERN' can be repeated a number of times :') hth, haxxa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 19: 9: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mostgraveconcern.com (mostgraveconcern.com [216.82.145.240]) by hub.freebsd.org (Postfix) with ESMTP id 4718C37BECD for ; Sun, 2 Jul 2000 19:08:58 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Received: from danco (danco.mostgraveconcern.com [10.0.0.2]) by mostgraveconcern.com (8.9.3/8.9.3) with SMTP id TAA35262; Sun, 2 Jul 2000 19:08:55 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Message-ID: <01de01bfe493$a41db900$0200000a@danco> Reply-To: "Dan O'Connor" From: "Dan O'Connor" To: "Jim Bean" Cc: Subject: Re: No route to host (newbie question) Date: Sun, 2 Jul 2000 19:08:52 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Well for those of you who are mentally challenged the >obvious question would seem to be what could be the >obvious things that I may be over looking. Yeah, that's the way to ask for help from an all-volunteer mailing list... --Dan -- Dan O'Connor On Matters of Most Grave Concern http://www.mostgraveconcern.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 19:12:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.telestream.com (mail.telestream.com [205.238.4.5]) by hub.freebsd.org (Postfix) with ESMTP id 2A2CE37BF15 for ; Sun, 2 Jul 2000 19:12:34 -0700 (PDT) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id TAA24069; Sun, 2 Jul 2000 19:12:32 -0700 Date: Sun, 2 Jul 2000 19:12:32 -0700 (PDT) From: To: Harry Woodward-Clarke Cc: freebsd-questions@FreeBSD.ORG Subject: Re: grep In-Reply-To: <395FF579.5E006CDE@S1.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Great. thanks. :-) Keith ================================= Keith W. At the helm ================================= On Mon, 3 Jul 2000, Harry Woodward-Clarke wrote: > Hi Keith, > > > > > Possibly a very stupid question here so be kind. :-) > > hmmmm... ok, just this once ;') > > > Is it possible to grep for multiple items within one grep statement > > > > yup. > > Oh! You want the information too? ;') > > $ grep -e PATTERN > > where '-e PATTERN' can be repeated a number of times :') > > hth, > > haxxa > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 19:15:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id D43A137BECD for ; Sun, 2 Jul 2000 19:15:49 -0700 (PDT) (envelope-from jpaetzel@hutchtel.net) Received: from joshpaet (hutch-649.hutchtel.net [206.10.68.177]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id VAA28177; Sun, 2 Jul 2000 21:15:32 -0500 (CDT) From: "Josh Paetzel" To: "Generic Player" , Subject: RE: amd k6-2 550 vs p2 300 Date: Sun, 2 Jul 2000 21:08:09 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <395F2033.20AB83A8@unitedtamers.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Generic Player > Sent: Sunday, July 02, 2000 5:58 AM > To: Josh Paetzel; questions@FreeBSD.ORG > Subject: Re: amd k6-2 550 vs p2 300 > > > > > I think what you are seeing is the benefits of the p2's onboard cache > > running at 1/2 of core speed. There are significant achitechture > > differences between the socket 7 and slot one processors that make mghz > > comparisons a poor judge of performance when comparing between > them. I have > > noticed that my P2-350 is quite a bit faster than a comparably > set up k6-2 > > 450 that I have played around with, so I don't think you are "doing it > > wrong" or anything like that. > > > > > > Um, huh? Why would having a slower cache be a benefit? Quite a bit > faster doing what kind of operations and on what OS if I may ask? I > find that freebsd gets alot more out of the k-6 line once you compile a > kernel using the tweaks for k-6 chips, and windows seemingly > intentionally dogs with an AMD chip. A k-6 II should be roughly the > same, or a little faster than the same clock speed p2 in everything > except FPU. The only thing a p2 should be noticably faster for is 3d > apps. Do you have k-6 write allocate enabled in your BIOS and kernel? > > Generic Player > > ummm...couple of things. First, I forgot to mention that I am running my p2-350 at 425 mghz. That would have the cache running at 1/2 of chip speed, or 212 mghz. The K6-2 runs it's cache at 100 mghz. Given that cache hits are about 98-99% with modern processors I would say that is the major advantage slot 1/slot a/socket 370 solutions have over socket 7 systems. Second....my major performance benchmark is 3d games....most of my Freebsd stuff runs on old 486s and pentium 100-166 type stuff. The windows machine gets the AGP video and P2/P3 type stuff...(games are what computers are for, after all. :) Third...I don't have alot of experience with the K6-2s other than seeing some guys run them as gaming machines. What do you mean when you say, "windows seemingly intentionally dogs with an AMD chip."???? Are you trying to say that an intel socket 7 processor runs windows better than an AMD one? I don't think intel has a socket 7 processor that is the equivalent of the K6-2. Are you trying to say that AMD K6-2s run slower than P2s under windows? If that is the case, I think you are seeing the results of a real world benchmark. Josh Josh > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 19:30: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.cableone.net (mail1.cableone.net [24.116.0.51]) by hub.freebsd.org (Postfix) with ESMTP id 6BBFD37B6B0 for ; Sun, 2 Jul 2000 19:29:56 -0700 (PDT) (envelope-from mjacob@cableone.net) Received: from oemcomputer ([24.116.4.103]) by mail1.cableone.net with Microsoft SMTPSVC(5.5.1877.447.44); Sun, 2 Jul 2000 19:29:53 -0700 Message-ID: <001c01bfe497$40219300$67047418@oemcomputer> From: "mark" To: Subject: FreeBSD questions Date: Sun, 2 Jul 2000 21:34:44 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0019_01BFE46D.56608EC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0019_01BFE46D.56608EC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Couple questions about FreeBSD: 1) Does FreeBSD support the Promise ATA/66 Controller card? If so, are there any special instructions that need to be followed to = configure the card and what are they? 2) Can FreeBSD be used on a partitioned disk with windows 98 SE? If = so, where should FreeBSD be located on the hard drive (ie. front 3 gigs = or can it be located on the back 3 gigs)? Thanks, Mark ------=_NextPart_000_0019_01BFE46D.56608EC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Couple questions about = FreeBSD:
 
1)  Does FreeBSD support the = Promise ATA/66=20 Controller card?  If so,
    are there any = special=20 instructions that need to be followed to configure
    the card and what = are=20 they?
 
2)  Can FreeBSD be used on a = partitioned=20 disk with windows 98 SE?  If so,
    where should = FreeBSD be=20 located on the hard drive (ie. front 3 gigs or
    can it be located = on the back=20 3 gigs)?
 
 
Thanks,
Mark
------=_NextPart_000_0019_01BFE46D.56608EC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 19:33:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 2A70837B638 for ; Sun, 2 Jul 2000 19:33:40 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id MAA62295; Mon, 3 Jul 2000 12:03:33 +0930 (CST) (envelope-from grog) Date: Mon, 3 Jul 2000 12:03:33 +0930 From: Greg Lehey To: mark Cc: freebsd-questions@FreeBSD.ORG Subject: Disk access (was: FreeBSD questions) Message-ID: <20000703120333.V39024@wantadilla.lemis.com> References: <001c01bfe497$40219300$67047418@oemcomputer> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <001c01bfe497$40219300$67047418@oemcomputer> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 2 July 2000 at 21:34:44 -0500, mark wrote: > Couple questions about FreeBSD: > > 1) Does FreeBSD support the Promise ATA/66 Controller card? Yes. > If so, are there any special instructions that need to be > followed to configure the card No. > 2) Can FreeBSD be used on a partitioned disk with windows 98 SE? If so, > where should FreeBSD be located on the hard drive (ie. front 3 gigs or > can it be located on the back 3 gigs)? The only restriction is that you must place your root file system where the BIOS can boot from it. Modern BIOSes can boot from at least the first 8 GB of disk. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 19:53:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebsd1.firestorm2000.com (freebsd1.firestorm2000.com [204.141.99.101]) by hub.freebsd.org (Postfix) with ESMTP id 3D31637B7CF for ; Sun, 2 Jul 2000 19:53:49 -0700 (PDT) (envelope-from danm@firestorm2000.com) Received: from localhost (danm@localhost) by freebsd1.firestorm2000.com (8.9.3/8.9.3) with ESMTP id WAA26795; Sun, 2 Jul 2000 22:59:39 -0400 (EDT) (envelope-from danm@firestorm2000.com) Date: Sun, 2 Jul 2000 22:59:39 -0400 (EDT) From: "Daniel Mahoney, Systems Admin" To: questions@freebsd.org Subject: Frontpage, FINAL RESULTS. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay, the verdict's in. After a lot of hammering on the production box, I've decided that using the FP extensions in their current incarnation on a freebsd 3.2-RELEASE system is simply not possible. I've followed every tutorial to the letter, and short of shelling out several hundred bucks to rtr, I don't see an option. I've gone as far as making the comparison to running the extensions on a freebsd 4.0 box (works fine!), and am vuagely contemplating trying it with a 3.3 box that I have permission to play with, but in the end I've resolved it to a version compatability issue. (I have supporting advice from someone on the list on this). I simply love that freebsd users have been able to use the bsdi extensions for some time now (since before the 2k extensions or 3.3 came out...grrr...) and now they're no longer available. It's funny, though. It's not like this is a complicated issue...It's a shame in order to get this working, I have to start upgrading an otherwise-okay system, or build a new box (this is probably what will happen...which means the frontpage users are going to be isolated from the user base. In the end, this is probably for the best too...Keep nasty microsoft extensions away from the pretty poweredges.) Okay, I'm done. Thanks one and all. I'm off my soapbox. (And trying to figure out where in it to mount the drives for the new webserver and celery board) -Dan Mahoney Exasperated MS Antagonist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 20:28:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.bayouhome.net (ns1.bayouhome.net [64.29.16.147]) by hub.freebsd.org (Postfix) with ESMTP id B83AD37BCA3 for ; Sun, 2 Jul 2000 20:28:13 -0700 (PDT) (envelope-from glennpj@bayouhome.net) Received: from gforce.johnson.home (p558.mayberryusa.net [206.160.4.58] (may be forged)) by ns1.bayouhome.net (8.9.3/8.9.3) with ESMTP id WAA22777; Sun, 2 Jul 2000 22:29:09 -0500 Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id WAA49973; Sun, 2 Jul 2000 22:28:08 -0500 (CDT) (envelope-from glenn) From: Glenn Johnson Date: Sun, 2 Jul 2000 22:28:07 -0500 To: Generic Player Cc: questions@FreeBSD.ORG Subject: Re: make deinstall? Message-ID: <20000702222807.B1350@gforce.johnson.home> Mail-Followup-To: glenn, Generic Player , questions@FreeBSD.ORG References: <395F2C3F.CCDAB6E1@unitedtamers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <395F2C3F.CCDAB6E1@unitedtamers.com>; from generic@unitedtamers.com on Sun, Jul 02, 2000 at 07:49:19AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 07:49:19AM -0400, Generic Player wrote: > Hi, > > What else do I have to do to remove a program besides make deinstall? > How do I find and remove all the documentation and configuration files > that the program spreads around my drive? If you do not see any messages about files that could not be removed then you do not have to do anything else. If you do see messages about files that could not be removed then you can take those one by one. Check the pkg/PLIST of the port to see what files should have been there. Be careful not to remove a file or a subdirectory that another port may use. Hope that helps. -- Glenn Johnson glennpj@bayouhome.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 20:39:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tilapia.pang.pworld.net.ph (tilapia.pang.pworld.net.ph [203.176.27.5]) by hub.freebsd.org (Postfix) with ESMTP id 793E837BECD for ; Sun, 2 Jul 2000 20:39:24 -0700 (PDT) (envelope-from joel@tilapia.pang.pworld.net.ph) Received: from localhost (joel@localhost) by tilapia.pang.pworld.net.ph (8.10.0/8.10.0) with SMTP id e633VfZ11558; Mon, 3 Jul 2000 11:31:41 +0800 Date: Mon, 3 Jul 2000 03:31:41 +0000 ( ) From: Joel Eusebio To: Neill Robins Cc: freebsd-questions@FreeBSD.ORG Subject: Re: transparent proxy In-Reply-To: <671657707.20000702215101@nc.rr.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have compiled a new kernel with all the instructions that you told me and I have read the man pages and the README's of transproxy. I am doing a test on 1 workstation I configured it so that it's gateway is the FreeBSD box running transparent proxy. I configured my Netscape Navigator to go direct so theoretically the FreeBSD box will intercept all HTTP request and pipe it to my proxy server which is the same box also. My squid is configured to accomodate this setup with all the httpd_accel turned on. My workstations can't connect to the internet....HTTP, IRC . What other things do I have to check for this to work. The transproxy README says that I have to add certain ipfw rules??? where do I put them??? /etc/rc.firewall??? Thanks a lot for your support. ---------------------->jOEl On Sun, 2 Jul 2000, Neill Robins wrote: > Sunday, July 02, 2000, 9:32:39 PM, you wrote: > JE> Hi, > JE> I followed your instructions and I was succesfull in compiling a new > JE> kernel with IP_FIREWALL, IPFIREWALL_VERBOSE, IP_DIVERT and IP_FORWARD > JE> activated but when rebooted and tried to ping one of my servers it says > JE> "permission denied" what did I do wrong??? Another is if I compiled a new > JE> kernel from my understanding the previous kernel will be named kernel.old > JE> how would I use this kernel.old in case my new kernel does not work. > JE> Thanks a lot. > > JE> ------------------------>jOEl > > > JE> On Sun, 2 Jul 2000, Crist J. Clark wrote: > > >> On Sun, Jul 02, 2000 at 01:34:32PM +0000, Joel Eusebio wrote: > >> > Hi All, > >> > Do I have to tweak the GENERIC kernel on /usr/src/sys to activate ipfw > >> > >> No, you can just load the KLD. > >> > >> > and > >> > what does LINT do??? > >> > >> It is not a working kernel. It just lists all (pretty close to all > >> anyway) of the things you could put into a kernel config file and has > >> some useful comments. > >> > >> > If so what are the values that I have to add in the > >> > GENERIC kernel or in the LINT in order for ipfw or natd to work??? > >> > >> Go to the LINT kernel and search for IPFIREWALL. Also, see ipfw(8), > >> natd(8), and divert(4). > >> > >> > BTW I'm > >> > setting up a transparent proxy on my 4.0-stable and I've posted this > >> > before and tried the suggestions that was given to me by some helpfull > >> > people but still I can't make transparent proxy to run. Thanks again > >> > >> Well, transparent proxies need more options to run, namely, > >> IPFIREWALL_FORWARD. > >> > >> Copy GENERIC to some new file, the machine name is a popular choice, > >> add the lines you figure out you need, delete things that came from > >> GENERIC that you don't need, and build a new kernel. > >> -- > >> Crist J. Clark cjclark@alum.mit.edu > >> > > Hello Joel, > > 1- To boot an old kernel, just type boot kernel.old at the boot prompt > (I believe you have to hit a key first...I am not currently at my > machine to make sure) > 2- To ping, you need to enable ICMP which looks like this as one of my > IPFW rules in /etc/rc.firewall > > # ICMP - for ping, etc > ${fwcmd} add pass icmp from any to any > > See www.freebsddiary.org and www.mostgraveconcern/freebsd/ along with > the handbook and manpages for more info. > > This works for me. > > Good luck, > Neill > freebsd@nc.rr.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 21: 1:17 2000 Delivered-To: freebsd-questions@freefall.freebsd.org Received: from pop.idx.com.au (pop.idx.com.au [203.14.30.10]) by hub.freebsd.org (Postfix) with ESMTP id 8ECF337B524 for ; Sun, 2 Jul 2000 21:01:12 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from dannyh.freebsd.org (maxc14.idx.com.au [203.19.9.14]) by pop.idx.com.au (8.9.3/8.9.3) with SMTP id OAA02078; Mon, 3 Jul 2000 14:00:57 +1000 From: Danny To: Raul Zighelboim , Raul Zighelboim , freebsd-questions@freefall.freebsd.org Subject: Re: Applixware Office coredump Date: Mon, 3 Jul 2000 14:05:10 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain Cc: rzig@verio.net References: MIME-Version: 1.0 Message-Id: <00070314073000.00326@dannyh.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have FreeBSD 3.3 and it works prefectly. -I placed the ApplixWare CD in my CD ROM drive - ran the ./install script - Specified the language -Specified the location /usr/local/applixware - Then it took 15 minutes - Then I type in /usr/local/applixware/applix to start it . it works prefectly Maybe you should send a email to the support staff at Applixware Or install FreeBSD 3.3 to test it. On Mon, 03 Jul 2000, Raul Zighelboim wrote: > Hello there; > I ordered a copy of Applixware office and I installed. When > I try to run it, I get a coredump. Is there anything special that needs to > be done in order to run the FreeBSD version on FreeBSD-stable/XFree86-4.0 > ? > > thanks. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ---------------------------------------------------------------- You are not authorized to use my email address for any purpose. This is a violation of my privacy. Remove my email address from your databases immediately. ---------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 21:11:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.idx.com.au (pop.idx.com.au [203.14.30.10]) by hub.freebsd.org (Postfix) with ESMTP id D169837BFD2 for ; Sun, 2 Jul 2000 21:11:16 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from dannyh.freebsd.org (maxc14.idx.com.au [203.19.9.14]) by pop.idx.com.au (8.9.3/8.9.3) with SMTP id OAA03222; Mon, 3 Jul 2000 14:10:33 +1000 From: Danny To: Generic Player , questions@FreeBSD.ORG Subject: Re: How do you people listen to mp3s? Date: Mon, 3 Jul 2000 14:15:55 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <395F7E7A.2A928EC3@unitedtamers.com> MIME-Version: 1.0 Message-Id: <00070314170700.00349@dannyh.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yeah, even though I don't use much mp3 I found kcd and kmp3 to be very unstable. But if you look at the ports there are many other mp3 players such as xmp3 etcetc Check out www.freebsd.org/ports for more details. On Mon, 03 Jul 2000, Generic Player wrote: > I can't manage to find an mp3 player that works under freebsd > 4.0-release. They all skip horribly any time the system accesses the > disk at all, the only one I can get to play smoothly is kmp3, by turning > the buffer up to max. But it randomly crashes and then won't start > again unless I reboot the machine. A stable OS is no good if there are > no stable programs for it right? What programs do you use, or is it a > 4.0-release issue maybe? > > Once again, all help is greatly appreciated > Generic Player > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ---------------------------------------------------------------- You are not authorized to use my email address for any purpose. This is a violation of my privacy. Remove my email address from your databases immediately. ---------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 21:13:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.idx.com.au (pop.idx.com.au [203.14.30.10]) by hub.freebsd.org (Postfix) with ESMTP id 3CF5237B752 for ; Sun, 2 Jul 2000 21:13:25 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from dannyh.freebsd.org (maxc14.idx.com.au [203.19.9.14]) by pop.idx.com.au (8.9.3/8.9.3) with SMTP id OAA03638; Mon, 3 Jul 2000 14:13:10 +1000 From: Danny To: "Peter Panopoulos" , freebsd-questions@FreeBSD.ORG Subject: Re: help Date: Mon, 3 Jul 2000 14:18:59 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <20000702203731.68923.qmail@hotmail.com> MIME-Version: 1.0 Message-Id: <00070314194401.00349@dannyh.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Check for .core files and delete them specially in the /root partition. On Mon, 03 Jul 2000, Peter Panopoulos wrote: > My / dir is full. I did not initially allocate enough space to it. Is > their a way for me to give it more space without having to disturb the any > data? My df reads as follows: > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad3s1a 49583 45631 -14 100% / > /dev/ad3s1f 9830259 1809753 7234086 20% /usr > /dev/ad3s1e 19815 4431 13799 24% /var > procfs 4 4 0 100% /proc > > thanx > ________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ---------------------------------------------------------------- You are not authorized to use my email address for any purpose. This is a violation of my privacy. Remove my email address from your databases immediately. ---------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 21:14:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.nc.rr.com (fe3.southeast.rr.com [24.93.67.50]) by hub.freebsd.org (Postfix) with ESMTP id 0C8FC37B752 for ; Sun, 2 Jul 2000 21:14:27 -0700 (PDT) (envelope-from freebsd@nc.rr.com) Received: from rdu25-17-233.nc.rr.com ([24.25.17.233]) by mail3.nc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Mon, 3 Jul 2000 00:14:14 -0400 Date: Mon, 3 Jul 2000 00:11:55 -0400 From: Neill Robins X-Mailer: The Bat! (v1.42f) UNREG / CD5BF9353B3B7091 Reply-To: Neill Robins X-Priority: 3 (Normal) Message-ID: <3610112858.20000703001155@nc.rr.com> To: Joel Eusebio Cc: freebsd-questions@FreeBSD.ORG Subject: Re: transparent proxy In-reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sunday, July 02, 2000, 11:31:41 PM, you wrote: JE> Hi, JE> I have compiled a new kernel with all the instructions that you told me JE> and I have read the man pages and the README's of transproxy. I am doing a JE> test on 1 workstation I configured it so that it's gateway is the FreeBSD JE> box running transparent proxy. I configured my Netscape Navigator to go JE> direct so theoretically the FreeBSD box will intercept all HTTP request JE> and pipe it to my proxy server which is the same box also. My squid is JE> configured to accomodate this setup with all the httpd_accel turned on. My JE> workstations can't connect to the internet....HTTP, IRC . What other JE> things do I have to check for this to work. The transproxy README says JE> that I have to add certain ipfw rules??? where do I put them??? JE> /etc/rc.firewall??? Thanks a lot for your support. JE> ---------------------->jOEl To add ipfw rules, I simply changed /etc/rc.firewall with the rules that I needed. I am assuming you have config'd and compiled/installed a new kernel with the correct firewall settings. Also, does the firewall work if it is set to 'open' in rc.conf (assuming it is set to otherwise. I know this is not secure, but it helped me make sure my current setting were working) Back to the ipfw rules: I edit /etc/rc.firewall with the rules I needed (compiled from www.mostgraveconcern.com/freebsd/ipfw.html). After editting that file, just sh /etc/rc.firewall to load the new rules and that was it. Of course, that is only for firewall settings, which might have nothing to do with your proxy problem, but might be worth a try. Good Luck, Neill freebsd@nc.rr.com JE> On Sun, 2 Jul 2000, Neill Robins wrote: >> Sunday, July 02, 2000, 9:32:39 PM, you wrote: >> JE> Hi, >> JE> I followed your instructions and I was succesfull in compiling a new >> JE> kernel with IP_FIREWALL, IPFIREWALL_VERBOSE, IP_DIVERT and IP_FORWARD >> JE> activated but when rebooted and tried to ping one of my servers it says >> JE> "permission denied" what did I do wrong??? Another is if I compiled a new >> JE> kernel from my understanding the previous kernel will be named kernel.old >> JE> how would I use this kernel.old in case my new kernel does not work. >> JE> Thanks a lot. >> >> JE> ------------------------>jOEl >> >> >> JE> On Sun, 2 Jul 2000, Crist J. Clark wrote: >> >> >> On Sun, Jul 02, 2000 at 01:34:32PM +0000, Joel Eusebio wrote: >> >> > Hi All, >> >> > Do I have to tweak the GENERIC kernel on /usr/src/sys to activate ipfw >> >> >> >> No, you can just load the KLD. >> >> >> >> > and >> >> > what does LINT do??? >> >> >> >> It is not a working kernel. It just lists all (pretty close to all >> >> anyway) of the things you could put into a kernel config file and has >> >> some useful comments. >> >> >> >> > If so what are the values that I have to add in the >> >> > GENERIC kernel or in the LINT in order for ipfw or natd to work??? >> >> >> >> Go to the LINT kernel and search for IPFIREWALL. Also, see ipfw(8), >> >> natd(8), and divert(4). >> >> >> >> > BTW I'm >> >> > setting up a transparent proxy on my 4.0-stable and I've posted this >> >> > before and tried the suggestions that was given to me by some helpfull >> >> > people but still I can't make transparent proxy to run. Thanks again >> >> >> >> Well, transparent proxies need more options to run, namely, >> >> IPFIREWALL_FORWARD. >> >> >> >> Copy GENERIC to some new file, the machine name is a popular choice, >> >> add the lines you figure out you need, delete things that came from >> >> GENERIC that you don't need, and build a new kernel. >> >> -- >> >> Crist J. Clark cjclark@alum.mit.edu >> >> >> >> Hello Joel, >> >> 1- To boot an old kernel, just type boot kernel.old at the boot prompt >> (I believe you have to hit a key first...I am not currently at my >> machine to make sure) >> 2- To ping, you need to enable ICMP which looks like this as one of my >> IPFW rules in /etc/rc.firewall >> >> # ICMP - for ping, etc >> ${fwcmd} add pass icmp from any to any >> >> See www.freebsddiary.org and www.mostgraveconcern/freebsd/ along with >> the handbook and manpages for more info. >> >> This works for me. >> >> Good luck, >> Neill >> freebsd@nc.rr.com >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 21:20:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.idx.com.au (pop.idx.com.au [203.14.30.10]) by hub.freebsd.org (Postfix) with ESMTP id C9F9637B676 for ; Sun, 2 Jul 2000 21:20:34 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from dannyh.freebsd.org (maxc14.idx.com.au [203.19.9.14]) by pop.idx.com.au (8.9.3/8.9.3) with SMTP id OAA05117; Mon, 3 Jul 2000 14:20:22 +1000 From: Danny To: "Zaid Dashti" , freebsd-questions@FreeBSD.ORG Subject: Re: hi Date: Mon, 3 Jul 2000 14:23:30 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <20000702221828.26649.qmail@hotmail.com> MIME-Version: 1.0 Message-Id: <00070314265502.00349@dannyh.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello - In response to setting up a free email service like yahoomail , hotmail etc You need the following components 1)At least 128mb ram on your FreeBSD box 2) Apache (web server) www.apache.org 3) You should check out free cgi's and php3 code such as www.atdot.org(perl) look for a product called aeromail(php3) twig (wrriten in php3) On Mon, 03 Jul 2000, Zaid Dashti wrote: > Hi > i have two questions: > 1- how i can adduser with expire date ? > 2- how i can make a free email in my FreeBSD, like Hotmail, yahoo and > others ? > and thank's > ________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ---------------------------------------------------------------- You are not authorized to use my email address for any purpose. This is a violation of my privacy. Remove my email address from your databases immediately. ---------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 21:49: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pom.INS.CWRU.Edu (pom.INS.CWRU.Edu [129.22.8.234]) by hub.freebsd.org (Postfix) with ESMTP id 7B48837C0FD for ; Sun, 2 Jul 2000 21:49:03 -0700 (PDT) (envelope-from erm6@po.cwru.edu) Received: from po.cwru.edu (brich.gti.net [199.171.27.11]) by pom.INS.CWRU.Edu with ESMTP (8.8.8+cwru/CWRU-1.0-smtprelay) id AAA24134; Mon, 3 Jul 2000 00:49:01 -0400 (EDT) (from erm6@po.cwru.edu for ) Message-ID: <39601B2D.E19093A1@po.cwru.edu> Date: Mon, 03 Jul 2000 00:48:45 -0400 From: Evan Markensohn X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: pcm sound devices Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What/where are the pcm sound devices in FreeBSD 4.0? How do you MAKEDEV these devices? MAKEDEV sndx? I'm trying to fix my sound problem, and noticed in several places that it said the pcm devices will end up in /dev/pcmX/[dsp, mixer, etc.] Is this the case with the latest FreeBSD? Thanks, Evan Markensohn erm6@po.cwru.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 21:50:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from po4.glue.umd.edu (po4.glue.umd.edu [128.8.10.124]) by hub.freebsd.org (Postfix) with ESMTP id 5E33A37BF4C for ; Sun, 2 Jul 2000 21:50:44 -0700 (PDT) (envelope-from howardjp@glue.umd.edu) Received: from y.glue.umd.edu (root@y.glue.umd.edu [128.8.10.68]) by po4.glue.umd.edu (8.10.1/8.10.1) with ESMTP id e634oaE07326; Mon, 3 Jul 2000 00:50:40 -0400 (EDT) Received: from y.glue.umd.edu (sendmail@localhost [127.0.0.1]) by y.glue.umd.edu (8.9.3/8.9.3) with SMTP id AAA27426; Mon, 3 Jul 2000 00:50:36 -0400 (EDT) Received: from localhost (howardjp@localhost) by y.glue.umd.edu (8.9.3/8.9.3) with ESMTP id AAA27421; Mon, 3 Jul 2000 00:50:35 -0400 (EDT) X-Authentication-Warning: y.glue.umd.edu: howardjp owned process doing -bs Date: Mon, 3 Jul 2000 00:50:35 -0400 (EDT) From: James Howard To: keith@mail.telestream.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: grep In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 2 Jul 2000 keith@mail.telestream.com wrote: > Possibly a very stupid question here so be kind. :-) > Is it possible to grep for multiple items within one grep statement Yeah, use -e like this: grep -e item1 -e item2 -e item3 and so forth. J~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 22:26:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sneety.insync.net (sneety.insync.net [209.113.65.5]) by hub.freebsd.org (Postfix) with ESMTP id D7B6B37B572 for ; Sun, 2 Jul 2000 22:26:47 -0700 (PDT) (envelope-from dgailey@insync.net) Received: from hexidec (209-16-34-109.insync.net [209.16.34.109]) by sneety.insync.net (8.9.3/8.9.3) with SMTP id AAA04826 for ; Mon, 3 Jul 2000 00:26:46 -0500 (CDT) Message-ID: <001201bfe4af$a9a5fa60$6d2210d1@insync.net> From: "Dan Gailey" To: Subject: Date: Mon, 3 Jul 2000 00:29:30 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG subscribe freebsd-questions@freebsd.org dpg@lcc.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 22:56:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fusion.unixfreak.org (cx272244-b.orng1.occa.home.com [24.1.179.34]) by hub.freebsd.org (Postfix) with ESMTP id BAB0A37B572 for ; Sun, 2 Jul 2000 22:56:44 -0700 (PDT) (envelope-from bhishan@fusion.unixfreak.org) Received: (from bhishan@localhost) by fusion.unixfreak.org (8.9.3/8.9.3) id XAA32719 for freebsd-questions@freebsd.org; Sun, 2 Jul 2000 23:42:01 -0700 (PDT) (envelope-from bhishan) From: Bhishan Hemrajani Message-Id: <200007030642.XAA32719@fusion.unixfreak.org> Subject: largest hd on 3.x-STABLE To: freebsd-questions@freebsd.org Date: Sun, 2 Jul 2000 23:42:01 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am thinking about purchasing a new hard drive for my FreeBSD 3.5-STABLE system. I have seen previous threads which complained about hard drives greater than 40.0GB not working with the old wd drivers. What's the largest hard drive that anyone has not had problems with under 3.x-STABLE? Thank you. --bhishan -- Bhishan Hemrajani / bhishan@fusion.unixfreak.org / PGP: 0xFAC75561 Finger bhishan@fusion.unixfreak.org for more information. You can always tell a good idea by the enemies it makes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 23: 0:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from darius.concentric.net (darius.concentric.net [207.155.198.79]) by hub.freebsd.org (Postfix) with ESMTP id 0256437B572 for ; Sun, 2 Jul 2000 23:00:42 -0700 (PDT) (envelope-from statik@cris.com) Received: from newman.concentric.net (newman.concentric.net [207.155.198.71]) by darius.concentric.net (8.9.1a/(98/12/15 5.12)) id CAA22067; Mon, 3 Jul 2000 02:00:41 -0400 (EDT) [1-800-745-2747 The Concentric Network] Received: from carl.cris.com (ts009d19.phx-az.concentric.net [208.176.169.175]) by newman.concentric.net (8.9.1a) id CAA15590; Mon, 3 Jul 2000 02:00:39 -0400 (EDT) Message-Id: <4.3.1.1.20000702224645.00ad2400@pop3.concentric.net> X-Sender: statik@pop3.concentric.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Sun, 02 Jul 2000 22:49:55 -0700 To: steinyv From: josh b Subject: Re: 3com 3c509 is the wacknes!! Cc: questions@freebsd.org In-Reply-To: <4.2.0.58.20000702202836.009dbc20@> References: <4.3.1.1.20000702172110.00ac1100@pop3.concentric.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG thanks for the quick reply.. i tried just device ep ( thats what it says to do in to LINT also) and it just gives me this on boot up: ep0: <3Com 35c09-Comba Etherlink III> at port 0x280-0x28f irq 15 on isa0 ep0: No irq?! ep0: ep_alloc() failed! (6) i canot figure it out... At 08:30 PM 7/2/00 -0400, you wrote: >You dont have to give it any arguements for the nic, just try device ep0 > > > >At 08:26 PM 7/2/00 , you wrote: >>hello...im trying to get my 3com etherlink 3 to work on my 4.0 box. >>heres my kernel config for it: >> >>device ep0 at isa? port 0x300 irq 10 >> >>i have the rest of the nic commented out. and when i boot up i get this: >> >>ep0 at port 0x300 irq 10 on isa0 >>ep0: eeprom failed to come ready. >> >>ep0: Eterhnet adress 00:00:00:00:00:00 >>ep1: <3Com 35c09-Comba Etherlink III> at port 0x280-0x28f irq 15 on isa0 >>ep1: No irq?! >>ep1: ep_alloc() failed! (6) >>device_probe_and_attach: ep1 attach returned 6 >> >> >>i have no idea why ep1 even exists!! i read in the freebsd book that the >>ep driver was buggy, anyone have any idea on this?? >>thanks!!!!! >> >> >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-questions" in the body of the message > > >_________________________________________ >Steiny's Studio >Pachyderm Productions >http://steiny.hypermart.net > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 23: 2:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 5B8F937B797 for ; Sun, 2 Jul 2000 23:02:26 -0700 (PDT) (envelope-from ler@lerctr.org) Received: (from ler@localhost) by lerami.lerctr.org (8.10.1/8.10.1/20000703) id e6362MS04190; Mon, 3 Jul 2000 01:02:22 -0500 (CDT) From: Larry Rosenman Message-Id: <200007030602.e6362MS04190@lerami.lerctr.org> Subject: Re: 3com 3c509 is the wacknes!! In-Reply-To: <4.3.1.1.20000702224645.00ad2400@pop3.concentric.net> "from josh b at Jul 2, 2000 10:49:55 pm" To: josh b Date: Mon, 3 Jul 2000 01:02:21 -0500 (CDT) Cc: freebsd-questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL79 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > thanks for the quick reply.. i tried just device ep ( thats what it says to > do in to LINT also) and it just gives me this on boot up: > > ep0: <3Com 35c09-Comba Etherlink III> at port 0x280-0x28f irq 15 on isa0 > ep0: No irq?! > ep0: ep_alloc() failed! (6) Is IRQ 15 free in the BIOS? Larry > > i canot figure it out... > > At 08:30 PM 7/2/00 -0400, you wrote: > >You dont have to give it any arguements for the nic, just try device ep0 > > > > > > > >At 08:26 PM 7/2/00 , you wrote: > >>hello...im trying to get my 3com etherlink 3 to work on my 4.0 box. > >>heres my kernel config for it: > >> > >>device ep0 at isa? port 0x300 irq 10 > >> > >>i have the rest of the nic commented out. and when i boot up i get this: > >> > >>ep0 at port 0x300 irq 10 on isa0 > >>ep0: eeprom failed to come ready. > >> > >>ep0: Eterhnet adress 00:00:00:00:00:00 > >>ep1: <3Com 35c09-Comba Etherlink III> at port 0x280-0x28f irq 15 on isa0 > >>ep1: No irq?! > >>ep1: ep_alloc() failed! (6) > >>device_probe_and_attach: ep1 attach returned 6 > >> > >> > >>i have no idea why ep1 even exists!! i read in the freebsd book that the > >>ep driver was buggy, anyone have any idea on this?? > >>thanks!!!!! > >> > >> > >> > >>To Unsubscribe: send mail to majordomo@FreeBSD.org > >>with "unsubscribe freebsd-questions" in the body of the message > > > > > >_________________________________________ > >Steiny's Studio > >Pachyderm Productions > >http://steiny.hypermart.net > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 23: 4: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from uhura.concentric.net (uhura.concentric.net [206.173.118.93]) by hub.freebsd.org (Postfix) with ESMTP id 16EF637B876 for ; Sun, 2 Jul 2000 23:03:58 -0700 (PDT) (envelope-from statik@cris.com) Received: from marconi.concentric.net (marconi.concentric.net [206.173.118.71]) by uhura.concentric.net (8.9.1a/(98/12/15 5.12)) id CAA19947; Mon, 3 Jul 2000 02:03:57 -0400 (EDT) [1-800-745-2747 The Concentric Network] Received: from carl.cris.com (ts009d19.phx-az.concentric.net [208.176.169.175]) by marconi.concentric.net (8.9.1a) id CAA19636; Mon, 3 Jul 2000 02:03:55 -0400 (EDT) Message-Id: <4.3.1.1.20000702225243.00ad4e50@pop3.concentric.net> X-Sender: statik@pop3.concentric.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Sun, 02 Jul 2000 22:53:12 -0700 To: Evan Markensohn , freebsd-questions@FreeBSD.ORG From: josh b Subject: Re: pcm sound devices In-Reply-To: <39601B2D.E19093A1@po.cwru.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cd /dev ./MAKEDEV snd0 that'l link everything up for ur sound in 4.0! At 12:48 AM 7/3/00 -0400, Evan Markensohn wrote: >What/where are the pcm sound devices in FreeBSD 4.0? How do you MAKEDEV >these devices? MAKEDEV sndx? > >I'm trying to fix my sound problem, and noticed in several places that >it said the pcm devices will end up in /dev/pcmX/[dsp, mixer, etc.] Is >this the case with the latest FreeBSD? > >Thanks, >Evan Markensohn >erm6@po.cwru.edu > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 23:11: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.binep.ac.ru (ns.binep.ac.ru [193.233.37.5]) by hub.freebsd.org (Postfix) with ESMTP id C920937B6D2 for ; Sun, 2 Jul 2000 23:11:02 -0700 (PDT) (envelope-from goshik@binep.ac.ru) Received: from serv2.binep.ac.ru (serv2 [193.233.44.77]) by ns.binep.ac.ru (8.9.3/8.9.3) with SMTP id KAA70239; Mon, 3 Jul 2000 10:13:06 +0400 (MSD) (envelope-from goshik@binep.ac.ru) Reply-To: "Igor B. Bykhalo" From: "Igor B. Bykhalo" To: , "josh b" Subject: Re: 3com 3c509 is the wacknes!! Date: Mon, 3 Jul 2000 10:06:51 +0300 Message-ID: <01bfe4bd$42c7b780$0000e9c1@serv2.binep.ac.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0913.2206 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0913.2200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >hello...im trying to get my 3com etherlink 3 to work on my 4.0 box. >heres my kernel config for it: > >device ep0 at isa? port 0x300 irq 10 You need just device ep0 or even better, device ep line in the kernel config file. Read on... > >i have the rest of the nic commented out. and when i boot up i get this: > >ep0 at port 0x300 irq 10 on isa0 >ep0: eeprom failed to come ready. > >ep0: Eterhnet adress 00:00:00:00:00:00 >ep1: <3Com 35c09-Comba Etherlink III> at port 0x280-0x28f irq 15 on isa0 >ep1: No irq?! >ep1: ep_alloc() failed! (6) >device_probe_and_attach: ep1 attach returned 6 > > >i have no idea why ep1 even exists!! i read in the freebsd book that the ep >driver was buggy, anyone have any idea on this?? >thanks!!!!! > There is a chance that you need to download the latest 3c5x9cfg.exe (DOS) config utility from 3Com. It is needed to disable PnP stuff in your card. Download Etherdisk#2 from http://support.3com.com/infodeli/tools/nic/3c509/3c5096.1.htm run 3c5x9cfg.exe, disable PnP, and you'll be fine. Good luck, Igor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 23:16:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from darius.concentric.net (darius.concentric.net [207.155.198.79]) by hub.freebsd.org (Postfix) with ESMTP id 94F1137BA7C for ; Sun, 2 Jul 2000 23:16:13 -0700 (PDT) (envelope-from statik@cris.com) Received: from mcfeely.concentric.net (mcfeely.concentric.net [207.155.198.83]) by darius.concentric.net (8.9.1a/(98/12/15 5.12)) id CAA22756; Mon, 3 Jul 2000 02:16:12 -0400 (EDT) [1-800-745-2747 The Concentric Network] Received: from carl.cris.com (ts009d19.phx-az.concentric.net [208.176.169.175]) by mcfeely.concentric.net (8.9.1a) id CAA17882; Mon, 3 Jul 2000 02:16:11 -0400 (EDT) Message-Id: <4.3.1.1.20000702230340.00ad5100@pop3.concentric.net> X-Sender: statik@pop3.concentric.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Sun, 02 Jul 2000 23:05:27 -0700 To: Larry Rosenman From: josh b Subject: Re: 3com 3c509 is the wacknes!! Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <200007030602.e6362MS04190@lerami.lerctr.org> References: <4.3.1.1.20000702224645.00ad2400@pop3.concentric.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i think its free... in my bios setup it has 14,11, and 10 being used.. At 01:02 AM 7/3/00 -0500, Larry Rosenman wrote: > > thanks for the quick reply.. i tried just device ep ( thats what it > says to > > do in to LINT also) and it just gives me this on boot up: > > > > ep0: <3Com 35c09-Comba Etherlink III> at port 0x280-0x28f irq 15 on isa0 > > ep0: No irq?! > > ep0: ep_alloc() failed! (6) >Is IRQ 15 free in the BIOS? > >Larry > > > > i canot figure it out... > > > > At 08:30 PM 7/2/00 -0400, you wrote: > > >You dont have to give it any arguements for the nic, just try device ep0 > > > > > > > > > > > >At 08:26 PM 7/2/00 , you wrote: > > >>hello...im trying to get my 3com etherlink 3 to work on my 4.0 box. > > >>heres my kernel config for it: > > >> > > >>device ep0 at isa? port 0x300 irq 10 > > >> > > >>i have the rest of the nic commented out. and when i boot up i get this: > > >> > > >>ep0 at port 0x300 irq 10 on isa0 > > >>ep0: eeprom failed to come ready. > > >> > > >>ep0: Eterhnet adress 00:00:00:00:00:00 > > >>ep1: <3Com 35c09-Comba Etherlink III> at port 0x280-0x28f irq 15 on isa0 > > >>ep1: No irq?! > > >>ep1: ep_alloc() failed! (6) > > >>device_probe_and_attach: ep1 attach returned 6 > > >> > > >> > > >>i have no idea why ep1 even exists!! i read in the freebsd book that the > > >>ep driver was buggy, anyone have any idea on this?? > > >>thanks!!!!! > > >> > > >> > > >> > > >>To Unsubscribe: send mail to majordomo@FreeBSD.org > > >>with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > >_________________________________________ > > >Steiny's Studio > > >Pachyderm Productions > > >http://steiny.hypermart.net > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > >with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > >-- >Larry Rosenman http://www.lerctr.org/~ler >Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org >US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 23:17: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f4.law8.hotmail.com [216.33.241.4]) by hub.freebsd.org (Postfix) with SMTP id 6AEAB37BA7C for ; Sun, 2 Jul 2000 23:17:04 -0700 (PDT) (envelope-from aoypcc@hotmail.com) Received: (qmail 51896 invoked by uid 0); 3 Jul 2000 06:17:03 -0000 Message-ID: <20000703061703.51895.qmail@hotmail.com> Received: from 202.76.106.134 by www.hotmail.com with HTTP; Sun, 02 Jul 2000 23:17:03 PDT X-Originating-IP: [202.76.106.134] From: "peter kok" To: questions@FreeBSD.org Subject: email problem from log Date: Mon, 03 Jul 2000 06:17:03 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I just setup email and got the following message please give me hint how to solve it. Tks much best regards Peter ---------------- Jul 3 11:29:23 email popper[182]: peterkok@[192.168.0.66]: -ERR Password suppli ed for "peterkok" is incorrect. Jul 3 11:29:45 email popper[183]: (v2.53) Unable to get canonical name of clien t 192.168.0.66: Unknown host Jul 3 11:29:45 email popper[183]: @[192.168.0.66]: -ERR Too few arguments for t he auth command. ---------------------------------- ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 23:22:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 70CEB37BF96 for ; Sun, 2 Jul 2000 23:22:52 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id KAA25081; Mon, 3 Jul 2000 10:25:46 +0200 Message-ID: <39603154.5A0170B4@i-clue.de> Date: Mon, 03 Jul 2000 08:23:16 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de Organization: i-clue interactive GmbH X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: James Davis Cc: freebsd-questions@FreeBSD.ORG Subject: Re: older releases References: <000a01bfe3ac$83530780$db71c13f@pacbell.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > James Davis wrote: > > Hi, > > I love Free BSD and I wanted to know where I can get versions older > than release 3.4, I really need them to finish my collection and to > run on my older systems that will not run on the newer releases.Please > Help! On the way. Two posiibilities: Contact www.cdrom.com, maybe they got some older versions to sell. CVSup sources for an older versions and build from scratch. If all else fails, locate a FreeBSD veteran near you and beg his old CD-ROMs. HTH -Christoph Sold P.S: My oldest Release CD is 2.2.7 -- but you'd have to pay customs and freight from Germany, and I like it back. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 23:23:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id D81AB37C00B for ; Sun, 2 Jul 2000 23:23:31 -0700 (PDT) (envelope-from ler@lerctr.org) Received: (from ler@localhost) by lerami.lerctr.org (8.10.1/8.10.1/20000703) id e636NSq05095; Mon, 3 Jul 2000 01:23:28 -0500 (CDT) From: Larry Rosenman Message-Id: <200007030623.e636NSq05095@lerami.lerctr.org> Subject: Re: 3com 3c509 is the wacknes!! In-Reply-To: <4.3.1.1.20000702230340.00ad5100@pop3.concentric.net> "from josh b at Jul 2, 2000 11:05:27 pm" To: josh b Date: Mon, 3 Jul 2000 01:23:28 -0500 (CDT) Cc: Larry Rosenman , freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL79 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is it set to PCI/PNP or LEGACY ISA? (15 is usually the 2nd IDE controller, so You may need to free it and tell the BIOS to use it for LEGACY ISA). Larry > i think its free... in my bios setup it has 14,11, and 10 being used.. > At 01:02 AM 7/3/00 -0500, Larry Rosenman wrote: > > > thanks for the quick reply.. i tried just device ep ( thats what it > > says to > > > do in to LINT also) and it just gives me this on boot up: > > > > > > ep0: <3Com 35c09-Comba Etherlink III> at port 0x280-0x28f irq 15 on isa0 > > > ep0: No irq?! > > > ep0: ep_alloc() failed! (6) > >Is IRQ 15 free in the BIOS? > > > >Larry > > > > > > i canot figure it out... > > > > > > At 08:30 PM 7/2/00 -0400, you wrote: > > > >You dont have to give it any arguements for the nic, just try device ep0 > > > > > > > > > > > > > > > >At 08:26 PM 7/2/00 , you wrote: > > > >>hello...im trying to get my 3com etherlink 3 to work on my 4.0 box. > > > >>heres my kernel config for it: > > > >> > > > >>device ep0 at isa? port 0x300 irq 10 > > > >> > > > >>i have the rest of the nic commented out. and when i boot up i get this: > > > >> > > > >>ep0 at port 0x300 irq 10 on isa0 > > > >>ep0: eeprom failed to come ready. > > > >> > > > >>ep0: Eterhnet adress 00:00:00:00:00:00 > > > >>ep1: <3Com 35c09-Comba Etherlink III> at port 0x280-0x28f irq 15 on isa0 > > > >>ep1: No irq?! > > > >>ep1: ep_alloc() failed! (6) > > > >>device_probe_and_attach: ep1 attach returned 6 > > > >> > > > >> > > > >>i have no idea why ep1 even exists!! i read in the freebsd book that the > > > >>ep driver was buggy, anyone have any idea on this?? > > > >>thanks!!!!! > > > >> > > > >> > > > >> > > > >>To Unsubscribe: send mail to majordomo@FreeBSD.org > > > >>with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > >_________________________________________ > > > >Steiny's Studio > > > >Pachyderm Productions > > > >http://steiny.hypermart.net > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > > >with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > >-- > >Larry Rosenman http://www.lerctr.org/~ler > >Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org > >US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 23:26:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id BEA2337BFAB for ; Sun, 2 Jul 2000 23:26:13 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id KAA25093; Mon, 3 Jul 2000 10:29:19 +0200 Message-ID: <39603229.854DD3F5@i-clue.de> Date: Mon, 03 Jul 2000 08:26:49 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de Organization: i-clue interactive GmbH X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Bill Barnes Cc: freebsd questions Subject: Re: Updating tkdesk via ftp References: <398E3304@operamail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bill Barnes wrote: > > Hello list: > > I am following the examples on page 114 of The Complete FreeBSD. > Therein is a list of the databases category and what purports to be a zip of > the contents of xmbase-grok via the command 'get xmbase-grok.tar.gz' > > In my case the directory of /pub/FreeBSD/ports/ports-current/x11-fm has an > entry for tkdesk but the command 'get tkdesk.tar.gz' says > no such file OR directory > > The first time i used 'get tkdesk-1.2.tar.gz' and the system copied that file > to my /root directory. YOu do not have to fetch the file manually. make knows how to do this for you. Just make sure you are connected to the 'net, then % cd /usr/ports/you/want % su - % make all install clean > Now what should I do to get an installation? And this is an easy one. My > next target is postgresql_7.0.2-2 make knows how to get this one, too. The installation is almost automatic, just use the commands as above. > Thanks for help > Bill Barnes You're welcome -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 23:31: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cecov.masternet.it (cecov.masternet.it [194.184.65.7]) by hub.freebsd.org (Postfix) with ESMTP id 4ED6737C018 for ; Sun, 2 Jul 2000 23:30:56 -0700 (PDT) (envelope-from gmarco@masternet.it) Received: from 194.184.65.7 (ppp-240-206.21-151.libero.it [151.21.206.240]) by cecov.masternet.it (8.9.3/8.9.3) with SMTP id IAA64369 for ; Mon, 3 Jul 2000 08:17:07 +0200 (CEST) (envelope-from gmarco@masternet.it) Date: Mon, 3 Jul 2000 08:30:14 +0200 From: Gianmarco To: questions@freebsd.org Subject: FreeBSD and Linux don't like ftp each others Message-ID: <20000703083014.A2629@seaside.ablia.org> Reply-To: gmarco@masternet.it Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: Balsa 0.8.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a strange problem... I have a FreeBSD box (4.0-STABLE of a few days ago) which is a frontend of a private network. It made firewall (not yet configured), natd (port 80 to a linux box because the web application use a db called "isis" not supported in FreeBSD), email server etc etc ... The box is working well but when it tries to ftp to the linux (RH 6.1) box and viceversa it is a nightmare: --> begin ftp session <-- freebsd:/home/gmarco> ftp 10.0.0.1 Connected to 10.0.0.1. 220 brontolo.alinari.it FTP server (Version wu-2.5.0(1) Tue Sep 21 16:48:12 EDT 1999) ready. Name (10.0.0.1:gmarco): 331 Password required for gmarco. Password: 230 User gmarco logged in. Remote system type is UNIX. Using binary mode to transfer files. ftp> hash 2048 Hash mark printing on (2048 bytes/hash mark). ftp> bin 200 Type set to I. ftp> get squid-2.3.STABLE3-src.tar.gz local: squid-2.3.STABLE3-src.tar.gz remote: squid-2.3.STABLE3-src.tar.gz 227 Entering Passive Mode (10,0,0,1,130,14) 150 Opening BINARY mode data connection for squid-2.3.STABLE3-src.tar.gz (966361 bytes). 5% |*** | 54020 - stalled -^C receive aborted waiting for remote to finish abort. 426 Transfer aborted. Data connection closed. 226 Abort successful 54020 bytes received in 20.35 seconds (2.59 KB/s) ftp> quit 221-You have transferred 106496 bytes in 0 files. 221-Total traffic for this session was 108602 bytes in 2 transfers. 221-Thank you for using the FTP service on brontolo.alinari.it. 221 Goodbye. --> end <--- So we made about 3.0 kb/s on 2 ethernet at 100mb The interface on the FreeBSD box used is rl0 freebsd:/home/gmarco> ifconfig -a de0: flags=8843 mtu 1500 inet 213.26.247.190 netmask 0xffffffc0 broadcast 213.26.247.191 ether 00:00:f8:02:5f:b5 media: autoselect (10baseT/UTP) status: active supported media: autoselect 10base5/AUI 10base2/BNC 10baseT/UTP 10baseT/UTP rl0: flags=8843 mtu 1500 inet 10.0.0.254 netmask 0xffffff00 broadcast 10.0.0.255 ether 00:48:54:64:24:14 media: autoselect (none) status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10 baseT/UTP 100baseTX rl1: flags=8843 mtu 1500 inet 10.0.1.254 netmask 0xffffff00 broadcast 10.0.1.255 ether 00:48:54:64:21:a3 media: autoselect (none) status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10 baseT/UTP 100baseTX rl2: flags=8843 mtu 1500 inet 10.0.2.254 netmask 0xffffff00 broadcast 10.0.2.255 ether 00:48:54:64:1f:a2 media: autoselect (none) status: no carrier supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10 baseT/UTP 100baseTX rl3: flags=8843 mtu 1500 inet 10.0.3.254 netmask 0xffffff00 broadcast 10.0.3.255 ether 00:48:54:6f:5c:c7 media: autoselect (none) status: no carrier supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10 baseT/UTP 100baseTX lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 The nice thing is that interfaces (on the FreeBSD and linux side have no errors) freebsd:/home/gmarco> netstat -i Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll de0 1500 00:00:f8:02:5f:b5 842 0 636 0 0 de0 1500 213.26.247.12 freebsd 842 0 636 0 0 rl0 1500 00:48:54:64:24:14 2411 0 86 0 0 rl0 1500 10/24 freebsd 2411 0 86 0 0 rl1 1500 00:48:54:64:21:a3 0 0 1 0 0 rl1 1500 10.0.1/24 freebsd 0 0 1 0 0 rl2 1500 00:48:54:64:1f:a2 0 0 1 0 0 rl2 1500 10.0.2/24 freebsd 0 0 1 0 0 rl3 1500 00:48:54:6f:5c:c7 0 0 1 0 0 rl3 1500 10.0.3/24 freebsd 0 0 1 0 0 lo0 16384 161 0 161 0 0 lo0 16384 127 localhost 161 0 161 0 0 and a freebsd:/home/gmarco# ping -f 10.0.0.1 PING 10.0.0.1 (10.0.0.1): 56 data bytes ..................^. --- 10.0.0.1 ping statistics --- 50777 packets transmitted, 50759 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.297/0.322/10.319/0.081 ms In NFS we achieved about 270kb/s (not so good but not so bad as 3.0kb/s). --> begin NFS cp <-- [ugo@brontolo ugo]$ df Filesystem 1k-blocks Used Available Use% Mounted on /dev/sda9 2015984 423980 1489596 22% / /dev/sda1 23242 2661 19381 12% /boot /dev/sda5 24193132 471400 22492780 2% /img /dev/sda6 8568304 321800 7811252 4% /isis /dev/sda7 8355576 35316 7895812 0% /isis/lavoro freebsd:/home 7746238 1301832 5824707 18% /mnt [ugo@brontolo ugo]$ dd if=/dev/zero of=prova bs=1024k count=40 40+0 records in 40+0 records out [ugo@brontolo ugo]$ ls -la total 41040 drwx------ 2 ugo users 4096 Jul 2 22:37 . drwxr-xr-x 10 root root 4096 Jul 2 21:36 .. -rw-r--r-- 1 ugo users 1422 Jul 2 21:36 .Xdefaults -rw------- 1 ugo users 598 Jul 2 22:28 .bash_history -rw-r--r-- 1 ugo users 24 Jul 2 21:36 .bash_logout -rw-r--r-- 1 ugo users 230 Jul 2 21:36 .bash_profile -rw-r--r-- 1 ugo users 124 Jul 2 21:36 .bashrc -rw------- 1 ugo users 45 Jul 2 22:10 .rhosts -rw-r--r-- 1 ugo users 3394 Jul 2 21:36 .screenrc -rw-r--r-- 1 ugo users 41943040 Jul 2 22:37 prova [ugo@brontolo ugo]$ time cp prova /mnt/ugo/prova 0.00user 0.00system 2:32.57elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (10353major+14minor)pagefaults 0swaps --> end <-- So I really don't know what is happening. The two boxes are connected using a 10mb HUB soon to be replaced by a 100mb switch one. Anyone that can understand the ftp anomaly ? Thanks ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 23:32: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 0CC7D37BFBB for ; Sun, 2 Jul 2000 23:31:57 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id KAA25130; Mon, 3 Jul 2000 10:35:00 +0200 Message-ID: <3960337F.92F057FB@i-clue.de> Date: Mon, 03 Jul 2000 08:32:31 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de Organization: i-clue interactive GmbH X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: dave@pixelhammer.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: adding another drive, bios questions References: <00070214392100.00809@redbird> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG DAve wrote: > > I am at my wits end here trying to add a second drive to my file > server. > > I have a gateway file server, P90 with 32mb ram. FreeBSD is > installed and running just fine. The mother board has two IDE > interfaces, one labled 'pri IDE' the other labled 'PCI IDE'. > > Currently I have the sys drive as master and the CD as slave on the > interface labled 'pri IDE'. I want to put two new drives on the box. > Attempting to use the interface labled 'PCI IDE' gets me nowhere. > > I've tried; > > 1) LBA on/off > 2) AUTO CONFIG on/off (manually set cyl, sec, etc) > 3) new drives set as slave on cable first pos, master on cable end > position, and both as slave. (leaving system disk only set as master > on 'pri IDE' interface) > > I have one other box which the bios never sees the drive yet FBSD > finds it and boots just fine. However FBSD never finds a drive on > this box. > > I have made no changes to the kernel other than to > add these lines as per LINT. > > controller wdc1 at isa? port "IO_WD2" bio irq 15 > disk wd2 at wdc1 drive 0 > > Recompiled and installed, reboot, I get this message from dmesg > "wdc1 not found at 0x170" > > My bios has no place to tell me what IRQ or mem address the IDE > interfaces reside at, or where I can change/add this info. > > How can I tell FBSD where the drives are? > > Any thoughts? Check the BIOS if the second controller is enabled. HTH -Christoph Sold -- i-clue GmbH, Endersbacher Str. 57, D-71334 Waiblingen Fon: (0 71 51) 9 59 01-12, Fax: (0 71 51) 9 59 01-55 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 2 23:39: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from darius.concentric.net (darius.concentric.net [207.155.198.79]) by hub.freebsd.org (Postfix) with ESMTP id C88E337BEF7 for ; Sun, 2 Jul 2000 23:38:54 -0700 (PDT) (envelope-from statik@cris.com) Received: from newman.concentric.net (newman.concentric.net [207.155.198.71]) by darius.concentric.net (8.9.1a/(98/12/15 5.12)) id CAA23801; Mon, 3 Jul 2000 02:38:53 -0400 (EDT) [1-800-745-2747 The Concentric Network] Received: from carl.cris.com (ts009d19.phx-az.concentric.net [208.176.169.175]) by newman.concentric.net (8.9.1a) id CAA19929; Mon, 3 Jul 2000 02:38:51 -0400 (EDT) Message-Id: <4.3.1.1.20000702232412.00ad3450@pop3.concentric.net> X-Sender: statik@pop3.concentric.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Sun, 02 Jul 2000 23:28:08 -0700 To: Larry Rosenman From: josh b Subject: Re: 3com 3c509 is the wacknes!! Cc: Larry Rosenman , freebsd-questions@FreeBSD.ORG In-Reply-To: <200007030623.e636NSq05095@lerami.lerctr.org> References: <4.3.1.1.20000702230340.00ad5100@pop3.concentric.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG thats whats pissing me off! i dont know anything about it other than its a 3Com 3c509b isa..i got this old computer from a school donation and now im mesing with it and installed freebsdm, runs great..right now im setting up a dos bootdisk w/ this 3com dos util and im gona disable pnp on the card, hopefully it goes well but At 01:23 AM 7/3/00 -0500, Larry Rosenman wrote: >Is it set to PCI/PNP or LEGACY ISA? > >(15 is usually the 2nd IDE controller, so You may need to >free it and tell the BIOS to use it for LEGACY ISA). > >Larry > > i think its free... in my bios setup it has 14,11, and 10 being used.. > > At 01:02 AM 7/3/00 -0500, Larry Rosenman wrote: > > > > thanks for the quick reply.. i tried just device ep ( thats what it > > > says to > > > > do in to LINT al