From owner-freebsd-questions Sun Jul 11 0: 5:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from 001101.zer0.org (001101.zer0.org [206.24.105.163]) by hub.freebsd.org (Postfix) with ESMTP id B607714C20 for ; Sun, 11 Jul 1999 00:05:28 -0700 (PDT) (envelope-from gsutter@001101.zer0.org) Received: (from gsutter@localhost) by 001101.zer0.org (8.9.2/8.9.2) id AAA01199; Sun, 11 Jul 1999 00:05:15 -0700 (PDT) (envelope-from gsutter) Date: Sun, 11 Jul 1999 00:05:15 -0700 From: Gregory Sutter To: Brent Cc: questions@FreeBSD.ORG Subject: Re: large IDE hdd probs Message-ID: <19990711000515.G13537@001101.zer0.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Brent on Sat, Jul 10, 1999 at 06:34:16PM -0700 Organization: Zer0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 10, 1999 at 06:34:16PM -0700, Brent wrote: > > I believe I found the solution to my problem: a bad power cable from the > power supply to the drive. I've switched to another (had to sacrifice my > cdrom :\), and I haven't had an error since. Unfortunately, I doubt this is the answer. I have the same problem/ situation with my (IDE) IBM Deskstar 6.4GB drive, although I only get the first three lines that you reported, and then only once. You probably just haven't waited long enough for the error to occur again. I wish I had an answer to this as well. Greg > - These are the error messages I'm getting: > > Jul 10 08:32:39 ThePalace /kernel: wd2: interrupt timeout (status > 58 error 0) > Jul 10 08:32:39 ThePalace /kernel: wd2: wdtimeout() DMA status 4 > Jul 10 08:32:55 ThePalace /kernel: wd2: interrupt timeout (status > 58 error 1 am>) > > ... repeated several times, and then: > > Jul 10 08:33:39 ThePalace /kernel: wd2: wdunwedge failed (status > 90 error 90) > Jul 10 08:39:32 ThePalace /kernel: wd2s3c: wdstart: timeout waiting to > give command reading fsbn 10 690080 of 10690080-10690319 (wd2s3 bn > 10690080; cn 10605 tn 3 sn 51) (status 90 erro r > 90) > Jul 10 08:40:14 ThePalace /kernel: wd2: Last time I say: interrupt > timeout. Probably a portable PC . (status 58 error > 1) > > ... repeated constantly, although I am able to r/w to the drive without > problems, also: > > Jul 10 12:23:16 ThePalace /kernel: atapi1:1: ERROR 6, status=0, error=0 > Jul 10 12:23:16 ThePalace last message repeated 2 times -- Gregory S. Sutter Cole's Law: Thinly sliced cabbage. mailto:gsutter@pobox.com http://www.pobox.com/~gsutter/ PGP DSS public key 0x40AE3052 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 0:39:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 82EAF14C20 for ; Sun, 11 Jul 1999 00:39:05 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id RAA00427; Sun, 11 Jul 1999 17:09:03 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id RAA25961; Sun, 11 Jul 1999 17:09:01 +0930 (CST) Date: Sun, 11 Jul 1999 17:09:01 +0930 From: Greg Lehey To: "J. M. Albores" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Newbie: The "PS1" environment variable & others. Message-ID: <19990711170901.S21403@freebie.lemis.com> References: <37883A86.53F55E65@bigfoot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <37883A86.53F55E65@bigfoot.com>; from J. M. Albores on Sun, Jul 11, 1999 at 03:32:38AM -0300 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 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 11 July 1999 at 3:32:38 -0300, J. M. Albores wrote: > Sorry but I'm very newbie to FreeBSD and I'd like to have a more > comfortable environment. > I'd like to setup what in Linux is "$PS1", so the shell prompt may look > like: > [userID@host /actual/path ]# > for root or "$" instead of # for non-root. > How can i set up this env-var? In exactly the same way as you would do it under Linux. I think your real question is: how do I get bash as my shell? There are three things you need to do: 1. Install the port or package. If you have the Walnut Creek CD-ROMs, do: # pkg_add /cdrom/packages/All/bash-2.03.tgz That's the correct name for the 3.2-RELEASE CD-ROMs; if you have an older version, you may have to check the name of the archive. If you don't have the packages on CD-ROM, pick it up from the web site. 2. Copy your Linux .bashrc and any other dot files to your home directory. I assume you know where you set your PS1. 3. Change your shell: run the chsh program. It should be pretty obvious what it does, but if you have trouble, use the man page. You'll find bash installed in /usr/local/bin/bash, not /bin/bash. > And, BTW three other questions: > > 1. I see two "profile", one in "/" as dot file, and one in "/etc" (???). > Is this the rule or I did something wrong? Well, you should have /etc/profile with system-wide defaults, and .profile in each user's home directory. That's the rule, and it's the same with Linux. You shouldn't have anything in /, since no user should have / as a home directory. > So: where should command aliases (not mail aliases) go? In > /etc/profile or other file like /etc/bashrc? That's in the bash man page: FILES /bin/bash The bash executable /etc/profile The systemwide initialization file, executed for login shells ~/.bash_profile The personal initialization file, executed for login shells ~/.bashrc The individual per-interactive-shell startup file ~/.bash_logout The individual login shell cleanup file, executed when a login shell exits ~/.inputrc Individual readline initialization file As far as I know, there is no /etc/bashrc. > 2. I have man pages, info, FAQ and handbook as "online" or "on-CD" > documentation. Is there any other info source in my CD's (trying to save > $$$ by online www browsing) and something like HOWTO's? Well, by now I've discovered you have the 3.0 CDs, which I no longer have online. You should seriously consider upgrading, since 3.0 was a bit of a shaky release. But there should be a lot of stuff on the CD-ROMs, though I'm not sure what you're looking for. > 3. Are CD's #3 & #4 just source files? No. Well, in 3.2-RELEASE CD-ROM 3 consists only of installable packages. But you can take a look for yourself. > I'm using Walnut Creek FreeBSD 3.0 . Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 2: 4: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay.dtcom.dp.ua (relay.dtcom.dp.ua [195.123.7.42]) by hub.freebsd.org (Postfix) with ESMTP id 74D2514D3D for ; Sun, 11 Jul 1999 02:03:57 -0700 (PDT) (envelope-from serg@relay.dtcom.dp.ua) Received: from myhome.dtcom.dp.ua (line2.dtcom.dp.ua [195.123.7.192]) by relay.dtcom.dp.ua (8.8.7/8.7.3) with ESMTP id MAA22711; Sun, 11 Jul 1999 12:12:11 +0300 (EEST) Received: from relay.dtcom.dp.ua (localhost [127.0.0.1]) by myhome.dtcom.dp.ua (8.9.3/8.9.3) with ESMTP id MAA00330; Sun, 11 Jul 1999 12:04:48 +0300 (EEST) (envelope-from serg@relay.dtcom.dp.ua) Message-ID: <37885E2F.1DAB4854@relay.dtcom.dp.ua> Date: Sun, 11 Jul 1999 12:04:47 +0300 From: =?koi8-r?Q?=FE=C5=D2=CE=D9=CA=20=F3=C5=D2=C7=C5=CA=20=E9=D7=C1=CE=CF=D7=C9=DE?= Reply-To: serg@relay.dtcom.dp.ua Organization: COPPUS DD Ukrtelecom X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: ru, uk, en MIME-Version: 1.0 To: Chris Silva Cc: freebsd-questions@FreeBSD.ORG Subject: Re: automated ftp scripting References: <2842.990710@enteract.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris Silva wrote: > > Hi! > > Can someone recommend how I can automate ftp'ing a file? > See .netrc > > Best regards, > Chris mailto:bitsurfr@enteract.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 11 2:20:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lvdi.net (Mta.lvdi.net [216.24.138.2]) by hub.freebsd.org (Postfix) with SMTP id 1F5E314D87 for ; Sun, 11 Jul 1999 02:20:09 -0700 (PDT) (envelope-from notme@lvdi.net) Received: from lvdi.net ([216.24.141.171]) by lvdi.net ; Sun, 11 Jul 1999 02:18:34 2000 PDT Message-ID: <378863E3.5233A48F@lvdi.net> Date: Sun, 11 Jul 1999 02:29:07 -0700 From: notme Organization: me++ X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Carlos Taylor Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Linux / FreeBSD References: <003d01becb69$9e2e6d80$4549fccd@anakin> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, You probably will get the best result if you write in plain text only since most of the people on the list use UNIX to read his/ her mail. well, here's some site that could possibly answer your question :) http://www.futuresouth.com/~fullermd/freebsd/bsdvlin.html http://advocacy.freebsd.org/ammunition/comparisons.html While Linux has the "ease" of use, FreeBSD is much of a "built- it-yourself" type. Play with both, and you'll see the difference. Frankie Carlos Taylor wrote: > What is the difference between FreeBSD and Linux? What would you say > are the major differences? Thanks for your help.Carlos (A FreeBSD > Newbie) :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 3:57:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id DFCEC14C23 for ; Sun, 11 Jul 1999 03:57:20 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (8.9.3/8.9.3) with ESMTP id NAA07315; Sun, 11 Jul 1999 13:56:39 +0300 (EET DST) Received: by myhakas.matti.ee (Postfix, from userid 1000) id 1D18D1F93; Sun, 11 Jul 1999 13:56:45 +0300 (EEST) Date: Sun, 11 Jul 1999 13:56:45 +0300 From: Vallo Kallaste To: Andrew MacIntyre Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to get rid of Sendmail DNS lookups? Message-ID: <19990711135644.A30695@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <19990710200757.A29197@myhakas.matti.ee> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Andrew MacIntyre on Sun, Jul 11, 1999 at 11:28:10AM +1000 Organization: =?iso-8859-1?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 11, 1999 at 11:28:10AM +1000, Andrew MacIntyre wrote: > Tried putting "hosts" before "bind" in /etc/host.conf? Make sure that > /etc/hosts has a localhost entry and an entry for the hostname. Yes, sure. The /etc/hosts contains: 127.0.0.1 localhost 192.168.0.1 tiiu 192.168.0.2 mari 194.126.98.135 solaris.matti.ee solaris /etc/host.conf: hosts bind /etc/service.switch: hosts files I have two computers, the new one named tiiu and an old 486 named mari which is almost all the time down. I haven't specified the domain part in the rc.conf for hostname, but I have tried it too with no difference. The network interface is up on the tiiu all the time but shows no carrier. I guess it doesn't matter is it up or not. I have "ppp -auto me" running. It's really very simple setup, practically one computer linked to internet over partial-time dynamic ppp. The solaris entry in the hosts file is the SMART host for sendmail, I'm getting all the mail over POP3 from the same host. Delivery mode is deferred. I have no clue why sendmail does DNS lookup when told not to do so. Weird. Any additional thoughts? Thanks -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 4:49:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand5.global.net.uk (sand5.global.net.uk [194.126.80.249]) by hub.freebsd.org (Postfix) with ESMTP id DA90515123 for ; Sun, 11 Jul 1999 04:49:45 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p8as12a06.client.global.net.uk ([195.147.220.139] helo=marder-1.) by sand5.global.net.uk with esmtp (Exim 2.05 #1) id 113I6t-0007oo-00; Sun, 11 Jul 1999 12:49:31 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id MAA00287; Sun, 11 Jul 1999 12:44:57 +0100 (BST) (envelope-from marko) Date: Sun, 11 Jul 1999 12:44:57 +0100 From: Mark Ovens To: Kenneth Legg Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp Message-ID: <19990711124457.A253@marder-1> References: <378770C2.CE5C0209@mail.wvnet.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <378770C2.CE5C0209@mail.wvnet.edu>; from Kenneth Legg on Sat, Jul 10, 1999 at 12:11:46PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 10, 1999 at 12:11:46PM -0400, Kenneth Legg wrote: > I'm running FreeBSD 2.2.5 and I'm having trouble hooking to my ISP. The > modem dials and seems to connect, but drops the connection with in a > couple of minutes. This is my first attempt at connecting FreeBSD to an > ISP so I'm sure there's many things I could be doing wrong. Here's the > script I'm running form ppp.conf, the only things I've changed are the > phone number, user name and password the rest is a exact copy. > > ################################################################# > # > # PPP Sample Configuration File > # > # Written by Toshiharu OHNO > # > # $Id: ppp.conf.sample,v 1.5.2.12 1997/09/10 01:00:27 brian Exp $ > # > ################################################################# > > # Default setup. Always executed when PPP is invoked. > # > default: > set device /dev/cuaa0 > set speed 115200 > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK > \\dATDT\\T TIMEOUT 40 CONNECT" > ISP: > set phone 1234567 > set login > set authname foo > set authkey far > set timeout 120 ^^^^^^^^^^^^^^^ You're telling it to drop the line after only 2 minutes of inactivity. Try increasing it to 300 or more. HTH -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:markov@globalnet.co.uk 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 11 6:24:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gelemna.ft-wayne.in.us (fw-line-113.fwi.com [209.84.172.118]) by hub.freebsd.org (Postfix) with ESMTP id 2D5D114CB9 for ; Sun, 11 Jul 1999 06:24:40 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.3/8.9.3) id HAA12766; Sat, 10 Jul 1999 07:39:48 -0500 (EST) (envelope-from croyle) To: Steve Hovey Cc: questions@freebsd.org Subject: Re: 4.0? References: Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Don Croyle Date: 10 Jul 1999 07:39:48 -0500 Organization: Minimal at best In-Reply-To: Steve Hovey's message of "Sat, 10 Jul 1999 08:17:22 -0400 (EDT)" Message-ID: <861zeghe5n.fsf@emerson.gelemna.ft-wayne.in.us> Lines: 15 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Steve Hovey writes: > out of curiousity, whats new about 4 that caused the jump in numbering > from 3.X? Initially, nothing. Now, quite a bit. Once the development tree was fairly stable 3 was branched off from it. 3.x releases are mainly bug fixes and drop in updates, the basic feature set is frozen. The development branch, with its number bumped to 4, started getting all of the new and experimental stuff that people had been holding back on during the run-up to the branching. -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 6:39: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id ADD2014CB9 for ; Sun, 11 Jul 1999 06:38:57 -0700 (PDT) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id PAA15773; Sun, 11 Jul 1999 15:38:54 +0200 (MET DST) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.7.5/8.7.3) with ESMTP id PAA20917; Sun, 11 Jul 1999 15:38:53 +0200 (MET DST) Received: (from gunnar@localhost) by pluto.sr.se (8.9.3/8.9.1) id PAA89731; Sun, 11 Jul 1999 15:38:53 +0200 (CEST) (envelope-from gunnar) Date: Sun, 11 Jul 1999 15:38:53 +0200 From: Gunnar Flygt To: Ken Williams Cc: FreeBSD Questions Subject: Re: 3Com Megahertz LAN card? Message-ID: <19990711153853.A89704@sr.se> Reply-To: Gunnar Flygt References: <19990711043648.63A7214CD1@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990711043648.63A7214CD1@hub.freebsd.org>; from Ken Williams on Sat, Jul 10, 1999 at 11:37:03PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 10, 1999 at 11:37:03PM -0500, Ken Williams wrote: > Hi there, > > I've been programming on Unix for years, and I'm finally installing my own > FreeBSD system (my first). I've got a laptop (HP Omnibook XE2), and it uses > the 3Com Megahertz LAN card (3CCFE574BT). I haven't been able to get this to > work, though. > > Is it supported? If so, can anyone give me tips on how to set it up? Try looking at the PAO project! It's located at http://www.jp.freebsd.org/PAO/ > > Thanks a lot for any assistance. > > > ------------------- ------------------- > Ken Williams Last Bastion of Euclidity > ken@forum.swarthmore.edu The Math Forum > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 7: 6:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo25.mx.aol.com (imo25.mx.aol.com [198.81.17.69]) by hub.freebsd.org (Postfix) with ESMTP id 9310E14A2F for ; Sun, 11 Jul 1999 07:06:56 -0700 (PDT) (envelope-from Robert3085@aol.com) Received: from Robert3085@aol.com by imo25.mx.aol.com (IMOv20.21) id nPATa21560 (4223) for ; Sun, 11 Jul 1999 10:06:38 -0400 (EDT) From: Robert3085@aol.com Message-ID: Date: Sun, 11 Jul 1999 10:06:38 EDT Subject: Poblems Downloading BIN.AU To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows sub 11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm downloading freebsd release 3.2 for I386 platfom and i am having a problem with on of the files from the bin directory. Erverytime i try to download BIN.AU file i get the following error -> THERE IS NO SOUND DEVICE IN THE SYSTEM. How can i get a copy of this file. I'm running a gateway 2000 with no multimedia support. Is there a way that someone can e-amil it to me @ robert3085@aol.com. Also is there any archives that are collection of, like maybe all the A?, B? C?....files that can be downloaded instead of downalod all the files individually? And last, does freeBSD have a List server that I can join? Thank you in advance. Bob Brozewicz MVS Systems Programmer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 7:12:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.vnet.net (smtp1.vnet.net [166.82.1.31]) by hub.freebsd.org (Postfix) with ESMTP id 058F914D25 for ; Sun, 11 Jul 1999 07:12:33 -0700 (PDT) (envelope-from rivers@dignus.com) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp1.vnet.net (8.9.1a/8.9.1) with ESMTP id KAA21952; Sun, 11 Jul 1999 10:12:31 -0400 (EDT) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id KAA23762; Sun, 11 Jul 1999 10:12:29 -0400 (EDT) Received: (from rivers@localhost) by lakes.dignus.com (8.9.2/8.6.9) id KAA88161; Sun, 11 Jul 1999 10:12:28 -0400 (EDT) Date: Sun, 11 Jul 1999 10:12:28 -0400 (EDT) From: Thomas David Rivers Message-Id: <199907111412.KAA88161@lakes.dignus.com> To: freebsd-questions@FreeBSD.ORG, Robert3085@aol.com Subject: Re: Poblems Downloading BIN.AU In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I'm downloading freebsd release 3.2 for I386 platfom and i am having a > problem with on of the files from the bin directory. Erverytime i try to > download BIN.AU file i get the following error -> THERE IS NO SOUND DEVICE IN > THE SYSTEM. How can i get a copy of this file. I'm running a gateway 2000 > with no multimedia support. Is there a way that someone can e-amil it to me @ > robert3085@aol.com. > > Also is there any archives that are collection of, like maybe all the A?, B? > C?....files that can be downloaded instead of downalod all the files > individually? > > And last, does freeBSD have a List server that I can join? > > Thank you in advance. > Bob Brozewicz > MVS Systems Programmer > Bob - Your browser believes the ".au" file is an audio file meant to be played, and not simply copied to your disk drive. You can try right-clicking on the bin.au and use the "save as" option (if you're using Netscape or IE.) This will save the file instead of trying to play it. As an alternative, you might try using `ftp' instead of your browser for doing the downloading. - Dave Rivers - p.s. While I'm sending you mail - and since you are an MVS Systems Programmer, let me invite you to visit http://www.dignus.com - we offer a C compiler, Systems/C, for MVS that runs on OS/390, Linux - and - FreeBSD. This compiler is quickly becoming the C compiler "of choice" for MVS Systems programming. There are many features in the compiler which you may find interesting: FAR pointer support Direct in-line assembly Use your own prologue/epilogue Generates ASM source ready for including in your own programs/exits. If you have any questions about Systems/C (or FreeBSD for that matter) feel free to contact me directly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 7:14:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.globalserve.net (mail5.globalserve.net [209.90.128.165]) by hub.freebsd.org (Postfix) with ESMTP id 89D9914D25 for ; Sun, 11 Jul 1999 07:14:54 -0700 (PDT) (envelope-from lalala@globalserve.net) Received: from globalserve.net (dialin89.montreal.globalserve.net [209.167.12.89]) by mail5.globalserve.net (8.9.3/8.9.3) with ESMTP id KAA28125 for ; Sun, 11 Jul 1999 10:14:43 -0400 (EDT) Message-ID: <37886DB6.98CC4350@globalserve.net> Date: Sun, 11 Jul 1999 10:11:02 +0000 From: Marty C X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: Driver Question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there such a creature as a driver for a "Visioneer PaperPort 3100" scanner (on the parallel port)? Is there an easier tutorial somewhere as to how to make one's printer go (setting up gs and all those filter things) than the ones at freebsd.org (I'm just not feeling very bright, and hoping there's a step-by-step paint by numbers way of doing it, where I won't be forced to actually understand what I am doing...:)? I'm guessing I'll just have to buckle down and do it the old fashioned way, which is cool, I'd just rather not if I don't have to.... TIA from Martin -- ======================================= | from Martin, lalala@globalserve.net | | -Destroyer of Hard Drives | | -Mangler of partition tables | | -Data's worst nightmare | ======================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 7:48: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id 9F8C314F04 for ; Sun, 11 Jul 1999 07:48:07 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1130.bossig.com [208.26.241.130]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id HAA11372; Sun, 11 Jul 1999 07:48:00 -0700 (PDT) Message-ID: <3788AEA0.16E3E645@3-cities.com> Date: Sun, 11 Jul 1999 07:48:00 -0700 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Mark Ovens Cc: Kenneth Legg , freebsd-questions@FreeBSD.ORG Subject: Re: ppp References: <378770C2.CE5C0209@mail.wvnet.edu> <19990711124457.A253@marder-1> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Ovens wrote: > > On Sat, Jul 10, 1999 at 12:11:46PM -0400, Kenneth Legg wrote: > > I'm running FreeBSD 2.2.5 and I'm having trouble hooking to my ISP. The > > modem dials and seems to connect, but drops the connection with in a > > couple of minutes. This is my first attempt at connecting FreeBSD to an > > ISP so I'm sure there's many things I could be doing wrong. Here's the > > script I'm running form ppp.conf, the only things I've changed are the > > phone number, user name and password the rest is a exact copy. > > > > ################################################################# > > # > > # PPP Sample Configuration File > > # > > # Written by Toshiharu OHNO > > # > > # $Id: ppp.conf.sample,v 1.5.2.12 1997/09/10 01:00:27 brian Exp $ > > # > > ################################################################# > > > > # Default setup. Always executed when PPP is invoked. > > # > > default: > > set device /dev/cuaa0 > > set speed 115200 > > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK > > \\dATDT\\T TIMEOUT 40 CONNECT" > > ISP: > > set phone 1234567 > > set login > > set authname foo > > set authkey far > > set timeout 120 > ^^^^^^^^^^^^^^^ > You're telling it to drop the line after only 2 minutes of inactivity. > Try increasing it to 300 or more. What is really bad is that is what is in the ppp.conf.sample. If 120 is an unrealistic drop time, then the sample should have 300 in it. I consider non-realistic values in a sample as random numbers and I don't have much tolerance for samples made up from random numbers. I have hit a temporary impass with NT's NAT and have been giving serious consideration to switching to using my FreeBSD system to supply Internet services to my home network. It is little things like this that keep me from spending time on the effort. I figure that I can find out what is wrong with my NT system faster than I can find the little glitches that would make FreeBSD be a drop in replacement. Kent > > HTH > > -- > FreeBSD - The Power To Serve http://www.freebsd.org > My Webpage http://www.users.globalnet.co.uk/~markov > _______________________________________________________________ > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > CAD/CAM solutions for Sheetmetal Working Industry > mailto:markov@globalnet.co.uk http://www.radan.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 8:11:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix1.interlimits.com (unix1.interlimits.com [208.247.66.129]) by hub.freebsd.org (Postfix) with ESMTP id 5F5A114F04 for ; Sun, 11 Jul 1999 08:11:31 -0700 (PDT) (envelope-from dlampe@unix1.interlimits.com) Received: from station1 (okmicro.com [208.247.66.103] (may be forged)) by unix1.interlimits.com (8.9.2/8.9.2) with SMTP id KAA05575 for ; Sun, 11 Jul 1999 10:11:43 -0500 (CDT) (envelope-from dlampe@unix1.interlimits.com) From: Dann Lampe Message-ID: <009101becbaf$7fe37140$6342f7d0@station1.okc-classifieds.com> Reply-To: To: Subject: Re: Linux / FreeBSD Date: Sun, 11 Jul 1999 10:10:22 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_008D_01BECB85.961C0460" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_008D_01BECB85.961C0460 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hope this helps, and I hope I don't get banned from the e-mail list. Ha! Fact: Linux is a UNIX clone, BSD is a UNIX based OS. Having installed the following: Linux - RedHat, Debian, Slackware, and several others, I found the Linux strain quirky and erratic at times, with unexplainable lockups and system downtime. Having installed FreeBSD 2.2.5 thru 3.2-RELEASE, I have found the OS to be "SOLID as a ROCK" in almost every aspect, at which time I dropped any notion of ever installing another Linux box. I have been able to accomplish the following under BSD and have them work as advertised: A Firewall, Proxy Server, Apache 1.3.6 Web Server, Email Server (Internet) - all with minimal configuration and troubleshooting. The KDE 1.0 and higher works great under BSD - where as under Linux I pulled every last-living hair out of my head. $@$@$# Ha! -----Original Message----- From: Carlos Taylor To: freebsd-questions@FreeBSD.ORG Date: Sunday, July 11, 1999 2:00 AM Subject: Linux / FreeBSD What is the difference between FreeBSD and Linux? What would you say are the major differences? Thanks for your help. Carlos (A FreeBSD Newbie) :-) ------=_NextPart_000_008D_01BECB85.961C0460 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hope this helps, and I hope I don't = get banned=20 from the e-mail list. Ha!
 
Fact: Linux is a UNIX clone, BSD is a UNIX based OS. = Having installed the following: Linux - RedHat, = Debian,=20 Slackware, and several others, I found the Linux strain quirky and = erratic at=20 times, with unexplainable lockups and system downtime.=20 Having installed FreeBSD 2.2.5 thru 3.2-RELEASE, I have found the OS to = be=20 "SOLID as a ROCK" in almost every aspect, at which time I = dropped any=20 notion of ever installing another Linux box. I have been able to = accomplish the=20 following under BSD and have them work as advertised: A Firewall, Proxy = Server,=20 Apache 1.3.6 Web Server, Email Server (Internet) - all with minimal=20 configuration and troubleshooting.  The KDE 1.0 and higher works = great=20 under BSD - where as under Linux I pulled every last-living hair out of = my head.=20 $@$@$# Ha!
 
 
-----Original = Message-----
From:=20 Carlos Taylor <disciple@exis.net>
To: = freebsd-questions@FreeBSD.O= RG=20 <freebsd-questions@FreeBSD.O= RG>
Date:=20 Sunday, July 11, 1999 2:00 AM
Subject: Linux /=20 FreeBSD

What is the difference between = FreeBSD and=20 Linux?
 
What would you say are the=20 major differences?
 
Thanks for your = help.
Carlos (A FreeBSD Newbie) =20 :-)
------=_NextPart_000_008D_01BECB85.961C0460-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 8:25:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from 76waltham.com (209-67-233-172.bst0.flashcom.net [209.67.233.172]) by hub.freebsd.org (Postfix) with ESMTP id E829C14BD4 for ; Sun, 11 Jul 1999 08:25:47 -0700 (PDT) (envelope-from is%isaka.net@mail.76waltham.com) Received: from [192.168.0.2] by 76waltham.com with SMTP (Eudora Internet Mail Server 2.1); Sun, 11 Jul 1999 11:26:33 -0500 Subject: Re: Problem with Sony Date: Sun, 11 Jul 1999 11:17:33 -0400 x-sender: is%isaka.net@mail.76waltham.com x-mailer: Claris Emailer 2.0v3, January 22, 1998 From: is To: , "is" Cc: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Message-ID: <1280430103-16137015@76waltham.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 7/10/99 2:10 AM, Maxim heard Crist J. Clark say: >No, a properly installed IDE CDROM should be found by either >kernel. What are the answers to these questions: > >1) Are you booting from floppy? From the CDROM? CD-ROM >2) Are you disabling the second IDE controller in the kernel config? I beleive it's on the second IDE controller (wdc1 as opposed to wdc0). I've tried with it enabled and disabled. No joy. >3) Is the CDROM detected during the kernel's hardware probes? It appears to be. (ie: "wdc1 at 0x170-0x177 irq 15 on isa") >4) Is the FreeBSD CD in the drive when you go to the media selection? > Was the CD in the drive during the boot? yes and yes >5) Is the CDROM offered as a choice at the media selection? yes, but it immediately returns a "No CD-ROM found" when selected as the media type. >-- >Crist J. Clark cjclark@home.com BTW: I emailed stanislav shalunov (shalunov@att.com) who had pretty much the same problem (Dell PowerEdge 1300, Sony CDU701, installer/OS not seeing CD even though BIOS boots from the FreeBSD CD). He posted it to FreeBSD-questions and had some dialogue with you about two months ago on this very issue. His response indicated that his resolution was to buy and install a different CD Drive. This news is not particularly encouraging. I have installed via FTP and remain unable to see the drive. I'm about to pull it and check that it isn't in slave config, which I doubt as it ships in master config by default. ================================== Israel Alvarez Propellerhead Without Portfolio is@isaka.net - The amazingly heavy lifeless dog "The crimes of eBay are a disgrace to its Pig Latin heritage." - TheOnion.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 11 8:31:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.connecticom.com (jupiter.connecticom.com [216.42.80.24]) by hub.freebsd.org (Postfix) with ESMTP id D5EB114BD4 for ; Sun, 11 Jul 1999 08:31:31 -0700 (PDT) (envelope-from kitt-lists@connecticom.com) Received: from [192.168.1.40] (d185d058d.rochester.rr.com [24.93.5.141]) by mail.connecticom.com (8.9.3/8.9.3) with ESMTP id LAA03505 for ; Sun, 11 Jul 1999 11:31:30 -0400 (EDT) Mime-Version: 1.0 X-Sender: kitt-lists@mail.connecticom.com (Unverified) Message-Id: Date: Sun, 11 Jul 1999 11:31:14 -0400 To: freebsd-questions@FreeBSD.ORG From: Kitt Diebold Subject: Pentium Pro vs AMD Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have two hardware options available to me to put a web server on to, a Pentium Pro 180 w/ 256K cache, and an AMD 300. Assuming everything else is the same (ethernet, hard drives, memory, etc.) which would I expect to get better performance from? Is it a big difference? Does FreeBSD take advatage of the Pentium Pro's wider bus? We would be using the machine as a web server, running Apache for http and https, mySQL, quite a few CGIs (shopping carts), etc. We would be running FreeBSD 2.2.8. Any ideas would be appreciated. Thanks! -Kitt Connecticom, Inc. Internet Services for Business 716 546-3510 Fax 546-5079 mailto:kitt@connecticom.com http://www.connecticom.com [ pgp key available upon request ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 8:37:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 7FA0C14BD4 for ; Sun, 11 Jul 1999 08:37:32 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id LAA19747; Sun, 11 Jul 1999 11:38:51 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907111538.LAA19747@cc942873-a.ewndsr1.nj.home.com> Subject: Re: ppp In-Reply-To: <3788AEA0.16E3E645@3-cities.com> from Kent Stewart at "Jul 11, 99 07:48:00 am" To: kstewart@3-cities.com (Kent Stewart) Date: Sun, 11 Jul 1999 11:38:50 -0400 (EDT) Cc: markov@globalnet.co.uk, sce04020@mail.wvnet.edu, freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (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 Kent Stewart wrote, [snip] > I figure that I can find out what is wrong with my NT system faster > than I can find the little glitches that would make FreeBSD be a drop > in replacement. *sniff-sniff* *wipes-eyes* Thanks for the best laugh I've had all week, Kent. -- Crist J. Clark cjclark@home.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 11 8:40:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from intranet.com.mx (intranet.com.mx [200.33.246.7]) by hub.freebsd.org (Postfix) with ESMTP id 0133D14BD4 for ; Sun, 11 Jul 1999 08:40:17 -0700 (PDT) (envelope-from jbiquez@icsmx.com) Received: from mipczota (200.33.246.57) by intranet.com.mx with SMTP (Eudora Internet Mail Server 2.2); Sun, 11 Jul 1999 10:41:14 -0500 Message-Id: <3.0.6.32.19990711103942.008d2d40@intranet.com.mx> X-Sender: jbiquez@intranet.com.mx X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Sun, 11 Jul 1999 10:39:42 +0000 To: freebsd-questions@freebsd.org From: Jorge Biquez Subject: Re: LISTSERV In-Reply-To: <19990709100437.8458.qmail@csad.coventry.ac.uk> References: <3.0.6.32.19990708233436.00919470@intranet.com.mx> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. Thanks for the answer. Could you please be so kind to send the URL's of qmail replacemnt and ezmlm?. Or are they in the ports collection? > >However I have been using UNIX variants for 13 years, and was purely a user >for the first 4, so I have no concept of what it means to be `learning the >basics'. The idea of non UNIX users finding themselves having to be >administrators is quite frightening to me. > About this. Well I understand your point of view. For non UNIX users like me it is very hard to understand some terms about the administration and security and "learning the basics" is hard. That's why I am learning, studying and experimenting all I can (that's teh case of the LISTSERV). I have more than 17 years on the industry (as/400,NT and development mainly) and believe me that I understand what you mean when a newbie in UNIX like me ask so basic questions. I just hope to learn more being in this list and I'll try not to post "too basic" questions, just please understand that it is not easy for us , the newbies, to start with a so differente system. Anyway. Thanks a lot for all your help. JB > >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 11 8:44: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id 8846714BD4 for ; Sun, 11 Jul 1999 08:44:03 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id JAA17741; Sun, 11 Jul 1999 09:42:31 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Sun, 11 Jul 1999 09:42:31 -0600 (MDT) From: Brett Taylor To: Rick Hamell Cc: Mikhail Ramendik , freebsd-questions@FreeBSD.ORG Subject: Re: Pascal? 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 Hi, On Sat, 10 Jul 1999, Rick Hamell wrote: > > Is there a version of Pascal running well on FreeBSD? (is it GPC? > > FPC?) How can I build it? > > Look in /usr/ports/programming I know Turbo Pascal is in there... Um, there is no programming directory in ports. Inside /usr/ports/lang there are 2 different Pascal -> C translators, p2c and ptoc. I know I've seen gpc (GNU Pascal compiler - probably just uses p2c, but). You might try searching at freshmeat.net for it. Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 9: 4:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gelemna.ft-wayne.in.us (fw-line-81.fwi.com [209.84.172.86]) by hub.freebsd.org (Postfix) with ESMTP id 9A54214A2D for ; Sun, 11 Jul 1999 09:04:40 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by gelemna.ft-wayne.in.us (8.9.3/8.9.3) id LAA60791; Sun, 11 Jul 1999 11:04:23 -0500 (EST) (envelope-from croyle) To: Keith Anderson Cc: questions@freebsd.org Subject: Re: mail host name ? References: Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Don Croyle Date: 11 Jul 1999 11:04:22 -0500 Organization: Minimal at best In-Reply-To: Keith Anderson's message of "Sun, 11 Jul 1999 12:38:50 +1000 (EST)" Message-ID: <867lo7cgvt.fsf@emerson.gelemna.ft-wayne.in.us> Lines: 20 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Keith Anderson writes: > I'm running FBSD 3.2-REL... and when sendmail mails someone it adds the name of > the host. > > I know I can set in pine the domain but this will not help the 'mail' command. > > How can I set it up to just be the domain name. > > I wish it to be keith@apcs.com.au and not keith@host.apcs.com.au > > Any help would be great !! You need to take a look at the section on masquerading in the sendmail docs. Probably the easiest place to find them is http://www.sendmail.org -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 9:18:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id AC59514D89 for ; Sun, 11 Jul 1999 09:18:20 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id MAA19852; Sun, 11 Jul 1999 12:19:42 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907111619.MAA19852@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Problem with Sony In-Reply-To: <1280430103-16137015@76waltham.com> from is at "Jul 11, 99 11:17:33 am" To: is@isaka.net (is) Date: Sun, 11 Jul 1999 12:19:42 -0400 (EDT) Cc: cjclark@home.com, is@isaka.net, FreeBSD-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (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 is wrote, > On 7/10/99 2:10 AM, Maxim heard Crist J. Clark say: > >3) Is the CDROM detected during the kernel's hardware probes? > > It appears to be. (ie: "wdc1 at 0x170-0x177 irq 15 on isa") That's just the controller. Does it find anything on that controller. For example, the probe of my secondary controller finds my CDROM, wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): , removable, dma, iordy wcd0: 2412/5512KB/sec, 128KB cache, audio play, 256 volume levels, ejectable tray wcd0: no disc inside, unlocked Note I get 'wcd0' since this particular machine is 2.2.8. You'll get 'acd0.' > I have installed via FTP and remain unable to see the drive. I'm about to > pull it and check that it isn't in slave config, which I doubt as it > ships in master config by default. Yeah, verifying how it's wired and jumpered is a good idea. However, since you managed to install already, can you access the drive from your new install? # mount -t cd9660 /dev/acd0c /mnt Or play audio CDs with something like 'cdcontrol?' -- Crist J. Clark cjclark@home.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 11 10:17:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from 76waltham.com (209-67-233-172.bst0.flashcom.net [209.67.233.172]) by hub.freebsd.org (Postfix) with ESMTP id 6207B14BDD for ; Sun, 11 Jul 1999 10:17:37 -0700 (PDT) (envelope-from is%isaka.net@mail.76waltham.com) Received: from [192.168.0.2] by 76waltham.com with SMTP (Eudora Internet Mail Server 2.1); Sun, 11 Jul 1999 13:18:23 -0500 Subject: Re: Problem with Sony Date: Sun, 11 Jul 1999 13:09:02 -0400 x-sender: is%isaka.net@mail.76waltham.com x-mailer: Claris Emailer 2.0v3, January 22, 1998 From: is To: Cc: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Message-ID: <1280423393-16540676@76waltham.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 7/11/99 12:19 PM, Maxim heard Crist J. Clark say: >is wrote, >> On 7/10/99 2:10 AM, Maxim heard Crist J. Clark say: >> >3) Is the CDROM detected during the kernel's hardware probes? >> >> It appears to be. (ie: "wdc1 at 0x170-0x177 irq 15 on isa") > >That's just the controller. Does it find anything on that >controller. For example, the probe of my secondary controller finds my >CDROM, > >wdc1 at 0x170-0x177 irq 15 on isa >wdc1: unit 0 (atapi): , >removable, dma, iordy >wcd0: 2412/5512KB/sec, 128KB cache, audio play, 256 volume levels, >ejectable tray >wcd0: no disc inside, unlocked > >Note I get 'wcd0' since this particular machine is 2.2.8. You'll get >'acd0.' I get nothing beyond the controller. Nothing in dmesg mentions either. I've included a cat of dmesg at the end of this message in case there's clues there I've missed. >> I have installed via FTP and remain unable to see the drive. I'm about to >> pull it and check that it isn't in slave config, which I doubt as it >> ships in master config by default. > >Yeah, verifying how it's wired and jumpered is a good idea. However, >since you managed to install already, can you access the drive from >your new install? It's not jumpered as master *or* slave. It's jumpered for CSEL. No, I can't access the drive from my install. ># mount -t cd9660 /dev/acd0c /mnt This command, along with various permutations of /dev/???? all return "cd9660: device not configured" I also tried wdc0, wdc1, cd0c, wd1,wd2, wd3. >Or play audio CDs with something like 'cdcontrol?' tried "cdcontrol -f /dev/????" with cd0c,acd0c, and wdc1. First two returned "no disc in drive", wcd1 returned "no such file or directory". ================================== Israel Alvarez Propellerhead Without Portfolio is@isaka.net - The amazingly heavy lifeless dog "The crimes of eBay are a disgrace to its Pig Latin heritage." - TheOnion.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 11 10:21:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from 76waltham.com (209-67-233-172.bst0.flashcom.net [209.67.233.172]) by hub.freebsd.org (Postfix) with ESMTP id A88B314BDD for ; Sun, 11 Jul 1999 10:21:26 -0700 (PDT) (envelope-from is%isaka.net@mail.76waltham.com) Received: from [192.168.0.2] by 76waltham.com with SMTP (Eudora Internet Mail Server 2.1); Sun, 11 Jul 1999 13:22:12 -0500 Subject: Re: Problem with Sony Date: Sun, 11 Jul 1999 13:12:49 -0400 x-sender: is%isaka.net@mail.76waltham.com x-mailer: Claris Emailer 2.0v3, January 22, 1998 From: is To: Cc: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Message-ID: <1280423164-16554427@76waltham.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I've included a cat of dmesg at the end of this message in case there's clues > there I've missed. Hmm. Forgot something. ======================================= Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.2-RELEASE #0: Tue May 18 04:05:08 GMT 1999 jkh@cathair:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Xeon/Celeron (397.95-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping=2 Features=0x183fbff> real memory = 67100672 (65528K bytes) avail memory = 61763584 (60316K bytes) Preloaded elf kernel "kernel" at 0xc0358000. Probing for devices on PCI bus 0: chip0: rev 0x03 on pci0.0.0 chip1: rev 0x03 on pci0.1.0 chip2: rev 0x03 on pci0.2.0 chip3: rev 0x02 on pci0.7.0 ide_pci0: rev 0x01 on pci0.7.1 chip4: rev 0x02 on pci0.7.3 fxp0: rev 0x05 int a irq 11 on pci0.13.0 fxp0: Ethernet address 00:90:27:7b:71:95 ahc0: rev 0x00 int a irq 10 on pci0.14.0 ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs Probing for devices on PCI bus 1: vga0: rev 0x7a on pci1.0.0 Probing for devices on PCI bus 2: ahc1: rev 0x01 int a irq 14 on pci2.11.0 ahc1: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs Probing for PnP devices: Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> ed0 not found at 0x280 fe0 not found at 0x300 atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 irq 12 on isa psm0: model Generic PS/2 mouse, device ID 0 sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 not found at 0x1f0 wdc1 at 0x170-0x177 irq 15 on isa wt0 not found at 0x300 mcd0 not found at 0x300 matcdc0 not found at 0x230 scd0 not found at 0x230 ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 plip0: on ppbus 0 lpt0: on ppbus 0 lpt0: Interrupt-driven port ie0: unknown board_id: f000 ie0 not found at 0x300 ep0 not found at 0x300 ex0 not found le0 not found at 0x300 lnc0 not found at 0x280 ze0 not found at 0x300 zp0 not found at 0x300 cs0 not found at 0x300 adv0 not found at 0x330 bt_isa_probe: Probe failled for card at 0x330 bt_isa_probe: Probe failled for card at 0x334 bt_isa_probe: Probe failled for card at 0x230 bt_isa_probe: Probe failled for card at 0x234 bt_isa_probe: Probe failled for card at 0x130 bt_isa_probe: Probe failled for card at 0x134 bt0 not found at 0x134 aha0 not found at 0x134 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface Waiting 15 seconds for SCSI devices to settle changing root device to da0s1a da0 at ahc1 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 80.000MB/s transfers (40.000MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 4357MB (8925000 512 byte sectors: 255H 63S/T 555C) da1 at ahc1 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 80.000MB/s transfers (40.000MHz, offset 15, 16bit), Tagged Queueing Enabled da1: 8715MB (17850000 512 byte sectors: 255H 63S/T 1111C) ================================== Israel Alvarez Propellerhead Without Portfolio is@isaka.net - The amazingly heavy lifeless dog "The crimes of eBay are a disgrace to its Pig Latin heritage." - TheOnion.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 11 10:28: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bouvreuil.cybercable.fr (bouvreuil.cybercable.fr [212.198.3.12]) by hub.freebsd.org (Postfix) with SMTP id 2AEDA14D16 for ; Sun, 11 Jul 1999 10:27:46 -0700 (PDT) (envelope-from herbelot@cybercable.fr) Received: (qmail 13490 invoked from network); 11 Jul 1999 17:08:41 -0000 Received: from d106.paris-26.cybercable.fr (HELO cybercable.fr) ([212.198.26.106]) (envelope-sender ) by bouvreuil.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 11 Jul 1999 17:08:41 -0000 Message-ID: <3788CFC3.E7A24B63@cybercable.fr> Date: Sun, 11 Jul 1999 19:09:23 +0200 From: Thierry Herbelot Organization: Les barbus =?iso-8859-1?Q?associ=E9s?=, Paris, France X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org, jseger@FreeBSD.org, markm@freebsd.org Subject: How do I build KDE 1.1.1 ? Content-Type: multipart/mixed; boundary="------------D1D8D5B74A893A473AAE6A68" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------D1D8D5B74A893A473AAE6A68 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, I'm trying to compile KDE 1.1.1 from the ports on a recently updated 3.2-Stable machine. I've cvsupped the ports tree, so I should be as close to the latest Stable as possible. Anyway, I'm blocked on building the jpeg library : the patch-aa file is obsolete and targets a different makefile.cfg than the the present one (makefile.cfg.orig Tue Jul 25 03:07:32 1995 vs Mar 21 1998) I've tried to modify patch-aa (see enclosed patch-ad) but I'm still blocked : I can't compile the example programs. I've tried to compile the library from the install script (the one included in the distribution, using autoconf), but this script does not register the package nor builds the shared library. TIA TfH PS : this is for my new beast : an ABIT BP6 with two Cel-333 (which are not yet o'clocked : I'll fetch some thermal grease tomorrow) - works like a charm --------------D1D8D5B74A893A473AAE6A68 Content-Type: text/plain; charset=us-ascii; name="patch-ad" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-ad" *** makefile.cfg.orig Tue Jul 25 03:07:32 1995 --- makefile.cfg Wed Oct 4 05:50:21 1995 *************** *** 115,121 **** TROBJECTS= jpegtran.$(O) rdswitch.$(O) cdjpeg.$(O) transupp.$(O) ! all: @A2K_DEPS@ libjpeg.$(A) cjpeg djpeg jpegtran rdjpgcom wrjpgcom # Special compilation rules to support ansi2knr and libtool. .SUFFIXES: .lo .la --- 115,121 ---- TROBJECTS= jpegtran.$(O) rdswitch.$(O) cdjpeg.$(O) transupp.$(O) ! all: @A2K_DEPS@ libjpeg.$(A) libjpeg.so.9.0 cjpeg djpeg jpegtran rdjpgcom wrjpgcom # Special compilation rules to support ansi2knr and libtool. .SUFFIXES: .lo .la *************** *** 124,129 **** --- 124,134 ---- @ISANSICOM@ $(RM) T$*.c $*.o @ISANSICOM@ $(MV) T$*.o $*.o + .SUFFIXES: .c .so .o + + .c.so: + ${CC} -fpic -DPIC ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET} + ansi2knr: ansi2knr.c $(CC) $(CFLAGS) $(ANSI2KNRFLAGS) -o ansi2knr $(srcdir)/ansi2knr.c *************** *** 132,145 **** # sample programs: ! cjpeg: $(COBJECTS) libjpeg.$(A) ! $(LN) $(LDFLAGS) -o cjpeg $(COBJECTS) libjpeg.$(A) $(LDLIBS) ! djpeg: $(DOBJECTS) libjpeg.$(A) ! $(LN) $(LDFLAGS) -o djpeg $(DOBJECTS) libjpeg.$(A) $(LDLIBS) ! jpegtran: $(TROBJECTS) libjpeg.$(A) ! $(LN) $(LDFLAGS) -o jpegtran $(TROBJECTS) libjpeg.$(A) $(LDLIBS) rdjpgcom: rdjpgcom.$(O) $(LN) $(LDFLAGS) -o rdjpgcom rdjpgcom.$(O) $(LDLIBS) --- 137,153 ---- # sample programs: ! libjpeg.so.9.0: $(LIBOBJECTS:S/lo$/so/g) ! ld -Bshareable -o libjpeg.so.9.0 $(LIBOBJECTS:S/lo$/so/g) ! ! cjpeg: $(COBJECTS) libjpeg.so.9.0 ! $(LN) $(LDFLAGS) -o cjpeg $(COBJECTS) \ ! -L/usr/ports/graphics/jpeg/work/jpeg-6b -ljpeg $(LDLIBS) ! djpeg: $(DOBJECTS) libjpeg.so.9.0 ! $(LN) $(LDFLAGS) -o djpeg $(DOBJECTS) \ ! -L/usr/ports/graphics/jpeg/work/jpeg-6b -ljpeg $(LDLIBS) ! jpegtran: $(TROBJECTS) libjpeg.so.9.0 ! $(LN) $(LDFLAGS) -o jpegtran $(TROBJECTS) \ ! -L/usr/ports/graphics/jpeg/work/jpeg-6b -ljpeg $(LDLIBS) rdjpgcom: rdjpgcom.$(O) $(LN) $(LDFLAGS) -o rdjpgcom rdjpgcom.$(O) $(LDLIBS) *************** *** 164,171 **** $(INSTALL_DATA) $(srcdir)/rdjpgcom.1 $(mandir)/$(manprefix)rdjpgcom.$(manext) $(INSTALL_DATA) $(srcdir)/wrjpgcom.1 $(mandir)/$(manprefix)wrjpgcom.$(manext) ! install-lib: libjpeg.$(A) install-headers $(INSTALL_LIB) libjpeg.$(A) $(libdir)/$(binprefix)libjpeg.$(A) install-headers: jconfig.h $(INSTALL_DATA) jconfig.h $(includedir)/jconfig.h --- 172,181 ---- $(INSTALL_DATA) $(srcdir)/rdjpgcom.1 $(mandir)/$(manprefix)rdjpgcom.$(manext) $(INSTALL_DATA) $(srcdir)/wrjpgcom.1 $(mandir)/$(manprefix)wrjpgcom.$(manext) ! install-lib: libjpeg.$(A) libjpeg.so.7.0 install-headers ! $(INSTALL_LIB) libjpeg.so.7.0 $(libdir)/$(binprefix)libjpeg.so.7.0 $(INSTALL_LIB) libjpeg.$(A) $(libdir)/$(binprefix)libjpeg.$(A) + ranlib $(libdir)/$(binprefix)libjpeg.a install-headers: jconfig.h $(INSTALL_DATA) jconfig.h $(includedir)/jconfig.h *************** *** 202,207 **** --- 212,266 ---- # GNU Make likes to know which target names are not really files to be made: .PHONY: all install install-lib install-headers clean distribute test check + jcapimin.so: jcapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jcapistd.so: jcapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jccoefct.so: jccoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jccolor.so: jccolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jcdctmgr.so: jcdctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h + jchuff.so: jchuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jchuff.h + jcinit.so: jcinit.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jcmainct.so: jcmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jcmarker.so: jcmarker.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jcmaster.so: jcmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jcomapi.so: jcomapi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jcparam.so: jcparam.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jcphuff.so: jcphuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jchuff.h + jcprepct.so: jcprepct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jcsample.so: jcsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jctrans.so: jctrans.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jdapimin.so: jdapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jdapistd.so: jdapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jdatadst.so: jdatadst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h + jdatasrc.so: jdatasrc.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h + jdcoefct.so: jdcoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jdcolor.so: jdcolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jddctmgr.so: jddctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h + jdhuff.so: jdhuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdhuff.h + jdinput.so: jdinput.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jdmainct.so: jdmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jdmarker.so: jdmarker.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jdmaster.so: jdmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jdmerge.so: jdmerge.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jdphuff.so: jdphuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdhuff.h + jdpostct.so: jdpostct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jdsample.so: jdsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jdtrans.so: jdtrans.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jerror.so: jerror.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jversion.h jerror.h + jfdctflt.so: jfdctflt.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h + jfdctfst.so: jfdctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h + jfdctint.so: jfdctint.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h + jidctflt.so: jidctflt.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h + jidctfst.so: jidctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h + jidctint.so: jidctint.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h + jidctred.so: jidctred.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h + jquant1.so: jquant1.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jquant2.so: jquant2.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jutils.so: jutils.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h + jmemmgr.so: jmemmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h + jmemansi.so: jmemansi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h + jmemname.so: jmemname.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h + jmemnobs.so: jmemnobs.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h + jmemdos.so: jmemdos.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h jcapimin.o: jcapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jcapistd.o: jcapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h --------------D1D8D5B74A893A473AAE6A68-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 11: 2:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from namaste.cc.columbia.edu (namaste.cc.columbia.edu [128.59.35.141]) by hub.freebsd.org (Postfix) with ESMTP id AAC3814F00 for ; Sun, 11 Jul 1999 11:02:47 -0700 (PDT) (envelope-from jasong@columbia.edu) Received: from alleluia.schap.rhno.columbia.edu (alleluia.schap.rhno.columbia.edu [128.59.118.173]) by namaste.cc.columbia.edu (8.8.5/8.8.5) with SMTP id OAA09913 for ; Sun, 11 Jul 1999 14:02:42 -0400 (EDT) Message-Id: <3.0.5.32.19990711140229.007c5750@watsun.cc.columbia.edu> X-Sender: jasong@watsun.cc.columbia.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 11 Jul 1999 14:02:29 -0400 To: freebsd-questions@FreeBSD.ORG From: Jason Greenberg Subject: hardware question Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, we're looking to set up a web site running FreeBSD. Currently, we're looking to purchase Compaq servers, and I was wondering if FreeBSD supports Compaq's "standard" SCSI card(s), as well as their RAID controller...can you let me know if it does? Thanks! jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 11: 4:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 8D43A151D2 for ; Sun, 11 Jul 1999 11:04:26 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id <3DAYW91B>; Sun, 11 Jul 1999 14:04:26 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105A97@site2s1> From: Christopher Michaels To: 'Nate' Cc: "FreeBSD Questions (E-mail)" Subject: RE: FreeLinux (Debian/GNU BSD) Date: Sun, 11 Jul 1999 14:06:33 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How dificult is 'make deinstall' or 'pkg_delete' ? Also, I feel the need to point out that you are comparing a "package" system with FreeBSD "ports" system, and through out this whole discussion I haven't seen one person mention the FreeBSD packages system. Granted the only real difference is that packages are precompiled and ports are not, but it's something worth noting. All users have to do is select a package from a list, which is organized by categories, and is searchable, and then hit enter to install. How can it be easier? And all from a semi-graphical view in /stand/sysinstall. NOW, if you could only get a list of installed packages and have the ability to uninstall them from /stand/sysinstall, it's be perfect! :) (of course I personally use the ports anyway) I do have one "gripe" about the ports. It would be nice if that 'make deinstall' was smart enough to deinstall a previous version of a package. E.g. if you have samba-2.0.3 installed and the port is up to samba-2.0.4, it would be nice if the 'make deinstall' was smart enought to remove the 2.0.3 and not give an error that 2.0.4 isn't installed. I realize that this is easier said than done, and if I knew how to implement that myself it would have already been done. -Chris > -----Original Message----- > From: Nate [SMTP:publisher@laptop.ompages.com] > Sent: Friday, July 09, 1999 8:08 PM > To: Roger Rabbit; questions@freebsd.org; debian-user@lists.debian.org > Subject: Re: FreeLinux (Debian/GNU BSD) > > On Fri, Jul 09, 1999 at 07:41:14PM -0400, Roger Rabbit wrote: > > > > Thats interesting that you found dselect easier to navigate than the > ports > > collection, I found it just the opposite, and I did d/l FreeBSD over the > > net as well. I migrated to both Debian and FreeBSD from SuSE/RootHat at > > about the same time, I love the idea of the ports, but that dselect > thingy > > takes some getting used to. :) > > People who left debian in the past were frustrated with dselect. > > There is a new app. It's aptly called 'apt'. Now the command > 'apt-get install ' will download precompiled applications > + dependencies from debian servers. Then 'dpkg -r ' > deletes it. It is quite easy. > > I use freebsd as well, and ports is not bad on installation. It is > upgrade and uninstall that is a bit trickier in freebsd. > > > For what its worth, deselect and the dpkg system is very cool once you > > understand them, I do like the Debian way much better than RH and SuSE > > rpms. > > > > > > my 2 cents, > > > > Roger > > > > > > ***************************************************************** > > * * > > * Roger Williams Enlightened with 0.15 * > > * * > > * If Bill Gates had a nickel for everytime that * > > * Windows crashed.... Oh wait, he does. * > > * * > > * spiffer@eclipse.net http://www.eclipse.net/~spiffer * > > * * > > * ICQ 973589 * > > ***************************************************************** > > > > > > > > > > On Fri, 9 Jul 1999, Person, Roderick wrote: > > > > > Maybe this has to do with how installed. As I said over the internet. > The > > > download the port tree - when half of the stuff I'll never use just > was a > > > pain to me. Now I will admit I missed alot of stuff at the begining of > my > > > FreeBSD exploration. I don't know why it took me so long to find the > right > > > way but it did. I really like FreeBSD, even more that Linux. But, the > > > problems I have had with it so far keep me firmly grounded in Debian! > > > > > > > > > > -----Original Message----- > > > > From: matt [SMTP:matt@MLINK.NET] > > > > Sent: Friday, July 09, 1999 3:07 PM > > > > To: Person, Roderick > > > > Cc: 'Nate'; gkshenaut@ucdavis.edu; questions@FreeBSD.ORG > > > > Subject: RE: FreeLinux (Debian/GNU BSD) > > > > > > > > On Fri, 9 Jul 1999, Person, Roderick wrote: > > > > > > > > : This, IMHO, is a great idea!!! I have been playing with FreeBSD > for some > > > > : months now. And the kernel Kicks Ass!!! It just 'feels' better > too. But > > > > the > > > > : package installation and management is terrible. It took me at > least 3 > > > > weeks > > > > : to figure it out. People are always saying how hard it is to > install > > > > Debian > > > > : by dselect, FreeBSD is a nightmare. I hope this does go somewhere. > In > > > > fact I > > > > : think I go home and experiment with porting Debian stuff to > FreeBSD! > > > > > > > > Have you gone mad? FreeBSD's ports system is the best I have ever > seen, I > > > > have ran Linux(RedHat, Slack, Debian), OpenBSD, FreeBSD.. I stuck > with > > > > FreeBSD for a damn good reason. How difficult is it to "cd > /usr/ports ; > > > > make search key=" It don't get much easier > then > > > > that people.. I'm in love with the ports tree, and I'd hate to see > it > > > > trashed for some poor[*] precompiled packaging system. > > > > > > > > [big snip] > > > > > > > > Matt > > > > > > > > * In my opinion. > > > > > > > > -- > > > > matt@MLINK.NET > > > > > > > > > > > > > > > > > > -- > _ > NatePuri ("natedawg") o m p a g e s . c o m > Certified Law Student p e r c r v t i o f i > McGeorge School of Law e d i c a e a n m n > Sacramento, CA n i v e t r y m d > publisher@ompages.com a a s e y s t u s > n8fs0n@softcom.net t s d o h n > http://www.ompages.com e n i i > UIN: 43371366 e s t > y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 12:35:34 1999 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 CFD4014D1B for ; Sun, 11 Jul 1999 12:35:32 -0700 (PDT) (envelope-from unixhelp@home.com) Received: from nitelife.dyndns.org ([24.64.161.143]) by mail.rdc2.on.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <19990711193531.KNMM7623.mail.rdc2.on.home.com@nitelife.dyndns.org>; Sun, 11 Jul 1999 12:35:31 -0700 Content-Length: 703 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19990710202540.8781.rocketmail@web804.mail.yahoo.com> Date: Sun, 11 Jul 1999 15:34:18 -0400 (EDT) From: Rob S To: John Trivedi Subject: RE: Will it work on my PC? Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 10-Jul-99 John Trivedi wrote: > > FreeBSD, > I have been trying for months to find a new OS for my old PC. I > came across your web-site and saw the configurations needed to run > FreeBSD. I have an old 486SX, 25MHz, 4Mb of RAM which I plan to > upgrade, and a 170Mb hard disk. Do you think that any version of UNIX > will work on my computer? Any response will be greatly appreciated. > Thank you. > > Johnny. Older versions of FreeBSD and Linux will run nicely on your hardware, bump the ram to 8 meg (16 or more would be better) and a 500 mb disk would be just nifty. minix will run on the hardware now if you just want a unix to play with...but minix really sucks. Regards Rob S. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 12:40:33 1999 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 7D6A014D8C for ; Sun, 11 Jul 1999 12:40:28 -0700 (PDT) (envelope-from unixhelp@home.com) Received: from nitelife.dyndns.org ([24.64.161.143]) by mail.rdc2.on.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <19990711194027.KPAX7623.mail.rdc2.on.home.com@nitelife.dyndns.org>; Sun, 11 Jul 1999 12:40:27 -0700 Content-Length: 320 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <2842.990710@enteract.com> Date: Sun, 11 Jul 1999 15:40:30 -0400 (EDT) From: Rob S To: Chris Silva Subject: RE: automated ftp scripting Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 11-Jul-99 Chris Silva wrote: > Hi! > > Can someone recommend how I can automate ftp'ing a file? > > > Best regards, > Chris mailto:bitsurfr@enteract.com > the quick and dirty way might be "fetch" to get the file and use sleep or cron download at a specific time. Regards Rob S. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 12:42:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from 76waltham.com (209-67-233-172.bst0.flashcom.net [209.67.233.172]) by hub.freebsd.org (Postfix) with ESMTP id AF77114DA3 for ; Sun, 11 Jul 1999 12:42:00 -0700 (PDT) (envelope-from is%isaka.net@mail.76waltham.com) Received: from [192.168.0.2] by 76waltham.com with SMTP (Eudora Internet Mail Server 2.1); Sun, 11 Jul 1999 15:42:46 -0500 Subject: Re: Problem with Sony Date: Sun, 11 Jul 1999 15:32:53 -0400 x-sender: is%isaka.net@mail.76waltham.com x-mailer: Claris Emailer 2.0v3, January 22, 1998 From: is To: Cc: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Message-ID: <1280414730-17061745@76waltham.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 7/11/99 2:31 PM, Maxim heard Crist J. Clark say: >> wdc0 not found at 0x1f0 >> wdc1 at 0x170-0x177 irq 15 on isa > >That is strange. You have no 'primary' controller? So is the secondary >controller actually the primary controller? Huh? I've never seen a set >up like that, and really have no idea if it would/could/should >confuse the OS. Maybe go in, disable the secondary, then reconfig the >primary to the secondary's settings? Just a guess. Honest - it's a stock PowerEdge 1300 as shipped from Dell. I haven't messed with the setups at all. As far as not having a primary controller - that seems consistent with what the BIOS setup utility is telling me: nothing for the primary. All I can figure is that since I have an Adaptec SCSI board, the primary slots are left open for an IDE hard disk. I'll contact Dell just to make sure, and if there's no outstanding reason not to, I'll switch it over to the primary slot, avoiding CSEL if possible. Hopefully everything will go well from there. I'm getting tired of having to manually use passive FTP for installing ports (I'm behind a firewall). Thanks for all your help, and (no oofence) hopefully you won't be hearing from me again anytime soon. ================================== Israel Alvarez Propellerhead Without Portfolio is@isaka.net - The amazingly heavy lifeless dog "The crimes of eBay are a disgrace to its Pig Latin heritage." - TheOnion.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 11 12:50:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ds9.dreamhaven.org (dt0f4nfc.san.rr.com [24.94.22.252]) by hub.freebsd.org (Postfix) with ESMTP id 5B71C14D8C for ; Sun, 11 Jul 1999 12:50:56 -0700 (PDT) (envelope-from data@ds9.dreamhaven.org) Received: from data (helo=localhost) by ds9.dreamhaven.org with local-esmtp (Exim 2.12 #2) id 113OQ2-00092S-00 for freebsd-questions@freebsd.org; Sun, 11 Jul 1999 11:33:42 -0700 Date: Sun, 11 Jul 1999 11:33:41 -0700 (PDT) From: Bryce Newall To: FreeBSD Questions List Subject: Boot troubles 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 all, I'm running into an extremely frustrating FreeBSD boot problem. I just transferred the contents of a 2.1 gig SCSI drive over to a 4.3. I've done this sort of thing many times before, with no problem. I copied all of the directories, and then used fdisk (through sysinstall) to load the boot manager onto the new drive. All that went fine. However, the machine will not boot from the new drive. I get the following menu at startup: F1 DOS F2 FreeBSD F5 Drive 1 If I hit F1, I can boot into DOS with no problem. If I hit F2, though, the machine just "beeeeeeeep"'s at me. I had seen some similar messages in the mailing list archives, one of which mentioned possible geometry problems. However, I didn't think that was a problem with SCSI, and in addition, I wouldn't know where to begin looking for such a problem. Thinking maybe I could just boot up off of the installation disks, I downloaded kern.flp and mfsroot.flp and created disks. However, even that wouldn't work -- The kernel boot disk got as far as loading the boot loader, detecting the keyboard, and then the little spinner would just stop, and nothing else would happen. I let it sit there a good 10 minutes... nothing. So in other words, I can't use my new drive now, *and* I can't even boot off the install disks to try to fix it. Needless to say, I'm frustrated, and under a time constraint as I have to be out of this place and on a plane in a few hours. Anyone have any suggestions for me? I'd be most appreciative. Thanks! ********************************************************************** * Bryce Newall * Email: data@dreamhaven.net * * WWW: http://www.dreamhaven.net/~data * ICQ: 32620929 * * "Insanity takes its toll. Please have exact change." * ********************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 13: 5:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from eyry.econ.iastate.edu (eyry.econ.iastate.edu [129.186.32.221]) by hub.freebsd.org (Postfix) with ESMTP id 74A4214D38 for ; Sun, 11 Jul 1999 13:05:19 -0700 (PDT) (envelope-from hawk@eyry.econ.iastate.edu) Received: from eyry.econ.iastate.edu (localhost [127.0.0.1]) by eyry.econ.iastate.edu (8.9.3/8.9.3) with ESMTP id PAA25034; Sun, 11 Jul 1999 15:08:52 -0500 (CDT) (envelope-from hawk@eyry.econ.iastate.edu) Message-Id: <199907112008.PAA25034@eyry.econ.iastate.edu> X-Mailer: exmh version 2.0.2 2/24/98 To: Christopher Michaels , freebsd-questions@freebsd.org Subject: Re: FreeLinux (Debian/GNU BSD) In-reply-to: Your message of "Sun, 11 Jul 1999 14:06:33 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 11 Jul 1999 15:08:51 -0500 From: "Richard E. Hawkins" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris called, > All users have to do is select a package from a list, which is organized by > categories, and is searchable, and then hit enter to install. How can it be > easier? And all from a semi-graphical view in /stand/sysinstall. NOW, if > you could only get a list of installed packages and have the ability to > uninstall them from /stand/sysinstall, it's be perfect! :) pkg_info will give you a list of what's installed, and then you can unmark them in /stand/sysinstall > I do have one "gripe" about the ports. It would be nice if that 'make > deinstall' was smart enough to deinstall a previous version of a package. > E.g. if you have samba-2.0.3 installed and the port is up to samba-2.0.4, it > would be nice if the 'make deinstall' was smart enought to remove the 2.0.3 > and not give an error that 2.0.4 isn't installed. I realize that this is > easier said than done, and if I knew how to implement that myself it would > have already been done. What I'd like is some equivalent of "make world" that checks & updates packages that are installed or marked to be installed, rather than eveything . . . -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 14:50:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id D1BEF14C18 for ; Sun, 11 Jul 1999 14:50:17 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn2193.bossig.com [208.26.242.193]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id OAA18214 for ; Sun, 11 Jul 1999 14:50:15 -0700 (PDT) Message-ID: <37891162.35F5900F@3-cities.com> Date: Sun, 11 Jul 1999 14:49:22 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.61 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-Questions Subject: Test Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The last mail I sent had a rejection by the Hub. I was just wondering if things were working now. -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 14:53:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id D2A021504A for ; Sun, 11 Jul 1999 14:53:03 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn2193.bossig.com [208.26.242.193]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id OAA18422; Sun, 11 Jul 1999 14:52:56 -0700 (PDT) Message-ID: <37891204.A04A398A@3-cities.com> Date: Sun, 11 Jul 1999 14:52:04 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.61 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Bryce Newall Cc: FreeBSD Questions List Subject: Re: Boot troubles References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to my rules, it isn't the new drive. You have something else that is broken otherwise the boot floppies would have worked. Kent Bryce Newall wrote: > > Hello all, > > I'm running into an extremely frustrating FreeBSD boot problem. > > I just transferred the contents of a 2.1 gig SCSI drive over to a 4.3. > I've done this sort of thing many times before, with no problem. I copied > all of the directories, and then used fdisk (through sysinstall) to load > the boot manager onto the new drive. All that went fine. > > However, the machine will not boot from the new drive. I get the > following menu at startup: > > F1 DOS > F2 FreeBSD > F5 Drive 1 > > If I hit F1, I can boot into DOS with no problem. If I hit F2, though, > the machine just "beeeeeeeep"'s at me. I had seen some similar messages > in the mailing list archives, one of which mentioned possible geometry > problems. However, I didn't think that was a problem with SCSI, and in > addition, I wouldn't know where to begin looking for such a problem. > > Thinking maybe I could just boot up off of the installation disks, I > downloaded kern.flp and mfsroot.flp and created disks. However, even that > wouldn't work -- The kernel boot disk got as far as loading the boot > loader, detecting the keyboard, and then the little spinner would just > stop, and nothing else would happen. I let it sit there a good 10 > minutes... nothing. So in other words, I can't use my new drive now, > *and* I can't even boot off the install disks to try to fix it. Needless > to say, I'm frustrated, and under a time constraint as I have to be out of > this place and on a plane in a few hours. Anyone have any suggestions for > me? I'd be most appreciative. Thanks! > > ********************************************************************** > * Bryce Newall * Email: data@dreamhaven.net * > * WWW: http://www.dreamhaven.net/~data * ICQ: 32620929 * > * "Insanity takes its toll. Please have exact change." * > ********************************************************************** > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 15: 4:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from awfulhak.org (dynamic-103.max1-du-ws.dialnetwork.pavilion.co.uk [212.74.8.103]) by hub.freebsd.org (Postfix) with ESMTP id 9D6D414C18 for ; Sun, 11 Jul 1999 15:04:38 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from dev.lan.awfulhak.org (dev.lan.awfulhak.org [172.16.0.5]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id XAA05632; Sun, 11 Jul 1999 23:03:22 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from dev.lan.awfulhak.org (localhost [127.0.0.1]) by dev.lan.awfulhak.org (8.9.3/8.9.3) with ESMTP id XAA04296; Sun, 11 Jul 1999 23:03:21 +0100 (BST) (envelope-from brian@dev.lan.awfulhak.org) Message-Id: <199907112203.XAA04296@dev.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: bahwi Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3.2 ppp woes. In-reply-to: Your message of "Sat, 10 Jul 1999 23:16:47 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 11 Jul 1999 23:03:21 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is talked about in the FAQ. You may also find that ``set accmap 000a0000'' *may* help. > Please reply to me privately as I am not a member of this list. > > Hello again, to install freebsd we downloaded it and did it from the win95 > partition and everything went fine. Also, we can now connect to the > internet through ppp, without the Phase: errors from before. However, the > connection only allows data to transfer for a very short amount of time, > before it stops completely. The connection isn't lost, but no data is > transferred. To get it to work again, I must close the connection and dial > back in, and then a minute or two later I must repeat that. Does anyone > have any ideas on how to fix this? The isp is prodigy, but the ip always > resolves to splitrock.net. Not sure what kind of modem, I think U.S. > Robotics 56k with x2. Thanks in advance. > > Please reply to me privately as I am not a member of this list. > > -- > "Ah, sweet Transsexual, land of night. To sing and dance once more > to your dark refrain... To take that - step, to the right... " > - Magenta - RHPS > bahwi@technologist.com -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 15: 8:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id 94B5714C18 for ; Sun, 11 Jul 1999 15:08:12 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (8.9.3/8.9.3) with ESMTP id BAA23847; Mon, 12 Jul 1999 01:08:06 +0300 (EET DST) Received: by myhakas.matti.ee (Postfix, from userid 1000) id 3542F1F93; Mon, 12 Jul 1999 01:08:10 +0300 (EEST) Date: Mon, 12 Jul 1999 01:08:10 +0300 From: Vallo Kallaste To: moncrg@ma.ultranet.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to get rid of Sendmail DNS lookups? Message-ID: <19990712010810.A42794@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <19990710200757.A29197@myhakas.matti.ee> <19990711135644.A30695@myhakas.matti.ee> <3788E859.1923CAC5@bt340707.res.ray.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <3788E859.1923CAC5@bt340707.res.ray.com>; from Greg Moncreaff on Sun, Jul 11, 1999 at 02:54:17PM -0400 Organization: =?iso-8859-1?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 11, 1999 at 02:54:17PM -0400, Greg Moncreaff wrote: > Vallo Kallaste wrote: > > POP3 from the same host. Delivery mode is deferred. I have no clue why > > sendmail does DNS lookup when told not to do so. Weird. Any additional > > thoughts? > > could some anti SPAM rule > [confirming valid DNS name] > being run cause this? > > Is there a sendmail config knob > not to do this for mail local to xxxxxx (the host)? I've removed all the antispam rules from FreeBSD default freebsd.mc file, also I've modified the .../cf/mailer/smtp.m4 file and added e flag to all mailer types, then specified the HoldExpensive to True. Still no difference. I've got one document from internet saying that sendmail does anyway some lookups at initial startup, even before reading configuration file. I better don't guess is it true or whatever. Before giving up I send mail to sendmail-questions list. It's a fact that such configuration worked very well about a year ago. Thanks to all -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 15:34:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stevenson.cogsci.ed.ac.uk (stevenson144.cogsci.ed.ac.uk [129.215.144.1]) by hub.freebsd.org (Postfix) with ESMTP id 9246614DD1 for ; Sun, 11 Jul 1999 15:34:56 -0700 (PDT) (envelope-from richard@cogsci.ed.ac.uk) Received: from doyle.cogsci.ed.ac.uk (richard@doyle [129.215.110.29]) by stevenson.cogsci.ed.ac.uk (8.8.7/8.8.7) with SMTP id XAA26661; Sun, 11 Jul 1999 23:34:55 +0100 (BST) Date: Sun, 11 Jul 1999 23:34:53 +0100 Message-Id: <1510.199907112234@doyle.cogsci.ed.ac.uk> From: Richard Tobin Subject: Re: Pentium Pro vs AMD To: Kitt Diebold , freebsd-questions@FreeBSD.ORG In-Reply-To: Kitt Diebold's message of Sun, 11 Jul 1999 11:31:14 -0400 Organization: just say no Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have two hardware options available to me to put a web server on > to, a Pentium Pro 180 w/ 256K cache, and an AMD 300. Do you mean an AMD K6-2 300, running with 100MHz bus (the usual configuration)? If so, I think you will find it much faster in general than a PPro 180. The area where the PPro will come closest is floating point; AMD's floating point before the K7 is very poor (though the 100MHz bus is a win for processing big arrays). Integer performance is likely to be at least 25% better on the AMD. And you can probably cheaply upgrade the AMD to a 400+Mhz version. > Does FreeBSD take advatage of the Pentium Pro's wider > bus? I didn't know it had one! The PPro's big advantage was the on-chip cache running at processor speed, but if processor speed is 180MHz that's not such a big deal now. -- Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 15:51:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 1196E1508D for ; Sun, 11 Jul 1999 15:51:16 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id <3DAYXBMT>; Sun, 11 Jul 1999 18:51:16 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105A98@site2s1> From: Christopher Michaels To: 'Ludwig Pummer' Cc: "FreeBSD Questions (E-mail)" Subject: Working SOCKS5 config (was: identd) Date: Sun, 11 Jul 1999 18:53:24 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, This is a tich off topic, I've been trying to setup the socks 5 daemon for about a week without any sucess. Strangely enough I can get ICQ to work now, but nothing else, believe I am getting authentication errors. I was wondering if you might be able to give me some pointers on a successful config file? It would be greatly appreciated. My "server" is 10.0.0.1 and the rest of the machines are on the same subnet. Thanks a million, Chris > -----Original Message----- > From: Ludwig Pummer [SMTP:ludwigp@bigfoot.com] > Sent: Tuesday, July 06, 1999 3:21 PM > To: i think > Cc: questions@freebsd.org > Subject: Re: identd > > At 10:10 AM 7/3/1999 -0400, i think wrote: > >I have a FreeBSD 3.1-RELEASE machine acting as the gateway between my > LAN ( > >with some win9x/NT machines ) and the internet. As you well know, most > irc > >servers require ident to be running. Is there a way I can have the > freebsd > >machine respond for the windows computers? Possibly returning the same > value > >no matter what. > > What I did was set up a Socks5 proxy and have the mIRC users use that. > When > identd requests are made, the user returned is whatever user the Socks5 > proxy is running as. (this means you have to make sure that the Socks5 > daemon isn't running as root, or else a lot of IRC servers or channels > will > kick them.) > > --Ludwig Pummer > > > 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 11 16:15:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fingers.shocking.com (shocking.com [216.111.111.11]) by hub.freebsd.org (Postfix) with ESMTP id 983CD14F53 for ; Sun, 11 Jul 1999 16:15:33 -0700 (PDT) (envelope-from doemill@shocking.com) Received: from shocking.com (doemill@shocking.com [216.111.111.11]) by fingers.shocking.com (8.9.0/8.9.0) with ESMTP id QAA25984 for ; Sun, 11 Jul 1999 16:13:43 -0700 (PDT) Date: Sun, 11 Jul 1999 16:13:42 -0700 (PDT) From: Doug To: freebsd-questions@FreeBSD.ORG Subject: weird pppd behavior 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 When I type pppd, i hear it dial and connect, then after a little bit the connection drops, i see this in /var/log/messages: Jul 10 11:04:04 unix9 pppd[825]: pppd 2.3.5 started by root, uid 0 Jul 10 11:05:04 unix9 pppd[825]: Connect: ppp0 <--> /dev/cuaa0 Jul 10 11:05:04 unix9 pppd[825]: Modem hangup, connected for 1 minutes Jul 10 11:05:04 unix9 pppd[825]: Connection terminated, connected for 1 minutes And here is my /etc/ppp/options file: modem user doemill crtscts defaultroute connect /etc/ppp/sconnect /dev/cuaa0 38400 And here is /etc/ppp/sconnect file: #!/bin/sh chat ABORT BUSY ABORT ERROR "" ATZ OK ATDT8924700 "CONNECT 38400 bgnet 38400\r\r\r\r\r AutoProtocolDetect - Begin protocol or enter 4 returns for interactive mode.\r\d\d\d\d\d\d\d\d\d\d" I know my isp uses pap auth, and i have a /etc/ppp/pap-secrets with username * password Is there anything im missing? If you have pppd scripts you use to connect, would you tell me how to fix mine? 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 11 16:23:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scaup.prod.itd.earthlink.net (scaup.prod.itd.earthlink.net [207.217.121.49]) by hub.freebsd.org (Postfix) with ESMTP id A420F14C32 for ; Sun, 11 Jul 1999 16:23:34 -0700 (PDT) (envelope-from jason@welsh.dynip.com) Received: from welsh.dynip.com (1Cust122.tnt1.raleigh.nc.da.uu.net [208.251.184.122]) by scaup.prod.itd.earthlink.net (8.9.3/8.9.3) with SMTP id QAA18551 for ; Sun, 11 Jul 1999 16:23:32 -0700 (PDT) Received: (qmail 330 invoked by uid 1000); 12 Jul 1999 03:23:36 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 12 Jul 1999 03:23:36 -0000 Date: Sun, 11 Jul 1999 23:23:36 -0400 (EDT) From: jason To: freebsd-questions@freebsd.org Subject: ppp.linkup problems 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 have my ppp working fine except for getting ppp.linkup to run a perl script. I have tried looking at the samples and cant seem to get it to work.. FreeBSD welsh.dynip.com 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Sun Jul 11 22:01:36 EDT 1999 root@welsh.dynip.com:/usr/src/sys/compile/KITTY i386 here are a few of the commands that i've tried in my /etc/ppp/ppp.linkup ! sh -c "/etc/ppp/jlclient.pl" !bg /etc/ppp/jlclient.pl shell /etc/ppp/jlclient.pl the jlclient.pl is a dynamic dns client. it runs just fine if I run it from the command line.. I just cant get ppp.linkup to execute it.. Ive tried it in both (demand and myaddr) sections of ppp.linkup any suggestions? thanks and regards, Jason -- ======================================================================= | Jason Welsh jason@welsh.dynip.com | If you think there's | | | good in everybody, you | | http://welsh.dynip.com/ | haven't met everybody. | ======================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 17:25:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cm-24-142-61-16.cableco-op.ispchannel.com (cm-24-142-61-16.cableco-op.ispchannel.com [24.142.61.16]) by hub.freebsd.org (Postfix) with ESMTP id 5FC4314D40 for ; Sun, 11 Jul 1999 17:25:45 -0700 (PDT) (envelope-from jwg@netbox.com) Received: from localhost (jwg@localhost) by cm-24-142-61-16.cableco-op.ispchannel.com (8.8.8/8.8.8) with ESMTP id RAA18955 for ; Sun, 11 Jul 1999 17:26:31 -0700 (PDT) (envelope-from jwg@netbox.com) X-Authentication-Warning: cm-24-142-61-16.cableco-op.ispchannel.com: jwg owned process doing -bs Date: Sun, 11 Jul 1999 17:26:31 -0700 (PDT) From: Jeff Gray X-Sender: jwg@cm-24-142-61-16.cableco-op.ispchannel.com To: Questions at FreeBSD Subject: segmentation fault, wordperfect In-Reply-To: <199907112203.XAA04296@dev.lan.awfulhak.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 What are the main causes of a segmentation fault? Any idea about this one? I have been running word perfect 8 since its introduction many months ago. Today, while coverting a Word file someone sent me it hung. No biggie, killed the process, and restarted it. It starts to restart, the splash screen opens, and the blank document screen opens for a millisecond. The screen output becomes 'Segmentation fault' % ps auxwww|grep word jwg 17830 0.0 1.1 532 684 pe S 5:20PM 0:00.01 ~/wordperfect/shbin10/wpexc [2] - Segmentation fault ~/wordperfect/wpbin/xwp Looked in /tmp but cannot find anything of interest. -rw-rw-rw- 1 jwg bin 324 Jul 11 17:20 .wpexc8.man -rw-rw-rw- 1 jwg bin 0 Jun 22 14:47 _WP__0000003836a_ -rw-rw-rw- 1 jwg bin 0 Jun 6 08:53 _WP__0000009486a_ prw-rw-rw- 1 jwg bin 0 Jul 11 17:20 excmsg8 -rw-rw-rw- 1 jwg bin 150 Jun 6 08:52 unix.def -rw-rw-rw- 1 jwg bin 50 Jun 22 14:19 wpprint.err -rw-rw-rw- 1 jwg bin 65 Jun 22 14:47 wpq8_0 -rw-rw-rw- 1 jwg bin 65 Jun 22 14:47 wpq8_65535 % strings .wpexc8.man ~/wordperfect/shbin10 /tmp/wpc-cm-24-142-61-16.cableco-op.ispchannel.com/excmsg8 % strings wpq8_0 Disk [ALL TYPES] % strings wpq8_65535 [ALL TYPES] Thanks Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 17:48:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ux1.ibb.net (ibb0005.ibb.uu.nl [131.211.124.5]) by hub.freebsd.org (Postfix) with ESMTP id B910514EC9 for ; Sun, 11 Jul 1999 17:48:25 -0700 (PDT) (envelope-from Reinoud.Koornstra@ibbnet.nl) Received: from localhost (reinoud@localhost) by ux1.ibb.net (8.8.7/8.8.5/TT) with SMTP id CAA29021; Mon, 12 Jul 1999 02:45:15 +0200 Date: Mon, 12 Jul 1999 02:45:15 +0200 (MET DST) From: Reinoud Koornstra X-Sender: reinoud@ux1.ibb.net To: "Donald R. Tyson" Cc: Reinoud.Koornstra@ibbnet.nl, roelof@eboa.com, freebsd-questions@freebsd.org Subject: re: LaTeX and teTex In-Reply-To: <199907100334.XAA00327@homebase.wizard.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 Thanks for alle your help. Cool, cause i use latex every day! In math, without latex you cant write anything yourself. If there is no latex, you cant publish things yourself printed etc. SO i used it a lot and still use it a lot, o i am not a beginner in latex i think. Anyway, thanks for your help, now i can latex in bsd, everythink i needed! Now i just got to find a way to get my hp deskjet 500 printing under bsd. Tetex works just fine here now. Bye, Reinoud. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 17:48:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ntserver.servcom.com (ntserver.servcom.com [209.165.170.10]) by hub.freebsd.org (Postfix) with ESMTP id CC7ED14D63 for ; Sun, 11 Jul 1999 17:48:40 -0700 (PDT) (envelope-from spiess@servcom.com) Received: from cryo2 (cable-28-18-237-24.anchorageak.net [24.237.18.28]) by ntserver.servcom.com (Post.Office MTA v3.1 release PO205e ID# 0-39206U2500L250S0) with SMTP id AAA215 for ; Sun, 11 Jul 1999 16:41:59 -0800 Message-ID: <000201becc00$851a1d20$1c12ed18@cryo2.anchorageak.net> From: "Scott Spies" To: Subject: Re: How free is free? Date: Wed, 23 Dec 1998 19:48:38 -0900 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 Thank you all for the vast array of answers, ranging from perfectly intelligent in content, to flame. My question wasn't an attack. It was just a legitimate concern. I know nobody's going to give away free CDs. I also know there are things such as advertising, etc. involved. I had only wondered why such a high price on a convenience item, and you all answered my question rather thoroughly. I don't think this warranted a response such as: <> Thank you for the quick answer, and Merry Christmas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 18: 0: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 61EB814D4A for ; Sun, 11 Jul 1999 18:00:01 -0700 (PDT) (envelope-from kline@tera.com) Received: from athena.tera.com (athena.tera.com [207.224.230.169]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id RAA18946; Sun, 11 Jul 1999 17:57:57 -0700 (PDT) Received: (from kline@localhost) by athena.tera.com (8.7.5/8.7.3) id RAA20624; Sun, 11 Jul 1999 17:57:56 -0700 (PDT) Date: Sun, 11 Jul 1999 17:57:56 -0700 From: Gary Kline To: Scott Spies Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How free is free? Message-ID: <19990711175756.A20618@athena.tera.com> References: <000201becc00$851a1d20$1c12ed18@cryo2.anchorageak.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95us In-Reply-To: <000201becc00$851a1d20$1c12ed18@cryo2.anchorageak.net>; from Scott Spies on Wed, Dec 23, 1998 at 07:48:38PM -0900 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 23, 1998 at 07:48:38PM -0900, Scott Spies wrote: > Thank you all for the vast array of answers, ranging from perfectly > intelligent in content, to flame. My question wasn't an attack. It was > just a legitimate concern. I know nobody's going to give away free CDs. I > also know there are things such as advertising, etc. involved. I had only > wondered why such a high price on a convenience item, and you all answered > my question rather thoroughly. I don't think this warranted a response such > as: > > < and they have to make money to survive. > also cds cost money too..>> > Hi, I think that most (if not all) the flames you may have received were from the hot-head side of the -questions list. The rest of us are reasonably level-headed... gary kline To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 18: 2:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id ADDE814D4A for ; Sun, 11 Jul 1999 18:02:41 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id KAA03309; Mon, 12 Jul 1999 10:32:38 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id KAA28296; Mon, 12 Jul 1999 10:32:37 +0930 (CST) Date: Mon, 12 Jul 1999 10:32:36 +0930 From: Greg Lehey To: Marty C Cc: FreeBSD Questions Subject: Re: Driver Question Message-ID: <19990712103236.V21403@freebie.lemis.com> References: <37886DB6.98CC4350@globalserve.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <37886DB6.98CC4350@globalserve.net>; from Marty C on Sun, Jul 11, 1999 at 10:11:02AM +0000 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 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 11 July 1999 at 10:11:02 +0000, Marty C wrote: > Is there such a creature as a driver for a "Visioneer PaperPort 3100" > scanner (on the parallel port)? No. There's an experimental driver for an Artec parallel port scanner, but that's about all > Is there an easier tutorial somewhere as to how to make one's printer > go (setting up gs and all those filter things) than the ones at > freebsd.org (I'm just not feeling very bright, and hoping there's a > step-by-step paint by numbers way of doing it, where I won't be forced > to actually understand what I am doing...:)? I'm guessing I'll just have > to buckle down and do it the old fashioned way, which is cool, I'd just > rather not if I don't have to.... You could try the one in "The Complete FreeBSD". Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 19: 5:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 6326214EE9 for ; Sun, 11 Jul 1999 19:05:10 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id <3DAYXDKY>; Sun, 11 Jul 1999 22:02:23 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105A99@site2s1> From: Christopher Michaels To: 'Ilia Chipitsine' , questions@FreeBSD.ORG Subject: RE: network stuff Date: Sun, 11 Jul 1999 22:04:29 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Take a look at lsof in the ports collection. > -----Original Message----- > From: Ilia Chipitsine [SMTP:ilia@cgilh.chel.su] > Sent: Saturday, July 10, 1999 1:24 PM > To: questions@FreeBSD.ORG > Subject: network stuff >=20 > Dear All, >=20 > how can I get PID of the process that=20 > listens on particular port (TCP/UDP) ? >=20 > Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) >=20 > Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) >=20 >=20 >=20 > 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 11 19:10:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 096C514EE9 for ; Sun, 11 Jul 1999 19:10:50 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id <3DAYXDM6>; Sun, 11 Jul 1999 22:08:24 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105A9A@site2s1> From: Christopher Michaels To: 'Ilia Chipitsine' , questions@FreeBSD.ORG Subject: RE: network stuff Date: Sun, 11 Jul 1999 22:10:32 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry, didn't mean to leave that so vague. I hate it when people do = that. Specifically look at the -i command line option. You should be able to = type 'lsof -i TCP:80' and see what process/user is listening to that port. -Chris > -----Original Message----- > From: Christopher Michaels [SMTP:ChrisMic@clientlogic.com] > Sent: Sunday, July 11, 1999 10:04 PM > To: 'Ilia Chipitsine'; questions@FreeBSD.ORG > Subject: RE: network stuff >=20 > Take a look at lsof in the ports collection. >=20 > > -----Original Message----- > > From: Ilia Chipitsine [SMTP:ilia@cgilh.chel.su] > > Sent: Saturday, July 10, 1999 1:24 PM > > To: questions@FreeBSD.ORG > > Subject: network stuff > >=20 > > Dear All, > >=20 > > how can I get PID of the process that=20 > > listens on particular port (TCP/UDP) ? > >=20 > > Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) > >=20 > > Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) > >=20 > >=20 > >=20 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message >=20 >=20 > 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 11 19:11:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id DE348150F0 for ; Sun, 11 Jul 1999 19:11:06 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id <3DAYXDN4>; Sun, 11 Jul 1999 22:10:43 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105A9B@site2s1> From: Christopher Michaels To: 'notme' , freebsd-questions@freebsd.org Subject: RE: problem with downloading through my FreeBSD box Date: Sun, 11 Jul 1999 22:12:50 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a similar setup that works perfectly fine. I would look into troubleshooting it on the win size a little bit further. Also, can you get .tgz files on the FreeBSD box w/o any trouble? -Chris > -----Original Message----- > From: notme [SMTP:notme@lvdi.net] > Sent: Sunday, July 04, 1999 5:55 AM > To: freebsd-questions@freebsd.org > Subject: problem with downloading through my FreeBSD box > > Hi, > I currently have my Win * box connected to a FreeBSD box, and > my FreeBSD box dials out on demand. Well, it seems to me (actually, > this happend to my friend also) that whenever I download a > self-extracting > program from my Win machine through the FreeBSD box, the program > gives me the error (when I run it in Windows): > "WinZip Self-Extrator header corrupt. Possible cause: bad disk or file > > transfer error" > > I have tried many other files, and this happens to all of them. > > I know this is quite off topic, but just wonder if there's anyway the > FreeBSD > box recieves the data differently than that of a Win machine... (such as > in > FTP, where using regular ASCII mode, files *maybe screwed up, but using > bin mode, files will be transfered properly...) > > I am currectly using FreeBSD Release 3.2, ppp -auto -alias demand to > my ISP using a modem. > My friend uses FreeBSD Release 2.2.8, and same problem occurs. > > Thank you in advance! > > Frankie > > > > 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 11 19:11:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from topsecret.net (gill.apk.net [207.54.148.62]) by hub.freebsd.org (Postfix) with SMTP id 05D8D150E8 for ; Sun, 11 Jul 1999 19:11:08 -0700 (PDT) (envelope-from gill@topsecret.net) Received: from stumpy by topsecret.net with SMTP (MDaemon.v2.7.SP5.R) for ; Sun, 11 Jul 1999 22:09:05 -0400 From: "James Gill" To: Subject: FTP/CD images Date: Sun, 11 Jul 1999 22:09:17 -0400 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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-MDaemon-Deliver-To: questions@freebsd.org X-Return-Path: gill@topsecret.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, after beating my head against this issue for months, i'm finally starting to get around it, but cruising through the archives of this list i found this interesting note from Doug White: ---- Date: Tue, 26 Mar 1996 18:11:33 -0800 (PST) From: Doug White Cc: freebsd-questions@freebsd.org Subject: Re: FTP install from CD does not work [snipped doug's description of how to make a working FTP install site from a CD] ** CD BURNERS: Please build the next CD so that it is directly ftp-moutable so we can get the CD, mount it on a machine with a CD, and install to a machine without a CDROM. ** [.sig snipped] ---- ...so four years later i'm working with v3.2 and i *still* can't have a functional FTP site directly from a CD-ROM. Yes, i KNOW that NFS is a better way to do a network install, but some situations (like not having an NFS server on my NT box) make that tough. PLEASE please let's make this work. There are a lot of people who've run up against this, and especially for people who are, like me, new to FreeBSD (and a lot of us coming from the NT world) and this is a really unnecessary hassle. Even moreso for those of us who are only able to play with this stuff during our off hours, being delayed and confused like this is a lousy intro to the OS. ===================================== James Gill * http://www.topsecret.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 11 19:22:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from WEBBSD1.turnaround.com.au (webbsd1.turnaround.com.au [203.39.138.49]) by hub.freebsd.org (Postfix) with ESMTP id BC24015128 for ; Sun, 11 Jul 1999 19:22:28 -0700 (PDT) (envelope-from A_Johns@TurnAround.com.au) Received: from tasajohns (dhcp64.turnaround.com.au [192.168.1.64]) by WEBBSD1.turnaround.com.au (8.8.7/8.8.7) with SMTP id MAA25839; Mon, 12 Jul 1999 12:40:15 +1000 (EST) (envelope-from A_Johns@TurnAround.com.au) From: "Andrew Johns" To: "Christopher Michaels" , "'notme'" , Subject: RE: problem with downloading through my FreeBSD box Date: Mon, 12 Jul 1999 12:20:03 +1000 Message-ID: <003c01becc0d$0d1c4430$4001a8c0@tasajohns.turnaround.com.au> 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 8.5, Build 4.71.2173.0 In-Reply-To: <6C37EE640B78D2118D2F00A0C90FCB4401105A9B@site2s1> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'd guess that your Win FTP client is set to ASCII transfer instead of binary (BIN). That will certainly destroy _any_ file that is not 'plain' text. > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Christopher > Michaels > Sent: Monday, 12 July 1999 12:13 > To: 'notme'; freebsd-questions@FreeBSD.ORG > Subject: RE: problem with downloading through my FreeBSD box > > > I have a similar setup that works perfectly fine. I would look into > troubleshooting it on the win size a little bit further. > > Also, can you get .tgz files on the FreeBSD box w/o any trouble? > > -Chris > > > -----Original Message----- > > From: notme [SMTP:notme@lvdi.net] > > Sent: Sunday, July 04, 1999 5:55 AM > > To: freebsd-questions@freebsd.org > > Subject: problem with downloading through my FreeBSD box > > > > Hi, > > I currently have my Win * box connected to a FreeBSD box, and > > my FreeBSD box dials out on demand. Well, it seems to me (actually, > > this happend to my friend also) that whenever I download a > > self-extracting > > program from my Win machine through the FreeBSD box, the program > > gives me the error (when I run it in Windows): > > "WinZip Self-Extrator header corrupt. Possible cause: bad > disk or file > > > > transfer error" > > > > I have tried many other files, and this happens to all of them. > > > > I know this is quite off topic, but just wonder if there's > anyway the > > FreeBSD > > box recieves the data differently than that of a Win > machine... (such as > > in > > FTP, where using regular ASCII mode, files *maybe screwed > up, but using > > bin mode, files will be transfered properly...) > > > > I am currectly using FreeBSD Release 3.2, ppp -auto -alias demand to > > my ISP using a modem. > > My friend uses FreeBSD Release 2.2.8, and same problem occurs. > > > > Thank you in advance! > > > > Frankie > > > > > > > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 19:35:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 860F714FE7 for ; Sun, 11 Jul 1999 19:35:26 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id WAA22278; Sun, 11 Jul 1999 22:36:13 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907120236.WAA22278@cc942873-a.ewndsr1.nj.home.com> Subject: Re: offsite backup programs/scripts? In-Reply-To: <3.0.5.32.19990710110057.04193ec0@crash.cts.com> from Jerry Preeper at "Jul 10, 99 11:00:57 am" To: preeper@cts.com (Jerry Preeper) Date: Sun, 11 Jul 1999 22:36:12 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (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 Jerry Preeper wrote, > I was wondering if anyone has run across or uses a backup program/script > that will basically mirror a complete server hard drive (including OS and > everything) and updating only what's changed on a completely separate > computer with an identical hard drive. I'd like to do the backup over the > net with my cable modem. This should be pretty easy to do using dump. The basic idea would be a script that does something like, #!/bin/sh # # netdump level # # Uses dump on the local machine and then restore on the # remote in order to clone the local HDDs on the remote machine. # The level argument is the dump level. # Remote machine name or address REMOTE=remote.machine.org if [ -n $1 ] || [ $1 -gt 9 ] || [ $1 -lt 0 ]; then echo $0: illegal dump level: $1 exit 1 fi # File systems I want to backup FILESYTEMS="/ /usr /var" for FS in $FILESYSTEMS; do dump -${1}auf - $FS | ssh $REMOTE "cd $FS; restore -rf -" done exit 0 However, I would not completely recommend that. Even if your other system is a clone of the other, you may not want to do things like clobber log files, files in /var/run, some configuration files in /etc (rc.conf has things like IP address and hostname), and more. You could still use the above script and carefully use the nodump flag on files and directories. I am presently still working out how to do something similar. I have a mailserver, and recently have been setting up a backup. The backup is a _near_ clone of the server, but not quite for the reasons in the previous paragraph. But if the backup is called into duty, _then_ it should be an exact copy of the other server. It's relatively easy to copy files from one machine to another (I pipe tar output through ssh rather than dump since I only do certain files that change frequently), but then figuring out a script to convert the backup into the main server... fun, fun. :) -- Crist J. Clark cjclark@home.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 11 19:36:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta1.tm.net.my (mta1.tm.net.my [202.188.95.4]) by hub.freebsd.org (Postfix) with ESMTP id 7B3A915011 for ; Sun, 11 Jul 1999 19:36:19 -0700 (PDT) (envelope-from rezath@tm.net.my) Received: from tm.net.my ([202.188.127.2]) by mta1.tm.net.my (InterMail v03.02.05 118 121 101) with ESMTP id <19990712023612.HNAQ500@tm.net.my>; Mon, 12 Jul 1999 10:36:12 +0800 Message-ID: <378956E4.EFDDEBFE@tm.net.my> Date: Mon, 12 Jul 1999 10:45:56 +0800 From: Rezamys X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: markov@globalnet.co.uk Cc: freebsd-questions@freebsd.org Subject: Programming in C book Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello there Mark, I'm interested getting Kernighan & Ritchie (2nd edition) book. But before I do that I need to know the specifics of it like ISDN number, publisher etc. etc. Any sites that I could check out this book? If I have the particulars it's bit cheaper to buy locally. TQ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 19:41:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ntserver.servcom.com (ntserver.servcom.com [209.165.170.10]) by hub.freebsd.org (Postfix) with ESMTP id A118414DE0 for ; Sun, 11 Jul 1999 19:41:09 -0700 (PDT) (envelope-from spiess@servcom.com) Received: from cryo1 (cable-103-19-237-24.anchorageak.net [24.237.19.103]) by ntserver.servcom.com (Post.Office MTA v3.1 release PO205e ID# 0-39206U2500L250S0) with SMTP id AAA203; Sun, 11 Jul 1999 18:33:47 -0800 Message-ID: <000701becc0f$ce7c9740$6713ed18@anchorageak.net> From: "S Spies" To: "Gary Kline" Cc: References: <000201becc00$851a1d20$1c12ed18@cryo2.anchorageak.net> <19990711175756.A20618@athena.tera.com> Subject: Re: How free is free? Date: Sun, 11 Jul 1999 18:39:46 -0800 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 Sorry about the outdated message--it's the result of starting up a PC that's been out-of-service since December (hence the date) while connected to the LAN. I had no idea the message was still in the outgoing mailbox. Oddly enough, I'll be installing Linux on that very PC once I get the hardware in order. Thank you for responding, though! Again, my apologies, Scott ----- Original Message ----- From: Gary Kline To: Scott Spies Cc: Sent: Sunday, July 11, 1999 4:57 PM Subject: Re: How free is free? > On Wed, Dec 23, 1998 at 07:48:38PM -0900, Scott Spies wrote: > > Thank you all for the vast array of answers, ranging from perfectly > > intelligent in content, to flame. My question wasn't an attack. It was > > just a legitimate concern. I know nobody's going to give away free CDs. I > > also know there are things such as advertising, etc. involved. I had only > > wondered why such a high price on a convenience item, and you all answered > > my question rather thoroughly. I don't think this warranted a response such > > as: > > > > < > and they have to make money to survive. > > also cds cost money too..>> > > > > Hi, > > I think that most (if not all) the flames you may have received > were from the hot-head side of the -questions list. The rest of > us are reasonably level-headed... > > gary kline > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 19:41:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kaly.iqm.unicamp.br (d2p44.mpcnet.com.br [200.246.29.172]) by hub.freebsd.org (Postfix) with ESMTP id E66501508A for ; Sun, 11 Jul 1999 19:41:38 -0700 (PDT) (envelope-from vazquez@iqm.unicamp.br) Received: by kaly.iqm.unicamp.br (Postfix, from userid 105) id 4BE1759D; Sun, 11 Jul 1999 23:41:20 -0300 (EST) Date: Sun, 11 Jul 1999 23:41:20 -0300 From: Pedro A M Vazquez To: Rezamys Cc: markov@globalnet.co.uk, freebsd-questions@freebsd.org Subject: Re: Programming in C book Message-ID: <19990711234119.H21572@kaly.iqm.unicamp.br> References: <378956E4.EFDDEBFE@tm.net.my> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <378956E4.EFDDEBFE@tm.net.my>; from Rezamys on Mon, Jul 12, 1999 at 10:45:56AM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mon, Jul 12, 1999 at 10:45:56AM +0800, Rezamys wrote: > Hello there Mark, > > I'm interested getting Kernighan & Ritchie (2nd edition) book. But > before I do that I need to know the specifics of it like ISDN number, > publisher etc. etc. "The C programming language" B. W. Kernighan/Dennis M Ritchie Prentice Hall Software Series ISBN 0-13-110362-8 > Any sites that I could check out this book? If I have the particulars > it's bit cheaper to buy locally. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Those who educate children well are more to be honored than parents, for these only gave life, those the art of living well. -- Aristotle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 19:45: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.la.csiro.au (hermes.la.csiro.au [152.83.12.2]) by hub.freebsd.org (Postfix) with ESMTP id E965D1508D for ; Sun, 11 Jul 1999 19:45:02 -0700 (PDT) (envelope-from Anthony.Wyatt@its.csiro.au) Received: by hermes.la.csiro.au with Internet Mail Service (5.5.2448.0) id ; Mon, 12 Jul 1999 12:44:19 +1000 Message-ID: From: "Wyatt, Anthony" To: "'freebsd-questions@freebsd.org'" Subject: Kernel Drivers Date: Mon, 12 Jul 1999 12:44:18 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I really don't know where to post this message, so if there is a better place please let me know. I want to write a driver for my video card, not for X, for my own home grown app :-) I've just read Chap 5 of the Magic Garden Explained (SysVR4 Internals) so I have some idea whats expected when writing a device driver. I've also read the technical programming doco for my video card. The big hole in my plan is PCI. I don't know how to talk to my video card on the PCI bus :-( So I guess my questions are: Should I try and find out more about basic driver programming, specifically freeBSD, and if so where? Where can I find out about programming PCI devices? Thanks for any help, Anthony To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 20: 2:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 6B43714F2A; Sun, 11 Jul 1999 20:02:22 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id MAA03771; Mon, 12 Jul 1999 12:28:59 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id MAA28745; Mon, 12 Jul 1999 12:28:58 +0930 (CST) Date: Mon, 12 Jul 1999 12:28:58 +0930 From: Greg Lehey To: Anthony Wyatt Cc: FreeBSD Hackers Subject: Re: Kernel Drivers Message-ID: <19990712122858.A21403@freebie.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Wyatt, Anthony on Mon, Jul 12, 1999 at 12:44:18PM +1000 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 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [redirecting to -hackers] On Monday, 12 July 1999 at 12:44:18 +1000, Anthony Wyatt wrote: > Hi, > I really don't know where to post this message, so if there is a better > place please let me know. Well, to quote the frequent posting to this newsgroup, If the question is of a general nature, ... ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. I think this qualifies as one of the last two, so -hackers is the place. > I want to write a driver for my video card, not for X, for my own home > grown app :-) > > I've just read Chap 5 of the Magic Garden Explained (SysVR4 Internals) so > I have some idea whats expected when writing a device driver. As you say, the Magic Garden is for System V. BSD is a little different, though not too much. > I've also read the technical programming doco for my video card. > The big hole in my plan is PCI. I don't know how to talk to my > video card on the PCI bus :-( > > So I guess my questions are: > Should I try and find out more about basic driver programming, > specifically freeBSD, Yes. > and if so where? UTSL. And -hackers. There's some stuff in section 9 of the manual, but it's not quite the level of completeness you'd find in the ddi/ddk docco. > Where can I find out about programming PCI devices? UTSL. And -hackers. In particular, the PCI drivers are in /usr/src/sys/pci. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 20:31: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id AED68151D2; Sun, 11 Jul 1999 20:30:51 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id NAA03931; Mon, 12 Jul 1999 13:00:49 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id NAA28884; Mon, 12 Jul 1999 13:00:49 +0930 (CST) Date: Mon, 12 Jul 1999 13:00:49 +0930 From: Greg Lehey To: Andrew Willis Cc: FreeBSD Questions Subject: Re: Raid software Message-ID: <19990712130049.C21403@freebie.lemis.com> References: <00c601becbe7$888787e0$9864a8c0@cwgis6.inetfast.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <00c601becbe7$888787e0$9864a8c0@cwgis6.inetfast.com>; from Andrew Willis on Sun, Jul 11, 1999 at 05:49:13PM -0400 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 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [moving to -questions; this isn't a technical discussion] On Sunday, 11 July 1999 at 17:49:13 -0400, Andrew Willis wrote: > What Raid software is available for FreeBSD? I cant seem to find much > information on this issue. I would rather not dish out lots of $$$ for > hardware Raid. Any > suggestions would be appreciated.. Look at Vinum (http://www.lemis.com/vinum.html). Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 20:49: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from garnet.acns.fsu.edu (gmhub.acns.fsu.edu [146.201.2.30]) by hub.freebsd.org (Postfix) with ESMTP id 33C3814CFC for ; Sun, 11 Jul 1999 20:49:04 -0700 (PDT) (envelope-from bcc9746@garnet.acns.fsu.edu) Received: from garnet1.acns.fsu.edu (garnet1-fi.acns.fsu.edu [192.168.197.1]) by garnet.acns.fsu.edu (8.9.1/8.9.1) with ESMTP id XAA16680; Sun, 11 Jul 1999 23:45:44 -0400 Received: from s1o3q0 (dial1069.acns.fsu.edu [146.201.36.205]) by garnet1.acns.fsu.edu (8.9.1/8.9.1) with SMTP id XAA90974; Sun, 11 Jul 1999 23:45:42 -0400 Message-ID: <004a01becc19$41b237c0$cd24c992@s1o3q0> From: "Brett G. Castleberry" To: , References: <009101becbaf$7fe37140$6342f7d0@station1.okc-classifieds.com> Subject: Re: Linux / FreeBSD Date: Sun, 11 Jul 1999 23:47:24 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0047_01BECBF7.B9BEC340" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0047_01BECBF7.B9BEC340 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable From: Dann Lampe=20 To: freebsd-questions@FreeBSD.ORG=20 Sent: Sunday, July 11, 1999 11:10 AM Subject: Re: Linux / FreeBSD >. The KDE 1.0 and higher works great under BSD - where as under Linux = I >pulled every last-living hair out of my head. $@$@$# Ha! So I'm not the only one? I've been "configuring" Red Hat and KDE = for a month, while my FreeBSD CDs have been waiting to go on an old 486. = You're convincing me to bump Red Hat and put FreeBSD on my good = machine. Brett G. Castleberry bcc9746@garnet.acns.fsu.edu Tallahassee, Florida ----- Original Message -----=20 ------=_NextPart_000_0047_01BECBF7.B9BEC340 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
From: Dann Lampe
To: freebsd-questions@FreeBSD.ORG =
Sent: Sunday, July 11, 1999 11:10 = AM
Subject: Re: Linux / = FreeBSD

>.  The KDE 1.0 and higher works great under = BSD -=20 where as under Linux I >pulled every last-living hair out of my head. = $@$@$#=20 Ha!
 
    So I'm not the only one?  I've been = "configuring"=20 Red Hat and KDE for a month, while my FreeBSD CDs have been waiting to = go on an=20 old 486.  You're convincing me to bump Red Hat and put FreeBSD on = my good=20 machine.
 
Brett G. Castleberry
bcc9746@garnet.acns.fsu.edu
Tallahassee,=20 Florida
----- Original Message -----
 
 
------=_NextPart_000_0047_01BECBF7.B9BEC340-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 20:49:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ds9.dreamhaven.org (dt0f4nfc.san.rr.com [24.94.22.252]) by hub.freebsd.org (Postfix) with ESMTP id D4FEA14CFC for ; Sun, 11 Jul 1999 20:49:18 -0700 (PDT) (envelope-from data@ds9.dreamhaven.org) Received: from data (helo=localhost) by ds9.dreamhaven.org with local-esmtp (Exim 2.12 #2) id 113X3C-0009pU-00; Sun, 11 Jul 1999 20:46:42 -0700 Date: Sun, 11 Jul 1999 20:46:42 -0700 (PDT) From: Bryce Newall To: Kent Stewart Cc: FreeBSD Questions List Subject: Re: Boot troubles In-Reply-To: <37891204.A04A398A@3-cities.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 On Sun, 11 Jul 1999, Kent Stewart wrote: > According to my rules, it isn't the new drive. You have something else > that is broken otherwise the boot floppies would have worked. I downloaded the 3.1 floppies, and they worked great. For some reason, though, the 3.2 floppies didn't like my system. However, someone already helped me out and solved the problem -- turned out that it *was* the new drive. Specifically, it was the fact that it was larger than 2 gigs, which the BTX loader apparently has problems with. He suggested using a "dangerously dedicated" partition, which I did, and that solved the problem. ********************************************************************** * Bryce Newall * Email: data@dreamhaven.net * * WWW: http://www.dreamhaven.net/~data * ICQ: 32620929 * * "Insanity takes its toll. Please have exact change." * ********************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 21:11:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from labkom.itenas.ac.id (labkom.itenas.ac.id [203.109.3.5]) by hub.freebsd.org (Postfix) with ESMTP id 697911525E for ; Sun, 11 Jul 1999 21:10:24 -0700 (PDT) (envelope-from bambang@labkom.itenas.ac.id) Received: from localhost (bambang@localhost) by labkom.itenas.ac.id (8.9.1/8.7.3) with ESMTP id LAA11336; Mon, 12 Jul 1999 11:03:33 +0700 (JAVT) Date: Mon, 12 Jul 1999 11:03:24 +0700 (JAVT) From: Sukotjo Bambang To: Dan Langille Cc: freebsd-questions@freebsd.org Subject: Re: FTP from CD-ROM In-Reply-To: <19990708061518.OZLB536080.mta1-rme@wocker> 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 already try that way and it didn't works. Can I explain again. I need an FreeBSD FTP server with the CD-ROM. And I need it works for installing machine via FTP. But it didn't works until now. There are any different FreeBSD source between FTP and CD-ROM? Could you help me please? Regards, Sukotjo S. Bambang ************************************ E-Mail : bambang@labkom.itenas.ac.id ssb1010@mailcity.com ************************************ On Thu, 8 Jul 1999, Dan Langille wrote: > On 8 Jul 99, at 8:41, Sukotjo Bambang wrote: > > > I would made a private FTP server. The source is FreeBSD in a CD-ROM, but > > I have a problem. It can't be works to intallation other server via that > > FTP server. I guest that format or directory rules is different. Could > > you help me to solve this problem? Thank you. > > Have a look at http://www.freebsddiary.org/freebsd/ftpcd.htm as that may > solve your problem. > > If you follow the instructions at that page, then the URL you would enter > for your ftp install would be: > > ftp://your.ftp.server/pub/FreeBSD/releases/i386/2.2.8-RELEASE > -- > Dan Langille - DVL Software Limited > The FreeBSD Diary - http://www.FreeBSDDiary.org/freebsd/ > NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ > The Racing System - http://www.racingsystem.com/racingsystem.htm > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 21:31: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from admin.cdotb.ernet.in (admin.cdotb.ernet.in [202.41.72.2]) by hub.freebsd.org (Postfix) with SMTP id 933F914FAD for ; Sun, 11 Jul 1999 21:27:20 -0700 (PDT) (envelope-from amit@cdotb.ernet.in) Received: from ws9.cdotb.ernet.in by admin.cdotb.ernet.in (SMI-8.6/SMI-SVR4) id JAA12276; Mon, 12 Jul 1999 09:56:04 -0500 Received: from localhost by ws9.cdotb.ernet.in (5.65v4.0/1.1.19.2/15Dec98-0204PM) id AA26875; Mon, 12 Jul 1999 09:56:41 +0500 Date: Mon, 12 Jul 1999 09:56:41 +0500 (GMT+0500) From: "Amit Kr.Jain" To: Ilia Chipitsine Cc: questions@FreeBSD.ORG Subject: Re: network stuff 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 Hi!! Use netstat -a|grep portno. to find out the process listening on a particular port and then ps -ef|grep process to look for the info for that process ******************************************************************************* WORK HOME ------ ------ Amit Kr Jain, Flat No 7/2 (Research Engineer), 7th cross C-DOT, KHM Block 2nd floor, Sneha Complex, Opp Shanti Sagar. 71/1 Miller Road, R.T.Nagar BANGALORE - 560052 BANGALORE. Voice - 080-2263399 ext 247/329 080-2261529 email: amit@cdotb.ernet.in ******************************************************************************* On Sat, 10 Jul 1999, Ilia Chipitsine wrote: > Dear All, > > how can I get PID of the process that > listens on particular port (TCP/UDP) ? > > Regards, (nAILU^[IE POVELANIQ) > > Ilia Chipitsine (iLXQ {IPICIN) > > > > 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 11 22:10: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 46687151F9 for ; Sun, 11 Jul 1999 22:09:57 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id OAA04283; Mon, 12 Jul 1999 14:39:56 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id OAA29303; Mon, 12 Jul 1999 14:39:55 +0930 (CST) Date: Mon, 12 Jul 1999 14:39:55 +0930 From: Greg Lehey To: Vallo Kallaste Cc: Andrew MacIntyre , freebsd-questions@FreeBSD.ORG Subject: Re: How to get rid of Sendmail DNS lookups? Message-ID: <19990712143955.H21403@freebie.lemis.com> References: <19990710200757.A29197@myhakas.matti.ee> <19990711135644.A30695@myhakas.matti.ee> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990711135644.A30695@myhakas.matti.ee>; from Vallo Kallaste on Sun, Jul 11, 1999 at 01:56:45PM +0300 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 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 11 July 1999 at 13:56:45 +0300, Vallo Kallaste wrote: > On Sun, Jul 11, 1999 at 11:28:10AM +1000, Andrew MacIntyre wrote: > >> Tried putting "hosts" before "bind" in /etc/host.conf? Make sure that >> /etc/hosts has a localhost entry and an entry for the hostname. > > Yes, sure. The /etc/hosts contains: > > 127.0.0.1 localhost > 192.168.0.1 tiiu > 192.168.0.2 mari > 194.126.98.135 solaris.matti.ee solaris > > /etc/host.conf: > > hosts > bind > > /etc/service.switch: > > hosts files > > I have two computers, the new one named tiiu and an old 486 named mari > which is almost all the time down. I haven't specified the domain part > in the rc.conf for hostname, but I have tried it too with no difference. > The network interface is up on the tiiu all the time but shows no > carrier. I guess it doesn't matter is it up or not. I have "ppp -auto me" > running. It's really very simple setup, practically one computer linked > to internet over partial-time dynamic ppp. The solaris entry in the > hosts file is the SMART host for sendmail, I'm getting all the mail over > POP3 from the same host. Delivery mode is deferred. I have no clue why > sendmail does DNS lookup when told not to do so. Weird. Any additional > thoughts? I've noticed this too. Based on the documentation, it's not clear whether it's a bug or a feature. But there used to be a configuration variable for sendmail which would completely remove any DNS lookups in the binary. You'll have to look in the sources to find it. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 22:25:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id 0561114DCE for ; Sun, 11 Jul 1999 22:25:31 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1179.bossig.com [208.26.241.179]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id WAA12478; Sun, 11 Jul 1999 22:25:27 -0700 (PDT) Message-ID: <37897C46.E99C5264@3-cities.com> Date: Sun, 11 Jul 1999 22:25:27 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Bryce Newall Cc: FreeBSD Questions List Subject: Re: Boot troubles References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bryce Newall wrote: > > On Sun, 11 Jul 1999, Kent Stewart wrote: > > > According to my rules, it isn't the new drive. You have something else > > that is broken otherwise the boot floppies would have worked. > > I downloaded the 3.1 floppies, and they worked great. For some reason, > though, the 3.2 floppies didn't like my system. However, someone already > helped me out and solved the problem -- turned out that it *was* the new > drive. Specifically, it was the fact that it was larger than 2 gigs, > which the BTX loader apparently has problems with. He suggested using a > "dangerously dedicated" partition, which I did, and that solved the > problem. I had similar problem with my original system. I don't know what the current MB, which is an Asus P2B-B, will do. The SuperMicro P5STE w/Award BIOS would simply lock up after counting the memory. It was if the BIOS and S.M.A.R.T. on the HD got into a hissing contest. The BIOS expected a response but the HD had gone catatonic on me. I re-added the MBR to the three Western Digital drives using the fdisk on a Win98 Startup disk and the problem went away. Kent > > ********************************************************************** > * Bryce Newall * Email: data@dreamhaven.net * > * WWW: http://www.dreamhaven.net/~data * ICQ: 32620929 * > * "Insanity takes its toll. Please have exact change." * > ********************************************************************** -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 22:30: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by hub.freebsd.org (Postfix) with ESMTP id E4D1914C07 for ; Sun, 11 Jul 1999 22:29:58 -0700 (PDT) (envelope-from Matthew.Thyer@dsto.defence.gov.au) Received: from dsto-ms2.dsto.defence.gov.au (dsto-ms2.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au (8.7.5/8.7.3) with ESMTP id OAA13187 for ; Mon, 12 Jul 1999 14:55:58 +0930 (CST) Received: from exchsa1.dsto.defence.gov.au (unverified [131.185.2.94]) by dsto-ms2.dsto.defence.gov.au (Integralis SMTPRS 2.0.15) with ESMTP id for ; Mon, 12 Jul 1999 14:58:58 +0930 Received: from fuzz.dsto.defence.gov.au ([131.185.75.229]) by exchsa1.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2232.9) id 3YD0CMFP; Mon, 12 Jul 1999 14:59:12 +0930 Received: from dsto.defence.gov.au (localhost [127.0.0.1]) by fuzz.dsto.defence.gov.au (8.9.3/8.9.3) with ESMTP id OAA43229 for ; Mon, 12 Jul 1999 14:59:14 +0930 (CST) (envelope-from Matthew.Thyer@dsto.defence.gov.au) Message-Id: <37897D2A.C78F1A48@dsto.defence.gov.au> Date: Mon, 12 Jul 1999 14:59:14 +0930 From: Matthew Thyer X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Where do I get the prebuilt package apache+ssl-1.3.6+1.35 ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Where do I get the prebuilt package apache+ssl-1.3.6+1.35 ? This is the secure apache web server. I am having problems with the port built on FreeBSD-CURRENT so I wanted to try a package but cant find one on ft.internat.freebsd.org Can you help me ? -- Matthew Thyer Phone: +61 8 8259 7249 Corporate Information Systems Fax: +61 8 8259 5537 Defence Science and Technology Organisation, Salisbury PO Box 1500 Salisbury South Australia 5108 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 22:37:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail-srv.MR.COM.AR (mail-srv.mr.com.ar [200.41.14.210]) by hub.freebsd.org (Postfix) with ESMTP id 98D3C14FA1 for ; Sun, 11 Jul 1999 22:36:55 -0700 (PDT) (envelope-from jote@bigfoot.com) Received: from bigfoot.com ([200.41.15.76]) by mail-srv.MR.COM.AR (Post.Office MTA v3.5.2 release 221 ID# 0-59784U17500L14800S0V35) with ESMTP id AR for ; Mon, 12 Jul 1999 02:37:07 -0300 Message-ID: <37896B5E.AD390164@bigfoot.com> Date: Mon, 12 Jul 1999 01:13:18 -0300 From: "J. M. Albores" X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Newbie: The "PS1" environment variable & others. References: <37883A86.53F55E65@bigfoot.com> <19990711170901.S21403@freebie.lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Lehey wrote: > > On Sunday, 11 July 1999 at 3:32:38 -0300, J. M. Albores wrote: > > [...] > > I'd like to setup what in Linux is "$PS1", so the shell prompt may look > > [userID@host /actual/path ]# > [...] > I think your real question is: how do I get bash as my shell? There > are three things you need to do: > > 1. Install the port... > [...] > 2. Copy your Linux .bashrc and any other... > [...] > > 3. Change your shell: run the chsh program... > [...] First of all, thanks for you answer, Greg. Well... In fact I had found the "chsh" command browsing man pages and I was using /bin/sh, as I didn't find bash-VER.tgz in my CD-ROM even I didn't do an intensive search, and I am not used to csh. But -if it's possible in this list- I would like to ask other question: Does C shell have any advantage over bash or sh? I was surprised that (after a short experience with Linux) csh was the default shell for root after FreeBSD installation! Which is convenient for which purpose? > [...] > > And, BTW three other questions: > > > > 1. I see two "profile", one in "/" as dot file, and one in "/etc" (???). > > Is this the rule or I did something wrong? > > Well, you should have /etc/profile with system-wide defaults, and > .profile in each user's home directory. That's the rule, and it's the > same with Linux. You shouldn't have anything in /, since no user > should have / as a home directory. > [...] In my machine, every user has his own .profile at ~/ by default. If I log as root, my /.profile is the same of /root/.profile. If I edit one file, the other changes too. And /.profile is NOT a symlink to /root/.profile. (?!) It has just "common" file permissions. I don't understand this. Thanks, Greg. -- J M Albores To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 22:53: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id F3CFF14CFF for ; Sun, 11 Jul 1999 22:52:59 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id PAA04404; Mon, 12 Jul 1999 15:22:58 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id PAA29432; Mon, 12 Jul 1999 15:22:57 +0930 (CST) Date: Mon, 12 Jul 1999 15:22:57 +0930 From: Greg Lehey To: "J. M. Albores" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Newbie: The "PS1" environment variable & others. Message-ID: <19990712152257.J21403@freebie.lemis.com> References: <37883A86.53F55E65@bigfoot.com> <19990711170901.S21403@freebie.lemis.com> <37896B5E.AD390164@bigfoot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <37896B5E.AD390164@bigfoot.com>; from J. M. Albores on Mon, Jul 12, 1999 at 01:13:18AM -0300 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 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 12 July 1999 at 1:13:18 -0300, J. M. Albores wrote: > Greg Lehey wrote: >> >> On Sunday, 11 July 1999 at 3:32:38 -0300, J. M. Albores wrote: >>> [...] >>> I'd like to setup what in Linux is "$PS1", so the shell prompt may look >>> [userID@host /actual/path ]# >> [...] >> I think your real question is: how do I get bash as my shell? There >> are three things you need to do: >> >> 1. Install the port... >> [...] >> 2. Copy your Linux .bashrc and any other... >> [...] >> >> 3. Change your shell: run the chsh program... >> [...] > > First of all, thanks for you answer, Greg. You're welcome. > Well... In fact I had found the "chsh" command browsing man pages and I > was using /bin/sh, as I didn't find bash-VER.tgz in my CD-ROM even I > didn't do an intensive search, and I am not used to csh. > But -if it's possible in this list- I would like to ask other question: > Does C shell have any advantage over bash or sh? I was surprised that > (after a short experience with Linux) csh was the default shell for root > after FreeBSD installation! csh is the traditional Berkeley shell. It developed independently of the Bourne shell, and for a while it had (barely) better command line editing. Nowadays I can't see that it has any advantages at all. > Which is convenient for which purpose? You need a Bourne-style shell for scripts. You *can* write scripts in csh, but in practice few people do. >>> And, BTW three other questions: >>> >>> 1. I see two "profile", one in "/" as dot file, and one in "/etc" (???). >>> Is this the rule or I did something wrong? >> >> Well, you should have /etc/profile with system-wide defaults, and >> .profile in each user's home directory. That's the rule, and it's the >> same with Linux. You shouldn't have anything in /, since no user >> should have / as a home directory. >> [...] > > In my machine, every user has his own .profile at ~/ by default. > If I log as root, my /.profile is the same of /root/.profile. > > If I edit one file, the other changes too. And /.profile is NOT a > symlink to /root/.profile. (?!) It has just "common" file > permissions. I don't understand this. It could be a normal link. What do you get from this: ls -ali /.profile /root/.profile The 'i' tells ls to list the inode numbers. If they're the same, they're the same file. Some editors will write back to the same file, others, like Emacs, will create a new file. The results on the "other" file are very different. In the first case, they're still the same after editing; in the second case, the "other" file still has the old contents, and the edited file only has the new contents. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 11 23: 1:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ucsu.Colorado.EDU (ucsu.Colorado.EDU [128.138.129.83]) by hub.freebsd.org (Postfix) with ESMTP id CC52E14A14 for ; Sun, 11 Jul 1999 23:01:49 -0700 (PDT) (envelope-from doranj@ucsu.Colorado.EDU) Received: (from doranj@localhost) by ucsu.Colorado.EDU (8.9.3/8.9.3/ITS-5.0/standard) id AAA21457; Mon, 12 Jul 1999 00:00:17 -0600 (MDT) From: Jonathon Doran Message-Id: <199907120600.AAA21457@ucsu.Colorado.EDU> Subject: Re: FTP from CD-ROM To: bambang@labkom.itenas.ac.id (Sukotjo Bambang) Date: Mon, 12 Jul 1999 00:00:17 -0600 (MDT) Cc: junkmale@xtra.co.nz, freebsd-questions@FreeBSD.ORG In-Reply-To: from "Sukotjo Bambang" at Jul 12, 99 11:03:24 am X-Mailer: ELM [version 2.4 PL25] 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 already try that way and it didn't works. Please be more specific when describing your problem. What did you do, and how did it fail (error messages etc) Once the CD is mounted, ftpd shouldn't be able to distinguish it from any other read-only filesystem. I suggest that you create an FTP user, and make a symbolic link to the CD: cd ~ftp ln -s /cdrom 3.2-RELEASE (substituting the appropriate ftp user, cd-rom mount point, and release) I haven't tried this, and it would be inconvienient for me to do so right now, but I expect it would work. I would be interested in discussing any difficulties you ran into trying this. My best guess is that it would work fine. > There are any different FreeBSD source between FTP and CD-ROM? Most people ftp from writable filesystems, but this shouldn't be causing you troubles. I suspect the problem is pathnames: The installation expects the files to be in a directory named after the release you are installing. For example "3.2-RELEASE". $ ls 3.2-RELEASE XF86333 compat20 dict info tools bin compat21 doc manpages catpages compat22 floppies proflibs compat1x des games src The CDs don't have this organization, the root directory contains the contents of 3.2-RELEASE. Jon Doran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 0: 5:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id BE04214FB4 for ; Mon, 12 Jul 1999 00:05:09 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (8.9.3/8.9.3) with ESMTP id KAA17201; Mon, 12 Jul 1999 10:04:58 +0300 (EET DST) Received: by myhakas.matti.ee (Postfix, from userid 1000) id 508E71FA7; Mon, 12 Jul 1999 10:05:03 +0300 (EEST) Date: Mon, 12 Jul 1999 10:05:03 +0300 From: Vallo Kallaste To: Greg Lehey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to get rid of Sendmail DNS lookups? Message-ID: <19990712100503.A43769@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <19990710200757.A29197@myhakas.matti.ee> <19990711135644.A30695@myhakas.matti.ee> <19990712143955.H21403@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990712143955.H21403@freebie.lemis.com>; from Greg Lehey on Mon, Jul 12, 1999 at 02:39:55PM +0930 Organization: =?iso-8859-1?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 12, 1999 at 02:39:55PM +0930, Greg Lehey wrote: > > sendmail does DNS lookup when told not to do so. Weird. Any additional > > thoughts? > > I've noticed this too. Based on the documentation, it's not clear > whether it's a bug or a feature. But there used to be a configuration > variable for sendmail which would completely remove any DNS lookups in > the binary. You'll have to look in the sources to find it. You probably mean the -DNAMED_BIND=0 or the same option in the conf.h file. I tried it, set them both and built the sendmail by hand, also removed NIS and tcpwrappers support but still no joy. It's really beyond me what the sendmail does. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 0:38:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tns.phys.tue.nl (tns.phys.tue.nl [131.155.116.75]) by hub.freebsd.org (Postfix) with SMTP id 63FBD14E0E for ; Mon, 12 Jul 1999 00:38:53 -0700 (PDT) (envelope-from maurice@tns.phys.tue.nl) Received: by tns.phys.tue.nl; id AA27150; Mon, 12 Jul 1999 09:38:21 +0200 Date: Mon, 12 Jul 1999 09:38:21 +0200 (MET DST) From: Maurice Satijn To: freebsd-questions@freebsd.org Subject: bootmanager 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 l.s. The freebsd bootmanager gives the following boot-menu after installing dos and freebsd: f1 dos f2 freebsd f5 drive 0 If i now want to boot dos or bsd, i first have to choose f5, after which the following menu appears (f1 or f2 does not work at this stage): f1 dos f2 freebsd Now it is possible to boot both dos and bsd. Reinstalling the bootmanager does not change anything. What goes wrong with the installation of the bootmanager and how do I fix it. Sincerely, Maurice Satijn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 0:44:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from diogenes.ionet.net (diogenes.ionet.net [38.193.50.238]) by hub.freebsd.org (Postfix) with ESMTP id 7B4EA1520B for ; Mon, 12 Jul 1999 00:44:33 -0700 (PDT) (envelope-from malaclypse@diogenes.ionet.net) Received: from localhost (malaclypse@localhost) by diogenes.ionet.net (8.9.3/8.9.3) with ESMTP id CAA06485; Mon, 12 Jul 1999 02:44:23 -0500 (CDT) (envelope-from malaclypse@diogenes.ionet.net) Date: Mon, 12 Jul 1999 02:44:23 -0500 (CDT) From: Val Kilmer To: Maurice Satijn Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bootmanager 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 Things to know: how many hard drives do you have, and what are the partitions (not freebsd slices) on them. Cory. On Mon, 12 Jul 1999, Maurice Satijn wrote: > > l.s. > > The freebsd bootmanager gives the following boot-menu after installing dos > and freebsd: > > f1 dos > f2 freebsd > f5 drive 0 > > If i now want to boot dos or bsd, i first have to choose f5, after which > the following menu appears (f1 or f2 does not work at this stage): > > f1 dos > f2 freebsd > > Now it is possible to boot both dos and bsd. > Reinstalling the bootmanager does not change anything. > What goes wrong with the installation of the bootmanager and how do I fix > it. > > Sincerely, > > Maurice Satijn > > > > 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 Mon Jul 12 0:50:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tns.phys.tue.nl (tns.phys.tue.nl [131.155.116.75]) by hub.freebsd.org (Postfix) with SMTP id 51FAB14C98 for ; Mon, 12 Jul 1999 00:50:12 -0700 (PDT) (envelope-from maurice@tns.phys.tue.nl) Received: by tns.phys.tue.nl; id AA21656; Mon, 12 Jul 1999 09:48:53 +0200 Date: Mon, 12 Jul 1999 09:48:52 +0200 (MET DST) From: Maurice Satijn To: Val Kilmer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bootmanager 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 1 harddrive (IDE) at which: 1 unused (size 63) 1 primary dos partition 1834M 1 freebsd partition 1996M 1 unused (size 3024) the unused parts cannot be changed. > Things to know: how many hard drives do you have, and what are the > partitions (not freebsd slices) on them. > > Cory. > > On Mon, 12 Jul 1999, Maurice Satijn wrote: > > > > > l.s. > > > > The freebsd bootmanager gives the following boot-menu after installing dos > > and freebsd: > > > > f1 dos > > f2 freebsd > > f5 drive 0 > > > > If i now want to boot dos or bsd, i first have to choose f5, after which > > the following menu appears (f1 or f2 does not work at this stage): > > > > f1 dos > > f2 freebsd > > > > Now it is possible to boot both dos and bsd. > > Reinstalling the bootmanager does not change anything. > > What goes wrong with the installation of the bootmanager and how do I fix > > it. > > > > Sincerely, > > > > Maurice Satijn > > > > > > > > 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 Mon Jul 12 0:56: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from diogenes.ionet.net (diogenes.ionet.net [38.193.50.238]) by hub.freebsd.org (Postfix) with ESMTP id E828014C98 for ; Mon, 12 Jul 1999 00:55:50 -0700 (PDT) (envelope-from malaclypse@diogenes.ionet.net) Received: from localhost (malaclypse@localhost) by diogenes.ionet.net (8.9.3/8.9.3) with ESMTP id CAA06510; Mon, 12 Jul 1999 02:54:18 -0500 (CDT) (envelope-from malaclypse@diogenes.ionet.net) Date: Mon, 12 Jul 1999 02:54:18 -0500 (CDT) From: Val Kilmer To: Maurice Satijn Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bootmanager 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 What are the FreeBSD device names for them? (ex: /dev/wd0s1 /dev/wd1s1) Also, do you have a CDROM attached to this thing somewhere? Finally, is your one HD mounted as primary master? Cory. On Mon, 12 Jul 1999, Maurice Satijn wrote: > > 1 harddrive (IDE) at which: > > 1 unused (size 63) > 1 primary dos partition 1834M > 1 freebsd partition 1996M > 1 unused (size 3024) > > the unused parts cannot be changed. > > > Things to know: how many hard drives do you have, and what are the > > partitions (not freebsd slices) on them. > > > > Cory. > > > > On Mon, 12 Jul 1999, Maurice Satijn wrote: > > > > > > > > l.s. > > > > > > The freebsd bootmanager gives the following boot-menu after installing dos > > > and freebsd: > > > > > > f1 dos > > > f2 freebsd > > > f5 drive 0 > > > > > > If i now want to boot dos or bsd, i first have to choose f5, after which > > > the following menu appears (f1 or f2 does not work at this stage): > > > > > > f1 dos > > > f2 freebsd > > > > > > Now it is possible to boot both dos and bsd. > > > Reinstalling the bootmanager does not change anything. > > > What goes wrong with the installation of the bootmanager and how do I fix > > > it. > > > > > > Sincerely, > > > > > > Maurice Satijn > > > > > > > > > > > > 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 Mon Jul 12 0:57:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tns.phys.tue.nl (tns.phys.tue.nl [131.155.116.75]) by hub.freebsd.org (Postfix) with SMTP id 93AE9151AF for ; Mon, 12 Jul 1999 00:57:06 -0700 (PDT) (envelope-from maurice@tns.phys.tue.nl) Received: by tns.phys.tue.nl; id AA13653; Mon, 12 Jul 1999 09:57:00 +0200 Date: Mon, 12 Jul 1999 09:57:00 +0200 (MET DST) From: Maurice Satijn To: Val Kilmer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bootmanager 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 > What are the FreeBSD device names for them? (ex: /dev/wd0s1 /dev/wd1s1) > Also, do you have a CDROM attached to this thing somewhere? > Finally, is your one HD mounted as primary master? 1 harddrive (IDE) at which: 1 unused (size 63) 1 primary dos partition 1834M /dev/wd0s1 1 freebsd partition 1996M /dev/wd0s2 1 unused (size 3024) CDROM is attached, in BIOS is HD primary master, CDROM secondary. the unused parts cannot be changed. > > > > > Things to know: how many hard drives do you have, and what are the > > > partitions (not freebsd slices) on them. > > > > > > Cory. > > > > > > On Mon, 12 Jul 1999, Maurice Satijn wrote: > > > > > > > > > > > l.s. > > > > > > > > The freebsd bootmanager gives the following boot-menu after installing dos > > > > and freebsd: > > > > > > > > f1 dos > > > > f2 freebsd > > > > f5 drive 0 > > > > > > > > If i now want to boot dos or bsd, i first have to choose f5, after which > > > > the following menu appears (f1 or f2 does not work at this stage): > > > > > > > > f1 dos > > > > f2 freebsd > > > > > > > > Now it is possible to boot both dos and bsd. > > > > Reinstalling the bootmanager does not change anything. > > > > What goes wrong with the installation of the bootmanager and how do I fix > > > > it. > > > > > > > > Sincerely, > > > > > > > > Maurice Satijn > > > > > > > > > > > > > > > > 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 Mon Jul 12 1:14:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id B5D54151FC for ; Mon, 12 Jul 1999 01:14:30 -0700 (PDT) (envelope-from thierry.herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id JAA04385 for ; Mon, 12 Jul 1999 09:11:01 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id KAA08284 for ; Mon, 12 Jul 1999 10:08:13 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id JAA12848 for ; Mon, 12 Jul 1999 09:53:25 +0200 (MEST) Received: from alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id KAA19574; Mon, 12 Jul 1999 10:00:38 +0200 (MET DST) Message-ID: <3789A17D.55EB8A8D@alcatel.fr> Date: Mon, 12 Jul 1999 10:04:13 +0200 From: Thierry Herbelot Organization: ALCATEL CIT Nanterre X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 Cc: questions@FreeBSD.ORG Subject: Re: How do I build KDE 1.1.1 ? (FIXED) References: <3788CFC3.E7A24B63@cybercable.fr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, The problem was most likely due to a bad repository or a wrong cvs update (from my local cvs repository). As told by jseger, I nuked the jpeg directory in both the repository and the checked out ports tree, then cvsupped. In the meantime, I installed from the precompiled package (then I finished compiling KDE) TfH Thierry Herbelot wrote: > > Hello, > > I'm trying to compile KDE 1.1.1 from the ports on a recently updated > 3.2-Stable machine. > > I've cvsupped the ports tree, so I should be as close to the latest > Stable as possible. > > Anyway, I'm blocked on building the jpeg library : > the patch-aa file is obsolete and targets a different makefile.cfg than > the the present one (makefile.cfg.orig Tue Jul 25 03:07:32 1995 vs Mar > 21 1998) > > I've tried to modify patch-aa (see enclosed patch-ad) but I'm still > blocked : I can't compile the example programs. I've tried to compile > the library from the install script (the one included in the > distribution, using autoconf), but this script does not register the > package nor builds the shared library. > > TIA > > TfH > > PS : this is for my new beast : an ABIT BP6 with two Cel-333 (which are > not yet o'clocked : I'll fetch some thermal grease tomorrow) - works > like a charm > > ------------------------------------------------------------------------ > *** makefile.cfg.orig Tue Jul 25 03:07:32 1995 > --- makefile.cfg Wed Oct 4 05:50:21 1995 > *************** > *** 115,121 **** > TROBJECTS= jpegtran.$(O) rdswitch.$(O) cdjpeg.$(O) transupp.$(O) > > > ! all: @A2K_DEPS@ libjpeg.$(A) cjpeg djpeg jpegtran rdjpgcom wrjpgcom > > # Special compilation rules to support ansi2knr and libtool. > .SUFFIXES: .lo .la > --- 115,121 ---- > TROBJECTS= jpegtran.$(O) rdswitch.$(O) cdjpeg.$(O) transupp.$(O) > > > ! all: @A2K_DEPS@ libjpeg.$(A) libjpeg.so.9.0 cjpeg djpeg jpegtran rdjpgcom wrjpgcom > > # Special compilation rules to support ansi2knr and libtool. > .SUFFIXES: .lo .la > *************** > *** 124,129 **** > --- 124,134 ---- > @ISANSICOM@ $(RM) T$*.c $*.o > @ISANSICOM@ $(MV) T$*.o $*.o > > + .SUFFIXES: .c .so .o > + > + .c.so: > + ${CC} -fpic -DPIC ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET} > + > ansi2knr: ansi2knr.c > $(CC) $(CFLAGS) $(ANSI2KNRFLAGS) -o ansi2knr $(srcdir)/ansi2knr.c > > *************** > *** 132,145 **** > > # sample programs: > > ! cjpeg: $(COBJECTS) libjpeg.$(A) > ! $(LN) $(LDFLAGS) -o cjpeg $(COBJECTS) libjpeg.$(A) $(LDLIBS) > > ! djpeg: $(DOBJECTS) libjpeg.$(A) > ! $(LN) $(LDFLAGS) -o djpeg $(DOBJECTS) libjpeg.$(A) $(LDLIBS) > > ! jpegtran: $(TROBJECTS) libjpeg.$(A) > ! $(LN) $(LDFLAGS) -o jpegtran $(TROBJECTS) libjpeg.$(A) $(LDLIBS) > > rdjpgcom: rdjpgcom.$(O) > $(LN) $(LDFLAGS) -o rdjpgcom rdjpgcom.$(O) $(LDLIBS) > --- 137,153 ---- > > # sample programs: > > ! libjpeg.so.9.0: $(LIBOBJECTS:S/lo$/so/g) > ! ld -Bshareable -o libjpeg.so.9.0 $(LIBOBJECTS:S/lo$/so/g) > ! > ! cjpeg: $(COBJECTS) libjpeg.so.9.0 > ! $(LN) $(LDFLAGS) -o cjpeg $(COBJECTS) \ > ! -L/usr/ports/graphics/jpeg/work/jpeg-6b -ljpeg $(LDLIBS) > > ! djpeg: $(DOBJECTS) libjpeg.so.9.0 > ! $(LN) $(LDFLAGS) -o djpeg $(DOBJECTS) \ > ! -L/usr/ports/graphics/jpeg/work/jpeg-6b -ljpeg $(LDLIBS) > > ! jpegtran: $(TROBJECTS) libjpeg.so.9.0 > ! $(LN) $(LDFLAGS) -o jpegtran $(TROBJECTS) \ > ! -L/usr/ports/graphics/jpeg/work/jpeg-6b -ljpeg $(LDLIBS) > > rdjpgcom: rdjpgcom.$(O) > $(LN) $(LDFLAGS) -o rdjpgcom rdjpgcom.$(O) $(LDLIBS) > *************** > *** 164,171 **** > $(INSTALL_DATA) $(srcdir)/rdjpgcom.1 $(mandir)/$(manprefix)rdjpgcom.$(manext) > $(INSTALL_DATA) $(srcdir)/wrjpgcom.1 $(mandir)/$(manprefix)wrjpgcom.$(manext) > > ! install-lib: libjpeg.$(A) install-headers > $(INSTALL_LIB) libjpeg.$(A) $(libdir)/$(binprefix)libjpeg.$(A) > > install-headers: jconfig.h > $(INSTALL_DATA) jconfig.h $(includedir)/jconfig.h > --- 172,181 ---- > $(INSTALL_DATA) $(srcdir)/rdjpgcom.1 $(mandir)/$(manprefix)rdjpgcom.$(manext) > $(INSTALL_DATA) $(srcdir)/wrjpgcom.1 $(mandir)/$(manprefix)wrjpgcom.$(manext) > > ! install-lib: libjpeg.$(A) libjpeg.so.7.0 install-headers > ! $(INSTALL_LIB) libjpeg.so.7.0 $(libdir)/$(binprefix)libjpeg.so.7.0 > $(INSTALL_LIB) libjpeg.$(A) $(libdir)/$(binprefix)libjpeg.$(A) > + ranlib $(libdir)/$(binprefix)libjpeg.a > > install-headers: jconfig.h > $(INSTALL_DATA) jconfig.h $(includedir)/jconfig.h > *************** > *** 202,207 **** > --- 212,266 ---- > # GNU Make likes to know which target names are not really files to be made: > .PHONY: all install install-lib install-headers clean distribute test check > > + jcapimin.so: jcapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jcapistd.so: jcapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jccoefct.so: jccoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jccolor.so: jccolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jcdctmgr.so: jcdctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h > + jchuff.so: jchuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jchuff.h > + jcinit.so: jcinit.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jcmainct.so: jcmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jcmarker.so: jcmarker.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jcmaster.so: jcmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jcomapi.so: jcomapi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jcparam.so: jcparam.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jcphuff.so: jcphuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jchuff.h > + jcprepct.so: jcprepct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jcsample.so: jcsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jctrans.so: jctrans.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jdapimin.so: jdapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jdapistd.so: jdapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jdatadst.so: jdatadst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h > + jdatasrc.so: jdatasrc.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h > + jdcoefct.so: jdcoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jdcolor.so: jdcolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jddctmgr.so: jddctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h > + jdhuff.so: jdhuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdhuff.h > + jdinput.so: jdinput.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jdmainct.so: jdmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jdmarker.so: jdmarker.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jdmaster.so: jdmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jdmerge.so: jdmerge.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jdphuff.so: jdphuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdhuff.h > + jdpostct.so: jdpostct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jdsample.so: jdsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jdtrans.so: jdtrans.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jerror.so: jerror.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jversion.h jerror.h > + jfdctflt.so: jfdctflt.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h > + jfdctfst.so: jfdctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h > + jfdctint.so: jfdctint.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h > + jidctflt.so: jidctflt.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h > + jidctfst.so: jidctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h > + jidctint.so: jidctint.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h > + jidctred.so: jidctred.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h > + jquant1.so: jquant1.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jquant2.so: jquant2.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jutils.so: jutils.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > + jmemmgr.so: jmemmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h > + jmemansi.so: jmemansi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h > + jmemname.so: jmemname.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h > + jmemnobs.so: jmemnobs.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h > + jmemdos.so: jmemdos.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h > > jcapimin.o: jcapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h > jcapistd.o: jcapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 1:29:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web601.yahoomail.com (web1106.mail.yahoo.com [128.11.23.126]) by hub.freebsd.org (Postfix) with SMTP id 9450C151D0 for ; Mon, 12 Jul 1999 01:29:48 -0700 (PDT) (envelope-from csgnoh@yahoo.com) Message-ID: <19990712082802.4120.rocketmail@web601.yahoomail.com> Received: from [208.170.104.66] by web1106.mail.yahoo.com; Mon, 12 Jul 1999 01:28:02 PDT Date: Mon, 12 Jul 1999 01:28:02 -0700 (PDT) From: Gnoh Chee Seng Subject: Using the Up Arrow Key to recall previous commands 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, First of all I hope I am directing my question to the correct place. I am new to FreeBSD. I have one question which I hope you can help me out with. After installing FreeBSD 3.1, I am unable to recall previous commands at the prompt through the Up Arrow Key. Is there any way I can configure this? Thanks. Best regards, Chee Seng (email: csgnoh@yahoo.com) PS: I am unable to access the newsgroups from my machine, please reply to me directly. Thanks. === Best regards, Chee Seng (e-mail: csgnoh@yahoo.com) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://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 Mon Jul 12 1:45:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id E0BAD14CEB for ; Mon, 12 Jul 1999 01:44:56 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id LAA13029; Mon, 12 Jul 1999 11:44:17 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <3789AADB.F1FBE8EA@prime.net.ua> Date: Mon, 12 Jul 1999 11:44:13 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: Gnoh Chee Seng Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Using the Up Arrow Key to recall previous commands References: <19990712082802.4120.rocketmail@web601.yahoomail.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tcsh from ports is ur friend. Gnoh Chee Seng wrote: > Hi, > > First of all I hope I am directing my question to the > correct place. I am new to FreeBSD. I have one > question which I hope you can help me out with. > > After installing FreeBSD 3.1, I am unable to recall > previous commands at the prompt through the Up Arrow > Key. Is there any way I can configure this? Thanks. > > Best regards, > > Chee Seng > (email: csgnoh@yahoo.com) > > PS: I am unable to access the newsgroups from my > machine, please reply to me directly. Thanks. > > === > Best regards, > > Chee Seng > > (e-mail: csgnoh@yahoo.com) > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- WBW Andy V. Oleynik (When U work in virtual office prime.net.ua's U have good chance to obtain system administrator virtual money Ж%-) +380442448363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 1:55: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194]) by hub.freebsd.org (Postfix) with ESMTP id 27B0D14BE4 for ; Mon, 12 Jul 1999 01:55:02 -0700 (PDT) (envelope-from jeppe@partitur.se) Received: from partitur.se (xylofon.partitur.se [193.219.246.251]) by bastuba.partitur.se (8.8.8/8.8.8) with ESMTP id KAA17169 for ; Mon, 12 Jul 1999 10:54:08 +0200 (CEST) (envelope-from jeppe@partitur.se) Message-ID: <3789AD30.859BE14C@partitur.se> Date: Mon, 12 Jul 1999 10:54:08 +0200 From: Jesper =?iso-8859-1?Q?Blomstr=F6m?= Organization: KTH/Partitur X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: MBR-problem 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, I╢ve got a problem with my MBR. I have installed FreeBSD on a separate disk (IDE) but my boot manager refuses to boot windows, which is located on my other disk ( also IDE ). I have set my FreeBSD disk to master and the windows disk to slave and when I boot the FreeBSD disk I get the option to choose either F1 or F5 ( FreeBSD/Disk 1 ). Unfortunately ( or perhaps fortunately, if you ask FreeBSD ) it has no effect when I choose Disk 1, that is Windows. I╢ve checked my BIOS and in which order it boots my disks and I get Windows to work if I tell BIOS to boot the windows disk first, but then of course I can╢t choose between the operating systems. What shall I do to make the boot manager work properly? I use the MBR which comes along with the FreeBSD package. Besides this FreeBSD works perfect. Many thanks from a sunny Sweden / Jeppe - 500 tesla and rising To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 2: 2: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from diogenes.ionet.net (diogenes.ionet.net [38.193.50.238]) by hub.freebsd.org (Postfix) with ESMTP id 9686D14BDE for ; Mon, 12 Jul 1999 02:01:51 -0700 (PDT) (envelope-from malaclypse@diogenes.ionet.net) Received: from localhost (malaclypse@localhost) by diogenes.ionet.net (8.9.3/8.9.3) with ESMTP id EAA06744; Mon, 12 Jul 1999 04:00:48 -0500 (CDT) (envelope-from malaclypse@diogenes.ionet.net) Date: Mon, 12 Jul 1999 04:00:48 -0500 (CDT) From: Val Kilmer To: Maurice Satijn Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bootmanager 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 This is REALLY weird. You may want to try doing a 'sh MAKEDEV wd0' as root, but that does seem kind of risky. I'd only really try that if no one else is able to make any other suggestions. Sorry I couldn't be of more help, Cory. On Mon, 12 Jul 1999, Maurice Satijn wrote: > > > What are the FreeBSD device names for them? (ex: /dev/wd0s1 /dev/wd1s1) > > Also, do you have a CDROM attached to this thing somewhere? > > Finally, is your one HD mounted as primary master? > > 1 harddrive (IDE) at which: > > 1 unused (size 63) > 1 primary dos partition 1834M /dev/wd0s1 > 1 freebsd partition 1996M /dev/wd0s2 > 1 unused (size 3024) > > CDROM is attached, in BIOS is HD primary master, CDROM secondary. > > the unused parts cannot be changed. > > > > > > > Things to know: how many hard drives do you have, and what are the > > > > partitions (not freebsd slices) on them. > > > > > > > > Cory. > > > > > > > > On Mon, 12 Jul 1999, Maurice Satijn wrote: > > > > > > > > > > > > > > l.s. > > > > > > > > > > The freebsd bootmanager gives the following boot-menu after installing dos > > > > > and freebsd: > > > > > > > > > > f1 dos > > > > > f2 freebsd > > > > > f5 drive 0 > > > > > > > > > > If i now want to boot dos or bsd, i first have to choose f5, after which > > > > > the following menu appears (f1 or f2 does not work at this stage): > > > > > > > > > > f1 dos > > > > > f2 freebsd > > > > > > > > > > Now it is possible to boot both dos and bsd. > > > > > Reinstalling the bootmanager does not change anything. > > > > > What goes wrong with the installation of the bootmanager and how do I fix > > > > > it. > > > > > > > > > > Sincerely, > > > > > > > > > > Maurice Satijn > > > > > > > > > > > > > > > > > > > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 2: 5:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id 1A05C14BDE for ; Mon, 12 Jul 1999 02:05:25 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Mon, 12 Jul 1999 11:08:24 +0200 Message-ID: <55586E7391ACD211B9730000C11002761796EC@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: =?iso-8859-1?Q?=27Jesper_Blomstr=F6m=27?= , freebsd-questions@FreeBSD.ORG Subject: RE: MBR-problem Date: Mon, 12 Jul 1999 11:02:13 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) 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----- > From: Jesper Blomstr=F6m [SMTP:jeppe@partitur.se] > Sent: Monday, July 12, 1999 10:54 AM > To: freebsd-questions@FreeBSD.ORG > Subject: MBR-problem >=20 > Hi, >=20 > I=B4ve got a problem with my MBR. I have installed FreeBSD on a = separate > disk (IDE) but my boot manager refuses to boot windows, which is > located > on my other disk ( also IDE ). [ML] Windows doesn't like booting from non-primary disk. There are ways to fudge around it, but the easiest way is making the windows disk the primary (read: master) and FreeBSD the secondary (read: slave) disk. Then, you should install the booteasy on the windows disk as well, and it will give you the option of booting from Disk 1, which = will call the booteasy on the secondary disk giving you the option to boot FreeBSD. Booteasy is in the tools directory of the CD. You will need to go in "single application mode" of Windows in order to install it. > / Jeppe - 500 tesla and rising [ML] Jesus, how do you do that? This should be enough to totally ionize anything which happens to pass nearby the field. = Talking about a disintegrator :) /Marino > 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 Mon Jul 12 2: 9: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay.mail.pipex.net (relay.mail.pipex.net [158.43.128.38]) by hub.freebsd.org (Postfix) with SMTP id 5C78414BDE for ; Mon, 12 Jul 1999 02:08:54 -0700 (PDT) (envelope-from khurram.khan@coats-viyella.com) Received: (qmail 15110 invoked from network); 12 Jul 1999 08:58:18 -0000 Received: from unknown (HELO coats-viyella.com) (194.202.252.253) by relay.mail.pipex.net with SMTP; 12 Jul 1999 08:58:18 -0000 Received: from ccMail by coats-viyella.com (ccMail Link to SMTP R8.30.00.7) id AA931769727; Mon, 12 Jul 1999 09:55:54 GMT Message-Id: <9907129317.AA931769727@coats-viyella.com> X-Mailer: ccMail Link to SMTP R8.30.00.7 Date: Mon, 12 Jul 1999 09:58:49 GMT From: "Khurram KHAN" To: Subject: Y2K Compliance ! MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Description: "cc:Mail Note Part" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Support, We are using FreeBSD v2.2.5, would like to know if a Y2K patch is available or if all Y2k bugs are fixed in the new version i.e 3.0 or v4.0. Please advise what can be done to ensure that the FreeBSD we are using is Y2k Compliant, thanks. Regards Khurram To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 2: 9:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 6DB4414D47 for ; Mon, 12 Jul 1999 02:09:10 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id SAA05237; Mon, 12 Jul 1999 18:38:39 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id SAA36645; Mon, 12 Jul 1999 18:38:38 +0930 (CST) Date: Mon, 12 Jul 1999 18:38:37 +0930 From: Greg Lehey To: "Andy V. Oleynik" Cc: Gnoh Chee Seng , freebsd-questions@FreeBSD.ORG Subject: Re: Using the Up Arrow Key to recall previous commands Message-ID: <19990712183837.M21403@freebie.lemis.com> References: <19990712082802.4120.rocketmail@web601.yahoomail.com> <3789AADB.F1FBE8EA@prime.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <3789AADB.F1FBE8EA@prime.net.ua>; from Andy V. Oleynik on Mon, Jul 12, 1999 at 11:44:13AM +0300 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 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 12 July 1999 at 11:44:13 +0300, Andy V. Oleynik wrote: > Gnoh Chee Seng wrote: >> Hi, >> >> First of all I hope I am directing my question to the >> correct place. I am new to FreeBSD. I have one >> question which I hope you can help me out with. >> >> After installing FreeBSD 3.1, I am unable to recall >> previous commands at the prompt through the Up Arrow >> Key. Is there any way I can configure this? Thanks. >> >> Best regards, >> >> Chee Seng >> (email: csgnoh@yahoo.com) >> >> PS: I am unable to access the newsgroups from my >> machine, please reply to me directly. Thanks. > > tcsh from ports is ur friend. Most people would probably prefer bash to tcsh. It's also in the Ports Collection. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 2:10:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 81C1D14BDE for ; Mon, 12 Jul 1999 02:10:50 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id SAA05252; Mon, 12 Jul 1999 18:40:44 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id SAA36676; Mon, 12 Jul 1999 18:40:44 +0930 (CST) Date: Mon, 12 Jul 1999 18:40:44 +0930 From: Greg Lehey To: Khurram KHAN Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Y2K Compliance ! Message-ID: <19990712184044.N21403@freebie.lemis.com> References: <9907129317.AA931769727@coats-viyella.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <9907129317.AA931769727@coats-viyella.com>; from Khurram KHAN on Mon, Jul 12, 1999 at 09:58:49AM +0000 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 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 12 July 1999 at 9:58:49 +0000, Khurram KHAN wrote: > Dear Support, > > We are using FreeBSD v2.2.5, would like to know if a Y2K patch is > available or if all Y2k bugs are fixed in the new version i.e 3.0 or > v4.0. Please advise what can be done to ensure that the FreeBSD we > are using is Y2k Compliant, thanks. Nobody is supporting FreeBSD version 2 any more. If you need any fixes, migrate to FreeBSD 3.2. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 2:15:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194]) by hub.freebsd.org (Postfix) with ESMTP id 6E8E714D47 for ; Mon, 12 Jul 1999 02:15:48 -0700 (PDT) (envelope-from jeppe@partitur.se) Received: from partitur.se (xylofon.partitur.se [193.219.246.251]) by bastuba.partitur.se (8.8.8/8.8.8) with ESMTP id LAA17351; Mon, 12 Jul 1999 11:15:37 +0200 (CEST) (envelope-from jeppe@partitur.se) Message-ID: <3789B238.3CC4FE49@partitur.se> Date: Mon, 12 Jul 1999 11:15:36 +0200 From: Jesper =?iso-8859-1?Q?Blomstr=F6m?= Organization: KTH/Partitur X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Val Kilmer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bootmanager References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Val Kilmer wrote: > This is REALLY weird. You may want to try doing a 'sh MAKEDEV wd0' as > root, but that does seem kind of risky. I'd only really try that if no one > else is able to make any other suggestions. > > Sorry I couldn't be of more help, > > Cory. > > On Mon, 12 Jul 1999, Maurice Satijn wrote: > > > > > > What are the FreeBSD device names for them? (ex: /dev/wd0s1 /dev/wd1s1) > > > Also, do you have a CDROM attached to this thing somewhere? > > > Finally, is your one HD mounted as primary master? > > > > 1 harddrive (IDE) at which: > > > > 1 unused (size 63) > > 1 primary dos partition 1834M /dev/wd0s1 > > 1 freebsd partition 1996M /dev/wd0s2 > > 1 unused (size 3024) > > > > CDROM is attached, in BIOS is HD primary master, CDROM secondary. > > > > the unused parts cannot be changed. > > > > > > > > > Things to know: how many hard drives do you have, and what are the > > > > > partitions (not freebsd slices) on them. > > > > > > > > > > Cory. > > > > > > > > > > On Mon, 12 Jul 1999, Maurice Satijn wrote: > > > > > > > > > > > > > > > > > l.s. > > > > > > > > > > > > The freebsd bootmanager gives the following boot-menu after installing dos > > > > > > and freebsd: > > > > > > > > > > > > f1 dos > > > > > > f2 freebsd > > > > > > f5 drive 0 > > > > > > > > > > > > If i now want to boot dos or bsd, i first have to choose f5, after which > > > > > > the following menu appears (f1 or f2 does not work at this stage): > > > > > > > > > > > > f1 dos > > > > > > f2 freebsd > > > > > > > > > > > > Now it is possible to boot both dos and bsd. > > > > > > Reinstalling the bootmanager does not change anything. > > > > > > What goes wrong with the installation of the bootmanager and how do I fix > > > > > > it. > > > > > > > > > > > > Sincerely, > > > > > > > > > > > > Maurice Satijn > > > > > > > > > > > > > > > > > > > > > > > > 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 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Why would this operation be risky? Does it do anything else than making files? Thanks for your fast reply! / Jeppe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 2:21:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id 0F0DC14D8F for ; Mon, 12 Jul 1999 02:21:16 -0700 (PDT) (envelope-from MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com) Received: from isoit644.bbn.hp.com (root@isoit644.bbn.hp.com [15.136.88.78]) by palrel3.hp.com (8.8.6 (PHNE_17135)/8.8.5tis) with ESMTP id CAA21724; Mon, 12 Jul 1999 02:20:47 -0700 (PDT) From: MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com Received: from localhost (root@localhost) by isoit644.bbn.hp.com (8.8.6 (PHNE_14041)/8.8.6 TIS Openmail) with SMTP id LAA09620; Mon, 12 Jul 1999 11:20:45 +0200 (METDST) X-OpenMail-Hops: 1 Date: Mon, 12 Jul 1999 11:20:24 +0200 Message-Id: Subject: RE: After power failure X does not start MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Cc: brett@peloton.physics.montana.edu Content-Type: text/plain; charset=US-ASCII; name="BDY.TXT" Content-Disposition: inline; filename="BDY.TXT" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tried this and more (as suggested) by cleaning the /tmp directory completely, as well as /var/temp, but to no avail! It the problem is not caused by a lock file, what else could it be? Michael -----Original Message----- From: brett@peloton.physics.montana.edu [mailto:brett@peloton.physics.montana.edu] Sent: Friday, July 09, 1999 5:46 PM To: HEITMEIER, MICHAEL /HP-GERMANY,om12 Cc: brett@peloton.physics.montana.edu; andyo@prime.net.ua; freebsd-questions@FreeBSD.ORG Subject: RE: After power failure X does not start HI, On Fri, 9 Jul 1999 MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com wrote: > as I expected, no X process after booting! If you have any other ideas > please let me know. What I have not tried yet is reinstalling X, or is > that too much of a M$ concept...? :-) If the power dropped out, you probably still have a lock file on X right now. Do an 'ls -l /tmp' and see if there's a .X0-lock file - if so delete it and try to start up X. Brett 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 Mon Jul 12 3:23:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from paucits.itb.ac.id (cits.ITB.ac.id [167.205.21.108]) by hub.freebsd.org (Postfix) with SMTP id 06FC314C8E for ; Mon, 12 Jul 1999 03:23:20 -0700 (PDT) (envelope-from padli@paucits.itb.ac.id) Received: (qmail 358 invoked by uid 1011); 10 Jul 1999 13:42:17 -0000 Date: 10 Jul 1999 13:42:17 -0000 Message-ID: <19990710134217.357.qmail@paucits.itb.ac.id> From: padli@paucits.itb.ac.id To: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-URL: http://www.freebsd.org/support.html X-Mailer: Lynx, Version 2.8.1rel.2 Subject: http://www.freebsd.org/support.html Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG subscribe freebsd-question@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 4: 5:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from copper.singnet.com.sg (copper.singnet.com.sg [165.21.7.30]) by hub.freebsd.org (Postfix) with ESMTP id 8507014C8E for ; Mon, 12 Jul 1999 04:05:16 -0700 (PDT) (envelope-from hsengyip@mbox3.singnet.com.sg) Received: from oasis (qtns02008.singnet.com.sg [165.21.164.198]) by copper.singnet.com.sg (8.9.1a/8.9.1) with SMTP id TAA18609 for ; Mon, 12 Jul 1999 19:05:14 +0800 (SGT) Message-ID: <005501becc56$a6db5b80$c6a415a5@oasis> Reply-To: "Ho Seng Yip" From: "Ho Seng Yip" To: "FreeBSD Questions" Subject: Ktrace Date: Mon, 12 Jul 1999 19:06:02 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="x-user-defined" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Can anyone point to me how I can tell ' ktrace ' not to follow forks when tracing a process? I can't seem to see that parameter in the manual pages. Thank you. Regards, Seng Yip To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 4:42:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.is.co.za (mercury.is.co.za [196.4.160.222]) by hub.freebsd.org (Postfix) with ESMTP id 89A3514DE3 for ; Mon, 12 Jul 1999 04:42:27 -0700 (PDT) (envelope-from marcs@icon.co.za) Received: from admin.is.co.za (admin.is.co.za [196.23.0.9]) by mercury.is.co.za (8.9.3/8.9.3) with ESMTP id NAA17631 for ; Mon, 12 Jul 1999 13:41:09 +0200 Received: from gummi.is.co.za (gummi.is.co.za [196.23.0.47]) by admin.is.co.za (8.8.6/8.7.3/ISsubsidiary#1) with ESMTP id NAA06822 for ; Mon, 12 Jul 1999 13:42:20 +0200 (GMT) Date: Mon, 12 Jul 1999 13:51:11 +0200 (SAST) From: Marc Silver X-Sender: marcs@gummi.is.co.za To: freebsd-questions@freebsd.org Subject: Format...?? 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, I have been browsing around in the Handbook and FAQ, but I can't seem to find any information on how to "format" a floppy disc. Could someone please mail me the command?? Please mail me back directly as I am not on the mailing list. Thanks, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 4:52:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from blues.ghis.net (pppc2-118.eisa.net.au [203.166.251.238]) by hub.freebsd.org (Postfix) with ESMTP id 8DE9D14EB3 for ; Mon, 12 Jul 1999 04:52:24 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id VAA65931; Mon, 12 Jul 1999 21:51:12 +1000 (EST) (envelope-from jim) Date: Mon, 12 Jul 1999 21:51:12 +1000 From: Jim Mock To: Marc Silver Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Format...?? Message-ID: <19990712215112.A65897@blues.ghis.net> Reply-To: jim@blues.ghis.net References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.3i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 12 Jul 1999 at 13:51:11 +0200, Marc Silver wrote: > Hi all, > > I have been browsing around in the Handbook and FAQ, but I can't > seem to find any information on how to "format" a floppy disc. > Could someone please mail me the command?? Please mail me back > directly as I am not on the mailing list. Take a look at http://www.freebsddiary.org/freebsd/floppy.htm -- - Jim Mock - jim@blues.ghis.net - systems administrator - ghis.NET - - work: http://www.ghis.net/ - personal: http://www.ghis.net/~jim/ - - FreeBSD 'zine: http://www.freebsdzine.org/ - jim@freebsdzine.org - - FreeBSD: http://advocacy.freebsd.org/ - jim@advocacy.FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 5:48:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from arc.netlab.sk (arc.netlab.sk [195.168.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 1186E14DAF for ; Mon, 12 Jul 1999 05:48:09 -0700 (PDT) (envelope-from tps@arc.netlab.sk) Received: from localhost (tps@localhost) by arc.netlab.sk (8.9.3/8.9.3) with SMTP id OAA06088; Mon, 12 Jul 1999 14:47:12 +0200 (CEST) Date: Mon, 12 Jul 1999 14:47:12 +0200 (CEST) From: Tomas TPS Ulej To: Mikhail Ramendik Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Pascal? In-Reply-To: <008401becb08$1d506ee0$682022d4@ramendik> Message-ID: Company: TELENOR Internet Slovakia MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Download ftp://netlab.sk/pub/fpc/fpc-port.tgz -- tps@fpc.sk On Sat, 10 Jul 1999, Mikhail Ramendik wrote: > Hello! > > Is there a version of Pascal running well on FreeBSD? (is it GPC? FPC?) How > can I build it? > > Yours in Christ, Mikhail Ramendik > > > > > 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 Mon Jul 12 5:49:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.il.home.com (ha1.rdc1.il.home.com [24.2.1.66]) by hub.freebsd.org (Postfix) with ESMTP id 73F6114DAF for ; Mon, 12 Jul 1999 05:49:16 -0700 (PDT) (envelope-from cpeters2@home.com) Received: from charles ([24.4.115.200]) by mail.rdc1.il.home.com (InterMail v4.01.01.00 201-229-111) with SMTP id <19990712124915.EJXN8809.mail.rdc1.il.home.com@charles> for ; Mon, 12 Jul 1999 05:49:15 -0700 Reply-To: From: "Charles A. Peters" To: Subject: version 2.2.8-stable -vs- version 3.2-stable (what's the advantage to going to 3.2-stable) Date: Mon, 12 Jul 1999 08:44:38 -0400 Message-ID: <000201becc64$4dd8c3c0$0700a8c0@charles.domain> 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 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Question: What is the major difference in going to 3.2-stable, as opposed to staying with 2.2.8-stable? I am thinking about upgrading my 2.2.8-stable server to 3.2-stable (actually a complete reinstall), and wanted to know what the advantages/disadvantages are. Thanks in advance! charles cpeters2@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 5:59:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from amanda.swlct.sthames.nhs.uk (hide14.nhs.uk [194.6.81.14]) by hub.freebsd.org (Postfix) with ESMTP id 3ADF314D26; Mon, 12 Jul 1999 05:59:11 -0700 (PDT) (envelope-from greg@swlct.sthames.nhs.uk) Received: from greg (gquinlan.qmpgmc.ac.uk [194.81.0.56]) by amanda.swlct.sthames.nhs.uk (8.9.3/8.9.3) with SMTP id NAA59745; Mon, 12 Jul 1999 13:53:45 +0100 (BST) Message-ID: <00af01becc65$ef6fd740$380051c2@qmpgmc.ac.uk> Reply-To: "Greg Quinlan" From: "Greg Quinlan" To: Cc: Subject: Accelerated X - Feedback? Date: Mon, 12 Jul 1999 13:56:19 +0100 Organization: Queen Mary's Hospital (SWLCT) 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 I am looking for some feedback from people using Accelerated-X. Is it the way to go? I have problems with configuring my ATI All-in-One Wonder Pro (Rage Pro) (+Creative Voodoo 2 12MB) and just want a good graphical user interface. I have looked at Window-maker (0.60) but I just can not get it to work above 8bit colours and at low res. ;( Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 6: 4:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web305.yahoomail.com (web305.yahoomail.com [205.180.60.187]) by hub.freebsd.org (Postfix) with SMTP id 2844014D26 for ; Mon, 12 Jul 1999 06:04:51 -0700 (PDT) (envelope-from afand1@yahoo.com) Message-ID: <19990712130336.27428.rocketmail@web305.yahoomail.com> Received: from [167.205.22.123] by web305.yahoomail.com; Mon, 12 Jul 1999 06:03:35 PDT Date: Mon, 12 Jul 1999 06:03:35 -0700 (PDT) From: -commandos- Subject: seting.... To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-1804289383-931784615=:27190" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --0-1804289383-931784615=:27190 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline can you explain to me, how to change irq and i/o ethernet card. I use freebsd version 3.1 in last version we can use -c at boot time and go to visual mode, but not in 3.1 version. thank you for your hospitality. afandi student of Physics Department, ITB _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com --0-1804289383-931784615=:27190 Content-Type: message/rfc822 X-Apparently-To: afand1@yahoo.com via mdd302.yahoomail.com Received: from unknown (HELO mmsserver4.mmsys.com) (204.178.73.71) by mta110.yahoomail.com with SMTP; 7 Jul 1999 23:47:01 -0700 Received: by MMSSERVER4 with Internet Mail Service (5.0.1460.8) id ; Thu, 8 Jul 1999 01:46:52 -0500 Message-ID: <1198922DA6A4D1118C0C006008CD6C7C31B603@MMSSERVER4> From: System Database To: "'afand1@yahoo.com'" Subject: Catalog Request Date: Thu, 8 Jul 1999 01:46:51 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: multipart/mixed; boundary="---- =_NextPart_000_01BEC90D.A8B39AD0" Content-Length: 953 This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------ =_NextPart_000_01BEC90D.A8B39AD0 Content-Type: text/plain Your Catalog Request Has Been received. Thank You <> ------ =_NextPart_000_01BEC90D.A8B39AD0 Content-Type: text/plain; name="Catalog.txt" Content-Disposition: attachment; filename="Catalog.txt" From: afand1@yahoo.com firman afandi Address jl. taman hewan no:177/56 bandung indonesia Phone # 5426786 Org. school ------ =_NextPart_000_01BEC90D.A8B39AD0-- --0-1804289383-931784615=:27190-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 6:10:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.il.home.com (ha1.rdc1.il.home.com [24.2.1.66]) by hub.freebsd.org (Postfix) with ESMTP id DC33614D26 for ; Mon, 12 Jul 1999 06:10:46 -0700 (PDT) (envelope-from cpeters2@home.com) Received: from charles ([24.4.115.200]) by mail.rdc1.il.home.com (InterMail v4.01.01.00 201-229-111) with SMTP id <19990712130846.EMDO8809.mail.rdc1.il.home.com@charles> for ; Mon, 12 Jul 1999 06:08:46 -0700 Reply-To: From: "Charles A. Peters" To: Subject: 3.2-stable boot disk images Date: Mon, 12 Jul 1999 09:04:09 -0400 Message-ID: <000701becc67$07665f80$0700a8c0@charles.domain> 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 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Where do I find the 3.2-stable floppy disk boot images. I have looked all over the www.freebsd.org web site, and I seem to be missing it. Thanks, Charles cpeters2@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 6:10:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from diogenes.ionet.net (diogenes.ionet.net [38.193.50.238]) by hub.freebsd.org (Postfix) with ESMTP id 4661D14E9F for ; Mon, 12 Jul 1999 06:10:50 -0700 (PDT) (envelope-from malaclypse@diogenes.ionet.net) Received: from localhost (malaclypse@localhost) by diogenes.ionet.net (8.9.3/8.9.3) with ESMTP id IAA07075; Mon, 12 Jul 1999 08:10:11 -0500 (CDT) (envelope-from malaclypse@diogenes.ionet.net) Date: Mon, 12 Jul 1999 08:10:11 -0500 (CDT) From: Val Kilmer To: Jesper =?iso-8859-1?Q?Blomstr=F6m?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bootmanager In-Reply-To: <3789B238.3CC4FE49@partitur.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG MAKEDEV doesn't simply make files, it configures entire devices. /dev is a strange and dangerous place to go walking, which is why I say handle with care. You may even want to do the 'sh MAKEDEV wd0' from a floppy boot disk. On Mon, 12 Jul 1999, Jesper [iso-8859-1] Blomstr=F6m wrote: > Val Kilmer wrote: >=20 > > This is REALLY weird. You may want to try doing a 'sh MAKEDEV wd0' as > > root, but that does seem kind of risky. I'd only really try that if no = one > > else is able to make any other suggestions. > > > > Sorry I couldn't be of more help, > > > > Cory. > > > > On Mon, 12 Jul 1999, Maurice Satijn wrote: > > > > > > > > > What are the FreeBSD device names for them? (ex: /dev/wd0s1 /dev/wd= 1s1) > > > > Also, do you have a CDROM attached to this thing somewhere? > > > > Finally, is your one HD mounted as primary master? > > > > > > 1 harddrive (IDE) at which: > > > > > > 1 unused (size 63) > > > 1 primary dos partition 1834M /dev/wd0s1 > > > 1 freebsd partition 1996M /dev/wd0s2 > > > 1 unused (size 3024) > > > > > > CDROM is attached, in BIOS is HD primary master, CDROM secondary. > > > > > > the unused parts cannot be changed. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 6:12: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from student.lssu.edu (student.lssu.edu [198.110.216.219]) by hub.freebsd.org (Postfix) with ESMTP id 4207E14D26; Mon, 12 Jul 1999 06:11:45 -0700 (PDT) (envelope-from pe@student.lssu.edu) Received: from localhost (pe@localhost) by student.lssu.edu (8.9.3/8.9.3) with ESMTP id JAA20720; Mon, 12 Jul 1999 09:12:17 -0400 (EDT) Date: Mon, 12 Jul 1999 09:12:17 -0400 (EDT) From: "System Admin." To: freebsd-questions@freebsd.org, freebsd-alpha@freebsd.org Subject: problem compiling Python 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, Is there anybody successfully compiled and installed Python-1.5.2 on FreeBSD-3.2/Alpha? When I compiled and run make test everything pass except test_fcntl function. It seem to be the really important one that I need too. This is the output of the test: host# python test_fcntl.py Status from fnctl with O_NONBLOCK: 0 struct.pack: '\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ 000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ 000\000\000\000\003\000\000\000' Traceback (innermost last): File "test_fcntl.py", line 30, in ? rv = fcntl.fcntl(f.fileno(), FCNTL.F_SETLKW, lockdata) IOError: [Errno 22] Invalid argument Any trick to make this thing work? Please help! TIA pe' ------------------------------ UNIX System Admin. Distributed Computing Services Lake Superior State University 650 W. Easterday Ave. Sault Ste. Marie. MI 49783 USA. ------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 6:16:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (Postfix) with ESMTP id B69F814DEE for ; Mon, 12 Jul 1999 06:16:27 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.9.3/8.9.3/Kp) with ESMTP id OAA90611; Mon, 12 Jul 1999 14:13:59 +0100 (BST) Message-ID: <3789E9FE.528A4780@tdx.co.uk> Date: Mon, 12 Jul 1999 14:13:34 +0100 From: Karl Pielorz Organization: TDX - The Digital eXchange X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Greg Quinlan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Accelerated X - Feedback? References: <00af01becc65$ef6fd740$380051c2@qmpgmc.ac.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Quinlan wrote: > > I am looking for some feedback from people using Accelerated-X. > > Is it the way to go? > > I have problems with configuring my ATI All-in-One Wonder Pro (Rage Pro) > (+Creative Voodoo 2 12MB) > and just want a good graphical user interface. > > I have looked at Window-maker (0.60) but I just can not get it to work above > 8bit colours and at low res. ;( I have Accelerated-X here, and it works a treat with my G200... I'm not sure what you mean by 'window-maker' not working above 8bit/low-res - Window-Maker's the window manager. It's the X-Server that dictates the resolutions/colours available :-) -Kp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 6:17:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (Postfix) with ESMTP id EB68714F1D for ; Mon, 12 Jul 1999 06:17:17 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.9.3/8.9.3/Kp) with ESMTP id OAA90637; Mon, 12 Jul 1999 14:16:30 +0100 (BST) Message-ID: <3789EA95.CD372A0E@tdx.co.uk> Date: Mon, 12 Jul 1999 14:16:05 +0100 From: Karl Pielorz Organization: TDX - The Digital eXchange X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: -commandos- Cc: freebsd-questions@FreeBSD.ORG Subject: Re: seting.... References: <19990712130336.27428.rocketmail@web305.yahoomail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -commandos- wrote: > > can you explain to me, how to change irq and i/o > ethernet card. I use freebsd version 3.1 > in last version we can use -c at boot time and go to > visual mode, but not in 3.1 version. > > thank you for your hospitality. Try 'boot -c' instead... -Kp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 6:23: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from diogenes.ionet.net (diogenes.ionet.net [38.193.50.238]) by hub.freebsd.org (Postfix) with ESMTP id 4265F14FA3 for ; Mon, 12 Jul 1999 06:23:03 -0700 (PDT) (envelope-from malaclypse@diogenes.ionet.net) Received: from localhost (malaclypse@localhost) by diogenes.ionet.net (8.9.3/8.9.3) with ESMTP id IAA07121; Mon, 12 Jul 1999 08:22:33 -0500 (CDT) (envelope-from malaclypse@diogenes.ionet.net) Date: Mon, 12 Jul 1999 08:22:33 -0500 (CDT) From: Val Kilmer To: "Charles A. Peters" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3.2-stable boot disk images In-Reply-To: <000701becc67$07665f80$0700a8c0@charles.domain> 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 Follow this link: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/3.2-RELEASE/floppies fdimage.exe is on ../tools. Enjoy. Cory. On Mon, 12 Jul 1999, Charles A. Peters wrote: > Where do I find the 3.2-stable floppy disk boot images. I have looked all > over the www.freebsd.org web site, and I seem to be missing it. > > Thanks, > > Charles > > cpeters2@home.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 Mon Jul 12 6:23:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id 6534214C27 for ; Mon, 12 Jul 1999 06:23:14 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id QAA00515; Mon, 12 Jul 1999 16:22:30 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <3789EC0F.FB30EC70@prime.net.ua> Date: Mon, 12 Jul 1999 16:22:24 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: cpeters2@home.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3.2-stable boot disk images References: <000701becc67$07665f80$0700a8c0@charles.domain> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Look at ftp.freebsd.org "Charles A. Peters" wrote: > Where do I find the 3.2-stable floppy disk boot images. I have looked all > over the www.freebsd.org web site, and I seem to be missing it. > > Thanks, > > Charles > > cpeters2@home.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- WBW Andy V. Oleynik (When U work in virtual office prime.net.ua's U have good chance to obtain system administrator virtual money Ж%-) +380442448363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 6:23:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bureau6.utcc.utoronto.ca (bureau6.utcc.utoronto.ca [128.100.132.16]) by hub.freebsd.org (Postfix) with ESMTP id 56B1714F1B for ; Mon, 12 Jul 1999 06:23:41 -0700 (PDT) (envelope-from a.ponnampalam@utoronto.ca) Received: from log3.in.utoronto.ca ([128.100.100.195] HELO log3.in.utoronto.ca ident: NO-IDENT-SERVICE [port 51605]) by bureau6.utcc.utoronto.ca with SMTP id <464225-26915>; Mon, 12 Jul 1999 09:23:28 -0400 Date: Mon, 12 Jul 1999 09:23:15 -0400 (EDT) From: a.ponnampalam@utoronto.ca X-Sender: 03664424@log3.in.utoronto.ca To: "Mark B. Turner" Cc: Mikhail Ramendik , freebsd-questions@freebsd.org Subject: Re: FFS under NT? In-Reply-To: <3785F619.C17E4C4B@mindspring.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 can a mount an NTFS partition that sits on an extended partition? On Fri, 9 Jul 1999, Mark B. Turner wrote: > Not that I know of, but FreeBSD as of 3.2-RELEASE can read NTFS I think. > Someone please correct me if I'm wrong ;) > > Mark > > Mikhail Ramendik wrote: > > > > Hello! > > > > I use NT and FreeBSD. I have mounted all of my HDD in FreeBSD, and would > > like to do the same in NT. Is an FFS driver for NT available? > > > > Yours in Christ, Mikhail Ramendik > > > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 7: 2:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tornado.cisco.com (tornado.cisco.com [171.69.104.22]) by hub.freebsd.org (Postfix) with ESMTP id 49E0014C30 for ; Mon, 12 Jul 1999 07:02:42 -0700 (PDT) (envelope-from bmcgover@bmcgover-pc.cisco.com) Received: from bmcgover-pc.cisco.com (bmcgover-pc.cisco.com [171.69.104.147]) by tornado.cisco.com (8.8.5-Cisco.1/8.6.5) with ESMTP id JAA01047 for ; Mon, 12 Jul 1999 09:59:33 -0400 (EDT) Received: from bmcgover-pc.cisco.com (localhost.pa.dtd.cisco.com [127.0.0.1]) by bmcgover-pc.cisco.com (8.9.3/8.9.3) with ESMTP id JAA34687 for ; Mon, 12 Jul 1999 09:59:38 -0400 (EDT) (envelope-from bmcgover@bmcgover-pc.cisco.com) Message-Id: <199907121359.JAA34687@bmcgover-pc.cisco.com> To: questions@freebsd.org Subject: Star Office 5.1 w/FreeBSD 3.2 Date: Mon, 12 Jul 1999 09:59:38 -0400 From: Brian McGovern Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm sure this is a stupid question, but has anyone managed to get Star Office 5.1 working with FreeBSD 3.2? I'm able to run install, and it appears to copy everything in. However, when I actually run it, it brings up the install menu with the options to reinstall components, repair an installation, etc. I suspect I'm probably not running Linux emulation blah-blah-blah, or I have something not set quite right, but I figured I'd throw it up and see if anyone else has done it before I waste another half day on it. -Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 7:46: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 2695714BF1 for ; Mon, 12 Jul 1999 07:46:06 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id JAA11292; Mon, 12 Jul 1999 09:45:58 -0500 (CDT) (envelope-from dan) Date: Mon, 12 Jul 1999 09:45:58 -0500 From: Dan Nelson To: Ho Seng Yip Cc: FreeBSD Questions Subject: Re: Ktrace Message-ID: <19990712094558.A4720@dan.emsphone.com> References: <005501becc56$a6db5b80$c6a415a5@oasis> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <005501becc56$a6db5b80$c6a415a5@oasis>; from "Ho Seng Yip" on Mon Jul 12 19:06:02 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 12), Ho Seng Yip said: > Can anyone point to me how I can tell ' ktrace ' not to follow forks > when tracing a process? I can't seem to see that parameter in the > manual pages. That should be the default. If you want ktrace to follow forks, you need the -i parameter. Do you maybe have a shell alias defined that runs 'ktrace -i' ? -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 7:55: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dsinw.com (dsinw.com [207.149.40.5]) by hub.freebsd.org (Postfix) with ESMTP id 9FF8914FAE for ; Mon, 12 Jul 1999 07:55:01 -0700 (PDT) (envelope-from hamellr@dsinw.com) Received: from akane (ppp98.pm3-0.pdx.dsinw.com [207.149.41.98]) by dsinw.com (8.8.8/8.7.3) with SMTP id HAA02181; Mon, 12 Jul 1999 07:49:38 -0700 (PDT) Date: Mon, 12 Jul 1999 07:34:58 -0700 () From: Rick Hamell To: Kitt Diebold Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Pentium Pro vs AMD In-Reply-To: Message-ID: X-X-Sender: hamellr@dsinw.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have two hardware options available to me to put a web server on > to, a Pentium Pro 180 w/ 256K cache, and an AMD 300. > > Assuming everything else is the same (ethernet, hard drives, memory, > etc.) which would I expect to get better performance from? Is it a > big difference? Does FreeBSD take advatage of the Pentium Pro's wider > bus? I personally would go with the AMD because the Pentium Pro series is 'dead' technology. If I needed to replace parts for whatever reason, I would be able to reasonablly do so with the AMD chip and associated hardware. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 8: 6:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from megamail.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with SMTP id 6572014BF8 for ; Mon, 12 Jul 1999 08:06:34 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from [207.249.163.252] by megamail.megared.net.mx (NTMail 3.03.0017/4c.ab3r) with ESMTP id la396537 for ; Mon, 12 Jul 1999 10:05:50 -0500 Message-ID: <00df01becc77$96f892c0$fca3f9cf@megared.net.mx> From: "Alejandro Ramнrez" To: "Aleksey Zvyagin" , References: <000a01becaa7$7c4ca6e0$b2af87c2@rest.ru> Subject: RE: Help! Please i need the 3Com 905B driver for FreeBSD 2.2.6 !! Date: Mon, 12 Jul 1999 10:02:41 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, The driver its in this page, its the xl driver: http://www.freebsd.org/~wpaul/ BTW Its supported in 2.2.8, I would sugest to upgrade your system. Ales ----- Original Message ----- From: Aleksey Zvyagin To: Sent: Saturday, July 10, 1999 2:40 AM Subject: Help! Please i need the 3Com 905B driver for FreeBSD 2.2.6 !! > Hello, All! > > I quickly need the driver for network card 3COM 905B for FreeBSD 2.2.6 > Only FreeBSD 2.2.6! > I found in handbook of FreeBSD 2.2.6 that FreeBSD supports the 3Com90x but i > didn't find the driver for this card :-(( I think that this driver isn't > inclued in this version. But i very need this driver! > > Help me please! I am interested an any info about this driver. > > To forward your mail to my e-mail address: zal@rest.ru > > Future thanks! > > Aleksey Zvyagin > > > > 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 Mon Jul 12 8:24: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id D3B3C15020 for ; Mon, 12 Jul 1999 08:23:59 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.8.7/8.8.7) with ESMTP id LAA16012; Mon, 12 Jul 1999 11:22:45 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Mon, 12 Jul 1999 11:22:45 -0400 (EDT) From: Steve Hovey To: Khurram KHAN Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Y2K Compliance ! In-Reply-To: <9907129317.AA931769727@coats-viyella.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 believe you need to upgrade to 2.2.8 or 3.X or higher On Mon, 12 Jul 1999, Khurram KHAN wrote: > Dear Support, > > > We are using FreeBSD v2.2.5, would like to know if a Y2K patch is available or > if all Y2k bugs are fixed in the new version i.e 3.0 or v4.0. Please advise what > can be done to ensure that the FreeBSD we are using is Y2k Compliant, thanks. > > > > Regards > > > Khurram > > > > > 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 Mon Jul 12 8:36:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from voyager.fisicc-ufm.edu (ip-46-094.guate.net [200.12.46.94]) by hub.freebsd.org (Postfix) with ESMTP id C395914FD2 for ; Mon, 12 Jul 1999 08:35:53 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.3) id JAA17807; Mon, 12 Jul 1999 09:33:11 -0600 (CST) (envelope-from obonilla) Date: Mon, 12 Jul 1999 09:33:10 -0600 From: Oscar Bonilla To: Reinoud Koornstra Cc: "Donald R. Tyson" , roelof@eboa.com, freebsd-questions@FreeBSD.ORG Subject: Re: LaTeX and teTex Message-ID: <19990712093310.A5633@fisicc-ufm.edu> References: <199907100334.XAA00327@homebase.wizard.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: ; from Reinoud Koornstra on Mon, Jul 12, 1999 at 02:45:15AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 12, 1999 at 02:45:15AM +0200, Reinoud Koornstra wrote: > Thanks for alle your help. > Cool, cause i use latex every day! > In math, without latex you cant write anything yourself. > If there is no latex, you cant publish things yourself printed etc. > SO i used it a lot and still use it a lot, o i am not a beginner in latex > i think. Anyway, thanks for your help, now i can latex in bsd, everythink > i needed! Now i just got to find a way to get my hp deskjet 500 printing /usr/ports/print/apsfilter will let you print postscript on a deskjet. regards, -Oscar > under bsd. > Tetex works just fine here now. > Bye, > > Reinoud. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- For PGP Public Key: finger obonilla@fisicc-ufm.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 8:41:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from t47.tempest.sk (t47.tempest.sk [195.28.100.47]) by hub.freebsd.org (Postfix) with ESMTP id 8C32C14A2D for ; Mon, 12 Jul 1999 08:41:26 -0700 (PDT) (envelope-from ludo_koren@tempest.sk) Received: (from koren@localhost) by t47.tempest.sk (8.9.3/8.9.3) id RAA93044; Mon, 12 Jul 1999 17:38:36 +0200 (CEST) (envelope-from koren) Date: Mon, 12 Jul 1999 17:38:36 +0200 (CEST) Message-Id: <199907121538.RAA93044@t47.tempest.sk> From: Ludo Koren To: freebsd-questions@freebsd.org Subject: Token Ring Cards Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I didn't find a complete list of supported token ring cards. I just found the following note about token ring in /usr/src/sys/i386/conf/LINT: # oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133 # (no options needed) # Are there any other supported cards? Thanks in advance. ludo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 8:55: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tuminfo2.informatik.tu-muenchen.de (tuminfo2.informatik.tu-muenchen.de [131.159.0.81]) by hub.freebsd.org (Postfix) with ESMTP id 390E214CFB for ; Mon, 12 Jul 1999 08:54:59 -0700 (PDT) (envelope-from hafner@informatik.tu-muenchen.de) Received: from hprbg5.informatik.tu-muenchen.de ([131.159.0.200] EHLO hprbg5.informatik.tu-muenchen.de ident: root [port 4311]) by tuminfo2.informatik.tu-muenchen.de with ESMTP id <110581-223>; Mon, 12 Jul 1999 17:54:53 +0000 Received: from hafner@localhost by hprbg5.informatik.tu-muenchen.de id <24223-734>; Mon, 12 Jul 1999 17:54:22 +0200 From: Walter Hafner MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14218.4014.47678.998590@hprbg5.informatik.tu-muenchen.de> Date: Mon, 12 Jul 1999 17:54:22 +0200 (METDST) To: questions@freebsd.org Subject: strange NFS problem X-Mailer: VM 6.51 under 20.3 "Vatican City" XEmacs Lucid Reply-To: Walter Hafner X-treme: Who? Me? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Host A: FreeBSD 2.2.8 STABLE, NFS Server Host B: FreeBSD 3.1 RELEASE, NFS Client Host A runs "mountd -n" and "nfsd" (4 childs). Routing between A and B is ok, DNS and reverse DNS is ok. /etc/exports on A: /export/dist B C D /export/data B C D /etc/fstab on B: A:/export/data /mount/A/export/data nfs 2,rw,intr,soft,noauto 0 0 A:/export/dist /mount/A/export/dist nfs 2,rw,intr,soft,noauto 0 0 When I do a mount /mount/w3proj1/export/data on B it hangs forever. When I start mountd with -d on A, it tells me "mount successful" or something similar (don't have the machine at hand.) A ktrace on the "mount ..." line gives: [std lib messages] [reading fstab] 53205 mount RET read 528/0x210 53205 mount CALL statfs(0x806bfbd,0xefbfd0b8) 53205 mount NAMI "/" 53205 mount RET statfs 0 53205 mount CALL stat(0x8071320,0xefbfd1b8) 53205 mount NAMI "/dev/da0s1a" 53205 mount RET stat 0 53205 mount CALL open(0x806ba40,0,0xefbfcb3c) 53205 mount NAMI "." 53205 mount RET open 4 53205 mount CALL chdir(0xefbfcb3c) 53205 mount NAMI "/mount/A/export" 53205 mount RET chdir 0 53205 mount CALL lstat(0xefbfcb52,0xefbfcaac) 53205 mount NAMI "data" 53205 mount PSIG SIGINT SIG_DFL Any hints? Thanks. -Walter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 9:51:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tuminfo2.informatik.tu-muenchen.de (tuminfo2.informatik.tu-muenchen.de [131.159.0.81]) by hub.freebsd.org (Postfix) with ESMTP id 5D9E614FD2 for ; Mon, 12 Jul 1999 09:51:28 -0700 (PDT) (envelope-from hafner@informatik.tu-muenchen.de) Received: from hprbg5.informatik.tu-muenchen.de ([131.159.0.200] EHLO hprbg5.informatik.tu-muenchen.de ident: root [port 4319]) by tuminfo2.informatik.tu-muenchen.de with ESMTP id <110341-223>; Mon, 12 Jul 1999 18:51:24 +0000 Received: from hafner@localhost by hprbg5.informatik.tu-muenchen.de id <24223-734>; Mon, 12 Jul 1999 18:50:58 +0200 To: questions@freebsd.org Subject: Re: strange NFS problem References: <14218.4014.47678.998590@hprbg5.informatik.tu-muenchen.de> From: Walter Hafner Date: 12 Jul 1999 18:50:58 +0200 In-Reply-To: Walter Hafner's message of "Mon, 12 Jul 1999 17:54:22 +0200 (METDST)" Message-ID: Lines: 21 X-Mailer: Gnus v5.5/XEmacs 20.3 - "Vatican City" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Walter Hafner writes: > Host A: FreeBSD 2.2.8 STABLE, NFS Server > Host B: FreeBSD 3.1 RELEASE, NFS Client > > Host A runs "mountd -n" and "nfsd" (4 childs). ...and so on. Never mind. I found the problem (apart from the bogus "2" option in /etc/fstab :-) I didn't mount from the machines "A" record name, but from on of the machines "CNAME"s. The FreeBSD 3.1 mount doesn't seem to like this. -Walter -- Dr. Walter Hafner Tel: 089/289-28187 WWW-Beauftragter, TU Muenchen Email: hafner@in.tum.de WWW: http://www.tum.de/~hafner/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 9:57:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from brutus.converging.net (edtn002029.hs.telusplanet.net [161.184.135.251]) by hub.freebsd.org (Postfix) with ESMTP id 1310F1507F for ; Mon, 12 Jul 1999 09:57:02 -0700 (PDT) (envelope-from dtougas@converging.net) Received: from spot (proxy.converging.net [161.184.135.250]) by brutus.converging.net (8.9.2/8.9.2) with SMTP id LAA04195 for ; Mon, 12 Jul 1999 11:10:50 -0600 (MDT) (envelope-from dtougas@converging.net) From: Damien Tougas Reply-To: To: Subject: Is it possible to clone a hard disk? Date: Mon, 12 Jul 1999 10:59:04 -0600 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 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I want to put a second IDE hard disk in my FreeBSD 3.1 server, and create a clone of the one that currently exists. I thought that this might be a good disaster recovery scheme to use when upgrading my operating system. If any problem occurrs while installing the upgrade, all I have to do is switch the drives to be back to where I was before with minimum downtime. How possible or practical is this? I know that in Windows NT we would use a product such as Norton Ghost, how would I go about creating such a clone in FreeBSD? Thanks, Damien Tougas Converging Technology Solutions, Inc. 10148 - 73 Street Edmonton, Alberta T6A 2W9 Phone: (780) 469-1679 Fax: (780) 461-5127 mailto:dtougas@converging.net http://www.converging.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 10: 1:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from interlock.mgh.com (interlock.mgh.com [152.159.1.2]) by hub.freebsd.org (Postfix) with SMTP id 16EA1150EC for ; Mon, 12 Jul 1999 10:01:44 -0700 (PDT) (envelope-from Christopher_Booth@mcgraw-hill.com) Received: by interlock.mgh.com id NAA10182 (InterLock SMTP Gateway 3.0 for freebsd-questions@FreeBSD.ORG); Mon, 12 Jul 1999 13:00:01 -0400 Message-Id: <199907121700.NAA10182@interlock.mgh.com> Received: by interlock.mgh.com (Protected-side Proxy Mail Agent-2); Mon, 12 Jul 1999 13:00:01 -0400 Received: by interlock.mgh.com (Protected-side Proxy Mail Agent-1); Mon, 12 Jul 1999 13:00:01 -0400 From: "Booth, Christopher" To: "'freebsd'" Subject: Motherboard/CPU Query Date: Mon, 12 Jul 1999 12:59:58 -0400 Mime-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is anyone out there running FreeBSD with an Alton 748 PII/III SVGA/Sound/56k modem (i.e., the video, sound, and modem cards are built in) motherboard and an Intel Celeron 333a CPU? If so, have you any caveats? Thanks, Chris Booth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 10: 8:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id F236315059 for ; Mon, 12 Jul 1999 10:07:54 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id WAA07467; Mon, 12 Jul 1999 22:52:57 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id WAA00869; Mon, 12 Jul 1999 22:15:46 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id UAA00396; Mon, 12 Jul 1999 20:52:29 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Mon, 12 Jul 1999 20:52:29 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: "Amit Kr.Jain" Cc: questions@FreeBSD.ORG Subject: Re: network stuff 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 Mon, 12 Jul 1999, Amit Kr.Jain wrote: > Hi!! > Use netstat -a|grep portno. maybe, netstat -an ? > to find out the process listening on a particular port > and then > ps -ef|grep process > to look for the info for that process > > ******************************************************************************* > > WORK HOME > ------ ------ > > Amit Kr Jain, Flat No 7/2 > (Research Engineer), 7th cross > C-DOT, KHM Block > 2nd floor, Sneha Complex, Opp Shanti Sagar. > 71/1 Miller Road, R.T.Nagar > BANGALORE - 560052 BANGALORE. > > Voice - 080-2263399 ext 247/329 > 080-2261529 > email: amit@cdotb.ernet.in > ******************************************************************************* > > On Sat, 10 Jul 1999, Ilia Chipitsine wrote: > > > Dear All, > > > > how can I get PID of the process that > > listens on particular port (TCP/UDP) ? > > > > Regards, (nAILU^[IE POVELANIQ) > > > > Ilia Chipitsine (iLXQ {IPICIN) > > > > > > > > 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 Mon Jul 12 10:10: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from topsecret.net (gill.apk.net [207.54.148.62]) by hub.freebsd.org (Postfix) with SMTP id 349BE14C2E for ; Mon, 12 Jul 1999 10:09:57 -0700 (PDT) (envelope-from gill@topsecret.net) Received: from stumpy by topsecret.net with SMTP (MDaemon.v2.7.SP5.R) for ; Mon, 12 Jul 1999 13:09:29 -0400 From: "James Gill" To: Subject: congruent applications Date: Mon, 12 Jul 1999 13:09:51 -0400 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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-MDaemon-Deliver-To: questions@freebsd.org X-Return-Path: gill@topsecret.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG frequently I see posts from people like myself who are new to FreeBSD who are looking for an app or a tool that will do x on y platform. Today's post looking for drive imaging software is a good example: "I know that in Windows NT we would use a product such as Norton Ghost, how would I go about creating such a clone in FreeBSD?" I am wondering if there is a website that is currently maintained that shows a table of congruent applications. where I would be able to reference when looking for a similar kind of functionality in this new (to me) *nix world. If there isn't, someone might volunteer to start one, suggest why this is a bad idea, or if nobody will take the initiative I might be able to do it, but my very limited knowledge to this point makes it tough for me to have any kind of solid foundation from which to start. thoughts? ===================================== James Gill * http://www.topsecret.net ===================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 10:29: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.globalserve.net (mail5.globalserve.net [209.90.128.165]) by hub.freebsd.org (Postfix) with ESMTP id 4ACB3150BE for ; Mon, 12 Jul 1999 10:28:57 -0700 (PDT) (envelope-from lalala@globalserve.net) Received: from globalserve.net (dialin92.montreal.globalserve.net [209.167.12.92]) by mail5.globalserve.net (8.9.3/8.9.3) with ESMTP id NAA15783 for ; Mon, 12 Jul 1999 13:28:54 -0400 (EDT) Message-ID: <3789ECBA.3AD3A6A9@globalserve.net> Date: Mon, 12 Jul 1999 13:25:14 +0000 From: Marty C X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: two more driver-esque questions... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG b4 I begin, thank you Greg your answers to my last two questions (even if one wasn't what I wanted hear ;). 1) is there a driver for the "genius netmouse pro (serial)"? It's the one with a button on the left side of the mouse and a middle button that, in Windoze, makes windows go up and down (like a wheel mouse, only it's not a wheel (and isn't compatible with that driver, least not in windoze)). I've seen it work inside of star office 5.0 on RedHat5.2 (though not with any other app.). RedHat6.0 seemed to recognize the mouse by name, but then use it as though it were a standard 2 button serial mouse. 2) When I try to use wine, I get this: 'i386_set_ldt: Invalid argument Did you reconfigure the kernel with "options USER_LDT"?' Does this mean I need to recompile my kernel? My guess is that I have to ADD (I'd've guessed _remove_, but it isn't here now, so...) "options USER_LDT" right in the cluster of all those lines that start with "options", but I just wanna be sure... -- ======================================= | from Martin, lalala@globalserve.net | | -Destroyer of Hard Drives | | -Mangler of partition tables | | -Data's worst nightmare | ======================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 10:48:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from megamail.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with SMTP id 282B41510A for ; Mon, 12 Jul 1999 10:48:25 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from [207.249.163.252] by megamail.megared.net.mx (NTMail 3.03.0017/4c.ab3r) with ESMTP id ha397417 for ; Mon, 12 Jul 1999 12:47:42 -0500 Message-ID: <025501becc8e$33554080$fca3f9cf@megared.net.mx> From: "Alejandro Ramirez" To: "Doug" , References: Subject: RE: weird pppd behavior Date: Mon, 12 Jul 1999 12:44:33 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Try checking the timeout feature in ppp. Ales ----- Original Message ----- From: Doug To: Sent: Sunday, July 11, 1999 6:13 PM Subject: weird pppd behavior > When I type pppd, i hear it dial and connect, then after a little bit the > connection drops, i see this in /var/log/messages: > > Jul 10 11:04:04 unix9 pppd[825]: pppd 2.3.5 started by root, uid 0 > Jul 10 11:05:04 unix9 pppd[825]: Connect: ppp0 <--> /dev/cuaa0 > Jul 10 11:05:04 unix9 pppd[825]: Modem hangup, connected for 1 minutes > Jul 10 11:05:04 unix9 pppd[825]: Connection terminated, connected for 1 > minutes > > And here is my /etc/ppp/options file: > modem > user doemill > crtscts > defaultroute > connect /etc/ppp/sconnect > /dev/cuaa0 > 38400 > > And here is /etc/ppp/sconnect file: > #!/bin/sh > chat ABORT BUSY ABORT ERROR "" ATZ OK ATDT8924700 "CONNECT 38400 bgnet > 38400\r\r\r\r\r AutoProtocolDetect - Begin protocol or enter 4 returns for > interactive mode.\r\d\d\d\d\d\d\d\d\d\d" > > I know my isp uses pap auth, and i have a /etc/ppp/pap-secrets with > username * password > Is there anything im missing? If you have pppd scripts you use to connect, > would you tell me how to fix mine? Thanks! > > > > > 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 Mon Jul 12 10:53: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from franz.videotron.net (franz.videotron.net [205.151.222.14]) by hub.freebsd.org (Postfix) with ESMTP id 1F826150BE for ; Mon, 12 Jul 1999 10:52:56 -0700 (PDT) (envelope-from akhar@videotron.ca) Received: from videotron.ca (modemcable104.141-200-24.mtl.mc.videotron.net [24.200.141.104]) by franz.videotron.net (8.9.2/8.9.2) with ESMTP id NAA27151 for ; Mon, 12 Jul 1999 13:51:45 -0400 (EDT) Message-ID: <378A557E.73F24DF3@videotron.ca> Date: Mon, 12 Jul 1999 13:52:15 -0700 From: akhar X-Mailer: Mozilla 4.61 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-Questions@FreeBSD.ORG Subject: Help!! booting! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I need help with openbsd I know I am addressing this to a freebsd forum but I think (from what I understood about bsd) you can help me. So here it goes I installed Openbsd on my secondarty master HDD and everything went well. but that drive has been kept hidden from the Master boot recor of the primary HDD for a while ( I had Linux on the secondary master and booted it with a floppy) how can I boot Openbsd. I also have Windows NT & 95 whom I like to be able to boot also (for the moment they are the only ones booting) Thank you for your help. Akhar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 10:54: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand2.global.net.uk (sand2.global.net.uk [195.147.246.100]) by hub.freebsd.org (Postfix) with ESMTP id C19A61514D for ; Mon, 12 Jul 1999 10:54:00 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p1cs02a06.client.global.net.uk ([195.147.210.29] helo=marder-1.) by sand2.global.net.uk with esmtp (Exim 2.05 #1) id 113kH7-0002Bf-00; Mon, 12 Jul 1999 18:53:58 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id SAA00303; Mon, 12 Jul 1999 18:47:20 +0100 (BST) (envelope-from marko) Date: Mon, 12 Jul 1999 18:47:20 +0100 From: Mark Ovens To: a.ponnampalam@utoronto.ca Cc: "Mark B. Turner" , Mikhail Ramendik , freebsd-questions@freebsd.org Subject: Re: FFS under NT? Message-ID: <19990712184720.A256@marder-1> References: <3785F619.C17E4C4B@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from a.ponnampalam@utoronto.ca on Mon, Jul 12, 1999 at 09:23:15AM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 12, 1999 at 09:23:15AM -0400, a.ponnampalam@utoronto.ca wrote: > can a mount an NTFS partition that sits on an extended partition? > Yes. Extended partitions start at slice 5, irrespective of how many primaries you have, i.e. the first extended on the first HD is /dev/wd0s5 (da0s5 for a SCSI disk). HTH > On Fri, 9 Jul 1999, Mark B. Turner wrote: > > > Not that I know of, but FreeBSD as of 3.2-RELEASE can read NTFS I think. > > Someone please correct me if I'm wrong ;) > > > > Mark > > > > Mikhail Ramendik wrote: > > > > > > Hello! > > > > > > I use NT and FreeBSD. I have mounted all of my HDD in FreeBSD, and would > > > like to do the same in NT. Is an FFS driver for NT available? > > > > > > Yours in Christ, Mikhail Ramendik > > > > > > 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 > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:markov@globalnet.co.uk 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 Mon Jul 12 11:12:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from megamail.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with SMTP id B87A9151C3 for ; Mon, 12 Jul 1999 11:12:49 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from [207.249.163.252] by megamail.megared.net.mx (NTMail 3.03.0017/4c.ab3r) with ESMTP id ga397520 for ; Mon, 12 Jul 1999 13:09:26 -0500 Message-ID: <02fc01becc91$3c9255e0$fca3f9cf@megared.net.mx> From: "Alejandro Ramirez" To: "Marty C" , "FreeBSD Questions" References: <3789ECBA.3AD3A6A9@globalserve.net> Subject: RE: two more driver-esque questions... Date: Mon, 12 Jul 1999 13:06:16 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Well, FreeBSD recognize this mouse, Microsoft IntelliMouse (serial), maybe it will work for you. And for the second question, yes, you will have to recompile the kernel with the following options: options USER_LDT options SYSVSHM options SYSVSEM options SYSVMSG Ales ----- Original Message ----- From: Marty C To: FreeBSD Questions Sent: Monday, July 12, 1999 8:25 AM Subject: two more driver-esque questions... > b4 I begin, thank you Greg your answers to my last two questions (even > if one wasn't what I wanted hear ;). > > 1) is there a driver for the "genius netmouse pro (serial)"? It's the > one with a button on the left side of the mouse and a middle button > that, in Windoze, makes windows go up and down (like a wheel mouse, only > it's not a wheel (and isn't compatible with that driver, least not in > windoze)). I've seen it work inside of star office 5.0 on RedHat5.2 > (though not with any other app.). RedHat6.0 seemed to recognize the > mouse by name, but then use it as though it were a standard 2 button > serial mouse. > > 2) When I try to use wine, I get this: > > 'i386_set_ldt: Invalid argument > Did you reconfigure the kernel with "options USER_LDT"?' > > Does this mean I need to recompile my kernel? My guess is that I have > to ADD (I'd've guessed _remove_, but it isn't here now, so...) "options > USER_LDT" right in the cluster of all those lines that start with > "options", but I just wanna be sure... > -- > ======================================= > | from Martin, lalala@globalserve.net | > | -Destroyer of Hard Drives | > | -Mangler of partition tables | > | -Data's worst nightmare | > ======================================= > > > 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 Mon Jul 12 11:14: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.il.home.com (ha1.rdc1.il.home.com [24.2.1.66]) by hub.freebsd.org (Postfix) with ESMTP id 7548B151F6 for ; Mon, 12 Jul 1999 11:14:02 -0700 (PDT) (envelope-from cpeters2@home.com) Received: from charles ([24.4.115.200]) by mail.rdc1.il.home.com (InterMail v4.01.01.00 201-229-111) with SMTP id <19990712181400.GFFN8809.mail.rdc1.il.home.com@charles> for ; Mon, 12 Jul 1999 11:14:00 -0700 Reply-To: From: "Charles A. Peters" To: Subject: qmail graphical user interface Date: Mon, 12 Jul 1999 14:07:56 -0400 Message-ID: <000801becc91$77e25b40$0700a8c0@charles.domain> 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 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm considering installing qmail on my 3.2 server, and I was wondering if there was a graphical user interface avaliable for routine qmail maintenance. Thanks in advance! Charles cpeters2@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 11:23:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id F2D4B14D48 for ; Mon, 12 Jul 1999 11:23:36 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id OAA24661; Mon, 12 Jul 1999 14:23:28 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907121823.OAA24661@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Is it possible to clone a hard disk? In-Reply-To: from Damien Tougas at "Jul 12, 99 10:59:04 am" To: dtougas@converging.net Date: Mon, 12 Jul 1999 14:23:28 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (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 Damien Tougas wrote, > Hello, > > I want to put a second IDE hard disk in my FreeBSD 3.1 server, and create a > clone of the one that currently exists. I thought that this might be a good > disaster recovery scheme to use when upgrading my operating system. If any > problem occurrs while installing the upgrade, all I have to do is switch the > drives to be back to where I was before with minimum downtime. How possible > or practical is this? I know that in Windows NT we would use a product such > as Norton Ghost, how would I go about creating such a clone in FreeBSD? It's a breeze. Slice and partition the new drive (ask if you need help). Then make new filesystems in the partitions (see newfs(8) and ask if you need more help). Then for each partition to be cloned (for an example, I assume you are in slice 1 of the new drive), # mount /dev/wd1s1a /mnt # cd /mnt # dump -0af - / | restore -rf - And then move on to the next filesystem, # umount /mnt # mount /dev/wd1s1f /mnt # cd /mnt # dump -0af - /usr | restore -rf - etc., etc... This can easily be scripted if you want to be clever. Of course, see dump(8) and restore(8) for more details about what is going on there. And feel free to ask more detailed questions. Some people may recommend doing a dd(1) right from one disk to another, but I would only recommend it if you _really_ know what you are doing. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 11:27:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from thelab.hub.org (nat206.255.mpoweredpc.net [142.177.206.255]) by hub.freebsd.org (Postfix) with ESMTP id 6ABA615231 for ; Mon, 12 Jul 1999 11:27:20 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id PAA16833 for ; Mon, 12 Jul 1999 15:28:29 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 12 Jul 1999 15:28:29 -0300 (ADT) From: The Hermit Hacker To: freebsd-questions@freebsd.org Subject: keymapping continued ... (fwd) 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 Re-posted since originally posted to the wrong list... ==================================== Morning... Got a couple of suggestions, and have tried both, with the xkeycaps appearing to be the more practical for what I'm trying to get done, I think. From reading the xkeycaps man page, its a frontend for xmodmap, but reading *its* man page pretty much got me nowhere fast, so I'm going to try again with an example, as it might be that I'm just missing something... I need to build a keyboard map such that: F1 == ESC OP F2 == ESC OQ Shift-F1 == ESC [31~ Shift-F2 == ESC [32~ Now, in xkeycaps, it allows me to "remap" keys but gives you a fixed list of what it wants. Now, looking at the output of the infocmp command someone previously suggested for going from terminfo->termcap, I can see the sequences: k1=\EOP Which says that F1 sends out \EOP (ESC OP) Now, if I add the vt221 entry generated by infocmp, do a 'set term' and telnet over to the remote host where I need to run the app, and do a 'set term' over there, and hit 'F1', it generates ESC [11~ instead of the ESC OP that I'm trying to tell it to send... So, I'm guessing that I have to do an 'xmodmap' vs a termcap entry? If so, how would I build up the above? I need to do F1-F12 + Shift_F1->Shift_F12 for this to be feasible. If I have to install some sort of 'terminal package' for him to be able to do this, this is acceptable, we just need to get the map'ngs themselves working... Hopefully this makes a bit more sense? Thanks... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" 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 Mon Jul 12 11:38:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay.dtcom.dp.ua (relay.dtcom.dp.ua [195.123.7.42]) by hub.freebsd.org (Postfix) with ESMTP id 6C1E415025 for ; Mon, 12 Jul 1999 11:38:39 -0700 (PDT) (envelope-from serg@relay.dtcom.dp.ua) Received: from myhome.dtcom.dp.ua (line2.dtcom.dp.ua [195.123.7.192]) by relay.dtcom.dp.ua (8.8.7/8.7.3) with ESMTP id VAA02926; Mon, 12 Jul 1999 21:46:55 +0300 (EEST) Received: from relay.dtcom.dp.ua (localhost [127.0.0.1]) by myhome.dtcom.dp.ua (8.9.3/8.9.3) with ESMTP id VAA00450; Mon, 12 Jul 1999 21:39:28 +0300 (EEST) (envelope-from serg@relay.dtcom.dp.ua) Message-ID: <378A365F.F29D5985@relay.dtcom.dp.ua> Date: Mon, 12 Jul 1999 21:39:27 +0300 From: =?koi8-r?Q?=FE=C5=D2=CE=D9=CA=20=F3=C5=D2=C7=C5=CA=20=E9=D7=C1=CE=CF=D7=C9=DE?= Reply-To: serg@relay.dtcom.dp.ua Organization: COPPUS DD Ukrtelecom X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: ru, uk, en MIME-Version: 1.0 To: MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com Cc: freebsd-questions@FreeBSD.ORG, brett@peloton.physics.montana.edu Subject: Re: After power failure X does not start References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com wrote: > > Tried this and more (as suggested) by cleaning the /tmp directory > completely, as well as /var/temp, but to no avail! It the problem is not > caused by a lock file, what else could it be? > > Michael > > -----Original Message----- > From: brett@peloton.physics.montana.edu > [mailto:brett@peloton.physics.montana.edu] > Sent: Friday, July 09, 1999 5:46 PM > To: HEITMEIER, MICHAEL /HP-GERMANY,om12 > Cc: brett@peloton.physics.montana.edu; andyo@prime.net.ua; > freebsd-questions@FreeBSD.ORG > Subject: RE: After power failure X does not start > > HI, > > On Fri, 9 Jul 1999 MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com wrote: > > > as I expected, no X process after booting! If you have any other ideas > > please let me know. What I have not tried yet is reinstalling X, or is > > that too much of a M$ concept...? :-) > > If the power dropped out, you probably still have a lock file on X right > now. Do an 'ls -l /tmp' and see if there's a .X0-lock file - if so delete > it and try to start up X. May be ls -la /tmp > > Brett > > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 11:51: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 85F7E1504B for ; Mon, 12 Jul 1999 11:50:52 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id OAA24728; Mon, 12 Jul 1999 14:52:15 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907121852.OAA24728@cc942873-a.ewndsr1.nj.home.com> Subject: Re: bootmanager In-Reply-To: from Maurice Satijn at "Jul 12, 99 09:38:21 am" To: maurice@tns.phys.tue.nl (Maurice Satijn) Date: Mon, 12 Jul 1999 14:52:15 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (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 Maurice Satijn wrote, > > l.s. > > The freebsd bootmanager gives the following boot-menu after installing dos > and freebsd: > > f1 dos > f2 freebsd > f5 drive 0 > > If i now want to boot dos or bsd, i first have to choose f5, after which > the following menu appears (f1 or f2 does not work at this stage): > > f1 dos > f2 freebsd > > Now it is possible to boot both dos and bsd. > Reinstalling the bootmanager does not change anything. > What goes wrong with the installation of the bootmanager and how do I fix > it. This problem has been reported by a number of people. I, myself, am one of them. See the subject line 'Odd Boot Menu' in the freebsd-questions archive. The only sure-fire way I found to fix it was to go to the new boot blocks Robert Nordier (the FreeBSD Developer who handles this type of thing) located at, http://www.freebsd.org/~rnordier/boot0.tar.gz You may perhaps try to use the boot0cfg(8) command to fix things first. However, that was not enough in my case. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 11:55:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 5C0FA14EF2 for ; Mon, 12 Jul 1999 11:55:45 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id AAA09960 for questions@freebsd.org; Tue, 13 Jul 1999 00:53:28 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id XAA00937 for questions@freebsd.org; Mon, 12 Jul 1999 23:49:01 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id WAA00615 for ; Mon, 12 Jul 1999 22:12:54 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Mon, 12 Jul 1999 22:12:54 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: questions@freebsd.org Subject: abbreviating ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lots of apologizes for off-topic ... what does NIC (or nic) stand for ? Regards, (Наилучшие пожелания) Ilia Chipitsine (Илья Шипицин) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 12: 6:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 83B5814EF2 for ; Mon, 12 Jul 1999 12:06:16 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id PAA24759 for freebsd-questions@FreeBSD.ORG; Mon, 12 Jul 1999 15:05:17 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907121905.PAA24759@cc942873-a.ewndsr1.nj.home.com> Subject: cdrecord Problems To: freebsd-questions@FreeBSD.ORG (FreeBSD Questions) Date: Mon, 12 Jul 1999 15:05:17 -0400 (EDT) Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] 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 I think I just trashed two blank CDs. This system when it was 3.1 used to write CDROMs w/o a hitch. I went to 3.2, had a temporary problem solved by upgrading cdrecord, and then wrote CDs again. Now, things just do not make sense. The SCSI CD-R/W seems to be hanging up alot. I started this burn and it _looked_ like all the data was written, but then the process kvetched when it got to fixating. Here is what I got for console output during the process, starting with the command line uesd, pc222# cdrecord -speed=2 -v -data dev=/dev/cd0:0,2,0 /cdimage/goes_cd.19990712 cdrecord: No such file or directory. WARNING: RR-scheduler not available, disabling. Cdrecord release 1.8a22 Copyright (C) 1995-1999 J│Жrg Schilling TOC Type: 1 = CD-ROM scsidev: '/dev/cd0:0,2,0' devname: '/dev/cd0' scsibus: 0 target: 2 lun: 0 atapi: 0 Device type : Removable CD-ROM Version : 2 Response Format: 2 Capabilities : Vendor_info : 'HP ' Identifikation : 'CD-Writer 6020 ' Revision : '1.07' Device seems to be: Philips CDD-2600. Using driver for Philips CDD-522 (philips_cdd522). Driver flags : FIFO size : 4194304 = 4096 KB cdrecord: Undefined error: 0. WARNING: RR-scheduler not available, disabling. Track 01: data 544 MB Total size: 625 MB (61:56.44) = 278733 sectors Lout start: 625 MB (61:58/33) = 278733 sectors Current Secsize: 2048 ATIP info from disk: Is not unrestricted Disk application code: 0 ATIP start of lead in: -11080 (97:34/20) ATIP start of lead out: 335100 (74:30/00) Disk type: Cyanine, AZO or similar Manuf. index: 11 Manufacturer: Mitsubishi Chemical Corporation Blocks total: 335100 Blocks current: 335100 Blocks remaining: 56367 RBlocks total: 342460 RBlocks current: 342460 RBlocks remaining: 63727 Starting to write CD/DVD at speed 2 in write mode for single session. Last chance to quit, starting real write in 1 seconds. Waiting for reader process to fill input-buffer ... input-buffer ready. Starting new track at sector: 0 Track 01: 544 of 544 MB written (fifo 100%).cdrecord: Input/output error. flush cache: scsi sendcmd: retryable error status: 0x8 (BUSY) Track 01: Total bytes read/written: 570841088/570841088 (278731 sectors). CDB: 35 00 00 00 00 00 00 00 00 00 cmd finished after 120.004s timeout 120s Writing time: 1989.327s Fixating... cdrecord: Input/output error. fixation: scsi sendcmd: retryable error status: 0x8 (BUSY) CDB: E9 00 00 00 00 00 00 00 01 00 cmd finished after 0.000s timeout 480s cdrecord: Input/output error. prevent/allow medium removal: scsi sendcmd: retryable error status: 0x8 (BUSY) cdrecord: fifo had 8992 puts and 8992 gets. cdrecord: fifo was 0 times empty and 8927 times full, min fill was 98%. Fixating time: 0.000s CDB: 1E 00 00 00 00 00 cmd finished after 0.000s timeout 40s A -dummy write seems to go fine, but a real write might die before it really gets going or way into the burn like this one did. Afterwards, the CD-R/W is completely hung up. If I try another cdrecord command, the output suggests I powercycle the CDD. However, sending a reset with camcontrol seems to clear it up... until the next failed command. Can anyone interpret that output? I wonder if my CDD might be sick, or is it a software issue? Thanks for any help. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 12:13: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from megamail.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with SMTP id EA9A214F5A for ; Mon, 12 Jul 1999 12:12:54 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from [207.249.163.252] by megamail.megared.net.mx (NTMail 3.03.0017/4c.ab3r) with ESMTP id ea397908 for ; Mon, 12 Jul 1999 14:13:13 -0500 Message-ID: <037701becc9a$252d2ca0$fca3f9cf@megared.net.mx> From: "Alejandro Ramirez" To: "Ilia Chipitsine" , References: Subject: RE: abbreviating ... Date: Mon, 12 Jul 1999 14:10:03 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Network Interface Card (NIC). Ales ----- Original Message ----- From: Ilia Chipitsine To: Sent: Monday, July 12, 1999 11:12 AM Subject: abbreviating ... > lots of apologizes for off-topic ... > > what does NIC (or nic) stand for ? > > Regards, (Наилучшие пожелания) > > Ilia Chipitsine (Илья Шипицин) > > > > 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 Mon Jul 12 12:14:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netvisor.hu (mmtp89.mit.bme.hu [152.66.81.169]) by hub.freebsd.org (Postfix) with ESMTP id D104B1511D for ; Mon, 12 Jul 1999 12:14:39 -0700 (PDT) (envelope-from szoli@netvisor.hu) Received: from localhost (szoli@localhost) by netvisor.hu (8.8.7/8.8.7) with ESMTP id VAA12420 for ; Mon, 12 Jul 1999 21:46:07 +0200 Date: Mon, 12 Jul 1999 21:46:06 +0200 (CEST) From: Sebestyen Zoltan X-Sender: szoli@linux.intranet.netvisor.hu To: FreeBSD questions mailinglist Subject: How to copy CD's with cdrecord Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-2 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I wonder how can I copy CD's with cdrecord. I also would like to know if there's any special treament needed for Audio CD's or Video-CD's. =09=09 =09=09=09Thanks ---------------------------------------------------------------------------= ----- Sebesty=E9n Zolt=E1n =09I'm believing that the Holy Spir= it is =09=09=09=09=09gonna allow the hand, and the foot, and MAKE INSTALL NOT WAR=09=09=09the mouth, just to begin to speak, and to minister, and to heal coordinate= d by =09=09=09=09=09the head. I use UNIX because reboots are for hardware upgrades. Kick me! Whip me!! Make me develop on AIX!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 12:17:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netvisor.hu (mmtp89.mit.bme.hu [152.66.81.169]) by hub.freebsd.org (Postfix) with ESMTP id A06CC14F5A for ; Mon, 12 Jul 1999 12:17:56 -0700 (PDT) (envelope-from szoli@netvisor.hu) Received: from localhost (szoli@localhost) by netvisor.hu (8.8.7/8.8.7) with ESMTP id VAA12454; Mon, 12 Jul 1999 21:48:01 +0200 Date: Mon, 12 Jul 1999 21:48:01 +0200 (CEST) From: Sebestyen Zoltan X-Sender: szoli@linux.intranet.netvisor.hu To: cjclark@home.com Cc: FreeBSD Questions Subject: Re: cdrecord Problems In-Reply-To: <199907121905.PAA24759@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-2 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > cdrecord: Undefined error: 0. WARNING: RR-scheduler not available, disabl= ing. To avoid this warning, insert the following lines: ##################################################################### # POSIX P1003.1B # Real time extensions added int the 1993 Posix # P1003_1B: Infrastructure # _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING # _KPOSIX_VERSION: Version kernel is built for options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=3D199309L" ---------------------------------------------------------------------------= ----- Sebesty=E9n Zolt=E1n =09I don't care if you're going now= here =09=09=09=09=09just take good care of the world MAKE INSTALL NOT WAR=09=09=09 I use UNIX because reboots are for hardware upgrades. Kick me! Whip me!! Make me develop on AIX!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 12:18: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nezu.gs.verio.net (nezu.gs.verio.net [204.27.67.227]) by hub.freebsd.org (Postfix) with ESMTP id B35F514F5A for ; Mon, 12 Jul 1999 12:17:58 -0700 (PDT) (envelope-from rzig@verio.net) Received: by nezu.internal with Internet Mail Service (5.5.2448.0) id <3Y58MPP6>; Mon, 12 Jul 1999 14:16:50 -0500 Message-ID: <79103FDEF940D2118D9D00A0C9C9309C5FE60C@nezu.internal> From: Raul Zighelboim To: "'questions@freebsd.org'" Subject: Linux emulation... what am I missing ? Date: Mon, 12 Jul 1999 14:16:49 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks; When I try to intall G2 player, I get: root@rodia> /compat/linux/bin/rpm --install --ignoreos /compat/linux/var/rpm/G2player-6.0-0.99051701.i386_rpm failed dependencies: libICE.so.6 is needed by G2player-6.0-0.99051701 libSM.so.6 is needed by G2player-6.0-0.99051701 libX11.so.6 is needed by G2player-6.0-0.99051701 libXext.so.6 is needed by G2player-6.0-0.99051701 libXmu.so.6 is needed by G2player-6.0-0.99051701 libXt.so.6 is needed by G2player-6.0-0.99051701 libXaw.so.6 is needed by G2player-6.0-0.99051701 even thought the libraries are there: root@rodia> /compat/linux/sbin/ldconfig -p | grep ICE libICE.so.6 (ELF) => /usr/X11R6/lib/libICE.so.6 root@rodia> ldconfig -r | grep ICE 73:-lICE.6 => /usr/X11R6/lib/libICE.so.6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 12:36:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from copper.singnet.com.sg (copper.singnet.com.sg [165.21.7.30]) by hub.freebsd.org (Postfix) with ESMTP id 3A84315227 for ; Mon, 12 Jul 1999 12:36:14 -0700 (PDT) (envelope-from hsengyip@mbox3.singnet.com.sg) Received: from oasis (qtns01604.singnet.com.sg [165.21.163.194]) by copper.singnet.com.sg (8.9.1a/8.9.1) with SMTP id RAA15395 for ; Mon, 12 Jul 1999 17:17:29 +0800 (SGT) Message-ID: <011101becc47$98a8dba0$c2a315a5@oasis> Reply-To: "Ho Seng Yip" From: "Ho Seng Yip" To: "FreeBSD Questions" Subject: Ktrace Date: Mon, 12 Jul 1999 17:09:03 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="x-user-defined" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Can anyone point to me how I can tell ' ktrace ' not to follow forks when tracing a process? I can't seem to see that parameter in the manual pages. Thank you. Regards, Seng Yip To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 12:37: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netvisor.hu (mmtp89.mit.bme.hu [152.66.81.169]) by hub.freebsd.org (Postfix) with ESMTP id D5BCA1528A for ; Mon, 12 Jul 1999 12:36:45 -0700 (PDT) (envelope-from szoli@netvisor.hu) Received: from localhost (szoli@localhost) by netvisor.hu (8.8.7/8.8.7) with ESMTP id WAA12805 for ; Mon, 12 Jul 1999 22:08:08 +0200 Date: Mon, 12 Jul 1999 22:08:07 +0200 (CEST) From: Sebestyen Zoltan X-Sender: szoli@linux.intranet.netvisor.hu To: FreeBSD questions mailinglist Subject: Time zone problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-2 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've set up my BIOS clock so that I live in Budapest =3D> GMT + 1 (- 1 cause of the daylight saving time). How could I set BSD to handle that correctly? Currently it's one hour ahead of WinNT (OK, I know the FreeBSD= =20 is thousand miles ahead of Win NT :))))) ---------------------------------------------------------------------------= ----- Sebesty=E9n Zolt=E1n =09I can't choose what I can't beli= eve =09=09=09=09=09That the way of life is to live and grieve MAKE INSTALL NOT WAR=09=09=09'cause I see living as a place in the sun=20 =09=09=09=09=09and the world as a place for a kingdom to come =20 I use UNIX because reboots are for hardware upgrades. Kick me! Whip me!! Make me develop on AIX!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 12:55: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id AB50815250; Mon, 12 Jul 1999 12:54:44 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.9.3/8.9.3) id MAA45442; Mon, 12 Jul 1999 12:53:11 -0700 (PDT) (envelope-from obrien) Message-ID: <19990712125311.B45399@nuxi.com> Date: Mon, 12 Jul 1999 12:53:11 -0700 From: "David O'Brien" To: Greg Quinlan , freebsd-questions@FreeBSD.ORG Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Accelerated X - Feedback? Reply-To: obrien@FreeBSD.ORG References: <00af01becc65$ef6fd740$380051c2@qmpgmc.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <00af01becc65$ef6fd740$380051c2@qmpgmc.ac.uk>; from Greg Quinlan on Mon, Jul 12, 1999 at 01:56:19PM +0100 X-Operating-System: FreeBSD 3.2-STABLE Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I am looking for some feedback from people using Accelerated-X. > > I have problems with configuring my ATI All-in-One Wonder Pro (Rage > Pro) (+Creative Voodoo 2 12MB) and just want a good graphical user > interface. Accelerated-X will be easier to configure. However, it is based on an older version of XFree86 and does not have the XKB extentions (at least the part that makes it easy to make the CapsLock key a Ctrl key). The other thing is the Accelerated-X server crashes more often when an X client goes bottoms up than XFree86's SVGA server does. But Accelerated-X does have the speed adavantage, and for new cards, supports them faster. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 13: 9:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from awfulhak.org (dynamic-91.max1-du-ws.dialnetwork.pavilion.co.uk [212.74.8.91]) by hub.freebsd.org (Postfix) with ESMTP id 8668B151E9 for ; Mon, 12 Jul 1999 13:09:52 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from dev.lan.awfulhak.org (dev.lan.awfulhak.org [172.16.0.5]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id GAA07245; Mon, 12 Jul 1999 06:58:20 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from dev.lan.awfulhak.org (localhost [127.0.0.1]) by dev.lan.awfulhak.org (8.9.3/8.9.3) with ESMTP id GAA35271; Mon, 12 Jul 1999 06:58:20 +0100 (BST) (envelope-from brian@dev.lan.awfulhak.org) Message-Id: <199907120558.GAA35271@dev.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: jason Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp.linkup problems In-reply-to: Your message of "Sun, 11 Jul 1999 23:23:36 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 12 Jul 1999 06:58:20 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have my ppp working fine except for getting ppp.linkup to run a perl > script. I have tried looking at the samples and cant seem to get it to > work.. > FreeBSD welsh.dynip.com 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Sun Jul 11 > 22:01:36 EDT 1999 root@welsh.dynip.com:/usr/src/sys/compile/KITTY > i386 > > here are a few of the commands that i've tried in my /etc/ppp/ppp.linkup > > ! sh -c "/etc/ppp/jlclient.pl" > !bg /etc/ppp/jlclient.pl > shell /etc/ppp/jlclient.pl > > the jlclient.pl is a dynamic dns client. it runs just fine if I run it > from the command line.. I just cant get ppp.linkup to execute it.. > Ive tried it in both (demand and myaddr) sections of ppp.linkup > > any suggestions? Does your log file say anything about it when you ``set log +command'' ? Careful with the ``!'' and ``shell'' versions as ppp will wait for them to complete before continuing. If they expect to use ppp everything will hang waiting for things. > thanks and regards, > Jason > > > -- > ======================================================================= > | Jason Welsh jason@welsh.dynip.com | If you think there's | > | | good in everybody, you | > | http://welsh.dynip.com/ | haven't met everybody. | > ======================================================================= -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 13:14:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay.dtcom.dp.ua (relay.dtcom.dp.ua [195.123.7.42]) by hub.freebsd.org (Postfix) with ESMTP id E960815025 for ; Mon, 12 Jul 1999 13:13:59 -0700 (PDT) (envelope-from serg@relay.dtcom.dp.ua) Received: from myhome.dtcom.dp.ua (line3.dtcom.dp.ua [195.123.7.193]) by relay.dtcom.dp.ua (8.8.7/8.7.3) with ESMTP id XAA03342; Mon, 12 Jul 1999 23:22:37 +0300 (EEST) Received: from relay.dtcom.dp.ua (localhost [127.0.0.1]) by myhome.dtcom.dp.ua (8.9.3/8.9.3) with ESMTP id XAA00600; Mon, 12 Jul 1999 23:15:11 +0300 (EEST) (envelope-from serg@relay.dtcom.dp.ua) Message-ID: <378A4CCD.DCB31B50@relay.dtcom.dp.ua> Date: Mon, 12 Jul 1999 23:15:09 +0300 From: =?koi8-r?Q?=FE=C5=D2=CE=D9=CA=20=F3=C5=D2=C7=C5=CA=20=E9=D7=C1=CE=CF=D7=C9=DE?= Reply-To: serg@relay.dtcom.dp.ua Organization: COPPUS DD Ukrtelecom X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: ru, uk, en MIME-Version: 1.0 To: Raul Zighelboim Cc: "'questions@freebsd.org'" Subject: Re: Linux emulation... what am I missing ? References: <79103FDEF940D2118D9D00A0C9C9309C5FE60C@nezu.internal> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Raul Zighelboim wrote: > > Thanks; > When I try to intall G2 player, I get: > root@rodia> /compat/linux/bin/rpm --install --ignoreos Add options -nodeps > /compat/linux/var/rpm/G2player-6.0-0.99051701.i386_rpm > failed dependencies: > libICE.so.6 is needed by G2player-6.0-0.99051701 > libSM.so.6 is needed by G2player-6.0-0.99051701 > libX11.so.6 is needed by G2player-6.0-0.99051701 > libXext.so.6 is needed by G2player-6.0-0.99051701 > libXmu.so.6 is needed by G2player-6.0-0.99051701 > libXt.so.6 is needed by G2player-6.0-0.99051701 > libXaw.so.6 is needed by G2player-6.0-0.99051701 > > even thought the libraries are there: > root@rodia> /compat/linux/sbin/ldconfig -p | grep ICE > libICE.so.6 (ELF) => /usr/X11R6/lib/libICE.so.6 > root@rodia> ldconfig -r | grep ICE > 73:-lICE.6 => /usr/X11R6/lib/libICE.so.6 > > 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 Mon Jul 12 13:18:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bogslab.ucdavis.edu (bogslab.ucdavis.edu [169.237.68.34]) by hub.freebsd.org (Postfix) with ESMTP id 9DF6E14C57 for ; Mon, 12 Jul 1999 13:18:43 -0700 (PDT) (envelope-from greg@bogslab.ucdavis.edu) Received: from deal1.bogs.org (deal1.bogs.org [198.137.203.51]) by bogslab.ucdavis.edu (8.9.3/8.9.3) with ESMTP id NAA23274 for ; Mon, 12 Jul 1999 13:17:37 -0700 (PDT) Received: from deal1.bogs.org (LOCALHOST [127.0.0.1]) by deal1.bogs.org (8.8.8/8.6.12) with ESMTP id NAA04579 for ; Mon, 12 Jul 1999 13:17:34 -0700 (PDT) Message-Id: <199907122017.NAA04579@deal1.bogs.org> To: questions@FreeBSD.ORG X-To: "Crist J. Clark" X-Sender: owner-freebsd-questions@FreeBSD.ORG Subject: Re: Is it possible to clone a hard disk? In-reply-to: Your message of "Mon, 12 Jul 1999 14:23:28 EDT." <199907121823.OAA24661@cc942873-a.ewndsr1.nj.home.com> Reply-To: gkshenaut@ucdavis.edu Date: Mon, 12 Jul 1999 13:17:33 -0700 From: Greg Shenaut Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <199907121823.OAA24661@cc942873-a.ewndsr1.nj.home.com>, "Crist J. Clark" cleopede: >Some people may recommend doing a dd(1) right from one disk to >another, but I would only recommend it if you _really_ know what you >are doing. The best circumstance in which to use dd to clone a whole disk is when the destination drive is exactly the same model (in terms of heads, cylinders, sectors) as the source drive. I always try to buy disks in batches so that I can configure a system to my taste and dd the result to the other disks. With a little light editing of rc.conf, these clones are then ready to go. (I ordinarily use a tape as an intermediary, but it's the same principle.) -Greg Shenaut To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 13:24:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 0AE4E15286 for ; Mon, 12 Jul 1999 13:24:44 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id QAA24955; Mon, 12 Jul 1999 16:25:33 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907122025.QAA24955@cc942873-a.ewndsr1.nj.home.com> Subject: Re: cdrecord Problems In-Reply-To: from Sebestyen Zoltan at "Jul 12, 99 09:48:01 pm" To: szoli@netvisor.hu (Sebestyen Zoltan) Date: Mon, 12 Jul 1999 16:25:33 -0400 (EDT) Cc: cjclark@home.com, freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (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 Sebestyen Zoltan wrote, [Charset iso-8859-2 unsupported, filtering to ASCII...] > > > cdrecord: Undefined error: 0. WARNING: RR-scheduler not available, disabling. > To avoid this warning, insert the following lines: > ##################################################################### > # POSIX P1003.1B > > # Real time extensions added int the 1993 Posix > # P1003_1B: Infrastructure > # _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING > # _KPOSIX_VERSION: Version kernel is built for > > options "P1003_1B" > options "_KPOSIX_PRIORITY_SCHEDULING" > options "_KPOSIX_VERSION=199309L" Thanks, that did fix that one line, but in attepting to fixate the disks that only got partially written before gives, pc222# cdrecord -speed=2 -v -fix dev=2,0,2 Cdrecord release 1.8a22 Copyright (C) 1995-1999 J^vrg Schilling TOC Type: 1 = CD-ROM scsidev: '0,2,0' scsibus: 0 target: 2 lun: 0 atapi: 0 Device type : Removable CD-ROM Version : 2 Response Format: 2 Capabilities : Vendor_info : 'HP ' Identifikation : 'CD-Writer 6020 ' Revision : '1.07' Device seems to be: Philips CDD-2600. Using driver for Philips CDD-522 (philips_cdd522). Driver flags : cdrecord: Input/output error. test unit ready: scsi sendcmd: retryable error status: 0x2 (CHECK CONDITION) CDB: 00 00 00 00 00 00 Sense Bytes: F0 00 02 80 00 00 3E 0A 00 00 00 00 3A 00 00 00 00 00 Sense Key: 0x2 Not Ready, Segment 0 Sense Code: 0x3A Qual 0x00 (medium not present) Fru 0x0 Sense flags: Blk -2147483586 (valid) cdrecord: No disk / Wrong disk! And then the drive hung. This could be because the data write actually didn't go well before or the fixation did previously damage the disk, but I'd like some idea if the above lines in the kernel config should have fixed my _whole_ problem before I sacrfice another blank CD. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 13:48:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.delanet.com (hermes.delanet.com [208.9.136.62]) by hub.freebsd.org (Postfix) with SMTP id E55F21511B for ; Mon, 12 Jul 1999 13:48:36 -0700 (PDT) (envelope-from stevec@delanet.com) Received: (qmail 20719 invoked from network); 12 Jul 1999 20:50:07 -0000 Received: from unknown (HELO delanet.com) (208.9.136.123) by mail.delanet.com with SMTP; 12 Jul 1999 20:50:07 -0000 Message-ID: <378A54B1.BD95DBDA@delanet.com> Date: Mon, 12 Jul 1999 16:48:50 -0400 From: "Stephen C. Comoletti" Organization: DelaNET, Inc. X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Subject: kernel panic freeing free block? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Having a problem with kernel panics forcing a reboot of my main web server. Copy of the paniic along with reboot is below. Machine has run flawlessly for months now, with no changes of any kind recently. One item of note, it has a 4gig drive nfs mounted from a sun solaris 2.6 box which is our main file server. This sun box had repetive power failures due to a faulty ups 2 days ago (friday). While the drive comes up clean on fsck, I do recall notes to this being a potential problem in the archives. This problem did not occur until 2pm monday, crashing 3 times between 2 and 4 with the same error. Any pointers on how to fix this would be appreciated. Please cc me in any reply as I am not on this list currently. Regards, -- Stephen Comoletti Systems Administrator Delanet, Inc. http://www.delanet.com ph: (302) 326-5800 fax: (302) 326-5802 Jul 12 15:54:25 <0.2> somnus /kernel: dev = 0x20405, block = 29856, fs = /usr Jul 12 15:54:25 <0.2> somnus /kernel: panic: ffs_blkfree: freeing free block Jul 12 15:54:25 <0.2> somnus /kernel: Jul 12 15:54:25 <0.2> somnus /kernel: syncing disks... 24 22 15 7 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 giving up Jul 12 15:54:25 <0.2> somnus /kernel: Automatic reboot in 15 seconds - press a key on the console to abort Jul 12 15:54:25 <0.2> somnus /kernel: Rebooting... Jul 12 15:54:25 <0.2> somnus /kernel: Copyright (c) 1992-1999 FreeBSD Inc. Jul 12 15:54:25 <0.2> somnus /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993 Jul 12 15:54:25 <0.2> somnus /kernel: The Regents of the University of California. All rights reserved. Jul 12 15:54:25 <0.2> somnus /kernel: FreeBSD 3.2-STABLE #4: Fri Jun 11 15:03:17 EDT 1999 Jul 12 15:54:25 <0.2> somnus /kernel: root@somnus.delanet.com:/usr/src/sys/compile/SOMNUS Jul 12 15:54:25 <0.2> somnus /kernel: Timecounter "i8254" frequency 1193182 Hz Jul 12 15:54:25 <0.2> somnus /kernel: Timecounter "TSC" frequency 299749417 Hz Jul 12 15:54:25 <0.2> somnus /kernel: CPU: Pentium II (299.75-MHz 686-class CPU) Jul 12 15:54:25 <0.2> somnus /kernel: Origin = "GenuineIntel" Id = 0x634 Stepping=4 Jul 12 15:54:25 <0.2> somnus /kernel: Features=0x80fbff Jul 12 15:54:25 <0.2> somnus /kernel: real memory = 268435456 (262144K bytes) Jul 12 15:54:25 <0.2> somnus /kernel: avail memory = 258220032 (252168K bytes) Jul 12 15:54:25 <0.2> somnus /kernel: Preloaded elf kernel "kernel" at 0xc02c9000. Jul 12 15:54:25 <0.2> somnus /kernel: Probing for devices on PCI bus 0: Jul 12 15:54:25 <0.2> somnus /kernel: chip0: rev 0x03 on pci0.0.0 Jul 12 15:54:25 <0.2> somnus /kernel: chip1: rev 0x03 on pci0.1.0 Jul 12 15:54:25 <0.2> somnus /kernel: chip2: rev 0x01 on pci0.7.0 Jul 12 15:54:25 <0.2> somnus /kernel: ide_pci0: rev 0x01 on pci0.7.1 Jul 12 15:54:25 <0.2> somnus /kernel: chip3: rev 0x01 on pci0.7.3 Jul 12 15:54:25 <0.2> somnus /kernel: vga0: rev 0x01 int a irq 9 on pci0.9.0 Jul 12 15:54:25 <0.2> somnus /kernel: chip4: rev 0x02 on pci0.13.0 Jul 12 15:54:25 <0.2> somnus /kernel: chip5: rev 0x01 on pci0.14.0 Jul 12 15:54:25 <0.2> somnus /kernel: Probing for devices on PCI bus 1: Jul 12 15:54:25 <0.2> somnus /kernel: Probing for devices on PCI bus 2: Jul 12 15:54:25 <0.2> somnus /kernel: Qlogic ISP Driver, FreeBSD CAM Version 0.991, Core Version 1.8 Jul 12 15:54:25 <0.2> somnus /kernel: isp0: rev 0x05 int a irq 9 on pci2.6.0 Jul 12 15:54:25 <0.2> somnus /kernel: isp0: using Memory space register mapping Jul 12 15:54:25 <0.2> somnus /kernel: isp0: set PCI line size to 16 Jul 12 15:54:25 <0.2> somnus /kernel: isp0: Ultra Mode Capable Jul 12 15:54:25 <0.2> somnus /kernel: isp0: Board Revision 1040B, loaded F/W Revision 7.63.0 Jul 12 15:54:25 <0.2> somnus /kernel: isp0: Last F/W revision was 4.50.0 Jul 12 15:54:25 <0.2> somnus /kernel: de0: rev 0x30 int a irq 10 on pci2.7.0 Jul 12 15:54:25 <0.2> somnus /kernel: de0: DEC 21143 [10-100Mb/s] pass 3.0 (invalid EESPROM checksum) Jul 12 15:54:25 <0.2> somnus /kernel: de0: address 00:00:f8:7a:47:1a Jul 12 15:54:25 <0.2> somnus /kernel: Probing for devices on PCI bus 3: Jul 12 15:54:25 <0.2> somnus /kernel: Probing for devices on the ISA bus: Jul 12 15:54:25 <0.2> somnus /kernel: sc0 on isa Jul 12 15:54:25 <0.2> somnus /kernel: sc0: VGA color <16 virtual consoles, flags=0x0> Jul 12 15:54:25 <0.2> somnus /kernel: atkbdc0 at 0x60-0x6f on motherboard Jul 12 15:54:25 <0.2> somnus /kernel: atkbd0 irq 1 on isa Jul 12 15:54:25 <0.2> somnus /kernel: psm0: failed to get data. Jul 12 15:54:25 <0.2> somnus /kernel: psm0 irq 12 on isa Jul 12 15:54:25 <0.2> somnus /kernel: psm0: model Generic PS/2 mouse, device ID 0 Jul 12 15:54:25 <0.2> somnus /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa Jul 12 15:54:25 <0.2> somnus /kernel: fdc0: FIFO enabled, 8 bytes threshold Jul 12 15:54:25 <0.2> somnus /kernel: fd0: 1.44MB 3.5in Jul 12 15:54:25 <0.2> somnus /kernel: wdc0 not found at 0x1f0 Jul 12 15:54:25 <0.2> somnus /kernel: wdc1 at 0x170-0x177 irq 15 on isa Jul 12 15:54:25 <0.2> somnus /kernel: wdc1: unit 0 (atapi): , removable, accel, ovlap, dma, iordis Jul 12 15:54:25 <0.2> somnus /kernel: atapi1.0: unknown phase Jul 12 15:54:25 <0.2> somnus /kernel: acd0: drive speed 4134KB/sec, 128KB cache Jul 12 15:54:25 <0.2> somnus /kernel: acd0: supported read types: CD-DA Jul 12 15:54:26 <0.2> somnus /kernel: acd0: Audio: play, 16 volume levels Jul 12 15:54:26 <0.2> somnus /kernel: acd0: Mechanism: ejectable tray Jul 12 15:54:26 <0.2> somnus /kernel: acd0: Medium: no/blank disc inside, unlocked Jul 12 15:54:26 <0.2> somnus /kernel: ppc0 at 0x378 irq 7 flags 0x40 on isa Jul 12 15:54:26 <0.2> somnus /kernel: ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode Jul 12 15:54:26 <0.2> somnus /kernel: lpt0: on ppbus 0 Jul 12 15:54:26 <0.2> somnus /kernel: lpt0: Interrupt-driven port Jul 12 15:54:26 <0.2> somnus /kernel: ppi0: on ppbus 0 Jul 12 15:54:26 <0.2> somnus /kernel: plip0: on ppbus 0 Jul 12 15:54:26 <0.2> somnus /kernel: vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa Jul 12 15:54:26 <0.2> somnus /kernel: npx0 on motherboard Jul 12 15:54:26 <0.2> somnus /kernel: npx0: INT 16 interface Jul 12 15:54:26 <0.2> somnus /kernel: Waiting 15 seconds for SCSI devices to settle Jul 12 15:54:26 <0.2> somnus /kernel: isp0: driver initiated bus reset of bus 0 Jul 12 15:54:26 <0.2> somnus /kernel: de0: enabling 10baseT port Jul 12 15:54:26 <0.2> somnus /kernel: da0 at isp0 bus 0 target 0 lun 0 Jul 12 15:54:26 <0.2> somnus /kernel: da0: Fixed Direct Access SCSI-2 device Jul 12 15:54:26 <0.2> somnus /kernel: da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled Jul 12 15:54:26 <0.2> somnus /kernel: da0: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) Jul 12 15:54:26 <0.2> somnus /kernel: WARNING: / was not properly dismounted Jul 12 15:54:26 <0.2> somnus /kernel: de0: abnormal interrupt: receive process stopped To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 13:59:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from acme.sb.west.net (acme.sb.west.net [205.254.224.2]) by hub.freebsd.org (Postfix) with ESMTP id B456715231 for ; Mon, 12 Jul 1999 13:58:59 -0700 (PDT) (envelope-from ramey@rrsd.com) Received: from RRSD01 (226-146.adsl2.avtel.net [207.71.226.146]) by acme.sb.west.net (Postfix) with ESMTP id 3F61A24A3F for ; Mon, 12 Jul 1999 13:57:49 -0700 (PDT) From: "Robert Ramey" To: Subject: problem with microphone input Date: Mon, 12 Jul 1999 13:55:56 -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: <19990712205749.3F61A24A3F@acme.sb.west.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been trying to get my sound system working with FreeBSD. I built the kernel with pcm and pnp cat >/dev/audio ring.au seems to work fine - ie it plays a tune. cat >t.au ; Mon, 12 Jul 1999 14:04:32 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id XAA22388; Mon, 12 Jul 1999 23:03:28 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id XAA19512; Mon, 12 Jul 1999 23:03:18 +0200 (MET DST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id XAA56318; Mon, 12 Jul 1999 23:05:03 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id VAA25824; Mon, 12 Jul 1999 21:05:03 GMT (envelope-from ust) Date: Mon, 12 Jul 1999 23:05:03 +0200 From: Udo Schweigert To: Sebestyen Zoltan Cc: FreeBSD questions mailinglist Subject: Re: Time zone problems Message-ID: <19990712230503.A25788@alaska.cert.siemens.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: ; from Sebestyen Zoltan on Mon, Jul 12, 1999 at 10:08:07PM +0200 X-Operating-System: FreeBSD 3.2-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 12, 1999 at 10:08:07PM +0200, Sebestyen Zoltan wrote: > Hi, > > I've set up my BIOS clock so that I live in Budapest => GMT + 1 (- 1 > cause of the daylight saving time). How could I set BSD to handle that > correctly? Currently it's one hour ahead of WinNT (OK, I know the FreeBSD > is thousand miles ahead of Win NT :))))) > Hi, the following should do it: # touch /etc/wall_cmos_clock # cp -p /usr/share/zoneinfo/Europe/Budapest /etc/localtime Regards ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 48000 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 14: 5:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dsinw.com (dsinw.com [207.149.40.5]) by hub.freebsd.org (Postfix) with ESMTP id 5DF761509A for ; Mon, 12 Jul 1999 14:05:28 -0700 (PDT) (envelope-from hamellr@dsinw.com) Received: from akane (ppp109.pm3-0.pdx.dsinw.com [207.149.41.109]) by dsinw.com (8.8.8/8.7.3) with SMTP id OAA12897; Mon, 12 Jul 1999 14:00:28 -0700 (PDT) Date: Mon, 12 Jul 1999 13:45:41 -0700 () From: Rick Hamell To: "Booth, Christopher" Cc: "'freebsd'" Subject: Re: Motherboard/CPU Query In-Reply-To: <199907121700.NAA10182@interlock.mgh.com> Message-ID: X-X-Sender: hamellr@dsinw.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Is anyone out there running FreeBSD with an Alton 748 PII/III SVGA/Sound/56k > modem (i.e., the video, sound, and modem cards are built in) motherboard and > an Intel Celeron 333a CPU? > > If so, have you any caveats? Do not under any circumstances ever, ever, ever run a motherboard with everything built in. You have cheap hardware that is barely supported by the manufacturers even under Windwos, poor (usually) quality control, and it's hard to upgrade single pieces. Especially if one thing goes bad. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 14: 9:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dsinw.com (dsinw.com [207.149.40.5]) by hub.freebsd.org (Postfix) with ESMTP id CCF7514C17 for ; Mon, 12 Jul 1999 14:09:15 -0700 (PDT) (envelope-from hamellr@dsinw.com) Received: from akane (ppp109.pm3-0.pdx.dsinw.com [207.149.41.109]) by dsinw.com (8.8.8/8.7.3) with SMTP id OAA13003; Mon, 12 Jul 1999 14:04:22 -0700 (PDT) Date: Mon, 12 Jul 1999 13:49:35 -0700 () From: Rick Hamell To: Ilia Chipitsine Cc: questions@FreeBSD.ORG Subject: Re: abbreviating ... In-Reply-To: Message-ID: X-X-Sender: hamellr@dsinw.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > lots of apologizes for off-topic ... > > what does NIC (or nic) stand for ? Network Interface Card Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 14:19:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id D2FA314C17 for ; Mon, 12 Jul 1999 14:19:04 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from NOMAD (kenn2111.bossig.com [208.26.242.111]) by revolution.3-cities.com (8.9.3/8.9.3) with SMTP id OAA16338; Mon, 12 Jul 1999 14:17:58 -0700 (PDT) Message-ID: <000501beccac$048fd990$0100fea9@NOMAD> From: "Kent Stewart" To: "Rick Hamell" , "Booth, Christopher" Cc: "'freebsd'" References: Subject: Re: Motherboard/CPU Query Date: Mon, 12 Jul 1999 14:17:57 -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.2918.2701 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2918.2701 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: Rick Hamell To: Booth, Christopher Cc: 'freebsd' Sent: Monday, July 12, 1999 1:45 PM Subject: Re: Motherboard/CPU Query > > > Is anyone out there running FreeBSD with an Alton 748 PII/III SVGA/Sound/56k > > modem (i.e., the video, sound, and modem cards are built in) motherboard and > > an Intel Celeron 333a CPU? > > > > If so, have you any caveats? > > Do not under any circumstances ever, ever, ever run a motherboard > with everything built in. You have cheap hardware that is barely supported > by the manufacturers even under Windwos, poor (usually) quality control, > and it's hard to upgrade single pieces. Especially if one thing goes bad. I sometimes think that is also true of on-board SCSI but there are times when an on-board scsi is handy. That is the only on-board product that I can think of that has a reason. The sound, video, and etc. certainly seem to be the bottom end of the device capability range. I don't like internal modems because you can reset them with out a reboot and a built-in modem is looked at with even greater disapproval. So, I think Rick's first sentence was phrased just about right. Kent > > > Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 14:28:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server1.siscom.net (server1.siscom.net [209.251.2.89]) by hub.freebsd.org (Postfix) with SMTP id F2FCE14D30 for ; Mon, 12 Jul 1999 14:28:39 -0700 (PDT) (envelope-from radams@siscom.net) Received: (qmail 30336 invoked from network); 12 Jul 1999 21:28:12 -0000 Received: from mp.siscom.net (HELO jason) ([209.251.2.49]) (envelope-sender ) by server1.siscom.net (qmail-ldap-1.03) with SMTP for ; 12 Jul 1999 21:28:12 -0000 Message-ID: <0d1b01beccae$27258a20$3102fbd1@siscom.net> From: "Robert J. Adams" To: "Kent Stewart" , "Rick Hamell" , "Booth, Christopher" Cc: "'freebsd'" References: <000501beccac$048fd990$0100fea9@NOMAD> Subject: Re: Motherboard/CPU Query Date: Mon, 12 Jul 1999 17:33:05 -0400 Organization: SISCOM, Inc. 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 Guys, We've been using the Asus P2B-L (onboard Intel PRO/100 Ethernet) pretty much exclusively. We've also used the version of the board that has onboard Adaptec 2940U2W in addition to the PRO/100. We have never had a problem with either board. -j --- Robert J. Adams radams@siscom.net http://www.siscom.net Looking to outsource news? http://www.newshosting.com SISCOM Network Administration - President, SISCOM Inc. Phone: 937-222-8150 FAX: 937-222-8153 ----- Original Message ----- From: Kent Stewart To: Rick Hamell ; Booth, Christopher Cc: 'freebsd' Sent: Monday, July 12, 1999 5:17 PM Subject: Re: Motherboard/CPU Query > > ----- Original Message ----- > From: Rick Hamell > To: Booth, Christopher > Cc: 'freebsd' > Sent: Monday, July 12, 1999 1:45 PM > Subject: Re: Motherboard/CPU Query > > > > > > > Is anyone out there running FreeBSD with an Alton 748 PII/III > SVGA/Sound/56k > > > modem (i.e., the video, sound, and modem cards are built in) motherboard > and > > > an Intel Celeron 333a CPU? > > > > > > If so, have you any caveats? > > > > Do not under any circumstances ever, ever, ever run a motherboard > > with everything built in. You have cheap hardware that is barely supported > > by the manufacturers even under Windwos, poor (usually) quality control, > > and it's hard to upgrade single pieces. Especially if one thing goes bad. > > I sometimes think that is also true of on-board SCSI but there are times > when an on-board scsi is handy. That is the only on-board product that I can > think of that has a reason. The sound, video, and etc. certainly seem to be > the bottom end of the device capability range. I don't like internal modems > because you can reset them with out a reboot and a built-in modem is looked > at with even greater disapproval. So, I think Rick's first sentence was > phrased just about right. > > Kent > > > > > > > Rick > > > > 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 Mon Jul 12 14:47:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from p.funk.org (node1484.a2000.nl [62.108.20.132]) by hub.freebsd.org (Postfix) with ESMTP id 5FBFB14D30 for ; Mon, 12 Jul 1999 14:47:34 -0700 (PDT) (envelope-from alexlh@p.funk.org) Received: (from alexlh@localhost) by p.funk.org (8.9.3/8.9.3) id XAA25560; Mon, 12 Jul 1999 23:44:20 +0200 (CEST) (envelope-from alexlh) Date: Mon, 12 Jul 1999 23:44:20 +0200 From: Alex Le Heux To: "Charles A. Peters" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: version 2.2.8-stable -vs- version 3.2-stable (what's the advantage to going to 3.2-stable) Message-ID: <19990712234420.D25161@funk.org> References: <000201becc64$4dd8c3c0$0700a8c0@charles.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <000201becc64$4dd8c3c0$0700a8c0@charles.domain>; from Charles A. Peters on Mon, Jul 12, 1999 at 08:44:38AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 12, 1999 at 08:44:38AM -0400, Charles A. Peters wrote: > Question: > > What is the major difference in going to 3.2-stable, as opposed to staying > with 2.2.8-stable? Quite a few things changed, there are new drivers, etc. The thing that I like most is that it supports Softupdates. Softupdates speed up writes to the filesystem enormously. You should be able to find more at http://www.freebsd.org/releases/ Cheers, Alex -- +--------------------------------+-------------------+ | SMTP: | E-Gold: 101979 | | ICBM: N52 22.64'6 E4 51.54'1 | PGP: 0x1d512a3f | +--------------------------------+-------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 14:48: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from switch.unixfreak.org (cx828557-b.orng1.occa.home.com [24.5.152.21]) by hub.freebsd.org (Postfix) with ESMTP id CF2F31527D for ; Mon, 12 Jul 1999 14:47:45 -0700 (PDT) (envelope-from dima@switch.unixfreak.org) Received: (from dima@localhost) by switch.unixfreak.org (8.9.3/8.9.3) id OAA73823 for freebsd-questions@freebsd.org; Mon, 12 Jul 1999 14:45:21 -0700 (PDT) Message-Id: <199907122145.OAA73823@switch.unixfreak.org> Subject: passwd stalling To: freebsd-questions@freebsd.org Date: Mon, 12 Jul 1999 14:45:20 -0700 (PDT) From: Dima Dorfman X-Mailer: ELM [version 2.4ME+ PL43 (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 hi, on one of my freebsd machines, whenever i run passwd (root or non-root) it takes about 180 seconds to get the 1st prompt. at first i thought this was a dns problem, but dns is fine, and why would passwd need to do a dns lookup anyway? heres is the last part of the truss output for it: syscall bind(0x4,0xefbfd540,0x10) returns 0 (0x0) syscall ioctl(4,FIONBIO,0xefbfd570) returns 0 (0x0) syscall sendto(0x4,0x80529f0,0x38,0x0,0x8052808,0x10) returns 56 (0x38) syscall gettimeofday(0xefbfd4bc,0x0) returns 0 (0x0) syscall select(0x5,0xefbfd52c,0x0,0x0,0xefbfd4b4) returns 0 (0x0) syscall sendto(0x4,0x80529f0,0x38,0x0,0x8052808,0x10) returns 56 (0x38) syscall gettimeofday(0xefbfd4bc,0x0) returns 0 (0x0) now it sits there for awhile (not sure exactly how long). when i get the 1st prompt everything is ok. any ideas? SYSTEM INFO: FreeBSD 3.1-RELEASE (custom kernel) nis/kerberos disabled thanks in advance, --dima -- Dima Dorfman /-----------------------------------------------------\ | irc: eclipze@efnet/dalnet | whois: DD10140@internic | | email: dima@unixfreak.org | http: www.unixfreak.org | \-----------------------------------------------------/ Windoze droolz. FreeBSD rulez. http://www.FreeBSD.org/ Whats the same between computers and air conditioners? They both stop working when you open windows. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 14:54:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.sea-to-sky.net (sea-to-sky.net [204.244.200.240]) by hub.freebsd.org (Postfix) with ESMTP id B45A414E80 for ; Mon, 12 Jul 1999 14:54:27 -0700 (PDT) (envelope-from sreid@alpha.sea-to-sky.net) Received: (from sreid@localhost) by alpha.sea-to-sky.net (8.9.1a/8.8.7) id OAA10618; Mon, 12 Jul 1999 14:54:43 -0700 Date: Mon, 12 Jul 1999 14:54:43 -0700 (PDT) From: Steve Reid To: freebsd-questions@freebsd.org Subject: Sendmail, dialup connection, multiple users. 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 This is related to the FAQ item: "8.19. How do I set up mail with a dialup connection to the 'net?" The FAQ details how to change the domain name on outgoing mail to match that of the ISP. But what do you do when there are multiple users on the system, who's email addresses have different domain names, and who's local user names don't match their user names in their email addresses? My hostname is "grok", the domain name I'm using is simply "nodomain". These are a couple of my users: Local user Email address steve@grok.nodomain sreid@sea-to-sky.net vern@grok.nodomain figaro6@hotmail.com Each user can set the From: line in the mail headers just fine using most MUAs, but when the local sendmail tries to deliver the message it seems to be telling the remote MTA that our hostname is "grok.nodomain", and many sites (including freebsd.org) refuse to accept mail from us because "grok.nodomain" is bogus. Is it sufficient to set sendmail's idea of the domain to some other random domain name that does exist (like "hotmail.com"), and depend on the From: line in the mail to get return mail going where it's supposed to? If I were to do that, would error messages relating to "steve@grok.nodomain" end up going to "steve@hotmail.com" instead of "sreid@sea-to-sky.net"?? Is there anything else I can do??? Also, the FAQ refers to M4-processable configuration files in /usr/src/usr.sbin/sendmail/cf. It says that if you have the CDROM you can get those files by installing the /cdrom/dists/src/ssmailcf.aa distfile. Where do you get those files if you don't have a recent CD? I checked ftp.freebsd.org in the 3.2-RELEASE/src directory but could not find any ssmailcf.aa distfile. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 14:59:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailout1.nyroc.rr.com (mailout1-1.nyroc.rr.com [24.92.226.146]) by hub.freebsd.org (Postfix) with ESMTP id 6B11714E48 for ; Mon, 12 Jul 1999 14:59:42 -0700 (PDT) (envelope-from neubyneu@twcny.rr.com) Received: from kramer ([24.92.245.156]) by mailout1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with SMTP id com for ; Mon, 12 Jul 1999 17:59:09 -0400 Message-ID: <000701becc2b$a50ceba0$04c809c0@kramer.cmsnet.net> From: "Michael P. Neuman" To: Subject: natd/ipfw question. Date: Mon, 12 Jul 1999 01:59:03 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BECC0A.1DB08700" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BECC0A.1DB08700 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello. I'm currently running FreeBSD-3.2-RELEASE. I have natd and ipfw = working great right now I'm also runninng DNS. Currently, it directs my = internal network of unregistered IP's to the internet. What I want to = also do is the reverse. I want to be able to telnet to my computer with = the unregistered address from the internet. I.E.: I'm on the internet. = I want to connect to kramer.cmsnet.net (IP 192.168.1.2) from the = internet. Is there a way to set up NATD/IPFW to do this??? Thanks in = advance. I hope you can understand what I'm saying -- Michael P. Neuman - Consultant, NeuTech Computer Consulting http://www.cmsnet.net neubyneu@twcny.rr.com -- ------=_NextPart_000_0004_01BECC0A.1DB08700 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello.  I'm currently running=20 FreeBSD-3.2-RELEASE.  I have natd and ipfw working great right now = I'm also=20 runninng DNS.  Currently, it directs my internal network of = unregistered=20 IP's to the internet.  What I want to also do is the reverse.  = I want=20 to be able to telnet to my computer with the unregistered address from = the=20 internet.  I.E.: I'm on the internet.  I want to connect to=20 kramer.cmsnet.net (IP 192.168.1.2) from the internet.  Is there a = way to=20 set up NATD/IPFW to do this??? Thanks in advance.  I hope you can=20 understand what I'm saying
--
Michael P. Neuman - Consultant, = NeuTech Computer=20 Consulting
http://www.cmsnet.net
neubyneu@twcny.rr.com
--
------=_NextPart_000_0004_01BECC0A.1DB08700-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 15:25: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.hawaii.rr.com (smtp3.hawaii.rr.com [204.210.97.13]) by hub.freebsd.org (Postfix) with ESMTP id 0149A15295 for ; Mon, 12 Jul 1999 15:25:00 -0700 (PDT) (envelope-from art@hawaii.rr.com) Received: from taz - 24.94.75.210 by smtp3.hawaii.rr.com with Microsoft SMTPSVC(5.5.1774.114.11); Mon, 12 Jul 1999 12:12:52 -1000 Message-Id: <3.0.6.32.19990712122426.03078620@clients1.hawaii.rr.com> X-Sender: art@clients1.hawaii.rr.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Mon, 12 Jul 1999 12:24:26 -1000 To: "Michael P. Neuman" From: "Art Neilson, KH7PZ" Subject: Re: natd/ipfw question. Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <000701becc2b$a50ceba0$04c809c0@kramer.cmsnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 01:59 AM 7/12/99 -0400, you wrote: > Hello. I'm currently running FreeBSD-3.2-RELEASE. I have natd and ipfw working > great right now I'm also runninng DNS. Currently, it directs my internal network > of unregistered IP's to the internet. What I want to also do is the reverse. I > want to be able to telnet to my computer with the unregistered address from the > internet. I.E.: I'm on the internet. I want to connect to kramer.cmsnet.net (IP > 192.168.1.2) from the internet. Is there a way to set up NATD/IPFW to do this??? > Thanks in advance. I hope you can understand what I'm saying > -- > Michael P. Neuman - Consultant, NeuTech Computer Consulting Wouldn't that defeat the purpose of the firewall? Besides, those unregistered IP addresses won't be honored by any DNS servers on the outside so you'd have to use the IP address. Not sure that would even work, I don't think any router would route that address on the outside. -- __ / ) _/_ It is a capital mistake to theorise before one has data. /--/ __ / Insensibly one begins to twist facts to suit theories, / (_/ (_<__ Instead of theories to suit facts. -- Sherlock Holmes, "A Scandal in Bohemia" Arthur W. Neilson III, KH7PZ Bank of Hawaii Tech Support art@hawaii.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 15:34:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gold.wvnet.edu (gold.wvnet.edu [129.71.2.25]) by hub.freebsd.org (Postfix) with ESMTP id 4086314CE1 for ; Mon, 12 Jul 1999 15:34:11 -0700 (PDT) (envelope-from sce04020@mail.wvnet.edu) Received: from myname.my.domain (129.71.227.186:1264) by gold.wvnet.edu (LSMTP for Windows NT v1.1b) with SMTP id <0.41C840DA@gold.wvnet.edu>; Mon, 12 Jul 1999 18:40:30 -0400 Message-ID: <382CA3D0.167EB0E7@mail.wvnet.edu> Date: Fri, 12 Nov 1999 18:33:36 -0500 From: Kenneth Legg X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 3.2-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ppp Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I went to the computer show this weekend and bought Freebsd 3.2. It installed without a hich and I had no trouble hooking to my ISP. I've using netscape 3.04, but only because I can't seem to get communitcator to install. I would like to think all who took time and sent me the helpfull information, without it I would still be banging my head. Think you all, Kenny P.S KDE is great!! > get nothing, and the modem lights do nothing. > > But I do thank you for answering my message. > Kenny Looking close in your configuration I just found one thing that posible caused your problems: > > > default: > > > set device /dev/cuaa0 > > > set speed 115200 > > > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK > > > \\dATDT\\T TIMEOUT 40 CONNECT" > > > ISP: > > > set phone 1234567 > > > set login ^^^^^^^^^ This is what I talking about. > > > set authname foo > > > set authkey far Right now most providers uses CHAP authorization for dialup service. But this keyword, that you are use, needed to process standard unix-like terminal authorization. You don't need this string at all. First of all I recomend to instal new ppp version, You can get it at http://www.freebsd.org/~brian/ Look at my config files for a working example: --- ppp.conf --- default: set log phase set speed 115200 set phone "212121" set authname YOUR_LOGIN_MUST_BE_HERE set authkey YOUR_PASSWORD_MUST_BE_HERE set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT&F OK-ATZ-OK \\dATDT\\T TIMEOUT 20 CONNECT" set timeout 300 ondemand: set device /dev/modem0 set server 3000 PPP_CONTROL_PASSWORD set redial 40 30 set ifaddr 127.1.1.1/0 127.2.2.2/0 255.255.255.0 add 0 0 127.2.2.2 server: set device /dev/modem1 set server 3001 PPP_CONTROL_PASSWORD set nbns 192.168.1.2 set dns 192.168.1.1 192.168.1.2 enable chap enable pap enable passwdauth enable proxy accept dns --- ppp.conf --- There are 'ondemand' section for dial my provider and 'server' section for accepting incoming calls. --- ppp.linkup --- ondemand: delete ALL add 0 0 HISADDR shell /usr/local/etc/firewall.conf MYADDR shell /bin/sh -c "echo MYADDR >> /var/log/ppp.ips" 192.168.1.1: shell /etc/ppp/ppp.diallog USER HISADDR "LINKUP " --- ppp.linkup --- File ppp.linkup used when line going up. You need only 'ondemand' like section in it. Hope this helps. -- ______________________________________________________________________________ Vladimir A. Petrov | I had slept and seen a dream, I seen a Windows aka vap | of the future, and it was almost working. FidoNet: 2:5075/21.21 | Nothing in the world is perfect but so ma To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 15:35: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id 9DCDB14CE1 for ; Mon, 12 Jul 1999 15:35:03 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from NOMAD (kenn2012.bossig.com [208.26.242.12]) by revolution.3-cities.com (8.9.3/8.9.3) with SMTP id PAA28165; Mon, 12 Jul 1999 15:33:47 -0700 (PDT) Message-ID: <001c01beccb6$9c41ba60$0100fea9@NOMAD> From: "Kent Stewart" To: "Robert J. Adams" , "Rick Hamell" , "Booth, Christopher" Cc: "'freebsd'" References: <000501beccac$048fd990$0100fea9@NOMAD> <0d1b01beccae$27258a20$3102fbd1@siscom.net> Subject: Re: Motherboard/CPU Query Date: Mon, 12 Jul 1999 15:33:46 -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.2918.2701 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2918.2701 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: Robert J. Adams To: Kent Stewart ; Rick Hamell ; Booth, Christopher Cc: 'freebsd' Sent: Monday, July 12, 1999 2:33 PM Subject: Re: Motherboard/CPU Query > Guys, > > We've been using the Asus P2B-L (onboard Intel PRO/100 Ethernet) pretty much > exclusively. We've also used the version of the board that has onboard > Adaptec 2940U2W in addition to the PRO/100. We have never had a problem with > either board. That is the MB that I was thinking of when I made my comment about the SCSI. I just switched to the Intel Pro 10/100 from 3Com and I really don't have any experience except that I have two cards in service. Adding cache and bios'es for either device to a MB seems like a conflict of interest on one side or the other. In my case, I would have been locked into a ultra wide and not have an easy choice of adding a U2W to my system. The upgrade would have been effectively double the cost because I still had the old one on-board, which I couldn't sell to someone, and the new higher performance SCSI card, which was added to gain performance. You will have to make that decision when UW160 hits the street. Kent > > -j > > --- > Robert J. Adams radams@siscom.net http://www.siscom.net > Looking to outsource news? http://www.newshosting.com > SISCOM Network Administration - President, SISCOM Inc. > Phone: 937-222-8150 FAX: 937-222-8153 > > ----- Original Message ----- > From: Kent Stewart > To: Rick Hamell ; Booth, Christopher > > Cc: 'freebsd' > Sent: Monday, July 12, 1999 5:17 PM > Subject: Re: Motherboard/CPU Query > > > > > > ----- Original Message ----- > > From: Rick Hamell > > To: Booth, Christopher > > Cc: 'freebsd' > > Sent: Monday, July 12, 1999 1:45 PM > > Subject: Re: Motherboard/CPU Query > > > > > > > > > > > Is anyone out there running FreeBSD with an Alton 748 PII/III > > SVGA/Sound/56k > > > > modem (i.e., the video, sound, and modem cards are built in) > motherboard > > and > > > > an Intel Celeron 333a CPU? > > > > > > > > If so, have you any caveats? > > > > > > Do not under any circumstances ever, ever, ever run a motherboard > > > with everything built in. You have cheap hardware that is barely > supported > > > by the manufacturers even under Windwos, poor (usually) quality control, > > > and it's hard to upgrade single pieces. Especially if one thing goes > bad. > > > > I sometimes think that is also true of on-board SCSI but there are times > > when an on-board scsi is handy. That is the only on-board product that I > can > > think of that has a reason. The sound, video, and etc. certainly seem to > be > > the bottom end of the device capability range. I don't like internal > modems > > because you can reset them with out a reboot and a built-in modem is > looked > > at with even greater disapproval. So, I think Rick's first sentence was > > phrased just about right. > > > > Kent > > > > > > > > > > > Rick > > > > > > > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 15:40:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ntex.co.napa.ca.us (209-78-56-68.co.napa.ca.us [209.78.56.68]) by hub.freebsd.org (Postfix) with ESMTP id 56CCA14CE1 for ; Mon, 12 Jul 1999 15:40:17 -0700 (PDT) (envelope-from DBoune@co.napa.ca.us) Received: by 209-78-56-68.co.napa.ca.us with Internet Mail Service (5.0.1460.8) id ; Mon, 12 Jul 1999 15:41:27 -0700 Message-ID: From: "Boune, Damian" To: "'freebsd-questions@freebsd.org'" Subject: Is it possible... Date: Mon, 12 Jul 1999 15:41:26 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I have two 6gig hard drives (784/255/63). I would like to have the following configuration. All good reasoning as to why I want this aside, will it be possible? Disk 1 - / SWAP /tmp /var /root (yes, a separate label) /usr/home (yes, under /usr) Disk 2 - /usr So the question is, can I mount a Label(#1) under another Label(#2) which resides on a different physical disk than the first Label(#1)? Thank you! Damian Boune County Of Napa Special Projects Division To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 15:55:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from megamail.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with SMTP id A3178152AC for ; Mon, 12 Jul 1999 15:55:08 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from [207.249.163.252] by megamail.megared.net.mx (NTMail 3.03.0017/4c.ab3r) with ESMTP id ma398956 for ; Mon, 12 Jul 1999 17:53:32 -0500 Message-ID: <00a501beccb8$ebcecd00$fca3f9cf@megared.net.mx> From: "Alejandro Ramirez" To: "Alex Le Heux" , "Charles A. Peters" Cc: References: <000201becc64$4dd8c3c0$0700a8c0@charles.domain> <19990712234420.D25161@funk.org> Subject: RE: version 2.2.8-stable -vs- version 3.2-stable (what's the advantage to going to 3.2-stable) Date: Mon, 12 Jul 1999 17:50:21 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Dont forget PAM, SMP, ELF, TCP Wrappers, DHCP Client, CAM, Sendmail 8.9.3 w/anti-spam rules, etc, etc, etc. Ales ----- Original Message ----- From: Alex Le Heux To: Charles A. Peters Cc: Sent: Monday, July 12, 1999 4:44 PM Subject: Re: version 2.2.8-stable -vs- version 3.2-stable (what's the advantage to going to 3.2-stable) > On Mon, Jul 12, 1999 at 08:44:38AM -0400, Charles A. Peters wrote: > > Question: > > > > What is the major difference in going to 3.2-stable, as opposed to staying > > with 2.2.8-stable? > > Quite a few things changed, there are new drivers, etc. > > The thing that I like most is that it supports Softupdates. Softupdates > speed up writes to the filesystem enormously. > > You should be able to find more at http://www.freebsd.org/releases/ > > Cheers, > > Alex > > -- > +--------------------------------+-------------------+ > | SMTP: | E-Gold: 101979 | > | ICBM: N52 22.64'6 E4 51.54'1 | PGP: 0x1d512a3f | > +--------------------------------+-------------------+ > > > 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 Mon Jul 12 16:18: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from p.funk.org (node1484.a2000.nl [62.108.20.132]) by hub.freebsd.org (Postfix) with ESMTP id 0AAEF14E91 for ; Mon, 12 Jul 1999 16:17:59 -0700 (PDT) (envelope-from alexlh@p.funk.org) Received: (from alexlh@localhost) by p.funk.org (8.9.3/8.9.3) id BAA26174; Tue, 13 Jul 1999 01:15:32 +0200 (CEST) (envelope-from alexlh) Date: Tue, 13 Jul 1999 01:15:32 +0200 From: Alex Le Heux To: Alejandro Ramirez Cc: "Charles A. Peters" , freebsd-questions@FreeBSD.ORG Subject: Re: version 2.2.8-stable -vs- version 3.2-stable (what's the advantage to going to 3.2-stable) Message-ID: <19990713011532.A26154@funk.org> References: <000201becc64$4dd8c3c0$0700a8c0@charles.domain> <19990712234420.D25161@funk.org> <00a501beccb8$ebcecd00$fca3f9cf@megared.net.mx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <00a501beccb8$ebcecd00$fca3f9cf@megared.net.mx>; from Alejandro Ramirez on Mon, Jul 12, 1999 at 05:50:21PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, like I said, check out www.freebsd.org :-) Alex On Mon, Jul 12, 1999 at 05:50:21PM -0500, Alejandro Ramirez wrote: > Hi, > > Dont forget PAM, SMP, ELF, TCP Wrappers, DHCP Client, CAM, Sendmail > 8.9.3 w/anti-spam rules, etc, etc, etc. > > Ales > > ----- Original Message ----- > From: Alex Le Heux > To: Charles A. Peters > Cc: > Sent: Monday, July 12, 1999 4:44 PM > Subject: Re: version 2.2.8-stable -vs- version 3.2-stable (what's the > advantage to going to 3.2-stable) > > > > On Mon, Jul 12, 1999 at 08:44:38AM -0400, Charles A. Peters wrote: > > > Question: > > > > > > What is the major difference in going to 3.2-stable, as opposed to > staying > > > with 2.2.8-stable? > > > > Quite a few things changed, there are new drivers, etc. > > > > The thing that I like most is that it supports Softupdates. Softupdates > > speed up writes to the filesystem enormously. > > > > You should be able to find more at http://www.freebsd.org/releases/ > > > > Cheers, > > > > Alex > > > > -- > > +--------------------------------+-------------------+ > > | SMTP: | E-Gold: 101979 | > > | ICBM: N52 22.64'6 E4 51.54'1 | PGP: 0x1d512a3f | > > +--------------------------------+-------------------+ > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > -- +--------------------------------+-------------------+ | SMTP: | E-Gold: 101979 | | ICBM: N52 22.64'6 E4 51.54'1 | PGP: 0x1d512a3f | +--------------------------------+-------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 16:54:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id 1E06114EA6 for ; Mon, 12 Jul 1999 16:54:52 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id QAA08715 for ; Mon, 12 Jul 1999 16:53:48 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Mon, 12 Jul 1999 16:53:48 -0700 (PDT) From: Doug X-Sender: doug@dt054n86.san.rr.com To: freebsd-questions@freebsd.org Subject: No FreeBSD version of VMware planned 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 just got an official response from a vmware company rep, there is no FreeBSD version of their product planned. There was some question about this on the list recently so I thought I'd follow up. Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 17:16:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ezln23.earthbroadcasting.com (ezln23.thedial.com [207.135.131.130]) by hub.freebsd.org (Postfix) with ESMTP id CAC57152B1 for ; Mon, 12 Jul 1999 17:16:19 -0700 (PDT) (envelope-from chris@thedial.com) Received: from thedial.com (cstaylor@localhost.earthbroadcasting.com [127.0.0.1]) by ezln23.earthbroadcasting.com (8.9.3/8.9.3) with ESMTP id SAA09354 for ; Mon, 12 Jul 1999 18:16:20 -0600 (MDT) (envelope-from chris@thedial.com) Message-ID: <378A8554.61ED4888@thedial.com> Date: Mon, 12 Jul 1999 18:16:20 -0600 From: Christopher Taylor X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: backspace not working in some terminals Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've had problems with my backspace key not working. For instance, in a 'screen' terminal, I am getting a '~' character and am having to hit CTRL-h manually to backspace. I've checked my 'rxvt' terms and the TERM var is set to 'xterm'. The TERM var in 'screen' is set to 'screen'. When i'm in a normal 'rxvt' or 'xterm', backspace works fine. --Chris -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Christopher Taylor Technical Director Earth Broadcasting Corporation (EBC) 415 East 200 South Salt Lake City, Utah 84111 phone: (801) 322-3949 cell: (801) 541-8287 email: chris@thedial.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 17:40:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id 0481014FD2 for ; Mon, 12 Jul 1999 17:40:33 -0700 (PDT) (envelope-from wwoods@cybcon.com) Received: from william (usr1-0.cybcon.com [205.147.75.1]) by mail.cybcon.com (8.9.0/8.9.0) with SMTP id RAA13127 for ; Mon, 12 Jul 1999 17:40:25 -0700 (PDT) From: "William Woods" To: "FreeBSD Questions" Subject: Looking for a national ISP.... Date: Mon, 12 Jul 1999 16:40:31 -0700 Message-ID: <000101beccbf$edfd1a80$014b93cd@william> 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 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am looking for a FreeBSD Fridley ISP, must have national access, as I travel with my FreeBSD powered notebook. I was going to look into CompuServe, but I don't know if they are freebsd friendly. William To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 18:25:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id E62B814C99 for ; Mon, 12 Jul 1999 18:25:09 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id VAA00161; Mon, 12 Jul 1999 21:24:54 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907130124.VAA00161@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Is it possible... In-Reply-To: from "Boune, Damian" at "Jul 12, 99 03:41:26 pm" To: DBoune@co.napa.ca.us (Boune, Damian) Date: Mon, 12 Jul 1999 21:24:53 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (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 Boune, Damian wrote, > > Greetings, > > I have two 6gig hard drives (784/255/63). I would like to have the following > configuration. All good reasoning as to why I want this aside, will it be > possible? > > Disk 1 - > / > SWAP > /tmp > /var > /root (yes, a separate label) > /usr/home (yes, under /usr) > > Disk 2 - > /usr > > > So the question is, can I mount a Label(#1) under another Label(#2) which > resides on a different physical disk than the first Label(#1)? Where a filesystem is mounted in the directory tree has absolutely nothing to do with the physical location of the device. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 18:46:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 8B0BF1525C; Mon, 12 Jul 1999 18:46:35 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id LAA09386; Tue, 13 Jul 1999 11:15:47 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id LAA39295; Tue, 13 Jul 1999 11:15:47 +0930 (CST) Date: Tue, 13 Jul 1999 11:15:47 +0930 From: Greg Lehey To: Greg Quinlan Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: Accelerated X - Feedback? Message-ID: <19990713111547.T21403@freebie.lemis.com> References: <00af01becc65$ef6fd740$380051c2@qmpgmc.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <00af01becc65$ef6fd740$380051c2@qmpgmc.ac.uk>; from Greg Quinlan on Mon, Jul 12, 1999 at 01:56:19PM +0100 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 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 12 July 1999 at 13:56:19 +0100, Greg Quinlan wrote: > I am looking for some feedback from people using Accelerated-X. > > Is it the way to go? > > I have problems with configuring my ATI All-in-One Wonder Pro (Rage Pro) > (+Creative Voodoo 2 12MB) > and just want a good graphical user interface. > > I have looked at Window-maker (0.60) but I just can not get it to work above > 8bit colours and at low res. ;( I've been using AcceleratedX and its predecessors since 1992. As soon as XFree86 supports multiple displays, I'm going to switch. It's expensive to keep up with the latest hardware, and it's difficult working with XiG. Performance may be a little better, but with modern display boards, that's no longer the issue it used to be. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 18:53: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ds9.dreamhaven.org (dt0f4nfc.san.rr.com [24.94.22.252]) by hub.freebsd.org (Postfix) with ESMTP id 6F2D114D17 for ; Mon, 12 Jul 1999 18:53:00 -0700 (PDT) (envelope-from data@ds9.dreamhaven.org) Received: from data (helo=localhost) by ds9.dreamhaven.org with local-esmtp (Exim 2.12 #2) id 113rk2-000Bok-00 for freebsd-questions@freebsd.org; Mon, 12 Jul 1999 18:52:18 -0700 Date: Mon, 12 Jul 1999 18:52:18 -0700 (PDT) From: Bryce Newall To: FreeBSD Questions List Subject: "arplookup failed xxx.xx.xx.x failed: host is not on local network" 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 Greetings once again, I've seen this thread on the mailing list archives, but I'm not sure what to do here. We have 2 machines set up at a local ISP. The machines are called calico and manx, and I'll explain how the network is currently set up: * We have 4 Class C's, 166.70.64, 166.70.73, 166.70.74, and 166.70.75. * We also have a single IP in the ISP's address space, 204.228.135.145. * calico is the "router" machine. It has 2 ethernet adapters, xl0 and xl1. xl0 is ifconfig'd as 204.228.135.145 and uplinks directly to the ISP's switch. xl1 downlinks to a hub, where the other machine, manx, is connected. * The ISP told us to use a subnet mask of 255.255.255.128 for the IP in their space, so we have: xl0: flags=8843 mtu 1500 inet 204.228.135.145 netmask 0xffffff80 broadcast 204.228.135.255 They also told us to use a subnet mask of 255.255.255.0 for the .1 IP's of our 4 Class C's, and 255.255.255.255 for the rest, so we have, for example: xl1: flags=8843 mtu 1500 inet 166.70.64.1 netmask 0xffffff00 broadcast 166.70.64.255 inet 166.70.64.10 netmask 0xffffffff broadcast 166.70.64.255 inet 166.70.64.11 netmask 0xffffffff broadcast 166.70.64.255 (etc.) * calico's 2nd ethernet card is ifconfig'd with several IPs in the 166.70.64 IP space, including 166.70.64.1. It also is ifconfig'd as 166.70.73.1, 166.70.74.1, and 166.70.75.1. * manx is ifconfig'd with all addresses in the 166.70.74 and 166.70.75 subnets (i.e. .2-.254). (We haven't used 166.70.73 yet.) It also has 3 IPs in the 166.70.64 IP space, of which the first is configured with a 255.255.255.0 netmask. All the rest are 255.255.255.255, so we have: xl0: flags=8843 mtu 1500 inet 166.70.64.200 netmask 0xffffff00 broadcast 166.70.64.255 inet 166.70.64.203 netmask 0xffffffff broadcast 166.70.64.255 inet 166.70.64.206 netmask 0xffffffff broadcast 166.70.64.255 inet 166.70.74.2 netmask 0xffffffff broadcast 166.70.74.255 inet 166.70.74.3 netmask 0xffffffff broadcast 166.70.74.255 (etc.) Here's the problem: With the setup outlined above, manx is generating these messages every few seconds, over and over again: Jul 12 19:00:17 manx /kernel: arplookup 166.70.74.1 failed: host is not on local network Jul 12 19:00:17 manx /kernel: arplookup 166.70.75.1 failed: host is not on local network I don't understand, because 166.70.74.1 and 75.1 *are* on the local network. They're one hop away from manx, to be exact. When I first noticed the problem, I thought perhaps the netmasks I had configured on calico for 166.70.64.1, 74.1, and 75.1 (255.255.255.0 for each) were incorrect, so I changed them to 255.255.255.255. That took care of the arplookup problem, but then created another problem: Nothing on manx with a 166.70.74 or .75 IP could be reached from the outside! Or even from calico. The 166.70.64 IP could be reached, but none of the others, so I had to put the netmasks back the way they were. So everything works now, but I'm still getting that arplookup error. Any suggestions on what I may be doing wrong? Thanks! ********************************************************************** * Bryce Newall * Email: data@dreamhaven.net * * WWW: http://www.dreamhaven.net/~data * ICQ: 32620929 * * "Insanity takes its toll. Please have exact change." * ********************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 18:55:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 74BC814C4A for ; Mon, 12 Jul 1999 18:55:18 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id LAA09455; Tue, 13 Jul 1999 11:24:53 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id LAA39366; Tue, 13 Jul 1999 11:24:52 +0930 (CST) Date: Tue, 13 Jul 1999 11:24:52 +0930 From: Greg Lehey To: Walter Hafner , Walter Hafner Cc: questions@FreeBSD.ORG Subject: Re: strange NFS problem Message-ID: <19990713112452.U21403@freebie.lemis.com> References: <14218.4014.47678.998590@hprbg5.informatik.tu-muenchen.de> <14218.4014.47678.998590@hprbg5.informatik.tu-muenchen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <14218.4014.47678.998590@hprbg5.informatik.tu-muenchen.de>; from Walter Hafner on Mon, Jul 12, 1999 at 05:54:22PM +0200 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 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 12 July 1999 at 17:54:22 +0200, Walter Hafner wrote: > Host A: FreeBSD 2.2.8 STABLE, NFS Server > Host B: FreeBSD 3.1 RELEASE, NFS Client > > Host A runs "mountd -n" and "nfsd" (4 childs). > > Routing between A and B is ok, DNS and reverse DNS is ok. > > /etc/exports on A: > > /export/dist B C D > /export/data B C D > > /etc/fstab on B: > > A:/export/data /mount/A/export/data nfs 2,rw,intr,soft,noauto 0 0 > A:/export/dist /mount/A/export/dist nfs 2,rw,intr,soft,noauto 0 0 > > When I do a > > mount /mount/w3proj1/export/data > > on B it hangs forever. When I start mountd with -d on A, it tells me > "mount successful" or something similar (don't have the machine at > hand.) > > A ktrace on the "mount ..." line gives: > > [std lib messages] > [reading fstab] > 53205 mount RET read 528/0x210 > 53205 mount CALL statfs(0x806bfbd,0xefbfd0b8) > 53205 mount NAMI "/" > 53205 mount RET statfs 0 > 53205 mount CALL stat(0x8071320,0xefbfd1b8) > 53205 mount NAMI "/dev/da0s1a" > 53205 mount RET stat 0 > 53205 mount CALL open(0x806ba40,0,0xefbfcb3c) > 53205 mount NAMI "." > 53205 mount RET open 4 > 53205 mount CALL chdir(0xefbfcb3c) > 53205 mount NAMI "/mount/A/export" > 53205 mount RET chdir 0 > 53205 mount CALL lstat(0xefbfcb52,0xefbfcaac) > 53205 mount NAMI "data" > 53205 mount PSIG SIGINT SIG_DFL Is system B multi-homed? In other words, does it have more than one IP address? There's a bug in the system which will cause it to accept the mount, but possibly reply with the "other" IP address. This will cause a hang which you can only resolve with a reboot. See PR kern/9612 for more details. On Monday, 12 July 1999 at 18:50:58 +0200, Walter Hafner wrote: > Walter Hafner writes: > >> Host A: FreeBSD 2.2.8 STABLE, NFS Server >> Host B: FreeBSD 3.1 RELEASE, NFS Client >> >> Host A runs "mountd -n" and "nfsd" (4 childs). > > ...and so on. > > Never mind. I found the problem (apart from the bogus "2" option in > /etc/fstab :-) > > I didn't mount from the machines "A" record name, but from on of the > machines "CNAME"s. The FreeBSD 3.1 mount doesn't seem to like this. If my reasoning above is correct, I don't think that's the solution, unless by changing the name you removed the duplicate IP addresses. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 19: 3:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 50C4E1505F for ; Mon, 12 Jul 1999 19:03:16 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id LAA09480; Tue, 13 Jul 1999 11:33:10 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id LAA39435; Tue, 13 Jul 1999 11:33:10 +0930 (CST) Date: Tue, 13 Jul 1999 11:33:09 +0930 From: Greg Lehey To: Sebestyen Zoltan Cc: FreeBSD questions mailinglist Subject: Re: Time zone problems Message-ID: <19990713113309.V21403@freebie.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Sebestyen Zoltan on Mon, Jul 12, 1999 at 10:08:07PM +0200 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 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 12 July 1999 at 22:08:07 +0200, Sebestyen Zoltan wrote: > Hi, > > I've set up my BIOS clock so that I live in Budapest => GMT + 1 (- 1 > cause of the daylight saving time). Isn't that +1 again? You're currently 2 hours ahead of UTC (not GMT, which is a British time zone corresponding to UTC). > How could I set BSD to handle that correctly? UNIX clocks should be set to UTC. The time zone conversions handle the time for your local time zones, including automatic compensation for DST transitions. > Currently it's one hour ahead of WinNT (OK, I know the FreeBSD is > thousand miles ahead of Win NT :))))) Are you running NT on the same machine? In that case, you'll need the /etc/wall_cmos_clock kludge that Udo suggested. Read adjkerntz(8) for further confusing details. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 19: 4:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kuku.excite.com (kuku-rwcmta.excite.com [198.3.99.63]) by hub.freebsd.org (Postfix) with ESMTP id 352271505F for ; Mon, 12 Jul 1999 19:04:12 -0700 (PDT) (envelope-from tanizaki@excite.com) Received: from bessie.excite.com ([199.172.152.102]) by kuku.excite.com (InterMail v4.01.01.02 201-229-111-106) with ESMTP id <19990713020409.INBD18664.kuku@bessie.excite.com> for ; Mon, 12 Jul 1999 19:04:09 -0700 From: tanizaki@excite.com To: questions@freebsd.org Subject: system panic Message-Id: <931831449.26386.754@excite.com> Date: Mon, 12 Jul 1999 19:04:09 PDT X-Mailer: Excite Mail X-Sender-Ip: 205.230.159.22 MIME-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 12 Jul 1999 18:10:03 -0500, Will Lockler wrote: > > Hi folks, > > Just found out there was a Houston group. Plan to be there on the 22nd. > > Brand new to this group, but have been running our internet systems on > FreeBSD for about two years now. Love the stability and performance. > However, I've never had to install and set up a FreeBSD machine. Now that > I'm biting that bullet, I'm running into a problem installing 3.2. We seem > to have everything going fine until we try to boot after install and we get > the following message: > > Fatal double fault: > eip = 0xc02266aa > esp = 0xca401fe8 > ebp = 0xca402010 > panic: double fault > > The actual hex addresses change occasionally. The above message is preceded > by messages pertaining to disk fragmentation. The message is followed by > another indicating that the disks(2) are being synced and that an automatic > reboot will occur in 15 seconds unless..... > > I'm sure this is probably a configuration issue, but after searching the > FreeBSD site, I can't find any reference to "eip", "esp", or "ebp". Sure > could use some help. > > I look forward to meeting with the group. Where is that meeting by the way? > > Will > > > > > Will Lockler > Professional and Individual Tax Filing Software > http://www.taxsys.com http://www.filesafe.net > > _______________________________________________ > Hou-FreeBSD maillist - Hou-FreeBSD@cityscope.net > http://www.cityscope.net/mailman/listinfo/hou-freebsd _______________________________________________________ Get your free, private email at http://mail.excite.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 19:39:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web802.mail.yahoo.com (web802.mail.yahoo.com [128.11.23.62]) by hub.freebsd.org (Postfix) with SMTP id 9272B1505B for ; Mon, 12 Jul 1999 19:39:17 -0700 (PDT) (envelope-from pnni@yahoo.com) Message-ID: <19990713023835.15505.rocketmail@web802.mail.yahoo.com> Received: from [202.46.2.113] by web802.mail.yahoo.com; Mon, 12 Jul 1999 19:38:35 PDT Date: Mon, 12 Jul 1999 19:38:35 -0700 (PDT) From: Sainte Peter Subject: DHCP server 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 installed DHCP server on the freeBSD server. How many segment can be made ? There is a limitation about segmentation ? Thanks Sainte _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://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 Mon Jul 12 19:46:43 1999 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 93D5F14F75 for ; Mon, 12 Jul 1999 19:46:40 -0700 (PDT) (envelope-from huppe@execpc.com) Received: from execpc.com (galaan-5.mdm.mad.execpc.com [169.207.40.197]) by mailgw02.execpc.com (8.9.1) id VAA03636; Mon, 12 Jul 1999 21:46:19 -0500 Message-ID: <378AA8F1.1B071EB9@execpc.com> Date: Mon, 12 Jul 1999 21:48:17 -0500 From: Len Huppe X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Ilia Chipitsine Cc: questions@freebsd.org Subject: Re: abbreviating ... References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG No appologies required. NIC is an acronym for Network Interace Card. Len Huppe > lots of apologizes for off-topic ... > > what does NIC (or nic) stand for ? > > Regards, (Наилучшие пожелания) > > Ilia Chipitsine (Илья Шипицин) > > 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 Mon Jul 12 19:57:20 1999 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 9E9271533F for ; Mon, 12 Jul 1999 19:57:12 -0700 (PDT) (envelope-from huppe@execpc.com) Received: from execpc.com (galaan-5.mdm.mad.execpc.com [169.207.40.197]) by mailgw02.execpc.com (8.9.1) id VAA05589; Mon, 12 Jul 1999 21:56:34 -0500 Message-ID: <378AAB57.4E06A3C@execpc.com> Date: Mon, 12 Jul 1999 21:58:31 -0500 From: Len Huppe X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Rick Hamell Cc: "Booth, Christopher" , "'freebsd'" Subject: Re: Motherboard/CPU Query References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The sole purpose of building a fully integrated motherboard is to minimize costs, and sometimes the end-user's options. The only company that has ever made a decent board like that is Apple, and those boards won't run FreeBSD. At least not yet. You can try to run your Alton board but if it gives you any grief, you could end up spending a LOT of time fighting with it. I would say that you have a 50/50 chance of success with it. Do you feel lucky? good luck Len Huppe Rick Hamell wrote: > > Is anyone out there running FreeBSD with an Alton 748 PII/III SVGA/Sound/56k > > modem (i.e., the video, sound, and modem cards are built in) motherboard and > > an Intel Celeron 333a CPU? > > > > If so, have you any caveats? > > Do not under any circumstances ever, ever, ever run a motherboard > with everything built in. You have cheap hardware that is barely supported > by the manufacturers even under Windwos, poor (usually) quality control, > and it's hard to upgrade single pieces. Especially if one thing goes bad. > > Rick > > 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 Mon Jul 12 20: 0:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fingers.shocking.com (shocking.com [216.111.111.11]) by hub.freebsd.org (Postfix) with ESMTP id 9D429150CF for ; Mon, 12 Jul 1999 20:00:11 -0700 (PDT) (envelope-from doemill@shocking.com) Received: from shocking.com (doemill@shocking.com [216.111.111.11]) by fingers.shocking.com (8.9.0/8.9.0) with ESMTP id TAA04376 for ; Mon, 12 Jul 1999 19:57:15 -0700 (PDT) Date: Mon, 12 Jul 1999 19:57:15 -0700 (PDT) From: Doug To: questions@FreeBSD.ORG Subject: Modem Init String for US Robotics In-Reply-To: <378AA8F1.1B071EB9@execpc.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 Does anybody know the modem init string for an Internal US Robotics 56k voice faxmodem ? I bought mine and it didnt come with a manual, and i didnt see it on their site, thanks. | Doug | unix9.org admin | shocking.com/~doemill/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 20:11:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 2A7A514CDE for ; Mon, 12 Jul 1999 20:11:38 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id MAA09821; Tue, 13 Jul 1999 12:41:21 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id MAA39726; Tue, 13 Jul 1999 12:41:20 +0930 (CST) Date: Tue, 13 Jul 1999 12:41:19 +0930 From: Greg Lehey To: Doug Cc: questions@FreeBSD.ORG Subject: Re: Modem Init String for US Robotics Message-ID: <19990713124119.A21403@freebie.lemis.com> References: <378AA8F1.1B071EB9@execpc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Doug on Mon, Jul 12, 1999 at 07:57:15PM -0700 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 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 12 July 1999 at 19:57:15 -0700, Doug wrote: > Does anybody know the modem init string for an Internal US Robotics 56k > voice faxmodem ? How about atz? (no, the ? isn't part of the string). > I bought mine and it didnt come with a manual, and i didnt see it on > their site, thanks. I'm not sure what you mean by the initialization string. Typically you don't need any specific string to initialize a modem. I'm assuming you're not talking about dial commands and such. I have some information on page 433 of "The Complete FreeBSD", third edition. Is this the sort of thing you're loooking for? Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 20:34:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fingers.shocking.com (shocking.com [216.111.111.11]) by hub.freebsd.org (Postfix) with ESMTP id 9209314E08 for ; Mon, 12 Jul 1999 20:34:31 -0700 (PDT) (envelope-from doemill@shocking.com) Received: from shocking.com (doemill@shocking.com [216.111.111.11]) by fingers.shocking.com (8.9.0/8.9.0) with ESMTP id UAA08529; Mon, 12 Jul 1999 20:32:24 -0700 (PDT) Date: Mon, 12 Jul 1999 20:32:23 -0700 (PDT) From: Doug To: Greg Lehey Cc: questions@FreeBSD.ORG Subject: Re: Modem Init String for US Robotics In-Reply-To: <19990713124119.A21403@freebie.lemis.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 What I mean is like, I was issued the instructions for /etc/ppp/sconnect thats called from /etc/ppp/options, to have this in sconnecT: #!/bin/sh chat ABORT BUSY ABORT ERROR "" AT"" OK ATDT8924700 CONNECT yet "ATZ OK" doesnt work, "ATZ" doesnt work, It will either not dial at all, or my modem will click and hum and scream... > > I'm not sure what you mean by the initialization string. Typically > you don't need any specific string to initialize a modem. I'm > assuming you're not talking about dial commands and such. I have some > information on page 433 of "The Complete FreeBSD", third edition. Is > this the sort of thing you're loooking for? > > Greg > -- > When replying to this message, please copy the original recipients. > For more information, see http://www.lemis.com/questions.html > See complete headers for address, home page and phone numbers > finger grog@lemis.com for PGP public key > | Doug | unix9.org admin | shocking.com/~doemill/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 20:37: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from labkom.itenas.ac.id (labkom.itenas.ac.id [203.109.3.5]) by hub.freebsd.org (Postfix) with ESMTP id 8BF6614BD8 for ; Mon, 12 Jul 1999 20:36:27 -0700 (PDT) (envelope-from bambang@labkom.itenas.ac.id) Received: from localhost (bambang@localhost) by labkom.itenas.ac.id (8.9.1/8.9.1) with ESMTP id KAA00270; Tue, 13 Jul 1999 10:36:17 +0700 (JAVT) (envelope-from bambang@labkom.itenas.ac.id) Date: Tue, 13 Jul 1999 10:36:16 +0700 (JAVT) From: Sukotjo Bambang To: Dan Langille Cc: freebsd-questions@freebsd.org Subject: Re: FTP from CD-ROM In-Reply-To: <19990712053251.EIWH112692.mta2-rme@wocker> 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 Mon, 12 Jul 1999, Dan Langille wrote: > On 12 Jul 99, at 11:03, Sukotjo Bambang wrote: > > > I already try that way and it didn't works. > > Which part doesn't work? Can you see the mounted CD when you ftp to the > server? Can you mount the CD? Or does the install fail to see the CD? I can see the FTP server and I can see the FreeBSD source in path /pub/FreeBSD/3.2-RELEASE but I can not used it to install the other machine by ftp media. > > > Can I explain again. > > I need an FreeBSD FTP server with the CD-ROM. And I need it works for > > installing machine via FTP. But it didn't works until now. > > There are any different FreeBSD source between FTP and CD-ROM? > > Could you help me please? > > The instructions at the URL below will do this for you. I know it will > because it is what I did. I have used the same instructions more than > once. > > Do the floppies you are using to boot match the CD? The floppy I created with source from that CD. So, I thought it macth. Except that floppy directory contain not same as FreeBSD version in CD. > > > On Thu, 8 Jul 1999, Dan Langille wrote: > > > > > On 8 Jul 99, at 8:41, Sukotjo Bambang wrote: > > > > > > > I would made a private FTP server. The source is FreeBSD in a CD-ROM, but > > > > I have a problem. It can't be works to intallation other server via that > > > > FTP server. I guest that format or directory rules is different. Could > > > > you help me to solve this problem? Thank you. > > > > > > Have a look at http://www.freebsddiary.org/freebsd/ftpcd.htm as that may > > > solve your problem. > > > > > > If you follow the instructions at that page, then the URL you would enter > > > for your ftp install would be: > > > > > > ftp://your.ftp.server/pub/FreeBSD/releases/i386/2.2.8-RELEASE > > -- > Dan Langille - DVL Software Limited > The FreeBSD Diary - http://www.FreeBSDDiary.org/freebsd/ > NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ > The Racing System - http://www.racingsystem.com/racingsystem.htm > Regards, Sukotjo S. Bambang ************************************ E-Mail : bambang@labkom.itenas.ac.id ssb1010@mailcity.com ************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 20:39:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id 83DAD14BD8 for ; Mon, 12 Jul 1999 20:39:14 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from guest.newton (guest.newton [10.10.0.3]) by kot.ne.mediaone.net (8.9.3/8.9.1) with ESMTP id XAA06939 for ; Tue, 13 Jul 1999 23:40:55 -0400 (EDT) From: Mikhail Teterin X-Relay-IP: 10.10.0.3 Received: (from mi@localhost) by guest.newton (8.9.3/8.9.1) id XAA21190 for questions@freebsd.org; Mon, 12 Jul 1999 23:37:23 -0400 (EDT) Message-Id: <199907130337.XAA21190@guest.newton> Subject: how to stop dhclient from overwriting resolv.conf To: questions@freebsd.org Date: Mon, 12 Jul 1999 23:37:23 -0400 (EDT) X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli"; Mon, 12 Jul 1999 20:58:31 -0700 (PDT) (envelope-from lh@aus.org) Received: from PHOENIX.ZER0.NET (lh@PHOENIX.ZER0.NET [199.166.246.189]) by ayukawa.aus.org (8.8.7/8.7.3) with ESMTP id XAA05866 for ; Mon, 12 Jul 1999 23:57:50 -0400 (EDT) Message-Id: <199907130357.XAA05866@ayukawa.aus.org> X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-10 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 12 Jul 1999 23:57:52 -0400 (EDT) Reply-To: lh@aus.org From: Luke To: questions@freebsd.org Subject: Hard drive soft errors Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Could anyone tell me what these mean or where I could find out about them? /kernel: wd0s1b: soft error reading fsbn 87144 of 87136-87151 (wd0s1 bn 189544; cn 191 tn 25 sn 4) (status 58 error 40) /kernel: wd0: interrupt timeout (status 59 error 40) /kernel: wd0: wdtimeout() DMA status 4 /kernel: wd0s1b: soft error reading fsbn 35609 of 35608-35647 (wd0s1 bn 138009; cn 139 tn 22 sn 3) (status 58 error 1) I had problems in the past with this machines IDE controller [Acer] which was fixed by turning DMA off for the IDE controllers, but it had been working for some time without error. P.S. I am not on the list To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 21: 8:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.hawaii.rr.com (smtp3.hawaii.rr.com [204.210.97.13]) by hub.freebsd.org (Postfix) with ESMTP id 146CD152C0 for ; Mon, 12 Jul 1999 21:08:42 -0700 (PDT) (envelope-from art@hawaii.rr.com) Received: from taz - 24.94.75.210 by smtp3.hawaii.rr.com with Microsoft SMTPSVC(5.5.1774.114.11); Mon, 12 Jul 1999 17:56:59 -1000 Message-Id: <3.0.6.32.19990712180811.03074230@clients1.hawaii.rr.com> X-Sender: art@clients1.hawaii.rr.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Mon, 12 Jul 1999 18:08:11 -1000 To: "Michael P. Neuman" From: "Art Neilson, KH7PZ" Subject: Re: natd/ipfw question. Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <000601becc41$5208c6c0$04c809c0@kramer.cmsnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG did you enable natd in rc.conf? The following code in rc.firewall needs to execute before the rest of the rules get setup: ############ # These rules are required for using natd. All packets are passed to # natd before they encounter your remaining rules. The firewall rules # will then be run again on each packet after translation by natd, # minus any divert rules (see natd(8)). if [ "X${natd_enable}" = X"YES" -a "X${natd_interface}" != X"" ]; then $fwcmd add divert natd all from any to any via ${natd_interface} fi in rc.conf you need: natd_program="/sbin/natd" # path to natd, if you want a different one. natd_enable="YES" # Enable natd (if firewall_enable == YES). natd_interface="ep0" # Public interface or IPaddress to use. natd_flags="-l -u -dynamic" # Additional flags for natd. note that my outside interface is ep0, a 3COM 3C509B-TP ISA card. You need to set yours to whatever your driver is. I made my own "custom" firewall rules in rc.firewall, i.e. firewall_type="custom" in rc.conf :^). I can share them with you if you want, send me private email. My rules do pretty much what you describe. You will have to tweak them for your particular needs. At 04:34 AM 7/12/99 -0400, you wrote: >Well, I guess you are right. But, I just thought of another question. >Right now I have the basic OPEN firewall setting. As soon as I go and add >"real" rules, NATD doesn't seem to be able to function. For example, I want >to deny everything and allow only those outgoing and incomming connections >which I "say" are alright. How come when I deny everything else it blocks >NAT from functioning. I've asked this before but nobody could seem to >answer it. Thanks again. >-----Original Message----- >From: Art Neilson, KH7PZ >To: Michael P. Neuman >Cc: freebsd-questions@FreeBSD.ORG >Date: Monday, July 12, 1999 6:25 PM >Subject: Re: natd/ipfw question. > > >>At 01:59 AM 7/12/99 -0400, you wrote: >>> Hello. I'm currently running FreeBSD-3.2-RELEASE. I have natd and ipfw >>working > great right now I'm also runninng DNS. Currently, it directs my >>internal network > of unregistered IP's to the internet. What I want to >>also do is the reverse. I > want to be able to telnet to my computer with >>the unregistered address from the > internet. I.E.: I'm on the internet. >>I want to connect to kramer.cmsnet.net (IP > 192.168.1.2) from the >>internet. Is there a way to set up NATD/IPFW to do this??? > Thanks in >>advance. I hope you can understand what I'm saying >>> -- >>> Michael P. Neuman - Consultant, NeuTech Computer Consulting >> >>Wouldn't that defeat the purpose of the firewall? Besides, those >unregistered >>IP addresses won't be honored by any DNS servers on the outside so you'd >>have to use the IP address. Not sure that would even work, I don't think >any >>router would route that address on the outside. >>-- >> __ >> / ) _/_ It is a capital mistake to theorise before one has data. >> /--/ __ / Insensibly one begins to twist facts to suit theories, >>/ (_/ (_<__ Instead of theories to suit facts. >> -- Sherlock Holmes, "A Scandal in Bohemia" >>Arthur W. Neilson III, KH7PZ >>Bank of Hawaii Tech Support >>art@hawaii.rr.com >> >> > > -- __ / ) _/_ It is a capital mistake to theorise before one has data. /--/ __ / Insensibly one begins to twist facts to suit theories, / (_/ (_<__ Instead of theories to suit facts. -- Sherlock Holmes, "A Scandal in Bohemia" Arthur W. Neilson III, KH7PZ Bank of Hawaii Tech Support art@hawaii.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 21:10: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from balsam.methow.com (balsam.methow.com [206.107.156.5]) by hub.freebsd.org (Postfix) with SMTP id B55A0150CF for ; Mon, 12 Jul 1999 21:09:57 -0700 (PDT) (envelope-from tcole@balsam.methow.com) Received: (qmail 20128 invoked by uid 535); 13 Jul 1999 04:09:46 -0000 Message-ID: <19990712210945.A19976@wcug.wwu.edu> Date: Mon, 12 Jul 1999 21:09:45 -0700 From: Travis Cole To: questions@freebsd.org Subject: Problems using CD2 as a fixit CD Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just got my FreeBSD 3.2 4CD set today from Walnut Creek CDROM and have been trying to use CD2 as a fixit CD. I have tried booting off both CD1 and CD2 and telling it to use CD2 as the fixit CD. But it keeps telling me that the CD is for the Alpha platform and not for x86. Is this a problem with the CD or user error? Please CC my on any replieas as I'm not subscribed to this list. Thanks. -- --Travis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 21:32:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 76B1D14E2A for ; Mon, 12 Jul 1999 21:32:12 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id AAA07586; Tue, 13 Jul 1999 00:33:33 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907130433.AAA07586@cc942873-a.ewndsr1.nj.home.com> Subject: Re: "arplookup failed xxx.xx.xx.x failed: host is not on local network" In-Reply-To: from Bryce Newall at "Jul 12, 99 06:52:18 pm" To: data@dreamhaven.net (Bryce Newall) Date: Tue, 13 Jul 1999 00:33:33 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (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 Bryce Newall wrote, > Greetings once again, > > I've seen this thread on the mailing list archives, but I'm not sure what > to do here. We have 2 machines set up at a local ISP. The machines are > called calico and manx, and I'll explain how the network is currently set > up: > > * We have 4 Class C's, 166.70.64, 166.70.73, 166.70.74, and 166.70.75. > > * We also have a single IP in the ISP's address space, 204.228.135.145. > > * calico is the "router" machine. It has 2 ethernet adapters, xl0 and > xl1. xl0 is ifconfig'd as 204.228.135.145 and uplinks directly to the > ISP's switch. xl1 downlinks to a hub, where the other machine, manx, is > connected. > > * The ISP told us to use a subnet mask of 255.255.255.128 for the IP in > their space, so we have: > > xl0: flags=8843 mtu 1500 > inet 204.228.135.145 netmask 0xffffff80 broadcast 204.228.135.255 > > They also told us to use a subnet mask of 255.255.255.0 for the .1 IP's > of our 4 Class C's, and 255.255.255.255 for the rest, so we have, for > example: > > xl1: flags=8843 mtu 1500 > inet 166.70.64.1 netmask 0xffffff00 broadcast 166.70.64.255 > inet 166.70.64.10 netmask 0xffffffff broadcast 166.70.64.255 > inet 166.70.64.11 netmask 0xffffffff broadcast 166.70.64.255 > (etc.) > > * calico's 2nd ethernet card is ifconfig'd with several IPs in the > 166.70.64 IP space, including 166.70.64.1. It also is ifconfig'd as > 166.70.73.1, 166.70.74.1, and 166.70.75.1. > > * manx is ifconfig'd with all addresses in the 166.70.74 and 166.70.75 > subnets (i.e. .2-.254). (We haven't used 166.70.73 yet.) It also has 3 > IPs in the 166.70.64 IP space, of which the first is configured with a > 255.255.255.0 netmask. All the rest are 255.255.255.255, so we have: > > xl0: flags=8843 mtu 1500 > inet 166.70.64.200 netmask 0xffffff00 broadcast 166.70.64.255 > inet 166.70.64.203 netmask 0xffffffff broadcast 166.70.64.255 > inet 166.70.64.206 netmask 0xffffffff broadcast 166.70.64.255 > inet 166.70.74.2 netmask 0xffffffff broadcast 166.70.74.255 > inet 166.70.74.3 netmask 0xffffffff broadcast 166.70.74.255 > (etc.) > > Here's the problem: With the setup outlined above, manx is generating > these messages every few seconds, over and over again: > > Jul 12 19:00:17 manx /kernel: arplookup 166.70.74.1 failed: host is not on > local network > Jul 12 19:00:17 manx /kernel: arplookup 166.70.75.1 failed: host is not on > local network > > I don't understand, because 166.70.74.1 and 75.1 *are* on the local > network. But the interface does not know that. You gave all addresses a netmask of 0xfffffff. Try to show which alias on manx's xl0 interface shares a local net with either of those addresses. You can't; none do. > They're one hop away from manx, to be exact. When I first > noticed the problem, I thought perhaps the netmasks I had configured on > calico for 166.70.64.1, 74.1, and 75.1 (255.255.255.0 for each) were > incorrect, so I changed them to 255.255.255.255. That took care of the > arplookup problem, but then created another problem: Nothing on manx with > a 166.70.74 or .75 IP could be reached from the outside! Or even from > calico. The 166.70.64 IP could be reached, but none of the others, so I > had to put the netmasks back the way they were. So everything works now, > but I'm still getting that arplookup error. > > Any suggestions on what I may be doing wrong? I suggest each machine have one alias that can access the whole subnet it is on (address subnets, not physical nets or a "wire"). Go back to calico's orignial setup with, xl1: flags=8843 mtu 1500 inet 166.70.64.1 netmask 0xffffff00 broadcast 166.70.64.255 inet 166.70.64.10 netmask 0xffffffff broadcast 166.70.64.255 inet 166.70.64.11 netmask 0xffffffff broadcast 166.70.64.255 (etc.) inet 166.70.73.1 netmask 0xffffff00 broadcast 166.70.73.255 inet 166.70.74.1 netmask 0xffffff00 broadcast 166.70.74.255 inet 166.70.75.1 netmask 0xffffff00 broadcast 166.70.75.255 Then, do the following on manx, xl0: flags=8843 mtu 1500 inet 166.70.64.200 netmask 0xffffff00 broadcast 166.70.64.255 inet 166.70.64.203 netmask 0xffffffff broadcast 166.70.64.255 inet 166.70.64.206 netmask 0xffffffff broadcast 166.70.64.255 inet 166.70.74.2 netmask 0xfffffe00 broadcast 166.70.74.255 inet 166.70.74.3 netmask 0xffffffff broadcast 166.70.74.255 (etc.) inet 166.70.75.2 netmask 0xffffffff broadcast 166.70.75.255 inet 166.70.75.3 netmask 0xffffffff broadcast 166.70.75.255 (etc.) Now, calico can talk to any address on 166.70.64/24, inet 166.70.73/24, 166.70.74/24, or 166.70.75/24 through the '.1' address on each. As for manx, the 166.70.64.200 address can reach anywhere on 166.70.64/24, and 166.70.74.2 anywhere on 166.70.74/23 (i.e. both the 166.70.74/24 and 166.70.75/24 nets). You said 166.70.73/24 is not being used, so nothing is there. Now, every net can be reached by a _single_ address (no more, no less) on each machine. You should not get error message. I think that should do it. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 21:36:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sitesnow.lightstream.net (ns1.sitesnow.com [216.130.9.10]) by hub.freebsd.org (Postfix) with ESMTP id C0C7B14CA1 for ; Mon, 12 Jul 1999 21:36:45 -0700 (PDT) (envelope-from gskouby@sitesnow.lightstream.net) Received: from gskouby (helo=localhost) by sitesnow.lightstream.net with local-esmtp (Exim 2.12 #2) id 113uIB-000EWv-00 for freebsd-questions@FreeBSD.ORG; Tue, 13 Jul 1999 00:35:43 -0400 Date: Tue, 13 Jul 1999 00:35:43 -0400 (EDT) From: Greg Skouby To: freebsd-questions@FreeBSD.ORG Subject: NIC Issues (2.2.7 -> 3.2) 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 Thanks for any help that you guys can give. I searched all the archives for this issue but didn't find a concrete resolution. When upgrading our server from 2.2.7 to 3.2 the Intel EtherExpress NIC card would be recognized but gave a "couldn't map memory" error. This card is integrated directly into our Intel 440LX motherboard. This device was working w/o a problem in 2.2.7. In the end we decided to put a standalone PCI 3COM card to combat the problem. This worked out to be okay and the server was able to be upgraded. I am very perplexed as to the reason for and meaning of this error. I'm still getting these errors as attached below. Any insight would be much appreciated. Thanks! xl0: <3Com 3c905B-TX Fast Etherlink XL> rev 0x30 int a irq 11 on pci0.10.0 xl0: couldn't map port xl0: WARNING: this shouldn't happen! Possible PCI support code bug!xl0: attempting to map iobase manuallyxl0: Ethernet address: 00:10:5a:1d:53:52 xl0: autoneg complete, link status good (half-duplex, 100Mbps) fxp0: rev 0x02 int a irq 10 on pci0.16.0 fxp0: couldn't map memory ::: : Bryan J. Sears :: bsears@sitesnow.com : SitesNow! :: http://www.sitesnow.com : Internet and Intranet Site Development ::: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 21:39: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kuku.excite.com (kuku-rwcmta.excite.com [198.3.99.63]) by hub.freebsd.org (Postfix) with ESMTP id 9CEC814CA1 for ; Mon, 12 Jul 1999 21:39:03 -0700 (PDT) (envelope-from tanizaki@excite.com) Received: from bucky.excite.com ([199.172.152.80]) by kuku.excite.com (InterMail v4.01.01.02 201-229-111-106) with ESMTP id <19990713043833.JBNL18664.kuku@bucky.excite.com> for ; Mon, 12 Jul 1999 21:38:33 -0700 From: tanizaki@excite.com To: questions@freebsd.org Subject: Install config question Message-Id: <931840714.7819.46@excite.com> Date: Mon, 12 Jul 1999 21:38:34 PDT X-Mailer: Excite Mail X-Sender-Ip: 206.180.129.146 MIME-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 12 Jul 1999 18:10:03 -0500, Will Lockler wrote: > > Hi folks, > > Just found out there was a Houston group. Plan to be there on the 22nd. > > Brand new to this group, but have been running our internet systems on > FreeBSD for about two years now. Love the stability and performance. > However, I've never had to install and set up a FreeBSD machine. Now that > I'm biting that bullet, I'm running into a problem installing 3.2. We seem > to have everything going fine until we try to boot after install and we get > the following message: > > Fatal double fault: > eip = 0xc02266aa > esp = 0xca401fe8 > ebp = 0xca402010 > panic: double fault > > The actual hex addresses change occasionally. The above message is preceded > by messages pertaining to disk fragmentation. The message is followed by > another indicating that the disks(2) are being synced and that an automatic > reboot will occur in 15 seconds unless..... > > I'm sure this is probably a configuration issue, but after searching the > FreeBSD site, I can't find any reference to "eip", "esp", or "ebp". Sure > could use some help. > > I look forward to meeting with the group. Where is that meeting by the way? > > Will > > > > > Will Lockler > Professional and Individual Tax Filing Software > http://www.taxsys.com http://www.filesafe.net > > _______________________________________________ > Hou-FreeBSD maillist - Hou-FreeBSD@cityscope.net > http://www.cityscope.net/mailman/listinfo/hou-freebsd _______________________________________________________ Get your free, private email at http://mail.excite.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 21:58:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hostigos.otherwhen.com (mavery-gw.pernet.net [205.229.2.17]) by hub.freebsd.org (Postfix) with ESMTP id A927C14E32 for ; Mon, 12 Jul 1999 21:58:39 -0700 (PDT) (envelope-from mavery@mail.otherwhen.com) Received: from mail.otherwhen.com (mail.2.229.205.in-addr.arpa [205.229.2.19] (may be forged)) by hostigos.otherwhen.com (8.8.6/8.7.3) with ESMTP id XAA23915 for ; Mon, 12 Jul 1999 23:59:51 -0500 (CDT) Message-Id: <199907130459.XAA23915@hostigos.otherwhen.com> Received: from PORKY/SpoolDir by mail.otherwhen.com (Mercury 1.45); 12 Jul 99 23:56:11 -0600 Received: from SpoolDir by PORKY (Mercury 1.45); 12 Jul 99 23:56:08 -0600 From: "Mike Avery" To: questions@FreeBSD.ORG Date: Mon, 12 Jul 1999 23:56:06 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: FreeBSD on a Compaq Armada 1535? Reply-To: mavery@mail.otherwhen.com In-reply-to: <199907101639.LAA20448@hostigos.otherwhen.com> References: <19990710164803.B21685@freebie.lemis.com> X-mailer: Pegasus Mail for Win32 (v3.12) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'd like to put FreeBSD on my laptop, an aging but serviceable Compaq. A check of the PAO page shows info on all sorts of Compaq laptops, but not Armada's. Has anyone tried to get FreeBSD up on an Armada, or an Armada 1535? If so, how did it work out? Thanks, Mike ====================================================================== Mike Avery MAvery@mail.otherwhen.com (409)-842-2942 (work) ICQ: 16241692 * Spam is for lusers who can't get business any other way * A Randomly Selected Thought For The Day: ACRONYM = Abbreviated Coded Rendition Of Name Yielding Meaning. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 21:59:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web601.yahoomail.com (web1103.mail.yahoo.com [128.11.23.123]) by hub.freebsd.org (Postfix) with SMTP id 8EF8E14E32 for ; Mon, 12 Jul 1999 21:59:45 -0700 (PDT) (envelope-from csgnoh@yahoo.com) Message-ID: <19990713045804.26973.rocketmail@web601.yahoomail.com> Received: from [208.170.104.66] by web1103.mail.yahoo.com; Mon, 12 Jul 1999 21:58:04 PDT Date: Mon, 12 Jul 1999 21:58:04 -0700 (PDT) From: Gnoh Chee Seng Subject: Configuring SB Sound Card 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, Thank you Greg for pointing out the bash shell to me on my question about using the Up arrow key to recall previous commands. I have another question, I would like to configure my sound card, Sound Blaster Live, to work with FreeBSD 3.1. However I noticed that the options in the kernel config file mentions ISA. How would I configure it if my sound card fits into a PCI slot? I know the port address, irq and dma for this sound card. ********** extract from LINT kernel **************** device sb0 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr SoundBlaster digital audio. **************************************************** Any help/pointers is greatly appreciated. TIA. Best regards, Chee Seng (email: csgnoh@yahoo.com) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://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 Mon Jul 12 22: 4:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.la.csiro.au (hermes.la.csiro.au [152.83.12.2]) by hub.freebsd.org (Postfix) with ESMTP id D038515139 for ; Mon, 12 Jul 1999 22:04:54 -0700 (PDT) (envelope-from Anthony.Wyatt@its.csiro.au) Received: by hermes.la.csiro.au with Internet Mail Service (5.5.2448.0) id ; Tue, 13 Jul 1999 15:03:04 +1000 Message-ID: From: "Wyatt, Anthony" To: "'questions@freebsd.org'" Subject: Xircom Cards Date: Tue, 13 Jul 1999 15:02:54 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Does anyone know if there is a Xircom REM56G-100 driver? > > This is a PCMCIA 56K modem and 10/100 Ethernet multi-card. > > Anthony To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 22: 5:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 4D4D615139 for ; Mon, 12 Jul 1999 22:05:28 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id OAA10299; Tue, 13 Jul 1999 14:34:13 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id OAA46597; Tue, 13 Jul 1999 14:34:11 +0930 (CST) Date: Tue, 13 Jul 1999 14:34:11 +0930 From: Greg Lehey To: Mike Avery Cc: questions@FreeBSD.ORG Subject: Re: FreeBSD on a Compaq Armada 1535? Message-ID: <19990713143410.J21403@freebie.lemis.com> References: <19990710164803.B21685@freebie.lemis.com> <199907101639.LAA20448@hostigos.otherwhen.com> <199907130459.XAA23915@hostigos.otherwhen.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199907130459.XAA23915@hostigos.otherwhen.com>; from Mike Avery on Mon, Jul 12, 1999 at 11:56:06PM -0500 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 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 12 July 1999 at 23:56:06 -0500, Mike Avery wrote: > I'd like to put FreeBSD on my laptop, an aging but serviceable > Compaq. > > A check of the PAO page shows info on all sorts of Compaq laptops, > but not Armada's. > > Has anyone tried to get FreeBSD up on an Armada, or an Armada > 1535? If so, how did it work out? ISTR you asked this question a couple of days ago. Probably the lack of response means that you'd be the first. I'd suggest you try it and see what happens. If you get as far as being able to commit the installation, it will probably work. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 22:13: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id A436814F84 for ; Mon, 12 Jul 1999 22:12:59 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id BAA06834; Tue, 13 Jul 1999 01:21:15 -0400 (EDT) Date: Tue, 13 Jul 1999 00:21:14 -0500 (EST) From: Alfred Perlstein To: "Boune, Damian" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Is it possible... 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 Mon, 12 Jul 1999, Boune, Damian wrote: > > Greetings, > > I have two 6gig hard drives (784/255/63). I would like to have the following > configuration. All good reasoning as to why I want this aside, will it be > possible? > > Disk 1 - > / > SWAP > /tmp > /var > /root (yes, a separate label) > /usr/home (yes, under /usr) > > Disk 2 - > /usr > > > So the question is, can I mount a Label(#1) under another Label(#2) which > resides on a different physical disk than the first Label(#1)? yes, you may want to not try /usr/home (leave it as free space) until after you've installed. otherwise there shouldn't be a problem. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 22:36:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from harrier.prod.itd.earthlink.net (harrier.prod.itd.earthlink.net [207.217.121.12]) by hub.freebsd.org (Postfix) with ESMTP id 74E1914F66 for ; Mon, 12 Jul 1999 22:36:28 -0700 (PDT) (envelope-from kevin_bailey@earthlink.net) Received: from earthlink.net (pool0319.cvx6-bradley.dialup.earthlink.net [209.178.159.64]) by harrier.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id WAA24320 for ; Mon, 12 Jul 1999 22:36:26 -0700 (PDT) Message-ID: <37897EC9.BBFE9185@earthlink.net> Date: Sun, 11 Jul 1999 22:36:09 -0700 From: Kevin Bailey X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: IP 'services' stop during download Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have noticed that, during an ftp download, several IP services are inaccessible. For example, DNS look-ups time-out and netstat (without any parameters) just hangs until the ftp ends. My system only has one interface, userland ppp over a 28k modem (configured for auto-dialing), which also handles all my DNS look-ups. My hostname is fictitious but resolved in 'hosts'. I would have thought that the DNS replies are simply being dropped by the router at the other end of the phone line except that the ftp isn't filling the entire pipe and, as mentioned, netstat also hangs. 'top' doesn't show anything spinning and all other programs work fine. Can anyone think of anything that might cause this ? Has anyone else noticed this ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 12 22:58:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law-f262.hotmail.com [209.185.130.178]) by hub.freebsd.org (Postfix) with SMTP id B478415244 for ; Mon, 12 Jul 1999 22:58:46 -0700 (PDT) (envelope-from firewall_dude@hotmail.com) Received: (qmail 40586 invoked by uid 0); 13 Jul 1999 05:58:46 -0000 Message-ID: <19990713055846.40585.qmail@hotmail.com> Received: from 203.102.94.73 by www.hotmail.com with HTTP; Mon, 12 Jul 1999 22:58:45 PDT X-Originating-IP: [203.102.94.73] From: "Firewall Dude" To: freebsd-questions@freebsd.org Subject: cvsup-mirror Date: Mon, 12 Jul 1999 22:58:45 PDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently installed (from the Ports Collection) cvsup-mirror, a package for mirroring the FreeBSD repositories. I did this in order to allow for a single local server to update off the net over our (relatively) slow link, and then for our other FreeBSD servers to update from that host. The cvsup works fine. Logs report that each period cvsup goes out and updates what needs updating. It then restarts the cvsupd so that cvsup clients can connect. Herein lies the problem.. whenever I try to cvsup from another machine to (what I'll call) our Local Master, the local master reports that it does not carry the collection. I've reproduced the output below for clarity: ====================== root@machine:/usr/ports/net/cvsup-mirror# cvsup -g -L 2 /etc/supfile-ports Parsing supfile "/etc/supfile-ports" Looking up address of 192.168.224.200 Connecting to 192.168.224.200 Connected to 192.168.224.200 Server software version: REL_16_0 Negotiating file attribute support Exchanging collection information Server message: Collection "ports-all" release "cvs" is not available here Establishing multiplexed-mode data connection Skipping collection ports-all/cvs Running Shutting down connection to server Finished successfully ====================== When I installed cvsup-mirror I told it I wanted to mirror everything other than the mailing list archives and the gnats stuff. Am I missing something obvious? Thanks in advance. ______________________________________________________ Get Your Private, Free Email 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 Mon Jul 12 23:22: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from frontier.netnology.com.au (frontier.netnology.com.au [203.33.30.19]) by hub.freebsd.org (Postfix) with ESMTP id F0B5B152F5 for ; Mon, 12 Jul 1999 23:21:53 -0700 (PDT) (envelope-from craig@hotmix.com.au) Received: from SUPERBRUCE (superbruce.netnology.com.au [203.33.30.10]) by frontier.netnology.com.au (8.8.7/8.8.7) with SMTP id PAA10209 for ; Tue, 13 Jul 1999 15:26:39 +0800 From: "Craig Beasland" To: Subject: Some sendmail information Date: Tue, 13 Jul 1999 14:20:23 +0800 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 CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I was recently looking around for anti-spam information, and came across these two URLS. I thought they may be of interest to many people and the instructions were clear and easy to follow. Does anyone have any comments about them good or bad? http://maps.vix.com/tsi/dnload/sm8-antirelay.txt http://maps.vix.com/tsi/ar-test.html I dont have any affiliation with these sites - I just found them and thought they may be of use to some of the people on this list. Cheers craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 0: 5:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id E515914C2F for ; Tue, 13 Jul 1999 00:05:26 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id KAA01647 for ; Tue, 13 Jul 1999 10:05:22 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <378AE52D.943B9019@prime.net.ua> Date: Tue, 13 Jul 1999 10:05:18 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Re: network stuff References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ilia Chipitsine wrote: > On Mon, 12 Jul 1999, Amit Kr.Jain wrote: > > > Hi!! > > Use netstat -a|grep portno. > > maybe, netstat -an ? > Why not if portno="smtp" for example. But I really dont understand what is the role of netstat here - netstat doesnt show pids tcp 0 0 *.ssh *.* LISTEN :P > > to find out the process listening on a particular port > > and then > > ps -ef|grep process > > to look for the info for that process > > > > ******************************************************************************* > > > > WORK HOME > > ------ ------ > > > > Amit Kr Jain, Flat No 7/2 > > (Research Engineer), 7th cross > > C-DOT, KHM Block > > 2nd floor, Sneha Complex, Opp Shanti Sagar. > > 71/1 Miller Road, R.T.Nagar > > BANGALORE - 560052 BANGALORE. > > > > Voice - 080-2263399 ext 247/329 > > 080-2261529 > > email: amit@cdotb.ernet.in > > ******************************************************************************* > > > > On Sat, 10 Jul 1999, Ilia Chipitsine wrote: > > > > > Dear All, > > > > > > how can I get PID of the process that > > > listens on particular port (TCP/UDP) ? > > > > > > Regards, (nAILU^[IE POVELANIQ) > > > > > > Ilia Chipitsine (iLXQ {IPICIN) > > > > > > > > > > > > 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 -- WBW Andy V. Oleynik (When U work in virtual office prime.net.ua's U have good chance to obtain system administrator virtual money Ж%-) +380442448363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 0:10:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 3075215261 for ; Tue, 13 Jul 1999 00:10:24 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id QAA10656; Tue, 13 Jul 1999 16:40:21 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id QAA46975; Tue, 13 Jul 1999 16:40:17 +0930 (CST) Date: Tue, 13 Jul 1999 16:40:17 +0930 From: Greg Lehey To: Gunnar Flygt Cc: Ken Williams , FreeBSD Questions Subject: Re: 3Com Megahertz LAN card? Message-ID: <19990713164017.N21403@freebie.lemis.com> References: <19990711043648.63A7214CD1@hub.freebsd.org> <19990711153853.A89704@sr.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990711153853.A89704@sr.se>; from Gunnar Flygt on Sun, Jul 11, 1999 at 03:38:53PM +0200 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 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 11 July 1999 at 15:38:53 +0200, Gunnar Flygt wrote: > On Sat, Jul 10, 1999 at 11:37:03PM -0500, Ken Williams wrote: >> Hi there, >> >> I've been programming on Unix for years, and I'm finally installing my own >> FreeBSD system (my first). I've got a laptop (HP Omnibook XE2), and it uses >> the 3Com Megahertz LAN card (3CCFE574BT). I haven't been able to get this to >> work, though. >> >> Is it supported? If so, can anyone give me tips on how to set it up? > > Try looking at the PAO project! It's located at > http://www.jp.freebsd.org/PAO/ I don't think this will work either. If I understand the part number correctly, it's a CardBus card, and neither PAO nor the current releases support it. The newconfig project does, though. Check out http://www.jp.FreeBSD.org/newconfig/ for further details, and note that it's still experimental. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 0:22:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from avarice.riverstyx.net (hq-port-97.harbour-dhcp-pool.infinetgroup.com [207.23.37.97]) by hub.freebsd.org (Postfix) with ESMTP id 96CDE14EFF for ; Tue, 13 Jul 1999 00:21:27 -0700 (PDT) (envelope-from unknown@riverstyx.net) Received: from avarice (unknown@avarice [207.23.37.97]) by avarice.riverstyx.net (8.9.3/8.9.3) with ESMTP id AAA12116; Tue, 13 Jul 1999 00:20:20 -0700 Date: Tue, 13 Jul 1999 00:20:20 -0700 (PDT) From: Tani Hosokawa To: "Andy V. Oleynik" Cc: questions@FreeBSD.ORG Subject: Re: network stuff In-Reply-To: <378AE52D.943B9019@prime.net.ua> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think what you want is fuser... it's on FreeBSD, isn't it? On Tue, 13 Jul 1999, Andy V. Oleynik wrote: > Ilia Chipitsine wrote: > > > On Mon, 12 Jul 1999, Amit Kr.Jain wrote: > > > > > Hi!! > > > Use netstat -a|grep portno. > > > > maybe, netstat -an ? > > > > Why not if portno="smtp" for example. But I really dont understand > what is the role of netstat here - netstat doesnt show pids > tcp 0 0 *.ssh *.* LISTEN > :P > > > > to find out the process listening on a particular port > > > and then > > > ps -ef|grep process > > > to look for the info for that process > > > > > > ******************************************************************************* > > > > > > WORK HOME > > > ------ ------ > > > > > > Amit Kr Jain, Flat No 7/2 > > > (Research Engineer), 7th cross > > > C-DOT, KHM Block > > > 2nd floor, Sneha Complex, Opp Shanti Sagar. > > > 71/1 Miller Road, R.T.Nagar > > > BANGALORE - 560052 BANGALORE. > > > > > > Voice - 080-2263399 ext 247/329 > > > 080-2261529 > > > email: amit@cdotb.ernet.in > > > ******************************************************************************* > > > > > > On Sat, 10 Jul 1999, Ilia Chipitsine wrote: > > > > > > > Dear All, > > > > > > > > how can I get PID of the process that > > > > listens on particular port (TCP/UDP) ? > > > > > > > > Regards, (nAILU^[IE POVELANIQ) > > > > > > > > Ilia Chipitsine (iLXQ {IPICIN) > > > > > > > > > > > > > > > > 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 > > -- > WBW Andy V. Oleynik (When U work in virtual office > prime.net.ua's U have good chance to obtain > system administrator virtual money Ж%-) > +380442448363 > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > --- tani hosokawa river styx internet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 0:26:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hpu450.hpu.edu (hpu450.Hpu.edu [205.149.106.238]) by hub.freebsd.org (Postfix) with ESMTP id 0D21514D21 for ; Tue, 13 Jul 1999 00:26:39 -0700 (PDT) (envelope-from kokamoto@Hpu.EDU) Received: from hpu.edu (Rad1.45.Hpu.Edu [198.199.136.48]) by hpu450.hpu.edu (8.8.8+Sun/8.8.7) with ESMTP id VAA09502 for ; Mon, 12 Jul 1999 21:25:42 -1000 (HST) Message-ID: <378AE9D3.9A1D52D8@hpu.edu> Date: Mon, 12 Jul 1999 21:25:07 -1000 From: Keith Okamoto X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD CD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To whom it may concern, I am new to UNIX. Your website points to Walnut Creek's distribution FreeBSD on CD. Does anyone know how reliable LinuxMall's distribution of version 3.2 is? Thank you, Keith Okamoto To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 0:28:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id 25E3A14C38 for ; Tue, 13 Jul 1999 00:28:23 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id KAA01672 for ; Tue, 13 Jul 1999 10:29:00 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <378AEAB7.E6286BA7@prime.net.ua> Date: Tue, 13 Jul 1999 10:28:56 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: Up to 6 SCSI HDDs on single adapter? Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, guys, There are such things inside PC: ahc0 rev 0 int a irq 15 on pci0:18:0 ahc0: Using left over BIOS settings ahc0: aic7880 Wide Channel, SCSI Id=7, 16 SCBs (ahc0:0:0): "IBM DCAS-32160W S65A" type 0 fixed SCSI 2 sd0(ahc0:0:0): Direct-Access 2063MB (4226725 512 byte sectors) Sending SDTR!! (ahc0:1:0): "IBM DCAS-34330W S65A" type 0 fixed SCSI 2 sd1(ahc0:1:0): Direct-Access 4134MB (8467200 512 byte sectors) AFAIK one can plug up to 6 SCSI devises on one adapter (7nt is adapter itself). My question is if I have enough plugs on the SCSI wire I can painlessly add 3d appropriate HDD to the adapter and be happy? Am I write? -- WBW Andy V. Oleynik (When U work in virtual office U have good chance to obtain virtual money Ж%-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 0:29:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from diogenes.ionet.net (diogenes.ionet.net [38.193.50.238]) by hub.freebsd.org (Postfix) with ESMTP id E24AA14C38 for ; Tue, 13 Jul 1999 00:29:36 -0700 (PDT) (envelope-from malaclypse@diogenes.ionet.net) Received: from localhost (malaclypse@localhost) by diogenes.ionet.net (8.9.3/8.9.3) with ESMTP id CAA17591; Tue, 13 Jul 1999 02:30:18 -0500 (CDT) (envelope-from malaclypse@diogenes.ionet.net) Date: Tue, 13 Jul 1999 02:30:18 -0500 (CDT) From: Val Kilmer To: Doug Cc: Greg Lehey , questions@FreeBSD.ORG Subject: Re: Modem Init String for US Robotics 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 You can find a great deal of USR info at: http://consumer.3com.com/modem/manual/index.html Cory. On Mon, 12 Jul 1999, Doug wrote: > > What I mean is like, I was issued the instructions for /etc/ppp/sconnect > thats called from /etc/ppp/options, to have this in sconnecT: > #!/bin/sh > chat ABORT BUSY ABORT ERROR "" AT"" OK > ATDT8924700 CONNECT > > yet "ATZ OK" doesnt work, "ATZ" doesnt work, It will either not dial at > all, or my modem will click and hum and scream... > > > > > > I'm not sure what you mean by the initialization string. Typically > > you don't need any specific string to initialize a modem. I'm > > assuming you're not talking about dial commands and such. I have some > > information on page 433 of "The Complete FreeBSD", third edition. Is > > this the sort of thing you're loooking for? > > > > Greg > > -- > > When replying to this message, please copy the original recipients. > > For more information, see http://www.lemis.com/questions.html > > See complete headers for address, home page and phone numbers > > finger grog@lemis.com for PGP public key > > > > > > | Doug > | unix9.org admin > | shocking.com/~doemill/ > > > > 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 Tue Jul 13 0:38:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (Postfix) with ESMTP id 6749C14EFF for ; Tue, 13 Jul 1999 00:38:42 -0700 (PDT) (envelope-from kpielorz@caladan.tdx.co.uk) Received: from localhost (kpielorz@localhost) by caladan.tdx.co.uk (8.9.3/8.9.3/Kp) with ESMTP id IAA02654; Tue, 13 Jul 1999 08:37:13 +0100 (BST) Date: Tue, 13 Jul 1999 08:37:13 +0100 (BST) From: Karl Pielorz To: "Andy V. Oleynik" Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: Up to 6 SCSI HDDs on single adapter? In-Reply-To: <378AEAB7.E6286BA7@prime.net.ua> 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 Tue, 13 Jul 1999, Andy V. Oleynik wrote: > AFAIK one can plug up to 6 SCSI devises on one adapter (7nt is adapter > itself). > My question is if I have enough plugs on the SCSI wire I can painlessly > add 3d appropriate HDD to the adapter and be happy? Am I write? Yes, be careful to set the drive's ID and _termination_ correctly... You usually tend to find with drives, the more you have on the bus, the more critical drive termination gets... -Kp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 0:46:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from diogenes.ionet.net (diogenes.ionet.net [38.193.50.238]) by hub.freebsd.org (Postfix) with ESMTP id 3173214EFF for ; Tue, 13 Jul 1999 00:46:08 -0700 (PDT) (envelope-from malaclypse@diogenes.ionet.net) Received: from localhost (malaclypse@localhost) by diogenes.ionet.net (8.9.3/8.9.3) with ESMTP id CAA17651 for ; Tue, 13 Jul 1999 02:47:13 -0500 (CDT) (envelope-from malaclypse@diogenes.ionet.net) Date: Tue, 13 Jul 1999 02:47:13 -0500 (CDT) From: Val Kilmer To: questions@FreeBSD.org Subject: ASFiles-1.0 install problems. 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 I'm having some fairly fatal problems installing this thing. The configure goes fine, and then, during the 'make', I get killed with this message: /usr/local/include/Offix/DragAndDrop.h:24: X11/Intrinsic.h: No file or directory I have all the dependencies installed, so that's not the issues, and I've attempted to hunt down the offending file. Of course, there are only about 40 references to X11 strewn about my directory structure, so hunting it down, even through normal means, would be both tedious and time consuming. Anyone got any tips on this one? Cory. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 0:55:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id 7E07214EFF for ; Tue, 13 Jul 1999 00:55:39 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id KAA01720; Tue, 13 Jul 1999 10:53:55 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <378AF08E.F6305C87@prime.net.ua> Date: Tue, 13 Jul 1999 10:53:51 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: Dima Dorfman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: passwd stalling References: <199907122145.OAA73823@switch.unixfreak.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Definitly U are trying to send from socket. Can U tcpdump ur traffic? Dima Dorfman wrote: > hi, on one of my freebsd machines, whenever i run passwd (root or > non-root) it takes about 180 seconds to get the 1st prompt. at first i > thought this was a dns problem, but dns is fine, and why would passwd need > to do a dns lookup anyway? heres is the last part of the truss output for > it: > > syscall bind(0x4,0xefbfd540,0x10) > returns 0 (0x0) > syscall ioctl(4,FIONBIO,0xefbfd570) > returns 0 (0x0) > syscall sendto(0x4,0x80529f0,0x38,0x0,0x8052808,0x10) > returns 56 (0x38) > syscall gettimeofday(0xefbfd4bc,0x0) > returns 0 (0x0) > syscall select(0x5,0xefbfd52c,0x0,0x0,0xefbfd4b4) > returns 0 (0x0) > syscall sendto(0x4,0x80529f0,0x38,0x0,0x8052808,0x10) > returns 56 (0x38) > syscall gettimeofday(0xefbfd4bc,0x0) > returns 0 (0x0) > > now it sits there for awhile (not sure exactly how long). when i get the > 1st prompt everything is ok. any ideas? > > SYSTEM INFO: > > FreeBSD 3.1-RELEASE (custom kernel) > nis/kerberos disabled > > thanks in advance, > --dima > > -- > Dima Dorfman > /-----------------------------------------------------\ > | irc: eclipze@efnet/dalnet | whois: DD10140@internic | > | email: dima@unixfreak.org | http: www.unixfreak.org | > \-----------------------------------------------------/ > > Windoze droolz. FreeBSD rulez. http://www.FreeBSD.org/ > Whats the same between computers and air conditioners? They both stop working when you open windows. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- WBW Andy V. Oleynik (When U work in virtual office prime.net.ua's U have good chance to obtain system administrator virtual money Ж%-) +380442448363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 1: 1:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id 2630B14EFF for ; Tue, 13 Jul 1999 01:01:33 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id LAA01733; Tue, 13 Jul 1999 11:01:28 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <378AF257.FF9DAC02@prime.net.ua> Date: Tue, 13 Jul 1999 11:01:28 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: Steve Reid Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail, dialup connection, multiple users. References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Generally U could masquearade urself as ur ISP's MX's CNAME. I beleave it could be better for U to contact ur ISP or sysadmin and ask them what is ur e-mail domain part and again do masquearading. Steve Reid wrote: > This is related to the FAQ item: "8.19. How do I set up mail with a > dialup connection to the 'net?" > > The FAQ details how to change the domain name on outgoing mail to match > that of the ISP. But what do you do when there are multiple users on the > system, who's email addresses have different domain names, and who's > local user names don't match their user names in their email addresses? > > My hostname is "grok", the domain name I'm using is simply "nodomain". > These are a couple of my users: > > Local user Email address > steve@grok.nodomain sreid@sea-to-sky.net > vern@grok.nodomain figaro6@hotmail.com > > Each user can set the From: line in the mail headers just fine using > most MUAs, but when the local sendmail tries to deliver the message it > seems to be telling the remote MTA that our hostname is "grok.nodomain", > and many sites (including freebsd.org) refuse to accept mail from us > because "grok.nodomain" is bogus. > > Is it sufficient to set sendmail's idea of the domain to some other > random domain name that does exist (like "hotmail.com"), and depend on > the From: line in the mail to get return mail going where it's supposed > to? If I were to do that, would error messages relating to > "steve@grok.nodomain" end up going to "steve@hotmail.com" instead of > "sreid@sea-to-sky.net"?? Is there anything else I can do??? > > Also, the FAQ refers to M4-processable configuration files in > /usr/src/usr.sbin/sendmail/cf. It says that if you have the CDROM you > can get those files by installing the /cdrom/dists/src/ssmailcf.aa > distfile. Where do you get those files if you don't have a recent CD? I > checked ftp.freebsd.org in the 3.2-RELEASE/src directory but could not > find any ssmailcf.aa distfile. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- WBW Andy V. Oleynik (When U work in virtual office prime.net.ua's U have good chance to obtain system administrator virtual money Ж%-) +380442448363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 1:11:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.go2france.com (go2france.com [209.51.193.70]) by hub.freebsd.org (Postfix) with SMTP id 9E74815265 for ; Tue, 13 Jul 1999 01:11:35 -0700 (PDT) (envelope-from lconrad@Go2France.com) Received: from superviseur [62.161.63.210] by mail.go2france.com with ESMTP (SMTPD32-4.03) id AFB879601B4; Tue, 13 Jul 1999 02:42:00 EDT Message-Id: <4.2.0.56.19990713100434.023eff00@go2france.com> X-Sender: lconrad@go2france.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.56 (Beta) Date: Tue, 13 Jul 1999 10:06:19 +0200 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Zeus Web Server In-Reply-To: <378AF08E.F6305C87@prime.net.ua> References: <199907122145.OAA73823@switch.unixfreak.org> 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 Zeus Technology has upgraded their Web server to work with FreeBSD 3.2. www.zeustechnology.com a product review at: www.serverwatch.com Regards, Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 1:30:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tuminfo2.informatik.tu-muenchen.de (tuminfo2.informatik.tu-muenchen.de [131.159.0.81]) by hub.freebsd.org (Postfix) with ESMTP id 27AE0152EF for ; Tue, 13 Jul 1999 01:30:21 -0700 (PDT) (envelope-from hafner@informatik.tu-muenchen.de) Received: from hprbg5.informatik.tu-muenchen.de ([131.159.0.200] EHLO hprbg5.informatik.tu-muenchen.de ident: root [port 4371]) by tuminfo2.informatik.tu-muenchen.de with ESMTP id <110595-223>; Tue, 13 Jul 1999 10:29:10 +0000 Received: from hafner@localhost by hprbg5.informatik.tu-muenchen.de id <24223-734>; Tue, 13 Jul 1999 10:29:00 +0200 From: Walter Hafner MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14218.63691.589830.15439@hprbg5.informatik.tu-muenchen.de> Date: Tue, 13 Jul 1999 10:28:59 +0200 (METDST) To: Greg Lehey Cc: Walter Hafner , questions@FreeBSD.ORG Subject: Re: strange NFS problem In-Reply-To: <19990713112452.U21403@freebie.lemis.com> References: <14218.4014.47678.998590@hprbg5.informatik.tu-muenchen.de> <19990713112452.U21403@freebie.lemis.com> X-Mailer: VM 6.51 under 20.3 "Vatican City" XEmacs Lucid Reply-To: Walter Hafner X-treme: Who? Me? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for your help. Here's a little more info to clarify things: > On Monday, 12 July 1999 at 17:54:22 +0200, Walter Hafner wrote: > > Host A: FreeBSD 2.2.8 STABLE, NFS Server > > Host B: FreeBSD 3.1 RELEASE, NFS Client > > > > Host A runs "mountd -n" and "nfsd" (4 childs). > > > > Routing between A and B is ok, DNS and reverse DNS is ok. > > > > /etc/exports on A: > > > > /export/dist B C D > > /export/data B C D > > > > /etc/fstab on B: > > > > A:/export/data /mount/A/export/data nfs 2,rw,intr,soft,noauto 0 0 > > A:/export/dist /mount/A/export/dist nfs 2,rw,intr,soft,noauto 0 0 > > > > When I do a > > > > mount /mount/w3proj1/export/data > > > > on B it hangs forever. When I start mountd with -d on A, it tells me > > "mount successful" or something similar (don't have the machine at > > hand.) > > > > A ktrace on the "mount ..." line gives: > > > > [std lib messages] > > [reading fstab] > > 53205 mount RET read 528/0x210 > > 53205 mount CALL statfs(0x806bfbd,0xefbfd0b8) > > 53205 mount NAMI "/" > > 53205 mount RET statfs 0 > > 53205 mount CALL stat(0x8071320,0xefbfd1b8) > > 53205 mount NAMI "/dev/da0s1a" > > 53205 mount RET stat 0 > > 53205 mount CALL open(0x806ba40,0,0xefbfcb3c) > > 53205 mount NAMI "." > > 53205 mount RET open 4 > > 53205 mount CALL chdir(0xefbfcb3c) > > 53205 mount NAMI "/mount/A/export" > > 53205 mount RET chdir 0 > > 53205 mount CALL lstat(0xefbfcb52,0xefbfcaac) > > 53205 mount NAMI "data" > > 53205 mount PSIG SIGINT SIG_DFL > > Is system B multi-homed? In other words, does it have more than one > IP address? There's a bug in the system which will cause it to accept > the mount, but possibly reply with the "other" IP address. This will > cause a hang which you can only resolve with a reboot. See PR > kern/9612 for more details. "A", the NFS _server_ is multi-homed. It answers to 6 IP-addresses and about 15 names. It runs 3 IP-based virtual WWW-servers and about 10 name-based virtual WWW-servers (HTTP 1.1; one IP address). The rest of the IP numbers and names are assigned for special services (mail, MySQL, DNS, ...). I know, what you want to say now ("NFS is Bad(tm) for WWW machines"), but all the servers are pretty low volume, so there's no I/O bandwidth problem. It's just, that editing pages is much more convenient via NFS. I mounted from the DNS-Server CNAME, not from the primary name. Machine "B" is an ordinary workstation (one IP-address, one name) > > Never mind. I found the problem (apart from the bogus "2" option in > > /etc/fstab :-) > > > > I didn't mount from the machines "A" record name, but from on of the > > machines "CNAME"s. The FreeBSD 3.1 mount doesn't seem to like this. > > If my reasoning above is correct, I don't think that's the solution, > unless by changing the name you removed the duplicate IP addresses. I don't quite understand, what you mean by "removed the duplicate IP addresses". All addresses are still valid. I'm no kernel hacker. All I can say is: it works now. I tried both configurations (mountpoints) and can repeat the behaviour at any time. Looks like the behaviour you describe in 9612. I can especcially verify this part: : Here the mount succeeds on the server side, but the reply contains the : address 192.109.197.137, not 139.130.136.133, and is thus rejected by : panic. The mount process hangs in sbwait and is not stoppable. But it seems to me, that mounts from the name in the "A" record always succeed. If I can be any help in tracking the bug down, I'll help. However, the machine is a production machine and I can't reboot every few minutes just to debug the kernel. Regards, -Walter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 1:39:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mbox1.ufsc.br (mbox1.ufsc.br [150.162.1.4]) by hub.freebsd.org (Postfix) with ESMTP id BB23814BF4 for ; Tue, 13 Jul 1999 01:38:59 -0700 (PDT) (envelope-from danielcs@inf.ufsc.br) Received: from inf.ufsc.br (ras236-18.dial.ufsc.br [150.162.236.18]) by mbox1.ufsc.br (8.8.8/8.8.8) with ESMTP id FAA09700 for ; Tue, 13 Jul 1999 05:38:44 -0500 Message-ID: <378AFAA3.683C17FE@inf.ufsc.br> Date: Tue, 13 Jul 1999 05:36:51 -0300 From: Daniel X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ISO Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, where I can make download a file .iso to record a complete CD of the freebsd 3.2-RELEASE. Thank you very much, Daniel Campos dos Santos Network Administrator Federal University of Santa Catarina - Brazil To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 1:39:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id 0C17814BF4 for ; Tue, 13 Jul 1999 01:39:43 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id LAA01786; Tue, 13 Jul 1999 11:36:34 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <378AFA8D.B8430B9F@prime.net.ua> Date: Tue, 13 Jul 1999 11:36:29 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: lh@aus.org Cc: questions@FreeBSD.ORG Subject: Re: Hard drive soft errors References: <199907130357.XAA05866@ayukawa.aus.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, history repeats. Some time ago I had similar problem on my 3d WD Caviar (340Mb) drive. I began immediatly to transfer data on clean space with removing sources. Of course some of data on WD couldnt be read. But I didnt care. When finished I removed partition 165 partition from WD, *wrote* changes, then created partition again (superfluous movement IMHO) then scanned it for bad blocks then... I dont remember exactly wether newfs'ed wether simply mounted. There mirical began: directory tree remained intact moreover I could read data that I couldnt read previously !!! Here U are. Anyway backup ur data before U'll do smth. Luke wrote: > Could anyone tell me what these mean or where I could find out about them? > > /kernel: wd0s1b: soft error reading fsbn 87144 of 87136-87151 (wd0s1 bn 189544; > cn 191 tn 25 sn 4) (status 58 error 40) > /kernel: wd0: interrupt timeout (status 59 error > 40) > /kernel: wd0: wdtimeout() DMA status 4 > /kernel: wd0s1b: soft error reading fsbn 35609 of 35608-35647 (wd0s1 bn 138009; > cn 139 tn 22 sn 3) (status 58 error 1) > > I had problems in the past with this machines IDE controller [Acer] which was > fixed by turning DMA off for the IDE controllers, but it had been working for > some time without error. > > P.S. I am not on the list > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- WBW Andy V. Oleynik (When U work in virtual office prime.net.ua's U have good chance to obtain system administrator virtual money Ж%-) +380442448363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 1:41:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gate.keisu.t.u-tokyo.ac.jp (ns06.t.u-tokyo.ac.jp [133.11.68.1]) by hub.freebsd.org (Postfix) with SMTP id DC24C1530C for ; Tue, 13 Jul 1999 01:41:11 -0700 (PDT) (envelope-from simokawa@sat.t.u-tokyo.ac.jp) Received: (qmail 53236 invoked from network); 13 Jul 1999 08:40:09 -0000 Received: from sylph.sat.t.u-tokyo.ac.jp (10.6.1.20) by ns06.t.u-tokyo.ac.jp with SMTP; 13 Jul 1999 08:40:09 -0000 Received: from ett.sat.t.u-tokyo.ac.jp (ett.sat.t.u-tokyo.ac.jp [10.6.1.30]) by sylph.sat.t.u-tokyo.ac.jp (Postfix) with ESMTP id 59EAE2DAA9; Tue, 13 Jul 1999 17:40:08 +0900 (JST) Received: from ett.sat.t.u-tokyo.ac.jp by ett.sat.t.u-tokyo.ac.jp (8.9.3/sat-V0.6) id RAA28668; Tue, 13 Jul 1999 17:40:08 +0900 (JST) Date: Tue, 13 Jul 1999 17:40:08 +0900 Message-ID: <14218.64360.61857.88037Z@ett.sat.t.u-tokyo.ac.jp> From: Hidetoshi Shimokawa To: pe@student.lssu.edu Cc: freebsd-questions@FreeBSD.ORG, freebsd-alpha@FreeBSD.ORG Subject: Re: problem compiling Python In-Reply-To: In your message of "Mon, 12 Jul 1999 09:12:17 -0400 (EDT)" References: User-Agent: Wanderlust/1.0.0 (Kokomo) SEMI/1.13.3 (Komaiko) FLIM/1.12.5 (Hirahata) MULE XEmacs/21.2 (beta13) (Demeter) (i386-unknown-freebsd3.1) X-Face: OE([KxWyJI0r[R~S/>7ia}SJ)i%a,$-9%7{*yihQk|]gl}2p#"oXmX/fT}Bn7:#j7i14gu$ jgR\S*&C3R/pJX wrote: > > Hi all, > Is there anybody successfully compiled and installed Python-1.5.2 > on FreeBSD-3.2/Alpha? When I compiled and run make test everything pass > except test_fcntl function. It seem to be the really important one that I > need too. This is the output of the test: > > host# python test_fcntl.py > Status from fnctl with O_NONBLOCK: 0 > struct.pack: > '\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ > 000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ > 000\000\000\000\003\000\000\000' > Traceback (innermost last): > File "test_fcntl.py", line 30, in ? > rv = fcntl.fcntl(f.fileno(), FCNTL.F_SETLKW, lockdata) > IOError: [Errno 22] Invalid argument > > Any trick to make this thing work? Please help! > > TIA > > pe' > > > ------------------------------ > UNIX System Admin. > Distributed Computing Services > Lake Superior State University > 650 W. Easterday Ave. > Sault Ste. Marie. MI > 49783 USA. > ------------------------------ Try attached patch. You may want to fix posixfile.py too. --- test_fcntl.py.orig Tue Feb 23 13:13:37 1999 +++ test_fcntl.py Tue Jul 13 17:36:34 1999 @@ -17,9 +17,9 @@ print 'Status from fnctl with O_NONBLOCK: ', rv if sys.platform in ('netbsd1', - 'freebsd2', 'freebsd3', + 'freebsd2', 'freebsd3', 'freebsd4', 'bsdos2', 'bsdos3', 'bsdos4'): - lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, FCNTL.F_WRLCK, 0) + lockdata = struct.pack('ixxxxixxxxihh', 0, 0, 0, FCNTL.F_WRLCK, 0) elif sys.platform in ['aix3', 'aix4']: lockdata = struct.pack('hhlllii', FCNTL.F_WRLCK, 0, 0, 0, 0, 0, 0) else: /\ Hidetoshi Shimokawa \/ simokawa@sat.t.u-tokyo.ac.jp PGP public key: finger -l simokawa@sat.t.u-tokyo.ac.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 1:43:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id 20B4414CA1 for ; Tue, 13 Jul 1999 01:43:39 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id LAA01796; Tue, 13 Jul 1999 11:43:05 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <378AFC16.A5FDF994@prime.net.ua> Date: Tue, 13 Jul 1999 11:43:03 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: Tani Hosokawa Cc: questions@FreeBSD.ORG Subject: Re: network stuff References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Me not. May be original poster :) Tani Hosokawa wrote: > I think what you want is fuser... it's on FreeBSD, isn't it? > > On Tue, 13 Jul 1999, Andy V. Oleynik wrote: > > > Ilia Chipitsine wrote: > > > > > On Mon, 12 Jul 1999, Amit Kr.Jain wrote: > > > > > > > Hi!! > > > > Use netstat -a|grep portno. > > > > > > maybe, netstat -an ? > > > > > > > Why not if portno="smtp" for example. But I really dont understand > > what is the role of netstat here - netstat doesnt show pids > > tcp 0 0 *.ssh *.* LISTEN > > :P > > > > > > to find out the process listening on a particular port > > > > and then > > > > ps -ef|grep process > > > > to look for the info for that process > > > > > > > > ******************************************************************************* > > > > > > > > WORK HOME > > > > ------ ------ > > > > > > > > Amit Kr Jain, Flat No 7/2 > > > > (Research Engineer), 7th cross > > > > C-DOT, KHM Block > > > > 2nd floor, Sneha Complex, Opp Shanti Sagar. > > > > 71/1 Miller Road, R.T.Nagar > > > > BANGALORE - 560052 BANGALORE. > > > > > > > > Voice - 080-2263399 ext 247/329 > > > > 080-2261529 > > > > email: amit@cdotb.ernet.in > > > > ******************************************************************************* > > > > > > > > On Sat, 10 Jul 1999, Ilia Chipitsine wrote: > > > > > > > > > Dear All, > > > > > > > > > > how can I get PID of the process that > > > > > listens on particular port (TCP/UDP) ? > > > > > > > > > > Regards, (nAILU^[IE POVELANIQ) > > > > > > > > > > Ilia Chipitsine (iLXQ {IPICIN) > > > > > > > > > > > > > > > > > > > > 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 > > > > -- > > WBW Andy V. Oleynik (When U work in virtual office > > prime.net.ua's U have good chance to obtain > > system administrator virtual money Ж%-) > > +380442448363 > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > --- > tani hosokawa > river styx internet -- WBW Andy V. Oleynik (When U work in virtual office prime.net.ua's U have good chance to obtain system administrator virtual money Ж%-) +380442448363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 2:12:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from atlrel1.hp.com (atlrel1.hp.com [156.153.255.210]) by hub.freebsd.org (Postfix) with ESMTP id DA73715237 for ; Tue, 13 Jul 1999 02:12:26 -0700 (PDT) (envelope-from MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com) Received: from isoit644.bbn.hp.com (root@isoit644.bbn.hp.com [15.136.88.78]) by atlrel1.hp.com (8.8.6 (PHNE_17135)/8.8.5tis) with ESMTP id FAA23132 for ; Tue, 13 Jul 1999 05:11:25 -0400 (EDT) From: MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com Received: from localhost (root@localhost) by isoit644.bbn.hp.com (8.8.6 (PHNE_14041)/8.8.6 TIS Openmail) with SMTP id LAA02793 for freebsd-questions@freebsd.org; Tue, 13 Jul 1999 11:11:51 +0200 (METDST) X-OpenMail-Hops: 1 Date: Tue, 13 Jul 1999 11:11:43 +0200 Message-Id: Subject: PPP and Filter Setup Question MIME-Version: 1.0 To: freebsd-questions@freebsd.org Cc: HEITMEIER_MICHAEL/HP-Germany_om12@isoit644.bbn.hp.com Content-Type: text/plain; charset=US-ASCII; name="BDY.TXT" Content-Disposition: inline; filename="BDY.TXT" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, to keep my NT laptop from dialing my ISP when it's connected to my home network I enabled TCP/IP logging in /etc/ppp/ppp.conf and duly received the following log entry: Jul 12 21:07:11 gimli ppp[7478]: tun0: TCP/IP: DIAL UDP: 10.0.0.4:137 ---> 15.180.3.114:137 Gimli is the gateway, 10.0.0.4 is the address of the laptop in my home environment. I tried to find out what process still wants to access 15... but did not find anything, certainly nothing I can see from my network configuration (DNS and WINS are disabled), the only gateway is 10.0.0.1 (gimli). Based on this I set the following entry in /etc/ppp/ppp.conf: set filter dial 0 deny udp src eq 137 At first (when the laptop adapter indicated it was accessing the network) it looked like success when ppp did not dial, but then I found that this filter apparently blocked ALL dial out traffic... :-( Jul 12 22:07:50 gimli ppp[7483]: tun0: TCP/IP: DIAL UDP: 10.0.0.4:1046 ---> 15.181.150.30:53 - BLOCKED Jul 12 22:09:15 gimli ppp[7483]: tun0: TCP/IP: DIAL UDP: 10.0.0.4:137 ---> 15.128.15.115:137 - BLOCKED Jul 12 22:34:44 gimli ppp[7483]: tun0: TCP/IP: DIAL UDP: 10.0.0.2:1029 ---> 145.253.2.11:53 - BLOCKED What am I doing wrong? There is very little information about the definition of 'src' in man ppp so I'm not sure if what I'm doing is even correct. What are the numbers behind the IP address anyway (1046,137,1029)? Thanks for any help, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 2:12:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from donhm.calcasieu.com (tcnet01-45.austin.texas.net [209.99.40.45]) by hub.freebsd.org (Postfix) with ESMTP id 14CAE1530C for ; Tue, 13 Jul 1999 02:12:42 -0700 (PDT) (envelope-from dread@texas.net) Received: from donhm.calcasieu.com (localhost.calcasieu.com [127.0.0.1]) by donhm.calcasieu.com (8.8.8/8.8.8) with ESMTP id EAA00724; Tue, 13 Jul 1999 04:13:34 -0500 (CDT) (envelope-from dread@texas.net) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 13 Jul 1999 04:13:33 -0500 (CDT) From: Don Read To: Craig Beasland Subject: RE: Some sendmail information Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 13-Jul-99 Craig Beasland wrote: > Hi there, > > I was recently looking around for anti-spam information, and came across > these two URLS. I thought they may be of interest to many people and the > instructions were clear and easy to follow. > > Does anyone have any comments about them good or bad? > > http://maps.vix.com/tsi/dnload/sm8-antirelay.txt > http://maps.vix.com/tsi/ar-test.html > > I dont have any affiliation with these sites - I just found them and thought > they may be of use to some of the people on this list. ummm, Paul Vixie, Chip Rosenthal, Herrick, Levine, Claus A(B)ssman yes I would call this a pretty credible group. the one to bookmark: http://www.sendmail.org/antispam.html Regards, --- Don Read dread@calcasieu.com EDP Manager dread@texas.net Calcasieu Lumber Co. Austin TX -- But I'm in good company, sendmail has kicked a great many butts in the past To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 2:36:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.axis.de (hermes.axis.de [194.163.241.7]) by hub.freebsd.org (Postfix) with SMTP id 15BB314E8D for ; Tue, 13 Jul 1999 02:36:32 -0700 (PDT) (envelope-from maret@axis.de) Received: from erlangen01.axis.de by hermes.axis.de via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 13 Jul 1999 09:36:34 UT Received: (private information removed) Message-ID: <91DA20EC3C3DD211833400A0245A4EA9BA1061@erlangen01.axis.de> From: Alexander Maret To: "'freebsd-questions@freebsd.org'" Subject: SCSI TO SCSI RAID Date: Tue, 13 Jul 1999 11:35:56 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, as SmartRAID IV controllers are fairly old and others are not supported by FreeBSD, I would like to use a SCSI to SCSI RAID controller. Does anybody have some experience with SCSI-SCSI RAID controllers? Which models are you using? Do you have any problems? Please don't tell me that I should use SmartRAID controllers. I don't want to use them! I just want to know if anybody uses SCSI-SCSI RAID controllers successfully. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 4: 1:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailg.telia.com (mailg.telia.com [194.22.194.26]) by hub.freebsd.org (Postfix) with ESMTP id 5A5B814D57 for ; Tue, 13 Jul 1999 04:01:10 -0700 (PDT) (envelope-from thomas.uhrfelt@plymovent.se) Received: from d1o68.telia.com (root@d1o68.telia.com [62.20.138.241]) by mailg.telia.com (8.8.5/8.8.8) with ESMTP id NAA23147 for ; Tue, 13 Jul 1999 13:00:00 +0200 (CEST) Received: from polaris (t3o68p75.telia.com [62.20.139.75]) by d1o68.telia.com (8.8.8/8.8.5) with SMTP id MAA25575 for ; Tue, 13 Jul 1999 12:59:59 +0200 (CEST) Received: by localhost with Microsoft MAPI; Tue, 13 Jul 1999 12:59:01 +0200 Message-ID: <01BECD2F.7A34F300.thomas.uhrfelt@plymovent.se> From: Thomas Uhrfelt Reply-To: "thomas.uhrfelt@plymovent.se" To: "'freebsd-questions@FreeBSD.ORG'" Subject: PPP and client gateway Date: Tue, 13 Jul 1999 12:59:00 +0200 Organization: PlymoVent AB X-Mailer: Microsoft Internet-e-post/MAPI - 8.0.0.4211 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 have succesfully ( well sort of ! ) installed userland PPP as a server. it (together with mgetty) allows users (win95) to connect via modem and surf the web, or atleast that was the thought. It seems that everything is just fine with the clients except that they get assigned their own IP as gateway. DNS is correct and IP gets assigned to them as I specify, but when they run winipcfg the gateway is the same as their assigned IP. How do I fix this.. just tried I longshot in ppp.conf and specified 'gateway x.x.x.x', but of course as you all probably know that didnt work (illegal command :) ).. Regards, Thomas Uhrfelt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 4:21:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id 186D915219 for ; Tue, 13 Jul 1999 04:21:06 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (8.9.3/8.9.3) with ESMTP id OAA24197; Tue, 13 Jul 1999 14:20:40 +0300 (EET DST) Received: by myhakas.matti.ee (Postfix, from userid 1000) id 4A6631F93; Tue, 13 Jul 1999 14:20:47 +0300 (EEST) Date: Tue, 13 Jul 1999 14:20:47 +0300 From: Vallo Kallaste To: Steve Reid Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail, dialup connection, multiple users. Message-ID: <19990713142047.A47929@myhakas.matti.ee> Reply-To: vallo@matti.ee References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Steve Reid on Mon, Jul 12, 1999 at 02:54:43PM -0700 Organization: =?iso-8859-1?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 12, 1999 at 02:54:43PM -0700, Steve Reid wrote: > The FAQ details how to change the domain name on outgoing mail to match > that of the ISP. But what do you do when there are multiple users on the > system, who's email addresses have different domain names, and who's > local user names don't match their user names in their email addresses? > > My hostname is "grok", the domain name I'm using is simply "nodomain". > These are a couple of my users: > > Local user Email address > steve@grok.nodomain sreid@sea-to-sky.net > vern@grok.nodomain figaro6@hotmail.com > > Each user can set the From: line in the mail headers just fine using > most MUAs, but when the local sendmail tries to deliver the message it > seems to be telling the remote MTA that our hostname is "grok.nodomain", > and many sites (including freebsd.org) refuse to accept mail from us > because "grok.nodomain" is bogus. > > Is it sufficient to set sendmail's idea of the domain to some other > random domain name that does exist (like "hotmail.com"), and depend on > the From: line in the mail to get return mail going where it's supposed > to? If I were to do that, would error messages relating to > "steve@grok.nodomain" end up going to "steve@hotmail.com" instead of > "sreid@sea-to-sky.net"?? Is there anything else I can do??? > > Also, the FAQ refers to M4-processable configuration files in > /usr/src/usr.sbin/sendmail/cf. It says that if you have the CDROM you > can get those files by installing the /cdrom/dists/src/ssmailcf.aa > distfile. Where do you get those files if you don't have a recent CD? I > checked ftp.freebsd.org in the 3.2-RELEASE/src directory but could not > find any ssmailcf.aa distfile. The sendmail distribution itself is in the /usr/src/contrib/sendmail directory and the freebsd.mc is in the /usr/src/etc/sendmail directory. I don't know sendmail well, but it seems you need to look at genericstable feature. Also the masquerade_envelope can be something to look at. I really don't know exactly. Grab the sources using anonymous cvs, the real distribution is behind contrib_sendmail module. Well, it seems to me that sendmail has rich documentation but this is poorly organized. I'm newbie, thought. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 4:26:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f174.hotmail.com [216.32.181.174]) by hub.freebsd.org (Postfix) with SMTP id D4D2C152AD for ; Tue, 13 Jul 1999 04:26:29 -0700 (PDT) (envelope-from amybsd@hotmail.com) Received: (qmail 93217 invoked by uid 0); 13 Jul 1999 11:25:24 -0000 Message-ID: <19990713112524.93216.qmail@hotmail.com> Received: from 24.29.200.136 by www.hotmail.com with HTTP; Tue, 13 Jul 1999 04:25:24 PDT X-Originating-IP: [24.29.200.136] From: "Amy Wennings" To: mi@aldan.algebra.com, questions@freebsd.org Subject: Re: how to stop dhclient from overwriting resolv.conf Date: Tue, 13 Jul 1999 06:25:24 CDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Mikhail! :) You may be happier using dhcpc instead of dhclient. You can determine whether you wish the resolv.conf or host name overwritten with dhcpc. Luck! >From: Mikhail Teterin >Subject: how to stop dhclient from overwriting resolv.conf > >Can't find this the FM-pages. Any hints? Thanks! _______________________________________________________________ Get Free Email and Do More On The Web. Visit http://www.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 4:27: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay.ripco.com (relay.ripco.com [209.100.227.3]) by hub.freebsd.org (Postfix) with SMTP id 6708815219 for ; Tue, 13 Jul 1999 04:26:56 -0700 (PDT) (envelope-from aphor@ripco.NOSPAM.com) Received: (qmail 29440 invoked from network); 13 Jul 1999 11:27:00 -0000 Received: from notrecords.com (HELO ripco.NOSPAM.com) (@209.100.228.123) by relay.ripco.com with SMTP; 13 Jul 1999 11:27:00 -0000 Message-ID: <378B22AA.4F829881@ripco.NOSPAM.com> Date: Tue, 13 Jul 1999 06:27:38 -0500 From: Jeremy McMillan Reply-To: aphor@ripco.NOSPAM.com Organization: Loose.. X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Accelerated X - Feedback? References: <00af01becc65$ef6fd740$380051c2@qmpgmc.ac.uk> <19990713111547.T21403@freebie.lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't think all of the information is out on this problem. What were the problem XF86Config settings? Can you redirect the XFree86 server's output to a file and tell us what probed values the server came up with? High/Low color is a video memory mapping issue, and screen resolution is a combination of video memory and modelines. Do we all understand what the server does and how it works, and therefore what to tinker with when it's broke? I'll admit, Creative Labs has some of the ugliest non-disclosure terms, so XFree support for them will probably always be crappy, but you should be able to get all VESA modes that will fit into your video RAM to work... Greg Lehey wrote: > > On Monday, 12 July 1999 at 13:56:19 +0100, Greg Quinlan wrote: > > I am looking for some feedback from people using Accelerated-X. > > > > Is it the way to go? > > > > I have problems with configuring my ATI All-in-One Wonder Pro (Rage Pro) > > (+Creative Voodoo 2 12MB) > > and just want a good graphical user interface. > > > > I have looked at Window-maker (0.60) but I just can not get it to work above > > 8bit colours and at low res. ;( > > I've been using AcceleratedX and its predecessors since 1992. As soon > as XFree86 supports multiple displays, I'm going to switch. It's > expensive to keep up with the latest hardware, and it's difficult > working with XiG. Performance may be a little better, but with modern > display boards, that's no longer the issue it used to be. > > Greg > -- > When replying to this message, please copy the original recipients. > For more information, see http://www.lemis.com/questions.html > See complete headers for address, home page and phone numbers > finger grog@lemis.com for PGP public key > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- PLEASE NOTICE: THERE MAY BE NOSPAM IN THE HEADERS WHEN YOU HIT "REPLY"!!! Jeremy McMillan | Ask for PGP-2.6.2 or 5.0i Chicago FreeBSD Users Group http://pages.ripco.com/~aphor/ChiFUG.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 4:49:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailg.telia.com (mailg.telia.com [194.22.194.26]) by hub.freebsd.org (Postfix) with ESMTP id DE69914CA1 for ; Tue, 13 Jul 1999 04:49:22 -0700 (PDT) (envelope-from thomas.uhrfelt@plymovent.se) Received: from d1o68.telia.com (root@d1o68.telia.com [62.20.138.241]) by mailg.telia.com (8.8.5/8.8.8) with ESMTP id NAA11039; Tue, 13 Jul 1999 13:47:13 +0200 (CEST) Received: from polaris (t3o68p41.telia.com [62.20.139.41]) by d1o68.telia.com (8.8.8/8.8.5) with SMTP id NAA15407; Tue, 13 Jul 1999 13:47:11 +0200 (CEST) Received: by localhost with Microsoft MAPI; Tue, 13 Jul 1999 13:46:10 +0200 Message-ID: <01BECD36.10954A60.thomas.uhrfelt@plymovent.se> From: Thomas Uhrfelt Reply-To: "thomas.uhrfelt@plymovent.se" To: "'MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com'" Cc: "'freebsd-questions@freebsd.org'" Subject: SV: PPP and client gateway Date: Tue, 13 Jul 1999 13:44:38 +0200 Organization: PlymoVent AB X-Mailer: Microsoft Internet-e-post/MAPI - 8.0.0.4211 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 Thomas Uhrfelt thomas.uhrfelt@plymovent.se Computer Technician PlymoVent AB F=F6reningsgatan 37 211 52 Malmoe Sweden http://www.plymovent.com The problem is that this is via a dialup.. so my clients use the RAS = feature=20 in windows 95 to dial up the freebsd modem, and they get dns and ip = entries=20 from the freebsd box (you can't enter gateway in the RAS setup), so = there has=20 to be a way to submit the GW to them aswell.. or atleast to get it to = point=20 to the FreeBSD box, right now on the win machines it defaults to the ip = I=20 assign them, so if I give the ppp connection ip 62.10.10.1, their = gateway=20 gets set to that aswell (checked with winipcfg) -----Ursprungligt meddelande----- Fr=E5n: MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com=20 [SMTP:MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com] Skickat: den 13 juli 1999 13:41 Till: thomas.uhrfelt@plymovent.se Kopia: freebsd-questions@freebsd.org =C4mne: RE: PPP and client gateway Normally you would set the gateway in /etc/rc.conf (not in ppp.conf) but not in your case becasue I guess that would lead to your server pointing to itself. You need to set the gateway on the clients to point to the server somewhere in Windows network config. Michael -----Original Message----- From: thomas.uhrfelt@plymovent.se [mailto:thomas.uhrfelt@plymovent.se] Sent: Tuesday, July 13, 1999 12:59 PM To: freebsd-questions@FreeBSD.ORG Cc: thomas.uhrfelt@plymovent.se Subject: PPP and client gateway I have succesfully ( well sort of ! ) installed userland PPP as a = server. it (together with mgetty) allows users (win95) to connect via modem and = surf the web, or atleast that was the thought. It seems that everything is just fine with the clients except that they get assigned their own IP as gateway. DNS is correct and IP gets assigned to them as I specify, but when they run winipcfg the gateway is the same as their assigned IP. How do I fix = this.. just tried I longshot in ppp.conf and specified 'gateway x.x.x.x', but = of course as you all probably know that didnt work (illegal command :) ).. Regards, Thomas Uhrfelt 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 Tue Jul 13 5: 7:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id 13F9214CA8 for ; Tue, 13 Jul 1999 05:07:21 -0700 (PDT) (envelope-from MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com) Received: from isoit644.bbn.hp.com (root@isoit644.bbn.hp.com [15.136.88.78]) by palrel3.hp.com (8.8.6 (PHNE_17135)/8.8.5tis) with ESMTP id EAA13279 for ; Tue, 13 Jul 1999 04:41:10 -0700 (PDT) From: MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com Received: from localhost (root@localhost) by isoit644.bbn.hp.com (8.8.6 (PHNE_14041)/8.8.6 TIS Openmail) with SMTP id NAA02254; Tue, 13 Jul 1999 13:41:06 +0200 (METDST) X-OpenMail-Hops: 1 Date: Tue, 13 Jul 1999 13:40:52 +0200 Message-Id: Subject: RE: PPP and client gateway MIME-Version: 1.0 To: thomas.uhrfelt@plymovent.se Cc: freebsd-questions@freebsd.org Content-Type: text/plain; charset=US-ASCII; name="BDY.TXT" Content-Disposition: inline; filename="BDY.TXT" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Normally you would set the gateway in /etc/rc.conf (not in ppp.conf) but not in your case becasue I guess that would lead to your server pointing to itself. You need to set the gateway on the clients to point to the server somewhere in Windows network config. Michael -----Original Message----- From: thomas.uhrfelt@plymovent.se [mailto:thomas.uhrfelt@plymovent.se] Sent: Tuesday, July 13, 1999 12:59 PM To: freebsd-questions@FreeBSD.ORG Cc: thomas.uhrfelt@plymovent.se Subject: PPP and client gateway I have succesfully ( well sort of ! ) installed userland PPP as a server. it (together with mgetty) allows users (win95) to connect via modem and surf the web, or atleast that was the thought. It seems that everything is just fine with the clients except that they get assigned their own IP as gateway. DNS is correct and IP gets assigned to them as I specify, but when they run winipcfg the gateway is the same as their assigned IP. How do I fix this.. just tried I longshot in ppp.conf and specified 'gateway x.x.x.x', but of course as you all probably know that didnt work (illegal command :) ).. Regards, Thomas Uhrfelt 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 Tue Jul 13 5:11:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 75C9E14CA8 for ; Tue, 13 Jul 1999 05:11:28 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.8.7/8.8.7) with ESMTP id IAA07573; Tue, 13 Jul 1999 08:09:33 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Tue, 13 Jul 1999 08:09:32 -0400 (EDT) From: Steve Hovey To: Kevin Bailey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IP 'services' stop during download In-Reply-To: <37897EC9.BBFE9185@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 I thought FTP expanded to available bandwidth or close to.. On Sun, 11 Jul 1999, Kevin Bailey wrote: > I have noticed that, during an ftp download, several IP services are > inaccessible. For example, DNS look-ups time-out and netstat (without > any parameters) just hangs until the ftp ends. My system only has one > interface, userland ppp over a 28k modem (configured for auto-dialing), > which also handles all my DNS look-ups. My hostname is fictitious but > resolved in 'hosts'. > > I would have thought that the DNS replies are simply being dropped by > the router at the other end of the phone line except that the ftp isn't > filling the entire pipe and, as mentioned, netstat also hangs. > > 'top' doesn't show anything spinning and all other programs work fine. > > Can anyone think of anything that might cause this ? Has anyone else > noticed this ? > > > 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 Tue Jul 13 5:41:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web1004.mail.yahoo.com (web1004.mail.yahoo.com [128.11.23.94]) by hub.freebsd.org (Postfix) with SMTP id B82521531B for ; Tue, 13 Jul 1999 05:41:01 -0700 (PDT) (envelope-from jphdumas@yahoo.fr) Message-ID: <19990713124100.6943.rocketmail@web1004.mail.yahoo.com> Received: from [164.138.98.135] by web1004.mail.yahoo.com; Tue, 13 Jul 1999 14:41:00 CEST Date: Tue, 13 Jul 1999 14:41:00 +0200 (CEST) From: "=?iso-8859-1?q?Jean-Pierre=20H.=20Dumas?=" 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 I am setting up a mail server, using 3.2R and vanilla sendmail + popper. primary DNS is set, on the same computer than mail, ftp, www, etc. nslookup is working ok from various machines on the local net. My problem is : I cannot send mail to jphdumas@jeambrun.fr but only to jphdumas@mail.jeambrun.fr The usual message is about relaying... The client I use is Netscape/win95 or IE/win95. So the question is : how can I setup the DNS config files for mail addressed @jeambrun.fr arrive correctly on a computer variously known as mail.jeambrun.fr ns.jeambrun.fr ftp.jeambrun.fr www.jeambrun.fr server.jeambrun.fr (This one is the primary, "real" name) Yes, I have read handbook, complete FreeBSD, and the obsolete O'Reilly book on net admin. But may be I missed or misunderstood a page. TIA Jean-Pierre Dumas P.S. This domain is not really on the net, yet. I do not subscribe to any list, so please cc me. ___________________________________________________________ Do You Yahoo!? Votre e-mail @yahoo.fr gratuit sur http://courrier.yahoo.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 6: 9:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netvisor.hu (mmtp89.mit.bme.hu [152.66.81.169]) by hub.freebsd.org (Postfix) with ESMTP id 093A3152EB for ; Tue, 13 Jul 1999 06:09:04 -0700 (PDT) (envelope-from szoli@netvisor.hu) Received: from localhost (szoli@localhost) by netvisor.hu (8.8.7/8.8.7) with ESMTP id PAA00888 for ; Tue, 13 Jul 1999 15:38:27 +0200 Date: Tue, 13 Jul 1999 15:38:27 +0200 (CEST) From: Sebestyen Zoltan X-Sender: szoli@linux.intranet.netvisor.hu To: FreeBSD questions mailinglist Subject: cdrecord + mkhybrid frontend Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-2 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm seaching for cdrecord AND mkhybrid frontend. I can use 'em from commandline, but it'b better to have a good GUI, especially when writing a new session to a multi-session CD, it can be quite sophisticated to do it from CLI. I found several frontend applications on www.freshmeat.net. Have you any suggestion which one to choose? =09=09Thanks in advance ---------------------------------------------------------------------------= ----- Sebesty=E9n Zolt=E1n =09There's something beating here= =20 =09=09=09=09=09inside my body and it's called a heart MAKE INSTALL NOT WAR=09=09=09You know how easy it is,=20 =09=09=09=09=09to tear it apart? =20 I use UNIX because reboots are for hardware upgrades. Kick me! Whip me!! Make me develop on AIX!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 6:33:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id 180B3152F3 for ; Tue, 13 Jul 1999 06:33:46 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.3/8.9.1) id JAA81986 for questions@freebsd.org; Tue, 13 Jul 1999 09:33:45 -0400 (EDT) (envelope-from mi) Message-Id: <199907131333.JAA81986@misha.cisco.com> Subject: Re: how to stop dhclient from overwriting resolv.conf In-Reply-To: <19990713112524.93216.qmail@hotmail.com> from Amy Wennings at "Jul 13, 1999 06:25:24 am" To: questions@freebsd.org Date: Tue, 13 Jul 1999 09:33:45 -0400 (EDT) Reply-To: mi@aldan.algebra.com From: Mikhail Teterin X-Mailer: ELM [version 2.4ME+ PL60 (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 Amy Wennings once wrote: > You may be happier using dhcpc instead of dhclient. You can determine > whether you wish the resolv.conf or host name overwritten with dhcpc. I was using it for a while before, but would rather use what is installed by ``make world''... Thanks! -mi > >From: Mikhail Teterin > >Subject: how to stop dhclient from overwriting resolv.conf > > > >Can't find this the FM-pages. Any hints? Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 6:38:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bill.profero.com (bill.profero.com [212.36.157.131]) by hub.freebsd.org (Postfix) with ESMTP id AAF7F152F3 for ; Tue, 13 Jul 1999 06:38:41 -0700 (PDT) (envelope-from alex@profero.com) Received: from host168.profero.com by bill.profero.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1459.74) id 35VWB7G1; Tue, 13 Jul 1999 14:37:32 +0100 From: "Alex Knowles" To: Subject: printing Date: Tue, 13 Jul 1999 14:38:40 +0100 Message-ID: <000501becd35$05588280$a89d24d4@profero.com> 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 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm really sorry to probably post a repeat question, but I've just upgraded to freebsd 3.2-release and I'm having real problems getting the kernel to see my printer ports: here is my kernel (as you can see I became slightly frustrated and dumped everything in!) device ppc0 at isa? port? flags 0x40 tty irq 7 controller ppbus0 device nlpt0 at ppbus? device nlpt1 at ppbus? device lpt0 at ppbus? device lpt1 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? #controller vpo0 at ppbus? and here is my dmesg output: ppc0 at 0x3bc irq 7 flags 0x40 on isa ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppi0: on ppbus 0 plip0: on ppbus 0 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold what am I doing wrong!? thanks Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 6:48:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from triton.mail.ru (triton.mail.ru [194.226.198.87]) by hub.freebsd.org (Postfix) with ESMTP id CBF1914D94 for ; Tue, 13 Jul 1999 06:48:16 -0700 (PDT) (envelope-from kori@mail.ru) Received: from galeon.obninsk.ru ([195.112.98.196] helo=KORI) by triton.mail.ru with smtp (Exim 3.02 #5) id 1142uG-000CAe-00 for freebsd-questions@FreeBSD.ORG; Tue, 13 Jul 1999 13:47:37 +0000 Date: Tue, 13 Jul 1999 17:47:17 +0400 From: Kori X-Mailer: The Bat! (v1.32) UNREG / CD5BF9353B3B7091 Reply-To: kori Organization: kori & co X-Priority: 3 (Normal) Message-ID: <12741.990713@mail.ru> To: freebsd-questions@FreeBSD.ORG Subject: stupid and probable very simple problem with ipfw 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 Hello , Sorry for wasting your time I've stupid and probable very simple problem: I use FreeBSD (2.2.8 stable) when I choose in rc.firewall type of firewall simple and fill other necessary fields: then restart computer #ping www.com #natd:failed to write packet back (Permission denied) #ping 10.0.0.3 #ping:sendto:Permission denied #ping (my outside inet address) it's working good #ping (my inside inet address) it's working good #ping 127.0.0.1 it's working good if I choose in rc.firewall type of firewall open and restart computer all working good! What's my simple mistake? Best regards, Sergey Kornienko mailto:kori@mail.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 7:10:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.davids.org (www.davids.org [162.42.235.245]) by hub.freebsd.org (Postfix) with ESMTP id 20E9A14D94 for ; Tue, 13 Jul 1999 07:10:18 -0700 (PDT) (envelope-from dlr@davids.org) Received: from localhost (dlr@localhost) by www.davids.org (8.9.2/8.9.0) with ESMTP id HAA00447 for ; Tue, 13 Jul 1999 07:09:58 -0700 (MST) Date: Tue, 13 Jul 1999 07:09:58 -0700 (MST) From: David Richardson To: questions@freebsd.org Subject: What does this mean? 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 have received this message several time: (da0:ahc0:0:0:0): READ(06). CDB: 8 13 98 5f 80 0 (da0:ahc0:0:0:0): RECOVERED ERROR info:1398ca asc:18,2 (da0:ahc0:0:0:0): Recovered data - data auto-reallocated sks:80,6 I have an Adaptec 2940-UW and a Seagate Barracuda Drive (ST37341W), running FreeBSD 3.1 Tha machine has been running with this hardware since FreeBSD 2.7 came out. Bad Drive? Thanks, dave | | | _| | |_ __ __o __o __o / | | '__ _`\<,_ _`\<,_ _`\<,_ - | | | (_)/ (_) (_)/ (_) (_)/ (_) \___|_|_| ________________________________________________dlr@davids.org___ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 7:18:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.austin.rr.com (sm1.texas.rr.com [24.93.35.54]) by hub.freebsd.org (Postfix) with ESMTP id 28C0614F90 for ; Tue, 13 Jul 1999 07:18:47 -0700 (PDT) (envelope-from twilson1@austin.rr.com) Received: from wilsonpc ([24.93.52.132]) by mail.austin.rr.com with Microsoft SMTPSVC(5.5.1875.185.18); Tue, 13 Jul 1999 09:16:43 -0500 From: "Tom W." To: Cc: Subject: Cable modem ->FreeBSD Date: Tue, 13 Jul 1999 09:17:16 -0700 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01BECD10.806005E0" Content-Transfer-Encoding: 7bit Message-ID: <06aa24316140d79SM1@mail.austin.rr.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_01BECD10.806005E0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit First I would like to ask if this is an e-group where all mails are sent to all subscribers or only the development group. If it is the former how do I subscribe? I am a novice with this and just installed FreeBSD 3.1 via WalnutCreek CD on my new 9.1gig UWscsi (my first scsi and may it never see an MS OS amen). The install went smoothly during which I entered my network interface info (intel pro 100 B fxp0) such as default gateway, IP address, domain name ect... that I got from winipcfg in windows (on my other HD) . The first time I booted, I started X and opened netscape 4.08 and I was able to connect to the internet and send mail. The next day however I could not connect. I checked my IP address in windows again and it had changed. I do not have a static IP but it doesn't change that often so I thought I could just change it in /etc/rc.conf for the time being. After entering the new IP in rc.conf and also trying /stand/sysinstall/ to update my network info, I still was unable to connect. I have the book "The Complete FreeBSD" by Greg Lehey which says "...From the FreeBSD point of view, the cable modem looks like just another ethernet device". I've read the section on Connecting to the internet but did not find anything about DHCP. I have read in other newsgroups that I need to install DHCP so FreeBSD can get my new IP address from my ISP. I have RoadRunner cable modem service in Austin, TX and I know that they use WinNT for their servers which I read uses DHCP. My question is, why was I only able to connect the first time and not afterwards even after I updated rc.conf with my new IP. And am I on the right track with DHCP? I saw isc-dhcp2 on /stand/sysinstall/ so I'm assuming I would need that program. Thanks for any help, -Tom ------=_NextPart_000_01BECD10.806005E0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable


First I would like to ask if this = is an e-group where all mails are sent
to all subscribers or only the = development group.  If it is the former
how do I = subscribe?


I am a novice with this and just installed FreeBSD = 3.1 via
WalnutCreek CD on my new 9.1gig UWscsi (my first scsi and may = it never
see an MS OS amen).

The install went  smoothly = during which I entered my network
interface info (intel pro 100 B = fxp0) such as default gateway, IP
address, domain name ect... that I = got from winipcfg in windows (on my
other HD) .

The first time = I booted,  I started X and opened netscape 4.08 and I was
able = to connect to the internet and send mail.  The next day however = I
could not connect.  I checked my IP address in windows again = and it had
changed.  I do not have a static IP but it doesn't = change that often so
I thought I could just change it in /etc/rc.conf = for the time being.
After entering the new IP in  rc.conf =  and also trying
/stand/sysinstall/ to update my network info, I = still was unable to
connect.

I have the book "The = Complete FreeBSD" by Greg Lehey which says "...From
the = FreeBSD point of view, the cable modem looks like just = another
ethernet device".  I've read the section on = Connecting to the internet
but did not find anything about DHCP. I = have read in other newsgroups
that I need to install DHCP so FreeBSD = can get my new IP address from my
ISP.  I have RoadRunner cable = modem service in Austin, TX and I know
that they use WinNT for their = servers which I read uses DHCP.

My question is, why was I only = able to connect the first time and not
afterwards even after I = updated rc.conf with my new IP.  And am I on the
right track = with DHCP?  I saw   isc-dhcp2   on = /stand/sysinstall/ so I'm
assuming I would need that = program.



Thanks for any help,

-Tom


------=_NextPart_000_01BECD10.806005E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 7:31:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 727441535B for ; Tue, 13 Jul 1999 07:31:17 -0700 (PDT) (envelope-from thierry.herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id PAA17593; Tue, 13 Jul 1999 15:27:05 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id QAA04744; Tue, 13 Jul 1999 16:24:29 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id QAA29958; Tue, 13 Jul 1999 16:11:15 +0200 (MEST) Received: from alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id QAA01557; Tue, 13 Jul 1999 16:18:29 +0200 (MET DST) Message-ID: <378B4B99.71FA7B10@alcatel.fr> Date: Tue, 13 Jul 1999 16:22:17 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: ALCATEL CIT Nanterre X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: kori Cc: freebsd-questions@FreeBSD.ORG Subject: Re: stupid and probable very simple problem with ipfw References: <12741.990713@mail.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The rc.firewall script you use has most certainly a bug : the lines prohibiting 192.168.x.y addresses are executed after natd/divert rules, so the packets after IP address translation are discarded (my solution was to comment out the ipfw rules controlling IP spoofing for 192.168.x.y in the "simple" fw settings) TfH Kori wrote: > > Hello , > > Sorry for wasting your time > I've stupid and probable very simple problem: > I use FreeBSD (2.2.8 stable) > when I choose in rc.firewall type of firewall simple and > fill other necessary fields: > then restart computer > > #ping www.com > #natd:failed to write packet back (Permission denied) > > #ping 10.0.0.3 > #ping:sendto:Permission denied > > #ping (my outside inet address) > it's working good > > #ping (my inside inet address) > it's working good > > #ping 127.0.0.1 > it's working good > > if I choose in rc.firewall type of firewall open and > restart computer > > all working good! > What's my simple mistake? > > Best regards, > Sergey Kornienko > mailto:kori@mail.ru > > 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 Tue Jul 13 8: 4: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bouvreuil.cybercable.fr (bouvreuil.cybercable.fr [212.198.3.12]) by hub.freebsd.org (Postfix) with SMTP id 4E410152E2 for ; Tue, 13 Jul 1999 08:03:52 -0700 (PDT) (envelope-from larmor@cybercable.fr) Received: (qmail 17114 invoked from network); 13 Jul 1999 15:03:23 -0000 Received: from d249.strasbourg-253.cybercable.fr (HELO cybercable.fr) ([212.198.253.249]) (envelope-sender ) by bouvreuil.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 13 Jul 1999 15:03:23 -0000 Message-ID: <378B5587.4ED16D4F@cybercable.fr> Date: Tue, 13 Jul 1999 17:04:40 +0200 From: root X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.0.36 i586) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: DHCP under FreeBSD ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Net configuration I'm coming from Linux where I used a DHCP protocol to connect to my ISP through an ethernet card. The problem is that I have no idea how to get connected through DHCP under FreeBSD.... If you can help, you are welcome... Thanks a lot ;-) - larmor@cybercable.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 8: 8:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 2F29E14EA1 for ; Tue, 13 Jul 1999 08:08:02 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id LAA08761; Tue, 13 Jul 1999 11:09:24 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907131509.LAA08761@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Cable modem ->FreeBSD In-Reply-To: <06aa24316140d79SM1@mail.austin.rr.com> from "Tom W." at "Jul 13, 99 09:17:16 am" To: twilson1@austin.rr.com (Tom W.) Date: Tue, 13 Jul 1999 11:09:24 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG, tw@nabi.net Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (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 Tom W. wrote, > > First I would like to ask if this is an e-group where all mails are sent > to all subscribers or only the development group. If it is the former > how do I subscribe? Send mail to majordomo@freebsd.org (NOT the list address!) with the following text in the body, subscribe freebsd-questions [optional address] Where 'optional address' is only needed if the address you would like the mail to go to is different from the address on your 'From' (does it look at 'Reply-To?' *shrug*). [snip] > The first time I booted, I started X and opened netscape 4.08 and I was > able to connect to the internet and send mail. The next day however I > could not connect. I checked my IP address in windows again and it had > changed. I do not have a static IP but it doesn't change that often so > I thought I could just change it in /etc/rc.conf for the time being. > After entering the new IP in rc.conf and also trying > /stand/sysinstall/ to update my network info, I still was unable to > connect. > > I have the book "The Complete FreeBSD" by Greg Lehey which says "...From > the FreeBSD point of view, the cable modem looks like just another > ethernet device". I've read the section on Connecting to the internet > but did not find anything about DHCP. I have read in other newsgroups > that I need to install DHCP so FreeBSD can get my new IP address from my > ISP. I have RoadRunner cable modem service in Austin, TX and I know > that they use WinNT for their servers which I read uses DHCP. Someone else here might help you with DHCP. I have a cable modem, but a static IP. ;P I don't use DHCP. > My question is, why was I only able to connect the first time and not > afterwards even after I updated rc.conf with my new IP. The /etc/rc.conf file is only read at startup. If you make changes to rc.conf, you would need to reboot for them to take effect. However, a reboot is not required (this ain't Windows). Use the ifconfig(8) command to change the IP address of an operating interface. (Actually, the /etc/rc.conf file is read by the /etc/rc.network script which uses the IP addresses it finds in the rc.conf in a ifconfig command. ifconfig is what the starup uses anyway.) > And am I on the > right track with DHCP? I saw isc-dhcp2 on /stand/sysinstall/ so I'm > assuming I would need that program. You will need one of the DHCP programs. There are several choices (well, more than one anyway). -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 8:12:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 36B8014EA1 for ; Tue, 13 Jul 1999 08:12:53 -0700 (PDT) (envelope-from thierry.herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id QAA30117; Tue, 13 Jul 1999 16:08:16 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id RAA29157; Tue, 13 Jul 1999 17:05:38 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id QAA04716; Tue, 13 Jul 1999 16:55:14 +0200 (MEST) Received: from alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id RAA02940; Tue, 13 Jul 1999 17:02:28 +0200 (MET DST) Message-ID: <378B55E8.D0C71DC3@alcatel.fr> Date: Tue, 13 Jul 1999 17:06:16 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: ALCATEL CIT Nanterre X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: "Tom W." Cc: freebsd-questions@FreeBSD.ORG, tw@nabi.net Subject: Re: Cable modem ->FreeBSD References: <06aa24316140d79SM1@mail.austin.rr.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Tom W." wrote: > > First I would like to ask if this is an e-group where all mails are > sent > to all subscribers or only the development group. If it is the former > how do I subscribe? Send a message to majordomo@freebsd.org with just "help" in the text (you should then receive instructions on how to subscribe to questions) > > I am a novice with this and just installed FreeBSD 3.1 via > WalnutCreek CD on my new 9.1gig UWscsi (my first scsi and may it never > see an MS OS amen). Yeepee ! > > The install went smoothly during which I entered my network > interface info (intel pro 100 B fxp0) such as default gateway, IP > address, domain name ect... that I got from winipcfg in windows (on my > other HD) . > [SNIP] If your ISP expects you to use DHCP to get your IP address, you should follow yur ISP. You will get your IP address via DHCP by using a DHCP client, which negociates with the DHCP server located at your ISP's and then sets the IP address of your Ethernet board. Two DHCP clients can be used with FreeBSD (both are in the "packages") : wide-DHCP and isc-dhcp. wide-DHCP is a bit easier to configure, but isc-dhcp has been chosen to be the standard DHCP client of FreeBSD. Both clients have manual pages, which will help you configuring your machine. Basically, you get any IP address setting out of /etc/rc.conf, and you run your dhcp client (/sbin/dhclient - IIRC, for isc DHCP), from /etc/rc.local. After some fiddling with the switches, you will find that it just runs. (I had some troubles with the default route settings when my ISP changed my IP address) TfH > > Thanks for any help, > > -Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 8:19:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ezln23.earthbroadcasting.com (ezln23.thedial.com [207.135.131.130]) by hub.freebsd.org (Postfix) with ESMTP id 6C3D914EA1 for ; Tue, 13 Jul 1999 08:19:24 -0700 (PDT) (envelope-from chris@thedial.com) Received: from thedial.com (cstaylor@localhost.earthbroadcasting.com [127.0.0.1]) by ezln23.earthbroadcasting.com (8.9.3/8.9.3) with ESMTP id JAA01816; Tue, 13 Jul 1999 09:18:53 -0600 (MDT) (envelope-from chris@thedial.com) Message-ID: <378B58DC.D8849B84@thedial.com> Date: Tue, 13 Jul 1999 09:18:52 -0600 From: Christopher Taylor X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Alexander Maret Cc: "'freebsd-questions@freebsd.org'" Subject: Re: SCSI TO SCSI RAID References: <91DA20EC3C3DD211833400A0245A4EA9BA1061@erlangen01.axis.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alexander Maret wrote: > as SmartRAID IV controllers are fairly old and others > are not supported by FreeBSD, I would like to use > a SCSI to SCSI RAID controller. Does anybody have some > experience with SCSI-SCSI RAID controllers? Which models > are you using? Do you have any problems? > > Please don't tell me that I should use SmartRAID controllers. > I don't want to use them! I just want to know if anybody > uses SCSI-SCSI RAID controllers successfully. I use a CMD 5440 and it works great. There are differences in performance between the different RAID solutions. To see a more complete list of RAID solutions for FreeBSD, check out... http://bsd.phoenix.az.us/raid/ --Chris -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Christopher Taylor Technical Director Earth Broadcasting Corporation (EBC) 415 East 200 South Salt Lake City, Utah 84111 phone: (801) 322-3949 cell: (801) 541-8287 email: chris@thedial.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 8:30:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sb2inet2.dowjones.com (sb2inet2.dowjones.com [207.78.107.3]) by hub.freebsd.org (Postfix) with SMTP id 35D6714EA1 for ; Tue, 13 Jul 1999 08:30:20 -0700 (PDT) (envelope-from stepson@aosi.com) Received: by sb2inet2.dowjones.com; id LAA13227; Tue, 13 Jul 1999 11:27:53 -0400 Received: from gateway-in.dowjones.com(143.131.193.1) by sb2inet2.sb2inet2.dowjones.com via smap (3.2) id xma013142; Tue, 13 Jul 99 11:27:38 -0400 Message-ID: <378B5AB4.E6C12E0B@aosi.com> Date: Tue, 13 Jul 1999 15:26:44 +0000 From: ernie cline X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.2.5-15 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: mouse question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all I'm a Unix SA recently put in charge of 2 systems running BSD (actually, they are 3rd party solution called 'Hydraweb's, and other than the fact that they run a unix flavor, the are horrible!). Anyway, i'm trying to get X to work, but I can't for the life of me figure out how to tell X (in /etc/Xaccel.ini?) which port my mouse is on. This is mostly due to the fact that I have no idea how BSD names its ports. Can anyone give me a quick hand here? I have a microshaft, er, soft, ps/2 mouse w/ a serial adapter plugged into dos-style COM1.... thanks! -ernie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 8:43:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from eeyore.cc.uic.edu (EEYORE.CC.UIC.EDU [128.248.171.51]) by hub.freebsd.org (Postfix) with ESMTP id 016DB1532B for ; Tue, 13 Jul 1999 08:43:17 -0700 (PDT) (envelope-from lucas@comp04.prc.uic.edu) Received: from comp04.prc.uic.edu (COMP04.PRC.UIC.EDU [128.248.230.104]) by eeyore.cc.uic.edu (8.9.3/8.9.3) with SMTP id KAA04260 for ; Tue, 13 Jul 1999 10:40:58 -0500 (CDT) Message-Id: <199907131540.KAA04260@eeyore.cc.uic.edu> Received: (qmail 61389 invoked by uid 1000); 13 Jul 1999 15:42:44 -0000 Received: from localhost (HELO comp04.prc.uic.edu) (sendmail-bs@127.0.0.1) by localhost with SMTP; 13 Jul 1999 15:42:44 -0000 Reply-To: Lucas Bergman X-Mailer: nmh 1.0 (MH 6.8.3) From: Lucas Bergman To: freebsd-questions@FreeBSD.ORG Subject: need a.out /usr/lib Date: Tue, 13 Jul 1999 10:42:44 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sorry for what looks like an rtfm question, but i can't find it anywhere. does anyone know where i can get a /usr/lib directory from a 2.2.n (0 <= n <= 8) machine. i need to build some a.out binaries, and rebuilding a.out versions of all the libs and crt*.o from the ELF src is a nightmare. i was hoping somebody could help me out so i don't have to download all the 2.2.n sources (over my modem!) and rebuild the stuff myself. Lucas -- S. Lucas Bergman University of Illinois at Chicago Mathematics Department lucas@math.uic.edu PGP Public Key (0xC0C73619): finger -l lucas@math.uic.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 8:46:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 86CFB14EA1 for ; Tue, 13 Jul 1999 08:46:41 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id LAA08842; Tue, 13 Jul 1999 11:47:23 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907131547.LAA08842@cc942873-a.ewndsr1.nj.home.com> Subject: Re: SSH X Forwarding In-Reply-To: <199906100220.WAA08126@cc942873-a.ewndsr1.nj.home.com> from "Crist J. Clark" at "Jun 9, 99 10:20:15 pm" To: cjclark@home.com Date: Tue, 13 Jul 1999 11:47:23 -0400 (EDT) Cc: dwhite@resnet.uoregon.edu, cjclark@home.com, freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (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 Sorry to rehash this old problem, but it has not gone away. I was inspired to revive the thread since I just upgraded ssh to 1.2.27. In addition, the OS on the machine in question is now at 3.2-STABLE. First, background on the problem: I have a FreeBSD machine that refuses X connections through ssh. This is reproducible from a variety of machines; it is clear to me the problem is on the sshd host and not on any of the ssh clients that try to connect. Here is a typical manifestation of the problem, % xterm _X11TransSocketINETConnect: Can't connect: errno = 60 xterm Xt error: Can't open display: pc222:10.0 Note there is a long pause after the command is executed and production of the error (a minute or two). For history on this thread, see the mail archives and watch for the subject line on this mail. The last person helping me with this was Doug White. He requested I do a tcpdump. Here is a tcpdump with only the chatter between client and host. The full domain names were truncated for anonymity and to make the output a little less verbose. The tcpdump starts with me hitting 'enter' to input the xterm command (which was already typed), 11:25:28.912755 pc252.1007 > pc222.ssh: P 2536783680:2536783700(20) ack 253562925 win 17520 (DF) [tos 0x10] 11:25:28.965328 pc222.ssh > pc252.1007: . ack 20 win 17500 (DF) [tos 0x10] 11:25:29.005573 pc222.ssh > pc252.1007: P 1:21(20) ack 20 win 17520 (DF) [tos 0x10] 11:25:29.119228 pc252.1007 > pc222.ssh: . ack 21 win 17520 (DF) [tos 0x10] 11:26:43.589409 pc222.ssh > pc252.1007: P 21:153(132) ack 20 win 17520 (DF) [tos 0x10] 11:26:43.709251 pc252.1007 > pc222.ssh: . ack 153 win 17520 (DF) [tos 0x10] If you could not guess, pc252 is the client and pc222 is the sshd host. I really don't know what this might tell me about the problem. Any ideas what might be the problem? Or better ways to diagnose? I suspected something from 'xlock' might have caused it, but xlock (even X) has not been run on this machine since its last reboot. So, unless xlock left a configuration in a file somewhere locking me out, it's not xlock. Thanks for any help. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 8:54:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from zaphod.avm.de (mail.avm.de [194.175.125.228]) by hub.freebsd.org (Postfix) with ESMTP id 8BBCC15317 for ; Tue, 13 Jul 1999 08:54:29 -0700 (PDT) (envelope-from a.yildiz@avm.de) Received: from mail-notes.avm.de (mail-notes.avm.de [172.16.0.1]) by zaphod.avm.de (8.9.3/8.9.2/avm-redhat) with SMTP id RAA27321 for ; Tue, 13 Jul 1999 17:56:00 +0200 Received: by mail-notes.avm.de(Lotus SMTP MTA v4.6.3 (733.2 10-16-1998)) id C12567AD.00577E5A ; Tue, 13 Jul 1999 17:55:39 +0200 X-Lotus-FromDomain: AVM From: a.yildiz@avm.de To: freebsd-questions@FreeBSD.ORG Message-ID: Date: Tue, 13 Jul 1999 17:59:49 +0200 Subject: Remote login fails Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have some trouble with remote login. My FreeBSD 3.2 system runs on a Notebook connected to our local ethernet with a pccard. Outgoing connections to other computers via. telnet or ssh are succesful. Incoming connections from other computers via. telnet or ssh fails. All incoming packets can be shown with tcpdump, but the system does not recognize any of them. Thanks for help. Ati To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 8:54:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from magnwa.lionking.org (ci1001532-a.ruthfd1.tn.home.com [24.2.124.31]) by hub.freebsd.org (Postfix) with ESMTP id BBCDF1531B for ; Tue, 13 Jul 1999 08:54:30 -0700 (PDT) (envelope-from magnwa@lionking.org) Received: from magnwa.lionking.org (magnwa@localhost [127.0.0.1]) by magnwa.lionking.org (8.9.3/8.9.3) with SMTP id KAA03106 for ; Tue, 13 Jul 1999 10:58:42 -0500 (CDT) (envelope-from magnwa@lionking.org) From: Magnwa Spiritseer Reply-To: magnwa@lionking.org To: questions@freebsd.org Subject: Cyrix - > AMD K6-2 300 Date: Tue, 13 Jul 1999 10:57:30 -0500 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99071310584100.03100@magnwa.lionking.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay, The subject says it all. I'm going from a Cyrix to an AMD processor. The cyrix has been quite .. awkward (It's going to become a car MP3 player soon) and I was wondering if I need to do a build world , and kernel recompile, and such when I get the new AMD chip in? Would it be an issue at all? Jarrod To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 8:54:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.panix.com (mail2.panix.com [166.84.0.213]) by hub.freebsd.org (Postfix) with ESMTP id C995315327 for ; Tue, 13 Jul 1999 08:54:46 -0700 (PDT) (envelope-from jacques@panix.com) Received: from panix6.panix.com (panix6.panix.com [166.84.0.231]) by mail2.panix.com (Postfix) with ESMTP id 4AEB14CA; Tue, 13 Jul 1999 11:54:46 -0400 (EDT) Received: (from jacques@localhost) by panix6.panix.com (8.8.8/8.7.1/PanixN1.0) id LAA27200; Tue, 13 Jul 1999 11:54:46 -0400 (EDT) Date: Tue, 13 Jul 1999 11:54:46 -0400 From: Jacques Williams To: ernie cline Cc: questions@freebsd.org Subject: Re: mouse question Message-ID: <19990713115446.A27077@panix.com> References: <378B5AB4.E6C12E0B@aosi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <378B5AB4.E6C12E0B@aosi.com>; from ernie cline on Tue, Jul 13, 1999 at 03:26:44PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG DOS com1 would be /dev/cuaa0 under BSD. HTH, Jacques On Tue, Jul 13, 1999 at 03:26:44PM +0000, ernie cline wrote: > Hello all I'm a Unix SA recently put in charge of 2 systems running BSD > (actually, they are 3rd party solution called 'Hydraweb's, and other > than the fact that they run a unix flavor, the are horrible!). Anyway, > i'm trying to get X to work, but I can't for the life of me figure out > how to tell X (in /etc/Xaccel.ini?) which port my mouse is on. This is > mostly due to the fact that I have no idea how BSD names its ports. Can > anyone give me a quick hand here? I have a microshaft, er, soft, ps/2 > mouse w/ a serial adapter plugged into dos-style COM1.... thanks! > > -ernie > > > 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 Tue Jul 13 8:55: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wks17.parliament.ge (wks17.parliament.ge [212.72.141.17]) by hub.freebsd.org (Postfix) with ESMTP id D99D615329 for ; Tue, 13 Jul 1999 08:54:54 -0700 (PDT) (envelope-from root@wks17.parliament.ge) Received: from localhost (root@localhost) by wks17.parliament.ge (8.9.2/8.9.2) with ESMTP id TAA00256 for ; Tue, 13 Jul 1999 19:08:37 +0500 (GET) (envelope-from root@wks17.parliament.ge) Date: Tue, 13 Jul 1999 19:08:35 +0500 (GET) From: Charlie ROOT To: freebsd-questions@FreeBSD.ORG Subject: About Firewall 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 Dear Sirs! We are going to buy Gauntlet Internet Firewall Please, can we run this software under FreeBSD? Many Thank in advance Best Regards David Adamia Parliament of Georgia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 8:59:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.snowcrest.net (mail.snowcrest.net [216.102.43.227]) by hub.freebsd.org (Postfix) with ESMTP id B18C91531E for ; Tue, 13 Jul 1999 08:59:44 -0700 (PDT) (envelope-from djewett@snowcrest.net) Received: from ws2983 (stkfrC046.snowcrest.net [209.78.174.46]) by mail.snowcrest.net (8.9.0/8.9.0) with SMTP id IAA16884 for ; Tue, 13 Jul 1999 08:58:06 -0700 (PDT) Message-ID: <000801becd48$7fa40e70$5515a8c0@co.shasta.ca.us> From: "Derek Jewett" To: Subject: Adding users... Date: Tue, 13 Jul 1999 08:58:06 -0700 Organization: Shasta County MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BECD0D.D290DA90" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BECD0D.D290DA90 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello again! Running 3.1-R, I want to import users from a comma delimited file = (exported from a large Windows NT domain) into my passwd database... Is = there a utility for this type of stuff... thanks! ------=_NextPart_000_0005_01BECD0D.D290DA90 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello again!
 
Running 3.1-R, I want to import users = from a comma=20 delimited file (exported from a large Windows NT domain) into my passwd=20 database... Is there a utility for this type of stuff...=20 thanks!
------=_NextPart_000_0005_01BECD0D.D290DA90-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 9: 8:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.communique.no (www.communique.no [193.212.204.33]) by hub.freebsd.org (Postfix) with SMTP id 2A5931531B for ; Tue, 13 Jul 1999 09:08:55 -0700 (PDT) (envelope-from are@communique.no) Received: (qmail 11333 invoked by uid 1001); 13 Jul 1999 15:58:35 -0000 Date: Tue, 13 Jul 1999 17:58:34 +0200 (CEST) From: Are Bryne X-Sender: are@rune.communique.no To: FreeBSD questions list Cc: Are Bryne Subject: [ does not work in /etc/rc Message-ID: Organization: Communique DA 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 Hello, I am working on a pc whose / partition unfortunately was nuked. After restoring everything as should be (to my knowledge), I am having problems booting the machine. It is a 3.2-RELEASE install. The problem seems to occur in /etc/rc. [ does not work, at least not for -f and !=. I've md5'ed my hard linked /bin/test and /bin/[, to be certain the binaries are the same as for the installation binaries. Since the tests do not work, the rc.diskless1 file is slurped in by /etc/rc. I've tried moving rc.diskless1 elsewhere, and then I get an error telling me the file does not exist. I've added the following after 'export PATH' in /etc/rc: #debugging: echo $PATH echo /sbin/sysctl -n vfs.nfs.diskless_valid echo if [ -f /etc/rc.diskless1 ]; then echo "-f does not work"; elif then echo "-f works"; fi if [ 0 != 0 ]; then echo "!= does not work"; elif then echo "!= works"; fi echo Here is the relevant output: ... npx0: INT 16 interface changing root device to wd0s1a /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin 0 -f does not work != does not work .: Can't open /etc/rc.diskless1 Enter full pathname of shell or RETURN for /bin/sh: Interactively, the tests work, though... Does anyone know what's happening? Thank you in advance. Regards, Are Bryne CommuniquИ DA Phone: +47 22 44 33 99 Parkveien 51b E-mail: admin@communique.no N-0256 Oslo URL: http://www.communique.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 9:12:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web1004.mail.yahoo.com (web1004.mail.yahoo.com [128.11.23.94]) by hub.freebsd.org (Postfix) with SMTP id 1BAFE1531B for ; Tue, 13 Jul 1999 09:12:38 -0700 (PDT) (envelope-from jphdumas@yahoo.fr) Message-ID: <19990713161237.23411.rocketmail@web1004.mail.yahoo.com> Received: from [193.250.209.157] by web1004.mail.yahoo.com; Tue, 13 Jul 1999 18:12:37 CEST Date: Tue, 13 Jul 1999 18:12:37 +0200 (CEST) From: "=?iso-8859-1?q?Jean-Pierre=20H.=20Dumas?=" Subject: RE: To: dtougas@converging.net 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 --- Damien Tougas a Иcrit: > > I am setting up a mail server, using 3.2R and > vanilla > > sendmail + popper. > > > > primary DNS is set, on the same computer than > > mail, ftp, www, etc. > > nslookup is working ok from various machines on > the > > local net. > > > > My problem is : I cannot send mail to > > jphdumas@jeambrun.fr > > > > but only to > > jphdumas@mail.jeambrun.fr > > > > The usual message is about relaying... > > Under /etc/mail you need a file called sendmail.cw > which lists the domains > for which your server accepts mail. All you would > need to do (provided > that your DNS is properly setup...) is to put the > following in the > sendmail.cw > file: > > jembrun.fr > > restart Sendmail, and that should work for you. > > Damien Tougas > Converging Technology Solutions, Inc. > 10148 - 73 Street > Edmonton, Alberta T6A 2W9 > Phone: (780) 469-1679 > Fax: (780) 461-5127 > mailto:dtougas@converging.net > http://www.converging.net > Thank you a lot, it works now. (Wait until I try to set up samba and apache...) Jean-Pierre ___________________________________________________________ Do You Yahoo!? Votre e-mail @yahoo.fr gratuit sur http://courrier.yahoo.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 9:18: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id A214B14D6F for ; Tue, 13 Jul 1999 09:17:58 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id MAA08949; Tue, 13 Jul 1999 12:16:50 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907131616.MAA08949@cc942873-a.ewndsr1.nj.home.com> Subject: Re: cdrecord Problems In-Reply-To: <199907122025.QAA24955@cc942873-a.ewndsr1.nj.home.com> from "Crist J. Clark" at "Jul 12, 99 04:25:33 pm" To: cjclark@home.com Date: Tue, 13 Jul 1999 12:16:50 -0400 (EDT) Cc: szoli@netvisor.hu, cjclark@home.com, freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] 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 Crist J. Clark wrote, [snip] > This could be because the data write actually didn't go well before or > the fixation did previously damage the disk, but I'd like some idea if > the above lines in the kernel config should have fixed my _whole_ > problem before I sacrfice another blank CD. Yeah, yeah, following myself up again. I decided to risk it and tried a new blank CD. Trashed it. First, I did a -dummy run, pc222# cdrecord -v -dummy speed=2 -data dev=0,2,0 /cdimage/goes_cd.19990712 Cdrecord release 1.8a22 Copyright (C) 1995-1999 J│Жrg Schilling TOC Type: 1 = CD-ROM scsidev: '0,2,0' scsibus: 0 target: 2 lun: 0 atapi: 0 Device type : Removable CD-ROM Version : 2 Response Format: 2 Capabilities : Vendor_info : 'HP ' Identifikation : 'CD-Writer 6020 ' Revision : '1.07' Device seems to be: Philips CDD-2600. Using driver for Philips CDD-522 (philips_cdd522). Driver flags : FIFO size : 4194304 = 4096 KB Track 01: data 544 MB Total size: 625 MB (61:56.44) = 278733 sectors Lout start: 625 MB (61:58/33) = 278733 sectors Current Secsize: 2048 ATIP info from disk: Is not unrestricted Disk application code: 0 ATIP start of lead in: -11080 (97:34/20) ATIP start of lead out: 335100 (74:30/00) Disk type: Cyanine, AZO or similar Manuf. index: 11 Manufacturer: Mitsubishi Chemical Corporation Blocks total: 335100 Blocks current: 335100 Blocks remaining: 56367 RBlocks total: 342460 RBlocks current: 342460 RBlocks remaining: 63727 Starting to write CD/DVD at speed 2 in dummy mode for single session. Last chance to quit, starting dummy write in 1 seconds. Waiting for reader process to fill input-buffer ... input-buffer ready. Starting new track at sector: 0 Track 01: 544 of 544 MB written (fifo 100%). Track 01: Total bytes read/written: 570841088/570841088 (278731 sectors). Writing time: 1860.958s Fixating... cdrecord: fifo had 8992 puts and 8992 gets. cdrecord: fifo was 0 times empty and 8926 times full, min fill was 96%. Fixating time: 120.496s pc222# And as you can see, it all went just fine. It went so well, that I tried to do the actual burn, pc222# cdrecord -v speed=2 -data dev=0,2,0 /cdimage/goes_cd.19990712 | & tee ~/cdrecord.log Cdrecord release 1.8a22 Copyright (C) 1995-1999 J│Жrg Schilling TOC Type: 1 = CD-ROM scsidev: '0,2,0' scsibus: 0 target: 2 lun: 0 atapi: 0 Device type : Removable CD-ROM Version : 2 Response Format: 2 Capabilities : Vendor_info : 'HP ' Identifikation : 'CD-Writer 6020 ' Revision : '1.07' Device seems to be: Philips CDD-2600. Using driver for Philips CDD-522 (philips_cdd522). Driver flags : FIFO size : 4194304 = 4096 KB Track 01: data 544 MB Total size: 625 MB (61:56.44) = 278733 sectors Lout start: 625 MB (61:58/33) = 278733 sectors Current Secsize: 2048 ATIP info from disk: Is not unrestricted Disk application code: 0 ATIP start of lead in: -11080 (97:34/20) ATIP start of lead out: 335100 (74:30/00) Disk type: Cyanine, AZO or similar Manuf. index: 11 Manufacturer: Mitsubishi Chemical Corporation Blocks total: 335100 Blocks current: 335100 Blocks remaining: 56367 RBlocks total: 342460 RBlocks current: 342460 RBlocks remaining: 63727 Starting to write CD/DVD at speed 2 in write mode for single session. Last chance to quit, starting real write in 1 seconds. Waiting for reader process to fill input-buffer ... cdrecord: Input/output error. write_track: scsi sendcmd: retryable error status: 0x2 (CHECK CONDITION) input-buffer ready. CDB: E6 00 00 00 00 00 01 00 00 00 Sense Bytes: F0 00 03 80 00 46 C0 0A 00 00 00 00 AF 00 00 00 00 00 Sense Key: 0x3 Medium Error, Segment 0 Sense Code: 0xAF Qual 0x00 (optical power calibration error) Fru 0x0 Sense flags: Blk -2147465536 (valid) cmd finished after 10.710s timeout 40s Writing time: 10.780s Fixating... cdrecord: Input/output error. fixation: scsi sendcmd: retryable error status: 0x2 (CHECK CONDITION) CDB: E9 00 00 00 00 00 00 00 01 00 Sense Bytes: F0 00 05 80 00 00 00 0A 00 00 00 00 2C 00 00 00 00 00 Sense Key: 0x5 Illegal Request, Segment 0 Sense Code: 0x2C Qual 0x00 (command sequence error) Fru 0x0 Sense flags: Blk -2147483648 (valid) cmd finished after 0.029s timeout 480s cdrecord: Input/output error. prevent/allow medium removal: scsi sendcmd: retryable error status: 0x2 (CHECK CONDITION) Fixating time: 0.029s CDB: 1E 00 00 00 00 00 Sense Bytes: F0 00 05 80 00 00 00 0A 00 00 00 00 2C 00 00 00 00 00 Sense Key: 0x5 Illegal Request, Segment 0 Sense Code: 0x2C Qual 0x00 (command sequence error) Fru 0x0 Sense flags: Blk -2147483648 (valid) cmd finished after 0.029s timeout 40s cdrecord: fifo had 64 puts and 0 gets. cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%. pc222# This clearly did not go as well. The drive was hung and the blank disk trashed. I do not like that 'optical power calibration error.' Can anyone interpret all of those SCSI errors and give me an idea what this all means? Thanks again. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 9:18:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ntex.co.napa.ca.us (209-78-56-68.co.napa.ca.us [209.78.56.68]) by hub.freebsd.org (Postfix) with ESMTP id 963851531B for ; Tue, 13 Jul 1999 09:18:09 -0700 (PDT) (envelope-from DBoune@co.napa.ca.us) Received: by 209-78-56-68.co.napa.ca.us with Internet Mail Service (5.0.1460.8) id ; Tue, 13 Jul 1999 09:19:14 -0700 Message-ID: From: "Boune, Damian" To: 'Alfred Perlstein' Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Is it possible... Date: Tue, 13 Jul 1999 09:19:12 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thank you Alfred. Much appreciated. Why do you suggest not creating /usr/home until later? Thanks again, Damian Boune County Of Napa Special Projects Division -----Original Message----- From: Alfred Perlstein [mailto:bright@rush.net] Sent: Monday, July 12, 1999 10:21 PM To: Boune, Damian Cc: 'freebsd-questions@freebsd.org' Subject: Re: Is it possible... On Mon, 12 Jul 1999, Boune, Damian wrote: > > Greetings, > > I have two 6gig hard drives (784/255/63). I would like to have the following > configuration. All good reasoning as to why I want this aside, will it be > possible? > > Disk 1 - > / > SWAP > /tmp > /var > /root (yes, a separate label) > /usr/home (yes, under /usr) > > Disk 2 - > /usr > > > So the question is, can I mount a Label(#1) under another Label(#2) which > resides on a different physical disk than the first Label(#1)? yes, you may want to not try /usr/home (leave it as free space) until after you've installed. otherwise there shouldn't be a problem. -Alfred 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 Tue Jul 13 9:24:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 0B3151532F for ; Tue, 13 Jul 1999 09:24:24 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id MAA08984; Tue, 13 Jul 1999 12:25:37 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907131625.MAA08984@cc942873-a.ewndsr1.nj.home.com> Subject: Re: [ does not work in /etc/rc In-Reply-To: from Are Bryne at "Jul 13, 99 05:58:34 pm" To: are.bryne@communique.no (Are Bryne) Date: Tue, 13 Jul 1999 12:25:37 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG, are.bryne@communique.no Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (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 Are Bryne wrote, > The problem seems to occur in /etc/rc. [ does not work, at least not for > -f and !=. I've md5'ed my hard linked /bin/test and /bin/[, to be certain > the binaries are the same as for the installation binaries. > > Since the tests do not work, the rc.diskless1 file is slurped in by > /etc/rc. I've tried moving rc.diskless1 elsewhere, and then I get an error > telling me the file does not exist. Odd, the tests seem to be "failing" to the affirmative. No error output either, apparently. > I've added the following after 'export PATH' in /etc/rc: > > #debugging: > echo $PATH > echo > /sbin/sysctl -n vfs.nfs.diskless_valid > echo > if [ -f /etc/rc.diskless1 ]; then echo "-f does not work"; elif then echo "-f works"; fi > if [ 0 != 0 ]; then echo "!= does not work"; elif then echo "!= works"; fi > echo [snip] > Interactively, the tests work, though... > > Does anyone know what's happening? Does using test(1) work? Oh, and the /etc/rc file _is_ using /bin/sh, right? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 9:47:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from midway.gallantry.com (adsl-216-103-85-57.dsl.snfc21.pacbell.net [216.103.85.57]) by hub.freebsd.org (Postfix) with ESMTP id C8CDB1532D for ; Tue, 13 Jul 1999 09:47:15 -0700 (PDT) (envelope-from Jason@Liao.com) Received: from pop.gallantry.com (pop.gallantry.com [10.0.0.253]) by midway.gallantry.com (8.9.3/8.9.3) with ESMTP id JAA29757; Tue, 13 Jul 1999 09:47:15 -0700 (PDT) Received: from Liao.com (host-10-0-0-94.gallantry.com [10.0.0.94]) by pop.gallantry.com (8.9.3/8.9.3) with ESMTP id JAA28058; Tue, 13 Jul 1999 09:47:15 -0700 (PDT) Message-ID: <378B6D91.2981B441@Liao.com> Date: Tue, 13 Jul 1999 09:47:13 -0700 From: Jason Liao X-Mailer: Mozilla 4.6 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Mikhail Teterin Cc: questions@FreeBSD.ORG Subject: Re: how to stop dhclient from overwriting resolv.conf References: <199907130337.XAA21190@guest.newton> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just create an exit hook script /etc/dhclient-exit-hooks, which contains a single line: cp -f /etc/resolv.conf.keep /etc/resolv.conf Here /etc/resolv.conf.keep is a copy of my original resolv.conf file. Cheers, -- \\\\|||//// \ Jason Liao \ ~ ~ / \ mailto:Jason@Liao.COM | [@]~[@] | \ fax: 1-603-843-1662 | | | \ Do you see what I see? oOo----(O)----oOo---\-------------------------------- Mikhail Teterin wrote: > > Can't find this the FM-pages. Any hints? Thanks! > > -mi > > 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 Tue Jul 13 9:47:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 31C311532D for ; Tue, 13 Jul 1999 09:47:19 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id MAA09049; Tue, 13 Jul 1999 12:48:38 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907131648.MAA09049@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Is it possible... In-Reply-To: from "Boune, Damian" at "Jul 13, 99 09:19:12 am" To: DBoune@co.napa.ca.us (Boune, Damian) Date: Tue, 13 Jul 1999 12:48:38 -0400 (EDT) Cc: bright@rush.net, freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (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 Boune, Damian wrote, > Thank you Alfred. Much appreciated. > > Why do you suggest not creating /usr/home until later? My guess would be, simply because the install is not really designed to work that way. Since people are making recomendations, I'll toss in another $0.02. Even though the setup below will work, I would personally mount the home partition at /home and make /usr/home a symbolic link to /home. That way, the mounting of the home partition does not depend on /usr and you need not be sure that /usr is mounted first (although if /usr is not getting mounted, the fact home would not either may not be your main worry). I have a separate /home partition and that is how I set it up. > -----Original Message----- > From: Alfred Perlstein [mailto:bright@rush.net] > Sent: Monday, July 12, 1999 10:21 PM > To: Boune, Damian > Cc: 'freebsd-questions@freebsd.org' > Subject: Re: Is it possible... > > > On Mon, 12 Jul 1999, Boune, Damian wrote: > > > > > Greetings, > > > > I have two 6gig hard drives (784/255/63). I would like to have the > following > > configuration. All good reasoning as to why I want this aside, will it be > > possible? > > > > Disk 1 - > > / > > SWAP > > /tmp > > /var > > /root (yes, a separate label) > > /usr/home (yes, under /usr) > > > > Disk 2 - > > /usr > > > > > > So the question is, can I mount a Label(#1) under another Label(#2) which > > resides on a different physical disk than the first Label(#1)? > > yes, you may want to not try /usr/home (leave it as free space) > until after you've installed. otherwise there shouldn't be a problem. > > -Alfred > > > > 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 > -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 9:49:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f49.hotmail.com [216.32.181.49]) by hub.freebsd.org (Postfix) with SMTP id 33ED814DDB for ; Tue, 13 Jul 1999 09:49:26 -0700 (PDT) (envelope-from amybsd@hotmail.com) Received: (qmail 86990 invoked by uid 0); 13 Jul 1999 16:48:57 -0000 Message-ID: <19990713164857.86989.qmail@hotmail.com> Received: from 206.71.110.98 by www.hotmail.com with HTTP; Tue, 13 Jul 1999 09:48:56 PDT X-Originating-IP: [206.71.110.98] From: "Amy Wennings" To: larmor@cybercable.fr, freebsd-questions@freebsd.org Subject: Re: DHCP under FreeBSD ? Date: Tue, 13 Jul 1999 11:48:56 CDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, larmor! :) Look at dhclient (isc-dhcp), which is installed as part of on 3.2-RELEASE or wide-dhcp in the ports collection. Good luck! Amy >From: root >To: freebsd-questions@FreeBSD.ORG >Subject: DHCP under FreeBSD ? >Date: Tue, 13 Jul 1999 17:04:40 +0200 > >Net configuration >I'm coming from Linux where I used a DHCP protocol to connect to my ISP >through an ethernet card. >The problem is that I have no idea how to get connected through DHCP >under FreeBSD.... >If you can help, you are welcome... >Thanks a lot ;-) - larmor@cybercable.fr _______________________________________________________________ Get Free Email and Do More On The Web. Visit http://www.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 9:54: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id 4713014EB8 for ; Tue, 13 Jul 1999 09:53:55 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id JAA15025; Tue, 13 Jul 1999 09:52:59 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Tue, 13 Jul 1999 09:52:59 -0700 (PDT) From: Doug X-Sender: doug@dt054n86.san.rr.com To: Mikhail Teterin Cc: questions@freebsd.org Subject: Re: how to stop dhclient from overwriting resolv.conf In-Reply-To: <199907131333.JAA81986@misha.cisco.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 On Tue, 13 Jul 1999, Mikhail Teterin wrote: > Amy Wennings once wrote: > > > You may be happier using dhcpc instead of dhclient. You can determine > > whether you wish the resolv.conf or host name overwritten with dhcpc. > > I was using it for a while before, but would rather use what is > installed by ``make world''... Thanks! You can also specify it with dhclient. Take a look at http://home.san.rr.com/freebsd/dhcp.html. You can set what options you want to receive using dhclient.conf. Then take a look at dhclient-script and see what gets set where. Then you can set the appropriate combination of flags in your dhclient.conf file. If worst comes to worst, you can always set the immutable flag on resolv.conf. :) man chflags if you need that info. Good luck, Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 9:58:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from eeyore.cc.uic.edu (EEYORE.CC.UIC.EDU [128.248.171.51]) by hub.freebsd.org (Postfix) with ESMTP id B18A414D78 for ; Tue, 13 Jul 1999 09:58:20 -0700 (PDT) (envelope-from lucas@comp04.prc.uic.edu) Received: from comp04.prc.uic.edu (COMP04.PRC.UIC.EDU [128.248.230.104]) by eeyore.cc.uic.edu (8.9.3/8.9.3) with SMTP id LAA13913 for ; Tue, 13 Jul 1999 11:54:59 -0500 (CDT) Message-Id: <199907131654.LAA13913@eeyore.cc.uic.edu> Received: (qmail 62249 invoked by uid 1000); 13 Jul 1999 16:56:53 -0000 Received: from localhost (HELO comp04.prc.uic.edu) (sendmail-bs@127.0.0.1) by localhost with SMTP; 13 Jul 1999 16:56:53 -0000 Reply-To: Lucas Bergman X-Mailer: nmh 1.0 (MH 6.8.3) From: Lucas Bergman To: "Derek Jewett" Cc: freebsd-questions@freebsd.org Subject: Re: Adding users... In-Reply-To: Your message of "Tue, 13 Jul 1999 08:58:06 PDT." <000801becd48$7fa40e70$5515a8c0@co.shasta.ca.us> Date: Tue, 13 Jul 1999 11:56:53 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Running 3.1-R, I want to import users from a comma delimited file > (exported from a large Windows NT domain) into my passwd database... > Is there a utility for this type of stuff... thanks! i don't know of any utility _per se_, but it can be done _very_ quickly with Awk and a shell script. for example, if your file contains just 'username,real name' on each line, then use the script: ---------- #!/bin/sh while read line do fields=`echo $line | awk 'BEGIN { FS = "," } { print $1, $2 }'` username=`echo $fields | (read username realname; echo $username)` realname=`echo $fields | (read username realname; echo $realname)` /usr/sbin/pw useradd $username -c "$realname" done ---------- call it, say, 'add_nt_users.sh'. then run $ ./add_nt_users.sh ; Tue, 13 Jul 1999 09:58:58 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id JAA15032; Tue, 13 Jul 1999 09:57:39 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Tue, 13 Jul 1999 09:57:39 -0700 (PDT) From: Doug X-Sender: doug@dt054n86.san.rr.com To: root Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DHCP under FreeBSD ? In-Reply-To: <378B5587.4ED16D4F@cybercable.fr> 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 Tue, 13 Jul 1999, root wrote: > Net configuration > I'm coming from Linux where I used a DHCP protocol to connect to my ISP Take a look at http://home.san.rr.com/freebsd/dhcp.html. Good luck, Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 9:59: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id 6778114D78 for ; Tue, 13 Jul 1999 09:58:59 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id JAA15037; Tue, 13 Jul 1999 09:58:05 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Tue, 13 Jul 1999 09:58:05 -0700 (PDT) From: Doug X-Sender: doug@dt054n86.san.rr.com To: Thierry Herbelot Cc: "Tom W." , freebsd-questions@FreeBSD.ORG, tw@nabi.net Subject: Re: Cable modem ->FreeBSD In-Reply-To: <378B55E8.D0C71DC3@alcatel.fr> 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 Take a look at http://home.san.rr.com/freebsd/dhcp.html. Good luck, Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 10: 3: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand5.global.net.uk (sand5.global.net.uk [194.126.80.249]) by hub.freebsd.org (Postfix) with ESMTP id 9B5FA14EB8 for ; Tue, 13 Jul 1999 10:02:59 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p5fs02a07.client.global.net.uk ([195.147.226.96] helo=marder-1.) by sand5.global.net.uk with esmtp (Exim 2.05 #1) id 1145wI-00015N-00; Tue, 13 Jul 1999 18:01:55 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id RAA00489; Tue, 13 Jul 1999 17:57:12 +0100 (BST) (envelope-from marko) Date: Tue, 13 Jul 1999 17:57:12 +0100 From: Mark Ovens To: William Woods Cc: FreeBSD Questions Subject: Re: Looking for a national ISP.... Message-ID: <19990713175711.A254@marder-1> References: <000101beccbf$edfd1a80$014b93cd@william> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <000101beccbf$edfd1a80$014b93cd@william>; from William Woods on Mon, Jul 12, 1999 at 04:40:31PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 12, 1999 at 04:40:31PM -0700, William Woods wrote: > I am looking for a FreeBSD Fridley ISP, must have national access, as I > travel with my FreeBSD powered notebook. I was going to look into > CompuServe, but I don't know if they are freebsd friendly. > ISTR that CompuServe are less than easy to connect to (here in the UK at least). There is are sample settings in the ppp.conf.sample that comes with the currnt sources (available from http://www.awfulhak.org), but I've seen in the mailing lists that this doesn't always work. > William > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:markov@globalnet.co.uk 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 Tue Jul 13 10:23:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 766381530E for ; Tue, 13 Jul 1999 10:23:19 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.8.7/8.8.7) with ESMTP id NAA22809 for ; Tue, 13 Jul 1999 13:21:52 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Tue, 13 Jul 1999 13:21:50 -0400 (EDT) From: Steve Hovey To: freebsd-questions@freebsd.org Subject: Dancing with the anti-christ (a frontpage extensions question) 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 Has anyone upgraded the FP servers to 2000? Did it bung up your customers that use the older client software? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 10:40:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id B7F1614E0B for ; Tue, 13 Jul 1999 10:40:37 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id NAA10495; Tue, 13 Jul 1999 13:47:29 -0400 (EDT) Date: Tue, 13 Jul 1999 12:47:27 -0500 (EST) From: Alfred Perlstein To: "Boune, Damian" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Is it possible... 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 Tue, 13 Jul 1999, Boune, Damian wrote: > On Mon, 12 Jul 1999, Boune, Damian wrote: > > > > > Greetings, > > > > I have two 6gig hard drives (784/255/63). I would like to have the > following > > configuration. All good reasoning as to why I want this aside, will it be > > possible? > > > > Disk 1 - > > / > > SWAP > > /tmp > > /var > > /root (yes, a separate label) > > /usr/home (yes, under /usr) > > > > Disk 2 - > > /usr > > > > > > So the question is, can I mount a Label(#1) under another Label(#2) which > > resides on a different physical disk than the first Label(#1)? > > yes, you may want to not try /usr/home (leave it as free space) > until after you've installed. otherwise there shouldn't be a problem. > > Thank you Alfred. Much appreciated. > > Why do you suggest not creating /usr/home until later? less confusing to the installer, it may or may not have a problem with what you are trying to do otherwise. why does your mailer not quote properly? -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 10:50:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id 4CDEA1533A for ; Tue, 13 Jul 1999 10:50:18 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id KAA15463; Tue, 13 Jul 1999 10:50:05 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Tue, 13 Jul 1999 10:50:05 -0700 (PDT) From: Doug X-Sender: doug@dt054n86.san.rr.com To: cjclark@home.com Cc: "Boune, Damian" , bright@rush.net, freebsd-questions@FreeBSD.ORG Subject: Re: Is it possible... In-Reply-To: <199907131648.MAA09049@cc942873-a.ewndsr1.nj.home.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 On Tue, 13 Jul 1999, Crist J. Clark wrote: > Boune, Damian wrote, > > Thank you Alfred. Much appreciated. > > > > Why do you suggest not creating /usr/home until later? > > My guess would be, simply because the install is not really designed > to work that way. > > Since people are making recomendations, I'll toss in another > $0.02. Even though the setup below will work, I would personally mount > the home partition at /home and make /usr/home a symbolic link to > /home. That way, the mounting of the home partition does not depend on > /usr It's usually done the other way around for a couple reasons. Mostly because you don't want regular (untrusted) users to have access to the / partition. root's home directory is mounted there, everyone else is on /usr. On systems that sell shell access it's common to have a completely seperate file system for user home directories. If you don't allow untrusted users on your system, you don't need to worry about that precaution, however you may still run into issues of disk space. Good luck, Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 10:50:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.criterion.canon.co.uk (mailhost.criterion.canon.co.uk [194.223.249.254]) by hub.freebsd.org (Postfix) with ESMTP id 7F57C15329 for ; Tue, 13 Jul 1999 10:50:33 -0700 (PDT) (envelope-from adamn@csl.com) Received: from csl.com (hermes.criterion.canon.co.uk [194.223.249.13]) by mailhost.criterion.canon.co.uk (8.8.8/8.7.3) with ESMTP id SAA27535 for ; Tue, 13 Jul 1999 18:41:18 +0100 (BST) Message-ID: <378B7955.A1CA70A5@csl.com> Date: Tue, 13 Jul 1999 18:37:25 +0100 From: Adam Nealis Organization: Criterion Software, Ltd. X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.0.34 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: login.conf and password expiry (BSD 2.2.7-RELEASE) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I know 3.X is going the PAM route, but this box is still 2.2.7-RELEASE (it's only acting as an IMAP server). I want new accounts to telnet to the machine and change their passwords to something they'll remember, so I've set the 6th field in /etc/master.passwd to :1:. On testing, I am correctly told my password is expired, but if I don't change it, I am allowed to log in (BTW, the passwords are blank at the moment). Is there a param in /etc/login.conf that I can set, such that I can refuse a login if the password isn't changed? I have RTFM, but I'm unclear if some of the variables refer to account expiration rather than password expiration. Cheers, Adam. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 10:55:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id DECE414DDF for ; Tue, 13 Jul 1999 10:55:12 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id KAA15493; Tue, 13 Jul 1999 10:54:50 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Tue, 13 Jul 1999 10:54:50 -0700 (PDT) From: Doug X-Sender: doug@dt054n86.san.rr.com To: "J. M. Albores" Cc: freebsd-questions@freebsd.org Subject: Re: Newbie: The "PS1" environment variable & others. In-Reply-To: <37896B5E.AD390164@bigfoot.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 On Mon, 12 Jul 1999, J. M. Albores wrote: > First of all, thanks for you answer, Greg. > Well... In fact I had found the "chsh" command browsing man pages and I > was using /bin/sh, as I didn't find bash-VER.tgz in my CD-ROM even I > didn't do an intensive search, and I am not used to csh. It should be on the ports/packages CD. You should definitely become familiar with the ports. :) You can install them without the CD at all. Check the freebsd home page for more info. > But -if it's possible in this list- I would like to ask other question: > Does C shell have any advantage over bash or sh? Only if you've already learned csh. Most new unix users find sh or bash easier to learn and use. (Yes, I realize that diehard *csh users willl disagree, but you're in the minority.) > I was surprised that > (after a short experience with Linux) csh was the default shell for root > after FreeBSD installation! > Which is convenient for which purpose? Greg already explained that to you, did you not understand his response? > In my machine, every user has his own .profile at ~/ by default. > If I log as root, my /.profile is the same of /root/.profile. If I edit > one file, the other changes too. And /.profile is NOT a symlink to > /root/.profile. (?!) It has just "common" file permissions. I don't > understand this. It's not a soft link, it's a hard link. Do this: ls -li /.profile /root/.profile If you don't understand what you're seeing, man ls. Good luck, Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 11: 1:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id C69E015348 for ; Tue, 13 Jul 1999 11:01:37 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id OAA09202; Tue, 13 Jul 1999 14:02:42 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907131802.OAA09202@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Is it possible... In-Reply-To: from Doug at "Jul 13, 99 10:50:05 am" To: Doug@gorean.org (Doug) Date: Tue, 13 Jul 1999 14:02:42 -0400 (EDT) Cc: cjclark@home.com, DBoune@co.napa.ca.us, bright@rush.net, freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (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 Doug wrote, > On Tue, 13 Jul 1999, Crist J. Clark wrote: > > > Boune, Damian wrote, > > > Thank you Alfred. Much appreciated. > > > > > > Why do you suggest not creating /usr/home until later? > > > > My guess would be, simply because the install is not really designed > > to work that way. > > > > Since people are making recomendations, I'll toss in another > > $0.02. Even though the setup below will work, I would personally mount > > the home partition at /home and make /usr/home a symbolic link to > > /home. That way, the mounting of the home partition does not depend on > > /usr > > It's usually done the other way around for a couple reasons. > Mostly because you don't want regular (untrusted) users to have access to > the / partition. root's home directory is mounted there, everyone else is > on /usr. On systems that sell shell access it's common to have a > completely seperate file system for user home directories. > > If you don't allow untrusted users on your system, you don't need > to worry about that precaution, however you may still run into issues of > disk space. Huh? Like you mentioned, we _do_ have a separate filesystem for user home directories (the text with the partiton layout and their positions in the directory tree was in my original mail, but you snipped it here). I was just suggesting this be mounted at /home and sr/homebe symlinked to it, rather than the reverse. The main reason for this is that one could potentially mount and unmount the /usr partition (a completely independent filesystem as well) without needing to worry about the home filesystem. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 11: 7:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id 5F10414F1C for ; Tue, 13 Jul 1999 11:07:49 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1145.bossig.com [208.26.241.145]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id LAA01132; Tue, 13 Jul 1999 11:07:13 -0700 (PDT) Message-ID: <378B8051.21851DE7@3-cities.com> Date: Tue, 13 Jul 1999 11:07:13 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Steve Hovey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Dancing with the anti-christ (a frontpage extensions question) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Steve Hovey wrote: > > Has anyone upgraded the FP servers to 2000? Did it bung up your customers > that use the older client software? You might have your customers look at KISSfp at http://officeupdate.microsoft.com/downloadCatalog/dldFrontPage.htm There is a version for 2000 and 97/98. This adds FTP uploading of FrontPage maintained web pages to non-Microsoft OS sites. I haven't added it to the FrontPage 2000 that I use because I test my stuff on an NT server first. That lets me find and get rid of the local references that too many Windows based editor's try to add instead of URL references. These errors develop when the editor converts a reference to something like \\jade\c\... By design, jade isn't on the Internet, which then becomes a 404 error. Then I use FTP to upload a clean web page to my ISP, which is running Apache on BSDI. This doesn't eliminate all of the errors but it sure drops the number of embarassing ones that someone else encounters. -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 11:11:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (mailbox.adm.binghamton.edu [128.226.10.60]) by hub.freebsd.org (Postfix) with ESMTP id CAE3914D5A for ; Tue, 13 Jul 1999 11:11:52 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from cs.binghamton.edu (agate.cs.binghamton.edu [128.226.3.45]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id OAA20817 for ; Tue, 13 Jul 1999 14:11:23 -0400 (EDT) Message-ID: <378B83D4.1DFB4CEC@cs.binghamton.edu> Date: Tue, 13 Jul 1999 14:22:13 -0400 From: Zhihui Zhang X-Mailer: Mozilla 4.06 [en] (X11; I; SunOS 5.6 sun4m) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Where is "Make - A Tutorial" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The manual page of make(1) says I should refer to "Make - A Tutorial" for a thorough description of make. Where can I find it? Is it a book? I have tried bookpool, amazon, etc. Thanks for any help. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 11:18:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from icicle.winternet.com (icicle.winternet.com [198.174.169.13]) by hub.freebsd.org (Postfix) with ESMTP id 20AA414F89 for ; Tue, 13 Jul 1999 11:18:21 -0700 (PDT) (envelope-from nrahlstr@mail.winternet.com) Received: from tundra.winternet.com (nrahlstr@tundra.winternet.com [198.174.169.11]) by icicle.winternet.com (8.9.3/8.9.3) with ESMTP id NAA26922; Tue, 13 Jul 1999 13:18:01 -0500 (CDT) SMTP "HELO" (ESMTP) greeting from tundra.winternet.com But _really_ from :: nrahlstr@tundra.winternet.com [198.174.169.11] SMTP "MAIL From" = nrahlstr@mail.winternet.com (Nathan Ahlstrom) SMTP "RCPT To" = Received: (from nrahlstr@localhost) by tundra.winternet.com (8.8.7/8.8.4) id NAA11914; Tue, 13 Jul 1999 13:18:00 -0500 (CDT) Message-ID: <19990713131759.C9358@winternet.com> Date: Tue, 13 Jul 1999 13:17:59 -0500 From: Nathan Ahlstrom To: Zhihui Zhang , freebsd-questions@FreeBSD.ORG Subject: Re: Where is "Make - A Tutorial" Mail-Followup-To: Zhihui Zhang , freebsd-questions@FreeBSD.ORG References: <378B83D4.1DFB4CEC@cs.binghamton.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <378B83D4.1DFB4CEC@cs.binghamton.edu>; from Zhihui Zhang on Tue, Jul 13, 1999 at 02:22:13PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Zhihui Zhang wrote: > The manual page of make(1) says I should refer to "Make - A Tutorial" > for a thorough description of make. Where can I find it? Is it a book? I > have tried bookpool, amazon, etc. /usr/share/doc/psd/12.make Good Luck, Nathan -- Nathan Ahlstrom FreeBSD: http://www.FreeBSD.org/ nrahlstr@winternet.com PGP Key ID: 0x67BC9D19 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 11:19:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f15.hotmail.com [216.32.181.15]) by hub.freebsd.org (Postfix) with SMTP id EBE7414E43 for ; Tue, 13 Jul 1999 11:19:42 -0700 (PDT) (envelope-from amybsd@hotmail.com) Received: (qmail 16378 invoked by uid 0); 13 Jul 1999 18:19:33 -0000 Message-ID: <19990713181933.16377.qmail@hotmail.com> Received: from 206.71.110.98 by www.hotmail.com with HTTP; Tue, 13 Jul 1999 11:19:32 PDT X-Originating-IP: [206.71.110.98] From: "Amy Wennings" To: neubyneu@twcny.rr.com, freebsd-questions@freebsd.org Subject: Re: natd/ipfw question. Date: Tue, 13 Jul 1999 13:19:32 CDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Michael! :) If telnet is really all you want, you could use ipfw to direct connections on a given port to port 23 of your internal machine. You can't address the machine completely freely. Luck! >From: "Michael P. Neuman" >Subject: natd/ipfw question. > >Hello. I'm currently running FreeBSD-3.2-RELEASE. I have natd and ipfw >working great right now I'm also runninng DNS. Currently, it directs my >internal network of unregistered IP's to the internet. What I want to also >do is the reverse. I want to be able to telnet to my computer with the >unregistered address from the internet. I.E.: I'm on the internet. I want >to connect to kramer.cmsnet.net (IP 192.168.1.2) from the internet. Is >there a way to set up NATD/IPFW to do this??? Thanks in advance. I hope >you can understand what I'm saying _______________________________________________________________ Get Free Email and Do More On The Web. Visit http://www.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 11:24:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (Postfix) with ESMTP id 0178B14DDF for ; Tue, 13 Jul 1999 11:23:39 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.9.3/8.9.3/Kp) with ESMTP id TAA68009; Tue, 13 Jul 1999 19:22:20 +0100 (BST) Message-ID: <378B83BB.578C2AD@tdx.co.uk> Date: Tue, 13 Jul 1999 19:21:47 +0100 From: Karl Pielorz Organization: TDX - The Digital eXchange X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: David Richardson Cc: questions@FreeBSD.ORG Subject: Re: What does this mean? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Richardson wrote: > > I have received this message several time: > > (da0:ahc0:0:0:0): READ(06). CDB: 8 13 98 5f 80 0 > (da0:ahc0:0:0:0): RECOVERED ERROR info:1398ca asc:18,2 > (da0:ahc0:0:0:0): Recovered data - data auto-reallocated sks:80,6 > > I have an Adaptec 2940-UW and a Seagate Barracuda Drive (ST37341W), > running FreeBSD 3.1 This might have been better on -scsi, but - I think the above means your drive did, what my one failed to do the other day... It looks like the drive hit a soft-read error (that it was able to recover the data either by ECC code, or by re-reading), and then it re-allocated the block to one of it's spares, saving the data in the process... [ Mine tried to do the same, but failed :( ] Keep an eye on it, it can be a symptom of the drive going through bad times... Now's a good time to make sure you've got some form of backups if the data is important... -Kp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 11:26:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.lee.net (trinity.lee.net [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id 8C60714EDD for ; Tue, 13 Jul 1999 11:26:40 -0700 (PDT) (envelope-from awells@journalstar.com) Received: from journalstar.com (leepcC-159.sub-c.lee.net [208.205.126.159]) by trinity.lee.net (8.9.1/8.9.0) with ESMTP id NAA02854 for ; Tue, 13 Jul 1999 13:27:33 -0500 Message-ID: <378B8555.48B1BEC@journalstar.com> Date: Tue, 13 Jul 1999 13:28:37 -0500 From: Tony Wells X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Where is "Make - A Tutorial" References: <378B83D4.1DFB4CEC@cs.binghamton.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Zhihui Zhang wrote: If you can't find the make document on your local machine, there is a manual on the GNU site (http://www.gnu.org/manual/make-3.77/make.html) in several different formats. > > The manual page of make(1) says I should refer to "Make - A Tutorial" > for > a thorough description of make. Where can I find it? Is it a book? I > have tried bookpool, amazon, etc. > > Thanks for any help. > > -Zhihui > > 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 Tue Jul 13 11:32: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 9688614E6B for ; Tue, 13 Jul 1999 11:31:56 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id UAA08713 for ; Tue, 13 Jul 1999 20:31:09 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id UAA00734 for ; Tue, 13 Jul 1999 20:31:04 +0200 (MET DST) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.9.3/8.9.3) id UAA09621 for ; Tue, 13 Jul 1999 20:31:09 +0200 (CEST) Date: Tue, 13 Jul 1999 20:31:05 +0200 From: Andre Albsmeier To: freebsd-questions@freebsd.org Subject: Networkproblems with SMP Message-ID: <19990713203105.A24365@internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am running an Asus P2D board with two PII processors. I am also running lots of other single processor machines. They all use the newest 3.2-STABLE code. I am also using NIS and occasionally I see the following message in syslog: Jul 13 19:52:51 simulant ypbind[130]: NIS server [192.168.17.1] for domain "ofw.tld" not responding Jul 13 19:52:51 simulant ypbind[130]: NIS server [192.168.17.1] for domain "ofw.tld" OK Sometimes I see messages like "yp_order: clnt_call: RPC: Timed out" and others on the SMP machine. simulant is the dual processor machine and we see that occasionally the binding to the NIS server gets lost. The NIS server is working OK; a lot of other clients bind to it. The cables are OK as well (I swapped the location of the SMP machine with a single CPU machine and the problems remained on the SMP machine). I changed the NICs. I changed everything I can think of :-) No other machine shows the above error so I assume it really has to do something with the SMP code. Any hints? I have attached the dmesg of the SMP machine below... Thanks, -Andre Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.2-STABLE #5: Thu Jul 8 05:45:44 CEST 1999 root@bali.ofw.tld:/src/src-3/sys/compile/SIMULANT Timecounter "i8254" frequency 1193166 Hz CPU: Pentium II/Xeon/Celeron (686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Features=0x183fbff real memory = 268435456 (262144K bytes) avail memory = 258502656 (252444K bytes) Programming 24 pins in IOAPIC #0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc02ab000. Probing for devices on PCI bus 0: chip0: rev 0x03 on pci0.0.0 chip1: rev 0x03 on pci0.1.0 chip2: rev 0x02 on pci0.4.0 chip3: rev 0x02 on pci0.4.3 fxp0: rev 0x05 int a irq 19 on pci0.9.0 fxp0: Ethernet address 00:a0:c9:ca:96:bc ahc0: rev 0x01 int a irq 17 on pci0.11.0 ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs Probing for devices on PCI bus 1: vga0: rev 0x01 int a irq 16 on pci1.0.0 Probing for PnP devices: Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <9 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 irq 12 on isa psm0: model Generic PS/2 mouse, device ID 0 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via pin 2 SMP: AP CPU #1 Launched! changing root device to da3s1a da2 at ahc0 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-2 device da2: 20.000MB/s transfers (20.000MHz, offset 15), Tagged Queueing Enabled da2: 8682MB (17781520 512 byte sectors: 255H 63S/T 1106C) da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled da0: 2171MB (4446801 512 byte sectors: 255H 63S/T 276C) da3 at ahc0 bus 0 target 3 lun 0 da3: Fixed Direct Access SCSI-2 device da3: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled da3: 2171MB (4446801 512 byte sectors: 255H 63S/T 276C) da1 at ahc0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 40.000MB/s transfers (20.000MHz, offset 8, 16bit) da1: 4134MB (8467200 512 byte sectors: 255H 63S/T 527C) ffs_mountfs: superblock updated for soft updates cd0 at ahc0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 20.000MB/s transfers (20.000MHz, offset 15) cd0: cd present [158718 x 2048 byte records] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 11:33:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wildrock.com (wildrock.com [208.192.111.240]) by hub.freebsd.org (Postfix) with ESMTP id 3222115034 for ; Tue, 13 Jul 1999 11:33:09 -0700 (PDT) (envelope-from ras@wildrock.com) Received: from mis2 (doppelganger.admis.com [208.192.111.254]) by wildrock.com (8.9.3/8.9.3) with SMTP id NAA07582; Tue, 13 Jul 1999 13:33:02 -0500 (CDT) (envelope-from ras@wildrock.com) From: "Chris Silva" To: "FreeBSD Questions" Cc: Subject: NATD help - please Date: Tue, 13 Jul 1999 13:36:38 -0500 Message-ID: <000001becd5e$a4fa4e80$ddb5a8b6@mis2.admis.com> 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 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a network that has a class C via our provider. I removed most NT boxes that were doing internet related things. I have now FBSD 3.2 on those boxes. We used to use MS Proxy, now I have FBSD as a firewall. With IPFIREWALL, IPDIVERT in the kernel, and in /etc/rc.conf, in the natd flags, I have -f /etc/natd.conf to read the rules for nat. The contents of /etc/natd.conf is this: -redirect_port insideIP:80 outsideIP:80 (for example) Below is an example of the original setup: IP's are cludged for security: Example 1: www = 111.111.111.100 ftp = 111.111.111.101 mail = 111.111.111.102 DNS1 = 111.111.111.103 DNS2 = 111.111.111.104 FBSD = 111.111.111.105 -> This is the new firewall What would the /etc/natd.conf file look like to get the 1st 3 boxes behind FBSD to look like this: Example 2: FBSD = 111.111.111.105 www = 10.0.0.100 ftp = 10.0.0.101 mail = 10.0.0.102 I have added the above redirect for just the webserver without any success of a connection. (Yes, I have reissued the IP to the web server to match example 2 - and the gateway was changed from the Cisco router, to the FBSD firewall). Any ideas - help would be cool. I read the NATD man over and over several times, got some ideas from freebsddiary, but I still just can't seem to get this to work. It seems to be something very easy. But its beaten the hell out of me - so far ;) Thanks in advance everyone. Chris _____________________________________________________________________ RSA Key Fingerprint = 6D0B 5536 7825 3D09 9093 384A 9694 FDB6 RSA Key Fingerprint = 4390 44E5 E316 F2AA A11E 5755 F3F9 D69B DH/DSS Fingerprint = 089B 0B5C 75C7 A7B4 B050 DD14 2D65 5DD6 E87D 239A PGP Mail encouraged / preferred - keys available on common keyservers _____________________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 12: 5:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailgw3a.lmco.com (mailgw3a.lmco.com [192.35.35.24]) by hub.freebsd.org (Postfix) with ESMTP id 08DCE150C5 for ; Tue, 13 Jul 1999 12:05:22 -0700 (PDT) (envelope-from david.j.clark@lmco.com) Received: from emss04g01.ems.lmco.com ([166.17.13.122]) by mailgw3a.lmco.com (8.8.8/8.8.8) with ESMTP id PAA31417 for ; Tue, 13 Jul 1999 15:05:17 -0400 (EDT) Received: from CONVERSION-DAEMON by lmco.com (PMDF V5.2-32 #38890) id <0FET00J01P0RUV@lmco.com> for freebsd-questions@freebsd.org; Tue, 13 Jul 1999 15:05:16 -0400 (EDT) Received: from serling.motown.lmco.com ([129.204.6.42]) by lmco.com (PMDF V5.2-32 #38890) with ESMTP id <0FET002N8P0IDK@lmco.com> for freebsd-questions@freebsd.org; Tue, 13 Jul 1999 15:05:11 -0400 (EDT) Received: from lmco.com (mtngt3l6n [129.204.61.92]) by serling.motown.lmco.com (8.9.1a/8.9.1) with ESMTP id PAA13174 for ; Tue, 13 Jul 1999 15:05:06 -0400 (EDT) Date: Tue, 13 Jul 1999 15:02:15 -0400 From: "David J. Clark" Subject: Configuring serial ports To: freebsd-questions@freebsd.org Reply-To: david.j.clark@lmco.com Message-id: <378B8D32.22B16990@lmco.com> MIME-version: 1.0 X-Mailer: Mozilla 4.6 (Macintosh; I; PPC) Content-type: text/plain; x-mac-creator=4D4F5353; x-mac-type=54455854; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am currently working on an internal barcodeing project that involves reading data from COM1 and using perl and tn3270 to send data to a mainframe. I have an intermec rf controller connected to com1 through a null modem cable. All I want to do is read data from the rf controller - which device do i use /dev/cuaa1 or /dev/ttyd1 ? If the case is /dev/ttyd1 does anyone have any ideas what I would put in /etc/ttys. Also is there any way to test the connection from bsd - ie there is something there. Thanks for all your help D. Clark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 12:21:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.lee.net (trinity.lee.net [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id E00BE151D3 for ; Tue, 13 Jul 1999 12:20:58 -0700 (PDT) (envelope-from awells@journalstar.com) Received: from journalstar.com (leepcC-159.sub-c.lee.net [208.205.126.159]) by trinity.lee.net (8.9.1/8.9.0) with ESMTP id OAA04069 for ; Tue, 13 Jul 1999 14:21:02 -0500 Message-ID: <378B91DF.3213C1B9@journalstar.com> Date: Tue, 13 Jul 1999 14:22:07 -0500 From: Tony Wells X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Here is a dumb question. 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 currently running 3.0-RELEASE, and want to upgrade to 3.2-RELEASE. Do I need to download new source in order to do this or will the 'make world' utility automatically upgrade me to the latest source? (I'm guessing not, too easy.) Thanks in advance! Tony Wells awells@journalstar.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 12:25:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 8B8591506B for ; Tue, 13 Jul 1999 12:25:12 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id <3X0XHNZ2>; Tue, 13 Jul 1999 15:25:00 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105A9F@site2s1> From: Christopher Michaels To: "'magnwa@lionking.org'" Cc: "FreeBSD Questions (E-mail)" Subject: RE: Cyrix - > AMD K6-2 300 Date: Tue, 13 Jul 1999 15:27:07 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well you don't need to do a make world, but you may need to do a kernel recompile. The k6-2 is recognized as an i586 class processor and that directive needs to be in the kernel config. Also, if you have any Cyrix specific options in the config, you'll want to remove those as well. -Chris > -----Original Message----- > From: Magnwa Spiritseer [SMTP:magnwa@lionking.org] > Sent: Tuesday, July 13, 1999 11:58 AM > To: questions@freebsd.org > Subject: Cyrix - > AMD K6-2 300 > > > Okay, > > The subject says it all. I'm going from a Cyrix to an AMD processor. The > cyrix has been quite .. awkward (It's going to become a car MP3 player > soon) > and I was wondering if I need to do a build world , and kernel recompile, > and > such when I get the new AMD chip in? Would it be an issue at all? > > Jarrod > > > 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 Tue Jul 13 13: 1:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cerberus.techfuel.com (irvine.techfuel.com [209.80.51.55]) by hub.freebsd.org (Postfix) with ESMTP id 9311915096 for ; Tue, 13 Jul 1999 13:01:16 -0700 (PDT) (envelope-from kehlet@techfuel.com) Received: from basilisk.techfuel.com (basilisk.techfuel.com [172.16.1.2]) by cerberus.techfuel.com (8.9.3/8.9.3) with ESMTP id NAA08171 for ; Tue, 13 Jul 1999 13:00:35 -0700 (PDT) Received: from phoenix.techfuel.com (phoenix.techfuel.com [172.16.1.5]) by basilisk.techfuel.com (8.9.3/8.9.3) with ESMTP id NAA99478 for ; Tue, 13 Jul 1999 13:00:35 -0700 (PDT) Received: from localhost (kehlet@localhost) by phoenix.techfuel.com (8.9.3/8.9.3) with ESMTP id NAA01793 for ; Tue, 13 Jul 1999 13:03:12 -0700 X-Authentication-Warning: phoenix.techfuel.com: kehlet owned process doing -bs Date: Tue, 13 Jul 1999 13:03:12 -0700 (PDT) From: Steven Kehlet To: freebsd-questions@freebsd.org Subject: weird snmpd error, log file grew 3GB+ 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 was wondering if anybody could offer a clue what the following might be a result of... Our mail server just ran out of space this morning, turns out the /var/log/snmpd.log was over 3 gigs, filled with the following kvm_read errors (see below). Just last Sunday I upgraded the system from 2.2.7 to 3.2, and didn't bother upgrading many of the binaries from a.out -> elf. I think this might be part of the problem... the snmpd is still a.out. Plus, I'd like to add to an FAQ somewhere the following tidbit that came up with migrating some 2.x systems to 3.x. By default the libdes* libraries aren't put in /usr/lib/compat/aout (for export reasons, I'm sure). But this breaks anything that does authentication like Samba, imapd, ipop3d, etc. Copying the a.out libraries from a 2.x system, fixing the symlinks, and running ldconfig -aout does the trick. Thanks for any suggestions! Steve ---------- Forwarded message ---------- Date: Tue, 13 Jul 1999 09:16:10 -0700 (PDT) From: Steven Kehlet To: Steven Kehlet Subject: snmpd error kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address kvm_read(*, 18e34, 0xbfbfb3f8, 112) = 0: kvm_read: Bad address To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 13:15:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from snake.supranet.net (snake.supranet.net [205.164.160.19]) by hub.freebsd.org (Postfix) with ESMTP id 19B0314FF2 for ; Tue, 13 Jul 1999 13:15:09 -0700 (PDT) (envelope-from john@arnie.jfive.com) Received: from snake.supranet.net (snake.supranet.net [205.164.160.19]) by snake.supranet.net (8.8.8/8.8.8) with SMTP id PAA29416 for ; Tue, 13 Jul 1999 15:24:52 -0500 (CDT) (envelope-from john@arnie.jfive.com) Date: Tue, 13 Jul 1999 15:24:51 -0500 (CDT) From: John Heyer X-Sender: john@snake.supranet.net To: freebsd-questions@freebsd.org Subject: Problems with TCP Wrappers in 3.2 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 having some troubles with TCP wrappers in 3.2, and was wondering if there are any known bugs/patches, etc. My hosts.allow file looks like - popper : ALL Then in hosts.deny - ALL : ALL EXCEPT ournetwork/mask : twist /bin/echo "acess to %d not allowed" Everything works fine - with the exception of pop3 which is wide open, all other connections are allowed/denied by the IP address range I've specified. The problem is that after a few day of uptime, TCP wrappers seems to "break" suddenly. In /var/log/messages, I see things like Jul 13 14:44:55 horse inetd[25034]: twist dialup.somewherelse to /bin/echo Note that %d is null, and the dialup user who should have access to the popper is denied. I run "kill -9 `cat /var/run/inetd.pid'; inetd" and everything's back to normal and working fine. We have a similar setup on our web server, which lets ftpd open since we use an ftpaccess file for security instead. I've observed the problem on another 3.2 machine was well. Anybody seen this where %d ends up being null? -- "Your illogical approach ... does have its advantages." -- Spock, after being Checkmated by Kirk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 13:17:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from proxy.telesc.net.br (proxy.telesc.net.br [200.215.1.34]) by hub.freebsd.org (Postfix) with ESMTP id 133A014FF2 for ; Tue, 13 Jul 1999 13:17:51 -0700 (PDT) (envelope-from aberg@altavista.net) Received: from altavista.net ([200.215.1.150]) by proxy.telesc.net.br (8.9.2/8.9.2) with ESMTP id RAA18162 for ; Tue, 13 Jul 1999 17:25:20 -0300 (EST) Message-ID: <378B9F5F.CC2F8CB3@altavista.net> Date: Tue, 13 Jul 1999 17:19:44 -0300 From: Alexandre Nuernberg X-Mailer: Mozilla 4.61 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: portability for alpha platforms Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dear sir, i would like to know, if the cd rom of freebsd 3.1 is portable for alpha platforms thanks beforehand alexandre nuernberg aberg@altavista.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 13:18:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercenary.vntech.com (mercenary.vntech.com [206.147.237.3]) by hub.freebsd.org (Postfix) with ESMTP id 2360D14FF2 for ; Tue, 13 Jul 1999 13:17:59 -0700 (PDT) (envelope-from pezzy@vntech.com) Received: from localhost (pezzy@localhost) by mercenary.vntech.com (8.9.3/8.9.3) with ESMTP id PAA25786; Tue, 13 Jul 1999 15:17:21 -0500 (CDT) (envelope-from pezzy@vntech.com) Date: Tue, 13 Jul 1999 15:17:21 -0500 (CDT) From: Patrick Walentiny To: "David J. Clark" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Configuring serial ports In-Reply-To: <378B8D32.22B16990@lmco.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 Hey there, If you are using COM1 then you should not use either. try port /dev/sio0 (in freebsd). If you are using another operating system (which looks to me is linux) you would need to either use /dev/cuaa0 or /dev/ttyS0. That is unless I am missing some more important piece of data I am not understanding. Good luck, Patrick. On Tue, 13 Jul 1999, David J. Clark wrote: > Hello, > > I am currently working on an internal barcodeing project that > involves reading data from COM1 and using perl and tn3270 to send data > to a mainframe. I have an intermec rf controller connected to com1 > through a null modem cable. All I want to do is read data from the rf > controller - which device do i use /dev/cuaa1 or /dev/ttyd1 ? If the > case is /dev/ttyd1 does anyone have any ideas what I would put in > /etc/ttys. Also is there any way to test the connection from bsd - ie > there is something there. Thanks for all your help > > > D. Clark > > > > 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 Tue Jul 13 13:18:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id A186A14FF2 for ; Tue, 13 Jul 1999 13:18:27 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id OAA03756; Tue, 13 Jul 1999 14:15:57 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Tue, 13 Jul 1999 14:15:57 -0600 (MDT) From: Brett Taylor To: Nathan Ahlstrom Cc: Zhihui Zhang , freebsd-questions@FreeBSD.ORG Subject: Re: Where is "Make - A Tutorial" In-Reply-To: <19990713131759.C9358@winternet.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 On Tue, 13 Jul 1999, Nathan Ahlstrom wrote: > Zhihui Zhang wrote: > > The manual page of make(1) says I should refer to "Make - A > > Tutorial" for a thorough description of make. Where can I find it? > > Is it a book? I have tried bookpool, amazon, etc. > /usr/share/doc/psd/12.make In addition to this, Nik Clayton has written really set of nice tutorials on using CVS and make for Daemon News. The latest installment can be found in this month's issue: http://www.daemonnews.org/199907/managing.html The previous installments appear every other month before that (ie in May and March). Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 13:21:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id EC86214FF2 for ; Tue, 13 Jul 1999 13:21:24 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id OAA03779; Tue, 13 Jul 1999 14:17:50 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Tue, 13 Jul 1999 14:17:50 -0600 (MDT) From: Brett Taylor To: Tony Wells Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Where is "Make - A Tutorial" In-Reply-To: <378B8555.48B1BEC@journalstar.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, On Tue, 13 Jul 1999, Tony Wells wrote: > If you can't find the make document on your local machine, there is a > manual on the GNU site (http://www.gnu.org/manual/make-3.77/make.html) > in several different formats. Note that this is for gmake, not bmake, which comes w/ *BSD. There's some differences in how things are done. Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 13:28:21 1999 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 721D015253 for ; Tue, 13 Jul 1999 13:27:57 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk ([192.168.1.2] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.02 #1) id 1147aG-000DQX-00; Tue, 13 Jul 1999 19:47:16 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk (ident=ben) by rainbow5.scientia.demon.co.uk with local (Exim 3.02 #1) id 1147aI-000IpF-00; Tue, 13 Jul 1999 19:47:18 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Date: Tue, 13 Jul 1999 19:47:17 +0100 From: Ben Smithurst To: Magnwa Spiritseer Cc: questions@freebsd.org Subject: Re: Cyrix - > AMD K6-2 300 Message-ID: <19990713194717.A72332@rainbow5.scientia.demon.co.uk> References: <99071310584100.03100@magnwa.lionking.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <99071310584100.03100@magnwa.lionking.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Magnwa Spiritseer wrote: > The subject says it all. I'm going from a Cyrix to an AMD processor. The > cyrix has been quite .. awkward (It's going to become a car MP3 player soon) > and I was wondering if I need to do a build world , and kernel recompile, and > such when I get the new AMD chip in? Would it be an issue at all? You might have to compile a new kernel. I don't know what class the K6 is (586 or 686), but my Cyrix chip is recognized as a 486 class. Userland binaries should be fine, though you may also have to recompile those which use libkvm. (Not because of the CPU change, but because the new kernel might be made of difference sources from the old one.) If you don't know which binaries use libkvm, just rebuild the whole world. The easiest way is just to try it with the new chip. If you get "panic: cpu class not configured", stick the Cyrix back in and build a new kernel with all classes to see which class the new one is detected as. If you don't get that panic, everything should be fine. -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 13:39:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server1.siscom.net (server1.siscom.net [209.251.2.89]) by hub.freebsd.org (Postfix) with SMTP id E155914E4B for ; Tue, 13 Jul 1999 13:39:41 -0700 (PDT) (envelope-from radams@siscom.net) Received: (qmail 94128 invoked from network); 13 Jul 1999 20:37:49 -0000 Received: from mp.siscom.net (HELO jason) ([209.251.2.49]) (envelope-sender ) by server1.siscom.net (qmail-ldap-1.03) with SMTP for ; 13 Jul 1999 20:37:49 -0000 Message-ID: <12c701becd6f$eeee2140$3102fbd1@siscom.net> From: "Robert J. Adams" To: Subject: 3.0-RELEASE -> 3.2-RELEASE Date: Tue, 13 Jul 1999 16:40:22 -0400 Organization: SISCOM, Inc. 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 Hello all, I have a production box running 3.0 .. looking to bump it up to 3.2 .. any "gotchas" on the aout->elf (didn't that happen between 3.0 and 3.2?) .. thanks in advance. -j --- Robert J. Adams radams@siscom.net http://www.siscom.net Looking to outsource news? http://www.newshosting.com SISCOM Network Administration - President, SISCOM Inc. Phone: 937-222-8150 FAX: 937-222-8153 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 13:40:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.hawaii.rr.com (smtp3.hawaii.rr.com [204.210.97.13]) by hub.freebsd.org (Postfix) with ESMTP id 24AFB14BE4 for ; Tue, 13 Jul 1999 13:40:41 -0700 (PDT) (envelope-from art@hawaii.rr.com) Received: from taz - 24.94.75.210 by smtp3.hawaii.rr.com with Microsoft SMTPSVC(5.5.1774.114.11); Tue, 13 Jul 1999 10:28:58 -1000 Message-Id: <3.0.6.32.19990713104036.030794d0@clients1.hawaii.rr.com> X-Sender: art@clients1.hawaii.rr.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 13 Jul 1999 10:40:36 -1000 To: John Heyer From: "Art Neilson, KH7PZ" Subject: Re: Problems with TCP Wrappers in 3.2 Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There is no hosts.deny in FreeBSD 3.2-R. It is all combined in hosts.allow now. The comments at the top of the default hosts.allow state this explicitly. # hosts.allow access control file for "tcp wrapped" apps. # $Id: hosts.allow,v 1.2.2.2 1999/05/11 01:35:01 obrien Exp $ # # NOTE: The hosts.deny file is not longer used. Instead, put both 'allow' # and 'deny' rules in the hosts.allow file. # see hosts_options(5) for the format of this file. # hosts_access(5) no longer fully applies. # This is an example! You will need to modify it for your specific # requirements! I also have the %d problem you describe and was wondering about it as well. At 03:24 PM 7/13/99 -0500, you wrote: > >I'm having some troubles with TCP wrappers in 3.2, and was wondering if >there are any known bugs/patches, etc. My hosts.allow file looks like - >popper : ALL > >Then in hosts.deny - >ALL : ALL EXCEPT ournetwork/mask : twist /bin/echo "acess to %d not allowed" > >Everything works fine - with the exception of pop3 which is wide open, >all other connections are allowed/denied by the IP address range I've >specified. The problem is that after a few day of uptime, TCP wrappers >seems to "break" suddenly. In /var/log/messages, I see things like > >Jul 13 14:44:55 horse inetd[25034]: twist dialup.somewherelse to /bin/echo > >Note that %d is null, and the dialup user who should have access to the >popper is denied. I run "kill -9 `cat /var/run/inetd.pid'; inetd" >and everything's back to normal and working fine. > >We have a similar setup on our web server, which lets ftpd open since we >use an ftpaccess file for security instead. I've observed the problem on >another 3.2 machine was well. Anybody seen this where %d ends up being >null? > >-- >"Your illogical approach ... does have its advantages." > -- Spock, after being Checkmated by Kirk > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > -- __ / ) _/_ It is a capital mistake to theorise before one has data. /--/ __ / Insensibly one begins to twist facts to suit theories, / (_/ (_<__ Instead of theories to suit facts. -- Sherlock Holmes, "A Scandal in Bohemia" Arthur W. Neilson III, KH7PZ Bank of Hawaii Tech Support art@hawaii.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 13:46: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from intranet.com.mx (intranet.com.mx [200.33.246.7]) by hub.freebsd.org (Postfix) with ESMTP id 320F61524A for ; Tue, 13 Jul 1999 13:46:01 -0700 (PDT) (envelope-from jbiquez@icsmx.com) Received: from mipcrin.intranet.com.mx (200.33.246.4) by intranet.com.mx with SMTP (Eudora Internet Mail Server 2.2); Tue, 13 Jul 1999 15:46:55 -0500 Message-Id: <3.0.6.32.19990713154844.00a98a70@intranet.com.mx> X-Sender: jbiquez@intranet.com.mx X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 13 Jul 1999 15:48:44 -0500 To: freebsd-questions@FreeBSD.ORG From: Jorge Biquez Subject: Apache logging. Off Topic. I'm sorry. In-Reply-To: References: <378B8D32.22B16990@lmco.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all. I was wondering if some of you could help me. I have the following configuration for my combibed custom log on apache: LogFormat "%h %l %u %t \"%r\" %>s %b %{referer}i -> %U %{user-agent}i" combined CustomLog /usr/home/sites/accesos.log combined According to the documentation of Apache 1.3 that should give me the referer and the user agent. But this is part of what I receive: 200.38.58.78 - - [13/Jul/1999:14:01:47 -0500] "GET /Backg01.gif HTTP/1.1" 200 13524 165.236.189.200 - - [13/Jul/1999:14:01:50 -0500] "GET /grlvirgo.htm HTTP/1.0" 200 4746 208.235.169.50 - - [13/Jul/1999:14:01:50 -0500] "GET /aries(3).gif HTTP/1.0" 304 - 165.236.189.200 - - [13/Jul/1999:14:01:52 -0500] "GET /Backg01.gif HTTP/1.0" 200 13524 165.236.189.200 - - [13/Jul/1999:14:01:52 -0500] "GET /virgo(2).gif HTTP/1.0" 200 6356 208.235.169.50 - - [13/Jul/1999:14:01:54 -0500] "GET /tauro(1).gif HTTP/1.0" 304 - 4.16.136.143 - - [13/Jul/1999:14:01:54 -0500] "GET /images/foto07.jpg HTTP/1.1" 200 22709 200.38.58.78 - - [13/Jul/1999:14:01:54 -0500] "GET /cancer(1).gif HTTP/1.1" 200 6022 and my analysis software says there is not referer or user agent information. I read the information and I think it is fine. Any ideas what's wrong with it? ANyone would be so kind to share this part of his/her hhtpd.conf file? I want to log ALL the information I can, the software I'm using is very good and while more imformation I can give it the best. Thanks in advance, JB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 13:50:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kermit.empireone.net (kermit.empireone.net [207.111.39.2]) by hub.freebsd.org (Postfix) with ESMTP id 684EB14BE4 for ; Tue, 13 Jul 1999 13:50:20 -0700 (PDT) (envelope-from jffmriii@unixbox.org) Received: from unixbox.org (webmaster.empireone.net [209.118.194.233]) by kermit.empireone.net (8.8.7/8.8.7) with ESMTP id QAA28587 for ; Tue, 13 Jul 1999 16:48:52 -0400 (EDT) Message-ID: <378BD07E.9D1CA45F@unixbox.org> Date: Tue, 13 Jul 1999 16:49:18 -0700 From: "James F. Ruffer III" Reply-To: jffmriii@unixbox.org X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: (no subject) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey how is life here is a quick but long question i am going to put in 3 rack mounted free bsd servers what type of hardware would freebsd run with no problems what so ever PII 400 256 megs ram two mirroring hard drives 4.0 two ether net cards 10/100 video 8 mg agp Please REply To sysadmin@empireone.net thankyou for your time To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 13:51:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sammy.tibco.com (sammy.TIBCO.COM [192.216.111.146]) by hub.freebsd.org (Postfix) with ESMTP id 98AE414BE4 for ; Tue, 13 Jul 1999 13:51:01 -0700 (PDT) (envelope-from aram@tibco.com) Received: from osgood.tibco.com (osgood.tibco.com [160.101.240.42]) by sammy.tibco.com (8.9.3/8.9.3) with ESMTP id NAA00332 for ; Tue, 13 Jul 1999 13:50:02 -0700 (PDT) Received: from venus.tibco.com (venus.tibco.com [160.101.240.40]) by osgood.tibco.com (8.9.3/8.9.3) with ESMTP id NAA25042 for ; Tue, 13 Jul 1999 13:49:56 -0700 (PDT) Received: from tibco.com ([160.101.22.192]) by venus.tibco.com (Netscape Messaging Server 3.6) with ESMTP id AAA55BA for ; Tue, 13 Jul 1999 13:46:06 -0700 Message-ID: <378BA681.5C3B9933@tibco.com> Date: Tue, 13 Jul 1999 13:50:09 -0700 From: "Aram Compeau" Organization: TIBCO X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: hard disk imaging software for FreeBSD disks Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've done some brief searching and was wondering if there are any existing hard drive imaging software packages available? I checked the ports collection and didn't see anything, but perhaps I'm looking in the wrong places? Anyway, any info on the subject would be helpful. Thanks, Aram To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 13:57:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail-01.cdsnet.net (mail-01.cdsnet.net [206.107.16.35]) by hub.freebsd.org (Postfix) with SMTP id 224B314DD2 for ; Tue, 13 Jul 1999 13:57:51 -0700 (PDT) (envelope-from mrcpu@internetcds.com) Received: (qmail 6668 invoked from network); 13 Jul 1999 20:49:51 -0000 Received: from schizo.cdsnet.net (204.118.244.32) by mail.cdsnet.net with SMTP; 13 Jul 1999 20:49:51 -0000 Date: Tue, 13 Jul 1999 13:49:29 -0700 (PDT) From: Jaye Mathisen X-Sender: mrcpu@schizo.cdsnet.net To: "Robert J. Adams" Cc: questions@FreeBSD.ORG Subject: Re: 3.0-RELEASE -> 3.2-RELEASE In-Reply-To: <12c701becd6f$eeee2140$3102fbd1@siscom.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 No, other than make sure you have /usr/ports/sysutils/mergemaster pre-installed. On Tue, 13 Jul 1999, Robert J. Adams wrote: > Hello all, > > I have a production box running 3.0 .. looking to bump it up to 3.2 .. any > "gotchas" on the aout->elf (didn't that happen between 3.0 and 3.2?) .. > thanks in advance. > > -j > > --- > Robert J. Adams radams@siscom.net http://www.siscom.net > Looking to outsource news? http://www.newshosting.com > SISCOM Network Administration - President, SISCOM Inc. > Phone: 937-222-8150 FAX: 937-222-8153 > > > > 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 Tue Jul 13 14:11:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Mail.austin.rr.com (sm2.texas.rr.com [24.93.35.55]) by hub.freebsd.org (Postfix) with ESMTP id 0B70A15241 for ; Tue, 13 Jul 1999 14:11:28 -0700 (PDT) (envelope-from twilson1@austin.rr.com) Received: from wilsonpc ([24.93.52.132]) by Mail.austin.rr.com with Microsoft SMTPSVC(5.5.1875.185.18); Tue, 13 Jul 1999 16:07:52 -0500 From: "Tom W." To: Subject: Thanks Re: Cable modem ->FreeBSD Date: Tue, 13 Jul 1999 16:11:34 -0700 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01BECD4A.606A3640" Content-Transfer-Encoding: 7bit Message-ID: <0de2c5207210d79SM2@Mail.austin.rr.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_01BECD4A.606A3640 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Just saying thanks to those who responded to the Cable modem ->FreeBSD post. I think I have what I need to get going now. -Tom ------=_NextPart_000_01BECD4A.606A3640 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

Just saying thanks to those who = responded to the Cable modem = ->FreeBSD post.  I think I have what I need to get going = now.  


-Tom

------=_NextPart_000_01BECD4A.606A3640-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 14:16:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from trixie.teamspirit.com (trixie.teamspirit.com [204.94.66.2]) by hub.freebsd.org (Postfix) with ESMTP id BB1B215343 for ; Tue, 13 Jul 1999 14:16:24 -0700 (PDT) (envelope-from preeper@cts.com) Received: from sgt361.teamspirit.com (dt2-blk1-hfc-0251-d1db0ca7.rdc1.sdca.coxatwork.com [209.219.12.167]) by trixie.teamspirit.com (8.9.2/8.9.1) with SMTP id OAA07518; Tue, 13 Jul 1999 14:31:24 -0700 (PDT) Message-Id: <3.0.5.32.19990713141158.008330b0@crash.cts.com> X-Sender: preeper@crash.cts.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Tue, 13 Jul 1999 14:11:58 -0700 To: Jorge Biquez , freebsd-questions@FreeBSD.ORG From: Jerry Preeper Subject: Re: Apache logging. Off Topic. I'm sorry. In-Reply-To: <3.0.6.32.19990713154844.00a98a70@intranet.com.mx> References: <378B8D32.22B16990@lmco.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here is what I think should work for you. Looks like there might be a couple of typos in yours. Make sure to restart Apache too. LogFormat "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined Jerry At 03:48 PM 7/13/99 -0500, Jorge Biquez wrote: >Hello all. > >I was wondering if some of you could help me. >I have the following configuration for my combibed custom log on apache: > >LogFormat "%h %l %u %t \"%r\" %>s %b %{referer}i -> %U %{user-agent}i" >combined >CustomLog /usr/home/sites/accesos.log combined > >According to the documentation of Apache 1.3 that should give me the >referer and the user agent. But this is part of what I receive: > >200.38.58.78 - - [13/Jul/1999:14:01:47 -0500] "GET /Backg01.gif HTTP/1.1" >200 13524 >165.236.189.200 - - [13/Jul/1999:14:01:50 -0500] "GET >/grlvirgo.htm HTTP/1.0" 200 4746 >208.235.169.50 - - [13/Jul/1999:14:01:50 >-0500] "GET /aries(3).gif HTTP/1.0" 304 - >165.236.189.200 - - >[13/Jul/1999:14:01:52 -0500] "GET /Backg01.gif HTTP/1.0" 200 >13524 >165.236.189.200 - - [13/Jul/1999:14:01:52 -0500] "GET /virgo(2).gif >HTTP/1.0" 200 6356 >208.235.169.50 - - [13/Jul/1999:14:01:54 -0500] "GET >/tauro(1).gif HTTP/1.0" 304 - >4.16.136.143 - - [13/Jul/1999:14:01:54 -0500] >"GET /images/foto07.jpg HTTP/1.1" 200 22709 >200.38.58.78 - - >[13/Jul/1999:14:01:54 -0500] "GET /cancer(1).gif HTTP/1.1" 200 6022 > >and my analysis software says there is not referer or user agent information. >I read the information and I think it is fine. > >Any ideas what's wrong with it? >ANyone would be so kind to share this part of his/her hhtpd.conf file? >I want to log ALL the information I can, the software I'm using is very >good and while more imformation I can give it the best. > >Thanks in advance, > >JB > > >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 Tue Jul 13 14:22:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fingers.shocking.com (shocking.com [216.111.111.11]) by hub.freebsd.org (Postfix) with ESMTP id BA04A14DD2 for ; Tue, 13 Jul 1999 14:22:48 -0700 (PDT) (envelope-from doemill@shocking.com) Received: from shocking.com (doemill@shocking.com [216.111.111.11]) by fingers.shocking.com (8.9.0/8.9.0) with ESMTP id OAA00786; Tue, 13 Jul 1999 14:18:39 -0700 (PDT) Date: Tue, 13 Jul 1999 14:18:38 -0700 (PDT) From: Doug To: Charlie ROOT Cc: freebsd-questions@FreeBSD.ORG Subject: Re: About Firewall 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 Hello Before you buy, take a look at http://www.fwtk.org/ On Tue, 13 Jul 1999, Charlie ROOT wrote: > Dear Sirs! > We are going to buy Gauntlet Internet Firewall > Please, can we run this software under FreeBSD? > > Many Thank in advance > > Best Regards > David Adamia > Parliament of Georgia > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > | Doug | unix9.org admin | shocking.com/~doemill/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 14:31:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pinnacle.co.nz (pinnacle.internet.co.nz [210.48.55.133]) by hub.freebsd.org (Postfix) with ESMTP id E705014DD2 for ; Tue, 13 Jul 1999 14:31:50 -0700 (PDT) (envelope-from jonc@pinnacle.co.nz) Received: from kiwi.pinnacle.co.nz (kiwi.pinnacle.co.nz [202.37.163.2]) by pinnacle.co.nz (8.9.3/8.9.3) with ESMTP id JAA16749; Wed, 14 Jul 1999 09:26:02 +1200 (NZST) Date: Wed, 14 Jul 1999 09:26:02 +1200 (NZST) From: Jonathan Chen To: Chris Silva Cc: FreeBSD Questions , bitsurfr@enteract.com Subject: Re: NATD help - please In-Reply-To: <000001becd5e$a4fa4e80$ddb5a8b6@mis2.admis.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 On Tue, 13 Jul 1999, Chris Silva wrote: > I have a network that has a class C via our provider. I removed most > NT boxes that were doing internet related things. I have now FBSD 3.2 > on those boxes. We used to use MS Proxy, now I have FBSD as a firewall. > > With IPFIREWALL, IPDIVERT in the kernel, and in /etc/rc.conf, in the natd > flags, I have -f /etc/natd.conf to read the rules for nat. > > The contents of /etc/natd.conf is this: > -redirect_port insideIP:80 outsideIP:80 (for example) This should be: redirect_port insideIP:80 outsideIP:80 (for example) No leading `-'. -- Jonathan Chen | To do is to be -- Nietzsche | To be is to do -- Sartre | Scooby do be do -- Scooby To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 15:13:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from shell2.la.best.com (shell2.la.best.com [209.24.216.141]) by hub.freebsd.org (Postfix) with ESMTP id 421E81524D for ; Tue, 13 Jul 1999 15:13:00 -0700 (PDT) (envelope-from nugundam@shell2.la.best.com) Received: (from nugundam@localhost) by shell2.la.best.com (8.9.3/8.9.2/best.sh) id PAA13216; Tue, 13 Jul 1999 15:11:58 -0700 (PDT) Message-ID: <19990713151158.A13077@la.best.com> Date: Tue, 13 Jul 1999 15:11:58 -0700 From: "Joseph T. Lee" To: Gnoh Chee Seng , freebsd-questions@FreeBSD.ORG Subject: Re: Configuring SB Sound Card References: <19990713045804.26973.rocketmail@web601.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19990713045804.26973.rocketmail@web601.yahoomail.com>; from Gnoh Chee Seng on Mon, Jul 12, 1999 at 09:58:04PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 12, 1999 at 09:58:04PM -0700, Gnoh Chee Seng wrote: > I have another question, I would like to configure my > sound card, Sound Blaster Live, to work with FreeBSD > 3.1. However I noticed that the options in the kernel The Live! is not supported by freebsd, and only a bit by Linux. -- Joseph nugundam =best=com==/==\=IIGS=/==\=Playstation=/==\=Civic HX CVT=/==\ # Anime Expo 1999 >> www.anime-expo.org/ > # FreeBSD: The Power to Serve >> www.freebsd.org > # EX: The Online World of Anime & Manga >> www.ex.org/ / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 15:18:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mbox.ttm.bg (mbox.ttm.bg [195.230.0.14]) by hub.freebsd.org (Postfix) with ESMTP id ECBAE150B4 for ; Tue, 13 Jul 1999 15:18:30 -0700 (PDT) (envelope-from ian@bulinfo.net) Received: from cserv.oksys.bg (ipp-8-072-sofia.ttm.bg [195.230.8.72] (may be forged)) by mbox.ttm.bg (8.9.3/8.9.3) with ESMTP id BAA28838 for ; Wed, 14 Jul 1999 01:17:31 +0300 Received: from bulinfo.net (ian@localhost [127.0.0.1]) by cserv.oksys.bg (8.9.3/8.9.3) with ESMTP id BAA00500 for ; Wed, 14 Jul 1999 01:16:26 +0300 (EEST) (envelope-from ian@bulinfo.net) Message-ID: <378BBABA.9228F8F0@bulinfo.net> Date: Wed, 14 Jul 1999 01:16:26 +0300 From: Iani Brankov Organization: ok systems X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Recomended tapes form HP? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have to buy a tape drive for a FreeBSD box. I'm using an old HP DAT drive and it works great. Now I have to buy a drive from HP for a FreeBSD system. I would like to know does anybody use HP tape drives and how reliably do they work with FreeBSD? What about the these models: HP Colorado Travan drives (IDE) HP SureStore Travan drives (SCSI) I read in the handbook that QIC drives are more reliable than DAT ones. According to HP these models are QIC compatible. Thanks in advance. iani To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 15:19:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from shell2.la.best.com (shell2.la.best.com [209.24.216.141]) by hub.freebsd.org (Postfix) with ESMTP id 0A642152AB for ; Tue, 13 Jul 1999 15:19:49 -0700 (PDT) (envelope-from nugundam@shell2.la.best.com) Received: (from nugundam@localhost) by shell2.la.best.com (8.9.3/8.9.2/best.sh) id PAA13422; Tue, 13 Jul 1999 15:19:33 -0700 (PDT) Message-ID: <19990713151933.B13077@la.best.com> Date: Tue, 13 Jul 1999 15:19:33 -0700 From: "Joseph T. Lee" To: "Art Neilson, KH7PZ" , John Heyer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problems with TCP Wrappers in 3.2 References: <3.0.6.32.19990713104036.030794d0@clients1.hawaii.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <3.0.6.32.19990713104036.030794d0@clients1.hawaii.rr.com>; from Art Neilson, KH7PZ on Tue, Jul 13, 1999 at 10:40:36AM -1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 13, 1999 at 10:40:36AM -1000, Art Neilson, KH7PZ wrote: > There is no hosts.deny in FreeBSD 3.2-R. It is all combined in > hosts.allow now. The comments at the top of the default hosts.allow > state this explicitly. I seen some tcp_wrapper weirdness myself. I noticed some ports still look to /usr/local/etc/hosts.(allow|deny), instead of /etc/; I forget which. So I link the files to the ones in /etc/, dropped a ALL : ALL in /etc/hosts.deny, and then do the rest of my configuring in /etc/hosts.allow. This seems to be the most POLA setup. -- Joseph nugundam =best=com==/==\=IIGS=/==\=Playstation=/==\=Civic HX CVT=/==\ # Anime Expo 1999 >> www.anime-expo.org/ > # FreeBSD: The Power to Serve >> www.freebsd.org > # EX: The Online World of Anime & Manga >> www.ex.org/ / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 15:38:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mbox.ttm.bg (mbox.ttm.bg [195.230.0.14]) by hub.freebsd.org (Postfix) with ESMTP id CF9C2152F9 for ; Tue, 13 Jul 1999 15:38:33 -0700 (PDT) (envelope-from ian@bulinfo.net) Received: from cserv.oksys.bg (ipp-8-072-sofia.ttm.bg [195.230.8.72] (may be forged)) by mbox.ttm.bg (8.9.3/8.9.3) with ESMTP id BAA29060 for ; Wed, 14 Jul 1999 01:37:52 +0300 Received: from bulinfo.net (ian@localhost [127.0.0.1]) by cserv.oksys.bg (8.9.3/8.9.3) with ESMTP id BAA03908 for ; Wed, 14 Jul 1999 01:37:51 +0300 (EEST) (envelope-from ian@bulinfo.net) Message-ID: <378BBFBF.DBD6444A@bulinfo.net> Date: Wed, 14 Jul 1999 01:37:51 +0300 From: Iani Brankov Organization: ok systems X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Recomended tapes form HP? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have to buy a tape drive for a FreeBSD box. I'm using an old HP DAT drive and it works great. Now I have to buy a drive from HP for a FreeBSD system. I would like to know does anybody use HP tape drives and how reliably do they work with FreeBSD? What about the these models: HP Colorado Travan drives (IDE) HP SureStore Travan drives (SCSI) I read in the handbook that QIC drives are more reliable than DAT ones. According to HP these models are QIC compatible. Thanks in advance. iani To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 16: 1: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hostigos.otherwhen.com (dialin2017.pernet.net [205.229.2.17]) by hub.freebsd.org (Postfix) with ESMTP id EFB1D14C06 for ; Tue, 13 Jul 1999 16:00:46 -0700 (PDT) (envelope-from mavery@mail.otherwhen.com) Received: from mail.otherwhen.com (mail.2.229.205.in-addr.arpa [205.229.2.19] (may be forged)) by hostigos.otherwhen.com (8.8.6/8.7.3) with ESMTP id SAA25026 for ; Tue, 13 Jul 1999 18:04:34 -0500 (CDT) Message-Id: <199907132304.SAA25026@hostigos.otherwhen.com> Received: from PORKY/SpoolDir by mail.otherwhen.com (Mercury 1.45); 13 Jul 99 18:00:40 -0600 Received: from SpoolDir by PORKY (Mercury 1.45); 13 Jul 99 18:00:35 -0600 From: "Mike Avery" To: questions@freebsd.org Date: Tue, 13 Jul 1999 18:00:32 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Recomended tapes form HP? Reply-To: mavery@mail.otherwhen.com In-reply-to: <378BBABA.9228F8F0@bulinfo.net> X-mailer: Pegasus Mail for Win32 (v3.12) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 14 Jul 99, at 1:16, Iani Brankov wrote: > I have to buy a tape drive for a FreeBSD box. > I'm using an old HP DAT drive and it works great. And is it a travan or a DAT? > What about the these models: > HP Colorado Travan drives (IDE) > HP SureStore Travan drives (SCSI) > I read in the handbook that QIC drives are more reliable than DAT ones. > According to HP these models are QIC compatible. Ahhh... which handbook? We just had a long discussion here and a number of people (not just me) said... loudly... that Travan and QIC are evil. I would suggest skipping both of 'em. Look at DAT drives instead. Seagate's Scorpion 12/24 gig drive is awesome. Also, look at http://www.corpsys.com/store/products.asp?dept=Tape%20Drives Corporate Systems Center has a number of attractive tape drives at reasonable prices. I've been happy with the company in the past. Mike ====================================================================== Mike Avery MAvery@mail.otherwhen.com (409)-842-2942 (work) ICQ: 16241692 * Spam is for lusers who can't get business any other way * A Randomly Selected Thought For The Day: Apathy Error: Don't Bother Striking Any Key. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 16: 6:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from doc.dcoder.com (doc.dcoder.com [168.143.224.52]) by hub.freebsd.org (Postfix) with ESMTP id B307F152E4 for ; Tue, 13 Jul 1999 16:06:12 -0700 (PDT) (envelope-from dacoder@dcoder.com) Received: from doc.dcoder.com (doc.dcoder.com [168.143.224.52]) by doc.dcoder.com (8.9.3/8.9.3) with ESMTP id TAA05482; Tue, 13 Jul 1999 19:04:30 -0400 (EDT) (envelope-from dacoder@dcoder.com) Date: Tue, 13 Jul 1999 19:04:30 -0400 (EDT) From: David Coder To: Tony Wells Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Here is a dumb question. In-Reply-To: <378B91DF.3213C1B9@journalstar.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 On Tue, 13 Jul 1999, Tony Wells wrote: > I'm currently running 3.0-RELEASE, and want to upgrade to 3.2-RELEASE. > Do I need to download new source in order to do this or will the 'make > world' utility automatically upgrade me to the latest source? (I'm > guessing not, too easy.) > > Thanks in advance! Look at the FreeBSD handbook, the section under "Advanced Topics" on Staying Stable. You can update your source using cvsup (the easiest way, in my opinion), then make world. Once you have rebuilt the system in this way you will probably have to enter "disklabel -B" in order to update your boot blocks. dc _____________________ David Coder SysAdmin WebHosting Verio.com 703-749-7955 x1314 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 16:20:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dorthy.state.net (dorthy.state.net [209.234.62.254]) by hub.freebsd.org (Postfix) with ESMTP id 1C4C114CF8 for ; Tue, 13 Jul 1999 16:20:09 -0700 (PDT) (envelope-from jon.passki@neicoltech.org) Received: from lp020001 (ppp5.56k.msp.mn.state.net [209.234.1.5]) by dorthy.state.net (8.8.8/8.7.2) with SMTP id SAA21300 for ; Tue, 13 Jul 1999 18:19:01 -0500 (CDT) From: "Jon Passki" To: "Freebsd-Questions" Subject: rpms, libc5/glibc, xserver Date: Tue, 13 Jul 1999 18:19:58 -0500 Message-ID: <000e01becd86$3a2ea600$466dfea9@lp020001.neicoltech.org> 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 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm looking at trying out a free X server from http://www.precisioninsight.com. I have a ThinkPad 2626-50u 390 model running the NeoMagic 2200 chipset, and this server supports it. The question is that is seems linux-centric, and I've never had the want to ever install linux apps on this system, so I'd like to ask ppl for their opinions. I'm trying to see if this X server is going to perform better than the svga server that comes stock w/ XFree86 (btw, the precisioninsight server isn't xfree86 compliant, so would that have reprecusions?). They have a libc5 and a glibc version... what would I have to do to unpackage the RPM and install either the libc5 or glibc libraries? Any good url's on this topic would be appreciated. Thanks, Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 16:24:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from doc.dcoder.com (doc.dcoder.com [168.143.224.52]) by hub.freebsd.org (Postfix) with ESMTP id 924B514CF8 for ; Tue, 13 Jul 1999 16:24:30 -0700 (PDT) (envelope-from dacoder@dcoder.com) Received: from doc.dcoder.com (doc.dcoder.com [168.143.224.52]) by doc.dcoder.com (8.9.3/8.9.3) with ESMTP id TAA05553; Tue, 13 Jul 1999 19:22:04 -0400 (EDT) (envelope-from dacoder@dcoder.com) Date: Tue, 13 Jul 1999 19:22:04 -0400 (EDT) From: David Coder To: Patrick Walentiny Cc: "David J. Clark" , freebsd-questions@FreeBSD.ORG Subject: Re: Configuring serial ports 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 Hm, I wouldn't bother looking for /dev/sio0: You won't find it. Go for /dev/ttyd0. In /etc/ttys, turn it from "off" to "on". Also, you need to replace "dialup" with whatever kind of terminal your rf controller uses. It may be dialup: you'll just have to experiment. Also, depending on kind of interface the controller uses, you may have to change the fourth field. "std.9600" is probably right if the rf controller's connection mimics that of a normal serial port operating at 9600 bps. If it is faster, use the faster speed. The reason for using ttyd0 instead of ttyd1, incidentally, is that Unix names its terminals and ports starting with 0. Windows starts with 1. dc _____________________ David Coder SysAdmin WebHosting Verio.com 703-749-7955 x1314 On Tue, 13 Jul 1999, Patrick Walentiny wrote: > Hey there, > If you are using COM1 then you should not use either. > try port /dev/sio0 (in freebsd). If you are using another operating > system (which looks to me is linux) you would need to either use > /dev/cuaa0 or /dev/ttyS0. That is unless I am missing some more important > piece of data I am not understanding. > > Good luck, Patrick. > > On Tue, 13 Jul 1999, David J. Clark wrote: > > > Hello, > > > > I am currently working on an internal barcodeing project that > > involves reading data from COM1 and using perl and tn3270 to send data > > to a mainframe. I have an intermec rf controller connected to com1 > > through a null modem cable. All I want to do is read data from the rf > > controller - which device do i use /dev/cuaa1 or /dev/ttyd1 ? If the > > case is /dev/ttyd1 does anyone have any ideas what I would put in > > /etc/ttys. Also is there any way to test the connection from bsd - ie > > there is something there. Thanks for all your help > > > > > > D. Clark > > > > > > > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 16:49:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from blues.ghis.net (pppc2-83.eisa.net.au [203.166.251.203]) by hub.freebsd.org (Postfix) with ESMTP id 0A0C8150BD for ; Tue, 13 Jul 1999 16:49:09 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id JAA18876; Wed, 14 Jul 1999 09:48:52 +1000 (EST) (envelope-from jim) Date: Wed, 14 Jul 1999 09:48:52 +1000 From: Jim Mock To: Steve Hovey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Dancing with the anti-christ (a frontpage extensions question) Message-ID: <19990714094852.A18347@blues.ghis.net> Reply-To: jim@blues.ghis.net References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.3i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 13 Jul 1999 at 13:21:50 -0400, Steve Hovey wrote: > Has anyone upgraded the FP servers to 2000? Yep. > Did it bung up your customers that use the older client software? Nope. Well, not that I know of anyway. I did it about three weeks to a month ago and no one has complained that it doesn't work yet. Most of the customers are using FrontPage '98, though I'm sure some still have '97. See http://www.freebsdzine.org/ for a how-to if you're interested in upgrading. -- - Jim Mock - jim@blues.ghis.net - systems administrator - ghis.NET - - work: http://www.ghis.net/ - personal: http://www.ghis.net/~jim/ - - FreeBSD 'zine: http://www.freebsdzine.org/ - jim@freebsdzine.org - - FreeBSD: http://advocacy.freebsd.org/ - jim@advocacy.FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 16:50:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.numachi.com (numachi.numachi.com [198.175.254.2]) by hub.freebsd.org (Postfix) with SMTP id C03C7150BD for ; Tue, 13 Jul 1999 16:50:24 -0700 (PDT) (envelope-from reichert@numachi.com) Received: (qmail 23680 invoked by uid 1001); 13 Jul 1999 23:50:21 -0000 Date: Tue, 13 Jul 1999 19:50:21 -0400 From: Brian Reichert To: freebsd-questions@freebsd.org Subject: how standard is FreeBSD's 'date' utility? Message-ID: <19990713195021.F21280@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A silly question, hopefully an answer will manifest. FreeBSD's 'date' utility comes with a '-r' flag, which means (in effect) 'given a UNIX epoch timestamp, dump it out in a human-readable format'. A utility that I find very handy indeed. My question: how standard is this flag? Other (unamed) OSs don't seem to support it. The manpage doesn't state that this is a [Free]BSD-specific flag. So - what is it's derivation? How long has it been around? Do any other OSs provide it? Thanks for any input... -- Brian 'you Bastard' Reichert reichert@numachi.com 37 Crystal Ave. #303 Current daytime number: (603)-434-6842 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 16:59:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.la.csiro.au (hermes.la.csiro.au [152.83.12.2]) by hub.freebsd.org (Postfix) with ESMTP id 46A6615157 for ; Tue, 13 Jul 1999 16:59:49 -0700 (PDT) (envelope-from Anthony.Wyatt@its.csiro.au) Received: by hermes.la.csiro.au with Internet Mail Service (5.5.2448.0) id ; Wed, 14 Jul 1999 09:58:48 +1000 Message-ID: From: "Wyatt, Anthony" To: "'cjclark@home.com'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: SSH X Forwarding Date: Wed, 14 Jul 1999 09:58:43 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Crist, Before I begin, a small disclaimer: I'm only a new user to freeBSD, and I have not yet tried to run up ssh on a freeBSD box. So any or all of this information may or may not be bollox :-) > -----Original Message----- > From: Crist J. Clark [mailto:cjc@cc942873-a.ewndsr1.nj.home.com] > > First, background on the problem: I have a freeBSD machine that > refuses X connections through ssh. This is reproducible from a variety > of machines; it is clear to me the problem is on the sshd host and not > on any of the ssh clients that try to connect. Here is a typical > manifestation of the problem, > > % xterm > _X11TransSocketINETConnect: Can't connect: errno = 60 > xterm Xt error: Can't open display: pc222:10.0 The TCPDUMP and the fact you can connect to your sshd host and execute commands would suggest that ssh is working fine. I would have at a guess the problem lies in one of the following areas: IP packet filtering -------------------- If your client runs IP packet filtering then it may be throwing away your X traffic as it pops out of your ssh tunnel. This would explain the long delay that you are experiencing. This may also be happening on your sshd server; the filtering rules may throw away the traffic before it gets stuffed into your ssh tunnel. Check your IP filtering rules here too! /etc/sshd_config (server config file) ------------------------------------- You can turn off X11 forwarding in this file (see the man page for sshd for all the options). If you do, and your client tries to use X11 forwarding you get the error message: "Warning: Remote host denied X11 forwarding, ...". As you didn't get this message, I'll assume that the server side is OK (I'd still check it though). This is my sshd_config, please note I only use RSA authentication on my hosts, no passwords, you may have to modify this file to suit your own needs: Port 22 ListenAddress 0.0.0.0 HostKey /etc/ssh_host_key RandomSeed /etc/ssh_random_seed ServerKeyBits 1024 LoginGraceTime 600 KeyRegenerationInterval 3600 PermitRootLogin no IgnoreRhosts yes StrictModes yes QuietMode no X11Forwarding yes X11DisplayOffset 10 FascistLogging no PrintMotd yes KeepAlive yes SyslogFacility DAEMON RhostsAuthentication no RhostsRSAAuthentication yes RSAAuthentication yes PasswordAuthentication no PermitEmptyPasswords yes UseLogin no The pc222:10.0 in the error "... display: pc222:10.0" is the X11DisplayOffset option given above. This option is supposed to stop ssh from interfering with X. If it is interfering with X, you'll have to speak to someone else, I know next to nothing about X :-) and/or ~/.ssh/config or /etc/ssh_config (client side config file) ----------------------------------------------------------- You can do lots here too. The files are read in the order given above. When an option is found it will be set, and ignored if configured again. Check BOTH of these files, my configs have all the options commented out. If you don't then try commenting out all the options and try again. If your problem still persists: On each of your clients and the server, ssh to itself, then try and run an X app. Check the errors and see if they give you any ideas. If you still have problems: Build a brand new box, install ssh again, config sshd_config appropriately, then try and ssh to this box from itself, and run an X app. If the same error occurs here, try going back to 1.2.26 and try again. It still really doesn't work: Panic, the problem is probably not ssh, and where you would start looking then is beyond me... ;-) All the best, Anthony To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 17: 9:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from awfulhak.org (dynamic-73.max1-du-ws.dialnetwork.pavilion.co.uk [212.74.8.73]) by hub.freebsd.org (Postfix) with ESMTP id 012DA15157 for ; Tue, 13 Jul 1999 17:09:31 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from dev.lan.awfulhak.org (dev.lan.awfulhak.org [172.16.0.5]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id BAA18610; Wed, 14 Jul 1999 01:03:00 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from dev.lan.awfulhak.org (localhost [127.0.0.1]) by dev.lan.awfulhak.org (8.9.3/8.9.3) with ESMTP id BAA78534; Wed, 14 Jul 1999 01:03:00 +0100 (BST) (envelope-from brian@dev.lan.awfulhak.org) Message-Id: <199907140003.BAA78534@dev.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: "thomas.uhrfelt@plymovent.se" Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: PPP and client gateway In-reply-to: Your message of "Tue, 13 Jul 1999 12:59:00 +0200." <01BECD2F.7A34F300.thomas.uhrfelt@plymovent.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 14 Jul 1999 01:03:00 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have succesfully ( well sort of ! ) installed userland PPP as a server. it > (together with mgetty) allows users (win95) to connect via modem and surf the > web, or atleast that was the thought. It seems that everything is just fine > with the clients except that they get assigned their own IP as gateway. DNS > is correct and IP gets assigned to them as I specify, but when they run > winipcfg the gateway is the same as their assigned IP. How do I fix this.. > just tried I longshot in ppp.conf and specified 'gateway x.x.x.x', but of > course as you all probably know that didnt work (illegal command :) ).. This can't be controlled from the FreeBSD (server) end. I *think* this is expected for Windows though - your default route is via the local end of the ppp link rather than the remote end (making things somewhat confusing). > Regards, > > Thomas Uhrfelt -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 17: 9:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from awfulhak.org (dynamic-73.max1-du-ws.dialnetwork.pavilion.co.uk [212.74.8.73]) by hub.freebsd.org (Postfix) with ESMTP id 6E85C15157 for ; Tue, 13 Jul 1999 17:09:38 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from dev.lan.awfulhak.org (dev.lan.awfulhak.org [172.16.0.5]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id BAA18618; Wed, 14 Jul 1999 01:08:23 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from dev.lan.awfulhak.org (localhost [127.0.0.1]) by dev.lan.awfulhak.org (8.9.3/8.9.3) with ESMTP id BAA78564; Wed, 14 Jul 1999 01:08:22 +0100 (BST) (envelope-from brian@dev.lan.awfulhak.org) Message-Id: <199907140008.BAA78564@dev.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Mark Ovens Cc: William Woods , FreeBSD Questions Subject: Re: Looking for a national ISP.... In-reply-to: Your message of "Tue, 13 Jul 1999 17:57:12 BST." <19990713175711.A254@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 14 Jul 1999 01:08:20 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Mon, Jul 12, 1999 at 04:40:31PM -0700, William Woods wrote: > > I am looking for a FreeBSD Fridley ISP, must have national access, as I > > travel with my FreeBSD powered notebook. I was going to look into > > CompuServe, but I don't know if they are freebsd friendly. > > > > ISTR that CompuServe are less than easy to connect to (here in the > UK at least). There is are sample settings in the ppp.conf.sample > that comes with the currnt sources (available from > http://www.awfulhak.org), but I've seen in the mailing lists that > this doesn't always work. If you're based in the UK, Pavilion do a ``roaming'' service, and they're about as FreeBSD-friendly as it gets. Check out http://www.pavilion.net/ > > William [.....] -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 17:28:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from awfulhak.org (dynamic-85.max1-du-ws.dialnetwork.pavilion.co.uk [212.74.8.85]) by hub.freebsd.org (Postfix) with ESMTP id 429F615157 for ; Tue, 13 Jul 1999 17:28:48 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from dev.lan.awfulhak.org (dev.lan.awfulhak.org [172.16.0.5]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id BAA18603; Wed, 14 Jul 1999 01:00:24 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from dev.lan.awfulhak.org (localhost [127.0.0.1]) by dev.lan.awfulhak.org (8.9.3/8.9.3) with ESMTP id BAA78516; Wed, 14 Jul 1999 01:00:24 +0100 (BST) (envelope-from brian@dev.lan.awfulhak.org) Message-Id: <199907140000.BAA78516@dev.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com Cc: freebsd-questions@FreeBSD.ORG, HEITMEIER_MICHAEL/HP-Germany_om12@isoit644.bbn.hp.com Subject: Re: PPP and Filter Setup Question In-reply-to: Your message of "Tue, 13 Jul 1999 11:11:43 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 14 Jul 1999 01:00:23 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, You're better off using ``dst eq 137'', and while you're there, block 138 & 139 too. This prevents connections against the eventuality that libalias will renumber the source port... Everything is now getting blocked because the default rule (assuming *any* rules are specified) is to block packets that fall out the end. You need a set filter dial 1 permit 0 0 to let things drop through by default. > Hi all, > > to keep my NT laptop from dialing my ISP when it's connected to my home > network I enabled TCP/IP logging in /etc/ppp/ppp.conf and duly received > the following log entry: > Jul 12 21:07:11 gimli ppp[7478]: tun0: TCP/IP: DIAL UDP: 10.0.0.4:137 ---> > 15.180.3.114:137 > > Gimli is the gateway, 10.0.0.4 is the address of the laptop in my home > environment. I tried to find out what process still wants to access 15... > but did not find anything, certainly nothing I can see from my network > configuration (DNS and WINS are disabled), the only gateway is 10.0.0.1 > (gimli). > > Based on this I set the following entry in /etc/ppp/ppp.conf: > set filter dial 0 deny udp src eq 137 > > At first (when the laptop adapter indicated it was accessing the network) > it looked like success when ppp did not dial, but then I found that this > filter apparently blocked ALL dial out traffic... :-( > > Jul 12 22:07:50 gimli ppp[7483]: tun0: TCP/IP: DIAL UDP: 10.0.0.4:1046 > ---> 15.181.150.30:53 - BLOCKED > Jul 12 22:09:15 gimli ppp[7483]: tun0: TCP/IP: DIAL UDP: 10.0.0.4:137 ---> > 15.128.15.115:137 - BLOCKED > Jul 12 22:34:44 gimli ppp[7483]: tun0: TCP/IP: DIAL UDP: 10.0.0.2:1029 > ---> 145.253.2.11:53 - BLOCKED > > > What am I doing wrong? There is very little information about the > definition of 'src' in man ppp so I'm not sure if what I'm doing is even > correct. What are the numbers behind the IP address anyway (1046,137,1029)? > > > Thanks for any help, > > Michael > > > > 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 Tue Jul 13 17:30:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id BD8EA15157 for ; Tue, 13 Jul 1999 17:30:29 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id UAA10064; Tue, 13 Jul 1999 20:31:08 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907140031.UAA10064@cc942873-a.ewndsr1.nj.home.com> Subject: Re: SSH X Forwarding In-Reply-To: from "Wyatt, Anthony" at "Jul 14, 99 09:58:43 am" To: Anthony.Wyatt@its.csiro.au (Wyatt, Anthony) Date: Tue, 13 Jul 1999 20:31:08 -0400 (EDT) Cc: cjclark@home.com, freebsd-questions@freebsd.org Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (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 Wyatt, Anthony wrote, > Hi Crist, > Before I begin, a small disclaimer: I'm only a new user to freeBSD, > and I have not yet tried to run up ssh on a freeBSD box. So any or all of > this information may or may not be bollox :-) > > > -----Original Message----- > > From: Crist J. Clark [mailto:cjc@cc942873-a.ewndsr1.nj.home.com] > > > > First, background on the problem: I have a freeBSD machine that > > refuses X connections through ssh. This is reproducible from a variety > > of machines; it is clear to me the problem is on the sshd host and not > > on any of the ssh clients that try to connect. Here is a typical > > manifestation of the problem, > > > > % xterm > > _X11TransSocketINETConnect: Can't connect: errno = 60 > > xterm Xt error: Can't open display: pc222:10.0 > > The TCPDUMP and the fact you can connect to your sshd host and execute > commands would suggest that ssh is working fine. I agree. > I would have at a guess the problem lies in one of the following areas: > > IP packet filtering > -------------------- > If your client runs IP packet filtering then it may be throwing away your X > traffic as it pops out of your ssh tunnel. This would explain the long > delay that you are experiencing. This may also be happening on your sshd > server; the filtering rules may throw away the traffic before it gets > stuffed into your ssh tunnel. Check your IP filtering rules here too! The specific client that I produced the above error on was using NATd, but (1) the above error is produced when machines not running NATd hook into its sshd and (2) the machine that I used as a client above works perfectly well tunneling X through ssh from other machines (both FreeBSD and IRIX). The question I have about the packet issues is that since ssh wraps all of the X interactions (and encypts it to boot), what good does that tcpdump do? Should I be looking at what ssh[d] does with the stuff after it gets it (presumably looking at tcpdumps on the loopback of the machines?)? > /etc/sshd_config (server config file) > ------------------------------------- > You can turn off X11 forwarding in this file (see the man page for sshd for > all the options). If you do, and your client tries to use X11 forwarding > you get the error message: "Warning: Remote host denied X11 forwarding, > ...". As you didn't get this message, I'll assume that the server side is > OK (I'd still check it though). > > This is my sshd_config, please note I only use RSA authentication on my > hosts, no passwords, you may have to modify this file to suit your own > needs: [snip] I am using the default sshd_config that is installed by the ports. I believe it is identical to yours but for the syslog facility (which in my case uses AUTH). I use this default sshd_config on a number of other machines and they work fine. > The pc222:10.0 in the error "... display: pc222:10.0" is the > X11DisplayOffset option given above. This option is supposed to stop ssh > from interfering with X. If it is interfering with X, you'll have to speak > to someone else, I know next to nothing about X :-) *shrug* If someone gives me a place to start, I'll look for this problem. I've delved into the Great Darkness that is the xdm configuration files/scripts. Nothing in X has frightened me since. > and/or > ~/.ssh/config or /etc/ssh_config (client side config file) > ----------------------------------------------------------- > You can do lots here too. The files are read in the order given above. > When an option is found it will be set, and ignored if configured again. > Check BOTH of these files, my configs have all the options commented out. > If you don't then try commenting out all the options and try again. Again, the client machines that have the problem opening X on the sshd-machine do just fine on others. Since there are no entries in the ssh_config's that are specific to this one machine, I have essentially ruled out the problem being anywhere but on the sshd-machine. > If your problem still persists: > On each of your clients and the server, ssh to itself, then try and run an X > app. Check the errors and see if they give you any ideas. And again, the clients are fine. But the idea of sitting at the misbehaving sshd-machine, starting X, and then ssh localhost to run an X app might be worth trying. My guess is, it will fail. > If you still have problems: > Build a brand new box, install ssh again, config sshd_config appropriately, > then try and ssh to this box from itself, and run an X app. If the same > error occurs here, try going back to 1.2.26 and try again. No way I'm nuking the machine's entire system... I'll nuke it's NT slice maybe. ;) And the error _did_ occur under 1.2.26 too. I installed 1.2.27 hoping it would fix, but no luck. > It still really doesn't work: > Panic, the problem is probably not ssh, and where you would start looking > then is beyond me... ;-) Well, I'm pretty sure you are on track when you say it is not sshd. My guess is something deep and dark in the X setup (even though I get the error whether X is actually running or not). But you said you weren't gonna go near X. I do not blame you, but thanks for the response. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 17:42:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.la.csiro.au (hermes.la.csiro.au [152.83.12.2]) by hub.freebsd.org (Postfix) with ESMTP id C172515157 for ; Tue, 13 Jul 1999 17:42:12 -0700 (PDT) (envelope-from Anthony.Wyatt@its.csiro.au) Received: by hermes.la.csiro.au with Internet Mail Service (5.5.2448.0) id ; Wed, 14 Jul 1999 10:40:54 +1000 Message-ID: From: "Wyatt, Anthony" To: "'cjclark@home.com'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: SSH X Forwarding Date: Wed, 14 Jul 1999 10:40:46 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Crist J. Clark [mailto:cjc@cc942873-a.ewndsr1.nj.home.com] > > > > % xterm > > > _X11TransSocketINETConnect: Can't connect: errno = 60 > > > xterm Xt error: Can't open display: pc222:10.0 > > The specific client that I produced the above error on was using NATd, > but (1) the above error is produced when machines not running NATd > hook into its sshd and (2) the machine that I used as a client above > works perfectly well tunneling X through ssh from other machines (both > FreeBSD and IRIX). I think this NATd option is worth looking into. From what I understand (and that is limited at this point) address translation is tied to IP filtering, it can't live alone. Now if that is the case then it is quite possible that you are filtering out something you really shouldn't be. You'll need to recompile your kernel with the IP filtering logging turned on to find out. > The question I have about the packet issues is that since ssh wraps > all of the X interactions (and encypts it to boot), what good does > that tcpdump do? Should I be looking at what ssh[d] does with > the stuff > after it gets it (presumably looking at tcpdumps on the loopback of > the machines?)? If you use TCPDUMP to watch an ethernet port you will see nothing except the ssh connection. This is pointless as you already know the ssh session is up and running. As to tcpdump of the loopback, I've never tried it, so I don't know if you can, and/or if it will be helpful. > > If you still have problems: > > Build a brand new box, install ssh again, config > sshd_config appropriately, > > then try and ssh to this box from itself, and run an X app. > If the same > > error occurs here, try going back to 1.2.26 and try again. > > No way I'm nuking the machine's entire system... I'll nuke it's NT > slice maybe. ;) And the error _did_ occur under 1.2.26 too. I > installed 1.2.27 hoping it would fix, but no luck. If you have a spare box lying around build that, or if you have to, kill NT. Don't turn on the NATd or IP filtering stuff and see how it goes. Anthony To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 18: 6:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f17.hotmail.com [216.32.181.17]) by hub.freebsd.org (Postfix) with SMTP id 6ECF314CB5 for ; Tue, 13 Jul 1999 18:06:16 -0700 (PDT) (envelope-from amybsd@hotmail.com) Received: (qmail 7054 invoked by uid 0); 14 Jul 1999 01:05:52 -0000 Message-ID: <19990714010552.7053.qmail@hotmail.com> Received: from 24.29.200.136 by www.hotmail.com with HTTP; Tue, 13 Jul 1999 18:05:52 PDT X-Originating-IP: [24.29.200.136] From: "Amy Wennings" To: freebsd-questions@freeBSD.org Subject: doscmd - X Fonts? Date: Tue, 13 Jul 1999 20:05:52 CDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I tried MS DOS and DR-DOS. Both complain about an interrupt which is only supported in X mode. Okay, so I try doscmd -x to skip over to X mode and it complains about not having the VGA font. Which font pack has the required VGA font, or where do I get this? I tried installing several from /usr/ports/x11-fonts and didn't manage to make it happy. :/ _______________________________________________________________ Get Free Email and Do More On The Web. Visit http://www.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 18:19:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from blues.ghis.net (pppc2-70.eisa.net.au [203.166.251.190]) by hub.freebsd.org (Postfix) with ESMTP id 7977014CB5 for ; Tue, 13 Jul 1999 18:19:12 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id LAA19327; Wed, 14 Jul 1999 11:19:02 +1000 (EST) (envelope-from jim) Date: Wed, 14 Jul 1999 11:19:02 +1000 From: Jim Mock To: Amy Wennings Cc: freebsd-questions@FreeBSD.ORG Subject: Re: doscmd - X Fonts? Message-ID: <19990714111902.A19291@blues.ghis.net> Reply-To: jim@blues.ghis.net References: <19990714010552.7053.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.3i In-Reply-To: <19990714010552.7053.qmail@hotmail.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 13 Jul 1999 at 20:05:52 -0500, Amy Wennings wrote: > I tried MS DOS and DR-DOS. Both complain about an interrupt which > is only supported in X mode. > > Okay, so I try doscmd -x to skip over to X mode and it complains > about not having the VGA font. > > Which font pack has the required VGA font, or where do I get this? http://themes.org/resources/fonts/fonts/user/vga.pcf After you download it, do the following: 1) Put it /usr/X11R6/lib/X11/fonts/misc 2) cd /usr/X11R6/lib/X11/fonts/misc 3) mkfontdir Then start X as normal and as long as /usr/X11R6/lib/X11/fonts/misc is in your fontpath (it should be), the vga font will be available. -- - Jim Mock - jim@blues.ghis.net - systems administrator - ghis.NET - - work: http://www.ghis.net/ - personal: http://www.ghis.net/~jim/ - - FreeBSD 'zine: http://www.freebsdzine.org/ - jim@freebsdzine.org - - FreeBSD: http://advocacy.freebsd.org/ - jim@advocacy.FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 19: 7: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from interlock.mgh.com (interlock.mgh.com [152.159.1.2]) by hub.freebsd.org (Postfix) with SMTP id 7E21414F97 for ; Tue, 13 Jul 1999 19:06:52 -0700 (PDT) (envelope-from Christopher_Booth@mcgraw-hill.com) Received: by interlock.mgh.com id WAA10543 (InterLock SMTP Gateway 3.0 for freebsd-questions@FreeBSD.ORG); Tue, 13 Jul 1999 22:06:35 -0400 Message-Id: <199907140206.WAA10543@interlock.mgh.com> Received: by interlock.mgh.com (Protected-side Proxy Mail Agent-2); Tue, 13 Jul 1999 22:06:35 -0400 Received: by interlock.mgh.com (Protected-side Proxy Mail Agent-1); Tue, 13 Jul 1999 22:06:35 -0400 From: "Booth, Christopher" To: "'freebsd'" Subject: Further Motherboard Queries Date: Tue, 13 Jul 1999 22:06:36 -0400 Mime-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone tried out the Abit BH6 with FreeBSD? Any caveats? More: Am I asking the right question? Will a standard PC motherboard and CPU that are compatible with each other work with FreeBSD in any case, and the question is just one of dependability? I guess that I am assuming that a motherboard might be like, say a sound card or modem and just not work with FreeBSD. Is this assumption wrong? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 19:23:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bureau6.utcc.utoronto.ca (bureau6.utcc.utoronto.ca [128.100.132.16]) by hub.freebsd.org (Postfix) with ESMTP id C6F4715303 for ; Tue, 13 Jul 1999 19:23:21 -0700 (PDT) (envelope-from a.ponnampalam@utoronto.ca) Received: from 24.64.177.58.on.wave.home.com ([24.64.177.58] EHLO utoronto.ca ident: NO-IDENT-SERVICE [port 1125]) by bureau6.utcc.utoronto.ca with ESMTP id <464182-10108>; Tue, 13 Jul 1999 22:23:16 -0400 Message-ID: <378BF500.F3B72FA3@utoronto.ca> Date: Tue, 13 Jul 1999 22:25:04 -0400 From: Anandha Ponnampalam X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: mounting ntfs partition Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can you write to a mounted ntfs partition? thankx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 19:42:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pinnacle.co.nz (pinnacle.internet.co.nz [210.48.55.133]) by hub.freebsd.org (Postfix) with ESMTP id 62AAA14D13 for ; Tue, 13 Jul 1999 19:42:51 -0700 (PDT) (envelope-from jonc@pinnacle.co.nz) Received: from kiwi.pinnacle.co.nz (kiwi.pinnacle.co.nz [202.37.163.2]) by pinnacle.co.nz (8.9.3/8.9.3) with ESMTP id OAA22784; Wed, 14 Jul 1999 14:33:32 +1200 (NZST) Date: Wed, 14 Jul 1999 14:33:31 +1200 (NZST) From: Jonathan Chen To: Anandha Ponnampalam Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mounting ntfs partition In-Reply-To: <378BF500.F3B72FA3@utoronto.ca> 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 Tue, 13 Jul 1999, Anandha Ponnampalam wrote: > Can you write to a mounted ntfs partition? 3.2-RELEASE doesn't allow this yet - as is noted on the mount_ntfs man page. Jonathan Chen ---------------------------------------------------------------------- "A person should be able to do a small bit of everything, specialisation is for insects" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 20:14:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law-f300.hotmail.com [209.185.130.89]) by hub.freebsd.org (Postfix) with SMTP id 6666F1533C for ; Tue, 13 Jul 1999 20:14:47 -0700 (PDT) (envelope-from freebsdlists@hotmail.com) Received: (qmail 16888 invoked by uid 0); 14 Jul 1999 03:11:57 -0000 Message-ID: <19990714031157.16887.qmail@hotmail.com> Received: from 38.30.10.2 by www.hotmail.com with HTTP; Tue, 13 Jul 1999 20:11:56 PDT X-Originating-IP: [38.30.10.2] From: "Neill Robins" To: freebsd-questions@freebsd.org Subject: Re: Looking for a national ISP.... Date: Wed, 14 Jul 1999 03:11:56 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I too am looking for a national ISP that is FreeBSD friendly, but in the United States, or atleast the East Coast. Thanks -Neill > > On Mon, Jul 12, 1999 at 04:40:31PM -0700, William Woods wrote: > > > I am looking for a FreeBSD Fridley ISP, must have national access, as >I > > > travel with my FreeBSD powered notebook. I was going to look into > > > CompuServe, but I don't know if they are freebsd friendly. > > > > > > > ISTR that CompuServe are less than easy to connect to (here in the > > UK at least). There is are sample settings in the ppp.conf.sample > > that comes with the currnt sources (available from > > http://www.awfulhak.org), but I've seen in the mailing lists that > > this doesn't always work. > >If you're based in the UK, Pavilion do a ``roaming'' service, and >they're about as FreeBSD-friendly as it gets. Check out >http://www.pavilion.net/ > > > > William >[.....] >-- >Brian > >Don't _EVER_ lose your sense of humour ! > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _______________________________________________________________ Get Free Email and Do More On The Web. Visit http://www.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 20:20:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id 7332915249; Tue, 13 Jul 1999 20:20:39 -0700 (PDT) (envelope-from mi@kot.ne.mediaone.net) Received: (from mi@localhost) by kot.ne.mediaone.net (8.9.3/8.9.1) id XAA25283; Tue, 13 Jul 1999 23:18:35 -0400 (EDT) From: Mikhail Teterin Message-Id: <199907140318.XAA25283@kot.ne.mediaone.net> Subject: SEAGATE ST34371W on an NCR -- slow :( To: questions@freebsd.org, scsi@freebsd.org Date: Tue, 13 Jul 1999 23:18:35 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL49 (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'm getting a dissapointingly low performance from the only disk on the ncr0: ncr0: rev 0x37 int a irq 21 on pci0.13.0 ncr1: rev 0x37 int b irq 22 on pci0.13.1 [...] da0 at ncr0 bus 0 target 3 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 52MB (8496884 512 byte sectors: 255H 63S/T 528C) This is a dual PII-300MHz system with 64Mb of RAM running FreeBSD 3.2-STABLE from Wed Jul 7. The iozone's numbers are: File size set to 80000 KB Time Resolution = 0.000015 seconds. Processor cache size set to 1024 Kbytes. Processor cache line size set to 32 bytes. File stride size set to 17 * record size. random random KB reclen write rewrite read reread read write 80000 4 3885 1460 4842 4474 415 208 bkwd record stride read rewrite read fwrite frewrite fread freread 988 135635 543 5235 1533 4674 4803 Big things, like Netscape and KDE take very long to start up, probably even longer then they used to take on my older P90 system with the same amount of RAM. What should I be tuning? Thanks! -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 20:21:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.portal2.com (ns1.portal2.com [203.85.226.193]) by hub.freebsd.org (Postfix) with SMTP id 27E4A15391 for ; Tue, 13 Jul 1999 20:21:23 -0700 (PDT) (envelope-from victor@outblaze.com) Received: (qmail 27003 invoked from network); 14 Jul 1999 03:42:20 -0000 Received: from victor.portal2.com (HELO outblaze.com) (203.85.226.214) by ns1.portal2.com with SMTP; 14 Jul 1999 03:42:20 -0000 Message-ID: <378C03CD.E025563E@outblaze.com> Date: Wed, 14 Jul 1999 11:28:13 +0800 From: Hing Hang Tsang Reply-To: htsang@victor.portal2.com X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-STABLE i386) X-Accept-Language: Japanese, ja, Chinese/Taiwan, zh-TW, Chinese/China, zh-CN, Chinese, zh, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: mounting a FreeBSD drive in Linux Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I try to mount a freebsd partition under linux (kernel 2.2.10 with ufs support complied in the kernel). I get tones of error message saying wrong ufs might corrupt your fs, any idea what other options I have to put on to make it works? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 20:33:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f76.law3.hotmail.com [209.185.241.76]) by hub.freebsd.org (Postfix) with SMTP id 7F51D14C93 for ; Tue, 13 Jul 1999 20:33:51 -0700 (PDT) (envelope-from jbult@hotmail.com) Received: (qmail 23628 invoked by uid 0); 14 Jul 1999 03:33:47 -0000 Message-ID: <19990714033347.23627.qmail@hotmail.com> Received: from 24.5.224.107 by www.hotmail.com with HTTP; Tue, 13 Jul 1999 20:33:47 PDT X-Originating-IP: [24.5.224.107] From: "Jonathan Bult" To: freebsd-questions@FreeBSD.ORG Subject: natd and ident Date: Tue, 13 Jul 1999 20:33:47 PDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was having trouble getting onto IRC because my natd gateway wasn't handling ident requests properly. So, I searched and searched for an answer, and finally I found one (largely due to research on my own). Here's the settings that I put in a file called /etc/rc.natd. I run natd with "natd -f /etc/rc.natd". ---- Start rc.natd ---- same_ports yes verbose yes unregistered_only yes interface ed1 redirect_port tcp 192.168.0.2:auth auth ---- End rc.natd ---- It's the last line that works all the magic. When the server forwards an ident request to my natd gateway, it's going to forward it to the machine that I have running mirc on (192.168.0.2). As you know, mirc has a small built-in ident daemon. It recieves the request and sends a So, there you have it. Mystery solved. Jon Bult _______________________________________________________________ Get Free Email and Do More On The Web. Visit http://www.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 20:56:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix1.interlimits.com (unix1.interlimits.com [208.247.66.129]) by hub.freebsd.org (Postfix) with ESMTP id 7CEE414CA1 for ; Tue, 13 Jul 1999 20:56:18 -0700 (PDT) (envelope-from dlampe@unix1.interlimits.com) Received: from station1 (okmicro.com [208.247.66.51] (may be forged)) by unix1.interlimits.com (8.9.2/8.9.2) with SMTP id WAA00777 for ; Tue, 13 Jul 1999 22:56:02 -0500 (CDT) (envelope-from dlampe@unix1.interlimits.com) From: Dann Lampe Message-ID: <000301becdac$90a31b30$6342f7d0@station1.okc-classifieds.com> Reply-To: To: Subject: BackPack 800TD - Configuration? Date: Tue, 13 Jul 1999 22:54:23 -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 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Any ideas would be appreciated. Have a BackPack 800TD (Parallel Port Tape Back-up) and haven't the slightest clue on configuring this under 3.1-RELEASE. Thanks Folks. Dann Lampe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 21: 4:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hms1.med.harvard.edu (hms.harvard.edu [134.174.141.114]) by hub.freebsd.org (Postfix) with ESMTP id 72BA715249 for ; Tue, 13 Jul 1999 21:04:16 -0700 (PDT) (envelope-from frances_rosen@hms.harvard.edu) Received: from webmail.med.harvard.edu ([134.174.141.58]) by hms1.med.harvard.edu (Post.Office MTA v3.5.2 release 221 ID# 0-58538U3500L600S0V35) with ESMTP id edu for ; Tue, 13 Jul 1999 23:39:19 -0400 Date: Tue, 13 Jul 1999 23:50:46 -0400 From: "frances_rosen" To: freebsd-questions@FreeBSD.ORG X-EXP32-SerialNo: 00002414 Subject: 2 questions: FAT32; Windows NT Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7BIT X-Mailer: WebMail (Hydra) SMTP v3.50.04 Message-ID: <19990714033919.AAA11800@hms1.med.harvard.edu@webmail.med.harvard.edu> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I am planning to do a complete reinstall of Windows 95, and then install FreeBSD 2.2.6 as well. This will require re-formatting my hard drives. Can I use FAT32 format? or do I need to use FAT16 if I am going to install FreeBSD? (There is plenty of room so I shouldn't need FIPS). But there is some feeling that I should install Windows NT. Can I have a dual boot with NT & BSD? If so, Can I format the drive using NTFS format or, again, do I need to use FAT16? Thank you very much!! frances_rosen@hms.harvard.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 21: 4:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail-srv.MR.COM.AR (mail-srv.mr.com.ar [200.41.14.210]) by hub.freebsd.org (Postfix) with ESMTP id 6010A15386 for ; Tue, 13 Jul 1999 21:04:18 -0700 (PDT) (envelope-from jote@bigfoot.com) Received: from bigfoot.com ([209.13.62.171]) by mail-srv.MR.COM.AR (Post.Office MTA v3.5.2 release 221 ID# 0-59784U17500L14800S0V35) with ESMTP id AR for ; Wed, 14 Jul 1999 01:02:52 -0300 Message-ID: <378C0AD3.42A7857B@bigfoot.com> Date: Wed, 14 Jul 1999 00:58:11 -0300 From: "J. M. Albores" X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Newbie: The "PS1" environment variable & others. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug wrote: > > On Mon, 12 Jul 1999, J. M. Albores wrote: > > > [...] > > I was surprised that > > (after a short experience with Linux) csh was the default shell for root > > after FreeBSD installation! > > Which is convenient for which purpose? > > Greg already explained that to you, did you not understand his > response? I understood perfectly (I believe ;) ) him & you too. I could install minicom today "as port" and it had to look for kermit-VER.tgz somewhere in the net (it wasn't in the CD set -?!?!-) and it did it perfectly good! I think I am beggining to understand FreeBSD. BTW, what's the reason to have a hardlink to ~/.profile in "/"? Maybe a bug? > > > In my machine, every user has his own .profile at ~/ by default. > > If I log as root, my /.profile is the same of /root/.profile. If I edit > > one file, the other changes too. And /.profile is NOT a symlink to > > /root/.profile. (?!) It has just "common" file permissions. I don't > > understand this. > > It's not a soft link, it's a hard link. Do this: > > ls -li /.profile /root/.profile > > If you don't understand what you're seeing, man ls. > [...] I guess I did, thanks. -- J M Albores To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 21:24:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from inet.chip-web.com (c1003518-a.plstn1.sfba.home.com [24.1.82.47]) by hub.freebsd.org (Postfix) with SMTP id 9285A15381 for ; Tue, 13 Jul 1999 21:24:39 -0700 (PDT) (envelope-from ludwigp@bigfoot.com) Received: (qmail 29582 invoked from network); 14 Jul 1999 04:24:12 -0000 Received: from toy.chip-web.com (@172.16.1.30) by inet.chip-web.com with SMTP; 14 Jul 1999 04:24:12 -0000 Date: Tue, 13 Jul 1999 21:26:32 -0700 (PDT) From: Ludwig Pummer X-Sender: ludwigp@toy.chip-web.com To: Christopher Michaels Cc: "FreeBSD Questions (E-mail)" Subject: Re: Working SOCKS5 config (was: identd) In-Reply-To: <6C37EE640B78D2118D2F00A0C90FCB4401105A98@site2s1> 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 # A Socks5 Config file for a dual homed server # # Interface lines are of the form: # interface dest-host dest-port interface-address interface 10. - fxp0 interface 10. - lo0 interface 127. - lo0 interface - - fxp1 permit - - 10. - - - This works for mIRC and ICQ for me. On Sun, 11 Jul 1999, Christopher Michaels wrote: > This is a tich off topic, I've been trying to setup the socks 5 daemon for > about a week without any sucess. Strangely enough I can get ICQ to work > now, but nothing else, believe I am getting authentication errors. I was > wondering if you might be able to give me some pointers on a successful > config file? > > It would be greatly appreciated. > > My "server" is 10.0.0.1 and the rest of the machines are on the same subnet. --Ludwig Pummer ( ludwigp@bigfoot.com ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 21:30:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id 47B5514D8D for ; Tue, 13 Jul 1999 21:30:06 -0700 (PDT) (envelope-from mi@kot.ne.mediaone.net) Received: (from mi@localhost) by kot.ne.mediaone.net (8.9.3/8.9.1) id AAA30964 for questions@freebsd.org; Wed, 14 Jul 1999 00:30:05 -0400 (EDT) From: Mikhail Teterin Message-Id: <199907140430.AAA30964@kot.ne.mediaone.net> Subject: result of pclose To: questions@freebsd.org Date: Wed, 14 Jul 1999 00:30:05 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL49 (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 The following simple program: #include main() { FILE *pipe; int code; pipe = popen("/usr/bin/false", "w"); code = pclose(pipe); printf("/usr/bin/false's result was %d\n", code); pipe = popen("/usr/bin/true", "w"); code = pclose(pipe); printf("/usr/bin/true's result was %d\n", code); } Produces: /usr/bin/false's result was 256 /usr/bin/true's result was 0 I checked and rechecked -- false(1) returns 1 mi@guest:/tmp (1099) false mi@guest:/tmp (1100) echo $status 1 According to pclose(3), its result must be the exit code of the process. Is this a bug, or do I misunderstand the manual? Thanks! -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 21:34:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ares.maths.adelaide.edu.au (Ares.maths.adelaide.edu.au [129.127.44.147]) by hub.freebsd.org (Postfix) with ESMTP id 1A51914D8D for ; Tue, 13 Jul 1999 21:34:21 -0700 (PDT) (envelope-from glewis@ares.maths.adelaide.edu.au) Received: (from glewis@localhost) by ares.maths.adelaide.edu.au (8.9.3/8.9.3) id OAA53073; Wed, 14 Jul 1999 14:02:04 +0930 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <199907140432.OAA53073@ares.maths.adelaide.edu.au> Subject: Re: 3.0-RELEASE -> 3.2-RELEASE In-Reply-To: <12c701becd6f$eeee2140$3102fbd1@siscom.net> from "Robert J. Adams" at "Jul 13, 1999 04:40:22 pm" To: "Robert J. Adams" Date: Wed, 14 Jul 1999 14:02:03 +0930 (CST) Cc: questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL56 (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 > Hello all, > > I have a production box running 3.0 .. looking to bump it up to 3.2 .. any > "gotchas" on the aout->elf (didn't that happen between 3.0 and 3.2?) .. > thanks in advance. > > -j Well, it sort of happened ;). 3.0 did elf executables but still had an a.out kernel. 3.2 has an elf kernel as well. I did this from the upgrade option on the 3.2 cdroms and had no problems. If you're doing it from source code you'll need to install new boot blocks to boot the elf kernel. This is explained (maybe in /usr/src/UPDATING?). -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 5083 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 21:35: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from topsecret.net (gill.apk.net [207.54.148.62]) by hub.freebsd.org (Postfix) with SMTP id 51A7814EF8 for ; Tue, 13 Jul 1999 21:35:05 -0700 (PDT) (envelope-from gill@topsecret.net) Received: from stumpy by topsecret.net with SMTP (MDaemon.v2.7.SP5.R) for ; Wed, 14 Jul 1999 00:30:32 -0400 From: "James Gill" To: Subject: help "CFG_QUESTION=001" #My first kernel configuration Date: Wed, 14 Jul 1999 00:31:18 -0400 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) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal X-MDaemon-Deliver-To: questions@freebsd.org X-Return-Path: gill@topsecret.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG # options MATH_EMULATE #Support for x87 emulation is getting commented out in my kernel because of my processor but the handbook has the following suggestion: "Note: The normal math co-processor emulation routines that come with FreeBSD are not very accurate. If you do not have a math co-processor, and you need the best accuracy, I recommend that you change this option to GPL_MATH_EMULATE to use the superior GNU math support, which is not included by default for licensing reasons. " does that mean that if I insert a line: options GPL_MATH_EMULATE #Support for x87 via new math emulator I will need to find and install the GNU math emulator? If so, can someone supply explicit directions on where to get and how and where to install such a thing? tia ===================================== James Gill * http://www.topsecret.net ===================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 21:35:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ares.maths.adelaide.edu.au (Ares.maths.adelaide.edu.au [129.127.44.147]) by hub.freebsd.org (Postfix) with ESMTP id 58F2D14EF3 for ; Tue, 13 Jul 1999 21:35:10 -0700 (PDT) (envelope-from glewis@ares.maths.adelaide.edu.au) Received: (from glewis@localhost) by ares.maths.adelaide.edu.au (8.9.3/8.9.3) id OAA53084; Wed, 14 Jul 1999 14:04:53 +0930 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <199907140434.OAA53084@ares.maths.adelaide.edu.au> Subject: Re: portability for alpha platforms In-Reply-To: <378B9F5F.CC2F8CB3@altavista.net> from Alexandre Nuernberg at "Jul 13, 1999 05:19:44 pm" To: Alexandre Nuernberg Date: Wed, 14 Jul 1999 14:04:53 +0930 (CST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL56 (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 would like to know, if the cd rom of freebsd 3.1 is portable for alpha > platforms > > thanks beforehand The 3.1 cdroms have alpha support. I think the second cdrom has the alpha install on it (I could be wrong, but thats where it is on the 3.2 cdroms and I think 3.1 was the same). -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 5083 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 21:45:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fingers.shocking.com (shocking.com [216.111.111.11]) by hub.freebsd.org (Postfix) with ESMTP id 2FB7015416 for ; Tue, 13 Jul 1999 21:45:19 -0700 (PDT) (envelope-from doemill@shocking.com) Received: from shocking.com (doemill@shocking.com [216.111.111.11]) by fingers.shocking.com (8.9.0/8.9.0) with ESMTP id VAA23551 for ; Tue, 13 Jul 1999 21:42:21 -0700 (PDT) Date: Tue, 13 Jul 1999 21:42:20 -0700 (PDT) From: Doug To: freebsd-questions@freebsd.org Subject: Thanks for all the help In-Reply-To: <000801becda3$5cd9e620$0500a8c0@tellico> 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 Thanks for all the help, but no matter what, When my modem dials i hear it connect, and it sits there, and the disconnects, And when i use minicom I get two login:'s, then its just a shell, i dunno what the hell is going on with pppd and ive wasted too much time, I do dns for three domains and i cant be down this long ;( Ill give up and put OpenBSD on the gateway, Thanks for all the help though, Later, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 21:50:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nerf.ulster.net (ulster.net [208.148.73.65]) by hub.freebsd.org (Postfix) with ESMTP id 18B4814EF3 for ; Tue, 13 Jul 1999 21:50:47 -0700 (PDT) (envelope-from kalmadge@ulster.net) Received: from ulster.net (port37.pok.ulster.net [208.242.162.56]) by nerf.ulster.net (8.9.3/8.9.3/Debian/GNU) with ESMTP id AAA25987; Wed, 14 Jul 1999 00:55:43 -0400 Message-ID: <378C1546.7C6D95BE@ulster.net> Date: Wed, 14 Jul 1999 00:42:46 -0400 From: James Kalmadge X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Ben Smithurst Cc: Magnwa Spiritseer , questions@freebsd.org Subject: Re: Cyrix - > AMD K6-2 300 References: <99071310584100.03100@magnwa.lionking.org> <19990713194717.A72332@rainbow5.scientia.demon.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It worked fine for me. My Cyrix motherboard went out and I replaced it with an AMD 350 which came right up. Then I made a new kernel with 586 class. and voila! James Ben Smithurst wrote: > Magnwa Spiritseer wrote: > > > The subject says it all. I'm going from a Cyrix to an AMD processor. The > > cyrix has been quite .. awkward (It's going to become a car MP3 player soon) > > and I was wondering if I need to do a build world , and kernel recompile, and > > such when I get the new AMD chip in? Would it be an issue at all? > > You might have to compile a new kernel. I don't know what class the K6 is > (586 or 686), but my Cyrix chip is recognized as a 486 class. Userland > binaries should be fine, though you may also have to recompile those which > use libkvm. (Not because of the CPU change, but because the new kernel > might be made of difference sources from the old one.) If you don't know > which binaries use libkvm, just rebuild the whole world. > > The easiest way is just to try it with the new chip. If you get "panic: > cpu class not configured", stick the Cyrix back in and build a new > kernel with all classes to see which class the new one is detected as. > If you don't get that panic, everything should be fine. > > -- > Ben Smithurst | PGP: 0x99392F7D > ben@scientia.demon.co.uk | key available from keyservers and > | ben+pgp@scientia.demon.co.uk > > 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 Tue Jul 13 21:51:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from darwin.ntu.edu.au (darwin.ntu.edu.au [138.80.128.3]) by hub.freebsd.org (Postfix) with ESMTP id B9D46153BB for ; Tue, 13 Jul 1999 21:51:22 -0700 (PDT) (envelope-from grog@lemis.com) Received: from mojave.lemis.com ([138.80.54.116]) by darwin.ntu.edu.au (8.8.8/8.8.8) with ESMTP id OAA16898; Wed, 14 Jul 1999 14:20:22 +0930 (CST) Received: (grog@localhost) by mojave.lemis.com (8.9.3/8.6.12) id KAA00394; Wed, 14 Jul 1999 10:35:40 +0930 (CST) Message-ID: <19990714103540.00942@mojave.lemis.com> Date: Wed, 14 Jul 1999 10:35:40 +0930 From: Greg Lehey To: Tony Wells , freebsd-questions@FreeBSD.ORG Subject: Upgrading (was: Here is a dumb question.) References: <378B91DF.3213C1B9@journalstar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <378B91DF.3213C1B9@journalstar.com>; from Tony Wells on Tue, Jul 13, 1999 at 02:22:07PM -0500 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 13 July 1999 at 14:22:07 -0500, Tony Wells wrote: > I'm currently running 3.0-RELEASE, and want to upgrade to 3.2-RELEASE. > Do I need to download new source in order to do this You need to get it from somewhere. > or will the 'make world' utility automatically upgrade me to the > latest source? No. > (I'm guessing not, too easy.) It's not because it's too easy, it would just be too inflexible. 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 Tue Jul 13 21:51:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (fedde.littleton.co.us [207.204.248.149]) by hub.freebsd.org (Postfix) with ESMTP id 02939153D9 for ; Tue, 13 Jul 1999 21:51:28 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost.littleton.co.us [127.0.0.1]) by fedde.littleton.co.us (8.9.3/8.9.3) with ESMTP id WAA02033; Tue, 13 Jul 1999 22:50:10 -0600 (MDT) Message-Id: <199907140450.WAA02033@fedde.littleton.co.us> To: mi@aldan.algebra.com Cc: questions@FreeBSD.ORG Subject: Re: how to stop dhclient from overwriting resolv.conf In-reply-to: Your message of "Tue, 13 Jul 1999 09:33:45 EDT." <199907131333.JAA81986@misha.cisco.com> Date: Tue, 13 Jul 1999 22:50:10 -0600 From: Chris Fedde Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG All the work that dhclient does is done by a shell script called /etc/dhclient-script. If you can read shell then this is prety obvious. chris Mikhail Teterin writes: Amy Wennings once wrote: > You may be happier using dhcpc instead of dhclient. You can determine > whether you wish the resolv.conf or host name overwritten with dhcpc. I was using it for a while before, but would rather use what is installed by ``make world''... Thanks! -mi > >From: Mikhail Teterin > >Subject: how to stop dhclient from overwriting resolv.conf > > > >Can't find this the FM-pages. Any hints? Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message __ Chris Fedde 303 773 9134 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 21:51:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from darwin.ntu.edu.au (darwin.ntu.edu.au [138.80.128.3]) by hub.freebsd.org (Postfix) with ESMTP id 690D3153C9 for ; Tue, 13 Jul 1999 21:51:25 -0700 (PDT) (envelope-from grog@lemis.com) Received: from mojave.lemis.com ([138.80.54.116]) by darwin.ntu.edu.au (8.8.8/8.8.8) with ESMTP id OAA16561; Wed, 14 Jul 1999 14:20:24 +0930 (CST) Received: (grog@localhost) by mojave.lemis.com (8.9.3/8.6.12) id KAA00347; Wed, 14 Jul 1999 10:30:04 +0930 (CST) Message-ID: <19990714102638.03527@mojave.lemis.com> Date: Wed, 14 Jul 1999 10:26:38 +0930 From: Greg Lehey To: Damian Boune , Alfred Perlstein , cjclark@home.com, Doug Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Is it possible... References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: ; from Boune, Damian on Tue, Jul 13, 1999 at 09:19:12AM -0700 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 13 July 1999 at 14:02:42 -0400, Crist J. Clark wrote: > Doug wrote, >> On Tue, 13 Jul 1999, Crist J. Clark wrote: >> >>> On Tuesday, 13 July 1999 at 9:19:12 -0700, Damian Boune wrote: >>>> On Monday, July 12, 1999 10:21 PM, Alfred Perlstein wrote: >>>>> On Mon, 12 Jul 1999, Damian Boune wrote: >>>>> >>>>>> >>>>>> Greetings, >>>>>> >>>>>> I have two 6gig hard drives (784/255/63). I would like to have >>>>>> the following configuration. All good reasoning as to why I >>>>>> want this aside, will it be possible? I'd still like to understand the reasoning. All you're buying here is trouble with space management. >>>>>> Disk 1 - >>>>>> / >>>>>> SWAP >>>>>> /tmp >>>>>> /var >>>>>> /root (yes, a separate label) >>>>>> /usr/home (yes, under /usr) >>>>>> >>>>>> Disk 2 - >>>>>> /usr >>>>>> >>>>>> >>>>>> So the question is, can I mount a Label(#1) under another Label(#2) which >>>>>> resides on a different physical disk than the first Label(#1)? >>>>> >>>>> yes, you may want to not try /usr/home (leave it as free space) >>>>> until after you've installed. otherwise there shouldn't be a problem. >>>> >>>> Why do you suggest not creating /usr/home until later? >>> >>> My guess would be, simply because the install is not really designed >>> to work that way. Well, yes, but what's the issue? sysinstall doesn't do anything with /home. >>> Since people are making recomendations, I'll toss in another >>> $0.02. Even though the setup below will work, I would personally mount >>> the home partition at /home and make /usr/home a symbolic link to >>> /home. That way, the mounting of the home partition does not depend on >>> /usr Agreed, assuming you need a /usr/home at all; I'd just stick with /home. >> It's usually done the other way around for a couple reasons. >> Mostly because you don't want regular (untrusted) users to have access to >> the / partition. root's home directory is mounted there, everyone else is >> on /usr. On systems that sell shell access it's common to have a >> completely seperate file system for user home directories. I think you're confusing the purpose of mounting here. There is no difference in access when crossing a mount point (to a different file system) and just traversing a directory. In other words, if you have access to, say, /home/fred, it doesn't matter whether it's on the root file system, mounted on the root file system, or mounted on a file system mounted on the root file system. Your access to the (other) directories on the root file system is determined only by their permissions. That's even the case in a chroot environment. >> If you don't allow untrusted users on your system, you don't need >> to worry about that precaution, however you may still run into issues of >> disk space. > > Huh? Like you mentioned, we _do_ have a separate filesystem for user > home directories (the text with the partiton layout and their > positions in the directory tree was in my original mail, but you > snipped it here). Correct, those are the issues of disk space. If you divide a slice into two partitions and create file systems on each of them, you are much less flexible than having just a single partition/file system on it. You're bound to run out of space on one before running out on the other. Admittedly, in this case /usr and /home are on different disks, so that's OK, but I can't see any good reason for separate /tmp and /root file systems, and I'd still argue against /var as a separate file system in this scenario. Greg -- 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 Tue Jul 13 21:58:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from darwin.ntu.edu.au (darwin.ntu.edu.au [138.80.128.3]) by hub.freebsd.org (Postfix) with ESMTP id E4C1515394 for ; Tue, 13 Jul 1999 21:58:04 -0700 (PDT) (envelope-from grog@lemis.com) Received: from mojave.lemis.com ([138.80.54.116]) by darwin.ntu.edu.au (8.8.8/8.8.8) with ESMTP id OAA17058; Wed, 14 Jul 1999 14:27:10 +0930 (CST) Received: (grog@localhost) by mojave.lemis.com (8.9.3/8.6.12) id OAA01986; Wed, 14 Jul 1999 14:26:07 +0930 (CST) Message-ID: <19990714132528.59975@mojave.lemis.com> Date: Wed, 14 Jul 1999 13:25:28 +0930 From: Greg Lehey To: htsang@victor.portal2.com, freebsd-questions@FreeBSD.ORG Subject: Re: mounting a FreeBSD drive in Linux References: <378C03CD.E025563E@outblaze.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <378C03CD.E025563E@outblaze.com>; from Hing Hang Tsang on Wed, Jul 14, 1999 at 11:28:13AM +0800 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 14 July 1999 at 11:28:13 +0800, Hing Hang Tsang wrote: > When I try to mount a freebsd partition under linux (kernel 2.2.10 with > ufs support complied in the kernel). I get tones of error message > saying wrong ufs might corrupt your fs, any idea what other options I > have to put on to make it works? No. This is really a Linux issue. You should try a Linux group. 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 Tue Jul 13 22:18: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (fedde.littleton.co.us [207.204.248.149]) by hub.freebsd.org (Postfix) with ESMTP id 5E10914F5C for ; Tue, 13 Jul 1999 22:18:01 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost.littleton.co.us [127.0.0.1]) by fedde.littleton.co.us (8.9.3/8.9.3) with ESMTP id XAA02165; Tue, 13 Jul 1999 23:17:28 -0600 (MDT) Message-Id: <199907140517.XAA02165@fedde.littleton.co.us> To: Val Kilmer Cc: Jesper =?iso-8859-1?Q?Blomstr=F6m?= , freebsd-questions@FreeBSD.ORG Subject: Re: bootmanager In-reply-to: Your message of "Mon, 12 Jul 1999 08:10:11 CDT." Date: Tue, 13 Jul 1999 23:17:28 -0600 From: Chris Fedde Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Um. Yes things can get mucked if you go in and mknod(1) by hand on a critical device file and get the type, major or minor numbers wrong That's why there is a MAKEDEV script. So that you don't muck a command line. MAKEDEV wd0 won't break anything that is not already broken. chris Val Kilmer writes: MAKEDEV doesn't simply make files, it configures entire devices. /dev is a strange and dangerous place to go walking, which is why I say handle with care. You may even want to do the 'sh MAKEDEV wd0' from a floppy boot disk. On Mon, 12 Jul 1999, Jesper [iso-8859-1] BlomstrЖm wrote: > Val Kilmer wrote: > > > This is REALLY weird. You may want to try doing a 'sh MAKEDEV wd0' as > > root, but that does seem kind of risky. I'd only really try that if no one > > else is able to make any other suggestions. > > > > Sorry I couldn't be of more help, > > > > Cory. > > > > On Mon, 12 Jul 1999, Maurice Satijn wrote: > > > > > > > > > What are the FreeBSD device names for them? (ex: /dev/wd0s1 /dev/wd 1s1) > > > > Also, do you have a CDROM attached to this thing somewhere? > > > > Finally, is your one HD mounted as primary master? > > > > > > 1 harddrive (IDE) at which: > > > > > > 1 unused (size 63) > > > 1 primary dos partition 1834M /dev/wd0s1 > > > 1 freebsd partition 1996M /dev/wd0s2 > > > 1 unused (size 3024) > > > > > > CDROM is attached, in BIOS is HD primary master, CDROM secondary. > > > > > > the unused parts cannot be changed. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message __ Chris Fedde 303 773 9134 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 23: 4:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pop3-3.enteract.com (pop3-3.enteract.com [207.229.143.32]) by hub.freebsd.org (Postfix) with SMTP id D278D14DFC for ; Tue, 13 Jul 1999 23:04:36 -0700 (PDT) (envelope-from dscheidt@enteract.com) Received: (qmail 80238 invoked from network); 14 Jul 1999 06:03:58 -0000 Received: from shell-2.enteract.com (dscheidt@207.229.143.41) by pop3-3.enteract.com with SMTP; 14 Jul 1999 06:03:58 -0000 Date: Wed, 14 Jul 1999 01:03:58 -0500 (CDT) From: David Scheidt To: freebsd-questions@freebsd.org Subject: write protected tapes 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 Shouldn't trying to write to a write protected tape produce an error? tar cvf /dev/rsa0 /foo produced no errors using a locked QIC tape in my drive. It clearly didn't cause any activity on the tape either. cpio behaves the same way. The device in question is a sa0: Removable Sequential Access SCSI-CCS device Thanks. David Scheidt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 23:41: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (Postfix) with ESMTP id AEB2514E46 for ; Tue, 13 Jul 1999 23:40:54 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.9.3/8.9.3) id BAA13458 for questions@freebsd.org; Wed, 14 Jul 1999 01:39:57 -0500 (CDT) Date: Wed, 14 Jul 1999 01:39:57 -0500 From: "Matthew D. Fuller" To: questions@freebsd.org Subject: PCMCIA ethernet problems Message-ID: <19990714013956.N28335@futuresouth.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-OS: FreeBSD Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Running a 4.0-19990212-SNAP on an IBM Thinkpad 350. Generic NE2000-compatible PCMCIA card. I haven't managed to get it working yet. It identifies itself as "PCMCIA" "Ethernet Card". I haven't found a working offset for its MAC address (I know what it is, but I can't see anywhere to hardwire it), and every time I try to run pccardd, it says 'driver allocation failed for PCMCIA'. I have it attempting to config itself as ed0. What other information am I missing here that has a bearing on this mess? -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Unix Systems Administrator | fullermd@futuresouth.com Specializing in FreeBSD | http://www.over-yonder.net/ FutureSouth Communications | ISPHelp ISP Consulting "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 13 23:42:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from twwells.com (twwells.com [209.118.236.57]) by hub.freebsd.org (Postfix) with SMTP id 13DDE14DD4 for ; Tue, 13 Jul 1999 23:42:41 -0700 (PDT) (envelope-from news@twwells.com) Received: from news by twwells.com with local (Exim 1.71 #2) id 114Ig5-0008Y6-00; Wed, 14 Jul 1999 02:38:01 -0400 From: bill@twwells.com (T. William Wells) To: freebsd-questions@freebsd.org Subject: Re: problem with microphone input Message-ID: <7mhb59$vtv$1@twwells.com> References: <19990712205749.3F61A24A3F@acme.sb.west.net> Date: Wed, 14 Jul 1999 02:38:01 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <19990712205749.3F61A24A3F@acme.sb.west.net>, Robert Ramey wrote: : I am running a Cyrx Media GX using integrated SB compatible sound. : : When I listen to a file on my Windows/NT machine it is clear as a bell. : When I listen to the same file on my FreeBSD maching there is a very : noticable white background noise. : : Anybody want to suggest something here? Later SB16's (which will identify themselves as ViBRA16X, as opposed to ViBRA16C) are such that the microphone cannot be made to work. At least one motherboard I know of is based on this device; check to see how yours identifies itself. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 0: 3:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from darwin.ntu.edu.au (darwin.ntu.edu.au [138.80.128.3]) by hub.freebsd.org (Postfix) with ESMTP id CF36214EBA for ; Wed, 14 Jul 1999 00:03:07 -0700 (PDT) (envelope-from grog@lemis.com) Received: from mojave.lemis.com ([138.80.54.116]) by darwin.ntu.edu.au (8.8.8/8.8.8) with ESMTP id QAA21157 for ; Wed, 14 Jul 1999 16:31:55 +0930 (CST) Received: (grog@localhost) by mojave.lemis.com (8.9.3/8.6.12) id QAA02182; Wed, 14 Jul 1999 16:05:14 +0930 (CST) Message-ID: <19990714160513.28515@mojave.lemis.com> Date: Wed, 14 Jul 1999 16:05:13 +0930 From: Greg Lehey To: mavery@mail.otherwhen.com, questions@FreeBSD.ORG Subject: Re: Recomended tapes form HP? References: <378BBABA.9228F8F0@bulinfo.net> <199907132304.SAA25026@hostigos.otherwhen.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <199907132304.SAA25026@hostigos.otherwhen.com>; from Mike Avery on Tue, Jul 13, 1999 at 06:00:32PM -0500 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 13 July 1999 at 18:00:32 -0500, Mike Avery wrote: > On 14 Jul 99, at 1:16, Iani Brankov wrote: > >> I have to buy a tape drive for a FreeBSD box. >> I'm using an old HP DAT drive and it works great. > > And is it a travan or a DAT? > > > >> What about the these models: > >> HP Colorado Travan drives (IDE) >> HP SureStore Travan drives (SCSI) > >> I read in the handbook that QIC drives are more reliable than DAT ones. >> According to HP these models are QIC compatible. > > Ahhh... which handbook? Normally I'd expect him to mean the online handbook. What makes you think differently? > We just had a long discussion here and a number of people (not just > me) said... loudly... that Travan and QIC are evil. Funny, that's not what I recall. Who said QIC was evil? The only problem with QIC is the relatively low storage capacity of the affordable ones. And the opinions were split about Travan. > I would suggest skipping both of 'em. > > Look at DAT drives instead. Now they *did* agree that DDS (which you call DAT) is evil. They are some of the most unreliable drives on the market. I have yet to have one last two years, and I currently have replaced a drive with another of identical make, and I can't read my old backups. I wish I could recommend a good tape drive, but the only ones which look like being good are DLT, and they cost an arm and a leg. 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 Wed Jul 14 0:17:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from darwin.ntu.edu.au (darwin.ntu.edu.au [138.80.128.3]) by hub.freebsd.org (Postfix) with ESMTP id D662814FAA for ; Wed, 14 Jul 1999 00:17:42 -0700 (PDT) (envelope-from grog@lemis.com) Received: from mojave.lemis.com ([138.80.54.116]) by darwin.ntu.edu.au (8.8.8/8.8.8) with ESMTP id QAA21032; Wed, 14 Jul 1999 16:47:34 +0930 (CST) Received: (grog@localhost) by mojave.lemis.com (8.9.3/8.6.12) id QAA02285; Wed, 14 Jul 1999 16:41:13 +0930 (CST) Message-ID: <19990714164112.14786@mojave.lemis.com> Date: Wed, 14 Jul 1999 16:41:12 +0930 From: Greg Lehey To: David Scheidt , freebsd-questions@FreeBSD.ORG Subject: Re: write protected tapes References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: ; from David Scheidt on Wed, Jul 14, 1999 at 01:03:58AM -0500 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 14 July 1999 at 1:03:58 -0500, David Scheidt wrote: > Shouldn't trying to write to a write protected tape produce an > error? Yes. > tar cvf /dev/rsa0 /foo > produced no errors using a locked QIC tape in my drive. It clearly didn't > cause any activity on the tape either. cpio behaves the same way. The > device in question is a > sa0: Removable Sequential Access SCSI-CCS device It would be nice to know what version of FreeBSD you're running, but I'd guess that you've hit some kind of bug. How about a PR? 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 Wed Jul 14 0:18: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from darwin.ntu.edu.au (darwin.ntu.edu.au [138.80.128.3]) by hub.freebsd.org (Postfix) with ESMTP id 8BA5314EBA; Wed, 14 Jul 1999 00:17:41 -0700 (PDT) (envelope-from grog@lemis.com) Received: from mojave.lemis.com ([138.80.54.116]) by darwin.ntu.edu.au (8.8.8/8.8.8) with ESMTP id QAA21599; Wed, 14 Jul 1999 16:47:36 +0930 (CST) Received: (grog@localhost) by mojave.lemis.com (8.9.3/8.6.12) id QAA02276; Wed, 14 Jul 1999 16:39:04 +0930 (CST) Message-ID: <19990714163904.17891@mojave.lemis.com> Date: Wed, 14 Jul 1999 16:39:04 +0930 From: Greg Lehey To: Mikhail Teterin , questions@FreeBSD.ORG, scsi@FreeBSD.ORG Subject: Re: SEAGATE ST34371W on an NCR -- slow :( References: <199907140318.XAA25283@kot.ne.mediaone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <199907140318.XAA25283@kot.ne.mediaone.net>; from Mikhail Teterin on Tue, Jul 13, 1999 at 11:18:35PM -0400 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 13 July 1999 at 23:18:35 -0400, Mikhail Teterin wrote: > I'm getting a dissapointingly low performance from the only disk on the > ncr0: > > ncr0: rev 0x37 int a irq 21 on pci0.13.0 > ncr1: rev 0x37 int b irq 22 on pci0.13.1 > [...] > da0 at ncr0 bus 0 target 3 lun 0 > da0: Fixed Direct Access SCSI-2 device > da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled > da0: 52MB (8496884 512 byte sectors: 255H 63S/T 528C) > > This is a dual PII-300MHz system with 64Mb of RAM running FreeBSD > 3.2-STABLE from Wed Jul 7. > > The iozone's numbers are: > > File size set to 80000 KB > Time Resolution = 0.000015 seconds. > Processor cache size set to 1024 Kbytes. > Processor cache line size set to 32 bytes. > File stride size set to 17 * record size. > > random random > KB reclen write rewrite read reread read write > 80000 4 3885 1460 4842 4474 415 208 > > bkwd record stride > read rewrite read fwrite frewrite fread freread > 988 135635 543 5235 1533 4674 4803 > > Big things, like Netscape and KDE take very long to start up, probably > even longer then they used to take on my older P90 system with the same > amount of RAM. > > What should I be tuning? Thanks! I'd be interested to see what results rawio shows. It bypasses the buffer cache and measures raw disk performance. Take a look at ftp://ftp.lemis.com/pub/rawio.tar.gz. Greg -- 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 Wed Jul 14 0:27:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (Postfix) with ESMTP id 1C7F914EBA for ; Wed, 14 Jul 1999 00:27:22 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.8/8.8.8) with ESMTP id PAA11136 for ; Wed, 14 Jul 1999 15:26:42 +0800 (WST) (envelope-from dean@odyssey.apana.org.au) Date: Wed, 14 Jul 1999 15:26:42 +0800 (WST) From: Dean Hollister To: FreeBSD Questions Subject: telnetd - out of terminals Message-ID: X-no-archive: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-no-archive: yes Hiyall, I'm receiving the error that telnetd is out of ports, despite plenty ports being available: crw-rw-rw- 1 root wheel 5, 0 Jul 14 12:52 /dev/ttyp0 crw-rw-rw- 1 root wheel 5, 1 Jul 4 20:17 /dev/ttyp1 crw-rw-rw- 1 root wheel 5, 2 Jul 2 07:10 /dev/ttyp2 crw-rw-rw- 1 root wheel 5, 3 Jul 8 08:42 /dev/ttyp3 crw-rw-rw- 1 root wheel 5, 4 Jul 14 15:25 /dev/ttyp4 crw-rw-rw- 1 root wheel 5, 5 Jul 9 19:22 /dev/ttyp5 crw-rw-rw- 1 root wheel 5, 6 Jul 5 19:10 /dev/ttyp6 crw-rw-rw- 1 root wheel 5, 7 Jul 10 19:00 /dev/ttyp7 crw------- 1 dean tty 5, 8 Jul 14 15:25 /dev/ttyp8 crw-rw-rw- 1 root wheel 5, 9 Jul 1 01:31 /dev/ttyp9 crw-rw-rw- 1 root wheel 5, 10 Jul 12 22:55 /dev/ttypa crw-rw-rw- 1 root wheel 5, 11 Jul 14 14:00 /dev/ttypb crw-rw-rw- 1 root wheel 5, 12 Jul 14 13:44 /dev/ttypc crw-rw-rw- 1 root wheel 5, 13 Jul 14 15:25 /dev/ttypd crw-rw-rw- 1 root wheel 5, 14 Jul 14 13:59 /dev/ttype crw-rw-rw- 1 root wheel 5, 15 Jul 14 13:26 /dev/ttypf crw-rw-rw- 1 root wheel 5, 16 Oct 11 1998 /dev/ttypg crw-rw-rw- 1 root wheel 5, 17 Oct 11 1998 /dev/ttyph crw-rw-rw- 1 root wheel 5, 18 Oct 11 1998 /dev/ttypi crw-rw-rw- 1 root wheel 5, 19 Oct 11 1998 /dev/ttypj crw-rw-rw- 1 root wheel 5, 20 Oct 11 1998 /dev/ttypk crw-rw-rw- 1 root wheel 5, 21 Oct 11 1998 /dev/ttypl crw-rw-rw- 1 root wheel 5, 22 Oct 11 1998 /dev/ttypm crw-rw-rw- 1 root wheel 5, 23 Oct 11 1998 /dev/ttypn crw-rw-rw- 1 root wheel 5, 24 Oct 11 1998 /dev/ttypo crw-rw-rw- 1 root wheel 5, 25 Oct 11 1998 /dev/ttypp crw-rw-rw- 1 root wheel 5, 26 Oct 11 1998 /dev/ttypq crw-rw-rw- 1 root wheel 5, 27 Oct 11 1998 /dev/ttypr crw-rw-rw- 1 root wheel 5, 28 Oct 11 1998 /dev/ttyps crw-rw-rw- 1 root wheel 5, 29 Oct 11 1998 /dev/ttypt crw-rw-rw- 1 root wheel 5, 30 Oct 11 1998 /dev/ttypu crw-rw-rw- 1 root wheel 5, 31 Oct 11 1998 /dev/ttypv However, it only gets as far as ttypb and then says it has run out. Is it possible to remedy this? /etc/ttys has plenty allocated network ttys, well past the port numbers above. Regards, d. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 0:47: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.lublin.pl (mx2.lublin.pl [212.182.63.90]) by hub.freebsd.org (Postfix) with ESMTP id 4C4D014CE3 for ; Wed, 14 Jul 1999 00:46:51 -0700 (PDT) (envelope-from zuntum@lagoon.freebsd.org.pl) Received: from lagoon.freebsd.org.pl ([194.92.16.30]:6918 "HELO lagoon.freebsd.org.pl") by urania.umcs.lublin.pl with SMTP id ; Wed, 14 Jul 1999 08:52:26 +0200 Received: (qmail 45435 invoked from network); 14 Jul 1999 07:46:17 -0000 Received: from pa82.lublin.ppp.tpnet.pl (HELO zunpc) (212.160.36.82) by lagoon.freebsd.org.pl with SMTP; 14 Jul 1999 07:46:17 -0000 From: "Tomasz Luchowski" To: freebsd-questions@FreeBSD.ORG Date: Wed, 14 Jul 1999 09:45:54 +0200 Subject: Re: modem In-reply-to: <37837172.52D0A162@univ-paris12.fr> X-mailer: Pegasus Mail for Win32 (v3.01b) Message-Id: <19990714065229Z1456151-29854+61@urania.umcs.lublin.pl> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Y have an internal modem on PCI bus(olitec pci 56k). > > Can y use it with freeBSD? > > How to configure it? AFAIR there is a section in handbook/FAQ about this. there's the easiest way to make internal modems work. of course, it can't be winmodem. BTW. external modems are better. just "send" do cuaaX and it works. -- zuntum:*:*:Tomasz Luchowski:http://lagoon.freebsd.org.pl/~zuntum zuntum@lagoon.freebsd.org.pl:@nemezis:@fenix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 0:47: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.lublin.pl (mx2.lublin.pl [212.182.63.90]) by hub.freebsd.org (Postfix) with ESMTP id AED81151F5 for ; Wed, 14 Jul 1999 00:46:51 -0700 (PDT) (envelope-from zuntum@lagoon.freebsd.org.pl) Received: from lagoon.freebsd.org.pl ([194.92.16.30]:7686 "HELO lagoon.freebsd.org.pl") by urania.umcs.lublin.pl with SMTP id ; Wed, 14 Jul 1999 08:52:38 +0200 Received: (qmail 45444 invoked from network); 14 Jul 1999 07:46:33 -0000 Received: from pa82.lublin.ppp.tpnet.pl (HELO zunpc) (212.160.36.82) by lagoon.freebsd.org.pl with SMTP; 14 Jul 1999 07:46:33 -0000 From: "Tomasz Luchowski" To: freebsd-questions@freebsd.org Date: Wed, 14 Jul 1999 09:45:54 +0200 Subject: Re: LISTSERV In-reply-to: <19990709100437.8458.qmail@csad.coventry.ac.uk> References: <3.0.6.32.19990708233436.00919470@intranet.com.mx> X-mailer: Pegasus Mail for Win32 (v3.01b) Message-Id: <19990714065244Z1456152-29855+60@urania.umcs.lublin.pl> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > However I have been using UNIX variants for 13 years, and was purely a > user for the first 4, so I have no concept of what it means to be > `learning the basics'. The idea of non UNIX users finding themselves > having to be administrators is quite frightening to me. :-) I'm 16. (16 - 3) equals 3. It would be great --- 3 years old boy learning UN*X. ;-) -- zuntum:*:*:Tomasz Luchowski:http://lagoon.freebsd.org.pl/~zuntum zuntum@lagoon.freebsd.org.pl:@nemezis:@fenix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 0:47:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.lublin.pl (mx2.lublin.pl [212.182.63.90]) by hub.freebsd.org (Postfix) with ESMTP id BB68E15394 for ; Wed, 14 Jul 1999 00:46:51 -0700 (PDT) (envelope-from zuntum@lagoon.freebsd.org.pl) Received: from lagoon.freebsd.org.pl ([194.92.16.30]:7942 "HELO lagoon.freebsd.org.pl") by urania.umcs.lublin.pl with SMTP id ; Wed, 14 Jul 1999 08:52:43 +0200 Received: (qmail 45447 invoked from network); 14 Jul 1999 07:46:38 -0000 Received: from pa82.lublin.ppp.tpnet.pl (HELO zunpc) (212.160.36.82) by lagoon.freebsd.org.pl with SMTP; 14 Jul 1999 07:46:38 -0000 From: "Tomasz Luchowski" To: freebsd-questions@freebsd.org Date: Wed, 14 Jul 1999 09:45:54 +0200 Subject: Re: Login Prompt Missing In-reply-to: <008701bec24b$1ef597e0$d6a115a5@oasis> X-mailer: Pegasus Mail for Win32 (v3.01b) Message-Id: <19990714065244Z1456156-29854+63@urania.umcs.lublin.pl> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi, > > The login prompt on my machine does not show up after it finishes booting > and loading all the programs. I have added the paramter ' -h ' to telnetd > in inetd.conf. Could this be the cause of the problem ? > > Thank you. > > Regards, > Seng Yip does it respond for telnetd,ssh, '/etc' requests? -- zuntum:*:*:Tomasz Luchowski:http://lagoon.freebsd.org.pl/~zuntum zuntum@lagoon.freebsd.org.pl:@nemezis:@fenix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 0:47:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.lublin.pl (mx2.lublin.pl [212.182.63.90]) by hub.freebsd.org (Postfix) with ESMTP id CECA6153A7 for ; Wed, 14 Jul 1999 00:46:51 -0700 (PDT) (envelope-from zuntum@lagoon.freebsd.org.pl) Received: from lagoon.freebsd.org.pl ([194.92.16.30]:7430 "HELO lagoon.freebsd.org.pl") by urania.umcs.lublin.pl with SMTP id ; Wed, 14 Jul 1999 08:52:33 +0200 Received: (qmail 45441 invoked from network); 14 Jul 1999 07:46:28 -0000 Received: from pa82.lublin.ppp.tpnet.pl (HELO zunpc) (212.160.36.82) by lagoon.freebsd.org.pl with SMTP; 14 Jul 1999 07:46:28 -0000 From: "Tomasz Luchowski" To: questions@FreeBSD.ORG Date: Wed, 14 Jul 1999 09:45:54 +0200 Subject: Re: login problem References: <377F4159.AF214487@tdnet.com.br> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.01b) Message-Id: <19990714065244Z1456155-29854+62@urania.umcs.lublin.pl> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Sun, 4 Jul 1999, Gustavo V G C Rios wrote: > > > :idletime=1m:\ > > I have a user that belong to shell shell login classes, but he is not > > disconnected after 1 minute of idle time? > > I don't think "idletime" is implemented yet... AFAIK 'idled', in ports, should be helpful. -- zuntum:*:*:Tomasz Luchowski:http://lagoon.freebsd.org.pl/~zuntum zuntum@lagoon.freebsd.org.pl:@nemezis:@fenix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 0:47:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.lublin.pl (mx2.lublin.pl [212.182.63.90]) by hub.freebsd.org (Postfix) with ESMTP id C2006153AF for ; Wed, 14 Jul 1999 00:46:51 -0700 (PDT) (envelope-from zuntum@lagoon.freebsd.org.pl) Received: from lagoon.freebsd.org.pl ([194.92.16.30]:9734 "HELO lagoon.freebsd.org.pl") by urania.umcs.lublin.pl with SMTP id ; Wed, 14 Jul 1999 08:52:49 +0200 Received: (qmail 45451 invoked from network); 14 Jul 1999 07:46:44 -0000 Received: from pa82.lublin.ppp.tpnet.pl (HELO zunpc) (212.160.36.82) by lagoon.freebsd.org.pl with SMTP; 14 Jul 1999 07:46:44 -0000 From: "Tomasz Luchowski" To: freebsd-questions@FreeBSD.ORG Date: Wed, 14 Jul 1999 09:45:54 +0200 Subject: Re: IDE Disk/Controller dead? In-reply-to: <3786E4DB.5B79418D@3-cities.com> X-mailer: Pegasus Mail for Win32 (v3.01b) Message-Id: <19990714065259Z1456157-29854+64@urania.umcs.lublin.pl> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Doug wrote: > > > > Hey > > I just got a 386 with 8mb of ram and a 100mb hard drive, ANd im trying > > to stick a minimal freebsd install on it, and I boot the 3.2-release > > kern.flp, then mfsroot.flp and then i config the kernel, then It probes > > for my devices and freezes, I do ctrl+alt+F2 and I see this: > > Add 4MB more of memory to it. They are telling people that it needs > 12MB > but the documentation hasn't caught up yet. I don't believe not enought ram causes this problem. I had 486/sx with only _4_ mb of ram and it wouldn't boot generic kernel at all, I had to build smaller kernel on the other machine first. machine having less RAM than needed shouldn't boot at all. here it even found network adapters, /etc > > Kent > > > > DEBUG: ioctl(3, TIOCCONS, NULL) = 0 (success) > > rm: not found > > DEBUG: Foung a network device named ed0 > > DEBUG: Foung a network device named lp0 > > wd0: wdcontrol: wdcommand failed reading fsbn 0 (status > > d0 error 0) > > wd0: wdcontrol: wdcommand failed reading fsbn 0 (status > > d2 error 0) > > wd0: wdcontrol: wdcommand failed reading fsbn 0 (status > > d0 error 0) > > wd0: wdcontrol: wdcommand failed reading fsbn 0 (status > > d2 error 0) > > wd0: wdcontrol: wdcommand failed reading fsbn 0 (status > > d2 error 0) > > wd0: wdstart: wdcontrol returned nonzero, state = 1 > > > > It freezes forever, I left it sit for 15 hours and it still froze... I > > Donthave the chance to run bad144 or anything, since It freezes when it > > probes for the hardware.. Is there ANY way to fix this? Im desperate > > here, any help will be greatly apreaciated, Thanks! > > > > | Doug > > | unix9.org admin > > | shocking.com/~doemill/ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- > Kent Stewart > Richland, WA > > mailto:kstewart@3-cities.com > http://www.3-cities.com/~kstewart/index.html -- zuntum:*:*:Tomasz Luchowski:http://lagoon.freebsd.org.pl/~zuntum zuntum@lagoon.freebsd.org.pl:@nemezis:@fenix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 1: 1: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sby.centrin.net.id (sby.centrin.net.id [202.146.252.3]) by hub.freebsd.org (Postfix) with ESMTP id 6F83414CE9 for ; Wed, 14 Jul 1999 01:00:48 -0700 (PDT) (envelope-from inu@sby.centrin.net.id) Received: from sby.centrin.net.id ([202.146.252.237]) by sby.centrin.net.id (Netscape Mail Server v1.1) with ESMTP id AAA4510; Wed, 14 Jul 1999 14:59:03 +0700 Message-ID: <378C4480.EC769992@sby.centrin.net.id> Date: Wed, 14 Jul 1999 15:04:16 +0700 From: Inu Wikantiyoso Organization: Sidosermo Airdas Unix Group (SAUG) X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: htsang@victor.portal2.com Cc: freebsd-questions@freebsd.org Subject: Re: mounting a FreeBSD drive in Linux References: <378C03CD.E025563E@outblaze.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hing Hang Tsang wrote: > > When I try to mount a freebsd partition under linux (kernel 2.2.10 with > ufs support complied in the kernel). I get tones of error message > saying wrong ufs might corrupt your fs, any idea what other options I > have to put on to make it works? mount -t ufs -o ufstype=44bsd /dev/XXX /mnt should work OK :). Inu Wikantiyoso To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 1:12:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from zeus.dnt.md (zeus.dnt.md [195.138.124.37]) by hub.freebsd.org (Postfix) with ESMTP id D4A3814DB5 for ; Wed, 14 Jul 1999 01:12:20 -0700 (PDT) (envelope-from sl@zeus.dnt.md) Received: from localhost (sl@localhost) by zeus.dnt.md (8.9.3/8.9.3) with ESMTP id LAA28387 for ; Wed, 14 Jul 1999 11:08:29 GMT Date: Wed, 14 Jul 1999 11:08:29 +0000 (GMT) From: slava To: freebsd-questions@freebsd.org Subject: gated minor problems 3.1 vs 3.2 release 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 Greetings, I have gated 3.5.10 running on a 3.1 release machine. Installed from packages. gated doesn't seem to be installing routes when I reference the interface for ospf by its name e.g.: interface ep0 cost 10 { ... it wants the assigned IP instead. why? 3.5.10 from packages works fine with 3.2 release though. thanks. slava. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 1:18:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from paradox.ops.iafrica.com (paradox.ops.iafrica.com [196.31.1.14]) by hub.freebsd.org (Postfix) with ESMTP id ADFFC14D4B for ; Wed, 14 Jul 1999 01:18:39 -0700 (PDT) (envelope-from pbh@iafrica.com) Received: from localhost (pbh@localhost) by paradox.ops.iafrica.com (8.9.3/8.9.3) with ESMTP id IAA00700 for ; Wed, 14 Jul 1999 08:17:12 +0200 (SAST) (envelope-from pbh@iafrica.com) X-Authentication-Warning: paradox.ops.iafrica.com: pbh owned process doing -bs Date: Wed, 14 Jul 1999 08:17:12 +0200 (SAST) From: Patrick Hyland X-Sender: pbh@paradox.ops.iafrica.com To: freebsd-questions@freebsd.org Subject: installing the expect port 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 Im trying to install expect but I dont want to build tk - which will require me to build X I only want tcl and expect to be built. How do I modify the make file to do this. Ive dont a make extract on the expect port and am poking through the work directory but im not having much luck. Thanks if you can help. Heres the port Makefile : # New ports collection makefile for: expect # Date created: 20 November 1994 # Whom: pst # Version required: 5.28 # # $Id: Makefile,v 1.38 1998/11/14 09:43:17 asami Exp $ # # Note this file is included from japanese/expect/Makefile DISTNAME= expect-5.28 CATEGORIES= lang tcl80 tk80 MASTER_SITES= ftp://peloton.physics.montana.edu/pub/distfiles/ MAINTAINER= ports@freebsd.org LIB_DEPENDS?= tk80.1:${PORTSDIR}/x11-toolkits/tk80 GNU_CONFIGURE= yes CONFIGURE_ARGS?= --enable-shared \ --with-tclconfig=${PREFIX}/lib/tcl8.0 \ --with-tclinclude=${PREFIX}/include/tcl8.0 \ --with-tkconfig=${PREFIX}/lib/tk8.0 \ --with-tkinclude=${PREFIX}/include/tk8.0 .if !defined(NO_MAN_INSTALL) MAN1= autoexpect.1 cryptdir.1 decryptdir.1 dislocate.1 \ expect.1 expectk.1 kibitz.1 mkpasswd.1 passmass.1 \ tknewsbiff.1 unbuffer.1 xkibitz.1 MAN3= libexpect.3 .endif .include .if ${PORTOBJFORMAT} == "elf" SOLIB= libexpect528.so.1 .else SOLIB= libexpect528.so.1.2 .endif post-install: ${LN} -sf ${SOLIB} ${PREFIX}/lib/libexpect528.so ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Patrick Hyland http://mercury.lostinspace.za.net UUNET SA +27+829232850 (C) +27+216588761 (W) While walking through a dark field of gently undulating cotton candy I met a stranger lighting a fag in a clearing of pulsating emotion. A rainbow of psychedelic flame To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 2: 4: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ares.maths.adelaide.edu.au (Ares.maths.adelaide.edu.au [129.127.44.147]) by hub.freebsd.org (Postfix) with ESMTP id 16D00153AC for ; Wed, 14 Jul 1999 02:04:05 -0700 (PDT) (envelope-from glewis@ares.maths.adelaide.edu.au) Received: (from glewis@localhost) by ares.maths.adelaide.edu.au (8.9.3/8.9.3) id SAA54857; Wed, 14 Jul 1999 18:33:24 +0930 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <199907140903.SAA54857@ares.maths.adelaide.edu.au> Subject: Re: telnetd - out of terminals In-Reply-To: from Dean Hollister at "Jul 14, 1999 03:26:42 pm" To: Dean Hollister Date: Wed, 14 Jul 1999 18:33:24 +0930 (CST) Cc: FreeBSD Questions X-Mailer: ELM [version 2.4ME+ PL56 (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'm receiving the error that telnetd is out of ports, despite plenty ports > being available: [List snipped] > However, it only gets as far as ttypb and then says it has run out. Is it > possible to remedy this? > > /etc/ttys has plenty allocated network ttys, well past the port numbers > above. ttypb = 12 network ttys. Add 4 virtual consoles and we get 16 -- the magic number for the number of pty devices compiled into the GENERIC kernel. Sounds like you need to alter your kernel config and rebuild it, the relevant line is: pseudo-device pty 16 You might want to increase it to 64, say. -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 5083 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 2: 6:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lab321.ru (anonymous1.omsk.net.ru [62.76.128.34]) by hub.freebsd.org (Postfix) with ESMTP id E0D8A153B2 for ; Wed, 14 Jul 1999 02:05:48 -0700 (PDT) (envelope-from kev@lab321.ru) Received: from www.lab321.ru (kev@www.lab321.ru [62.76.129.65]) by lab321.ru (8.9.3/8.9.3) with ESMTP id QAA19799 for ; Wed, 14 Jul 1999 16:04:22 +0700 (OSS) Date: Wed, 14 Jul 1999 16:04:22 +0700 (OSS) From: Eugeny Kuzakov To: questions@freebsd.org Subject: 2.2.8-stable unwanted panic 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* What can I do to solve problem? Thanks. GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc... IdlePTD 26e000 current pcb at 23a360 panic: fr_tcpsum: not enough data #0 boot (howto=260) at ../../kern/kern_shutdown.c:266 266 dumppcb.pcb_cr3 = rcr3(); #0 boot (howto=260) at ../../kern/kern_shutdown.c:266 #1 0xf01138e2 in panic (fmt=0xf01ebfff "page fault") at ../../kern/kern_shutdown.c:400 #2 0xf01ecbea in trap_fatal (frame=0xf0229d1c) at ../../i386/i386/trap.c:772 #3 0xf01ec6ac in trap_pfault (frame=0xf0229d1c, usermode=0) at ../../i386/i386/trap.c:681 #4 0xf01ec337 in trap (frame={tf_es = 16, tf_ds = 16, tf_edi = 0, tf_esi = -194222976, tf_ebp = -266166936, tf_isp = -266166972, tf_ebx = -188237312, tf_edx = 0, tf_ecx = -195747328, tf_eax = -185022592, tf_trapno = 12, tf_err = 0, tf_eip = -267179474, tf_cs = 8, tf_eflags = 66118, tf_esp = 0, tf_ss = -188237312}) at ../../i386/i386/trap.c:324 #5 0xf0132a2e in vget (vp=0xf4c7ba00, lockflag=1) at ../../kern/vfs_subr.c:817 #6 0xf01cbb2c in ffs_sync (mp=0xf4555600, waitfor=2, cred=0xf300c900, p=0xf025e084) at ../../ufs/ffs/ffs_vfsops.c:819 #7 0xf0133efb in sync (p=0xf025e084, uap=0x0, retval=0x0) at ../../kern/vfs_syscalls.c:363 #8 0xf01134dd in boot (howto=256) at ../../kern/kern_shutdown.c:199 #9 0xf01138e2 in panic (fmt=0xf016e11f "fr_tcpsum: not enough data") at ../../kern/kern_shutdown.c:400 #10 0xf016e214 in fr_tcpsum (m=0xf3033e80, ip=0xf3033ea0, tcp=0xf3033eb4, len=1) at ../../netinet/fil.c:1045 #11 0xf01718c8 in ap_check (ip=0xf3033ea0, tcp=0xf3033eb4, fin=0xf0229edc, nat=0xf508e380) at ../../netinet/ip_proxy.c:278 #12 0xf016f753 in ip_natout (ip=0xf3033ea0, hlen=20, fin=0xf0229edc) at ../../netinet/ip_nat.c:1111 #13 0xf016dec2 in fr_check (ip=0xf3033ea0, hlen=20, ifp=0xf025c8a0, out=1, mp=0xf0229f6c) at ../../netinet/fil.c:766 #14 0xf01650d6 in ip_output (m0=0xf3033e80, opt=0x0, ro=0xf024d014, flags=1, imo=0x0) at ../../netinet/ip_output.c:391 #15 0xf01648c7 in ip_forward (m=0xf3033e80, srcrt=0) at ../../netinet/ip_input.c:1426 #16 0xf0163a86 in ip_input (m=0xf3033e80) at ../../netinet/ip_input.c:505 #17 0xf0163cec in ipintr () at ../../netinet/ip_input.c:649 -- Best wishes, Eugeny Kuzakov Laboratory 321 ( Omsk, Russia ) kev@lab321.ru ICQ#: 5885106 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 2: 8:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (Postfix) with ESMTP id 9D143153AF for ; Wed, 14 Jul 1999 02:07:34 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.8/8.8.8) with ESMTP id RAA03403; Wed, 14 Jul 1999 17:07:16 +0800 (WST) (envelope-from dean@odyssey.apana.org.au) Date: Wed, 14 Jul 1999 17:07:15 +0800 (WST) From: Dean Hollister To: Greg Lewis Cc: FreeBSD Questions Subject: Re: telnetd - out of terminals In-Reply-To: <199907140903.SAA54857@ares.maths.adelaide.edu.au> Message-ID: X-no-archive: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-no-archive: yes On Wed, 14 Jul 1999, Greg Lewis wrote: > ttypb = 12 network ttys. Add 4 virtual consoles and we get 16 -- the magic > number for the number of pty devices compiled into the GENERIC kernel. > > Sounds like you need to alter your kernel config and rebuild it, the > relevant line is: > > pseudo-device pty 16 > > You might want to increase it to 64, say. Thanks, I'll try it now. Will that have any noticeable effect on system load/performance? Regards, d. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 2:18:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server.parliament.ge (server.parliament.ge [212.72.141.10]) by hub.freebsd.org (Postfix) with ESMTP id 7759C14C1A for ; Wed, 14 Jul 1999 02:18:16 -0700 (PDT) (envelope-from dato@parliament.ge) Received: from parliament.ge (home.parliament.ge [212.72.141.5]) by server.parliament.ge (8.8.7/8.8.7) with ESMTP id OAA03262 for ; Wed, 14 Jul 1999 14:14:44 +0500 (GET) (envelope-from dato@parliament.ge) Message-ID: <378C6257.A404E5C9@parliament.ge> Date: Wed, 14 Jul 1999 14:11:35 +0400 From: David Adamia X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: ru,en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Intel PRO/100+, 3c980b-TX Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sirs! Please, can you tell us, has anybody installed the following Network adapters on FreeBSD system: 1) Intel PRO/100+ Server Adapter and 2) 3Com Fast EtherLink Server NIC 3c980B-TX and had they any problems? Thank you in advance To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 2:39: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id CF1EE14C15 for ; Wed, 14 Jul 1999 02:39:02 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id MAA06296; Wed, 14 Jul 1999 12:38:08 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <378C5A7C.F142CFB1@prime.net.ua> Date: Wed, 14 Jul 1999 12:38:05 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: kori Cc: freebsd-questions@FreeBSD.ORG Subject: Re: stupid and probable very simple problem with ipfw References: <12741.990713@mail.ru> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG BTW it's not necessary to reload PC everytime. Just do sh /etc/rc.firewall Kori wrote: > Hello , > > Sorry for wasting your time > I've stupid and probable very simple problem: > I use FreeBSD (2.2.8 stable) > when I choose in rc.firewall type of firewall simple and > fill other necessary fields: > then restart computer > > #ping www.com It's funny :) Do U run internal DNS? > > #natd:failed to write packet back (Permission denied) > > #ping 10.0.0.3 > #ping:sendto:Permission denied > > #ping (my outside inet address) > it's working good > > #ping (my inside inet address) > it's working good > > #ping 127.0.0.1 > it's working good > > if I choose in rc.firewall type of firewall open and > restart computer > > all working good! > What's my simple mistake? > > Best regards, > Sergey Kornienko > mailto:kori@mail.ru > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- WBW Andy V. Oleynik (When U work in virtual office prime.net.ua's U have good chance to obtain system administrator virtual money Ж%-) +380442448363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 2:42:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mgw-x2.nokia.com (mgw-x2.nokia.com [131.228.20.22]) by hub.freebsd.org (Postfix) with ESMTP id CF12D14C15 for ; Wed, 14 Jul 1999 02:42:52 -0700 (PDT) (envelope-from lisa.wanglei@nokia.com) Received: from mgw-i2.ntc.nokia.com (mgw-i2.ntc.nokia.com [131.228.118.61]) by mgw-x2.nokia.com (8.9.3/8.9.3) with ESMTP id MAA23276 for ; Wed, 14 Jul 1999 12:42:47 +0300 (EETDST) Received: from msgws01ntc.ntc.nokia.com (msgws01ntc.ntc.nokia.com [131.228.59.181]) by mgw-i2.ntc.nokia.com (8.9.3/8.9.3) with ESMTP id MAA11461 for ; Wed, 14 Jul 1999 12:42:47 +0300 (EETDST) Message-Id: <199907140942.MAA11461@mgw-i2.ntc.nokia.com> Received: by msgws01ntc.ntc.nokia.com with Internet Mail Service (5.5.2232.9) id <37M03WRZ>; Wed, 14 Jul 1999 12:38:59 +0300 From: "WangLei Lisa (Nokia/Beijing)" To: "'FreeBSD support'" Subject: Why I can't install DES on my FreeBSD 2.27? Date: Wed, 14 Jul 1999 17:40:00 +0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear sir, We're using FreeBSD 2.2.7, and we need to configure this host as NIS client. So I need to install DES, right? I downloaded every file in ftp://ftp.internat.freebsd.org/pub/FreeBSD/2.2.7-RELEASE/des with netscape 4.5, and ftp to my FreeBSD with the corresponding mode(eg. ascii for install.sh and binary for des.aa), then I type #sh install.sh but it gives me such info: ---------------------------------------------------- ...... gzip: stdin: invalid compressed data--format violated tar: child returned status 1 tar: not found in archive ...... --------------------------------------------------- So can you point out a way for me to install DES? Thank you very much. Wang lei To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 2:58:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id 8201F14F51 for ; Wed, 14 Jul 1999 02:58:23 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id MAA23111; Wed, 14 Jul 1999 12:57:26 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <378C5EF9.503AA7CA@prime.net.ua> Date: Wed, 14 Jul 1999 12:57:15 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: cjclark@home.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SSH X Forwarding References: <199907140031.UAA10064@cc942873-a.ewndsr1.nj.home.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Forgive me my intruding. But there is one question: Does ur X/sshd server allow connections to X ? If no then xhost could be ur tool. "Crist J. Clark" wrote: > Wyatt, Anthony wrote, > > Hi Crist, > > Before I begin, a small disclaimer: I'm only a new user to freeBSD, > > and I have not yet tried to run up ssh on a freeBSD box. So any or all of > > this information may or may not be bollox :-) > > > > > -----Original Message----- > > > From: Crist J. Clark [mailto:cjc@cc942873-a.ewndsr1.nj.home.com] > > > > > > First, background on the problem: I have a freeBSD machine that > > > refuses X connections through ssh. This is reproducible from a variety > > > of machines; it is clear to me the problem is on the sshd host and not > > > on any of the ssh clients that try to connect. Here is a typical > > > manifestation of the problem, > > > > > > % xterm > > > _X11TransSocketINETConnect: Can't connect: errno = 60 > > > xterm Xt error: Can't open display: pc222:10.0 > > > > The TCPDUMP and the fact you can connect to your sshd host and execute > > commands would suggest that ssh is working fine. > > I agree. > > > I would have at a guess the problem lies in one of the following areas: > > > > IP packet filtering > > -------------------- > > If your client runs IP packet filtering then it may be throwing away your X > > traffic as it pops out of your ssh tunnel. This would explain the long > > delay that you are experiencing. This may also be happening on your sshd > > server; the filtering rules may throw away the traffic before it gets > > stuffed into your ssh tunnel. Check your IP filtering rules here too! > > The specific client that I produced the above error on was using NATd, > but (1) the above error is produced when machines not running NATd > hook into its sshd and (2) the machine that I used as a client above > works perfectly well tunneling X through ssh from other machines (both > FreeBSD and IRIX). > > The question I have about the packet issues is that since ssh wraps > all of the X interactions (and encypts it to boot), what good does > that tcpdump do? Should I be looking at what ssh[d] does with the stuff > after it gets it (presumably looking at tcpdumps on the loopback of > the machines?)? > > > /etc/sshd_config (server config file) > > ------------------------------------- > > You can turn off X11 forwarding in this file (see the man page for sshd for > > all the options). If you do, and your client tries to use X11 forwarding > > you get the error message: "Warning: Remote host denied X11 forwarding, > > ...". As you didn't get this message, I'll assume that the server side is > > OK (I'd still check it though). > > > > This is my sshd_config, please note I only use RSA authentication on my > > hosts, no passwords, you may have to modify this file to suit your own > > needs: > [snip] > > I am using the default sshd_config that is installed by the ports. I > believe it is identical to yours but for the syslog facility (which in > my case uses AUTH). I use this default sshd_config on a number of > other machines and they work fine. > > > The pc222:10.0 in the error "... display: pc222:10.0" is the > > X11DisplayOffset option given above. This option is supposed to stop ssh > > from interfering with X. If it is interfering with X, you'll have to speak > > to someone else, I know next to nothing about X :-) > > *shrug* If someone gives me a place to start, I'll look for this > problem. I've delved into the Great Darkness that is the xdm > configuration files/scripts. Nothing in X has frightened me since. > > > and/or > > ~/.ssh/config or /etc/ssh_config (client side config file) > > ----------------------------------------------------------- > > You can do lots here too. The files are read in the order given above. > > When an option is found it will be set, and ignored if configured again. > > Check BOTH of these files, my configs have all the options commented out. > > If you don't then try commenting out all the options and try again. > > Again, the client machines that have the problem opening X on the > sshd-machine do just fine on others. Since there are no entries in the > ssh_config's that are specific to this one machine, I have essentially > ruled out the problem being anywhere but on the sshd-machine. > > > If your problem still persists: > > On each of your clients and the server, ssh to itself, then try and run an X > > app. Check the errors and see if they give you any ideas. > > And again, the clients are fine. But the idea of sitting at the > misbehaving sshd-machine, starting X, and then ssh localhost to run an > X app might be worth trying. My guess is, it will fail. > > > If you still have problems: > > Build a brand new box, install ssh again, config sshd_config appropriately, > > then try and ssh to this box from itself, and run an X app. If the same > > error occurs here, try going back to 1.2.26 and try again. > > No way I'm nuking the machine's entire system... I'll nuke it's NT > slice maybe. ;) And the error _did_ occur under 1.2.26 too. I > installed 1.2.27 hoping it would fix, but no luck. > > > It still really doesn't work: > > Panic, the problem is probably not ssh, and where you would start looking > > then is beyond me... ;-) > > Well, I'm pretty sure you are on track when you say it is not sshd. My > guess is something deep and dark in the X setup (even though I get the > error whether X is actually running or not). But you said you weren't > gonna go near X. I do not blame you, but thanks for the response. > -- > Crist J. Clark cjclark@home.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- WBW Andy V. Oleynik (When U work in virtual office prime.net.ua's U have good chance to obtain system administrator virtual money Ж%-) +380442448363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 3: 5:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cavecreations.com (cavecreations.com [192.41.27.30]) by hub.freebsd.org (Postfix) with ESMTP id E67FC14EC3 for ; Wed, 14 Jul 1999 03:05:44 -0700 (PDT) (envelope-from ppksv@peterlink.ru) Received: (cave@localhost) by cavecreations.com (8.8.5) id DAA13038; Wed, 14 Jul 1999 03:52:41 -0600 (MDT) Date: Wed, 14 Jul 1999 03:52:41 -0600 (MDT) Message-Id: <199907140952.DAA13038@cavecreations.com> From: To: questions@freebsd.org Subject: FreeBSD dist: Help me, please... Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! Could you tell me please - where I can find ISO image FreeBSD 3.2 from HTTP link? I have no found this link in your sites... Unfortunately, I can download files with reget only through HTTP proxy from WEB sites and download from FTP sites is impossible...:-( Thank you for answer, Best regards, Serge Knyazev, Russia -- Is your email secure? http://www.pop3now.com (c) 1998,1999 Cave Creations Corp. All rights reserved. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 3:20:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from implode.root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 3BF5714DD2 for ; Wed, 14 Jul 1999 03:20:16 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id DAA18831; Wed, 14 Jul 1999 03:18:31 -0700 (PDT) Message-Id: <199907141018.DAA18831@implode.root.com> To: David Adamia Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Intel PRO/100+, 3c980b-TX In-reply-to: Your message of "Wed, 14 Jul 1999 14:11:35 +0400." <378C6257.A404E5C9@parliament.ge> From: David Greenman Reply-To: dg@root.com Date: Wed, 14 Jul 1999 03:18:31 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Dear Sirs! >Please, can you tell us, has anybody installed the following Network >adapters on FreeBSD system: >1) Intel PRO/100+ Server Adapter and >2) 3Com Fast EtherLink Server NIC 3c980B-TX > and had they any problems? The Pro/100+ server adapter should work just fine with FreeBSD. Note that the much older Pro/100 server adapter it NOT supported, however. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project - http://www.freebsd.org Creator of high-performance Internet servers - http://www.terasolutions.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 3:25:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fep7.mail.ozemail.net (fep7.mail.ozemail.net [203.2.192.125]) by hub.freebsd.org (Postfix) with ESMTP id ED9BB153CF; Wed, 14 Jul 1999 03:24:56 -0700 (PDT) (envelope-from ndietsch@ozemail.com.au) Received: from ozemail.com.au (slsdn12p39.ozemail.com.au [210.84.11.231]) by fep7.mail.ozemail.net (8.9.0/8.6.12) with ESMTP id UAA26375; Wed, 14 Jul 1999 20:24:09 +1000 (EST) Message-ID: <378C6584.FC15B137@ozemail.com.au> Date: Wed, 14 Jul 1999 20:25:08 +1000 From: Nathan Dietsch X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: Greg Quinlan , freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: Accelerated X - Feedback? References: <00af01becc65$ef6fd740$380051c2@qmpgmc.ac.uk> <19990712125311.B45399@nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I would have to agree about the crashing, Licq is a little wierd when scrolling and receiving messages at the same time, so X decides to Crash, I am switching back to XFree as soon as the support from the AGP Version of the S3 Trio 3D is good enough David O'Brien wrote: > > > I am looking for some feedback from people using Accelerated-X. > > > > I have problems with configuring my ATI All-in-One Wonder Pro (Rage > > Pro) (+Creative Voodoo 2 12MB) and just want a good graphical user > > interface. > > Accelerated-X will be easier to configure. However, it is based on an > older version of XFree86 and does not have the XKB extentions (at least > the part that makes it easy to make the CapsLock key a Ctrl key). > > The other thing is the Accelerated-X server crashes more often when an > X client goes bottoms up than XFree86's SVGA server does. > > But Accelerated-X does have the speed adavantage, and for new cards, > supports them faster. > > -- > -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- BUGS - *BSD User Group Sydney http://bugs.au.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 4: 7:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.vnet.net (smtp2.vnet.net [166.82.1.32]) by hub.freebsd.org (Postfix) with ESMTP id 89AE414BC9 for ; Wed, 14 Jul 1999 04:07:18 -0700 (PDT) (envelope-from rivers@dignus.com) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp2.vnet.net (8.9.1a/8.9.1) with ESMTP id HAA07381; Wed, 14 Jul 1999 07:06:52 -0400 (EDT) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id HAA30154; Wed, 14 Jul 1999 07:06:50 -0400 (EDT) Received: (from rivers@localhost) by lakes.dignus.com (8.9.2/8.6.9) id HAA32400; Wed, 14 Jul 1999 07:06:49 -0400 (EDT) Date: Wed, 14 Jul 1999 07:06:49 -0400 (EDT) From: Thomas David Rivers Message-Id: <199907141106.HAA32400@lakes.dignus.com> To: mi@kot.ne.mediaone.net, questions@FreeBSD.ORG Subject: Re: result of pclose In-Reply-To: <199907140430.AAA30964@kot.ne.mediaone.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > According to pclose(3), its result must be the exit code of the process. > Is this a bug, or do I misunderstand the manual? Thanks! > > -mi > That is the exit code of the process. The exit code returns is in a format called the `status area', and is exactly the same as that returned by the wait(2) system call. The wait(2) man page describes the macros you need to use to get the return code of the process. What you want to do is something like: rc = WEXITSTATUS(pclose(pipe)); - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 4:30:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercenary.vntech.com (mercenary.vntech.com [206.147.237.3]) by hub.freebsd.org (Postfix) with ESMTP id 91F6314E26 for ; Wed, 14 Jul 1999 04:30:25 -0700 (PDT) (envelope-from pezzy@vntech.com) Received: from localhost (pezzy@localhost) by mercenary.vntech.com (8.9.3/8.9.3) with ESMTP id GAA28288; Wed, 14 Jul 1999 06:28:03 -0500 (CDT) (envelope-from pezzy@vntech.com) Date: Wed, 14 Jul 1999 06:28:03 -0500 (CDT) From: Patrick Walentiny To: Dean Hollister Cc: Greg Lewis , FreeBSD Questions Subject: Re: telnetd - out of terminals 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 Hello, You shouldn't notice a large performance difference unless someone decides to use all of those terminals. I upped mine to 256, and all of them filled up with screen sessions. (crazy users =)) Patrick. On Wed, 14 Jul 1999, Dean Hollister wrote: > > X-no-archive: yes > > On Wed, 14 Jul 1999, Greg Lewis wrote: > > > ttypb = 12 network ttys. Add 4 virtual consoles and we get 16 -- the magic > > number for the number of pty devices compiled into the GENERIC kernel. > > > > Sounds like you need to alter your kernel config and rebuild it, the > > relevant line is: > > > > pseudo-device pty 16 > > > > You might want to increase it to 64, say. > > Thanks, I'll try it now. > > Will that have any noticeable effect on system load/performance? > > Regards, > > d. > > > > 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 Wed Jul 14 4:50:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ivory.lm.com (ivory.telerama.com [205.201.1.20]) by hub.freebsd.org (Postfix) with ESMTP id 77E9F1506D for ; Wed, 14 Jul 1999 04:50:48 -0700 (PDT) (envelope-from evs@telerama.com) Received: from mvehpc (d18-22.dyn.telerama.com [205.201.4.22]) by ivory.lm.com (8.8.5/8.6.12) with SMTP id HAA05189 for ; Wed, 14 Jul 1999 07:48:42 -0400 (EDT) Message-ID: <003601becdee$db4c3df0$6f27abcd@mvehpc.evs.slip.lm.com> Reply-To: "Mikhail V. Evstiounin" From: "Mikhail V. Evstiounin" To: Subject: Re: Recomended tapes form HP? Date: Wed, 14 Jul 1999 07:48:43 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----Original Message----- From: Greg Lehey [...] >I wish I could recommend a good tape drive, but the only ones which >look like being good are DLT, and they cost an arm and a leg. We are using DLT at work. They are fast, reliable, have very nice capacity. But ours cost two arms and legs :-( > >greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 4:51:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id EFA651506D for ; Wed, 14 Jul 1999 04:51:07 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id OAA67801; Wed, 14 Jul 1999 14:49:33 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <378C793A.11A5633E@prime.net.ua> Date: Wed, 14 Jul 1999 14:49:16 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Doug Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Thanks for all the help References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What is ur gettytab's entry for /dev/ttyd*? Doug wrote: > Thanks for all the help, but no matter what, When my modem dials i hear it > connect, and it sits there, and the disconnects, And when i use minicom I > get two login:'s, then its just a shell, i dunno what the hell is going on > with pppd and ive wasted too much time, I do dns for three domains and i > cant be down this long ;( Ill give up and put OpenBSD on the gateway, > Thanks for all the help though, Later, > Doug > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- WBW Andy V. Oleynik (When U work in virtual office prime.net.ua's U have good chance to obtain system administrator virtual money Ж%-) +380442448363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 4:53:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ivory.lm.com (ivory.telerama.com [205.201.1.20]) by hub.freebsd.org (Postfix) with ESMTP id 29E451506D for ; Wed, 14 Jul 1999 04:53:05 -0700 (PDT) (envelope-from evs@telerama.com) Received: from mvehpc (d18-22.dyn.telerama.com [205.201.4.22]) by ivory.lm.com (8.8.5/8.6.12) with SMTP id HAA05970 for ; Wed, 14 Jul 1999 07:52:54 -0400 (EDT) Message-ID: <005f01becdef$71bc5b80$6f27abcd@mvehpc.evs.slip.lm.com> Reply-To: "Mikhail V. Evstiounin" From: "Mikhail V. Evstiounin" To: Subject: Re: result of pclose Date: Wed, 14 Jul 1999 07:52:55 -0400 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.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----Original Message----- From: Thomas David Rivers To: mi@kot.ne.mediaone.net ; questions@FreeBSD.ORG Date: Wednesday, July 14, 1999 7:08 AM Subject: Re: result of pclose >> According to pclose(3), its result must be the exit code of the process. >> Is this a bug, or do I misunderstand the manual? Thanks! >> >> -mi >> > > That is the exit code of the process. > > The exit code returns is in a format called the `status area', > and is exactly the same as that returned by the wait(2) > system call. > > The wait(2) man page describes the macros you need to use to > get the return code of the process. > > What you want to do is something like: > > rc = WEXITSTATUS(pclose(pipe)); Actually, you want check both parts - what process returns and how it ends: normal, been killed or crashes. > > - Dave Rivers - > > > >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 Wed Jul 14 5:10:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.criterion.canon.co.uk (mailhost.criterion.canon.co.uk [194.223.249.254]) by hub.freebsd.org (Postfix) with ESMTP id D001F14BCD for ; Wed, 14 Jul 1999 05:10:38 -0700 (PDT) (envelope-from adamn@csl.com) Received: from csl.com (hermes.criterion.canon.co.uk [194.223.249.13]) by mailhost.criterion.canon.co.uk (8.8.8/8.7.3) with ESMTP id NAA15589 for ; Wed, 14 Jul 1999 13:01:20 +0100 (BST) Message-ID: <378C7B27.AA43AF2F@csl.com> Date: Wed, 14 Jul 1999 12:57:27 +0100 From: Adam Nealis Organization: Criterion Software, Ltd. X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.0.34 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: How to use "traditional crypt" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a FreeBSD box with 2.2.7-STABLE on it, and non-traditional encryption installed: ls -l /usr/lib/libcrypt* lrwxrwxrwx 1 root bin 11 Oct 13 1998 /usr/lib/libcrypt.a -> libscrypt.a lrwxrwxrwx 1 root bin 16 Oct 13 1998 /usr/lib/libcrypt.so.2.0 -> libscrypt.so.2.0 lrwxrwxrwx 1 root bin 15 Oct 14 1998 /usr/lib/libcrypt_p.a -> libdescrypt_p.a For a resaon to do with some web authentication on an offsite server we have bought space on, I have a need to generate encrypted passwords in traditional, 13 character UNIX style. At present, a short C stub, when compiled and run with bash-2.01# cc pw.c -lcrypt bash-2.01# ./a.out $1$_pa$DxOQFT8SEpBphLqHX/W4g1 is spitting out 32 character passwords. #include main() { const char *key = "password"; const char *setting = "_pa"; printf ("%s\n", crypt(key, setting)); } man 3 crypt mentions "Traditional crypt", but I don't seem to be able to use crypt in traditional fashion as things are. Presumably I just need to find a copy of the trad UNIX crypt.a libraries and link against those? Thanks, Adam. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 5:40:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.lublin.pl (mx2.lublin.pl [212.182.63.90]) by hub.freebsd.org (Postfix) with ESMTP id 3529B14E59 for ; Wed, 14 Jul 1999 05:40:25 -0700 (PDT) (envelope-from zuntum@lagoon.freebsd.org.pl) Received: from lagoon.freebsd.org.pl ([194.92.16.30]:52752 "HELO lagoon.freebsd.org.pl" smtp-auth: ) by urania.umcs.lublin.pl with SMTP id ; Wed, 14 Jul 1999 13:46:14 +0200 Received: (qmail 47694 invoked from network); 14 Jul 1999 12:40:13 -0000 Received: from pa52.lublin.ppp.tpnet.pl (HELO zunpc) (212.160.36.52) by lagoon.freebsd.org.pl with SMTP; 14 Jul 1999 12:40:13 -0000 From: "Tomasz Luchowski" To: freebsd-questions@FreeBSD.ORG, "frances_rosen" Date: Wed, 14 Jul 1999 14:40:15 +0200 Subject: Re: 2 questions: FAT32; Windows NT In-reply-to: <19990714033919.AAA11800@hms1.med.harvard.edu@webmail.med.harvard.edu> X-mailer: Pegasus Mail for Win32 (v3.01b) Message-Id: <19990714114621Z1456154-7785+3@urania.umcs.lublin.pl> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi. I am planning to do a complete reinstall of Windows 95, and > then install FreeBSD 2.2.6 as well. mabye you should install the newer version of FreeBSD, 3.x? > This will require re-formatting > my hard drives. Can I use FAT32 format? or do I need to use FAT16 > if I am going to install FreeBSD? (There is plenty of room so I > shouldn't need FIPS). explain one thing: do you want to install FreeBSD on FATxx partition? AFIAK it isn't possible. > > But there is some feeling that I should install Windows NT. Can I > have a dual boot with NT & BSD? If so, Can I format the drive > using NTFS format or, again, do I need to use FAT16? look above. You can read all FAT partitions from FreeBSD, maybe ever NTFS. but you must create FreeBSD/386 partition on which FreeBSD resides. > > Thank you very much!! > frances_rosen@hms.harvard.edu -- zuntum:*:*:Tomasz Luchowski:http://lagoon.freebsd.org.pl/~zuntum zuntum@lagoon.freebsd.org.pl:@nemezis:@fenix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 5:41:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.lublin.pl (mx2.lublin.pl [212.182.63.90]) by hub.freebsd.org (Postfix) with ESMTP id A9950153EA for ; Wed, 14 Jul 1999 05:40:25 -0700 (PDT) (envelope-from zuntum@lagoon.freebsd.org.pl) Received: from lagoon.freebsd.org.pl ([194.92.16.30]:52496 "HELO lagoon.freebsd.org.pl" smtp-auth: ) by urania.umcs.lublin.pl with SMTP id ; Wed, 14 Jul 1999 13:46:10 +0200 Received: (qmail 47689 invoked from network); 14 Jul 1999 12:40:09 -0000 Received: from pa52.lublin.ppp.tpnet.pl (HELO zunpc) (212.160.36.52) by lagoon.freebsd.org.pl with SMTP; 14 Jul 1999 12:40:08 -0000 From: "Tomasz Luchowski" To: freebsd-questions@FreeBSD.ORG Date: Wed, 14 Jul 1999 14:40:15 +0200 Subject: Re: ISO Cc: danielcs@inf.ufsc.br In-reply-to: <378AFAA3.683C17FE@inf.ufsc.br> X-mailer: Pegasus Mail for Win32 (v3.01b) Message-Id: <19990714114620Z1456151-7785+2@urania.umcs.lublin.pl> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi, > where I can make download a file .iso to > record a complete CD of the freebsd 3.2-RELEASE. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/CDROM-Images/3.1- RELEASE/ it points to the 3.1 images, but 3.2 should be just like this. (I'm not sure, I took this URL from earlier post). Hope that helps ;) -- zuntum:*:*:Tomasz Luchowski:http://lagoon.freebsd.org.pl/~zuntum zuntum@lagoon.freebsd.org.pl:@nemezis:@fenix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 5:58: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 1BF1214D13 for ; Wed, 14 Jul 1999 05:57:58 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id SAA16071; Wed, 14 Jul 1999 18:56:48 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id SAA00391; Wed, 14 Jul 1999 18:47:46 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id SAA00499; Wed, 14 Jul 1999 18:18:09 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Wed, 14 Jul 1999 18:18:09 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: "T. William Wells" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: problem with microphone input In-Reply-To: <7mhb59$vtv$1@twwells.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 On Wed, 14 Jul 1999, T. William Wells wrote: > In article <19990712205749.3F61A24A3F@acme.sb.west.net>, > Robert Ramey wrote: > : I am running a Cyrx Media GX using integrated SB compatible sound. > : > : When I listen to a file on my Windows/NT machine it is clear as a bell. > : When I listen to the same file on my FreeBSD maching there is a very > : noticable white background noise. > : > : Anybody want to suggest something here? > > Later SB16's (which will identify themselves as ViBRA16X, as > opposed to ViBRA16C) are such that the microphone cannot be made > to work. At least one motherboard I know of is based on this > device; check to see how yours identifies itself. > i have ViBRA16C, its microphone works under Win95 and it doesn't under FreeBSD (even after using mixer as suggested by Luiggi Rizzo :-) > > 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 Wed Jul 14 5:59: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 8A82014D13 for ; Wed, 14 Jul 1999 05:59:00 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id SAA16070; Wed, 14 Jul 1999 18:56:48 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id SAA00388; Wed, 14 Jul 1999 18:47:46 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id SAA00438; Wed, 14 Jul 1999 18:13:55 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Wed, 14 Jul 1999 18:13:55 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: Neill Robins Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Looking for a national ISP.... In-Reply-To: <19990714031157.16887.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 On Wed, 14 Jul 1999, Neill Robins wrote: > I too am looking for a national ISP that is FreeBSD friendly, but in the > United States, or atleast the East Coast. > oh, those americans ... when they say 'national' (nationwide) they always mean 'american' :-( > Thanks > -Neill > > > > On Mon, Jul 12, 1999 at 04:40:31PM -0700, William Woods wrote: > > > > I am looking for a FreeBSD Fridley ISP, must have national access, as > >I > > > > travel with my FreeBSD powered notebook. I was going to look into > > > > CompuServe, but I don't know if they are freebsd friendly. > > > > > > > > > > ISTR that CompuServe are less than easy to connect to (here in the > > > UK at least). There is are sample settings in the ppp.conf.sample > > > that comes with the currnt sources (available from > > > http://www.awfulhak.org), but I've seen in the mailing lists that > > > this doesn't always work. > > > >If you're based in the UK, Pavilion do a ``roaming'' service, and > >they're about as FreeBSD-friendly as it gets. Check out > >http://www.pavilion.net/ > > > > > > William > >[.....] > >-- > >Brian > > > >Don't _EVER_ lose your sense of humour ! > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > _______________________________________________________________ > Get Free Email and Do More On The Web. Visit http://www.msn.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 Wed Jul 14 6:10:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pasha.anand.org (pasha.anand.org [199.103.176.41]) by hub.freebsd.org (Postfix) with SMTP id 207FB14D84 for ; Wed, 14 Jul 1999 06:10:27 -0700 (PDT) (envelope-from arb@anand.org) Received: (qmail 13867 invoked by uid 1001); 14 Jul 1999 07:41:55 -0000 Date: Wed, 14 Jul 1999 10:41:55 +0300 From: Anand Buddhdev To: freebsd-questions@freebsd.org Subject: key mapping in vi/nvi Message-ID: <19990714104155.A13850@africaonline.co.ke> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been trying to do some key mapping in vi, but I'm stuck. I can associate simple letters to words, eg. map n anand, so that a press of 'anand' will instead send 'anand' to the editor. However, I want to associate the function keys F1 to F12 with various more complex macros, for example a substitution macro, like: F1 = s/From: Anand Buddhdev /From: postmaster/ This is so I can use vi with mutt, and change my from addresses with a single key rather than editing them everytime. Any help will be appreciated. -- Anand To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 6:20:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercenary.vntech.com (mercenary.vntech.com [206.147.237.3]) by hub.freebsd.org (Postfix) with ESMTP id C492614D84 for ; Wed, 14 Jul 1999 06:20:31 -0700 (PDT) (envelope-from pezzy@vntech.com) Received: from localhost (pezzy@localhost) by mercenary.vntech.com (8.9.3/8.9.3) with ESMTP id IAA28578 for ; Wed, 14 Jul 1999 08:19:26 -0500 (CDT) (envelope-from pezzy@vntech.com) Date: Wed, 14 Jul 1999 08:19:26 -0500 (CDT) From: Patrick Walentiny To: freebsd-questions@FreeBSD.ORG Subject: Question on soundcards (in general) 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 there, I have been reading a lot of documentation on sound cards over the past few days. (mostly within kernel comments, and/or documentation in the form of readmes that come with the sourcecode.) So far I have noted the somewhat hatred fo creative labs product. (Well not nessesarilly product, but more the lack of documentation about their chips.) I have been frustrated with that fact as well since I acctually do have a vibra16x soundblaster. With a lot of reworking I do have it working (limtedly, if there is such a word =)) I can't get the mixer device to come up, or any sort of midi for that matter. My question is, what soundcards do people (meaning mostly the developers, but to anyone in general who has had a good measure of success with sound.) recomend? What is the best (and/or) most support soundcard (that is still available on the market). Any thoughts or comments please write back. Thanks, Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 6:26:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hostigos.otherwhen.com (mavery-gw.pernet.net [205.229.2.17]) by hub.freebsd.org (Postfix) with ESMTP id 8BF5914CE3 for ; Wed, 14 Jul 1999 06:26:17 -0700 (PDT) (envelope-from mavery@mail.otherwhen.com) Received: from mail.otherwhen.com (mail.2.229.205.in-addr.arpa [205.229.2.19] (may be forged)) by hostigos.otherwhen.com (8.8.6/8.7.3) with ESMTP id IAA25886; Wed, 14 Jul 1999 08:28:56 -0500 (CDT) Message-Id: <199907141328.IAA25886@hostigos.otherwhen.com> Received: from PORKY/SpoolDir by mail.otherwhen.com (Mercury 1.45); 14 Jul 99 08:24:54 -0600 Received: from SpoolDir by PORKY (Mercury 1.45); 14 Jul 99 08:24:46 -0600 From: "Mike Avery" To: Greg Lehey , questions@FreeBSD.ORG Date: Wed, 14 Jul 1999 08:24:41 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Recomended tapes form HP? Reply-To: mavery@mail.otherwhen.com In-reply-to: <19990714160513.28515@mojave.lemis.com> References: <199907132304.SAA25026@hostigos.otherwhen.com>; from Mike Avery on Tue, Jul 13, 1999 at 06:00:32PM -0500 X-mailer: Pegasus Mail for Win32 (v3.12) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 14 Jul 99, at 16:05, Greg Lehey wrote: > On Tuesday, 13 July 1999 at 18:00:32 -0500, Mike Avery wrote: > > On 14 Jul 99, at 1:16, Iani Brankov wrote: > >> What about the these models: > >> HP Colorado Travan drives (IDE) > >> HP SureStore Travan drives (SCSI) > >> I read in the handbook that QIC drives are more reliable than DAT ones. > >> According to HP these models are QIC compatible. > > Ahhh... which handbook? > Normally I'd expect him to mean the online handbook. What makes you > think differently? > > We just had a long discussion here and a number of people (not just me) > > said... loudly... that Travan and QIC are evil. > Funny, that's not what I recall. Who said QIC was evil? The only > problem with QIC is the relatively low storage capacity of the > affordable ones. And the opinions were split about Travan. QIC and Travan are essentially the same technology. And until the "NS" series of Travan drives no one claimed that they were professional quality drives. The results I've seen with the NS series drives doesn't make me want to use 'em. As I mentioned last time around, the Seagate tech support staff hinted strongly that travan should not be used in critical applications, and that critical kinda meant, "if you want to recover your data". > > I would suggest skipping both of 'em. > > Look at DAT drives instead. > Now they *did* agree that DDS (which you call DAT) is evil. Well, there was some discussion there also. But whether they should be called DAT or DDS seems to vary from vendor to vendor. DAT is the physical form factor of the cartridge. Archive and Seagate call their drives DAT drives. HP calls them DDSx, where X indicates the level of the DDS format. Archive and Seagate tell you which level DDS media to use. All in all.... I think picking on that point is rather fruitless. > They are some of the most unreliable drives on the market. I have > yet to have one last two years, and I currently have replaced a > drive with another of identical make, and I can't read my old > backups. Odd. I have a 7 year old DAT (or DDS1) HP drive that's still going fine. I did have lots of troubles with HP DDS2 drives (if memory serves). After six months to a year, they needed to be overhauled. If they were in warranty, HP did it for us. However, since then, customers and friends have been very happy with the Seagate Scorpion DAT (DDS3, or 12/24 gig) drives. Fast and reliable. HP has played some games wherein they changed the compression algorityms and made earlier tapes unreadable. A real problem for people who need to recover data from older tapes. And Sony seems to use different formatting on it's DDS2 tapes than other people, so it's a BAD idea to use Sony tapes with HP drives. We'd be able to verify the backup and not recover data a week later. Worse, Sony tapes were easier to get than the other guys. As a side note, a number of years back Scientific American ran an article on the life expectancy of backups. Their conclusion was that most backups were rendered useless by the march of technology sooner than the media showed problems. How much do you have on 8" floppy disks? How much of it can you restore? How about those 5" CPM diskettes? Can you recover that really cool code you wrote years back? Or even the tax information you created with a Lotus 1- 2-3 tax spreadsheet you found on a BBS? If you DO read the data, is it still useable in current spreadsheets? How about diskettes from your Lanier word processor? (They used to be popular...) Aside from that, they put the data life expectancy of DDS tapes at 18 months to 2 years (if memory serves). I was shocked, since we'd just converted from 8mm (which has a somewhat longer life expectancy). In the end, I called 3M. Their comment was that the report was correct, but incomplete. If you store DDS tapes lying flat, their life expectancy is short. If you stack them on edge, they are supposed to be good for 10 years. Of course, that leaves many people with the problem that the current version of the backup software may not be able to read tapes from the older version. (An area where *nix shines.... I hope. Some commercial firms seem to have no qualms about changing format and not making them backwards compatible.) > I wish I could recommend a good tape drive, but the only ones which > look like being good are DLT, and they cost an arm and a leg. I've had great results with the Seagate Scorpion. Which, interestingly enough, Seagate calls a DAT drive. They do mention it uses DDS3 media. I've seen internal drives from about $900 USA. If you can live with re-furbished drives, and older DLT drives are OK, you can also check out http://www.corpsys.com/store/products.asp?dept=Tape%20Drives They have an archive 4mm DAT (DDS2) changer for $495 US, and older DLT drives in 10/20 gig or 15/30 gig flavors for $695 US each. I've had good luck with the vendor in the past, and they offer an extended (6 year) warranty on refurbished merchandise. Of course, the real pain in DLT is the media costs.... Mike ====================================================================== Mike Avery MAvery@mail.otherwhen.com (409)-842-2942 (work) ICQ: 16241692 * Spam is for lusers who can't get business any other way * A Randomly Selected Thought For The Day: One thing about pain....it proves you're alive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 6:47:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from access.lipetsk.ru (access.lipetsk.ru [195.34.224.67]) by hub.freebsd.org (Postfix) with ESMTP id 3A2AC14CCF for ; Wed, 14 Jul 1999 06:47:19 -0700 (PDT) (envelope-from vit@lipetsk.ru) Received: from hammer.tts.loc ([192.168.100.102]:25097 "EHLO lipetsk.ru" ident: "NO-IDENT-SERVICE[2]") by access.lipetsk.ru with ESMTP id <94652-203>; Wed, 14 Jul 1999 17:46:52 +0400 Message-ID: <378C94CC.CA1DB38A@lipetsk.ru> Date: Wed, 14 Jul 1999 17:46:52 +0400 From: Victor Gamov X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: Russian, ru, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Future Domain SCSI controller Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is it possible to install FreeBSD-3.1 on computer with Future Domain 1610M SCSI controller? -- CU, Victor Gamov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 7: 1: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.lax.netzero.net (mail5.lax.netzero.net [209.0.233.48]) by hub.freebsd.org (Postfix) with SMTP id 051F514CC9 for ; Wed, 14 Jul 1999 07:00:53 -0700 (PDT) (envelope-from ka3wjz@netzero.net) Received: (qmail 11821 invoked by uid 0); 14 Jul 1999 13:59:57 -0000 Received: from pppa34-annapolis1-1r99.saturn.bbn.com (HELO netzero.net) (4.11.7.216) by mail5.lax.netzero.net with SMTP; 14 Jul 1999 13:59:57 -0000 Message-ID: <378C97EA.C8B0E0C0@netzero.net> Date: Wed, 14 Jul 1999 10:00:10 -0400 From: Jack Thon X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: pictures Content-Type: multipart/mixed; boundary="------------7593A8E14E0FBA79EB0312CA" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------7593A8E14E0FBA79EB0312CA Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Will there be any pictures posted of the operating system? I would like to see what it looks like. Thank You --------------7593A8E14E0FBA79EB0312CA Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Jack Thon Content-Disposition: attachment; filename="vcard.vcf" begin: vcard fn: Jack Thon n: Thon;Jack adr: 202 Carroll Road;;;Glen Burnie;Maryland;21060-6904;United States email;internet: ka3wjz@netzero.net tel;work: 410-590-9330 x-mozilla-cpt: ;0 x-mozilla-html: FALSE version: 2.1 end: vcard --------------7593A8E14E0FBA79EB0312CA-- ________________________________________________________ NetZero - We believe in a FREE Internet. Shouldn't you? Get your FREE Internet Access and Email at http://www.netzero.net/download/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 7:11: 2 1999 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 8109C14CC9 for ; Wed, 14 Jul 1999 07:10:44 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk ([192.168.1.2] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.02 #1) id 114Mdq-000EpD-00; Wed, 14 Jul 1999 11:51:58 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk (ident=ben) by rainbow5.scientia.demon.co.uk with local (Exim 3.02 #1) id 114Mdq-000Jix-00; Wed, 14 Jul 1999 11:51:58 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Date: Wed, 14 Jul 1999 11:51:58 +0100 From: Ben Smithurst To: Mikhail Teterin Cc: questions@freebsd.org Subject: Re: result of pclose Message-ID: <19990714115158.A75763@rainbow5.scientia.demon.co.uk> References: <199907140430.AAA30964@kot.ne.mediaone.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="ikeVEW9yuYc//A+q"; micalg=pgp-md5; protocol="application/pgp-signature" X-Mailer: Mutt 0.95.4i In-Reply-To: <199907140430.AAA30964@kot.ne.mediaone.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mikhail Teterin wrote: > Produces: > /usr/bin/false's result was 256 > /usr/bin/true's result was 0 >=20 > I checked and rechecked -- false(1) returns 1 Yes, see wait(2). The value returned is (exit_code << 8) with the low 7 bits specifying the signal number the process died from and the other bit specifying if the process dumped core or not. Just use (code >> 8) to get the exit status, or see the W* macros documented in wait(2). --=20 Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk --ikeVEW9yuYc//A+q Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: 2.6.3i iQCVAwUBN4xrzSsPVtiZOS99AQFOagP/QNX1CPiHVrGMmO42/zsr9OJbH1m/ntwr bxjbPJ0V2mxRexzCr+pTe5BFKIzpwJH7ZYny0KXa5PbK5KVHvNIy0qAkeucK2eHO 41iyVXL7WnT58dLSBXgXXVYQDyM1MZ+hsQtEBEfeqPxRXq9Q3lh3N3vTAAjFKfaJ eqqRQHF+xAw= =rB4I -----END PGP SIGNATURE----- --ikeVEW9yuYc//A+q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 7:17:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pasha.anand.org (pasha.anand.org [199.103.176.41]) by hub.freebsd.org (Postfix) with SMTP id B118614CC9 for ; Wed, 14 Jul 1999 07:17:05 -0700 (PDT) (envelope-from arb@anand.org) Received: (qmail 15772 invoked by uid 1001); 14 Jul 1999 14:16:42 -0000 Date: Wed, 14 Jul 1999 17:16:42 +0300 From: Anand Buddhdev To: Adam Nealis Cc: freebsd-questions Subject: Re: How to use "traditional crypt" Message-ID: <19990714171642.B15598@africaonline.co.ke> References: <378C7B27.AA43AF2F@csl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <378C7B27.AA43AF2F@csl.com>; from Adam Nealis on Wed, Jul 14, 1999 at 12:57:27PM +0100 Organisation: Africa Online Ltd, P O Box 63017, Nairobi, Kenya X-Phone: +254-2-243775 X-WWW-Homepage: http://www.anand.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 14, 1999 at 12:57:27PM +0100, Adam Nealis wrote: You currently have the MD5 encryption library installed, libscrypt.a. Therefore the passwords you will see are long, and begin with $1$. You need the DES library, called libdescrypt.a. You can download and install this from any of FreeBSD's international mirrors. Use /stand/sysinstall, go to the distributions, and select DES. > I have a FreeBSD box with 2.2.7-STABLE on it, and > non-traditional encryption installed: > > ls -l /usr/lib/libcrypt* > > lrwxrwxrwx 1 root bin 11 Oct 13 1998 /usr/lib/libcrypt.a > -> libscrypt.a > lrwxrwxrwx 1 root bin 16 Oct 13 1998 > /usr/lib/libcrypt.so.2.0 -> libscrypt.so.2.0 > lrwxrwxrwx 1 root bin 15 Oct 14 1998 > /usr/lib/libcrypt_p.a -> libdescrypt_p.a > > For a resaon to do with some web authentication on an > offsite server we have bought space on, I have a need to > generate encrypted passwords in traditional, 13 character > UNIX style. > > At present, a short C stub, when compiled and run with > > bash-2.01# cc pw.c -lcrypt > bash-2.01# ./a.out > $1$_pa$DxOQFT8SEpBphLqHX/W4g1 > > is spitting out 32 character passwords. -- Anand To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 7:26:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ibm1.exotrope.net (ibm1.exotrope.net [199.105.232.82]) by hub.freebsd.org (Postfix) with ESMTP id 96D2614CC9 for ; Wed, 14 Jul 1999 07:26:43 -0700 (PDT) (envelope-from reason@exotrope.net) Received: from matthew (chost7.exotrope.net [216.42.91.7]) by ibm1.exotrope.net (8.8.5/8.8.5) with SMTP id KAA13261 for ; Wed, 14 Jul 1999 10:24:18 -0400 (EDT) Message-ID: <003401bece04$48431720$075b2ad8@exotrope.net> From: "RLG" To: Subject: mount problem Date: Wed, 14 Jul 1999 10:22:19 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0031_01BECDE2.C0FF1C80" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0031_01BECDE2.C0FF1C80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Greetings! When attempting to boot the FreeBSD 2.2.5 kernel I get the following = error message. "Specified device does not match mounted device" Can someone give me a lead on how to fix this? Respectfully, Rod ------=_NextPart_000_0031_01BECDE2.C0FF1C80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Greetings!
 
When attempting to boot the FreeBSD 2.2.5 kernel I = get the=20 following error message.
 
"Specified device does not match mounted = device"
 
Can someone give me a lead on how to fix = this?
 
Respectfully,
Rod
------=_NextPart_000_0031_01BECDE2.C0FF1C80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 7:40:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ibm1.exotrope.net (ibm1.exotrope.net [199.105.232.82]) by hub.freebsd.org (Postfix) with ESMTP id 0F15914CE9 for ; Wed, 14 Jul 1999 07:40:21 -0700 (PDT) (envelope-from reason@exotrope.net) Received: from matthew (chost7.exotrope.net [216.42.91.7]) by ibm1.exotrope.net (8.8.5/8.8.5) with SMTP id KAA15115 for ; Wed, 14 Jul 1999 10:37:05 -0400 (EDT) Message-ID: <00ea01bece06$11b5b800$075b2ad8@exotrope.net> From: "RLG" To: Subject: plain text/html Date: Wed, 14 Jul 1999 10:35:07 -0400 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 Apologies for sending HTML to the list. I didn't remember to change the format in Outlook Express. Thanks, Rod To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 7:45:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id EEE0114DBC for ; Wed, 14 Jul 1999 07:45:56 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id <3X0XH5HN>; Wed, 14 Jul 1999 10:45:05 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105AA4@site2s1> From: Christopher Michaels To: "FreeBSD Questions (E-mail)" Subject: Problems with sendmail masquerading.. Date: Wed, 14 Jul 1999 10:47:14 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I need to configure masquerading for sendmail. I have following the FAQ at sendmail.org on masquerading and still I cannot get it to work properly. I use the DynDns.Org service to provide a hostname to my dynamic IP address. What I have done is used that dyndns host like a subdomain on my private network (it sounded good at the time). What I need to do is change what sendmail reports as it's hostname when it sends/receives mail, and I can't seem to do that. I'd prefer not to have to actually change the hostname of the box. My situation is as follows. E.g. DOMAIN.dyndns.org resolves to my current IP address. Internally I have host1.DOMAIN.dyndns.org, host2, host3, etc... The FreeBSD machine is HOST1, and when sendmail tries deliver my mail it identifies itself to the other machine as host1.DOMAIN.dyndns.org, which (at this point) doesn't resolve to anything. The other server (especially hub.freebsd.org) reject my mail because of this. I just need to change what sendmail reports as it's hostname to be DOMAIN.dyndns.org. My sendmail config I do have: MASQUERADE_AS(DOMAIN.dyndns.org) MASQUERADE_DOMAIN(DOMAIN.dyndns.org) FEATURE(`masquerade_envelope') FEATURE(`allmasquerade') FEATURE(`masquerade_entire_domain') I am unsure if I should have the quotes in the features or not, it was kind of vague on the sendmail site. I can post my actual config when I get home from work today if necessary. At this point though, can anyone tell me what I'm doing wrong. ________________________________________________ Christopher J. Michaels Corel Priority Technical Support chrismic@ClientLogic.com "Madness has no purpose. Or reason. But it may have a goal." -- Spock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 7:56:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ares.maths.adelaide.edu.au (Ares.maths.adelaide.edu.au [129.127.44.147]) by hub.freebsd.org (Postfix) with ESMTP id 88DCF14D13 for ; Wed, 14 Jul 1999 07:56:50 -0700 (PDT) (envelope-from glewis@ares.maths.adelaide.edu.au) Received: (from glewis@localhost) by ares.maths.adelaide.edu.au (8.9.3/8.9.3) id AAA55534; Thu, 15 Jul 1999 00:25:49 +0930 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <199907141455.AAA55534@ares.maths.adelaide.edu.au> Subject: Re: Why I can't install DES on my FreeBSD 2.27? In-Reply-To: <199907140942.MAA11461@mgw-i2.ntc.nokia.com> from "WangLei Lisa (Nokia/Beijing)" at "Jul 14, 1999 05:40:00 pm" To: "WangLei Lisa (Nokia/Beijing)" Date: Thu, 15 Jul 1999 00:25:49 +0930 (CST) Cc: "'FreeBSD support'" X-Mailer: ELM [version 2.4ME+ PL56 (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 > We're using FreeBSD 2.2.7, and we need to configure this host as NIS client. > So I need to install DES, right? > > I downloaded every file in > ftp://ftp.internat.freebsd.org/pub/FreeBSD/2.2.7-RELEASE/des with netscape > 4.5, and ftp to my FreeBSD with the corresponding mode(eg. ascii for > install.sh and binary for des.aa), then I type > #sh install.sh > > but it gives me such info: > ---------------------------------------------------- > ...... > gzip: stdin: invalid compressed data--format violated > tar: child returned status 1 > tar: not found in archive > ...... > --------------------------------------------------- > So can you point out a way for me to install DES? Check the md5 checksums are right for the downloaded files. My guess is that Netscape isn't transferring them correctly. The checksums are listed in the file CHECKSUM.MD5 in the same directory you ftp'ed des.aa from (well, it should be, unfortunately I'm only seeing checksums for the kerberos files there). You can use the program 'md5' to generate a checksum. If they are not ok, or you can't verify them, try regetting them, preferably directly from the FreeBSD box so you can make sure they come in binary mode from the main ftp site. -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 5083 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 8:30:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.criterion.canon.co.uk (mailhost.criterion.canon.co.uk [194.223.249.254]) by hub.freebsd.org (Postfix) with ESMTP id 6924214CBA for ; Wed, 14 Jul 1999 08:30:44 -0700 (PDT) (envelope-from adamn@csl.com) Received: from csl.com (hermes.criterion.canon.co.uk [194.223.249.13]) by mailhost.criterion.canon.co.uk (8.8.8/8.7.3) with ESMTP id QAA19578; Wed, 14 Jul 1999 16:21:13 +0100 (BST) Message-ID: <378CA9FF.FC1FF803@csl.com> Date: Wed, 14 Jul 1999 16:17:19 +0100 From: Adam Nealis Organization: Criterion Software, Ltd. X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.0.34 i686) X-Accept-Language: en MIME-Version: 1.0 To: Anand Buddhdev Cc: freebsd-questions Subject: Re: How to use "traditional crypt" References: <378C7B27.AA43AF2F@csl.com> <19990714171642.B15598@africaonline.co.ke> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anand Buddhdev wrote: > > On Wed, Jul 14, 1999 at 12:57:27PM +0100, Adam Nealis wrote: > > You currently have the MD5 encryption library installed, > libscrypt.a. Therefore the passwords you will see are > long, and begin with $1$. You need the DES library, > called libdescrypt.a. You can download and install this > from any of FreeBSD's international mirrors. Use > /stand/sysinstall, go to the distributions, and select > DES. As it turned out, I already had libdescrypt installed. However, I had forgotten to take "$1$" out of my salt when compiling, so even when linking against libdescrypt.a I was getting long encrypted password . But your reply did prompt me to go through everything agins, so thanks! Adam. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 8:34:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from doc.dcoder.com (doc.dcoder.com [168.143.224.52]) by hub.freebsd.org (Postfix) with ESMTP id 5881B153E5 for ; Wed, 14 Jul 1999 08:34:17 -0700 (PDT) (envelope-from dacoder@dcoder.com) Received: from doc.dcoder.com (doc.dcoder.com [168.143.224.52]) by doc.dcoder.com (8.9.3/8.9.3) with ESMTP id LAA07653 for ; Wed, 14 Jul 1999 11:32:59 -0400 (EDT) (envelope-from dacoder@dcoder.com) Date: Wed, 14 Jul 1999 11:32:59 -0400 (EDT) From: David Coder Reply-To: dacoder@dcoder.com To: freebsd-questions@freebsd.org Subject: Re: Login Prompt Missing In-Reply-To: <19990714065244Z1456156-29854+63@urania.umcs.lublin.pl> 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 To get a login prompt on the 1st serial port you need to go into /etc/ttys and change the 3rd & 4th fields for ttyd0. Change the 3rd from "dialup" to say "vt100" & the 4th from "off" to "on". Then HUP init. dc _____________________ David Coder SysAdmin WebHosting Verio.com 703-749-7955 x1314 On Wed, 14 Jul 1999, Tomasz Luchowski wrote: > > Hi, > > > > The login prompt on my machine does not show up after it finishes booting > > and loading all the programs. I have added the paramter ' -h ' to telnetd > > in inetd.conf. Could this be the cause of the problem ? > > > > Thank you. > > > > Regards, > > Seng Yip > does it respond for telnetd,ssh, '/etc' requests? > > -- > zuntum:*:*:Tomasz Luchowski:http://lagoon.freebsd.org.pl/~zuntum > zuntum@lagoon.freebsd.org.pl:@nemezis:@fenix > > > 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 Wed Jul 14 8:36: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.criterion.canon.co.uk (mailhost.criterion.canon.co.uk [194.223.249.254]) by hub.freebsd.org (Postfix) with ESMTP id 680C414F58 for ; Wed, 14 Jul 1999 08:35:57 -0700 (PDT) (envelope-from adamn@csl.com) Received: from csl.com (hermes.criterion.canon.co.uk [194.223.249.13]) by mailhost.criterion.canon.co.uk (8.8.8/8.7.3) with ESMTP id QAA19624 for ; Wed, 14 Jul 1999 16:25:48 +0100 (BST) Message-ID: <378CAB13.1F9FDA8D@csl.com> Date: Wed, 14 Jul 1999 16:21:55 +0100 From: Adam Nealis Organization: Criterion Software, Ltd. X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.0.34 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: Avoid passwd rules in FreeBSD-2.2.7-RELEASE? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Another password-type question from me today! not connected to the previous question tho: passwd seems to insist (even when root), on enforcing a rule about not allowing all lower-case passwords. I have grepped /etc/login.conf and didn't see anything (man passwd says it uses /etc/login.cap(5), but it ain't there on my system). Also, man passwd seems to imply the lower case rule is inherent to passwd - is this the case, and if not, how can I avoid the restriction? (Please, no lectures on why the rule is a Good Thing - the person who wants this password is more "important" than me). Thanks, Adam. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 8:53:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from implode.root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 2CF4314D4F for ; Wed, 14 Jul 1999 08:53:42 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id IAA20317; Wed, 14 Jul 1999 08:50:51 -0700 (PDT) Message-Id: <199907141550.IAA20317@implode.root.com> To: Adam Nealis Cc: freebsd-questions Subject: Re: Avoid passwd rules in FreeBSD-2.2.7-RELEASE? In-reply-to: Your message of "Wed, 14 Jul 1999 16:21:55 BST." <378CAB13.1F9FDA8D@csl.com> From: David Greenman Reply-To: dg@root.com Date: Wed, 14 Jul 1999 08:50:51 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Another password-type question from me today! > >not connected to the previous question tho: > >passwd seems to insist (even when root), on enforcing a rule >about not allowing all lower-case passwords. I have grepped >/etc/login.conf and didn't see anything (man passwd says it >uses /etc/login.cap(5), but it ain't there on my system). > >Also, man passwd seems to imply the lower case rule is >inherent to passwd - is this the case, and if not, how can I >avoid the restriction? > >(Please, no lectures on why the rule is a Good Thing - the >person who wants this password is more "important" than me). As root, specify the same (non-conforming) password twice and it will be accepted the second time. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project - http://www.freebsd.org Creator of high-performance Internet servers - http://www.terasolutions.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 9:15: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id 3F18E14CC9 for ; Wed, 14 Jul 1999 09:14:55 -0700 (PDT) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id SAA19757; Wed, 14 Jul 1999 18:14:44 +0200 (MET DST) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.7.5/8.7.3) with ESMTP id SAA00614; Wed, 14 Jul 1999 18:14:44 +0200 (MET DST) Received: (from gunnar@localhost) by pluto.sr.se (8.9.3/8.9.1) id SAA03422; Wed, 14 Jul 1999 18:14:44 +0200 (CEST) (envelope-from gunnar) Date: Wed, 14 Jul 1999 18:14:44 +0200 From: Gunnar Flygt To: Jack Thon Cc: FreeBSD Questions Subject: Re: pictures Message-ID: <19990714181444.B3375@sr.se> Reply-To: Gunnar Flygt References: <378C97EA.C8B0E0C0@netzero.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <378C97EA.C8B0E0C0@netzero.net>; from Jack Thon on Wed, Jul 14, 1999 at 10:00:10AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 14, 1999 at 10:00:10AM -0400, Jack Thon wrote: > Will there be any pictures posted of the operating system? I would like > to see what it looks like. I can't help being a little ironic here. How do you picture an OS? The OS is about as sexy looking as an MSDOS prompt. If you want screen shots from the graphic environment provided by XFree86, you can always look at the different kind of Window managers that are available. http://www.windowmaker.org is one another is http://www.afterstep.org and a third one is http://www.fvwm.org or http://www.gnome.org and so on There are several other windowmanagers, mwm, kde, enlightenment cde and so on. -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 9:19:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id 9A90C14D28 for ; Wed, 14 Jul 1999 09:19:24 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id JAA25881; Wed, 14 Jul 1999 09:18:53 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Wed, 14 Jul 1999 09:18:53 -0700 (PDT) From: Doug X-Sender: doug@dt054n86.san.rr.com To: "J. M. Albores" Cc: freebsd-questions@freebsd.org Subject: Re: Newbie: The "PS1" environment variable & others. In-Reply-To: <378C0AD3.42A7857B@bigfoot.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 On Wed, 14 Jul 1999, J. M. Albores wrote: > BTW, what's the reason to have a hardlink to ~/.profile in "/"? Maybe a > bug? It's definitely not a bug. To be honest I'm not sure exactly why it's there, but I can think of several possible reasons. The most likely reason I can think of is that on some SysV systems there is no /root directory, so people got into the habit of editing /.profile. It serves no useful purpose that I can see, however it doesn't hurt anything either. Good luck, Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 9:25: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hmd.com (ns.hmd.com [207.173.216.194]) by hub.freebsd.org (Postfix) with ESMTP id 7CE5514DF4 for ; Wed, 14 Jul 1999 09:24:57 -0700 (PDT) (envelope-from tkemp@hmd.com) Received: from [207.173.216.195] (ninja.hmd.com [207.173.216.195]) by hmd.com (8.8.7/8.8.7) with ESMTP id KAA11957 for ; Wed, 14 Jul 1999 10:32:28 -0600 (MDT) (envelope-from tkemp@hmd.com) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Sender: tkemp@mail.hmd.com Message-Id: Date: Wed, 14 Jul 1999 10:22:03 -0600 To: freebsd-questions@freebsd.org From: Tony Kemp Subject: Setting up NNTP and news server Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I've been trying to install a NNTP server for a while now on a FreeBSD 2.2.5 system (alright, so I don't exactly know what to do to upgrade--that question is for another day :) ). The inetd.conf file listed the following: nntp stream tcp nowait news /usr/libexec/nntpd nntpd except, when I look where it points to, there is no nntpd to be found! There is no package that I can find on the CD to install it either. I went to the ftp site and found this package: nntp-1.5.11.5.tgz and installed it. It installed and I found nntpd in /usr/local/sbin. So I changed the inetd.conf to point to it, restarted inetd, and nothing happens. I try starting it standalone and it tells me this: ELF interpreter /usr/libexec/ld-elf.so.1 not found When the package installed, it added some files somewhere but it obviously didn't put them in the right place. Most packages I've added were available immediately and worked right away. I'm thinking that the packages on the ftp site probably require a newer system. Can some kind soul help me get this working or point me in the right direction? I would like to set up a PULL feed from our ISP. Any help would be appreciated. Thanks, Tony Kemp --- Graphic Designer & System Administrator Huddleston Malone Design 56 Exchange Place, Salt Lake City, UT 84111 Phone: 801.595.6808 Fax: 801.595.6841 http://www.hmd.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 9:44:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bill.profero.com (bill.profero.com [212.36.157.131]) by hub.freebsd.org (Postfix) with ESMTP id 66E1314E1F for ; Wed, 14 Jul 1999 09:44:16 -0700 (PDT) (envelope-from alex@profero.com) Received: from host168.profero.com by bill.profero.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1459.74) id 35VWB8K9; Wed, 14 Jul 1999 17:43:20 +0100 From: "Alex Knowles" To: "Questions (E-mail)" Subject: printing (again) Date: Wed, 14 Jul 1999 17:44:23 +0100 Message-ID: <000001bece18$213215a0$a89d24d4@profero.com> 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 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm really sorry to post a repeat question, but I've just upgraded to freebsd 3.2-release and I'm having real problems getting the kernel to see my printer ports: here is my kernel device ppc0 at isa? port? flags 0x40 net irq 7 controller ppbus0 device lpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? and here is my dmesg output: ppc0 at 0x3bc irq 7 flags 0x40 on isa ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppi0: on ppbus 0 plip0: on ppbus 0 whenever I try to access lpt0 it says that the device is not configured. If I try and use the old configuration of lpt and I try and build the kernel I get a whole load of make errors. what am I doing wrong!? please help thanks Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 10:10:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-out.vma.verio.net (smtp-out.vma.verio.net [168.143.0.23]) by hub.freebsd.org (Postfix) with ESMTP id 90239153E8 for ; Wed, 14 Jul 1999 10:10:31 -0700 (PDT) (envelope-from thomas@clark.net) Received: from smtp-gw.vma.verio.net ([168.143.0.18]) by smtp-out.vma.verio.net with esmtp (Exim 2.10 #1) id 114OIO-00026D-00 for freebsd-questions@freebsd.org; Wed, 14 Jul 1999 08:37:56 -0400 Received: from minotaur (thomas.clark.net [168.143.2.191]) by smtp-gw.vma.verio.net (8.9.3/8.9.3) with SMTP id IAA29023 for ; Wed, 14 Jul 1999 08:41:16 -0400 (EDT) Message-Id: <3.0.6.32.19990714084342.009bb290@pop3.clark.net> X-Sender: thomas@pop3.clark.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Wed, 14 Jul 1999 08:43:42 -0400 To: freebsd-questions@freebsd.org From: Mark Thomas Subject: Network driver: de Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Any comments on the quality/stability of this driver? I'm looking at picking up a KNE100TX, which appears to use this driver. Thanks, Mark --- thomas@clark.net ---> http://www.clark.net/pub/thomas PBEM Eldritch --------> http://www.pmpro.com/eldritch [TM4463-ORG] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 10:47: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mx03.together.net (mx05.together.net [204.97.120.65]) by hub.freebsd.org (Postfix) with ESMTP id 4E86B15402 for ; Wed, 14 Jul 1999 10:46:59 -0700 (PDT) (envelope-from neo@together.net) Received: from global- (dial-10-tnt-btvt-02.ramp.together.net [209.91.2.10]) by mx03.together.net (8.9.3/8.9.3) with SMTP id NAA29057 for ; Wed, 14 Jul 1999 13:47:43 -0400 (EDT) From: "Mark" To: Subject: booting trouble Date: Wed, 14 Jul 1999 13:46:44 -0400 Message-ID: <01bece20$d6a893c0$0a025bd1@global-> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BECDFF.4F96F3C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BECDFF.4F96F3C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable when i boot all I get is=20 F1 FreeBSD Default: F1 I try pushing F1 it beeps I try enter it beeps the only thing that does = anything is ctrl +alt+Delete and that just reboots the machine what = should I do? ------=_NextPart_000_0004_01BECDFF.4F96F3C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
when i boot all I get is =
 
 
F1   =20 FreeBSD
 
Default: F1
 
I try pushing F1 it beeps I try = enter it beeps=20 the only thing that does anything is ctrl +alt+Delete and that = just=20 reboots the machine what should I do?
------=_NextPart_000_0004_01BECDFF.4F96F3C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 10:48:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand2.global.net.uk (sand2.global.net.uk [195.147.246.100]) by hub.freebsd.org (Postfix) with ESMTP id BFE7214FC4 for ; Wed, 14 Jul 1999 10:48:05 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p73s02a06.client.global.net.uk ([195.147.210.116] helo=marder-1.) by sand2.global.net.uk with esmtp (Exim 2.05 #1) id 114T8O-0008Ju-00; Wed, 14 Jul 1999 18:47:57 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id SAA00317; Wed, 14 Jul 1999 18:38:35 +0100 (BST) (envelope-from marko) Date: Wed, 14 Jul 1999 18:38:35 +0100 From: Mark Ovens To: Anand Buddhdev Cc: freebsd-questions@freebsd.org Subject: Re: key mapping in vi/nvi Message-ID: <19990714183835.A269@marder-1> References: <19990714104155.A13850@africaonline.co.ke> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <19990714104155.A13850@africaonline.co.ke>; from Anand Buddhdev on Wed, Jul 14, 1999 at 10:41:55AM +0300 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 14, 1999 at 10:41:55AM +0300, Anand Buddhdev wrote: > I've been trying to do some key mapping in vi, but I'm stuck. I can > associate simple letters to words, eg. map n anand, so that a press of > 'anand' will instead send 'anand' to the editor. However, I want to > associate the function keys F1 to F12 with various more complex macros, > for example a substitution macro, like: > > F1 = s/From: Anand Buddhdev /From: postmaster/ > Try: map ^[OP :s/From: Anand Buddhdev /From: postmaster/^M Where ``^[OP'' is typed ``Ctrl-V F1'' and ^M is typed ``Ctrl-V Ctrl-M''. Put the cursor on the start of the matching string, hit F1, and voila. Works for me. If you want it global just add ``%'' between ``:'' and ``s''. HTH > This is so I can use vi with mutt, and change my from addresses with a > single key rather than editing them everytime. Any help will be > appreciated. > > -- > Anand > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:markov@globalnet.co.uk 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 Wed Jul 14 10:57:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from troi.csw.net (troi.csw.net [209.136.192.23]) by hub.freebsd.org (Postfix) with ESMTP id C0D1D1541B for ; Wed, 14 Jul 1999 10:57:26 -0700 (PDT) (envelope-from lance@cswnet.com) Received: from cswnet.com (lance.woodson.com [209.136.201.27]) by troi.csw.net (8.9.3/8.9.3) with ESMTP id MAA79324 for ; Wed, 14 Jul 1999 12:55:40 -0500 (CDT) (envelope-from lance@cswnet.com) Message-ID: <378CCF1A.92446185@cswnet.com> Date: Wed, 14 Jul 1999 12:55:38 -0500 From: Lance Woodson Organization: Woodson Web Development X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: 3.2 hosts.allow Problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want to be able to deny all conections except from three domains. However, everything is getting denied. What am I doing wrong? hosts.allow ============================================================= ALL: ALL: DENY ALL: 127.0.0.1: ALLOW ALL: .a.com: ALLOW ALL: .b.com: ALLOW ALL: .c.com: ALLOW telnetd: ALL: banners /usr/local/etc/banners To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 10:57:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from paso.wpafb.af.mil (paso.wpafb.af.mil [129.48.123.198]) by hub.freebsd.org (Postfix) with SMTP id 013811542A for ; Wed, 14 Jul 1999 10:57:35 -0700 (PDT) (envelope-from rperkins@paso.wpafb.af.mil) Received: by paso.wpafb.af.mil(Lotus SMTP MTA SMTP v4.6 (462.2 9-3-1997)) id 852567AE.00630B58 ; Wed, 14 Jul 1999 14:01:49 -0400 X-Lotus-FromDomain: RFPSSO From: rperkins@paso.wpafb.af.mil To: freebsd-questions@FreeBSD.ORG Message-ID: <852567AE.0062A267.00@paso.wpafb.af.mil> Date: Wed, 14 Jul 1999 14:01:44 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am looking into the freeBSD software, I am a complete novice in the Unix world, my question is will this OS run on an old Mac Quadra 900? I do not own the system yet, a person I work with is giving it to me, and since I do not use Mac's that much I thought that this would be a good chance to run a Unix os on older hardware. Please let me know if I can and if I should pursue this. I do have a pc that runs Winblowz 98 bloatware,( I will be honest tho, it does ok and it is easy for my wife and kids to use) on an 333 Celeron. I have considered dual booting this machine and I will once I add a 2nd harddrive. But I would like to take advantage of the MAc and not waste it. Bob Perkins Contractor, Applied Sciences Corporation PIXS SYS/OP Tel: (937) 255-2837 DSN 785-2837 Fax: (937) 656-7193 DSN 986-7193 Email: perkinr@paso.wpafb.af.mil To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 10:58:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id EC8841542A for ; Wed, 14 Jul 1999 10:58:14 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id <3X0XH7R6>; Wed, 14 Jul 1999 13:57:21 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105AA7@site2s1> From: Christopher Michaels To: "'vallo@matti.ee'" Cc: freebsd-questions@FreeBSD.ORG Subject: RE: How to get rid of Sendmail DNS lookups? Date: Wed, 14 Jul 1999 13:59:30 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What about FEATURE(`nodns') ? -Chris > -----Original Message----- > From: Vallo Kallaste [SMTP:vallo@matti.ee] > Sent: Monday, July 12, 1999 3:05 AM > To: Greg Lehey > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: How to get rid of Sendmail DNS lookups? > > On Mon, Jul 12, 1999 at 02:39:55PM +0930, Greg Lehey > wrote: > > > > sendmail does DNS lookup when told not to do so. Weird. Any additional > > > thoughts? > > > > I've noticed this too. Based on the documentation, it's not clear > > whether it's a bug or a feature. But there used to be a configuration > > variable for sendmail which would completely remove any DNS lookups in > > the binary. You'll have to look in the sources to find it. > > You probably mean the -DNAMED_BIND=0 or the same option in the conf.h > file. I tried it, set them both and built the sendmail by hand, also > removed NIS and tcpwrappers support but still no joy. It's really beyond > me what the sendmail does. > -- > > Vallo Kallaste > vallo@matti.ee > > > 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 Wed Jul 14 11:19: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gtedstpa.bdi.gte.com (gtedstpa.bdi.gte.com [192.76.82.65]) by hub.freebsd.org (Postfix) with SMTP id 7868515402 for ; Wed, 14 Jul 1999 11:18:10 -0700 (PDT) (envelope-from chris.story@telops.gte.com) Received: from bogie.irngtx.tel.gte.com by gtedstpa.bdi.gte.com with SMTP id OAA14492 (GTE Telephone Operations SMTP Gateway 4.2 for ); Wed, 14 Jul 1999 14:17:32 -0400 Received: from txirvhqw006.irngtx.tel.gte.com (txirvhqw006.irngtx.tel.gte.com [143.91.86.141]) by bogie.irngtx.tel.gte.com (8.8.5/8.8.5) with SMTP id NAA23428 for ; Wed, 14 Jul 1999 13:17:02 -0500 (CDT) Received: by txirvhqw006.irngtx.tel.gte.com with VINES-ISMTP; Wed, 14 Jul 1999 13:17:45 -0500 Date: Wed, 14 Jul 1999 13:17:29 -0500 Message-Id: X-Priority: 3 (Normal) To: From: "Chris Story" Reply-To: Subject: lmalloc X-Incognito-Sn: 559 X-Incognito-Version: 5.0.1.93 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After updating my sources from scratch, I am getting this error when I try to run a 'make world' any help would be appreciated. cc -O6 -pipe -march=pentiumpro -mcpu=pentiumpro -I/usr/src/lib/libm/common_source -Dnational -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/libm/common_source/lgamma.c -o lgamma.o /usr/src/lib/libm/common_source/lgamma.c:141: syntax error before `double' *** Error code 1 Stop. Thanks, Chris Story. GTE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 11:20: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id 840F115402 for ; Wed, 14 Jul 1999 11:20:00 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (8.9.3/8.9.3) with ESMTP id VAA01011; Wed, 14 Jul 1999 21:19:40 +0300 (EET DST) Received: by myhakas.matti.ee (Postfix, from userid 1000) id 9BE951FA7; Wed, 14 Jul 1999 21:19:48 +0300 (EEST) Date: Wed, 14 Jul 1999 21:19:48 +0300 From: Vallo Kallaste To: Christopher Michaels Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to get rid of Sendmail DNS lookups? Message-ID: <19990714211948.A66206@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <6C37EE640B78D2118D2F00A0C90FCB4401105AA7@site2s1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <6C37EE640B78D2118D2F00A0C90FCB4401105AA7@site2s1>; from Christopher Michaels on Wed, Jul 14, 1999 at 01:59:30PM -0400 Organization: =?iso-8859-1?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 14, 1999 at 01:59:30PM -0400, Christopher Michaels wrote: > What about FEATURE(`nodns') ? > -Chris > > > > > > sendmail does DNS lookup when told not to do so. Weird. Any additional > > > > thoughts? > > > > > > I've noticed this too. Based on the documentation, it's not clear > > > whether it's a bug or a feature. But there used to be a configuration > > > variable for sendmail which would completely remove any DNS lookups in > > > the binary. You'll have to look in the sources to find it. Yes, I tried that, it's deprecated in the 8.9.3 and suggests using service switch. I got now my system working by using postfix, I use postfix for about two-three months on my work machine, it's fully networked. Never had problems with postfix, but I thought that I give a try to sendmail... but sendmail failed for what I wanted to do. I sent detailed question to sendmail-questions list but nobody replied so far. I don't blame sendmail but I got everything to work with half a hour using postfix. The only thing what I have done was following the guidelines. The documentation is well formed and I like reading it. That's the story. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 11:33:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id 7E4EE15414 for ; Wed, 14 Jul 1999 11:33:34 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id LAA27168; Wed, 14 Jul 1999 11:33:21 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Wed, 14 Jul 1999 11:33:21 -0700 (PDT) From: Doug X-Sender: doug@dt054n86.san.rr.com To: Lance Woodson Cc: freebsd-questions@freebsd.org Subject: Re: 3.2 hosts.allow Problems In-Reply-To: <378CCF1A.92446185@cswnet.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 On Wed, 14 Jul 1999, Lance Woodson wrote: > I want to be able to deny all conections except from three domains. > However, everything is getting denied. What am I doing wrong? > ALL: 127.0.0.1: ALLOW > ALL: .a.com: ALLOW > ALL: .b.com: ALLOW > ALL: .c.com: ALLOW > telnetd: ALL: banners /usr/local/etc/banners > ALL: ALL: DENY Notice the difference? :) Good luck, Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 11:37:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ux9.cso.uiuc.edu (ux9.cso.uiuc.edu [128.174.5.39]) by hub.freebsd.org (Postfix) with ESMTP id E71FB15406 for ; Wed, 14 Jul 1999 11:37:14 -0700 (PDT) (envelope-from mislam@students.uiuc.edu) Received: from localhost (mislam@localhost) by ux9.cso.uiuc.edu (8.8.8/8.8.8) with ESMTP id NAA19701 for ; Wed, 14 Jul 1999 13:35:20 -0500 (CDT) X-Authentication-Warning: ux9.cso.uiuc.edu: mislam owned process doing -bs Date: Wed, 14 Jul 1999 13:35:19 -0500 (CDT) From: Sharif Islam X-Sender: mislam@ux9.cso.uiuc.edu To: freebsd-questions@freebsd.org Subject: Problem 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 tried to install BSd in my Pc, which has windows 95 in it. I have already partitiioned disk. I was trying to install it on C: drive. I made two floppies kern.flp and mfsroot.flp. I boot then as instructed. Then I went to novice install. I think here I did something wrong. After installing when it was rebooting, It gives a promprt boot:.and it i type there something its not working. Before that no booting option cmoes up, it just say f1 default bsd. I cudn't get into windows. Please help , thanks. I think for some of the option in installing i didn't do right. So it might have erased my Windows.thanks ________________________ Sharif Islam http://www.students.uiuc.edu/~mislam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 11:38: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb1-a.mail.utexas.edu [128.83.126.134]) by hub.freebsd.org (Postfix) with SMTP id 90F6A15459 for ; Wed, 14 Jul 1999 11:38:04 -0700 (PDT) (envelope-from kevin.weiss@mail.utexas.edu) Received: (qmail 26282 invoked from network); 14 Jul 1999 18:37:53 -0000 Received: from pmcl-pc21.ph.utexas.edu (HELO pmclp21.ph.utexas.edu) (128.83.155.131) by umbs-smtp-1 with SMTP; 14 Jul 1999 18:37:53 -0000 X-Sender: kevin.weiss@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.2 Date: Wed, 14 Jul 1999 13:36:16 -0500 To: Gnoh Chee Seng From: Kevin Weiss Subject: Re: Configuring SB Sound Card Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <19990713151158.A13077@la.best.com> References: <19990713045804.26973.rocketmail@web601.yahoomail.com> <19990713045804.26973.rocketmail@web601.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <19990714183805.90F6A15459@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 03:11 PM 7/13/99 -0700, you wrote: >On Mon, Jul 12, 1999 at 09:58:04PM -0700, Gnoh Chee Seng wrote: >> I have another question, I would like to configure my >> sound card, Sound Blaster Live, to work with FreeBSD >> 3.1. However I noticed that the options in the kernel > >The Live! is not supported by freebsd, and only a bit by Linux. > >-- >Joseph nugundam =best=com==/==\=IIGS=/==\=Playstation=/==\=Civic HX CVT=/==\ ># Anime Expo 1999 >> www.anime-expo.org/ > ># FreeBSD: The Power to Serve >> www.freebsd.org > ># EX: The Online World of Anime & Manga >> www.ex.org/ / > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > you can also check out http://www.opensound.com for SB Live! support last I heard though, support (i.e. a good,stable driver file or files) won't start until Q4 of 1999. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 11:41:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 117491544A for ; Wed, 14 Jul 1999 11:41:07 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id <3X0XH8CB>; Wed, 14 Jul 1999 14:40:11 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105AA8@site2s1> From: Christopher Michaels To: "'Wyatt, Anthony'" , "'freebsd-questions@freebsd.org'" Subject: RE: Kernel Drivers Date: Wed, 14 Jul 1999 14:42:20 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You may want to ask on -hackers but see if anyone here has an answer 1st. Have you considered checking the source code out for the vga(4) driver in 3.2? > -----Original Message----- > From: Wyatt, Anthony [SMTP:Anthony.Wyatt@its.csiro.au] > Sent: Sunday, July 11, 1999 10:44 PM > To: 'freebsd-questions@freebsd.org' > Subject: Kernel Drivers > > Hi, > I really don't know where to post this message, so if there is a better > place please let me know. > > I want to write a driver for my video card, not for X, for my own home > grown app :-) > > I've just read Chap 5 of the Magic Garden Explained (SysVR4 Internals) > so > I have some idea whats expected when writing a device driver. I've also > read the technical programming doco for my video card. The big hole in my > plan is PCI. I don't know how to talk to my video card on the PCI bus :-( > > So I guess my questions are: > Should I try and find out more about basic driver programming, > specifically freeBSD, and if so where? > Where can I find out about programming PCI devices? > > Thanks for any help, > Anthony > > > 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 Wed Jul 14 11:43:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb3-a.mail.utexas.edu [128.83.126.138]) by hub.freebsd.org (Postfix) with SMTP id 2996715420 for ; Wed, 14 Jul 1999 11:43:29 -0700 (PDT) (envelope-from kevin.weiss@mail.utexas.edu) Received: (qmail 19421 invoked by uid 0); 14 Jul 1999 18:41:47 -0000 Received: from pmcl-pc21.ph.utexas.edu (HELO pmclp21.ph.utexas.edu) (128.83.155.131) by umbs-smtp-3 with SMTP; 14 Jul 1999 18:41:47 -0000 X-Sender: kevin.weiss@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.2 Date: Wed, 14 Jul 1999 13:40:10 -0500 To: "Booth, Christopher" From: Kevin Weiss Subject: Re: Further Motherboard Queries Cc: freebsd-questions@freebsd.org In-Reply-To: <199907140206.WAA10543@interlock.mgh.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <19990714184330.2996715420@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 10:06 PM 7/13/99 -0400, you wrote: >Has anyone tried out the Abit BH6 with FreeBSD? > >Any caveats? > >More: > >Am I asking the right question? Will a standard PC motherboard and CPU that >are compatible with each other work with FreeBSD in any case, and the >question is just one of dependability? I guess that I am assuming that a >motherboard might be like, say a sound card or modem and just not work with >FreeBSD. Is this assumption wrong? > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > yeah...that's what I use to run my FBSD machine on. I was using my ABIT BH6 with a Celeron 300A (overclocked of course). I have ran both FBSD 2.2.7 and the 3.1 releases on this machine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 11:43:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tank.razorfish.com (tank.razorfish.com [206.64.109.2]) by hub.freebsd.org (Postfix) with ESMTP id 15D9B15420 for ; Wed, 14 Jul 1999 11:43:36 -0700 (PDT) (envelope-from hans@razorfish.com) Received: from yaga.razorfish.com (yaga.razorfish.com [206.64.109.6]) by tank.razorfish.com (8.9.1/8.9.1) with ESMTP id OAA18279 for ; Wed, 14 Jul 1999 14:42:05 -0400 (EDT) Received: (from hans@localhost) by yaga.razorfish.com (8.9.2/8.9.2) id OAA11897 for questions@freebsd.org; Wed, 14 Jul 1999 14:42:04 -0400 (EDT) Message-Id: <199907141842.OAA11897@yaga.razorfish.com> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) X-Image-URL: http://yagaland.razorfish.com/hcs.tiff X-Face: $}SX;AVK.1WpW9e}n(k95w5U?O;M3T8)YG1'%c|?JT/1_RYui,GJ".'lwb.U,(9%*b|z4| RY4T5s,+MFSx%Y_Ot[Tn-S!F9dia&cm*0+65zXMo6S~;B?i/`23C-oovCgg)b{y~kuy6c1 chjm:I(A~3^_2?3Y}[NnMgu>is6|Lm1 X-Nextstep-Mailer: Mail 4.2mach [i386] (Enhance 2.2p2) Received: by NeXT.Mailer (1.148) From: Hans-Christoph Steiner Date: Wed, 14 Jul 1999 13:55:01 -0400 To: isp@freebsd.org Subject: Any experience with T3/HSSI cards and FreeBSD? X-URL: http://yagaland.steinertours.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We have just added a layer of complexity to the router that we are designing and I wanted to hear about some real world experience. We want to have two T1s to the internet using BGP routing, then a leased T3 directly to an branch office. We would also like to make this machine our firewall and IPSec/VPN machine. Any words of advice or comments would be greatly appreciated. -Hans | || ||| || r a z o r f i s h , inc. hans-christoph steiner [ network systems manager ] >> tel +1.212.798.6432 >> pager +1.888.433.4970 >> http://www.razorfish.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 11:44:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from c008.sfo.cp.net (c008-h019.c008.sfo.cp.net [209.228.14.208]) by hub.freebsd.org (Postfix) with SMTP id C9CEA14CC0 for ; Wed, 14 Jul 1999 11:44:31 -0700 (PDT) (envelope-from cwang@surfree.com) Received: (cpmta 18365 invoked from network); 14 Jul 1999 11:44:04 -0700 Received: from ws.caresystems.com (HELO surfree.com) (208.30.33.250) by smtp.surfree.com with SMTP; 14 Jul 1999 11:44:04 -0700 X-Sent: 14 Jul 1999 18:44:04 GMT Message-ID: <378CDAED.5349662E@surfree.com> Date: Wed, 14 Jul 1999 14:46:05 -0400 From: "Ching C. Wang" X-Mailer: Mozilla 4.5 [en] (WinNT; U) X-Accept-Language: en,zh-TW MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: sio0 getting interrupt-level buffer overflows during modem connections Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I connected to my ISP via modem with ppp. I often got syslog message like 'more sio0 interrupt-level buffer overflows' while using Netscape or in ftp session. It occurred with my FreeBSD3.1 system. Upgrading to FreeBSD3.2 did not seem to help. Please advise. Thanks, Ching Wang To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 11:45:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bogslab.ucdavis.edu (bogslab.ucdavis.edu [169.237.68.34]) by hub.freebsd.org (Postfix) with ESMTP id 62691155DB for ; Wed, 14 Jul 1999 11:45:28 -0700 (PDT) (envelope-from greg@bogslab.ucdavis.edu) Received: from deal1.bogs.org (deal1.bogs.org [198.137.203.51]) by bogslab.ucdavis.edu (8.9.3/8.9.3) with ESMTP id LAA18858 for ; Wed, 14 Jul 1999 11:45:24 -0700 (PDT) Received: from deal1.bogs.org (LOCALHOST [127.0.0.1]) by deal1.bogs.org (8.8.8/8.6.12) with ESMTP id LAA11434 for ; Wed, 14 Jul 1999 11:45:22 -0700 (PDT) Message-Id: <199907141845.LAA11434@deal1.bogs.org> To: questions@freebsd.org Subject: 4link800 Reply-To: gkshenaut@ucdavis.edu Date: Wed, 14 Jul 1999 11:45:21 -0700 From: Greg Shenaut Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'll be traveling in the US and Canada for about two months, and would like to have reasonably-priced PPP access to my local machine, through an 800 number. The one outfit I've found that looks like it will give me this service is called 4link800 (www.800.4link.net). Has anyone used this service with FreeBSD's PPP? How hard was it to set up? Also, is their pricing scheme about right? You buy hours in advance at a sliding scale of $9/hr for 1-2 hours down to $6/hr for 11+ hours. I wish it were less, but that doesn't sound too bad to me. I'd welcome any information anyone has on this service, or any other comparable or better service. -Greg Shenaut To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 11:47: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb2-a.mail.utexas.edu [128.83.126.136]) by hub.freebsd.org (Postfix) with SMTP id 74C2B14D0D for ; Wed, 14 Jul 1999 11:46:52 -0700 (PDT) (envelope-from kevin.weiss@mail.utexas.edu) Received: (qmail 26445 invoked by uid 0); 14 Jul 1999 18:46:23 -0000 Received: from pmcl-pc21.ph.utexas.edu (HELO pmclp21.ph.utexas.edu) (128.83.155.131) by umbs-smtp-2 with SMTP; 14 Jul 1999 18:46:23 -0000 X-Sender: kevin.weiss@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.2 Date: Wed, 14 Jul 1999 13:44:46 -0500 To: "WangLei Lisa (Nokia/Beijing)" From: Kevin Weiss Subject: Re: Why I can't install DES on my FreeBSD 2.27? Cc: freebsd-questions@freebsd.org In-Reply-To: <199907140942.MAA11461@mgw-i2.ntc.nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <19990714184657.74C2B14D0D@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 05:40 PM 7/14/99 +0300, you wrote: >Dear sir, > >We're using FreeBSD 2.2.7, and we need to configure this host as NIS client. >So I need to install DES, right? > >I downloaded every file in >ftp://ftp.internat.freebsd.org/pub/FreeBSD/2.2.7-RELEASE/des with netscape >4.5, and ftp to my FreeBSD with the corresponding mode(eg. ascii for >install.sh and binary for des.aa), then I type >#sh install.sh > >but it gives me such info: > ---------------------------------------------------- >...... >gzip: stdin: invalid compressed data--format violated >tar: child returned status 1 >tar: not found in archive >...... > --------------------------------------------------- >So can you point out a way for me to install DES? > >Thank you very much. > >Wang lei > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > A Real easy way would just be /stand/sysinstall...assuming you have the 2.2.7 CD. If you don't have it...I can send you my 2.2.7 Set. I have 3.1, so I haven't used those CD's (and don't plan to anymore) for a long time. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 12: 5:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id AE1AD14C17 for ; Wed, 14 Jul 1999 12:05:41 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id PAA16334; Wed, 14 Jul 1999 15:06:56 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907141906.PAA16334@cc942873-a.ewndsr1.nj.home.com> Subject: Re: SSH X Forwarding In-Reply-To: <378C5EF9.503AA7CA@prime.net.ua> from "Andy V. Oleynik" at "Jul 14, 99 12:57:15 pm" To: andyo@prime.net.ua (Andy V. Oleynik) Date: Wed, 14 Jul 1999 15:06:56 -0400 (EDT) Cc: cjclark@home.com, freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (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 Andy V. Oleynik wrote, [Charset koi8-r unsupported, filtering to ASCII...] > Forgive me my intruding. But there is one question: > Does ur X/sshd server allow connections to X ? > If no then xhost could be ur tool. IIRC, xhost is taken care of/not needed by an ssh X connection. When I 'xhost' while ssh'ed into the troublesome sshd-machine, I get the exact same error; it cannot get a socket to X. Now, I mentioned trying this before and finally got to it. I logged onto the troubled machine at its console, started X, and then ssh'ed back in. In the ssh session, I tried an xterm and guess what... got the same error message. 'localhost' was definately on the xhost list (I checked in a non-ssh xterm). I should add that X otherwise behaves fine when sitting at this machine. The ugly startup window for xlock reminded me that this is one difference from other machines, but I do not see how xlock would effect things. Still puzzling over this. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 12: 6:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 3A79C14CC0 for ; Wed, 14 Jul 1999 12:06:51 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id AAA24155; Thu, 15 Jul 1999 00:54:01 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id WAA00951; Wed, 14 Jul 1999 22:58:37 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id WAA02109; Wed, 14 Jul 1999 22:56:41 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Wed, 14 Jul 1999 22:56:41 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: Gunnar Flygt Cc: Jack Thon , FreeBSD Questions Subject: Re: pictures In-Reply-To: <19990714181444.B3375@sr.se> 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 Wed, 14 Jul 1999, Gunnar Flygt wrote: > On Wed, Jul 14, 1999 at 10:00:10AM -0400, Jack Thon wrote: > > Will there be any pictures posted of the operating system? I would like > > to see what it looks like. > > I can't help being a little ironic here. How do you picture an OS? The > OS is about as sexy looking as an MSDOS prompt. If you want screen shots well, it looks like a D.Mon (one with a trident) running inside your computer and kicking every task to run faster :-) picture of him is available. > from the graphic environment provided by XFree86, you can always look at > the different kind of Window managers that are available. > http://www.windowmaker.org is one another is http://www.afterstep.org > and a third one is http://www.fvwm.org or http://www.gnome.org and so on > There are several other windowmanagers, mwm, kde, enlightenment cde and > so on. > > -- > __o > regards, Gunnar ---_ \<,_ > email: flygt@sr.se ---- (_)/ (_) > > > 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 Wed Jul 14 12:18:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb1-a.mail.utexas.edu [128.83.126.134]) by hub.freebsd.org (Postfix) with SMTP id 8B16214C17 for ; Wed, 14 Jul 1999 12:18:41 -0700 (PDT) (envelope-from kevin.weiss@mail.utexas.edu) Received: (qmail 14625 invoked from network); 14 Jul 1999 19:18:32 -0000 Received: from pmcl-pc22.ph.utexas.edu (HELO pmclp22.ph.utexas.edu) (128.83.155.132) by umbs-smtp-1 with SMTP; 14 Jul 1999 19:18:32 -0000 X-Sender: kevin.weiss@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.2 Date: Wed, 14 Jul 1999 14:17:34 -0500 To: "Booth, Christopher" From: Kevin Weiss Subject: RE: Further Motherboard Queries Cc: freebsd-questions@freebsd.org In-Reply-To: <199907141851.OAA13676@interlock.mgh.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <19990714191842.8B16214C17@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 02:51 PM 7/14/99 -0400, you wrote: >Thank you for your reply. It seems, then, that it is a perfectly acceptable >inexpensive option for a motherboard. > >I thought that the BH6 was a relatively recently introduced product. Have >you changed motherboards already? May I ask what you are using now? Well, I "downgraded" to a TYAN motherboard, which run FBSD 3.1 and has a 233MHz K6 in it. I am trying to make it my router/firewall/gateway box. Sadly enough, the BH6 is using Win98 (until I get around to messing with Wine - the Windows Emulator). Anyway, you're welcome :-) Kevin Weiss kevin.weiss@mail.utexas.edu FreeBSD - Turning PC's into Workstations http://www.freebsd.org > >Thanks again. Your answer was helpful. > >Chris Booth > >> ---------- >> >> yeah...that's what I use to run my FBSD machine on. I was using my ABIT >> BH6 >> with a Celeron 300A (overclocked of course). I have ran both FBSD 2.2.7 >> and >> the 3.1 releases on this machine. >> > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 12:31:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from triton.mail.ru (triton.mail.ru [194.226.198.87]) by hub.freebsd.org (Postfix) with ESMTP id 211A915457 for ; Wed, 14 Jul 1999 12:31:29 -0700 (PDT) (envelope-from forslava@mail.ru) Received: from [212.32.192.94] (helo=comp) by triton.mail.ru with smtp (Exim 3.02 #5) id 114Ukr-000Abt-00 for freebsd-questions@FreeBSD.ORG; Wed, 14 Jul 1999 19:31:47 +0000 Message-ID: <004801bece37$efee2f40$01064bc3@comp> From: "Slava" To: Subject: Date: Thu, 15 Jul 1999 00:31:42 +0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0045_01BECE59.69560990" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0045_01BECE59.69560990 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Hi. My FreeBSD for default boot from '1:wd(1,a)' how i can to boot from '1:wd(2,a)' for default? Slava ------=_NextPart_000_0045_01BECE59.69560990 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
Hi.
 
My FreeBSD for default boot from=20 '1:wd(1,a)'
 
how i can to boot from = '1:wd(2,a)' for=20 default?
 
Slava
------=_NextPart_000_0045_01BECE59.69560990-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 12:57: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 17BFF14D13 for ; Wed, 14 Jul 1999 12:57:02 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id <3X0XH9B5>; Wed, 14 Jul 1999 15:55:10 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105AAC@site2s1> From: Christopher Michaels To: "'Michael P. Neuman'" , freebsd-questions@FreeBSD.ORG Subject: RE: natd/ipfw question. Date: Wed, 14 Jul 1999 15:57:18 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You can't DIRECTLY specify the internal ip address, it's just not possible. What you can do is add an option to your NATd config to redirect requests going to a specific port to port 23 of the machine you want. Otherwise just telnet to your firewall machine and then run another telnet from there. -Chris > -----Original Message----- > From: Michael P. Neuman [SMTP:neubyneu@twcny.rr.com] > Sent: Monday, July 12, 1999 1:59 AM > To: freebsd-questions@FreeBSD.ORG > Subject: natd/ipfw question. > > Hello. I'm currently running FreeBSD-3.2-RELEASE. I have natd and ipfw > working great right now I'm also runninng DNS. Currently, it directs my > internal network of unregistered IP's to the internet. What I want to > also do is the reverse. I want to be able to telnet to my computer with > the unregistered address from the internet. I.E.: I'm on the internet. I > want to connect to kramer.cmsnet.net (IP 192.168.1.2) from the internet. > Is there a way to set up NATD/IPFW to do this??? Thanks in advance. I > hope you can understand what I'm saying > -- > Michael P. Neuman - Consultant, NeuTech Computer Consulting > > neubyneu@twcny.rr.com > -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 13: 1:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id B23171544A for ; Wed, 14 Jul 1999 13:00:56 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id WAA22510; Wed, 14 Jul 1999 22:00:15 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.9.3/8.9.3) with ESMTP id WAA02531; Wed, 14 Jul 1999 22:00:14 +0200 (MET DST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id WAA01180; Wed, 14 Jul 1999 22:02:34 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id UAA01614; Wed, 14 Jul 1999 20:02:34 GMT (envelope-from ust) Date: Wed, 14 Jul 1999 22:02:34 +0200 From: Udo Schweigert To: Lance Woodson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3.2 hosts.allow Problems Message-ID: <19990714220234.B1349@alaska.cert.siemens.de> References: <378CCF1A.92446185@cswnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <378CCF1A.92446185@cswnet.com>; from Lance Woodson on Wed, Jul 14, 1999 at 12:55:38PM -0500 X-Operating-System: FreeBSD 3.2-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 14, 1999 at 12:55:38PM -0500, Lance Woodson wrote: > I want to be able to deny all conections except from three domains. > However, everything is getting denied. What am I doing wrong? > > hosts.allow > ============================================================= > ALL: ALL: DENY This as the first rule, denies all services. Put it as the last and it should work. Regards ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 48000 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 13: 4: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 5E32D1544C for ; Wed, 14 Jul 1999 13:04:03 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id WAA23847; Wed, 14 Jul 1999 22:03:53 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id WAA09088; Wed, 14 Jul 1999 22:03:53 +0200 (MET DST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id WAA01196; Wed, 14 Jul 1999 22:06:12 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id UAA01657; Wed, 14 Jul 1999 20:06:12 GMT (envelope-from ust) Date: Wed, 14 Jul 1999 22:06:12 +0200 From: Udo Schweigert To: Slava Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail Message-ID: <19990714220612.C1349@alaska.cert.siemens.de> References: <004801bece37$efee2f40$01064bc3@comp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <004801bece37$efee2f40$01064bc3@comp>; from Slava on Thu, Jul 15, 1999 at 12:31:42AM +0400 X-Operating-System: FreeBSD 3.2-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 15, 1999 at 12:31:42AM +0400, Slava wrote: > Hi. > > My FreeBSD for default boot from '1:wd(1,a)' > > how i can to boot from '1:wd(2,a)' for default? > Create /boot.config with this line: 1:wd(2,a)kernel Regards ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 48000 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 13:17:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 6D7D714CF8 for ; Wed, 14 Jul 1999 13:17:12 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id <3X0XH9LH>; Wed, 14 Jul 1999 16:17:12 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105AAD@site2s1> From: Christopher Michaels To: "'vallo@matti.ee'" , Steve Reid Cc: freebsd-questions@FreeBSD.ORG Subject: RE: Sendmail, dialup connection, multiple users. Date: Wed, 14 Jul 1999 16:19:21 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Also, you're going to want to take a look at sendmail.org. There is alot of documentation out there about masquerading, etc... I'm actually having the same trouble with changing the name the sendmail reports when delivering the mail, and I've hit a wall, if I get it figured out, I'll let you know. -Chris > -----Original Message----- > From: Vallo Kallaste [SMTP:vallo@matti.ee] > Sent: Tuesday, July 13, 1999 7:21 AM > To: Steve Reid > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Sendmail, dialup connection, multiple users. > > On Mon, Jul 12, 1999 at 02:54:43PM -0700, Steve Reid > wrote: > > > The FAQ details how to change the domain name on outgoing mail to match > > that of the ISP. But what do you do when there are multiple users on the > > system, who's email addresses have different domain names, and who's > > local user names don't match their user names in their email addresses? > > > > My hostname is "grok", the domain name I'm using is simply "nodomain". > > These are a couple of my users: > > > > Local user Email address > > steve@grok.nodomain sreid@sea-to-sky.net > > vern@grok.nodomain figaro6@hotmail.com > > > > Each user can set the From: line in the mail headers just fine using > > most MUAs, but when the local sendmail tries to deliver the message it > > seems to be telling the remote MTA that our hostname is "grok.nodomain", > > and many sites (including freebsd.org) refuse to accept mail from us > > because "grok.nodomain" is bogus. > > > > Is it sufficient to set sendmail's idea of the domain to some other > > random domain name that does exist (like "hotmail.com"), and depend on > > the From: line in the mail to get return mail going where it's supposed > > to? If I were to do that, would error messages relating to > > "steve@grok.nodomain" end up going to "steve@hotmail.com" instead of > > "sreid@sea-to-sky.net"?? Is there anything else I can do??? > > > > Also, the FAQ refers to M4-processable configuration files in > > /usr/src/usr.sbin/sendmail/cf. It says that if you have the CDROM you > > can get those files by installing the /cdrom/dists/src/ssmailcf.aa > > distfile. Where do you get those files if you don't have a recent CD? I > > checked ftp.freebsd.org in the 3.2-RELEASE/src directory but could not > > find any ssmailcf.aa distfile. > > The sendmail distribution itself is in the /usr/src/contrib/sendmail > directory and the freebsd.mc is in the /usr/src/etc/sendmail directory. > I don't know sendmail well, but it seems you need to look at > genericstable feature. Also the masquerade_envelope can be something to > look at. I really don't know exactly. Grab the sources using anonymous > cvs, the real distribution is behind contrib_sendmail module. Well, it > seems to me that sendmail has rich documentation but this is poorly > organized. I'm newbie, thought. > -- > > Vallo Kallaste > vallo@matti.ee > > > 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 Wed Jul 14 13:23:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from chromatix.com (chromatix.com [207.97.115.2]) by hub.freebsd.org (Postfix) with ESMTP id 5648B14EE7 for ; Wed, 14 Jul 1999 13:23:10 -0700 (PDT) (envelope-from nick@chromatix.com) Received: (from nick@localhost) by chromatix.com (8.9.1/8.9.1) id QAA21703 for freebsd-questions@freebsd.org; Wed, 14 Jul 1999 16:22:18 -0400 (EDT) (envelope-from nick) Date: Wed, 14 Jul 1999 16:22:18 -0400 (EDT) From: Nick LoPresti Message-Id: <199907142022.QAA21703@chromatix.com> To: freebsd-questions@freebsd.org Subject: Mailing list problems Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently can not send mail to the mailing list. It comes up in the mail log like this: Jul 14 16:17:34 mail sendmail[5509]: QAA05507: to=, delay=00:00:18, xdelay=00:00:17, mailer=esmtp, relay=hub.freebsd.org. [204.216.27.18], stat=Deferred: 450 Cannot find your hostname, [207.97.115.130] I know I am not sending it from a host with a reverse lookup but I used to be able to do it before. Any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 13:29: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.bigmailbox.com (smtp.bigmailbox.com [208.232.3.99]) by hub.freebsd.org (Postfix) with ESMTP id 56AED14EE7 for ; Wed, 14 Jul 1999 13:28:56 -0700 (PDT) (envelope-from jeremy@bigmailbox.com) Received: from bigmailbox.com (pop-65-184.bigmailbox.com [209.48.65.184] (may be forged)) by smtp.bigmailbox.com (8.9.3/8.9.3) with ESMTP id NAA17814 for ; Wed, 14 Jul 1999 13:11:06 -0700 Message-ID: <378CF45F.8107A556@bigmailbox.com> Date: Wed, 14 Jul 1999 13:34:39 -0700 From: Jeremy X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Freebsd.org (webmail) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just came across your site, and thought you might be interested in our service, BigMailBox http://www.bigmailbox.com/big.cgi/235 We offer a FREE web based email service that allows you to use YOUR DOMAIN NAME! For example: username@Freebsd.org. Not only is this a FREE service to you and your users, it also virtually guarantees repeat and constant traffic on your site daily! Web based email is a fun and easy way for your viewers to have an email address they love. And a great way for you to send your viewers new and resourceful updates about your site. Come and check us out http://www.bigmailbox.com/big.cgi/235 Or contact Jeremy at: 1(800) 468-8915 ext. 596 Hope to hear from you soon!! Jeremy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 13:36:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mbox.ttm.bg (mbox.ttm.bg [195.230.0.14]) by hub.freebsd.org (Postfix) with ESMTP id BF6551546A for ; Wed, 14 Jul 1999 13:36:30 -0700 (PDT) (envelope-from ian@bulinfo.net) Received: from cserv.oksys.bg (ipp-8-070-sofia.ttm.bg [195.230.8.70] (may be forged)) by mbox.ttm.bg (8.9.3/8.9.3) with ESMTP id XAA16061 for ; Wed, 14 Jul 1999 23:36:06 +0300 Received: from bulinfo.net (ian@localhost [127.0.0.1]) by cserv.oksys.bg (8.9.3/8.9.3) with ESMTP id XAA25204 for ; Wed, 14 Jul 1999 23:35:59 +0300 (EEST) (envelope-from ian@bulinfo.net) Message-ID: <378CF4AF.E31ABA22@bulinfo.net> Date: Wed, 14 Jul 1999 23:35:59 +0300 From: Iani Brankov Organization: ok systems X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: RE: Recomended tapes from HP Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Thanks for the advices. The tape drive I mentioned is an obsolette HP DDS1 drive. It's 2GB (with 90m tapes) and it works OK. Maybe I'm going to check seagate's tapes :) Thanks, iani To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 13:38:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from athena.connectalk.com (athena.connectalk.com [204.19.165.44]) by hub.freebsd.org (Postfix) with ESMTP id D120A15493 for ; Wed, 14 Jul 1999 13:38:03 -0700 (PDT) (envelope-from madamus@connectalk.com) Received: from connectalk.com ([204.19.165.99]) by athena.connectalk.com (Netscape Messaging Server 3.6) with ESMTP id AAA4A0A for ; Wed, 14 Jul 1999 16:35:53 -0400 Message-ID: <378CF420.5945A5DA@connectalk.com> Date: Wed, 14 Jul 1999 16:33:36 -0400 From: Michel Adamus X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: Freebsd.org (webmail) References: <378CF45F.8107A556@bigmailbox.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Very funny, But it does bring a question... would it be possible to setup a free email service with the freebsd.org domain as a marketing tool? It's just another way of making some publicity for FreeBSD. -A. Jeremy wrote: > > I just came across your site, and thought you might be interested in our > service, BigMailBox > > http://www.bigmailbox.com/big.cgi/235 > > We offer a FREE web based email service that allows you to use YOUR > DOMAIN NAME! > > For example: username@Freebsd.org. > > Not only is this a FREE service to you and your users, it also virtually > guarantees repeat and constant traffic on your site daily! > > Web based email is a fun and easy way for your viewers to have an email > address they love. And a great way for you to send your viewers new and > resourceful updates about your site. > > Come and check us out http://www.bigmailbox.com/big.cgi/235 > > Or contact Jeremy at: 1(800) 468-8915 ext. 596 > > Hope to hear from you soon!! > Jeremy > > 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 Wed Jul 14 13:48:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from brutus.converging.net (edtn002029.hs.telusplanet.net [161.184.135.251]) by hub.freebsd.org (Postfix) with ESMTP id 7BEEE15451 for ; Wed, 14 Jul 1999 13:48:13 -0700 (PDT) (envelope-from dtougas@converging.net) Received: from bud (proxy.converging.net [161.184.135.250]) by brutus.converging.net (8.9.3/8.9.3) with SMTP id PAA04045 for ; Wed, 14 Jul 1999 15:01:35 -0600 (MDT) (envelope-from dtougas@converging.net) From: Damien Tougas Reply-To: To: Subject: Getting frustrated with bizarre networking problem... Date: Wed, 14 Jul 1999 14:49:40 -0600 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 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I made a posting about a week or so ago about a network problem that we are currently experiencing with our web/mail server. I have included a copy of this original message below just as a reference. It was suggested to me to try logging packets using ipfw or tcpdump, so I decided to use tcpdump. The bizarre thing is that as soon as I started using tcpdump, my problem virtually vanished (it still occurred, but much less frequently). I have since discovered that whenever I notice that the server appears to be down to the outside world, all I have to do is start tcpdump and it comes back instantaneously. Truly a bizarre problem. I have just upgraded (yesterday) to the latest version of 3.2-stable, and have been in dialog with our ISP as well, bu so far nothing has been uncovered. We are using a 3C905B-TX NIC, are there any issues with this card? I am going to try to replace the NIC to see if there might be a hardware problem, but I am starting to run out of ideas. Any suggestions would be greatly appreciated. Damien Tougas Converging Technology Solutions, Inc. 10148 - 73 Street Edmonton, Alberta T6A 2W9 Phone: (780) 469-1679 Fax: (780) 461-5127 mailto:dtougas@converging.net http://www.converging.net Original Posting (Subject was: Network problems...): We have been experiencing an ineteresting network problem, I'm not exactly sure what it is rooted in, but I thought I would ask around just in case it is related to somthing in FreeBSD. We have two servers directly connected to the internet through an ADSL connection, one is running FreeBSD 3.1, the other is running NT Server 4.0. The FreeBSD server is our internet http and mail server, the NT server is acting as a gateway to our internal network running Microsoft Proxy. Frequently (at least once a day) the FreeBSD server will lose contact with the outside world. What I mean by this is that nobody ouside of our subnet can access it, not even ping works. While this occurs, we can still ping the NT server from the outside (verifying that the ADSL still works), and we can still access the FreeBSD server from within the subnet without any problems. After an hour or so, the problem clears itself up and the FreeBSD server goes live again. I have noticed this happen on several occasions while using ssh to access the FreeBSD server from home. I would be working, lose my connection and no longer have any contact with the server for about an hour, then it would mysteriously reappear. We have also observed that when we lose outside contact with the server, if we reboot it, it comes back immediately, indicating that the problem is likely related to some server configuration issue. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 13:49:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from monkeys.com (i180.value.net [206.14.136.180]) by hub.freebsd.org (Postfix) with ESMTP id CBFAE15451 for ; Wed, 14 Jul 1999 13:49:31 -0700 (PDT) (envelope-from rfg@monkeys.com) Received: from monkeys.com (localhost [127.0.0.1]) by monkeys.com (8.9.3/8.9.3) with ESMTP id MAA07741 for ; Wed, 14 Jul 1999 12:59:13 -0700 To: questions@freebsd.org Subject: System clock frequency? From: "Ronald F. Guilmette" Date: Wed, 14 Jul 1999 12:59:13 -0700 Message-ID: <7739.931982353@monkeys.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The man page for gettimeofday(2) sez: The resolution of the system clock is hardware dependent, and the time may be updated continuously or in ``ticks.'' OK, so let's just say that I actually need to know the resolution of the time information provided by gettimeofday(2), say for example on a plain old x86 type system. What is this resolution, actually? P.S. I tried to answer this question for myself, but came up against a wall. In the file, I see: /* * Getkerninfo clock information structure */ struct clockinfo { int hz; /* clock frequency */ int tick; /* micro-seconds per hz tick */ int stathz; /* statistics clock frequency */ int profhz; /* profiling clock frequency */ }; But "man getkerninfo" produced nothing. Anyway, I'm not even sure how the "hz" field of the above structure would relate to the values provided by gettimeofday(2). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 13:54:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gelemna.ft-wayne.in.us (fw-line-26.fwi.com [209.84.172.31]) by hub.freebsd.org (Postfix) with ESMTP id 7D9F114DCD for ; Wed, 14 Jul 1999 13:54:07 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by gelemna.ft-wayne.in.us (8.9.3/8.9.3) id PAA16500; Wed, 14 Jul 1999 15:52:54 -0500 (EST) (envelope-from croyle) To: Christopher Michaels Cc: questions@freebsd.org Subject: Re: Problems with sendmail masquerading.. Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Don Croyle Date: 14 Jul 1999 15:52:52 -0500 Organization: Minimal at best In-Reply-To: Christopher Michaels's message of "Wed, 14 Jul 1999 10:47:14 -0400" Message-ID: <86pv1v0x96.fsf@emerson.gelemna.ft-wayne.in.us> Lines: 30 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Christopher Michaels writes: > I need to configure masquerading for sendmail. I have following the FAQ at > sendmail.org on masquerading and still I cannot get it to work properly. > > I use the DynDns.Org service to provide a hostname to my dynamic IP address. > What I have done is used that dyndns host like a subdomain on my private > network (it sounded good at the time). > > What I need to do is change what sendmail reports as it's hostname when it > sends/receives mail, and I can't seem to do that. I'd prefer not to have to > actually change the hostname of the box. My situation is as follows. > > E.g. > > DOMAIN.dyndns.org resolves to my current IP address. Internally I have > host1.DOMAIN.dyndns.org, host2, host3, etc... > The FreeBSD machine is HOST1, and when sendmail tries deliver my mail it > identifies itself to the other machine as host1.DOMAIN.dyndns.org, which (at > this point) doesn't resolve to anything. The other server (especially > hub.freebsd.org) reject my mail because of this. I just need to change what > sendmail reports as it's hostname to be DOMAIN.dyndns.org. I got bit by this last weekend. What you need to do is set $j to the name you want to report either by editing your sendmail.cf (it's under 'my official domain name' in the local info section) or, I think, by using the confDOMAIN_NAME variable in your mc file. -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 14: 0: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from c523578-a.sttls1.wa.home.com (c523578-a.sttls1.wa.home.com [24.5.122.51]) by hub.freebsd.org (Postfix) with ESMTP id DCF6B14BCF for ; Wed, 14 Jul 1999 13:59:59 -0700 (PDT) (envelope-from todd@c523578-a.sttls1.wa.home.com) Received: from localhost (todd@localhost) by c523578-a.sttls1.wa.home.com (8.9.3/8.9.3) with ESMTP id OAA09270; Wed, 14 Jul 1999 14:07:28 -0700 (PDT) (envelope-from todd@c523578-a.sttls1.wa.home.com) Date: Wed, 14 Jul 1999 14:07:28 -0700 (PDT) From: Todd Backman To: Damien Tougas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Getting frustrated with bizarre networking problem... 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 Is it possible that the NIC has some sort of "WAKE ON LAN" feature enabled on it? I had similar problems with some of my Intel cards. (the server did not have much traffic)... - Todd On Wed, 14 Jul 1999, Damien Tougas wrote: > Hello, > > I made a posting about a week or so ago about a network problem that we are > currently > experiencing with our web/mail server. I have included a copy of this > original message > below just as a reference. > > It was suggested to me to try logging packets using ipfw or tcpdump, so I > decided to use > tcpdump. The bizarre thing is that as soon as I started using tcpdump, my > problem > virtually vanished (it still occurred, but much less frequently). I have > since discovered > that whenever I notice that the server appears to be down to the outside > world, all I have > to do is start tcpdump and it comes back instantaneously. Truly a bizarre > problem. > > I have just upgraded (yesterday) to the latest version of 3.2-stable, and > have been in > dialog with our ISP as well, bu so far nothing has been uncovered. We are > using a > 3C905B-TX NIC, are there any issues with this card? I am going to try to > replace the > NIC to see if there might be a hardware problem, but I am starting to run > out of ideas. > > Any suggestions would be greatly appreciated. > > Damien Tougas > Converging Technology Solutions, Inc. > 10148 - 73 Street > Edmonton, Alberta T6A 2W9 > Phone: (780) 469-1679 > Fax: (780) 461-5127 > mailto:dtougas@converging.net > http://www.converging.net > > Original Posting (Subject was: Network problems...): > > We have been experiencing an ineteresting network problem, I'm not exactly > sure what it is rooted > in, but I thought I would ask around just in case it is related to somthing > in FreeBSD. > > We have two servers directly connected to the internet through an ADSL > connection, one is running > FreeBSD 3.1, the other is running NT Server 4.0. The FreeBSD server is our > internet http and mail > server, the NT server is acting as a gateway to our internal network running > Microsoft Proxy. > > Frequently (at least once a day) the FreeBSD server will lose contact with > the outside world. What I mean by this is that nobody ouside of our subnet > can access it, not even ping works. While this > occurs, we can still ping the NT server from the outside (verifying that the > ADSL still works), and > we can still access the FreeBSD server from within the subnet without any > problems. After an hour > or so, the problem clears itself up and the FreeBSD server goes live again. > > I have noticed this happen on several occasions while using ssh to access > the FreeBSD server from home. I would be working, lose my connection and no > longer have any contact with the > server for about an hour, then it would mysteriously reappear. > > We have also observed that when we lose outside contact with the server, if > we reboot it, it comes back immediately, indicating that the problem is > likely related to some server configuration issue. > > > > > > > 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 Wed Jul 14 14: 7:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pinnacle.co.nz (pinnacle.internet.co.nz [210.48.55.133]) by hub.freebsd.org (Postfix) with ESMTP id BFB8014CC7 for ; Wed, 14 Jul 1999 14:07:10 -0700 (PDT) (envelope-from jonc@pinnacle.co.nz) Received: from kiwi.pinnacle.co.nz (kiwi.pinnacle.co.nz [202.37.163.2]) by pinnacle.co.nz (8.9.3/8.9.3) with ESMTP id IAA29154; Thu, 15 Jul 1999 08:57:41 +1200 (NZST) Date: Thu, 15 Jul 1999 08:57:41 +1200 (NZST) From: Jonathan Chen To: Mark Ovens Cc: Anand Buddhdev , freebsd-questions@FreeBSD.ORG Subject: Re: key mapping in vi/nvi In-Reply-To: <19990714183835.A269@marder-1> 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 Wed, 14 Jul 1999, Mark Ovens wrote: > On Wed, Jul 14, 1999 at 10:41:55AM +0300, Anand Buddhdev wrote: > > I've been trying to do some key mapping in vi, but I'm stuck. I can > > associate simple letters to words, eg. map n anand, so that a press of > > 'anand' will instead send 'anand' to the editor. However, I want to > > associate the function keys F1 to F12 with various more complex macros, > > for example a substitution macro, like: > > > > F1 = s/From: Anand Buddhdev /From: postmaster/ > > > > Try: > > map ^[OP :s/From: Anand Buddhdev /From: postmaster/^M The more portable way is to use map #1 :s/From: Anand Buddhdev /From: postmaster/^M which will read the terminfo/termap files for function key mappings. Function keys #1 - #12 correspond to F1 - F12. Jonathan Chen --------------------------------------------------------------------- Who dares nothing, need hope for nothing To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 14:11:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from brutus.converging.net (edtn002029.hs.telusplanet.net [161.184.135.251]) by hub.freebsd.org (Postfix) with ESMTP id 1E5A214CC7 for ; Wed, 14 Jul 1999 14:11:45 -0700 (PDT) (envelope-from dtougas@converging.net) Received: from bud (proxy.converging.net [161.184.135.250]) by brutus.converging.net (8.9.3/8.9.3) with SMTP id PAA00252; Wed, 14 Jul 1999 15:24:33 -0600 (MDT) (envelope-from dtougas@converging.net) From: Damien Tougas Reply-To: To: Cc: "'Todd Backman'" Subject: RE: Getting frustrated with bizarre networking problem... Date: Wed, 14 Jul 1999 15:12:35 -0600 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 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Is it possible that the NIC has some sort of "WAKE ON LAN" > feature enabled > on it? I had similar problems with some of my Intel cards. > (the server did > not have much traffic)... The NIC is actually the 3C905B-TXNM (NM meaning 'Non Manageable') so as far as I know, I have to buy a different card to get any Wake on LAN functionality. I also checked the BIOS, and all Wake on LAN settings are disabled there as well. Thanks for the suggestion though. Damien Tougas Converging Technology Solutions, Inc. 10148 - 73 Street Edmonton, Alberta T6A 2W9 Phone: (780) 469-1679 Fax: (780) 461-5127 mailto:dtougas@converging.net http://www.converging.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 14:16: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from troi.csw.net (troi.csw.net [209.136.192.23]) by hub.freebsd.org (Postfix) with ESMTP id 6CF10153D2 for ; Wed, 14 Jul 1999 14:16:00 -0700 (PDT) (envelope-from lance@cswnet.com) Received: from cswnet.com (lance.woodson.com [209.136.201.27]) by troi.csw.net (8.9.3/8.9.3) with ESMTP id QAA23164 for ; Wed, 14 Jul 1999 16:15:46 -0500 (CDT) (envelope-from lance@cswnet.com) Message-ID: <378CFDFC.16B891CC@cswnet.com> Date: Wed, 14 Jul 1999 16:15:40 -0500 From: Lance Woodson Organization: Woodson Web Development X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: 3.2 hosts.allow Problems 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 want to be able to deny all conections except from three domains. > However, everything is getting denied. What am I doing wrong? > /etc/hosts.allow > ALL: 127.0.0.1: ALLOW > ALL: .a.com: ALLOW > ALL: .b.com: ALLOW > ALL: .c.com: ALLOW > telnetd: ALL: banners /usr/local/etc/banners > ALL: ALL: DENY Now nothing is being denied. To restart inetd, I am using "killall inetd;inetd". Thanks. Lance To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 14:22:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dsinw.com (dsinw.com [207.149.40.5]) by hub.freebsd.org (Postfix) with ESMTP id D3265153EF for ; Wed, 14 Jul 1999 14:22:13 -0700 (PDT) (envelope-from hamellr@dsinw.com) Received: from akane (ppp113.pm3-0.pdx.dsinw.com [207.149.41.113]) by dsinw.com (8.8.8/8.7.3) with SMTP id OAA14254; Wed, 14 Jul 1999 14:21:40 -0700 (PDT) Date: Wed, 14 Jul 1999 14:01:22 -0700 () From: Rick Hamell To: "Booth, Christopher" Cc: "'freebsd'" Subject: Re: Further Motherboard Queries In-Reply-To: <199907140206.WAA10543@interlock.mgh.com> Message-ID: X-X-Sender: hamellr@dsinw.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Am I asking the right question? Will a standard PC motherboard and CPU that > are compatible with each other work with FreeBSD in any case, and the > question is just one of dependability? I guess that I am assuming that a > motherboard might be like, say a sound card or modem and just not work with > FreeBSD. Is this assumption wrong? To a certain extent yes, people around here are using all types of motherboards with few problems. The general consenses still seems to be Asus from a quality standpoint. I've personally used Soltek and Gigabyte in addition to the Asus, besides %50 of my Gigabyte boards going bad there has been no FreeBSD-related issues. They've all worked fine. You may have to worry about the UDMA stuff, but since I use only SCSI I've never run into those problems. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 14:35:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from home2.ecore.net (home2.ecore.net [212.63.128.224]) by hub.freebsd.org (Postfix) with ESMTP id B183D14E1C for ; Wed, 14 Jul 1999 14:35:04 -0700 (PDT) (envelope-from sold@cheasy.de) Received: from kiste.cheasy.de [212.223.17.183] by home2.ecore.net with ESMTP (SMTPD32-5.04) id A289118203DC; Wed, 14 Jul 1999 23:35:05 +0200 Received: (from sold@localhost) by kiste.cheasy.de (8.9.2/8.9.2) id XAA02817; Wed, 14 Jul 1999 23:29:08 +0200 (CEST) (envelope-from sold) Date: Wed, 14 Jul 1999 23:29:08 +0200 (CEST) Message-Id: <199907142129.XAA02817@kiste.cheasy.de> From: Christoph Sold To: Questions@FreeBSD.org Subject: PPP RecvEchoReply -- how to keep them off my line? Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Folks, apologies for asking a FAQ, but I could not find it in the (3.1-R) Handbook solved. Looking through /var/log/ppp.log while dialed into one of my ISPs, every 10 seconds a packet crawls through the line: ------ Jul 14 23:20:27 kiste ppp[1967]: tun0: LCP: deflink: RecvEchoRequest(34) state = Opened Jul 14 23:20:27 kiste ppp[1967]: tun0: LCP: deflink: SendEchoReply(34) state = Opened Jul 14 23:20:37 kiste ppp[1967]: tun0: LCP: deflink: RecvEchoRequest(35) state = Opened Jul 14 23:20:37 kiste ppp[1967]: tun0: LCP: deflink: SendEchoReply(35) state = Opened ------ Annoyingly, this keeps the connection from timing out. Is this a ppp feature I can deny? Thanks in advance -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 15: 2:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from merlins.force9.net (merlins.force9.net [195.166.128.23]) by hub.freebsd.org (Postfix) with SMTP id 3E31114CCD for ; Wed, 14 Jul 1999 15:01:48 -0700 (PDT) (envelope-from richard@sinclairassoc.force9.co.uk) Received: (qmail 10546 invoked from network); 14 Jul 1999 22:00:52 -0000 Received: from mayfly.plus.net.uk (HELO mayfly.force9.net) (195.166.128.28) by merlins.force9.net with SMTP; 14 Jul 1999 22:00:52 -0000 Received: (qmail 19977 invoked from network); 14 Jul 1999 22:00:51 -0000 Received: from 00-40.dialup.force9.net (HELO sinclairassoc) (195.166.130.104) by mayfly.plus.net.uk with SMTP; 14 Jul 1999 22:00:51 -0000 From: "Richard Morte" To: Subject: Configuring Apache 1.3.4 Date: Wed, 14 Jul 1999 23:00:35 +0100 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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, As a designer of web sites I wanted to set up a local standalone server to test the site before uploading. Most of my work involves cgi/perl so an Apache Server running on FreeBSD seemed a good choice. Have installed and loaded FreeBSD with only a few problems, most of which were sorted out by looking through the docs and FAQs. However, I am stuck with an Apache configuration. Please bear in mind I've only been at this (and Unix) a couple of days, so I'm at the start of the learning curve. Here goes... Apache is up and running and will serve web pages with the URL httpd://localhost/ but I want to configure virtual hosts to emulate the sites for different clients. This is the bit I'm stuck on. I'm using FreeBSD 3.1-stable / Apache version 1.3.4. The Unix box is standalone, no network cards, no modem. The cgi- bit will be implemented later, once the virtual hosts are sorted. 1. /etc/rc.conf configured with the following: hostname="sparky.at.home" tcp_extensions="YES" # this was added in desperation, but made no difference 2. /etc/hosts configured with the following: 127.0.0.1 localhost sparky.at.home 10.0.0.1 www.client2.local 10.0.0.2 www.client2.local etc. 3. /usr/local/etc/apache/httpd.conf configured with: ServerType standalone ServerRoot /usr/local ExtendStatus On Port 80 User nobody Group nogroup ServerName sparky.at.home DocumentRoot "/usr/local/www/data" HostnameLookup On ... ServerName www.client1.local DocumentRoot /usr/local/www/data/client1/htdocs # the htdocs bit mirrors the isp's webspace structure, that's why it's there ... ... DocumentRoot /usr/local/www/data/default/htdocs ... Note that I had to specify the full path for the document roots for the virtual hosts, not just the relative "/www/data/... " bit because http complained that the directories did not exist. 4. The directory structure is as follows: /usr |--- /local |--- /www |---/data |--- /default (drwxr-xr-x own/grp: root/wheel)) | |--- /htdocs (drwxr-xr-x own/grp: root/wheel) | |--- /client1 (drwxr-xr-x as above) | |--- /htdocs (drwxr-xr-x as above) | etc The intention was to create a scratch area using /default/htdocs with clients' html maintained in each separate client directory accessed via www.clientn.local No errors are reported in the /var/log/httpd-errors 5. a ping to localhost as well as sparky.at.home is successful, but to www.client1.local returns the error: ping: send to: No route to host 6. The kde browser and Netscape (4.6.1) will access and deliver webpages; the default Apache "It worked" page using http://localhost/ or http://sparky.at.home" with Netscape but the kde browser delivers Directory of /. Why these two should be different is beyond me but Netscape is clearly pointing at /usr/local/www/data/index.html whereas the kde browser is pointing to /usr/local/www/data/default/ 7. When trying to access http://www.client1.local Netscape reports that there is no tcp/ip connection to the host; the kde browser returns a 404 not found. OK, that's a lot of info - I only hope it helps. If anyone can help me get over this hurdle I'd be eternally grateful. Richard Morte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 15: 2:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from awfulhak.org (dynamic-52.max1-du-ws.dialnetwork.pavilion.co.uk [212.74.8.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D91215401 for ; Wed, 14 Jul 1999 15:02:41 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from dev.lan.awfulhak.org (dev.lan.awfulhak.org [172.16.0.5]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id XAA25466; Wed, 14 Jul 1999 23:02:26 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from dev.lan.awfulhak.org (localhost [127.0.0.1]) by dev.lan.awfulhak.org (8.9.3/8.9.3) with ESMTP id XAA12345; Wed, 14 Jul 1999 23:02:25 +0100 (BST) (envelope-from brian@dev.lan.awfulhak.org) Message-Id: <199907142202.XAA12345@dev.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Christoph Sold Cc: Questions@FreeBSD.ORG Subject: Re: PPP RecvEchoReply -- how to keep them off my line? In-reply-to: Your message of "Wed, 14 Jul 1999 23:29:08 +0200." <199907142129.XAA02817@kiste.cheasy.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 14 Jul 1999 23:02:25 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi Folks, > > apologies for asking a FAQ, but I could not find it in the (3.1-R) > Handbook solved. > > Looking through /var/log/ppp.log while dialed into one of my ISPs, every 10 > seconds a packet crawls through the line: > ------ > Jul 14 23:20:27 kiste ppp[1967]: tun0: LCP: deflink: RecvEchoRequest(34) state = Opened > Jul 14 23:20:27 kiste ppp[1967]: tun0: LCP: deflink: SendEchoReply(34) state = Opened > Jul 14 23:20:37 kiste ppp[1967]: tun0: LCP: deflink: RecvEchoRequest(35) state = Opened > Jul 14 23:20:37 kiste ppp[1967]: tun0: LCP: deflink: SendEchoReply(35) state = Opened > ------ > > Annoyingly, this keeps the connection from timing out. Is this a ppp > feature I can deny? You can't deny it - sending the reply is mandatory (well, nearly - from memory, ppp *MAY* decide not to send the packet, but if it gets a repeat REQ, it *MUST* reply). This should *not* refresh the idle timer though. Does ``show b'' say otherwise (with ``set log +hdlc lcp phase'' showing if traffic is arriving) ? > Thanks in advance > -Christoph Sold -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 15: 7:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (Postfix) with ESMTP id B51CC14CCD for ; Wed, 14 Jul 1999 15:07:26 -0700 (PDT) (envelope-from wyattj@Venus.mcs.net) Received: from Venus.mcs.net (wyattj@Venus.mcs.net [192.160.127.92]) by Kitten.mcs.com (8.8.7/8.8.2) with ESMTP id RAB04783 for ; Wed, 14 Jul 1999 17:05:36 -0500 (CDT) Received: from localhost (wyattj@localhost) by Venus.mcs.net (8.8.7/8.8.2) with SMTP id RAA13957 for ; Wed, 14 Jul 1999 17:05:35 -0500 (CDT) Date: Wed, 14 Jul 1999 17:05:35 -0500 (CDT) From: Joseph Wyatt To: freebsd-questions@FreeBSD.ORG Subject: Compatability Questions 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 To whom it may concern. I have been running Linux since the early 90's, and am thinking of trying FreeBSD. Linux development with regard to PNP on newer machines is slow. I was wondering how far the devlopment for PNP is in FreeBSD. When I speak of PNP, I do not mean older ISA cards which were PNP/Legacy switchable. I mean the newer PCI PNP card with no jumpers, or for that matter no software or firmware settings. These types of cards are programmed by the OS. For instance, I just built a 450mhz Pentium system with PNP Scsi, Modem, and Ethernet cards. The Mother board has other PNP devices such as IDE Disk Controller, Video, Sound and USB ports. According to the BIOS settings Most of these with the exception of the IDE Disk Controller are set to IRQ 11. Windows '98 allows IRQ 11 to be shared with the devices and uses memory addresses to differentiate them. Example, the Scsi card is at 0xd800, while the Modem is at 0xda00, and still the Ethernet card is at 0xdc00. They all share the same IRQ 11, and they all work. The common denominator seems to be the USB controller. Windows '98 reports that this device does something I'm not familiar with, nor have I ever heard of in the 20+ years I've been in the computer field, and that is IRQ Steering. I assume that it allows for the sharing of the IRQ and routes the requests to the appropriate hardware. Anyway, I wanted to know if FreeBSD was capable of programming the PCI PNP devices, so that I have access to them. Just for the Info, the Motherboard is made by PC-CHIPS, model m767v, and uses the BxToo chipset, with a Sis6326 Video Controller and CMI8330/C3D Sound Chip on board. Linux also has a problem with the sound chip, and X-windows doesn't seem to recognize that the video is AGP with 8Meg of ram. If FreeBSD is compatible, I would very much like to give it a whirl. By the way I have read all the FAQ's about PNP on your website and didn't really get the answers I was looking for. Thanks, Joe Wyatt wyattj@mcs.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 15:13:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from logatome.micronet.fr (logatome-2.francenet.fr [193.149.96.2]) by hub.freebsd.org (Postfix) with ESMTP id 8808414C3E for ; Wed, 14 Jul 1999 15:13:35 -0700 (PDT) (envelope-from e-masson@kisoft-services.com) Received: from kisoft-services.com (Nantes6.francenet.net [193.149.110.70]) by logatome.micronet.fr (8.8.8/8.8.8) with ESMTP id AAA22100; Thu, 15 Jul 1999 00:09:39 +0200 (CEST) Message-ID: <378D0AEB.60DD4E0A@kisoft-services.com> Date: Thu, 15 Jul 1999 00:10:51 +0200 From: Eric MASSON Organization: Kisoft Services X-Mailer: Mozilla 4.51 [fr] (WinNT; I) X-Accept-Language: fr MIME-Version: 1.0 To: FreeBSD Questions Cc: Greg Lehey Subject: Re: 3Com Megahertz LAN card? References: <19990711043648.63A7214CD1@hub.freebsd.org> <19990711153853.A89704@sr.se> <19990713164017.N21403@freebie.lemis.com> 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 Folks, 3CCFE574BT, just as 3CCFEM556B exists both in Pccard or Cardbus version, it's written on it just like Port-Salut (Sorry about this bad pun extract of a french TV ad upon Port Salut cheese ;-)). I found support for both cards in linux-pcmcia3.0.12 package. I have the sources but no knowledge about porting it to FBSD. 3C574 support is a patch upon 3C509 driver. Any refs would be helpful. Regards Eric MASSON Greg Lehey a Иcrit : > > On Sunday, 11 July 1999 at 15:38:53 +0200, Gunnar Flygt wrote: > > On Sat, Jul 10, 1999 at 11:37:03PM -0500, Ken Williams wrote: > >> Hi there, > >> > >> I've been programming on Unix for years, and I'm finally installing my own > >> FreeBSD system (my first). I've got a laptop (HP Omnibook XE2), and it uses > >> the 3Com Megahertz LAN card (3CCFE574BT). I haven't been able to get this to > >> work, though. > >> > >> Is it supported? If so, can anyone give me tips on how to set it up? > > > > Try looking at the PAO project! It's located at > > http://www.jp.freebsd.org/PAO/ > > I don't think this will work either. If I understand the part number > correctly, it's a CardBus card, and neither PAO nor the current > releases support it. The newconfig project does, though. Check out > http://www.jp.FreeBSD.org/newconfig/ for further details, and note > that it's still experimental. > > Greg > -- > When replying to this message, please copy the original recipients. > For more information, see http://www.lemis.com/questions.html > See complete headers for address, home page and phone numbers > finger grog@lemis.com for PGP public key > > 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 Wed Jul 14 15:14:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id 5603315449 for ; Wed, 14 Jul 1999 15:14:30 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id PAA29781; Wed, 14 Jul 1999 15:13:17 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Wed, 14 Jul 1999 15:13:16 -0700 (PDT) From: Doug X-Sender: doug@dt054n86.san.rr.com To: Lance Woodson Cc: freebsd-questions@freebsd.org Subject: Re: 3.2 hosts.allow Problems In-Reply-To: <378CFDFC.16B891CC@cswnet.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 On Wed, 14 Jul 1999, Lance Woodson wrote: > > I want to be able to deny all conections except from three domains. > > However, everything is getting denied. What am I doing wrong? > > > /etc/hosts.allow > > ALL: 127.0.0.1: ALLOW > > ALL: .a.com: ALLOW > > ALL: .b.com: ALLOW > > ALL: .c.com: ALLOW > > telnetd: ALL: banners /usr/local/etc/banners > > ALL: ALL: DENY > > Now nothing is being denied. To restart inetd, I am using "killall > inetd;inetd". First, you shouldn't have to start inetd for changes in hosts.allow to take effect. Second, are you testing from a machine that is not included in the "allow" rules? I know that may seem like an obvious question, but sometimes it's the obvious things that bite you. :) Also, to my knowledge it should not matter but I've always seen rules for hosts.[allow,deny] written as: ALL : ALL : DENY rather than: ALL: ALL: DENY but it shouldn't matter. Other than that, I'm out of ideas. The above _is_ the way it's supposed to work, if that's any comfort. Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 15:21:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from brutus.converging.net (edtn002029.hs.telusplanet.net [161.184.135.251]) by hub.freebsd.org (Postfix) with ESMTP id 0C177154BF for ; Wed, 14 Jul 1999 15:21:06 -0700 (PDT) (envelope-from dtougas@converging.net) Received: from bud (proxy.converging.net [161.184.135.250]) by brutus.converging.net (8.9.3/8.9.3) with SMTP id QAA00532; Wed, 14 Jul 1999 16:34:38 -0600 (MDT) (envelope-from dtougas@converging.net) From: Damien Tougas Reply-To: To: Cc: "'Steve Hovey'" Subject: RE: Getting frustrated with bizarre networking problem... Date: Wed, 14 Jul 1999 16:22:40 -0600 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 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Could your NT (or something else) be sending feault routing > information to > the freebsd, and do you have routed running on the freebsd? No, routed is not running on FreeBSD. Both FreeBSD and Proxy are at the same level in the networking heiarchy. Proxy is multi-homed (10.0.0.1 and 161.X.Y.250) and acts like a gateway to our internal network. FreeBSD, which has a single NIC (161.X.Y.251), serves up our WWW. Both servers are connected via a hub to our ADSL modem, and have the same gateway which is 161.X.X.1. So I guess my point to all this is that I don't understand how NT could be sending false routing information. Perhaps somthing else could be happening higher up at our ISP. The only thing that confuses me a bit is that the when when the http server appears to be down from the outside, all we need to do is either reboot FreeBSD or (as I have just discovered) start tcpdump running and the service is instantly restored. I by no means claim to be a networking guru, so there are likely issues to which you are referring that I do not understand. > If routed is running - from the inside when you cant get in from the > outside do a netstat -nr to see if the default route is your > proxy or not. If it isnt, then your packets are going someplace > else is the problem. I will defenitely give this a try when it happens again. Thanks for your reply. Damien Tougas Converging Technology Solutions, Inc. 10148 - 73 Street Edmonton, Alberta T6A 2W9 Phone: (780) 469-1679 Fax: (780) 461-5127 mailto:dtougas@converging.net http://www.converging.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 15:27: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from elara.frii.com (elara.frii.com [216.17.128.9]) by hub.freebsd.org (Postfix) with ESMTP id 1744B154A0 for ; Wed, 14 Jul 1999 15:26:52 -0700 (PDT) (envelope-from jott@frii.net) Received: from localhost (jott@localhost) by elara.frii.com (8.9.1a/8.9.1) with ESMTP id QAA26005; Wed, 14 Jul 1999 16:24:54 -0600 (MDT) X-Authentication-Warning: elara.frii.com: jott owned process doing -bs Date: Wed, 14 Jul 1999 16:24:54 -0600 (MDT) From: Jake Ott X-Sender: jott@elara.frii.com To: Damien Tougas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Is it possible to clone a hard disk? 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 Even easier...a device copy. cp /dev/da0 /dev/da1 Makes an exact copy of the drive. Very cool, however this assumes that you are useing two of the same drives. Exact same drives. It does a bit for bit copy of the entire drive. So this copies any boot, diag, or other kinda weird sectors. -Jake Systems Administrator Front Range Internet 970.224.3668 x221 On Mon, 12 Jul 1999, Damien Tougas wrote: > Hello, > > I want to put a second IDE hard disk in my FreeBSD 3.1 server, and create a > clone of the one that currently exists. I thought that this might be a good > disaster recovery scheme to use when upgrading my operating system. If any > problem occurrs while installing the upgrade, all I have to do is switch the > drives to be back to where I was before with minimum downtime. How possible > or practical is this? I know that in Windows NT we would use a product such > as Norton Ghost, how would I go about creating such a clone in FreeBSD? > > Thanks, > > Damien Tougas > Converging Technology Solutions, Inc. > 10148 - 73 Street > Edmonton, Alberta T6A 2W9 > Phone: (780) 469-1679 > Fax: (780) 461-5127 > mailto:dtougas@converging.net > http://www.converging.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 Wed Jul 14 15:41:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand4.global.net.uk (sand4.global.net.uk [194.126.80.248]) by hub.freebsd.org (Postfix) with ESMTP id D369F154B1 for ; Wed, 14 Jul 1999 15:41:21 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p11s12a06.client.global.net.uk ([195.147.220.18] helo=marder-1.) by sand4.global.net.uk with esmtp (Exim 2.12 #1) id 114Wlw-0006cE-00; Wed, 14 Jul 1999 22:41:00 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id WAA00595; Wed, 14 Jul 1999 22:36:17 +0100 (BST) (envelope-from marko) Date: Wed, 14 Jul 1999 22:36:17 +0100 From: Mark Ovens To: Jonathan Chen Cc: Anand Buddhdev , freebsd-questions@FreeBSD.ORG Subject: Re: key mapping in vi/nvi Message-ID: <19990714223617.B524@marder-1> References: <19990714183835.A269@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Jonathan Chen on Thu, Jul 15, 1999 at 08:57:41AM +1200 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 15, 1999 at 08:57:41AM +1200, Jonathan Chen wrote: > On Wed, 14 Jul 1999, Mark Ovens wrote: > > > On Wed, Jul 14, 1999 at 10:41:55AM +0300, Anand Buddhdev wrote: > > > I've been trying to do some key mapping in vi, but I'm stuck. I can > > > associate simple letters to words, eg. map n anand, so that a press of > > > 'anand' will instead send 'anand' to the editor. However, I want to > > > associate the function keys F1 to F12 with various more complex macros, > > > for example a substitution macro, like: > > > > > > F1 = s/From: Anand Buddhdev /From: postmaster/ > > > > > > > Try: > > > > map ^[OP :s/From: Anand Buddhdev /From: postmaster/^M > > The more portable way is to use > > map #1 :s/From: Anand Buddhdev /From: postmaster/^M > > which will read the terminfo/termap files for function key mappings. > Function keys #1 - #12 correspond to F1 - F12. > Thanks for the tip. > Jonathan Chen > --------------------------------------------------------------------- > Who dares nothing, need hope for nothing > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:markov@globalnet.co.uk 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 Wed Jul 14 15:54: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from aaka.3skel.com (3skel-inch-rtr.3skel.com [207.240.212.3]) by hub.freebsd.org (Postfix) with ESMTP id 3A74614DB8 for ; Wed, 14 Jul 1999 15:53:48 -0700 (PDT) (envelope-from danj@3skel.com) Received: from fnur.3skel.com (fnur.3Skel.COM [192.168.0.8]) by aaka.3skel.com (8.8.8/8.8.8) with ESMTP id SAA29888 for ; Wed, 14 Jul 1999 18:52:18 -0400 (EDT) (envelope-from danj@3skel.com) Received: (from root@localhost) by fnur.3skel.com (8.9.2/8.8.2) id SAA02692 for freebsd-questions@freebsd.org; Wed, 14 Jul 1999 18:57:49 -0400 (EDT) Date: Wed, 14 Jul 1999 18:57:49 -0400 (EDT) From: Dan Janowski Message-Id: <199907142257.SAA02692@fnur.3skel.com> To: freebsd-questions@freebsd.org Subject: fuser under freebsd? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG is there anything like fuser (SysV) under FreeBSD, shows processes attached to devices, esp NFS mounts? Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 15:56:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from doc.dcoder.com (doc.dcoder.com [168.143.224.52]) by hub.freebsd.org (Postfix) with ESMTP id 84C4F14DE5 for ; Wed, 14 Jul 1999 15:56:45 -0700 (PDT) (envelope-from dacoder@dcoder.com) Received: from doc.dcoder.com (doc.dcoder.com [168.143.224.52]) by doc.dcoder.com (8.9.3/8.9.3) with ESMTP id SAA22620; Wed, 14 Jul 1999 18:56:24 -0400 (EDT) (envelope-from dacoder@dcoder.com) Date: Wed, 14 Jul 1999 18:56:24 -0400 (EDT) From: David Coder Reply-To: David Coder To: Jake Ott Cc: Damien Tougas , freebsd-questions@FreeBSD.ORG Subject: Re: Is it possible to clone a hard disk? 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 Before doing the disk copy, make sure to substitute "da1" for all occurrences of "da0" in /etc/fstab. Also, check /boot/defaults/loader.conf to make sure it refers to the right disks. Then, after the copy, change these files back. dc _____________________ David Coder SysAdmin WebHosting Verio.com 703-749-7955 x1314 On Wed, 14 Jul 1999, Jake Ott wrote: > Even easier...a device copy. > > cp /dev/da0 /dev/da1 > > Makes an exact copy of the drive. Very cool, however this assumes that > you are useing two of the same drives. Exact same drives. It does a bit > for bit copy of the entire drive. So this copies any boot, diag, or other > kinda weird sectors. > > -Jake > Systems Administrator > Front Range Internet > 970.224.3668 x221 > > On Mon, 12 Jul 1999, Damien Tougas wrote: > > > Hello, > > > > I want to put a second IDE hard disk in my FreeBSD 3.1 server, and create a > > clone of the one that currently exists. I thought that this might be a good > > disaster recovery scheme to use when upgrading my operating system. If any > > problem occurrs while installing the upgrade, all I have to do is switch the > > drives to be back to where I was before with minimum downtime. How possible > > or practical is this? I know that in Windows NT we would use a product such > > as Norton Ghost, how would I go about creating such a clone in FreeBSD? > > > > Thanks, > > > > Damien Tougas > > Converging Technology Solutions, Inc. > > 10148 - 73 Street > > Edmonton, Alberta T6A 2W9 > > Phone: (780) 469-1679 > > Fax: (780) 461-5127 > > mailto:dtougas@converging.net > > http://www.converging.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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 16: 1:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand5.global.net.uk (sand5.global.net.uk [194.126.80.249]) by hub.freebsd.org (Postfix) with ESMTP id 2415615483 for ; Wed, 14 Jul 1999 16:01:44 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p9cs11a06.client.global.net.uk ([195.147.219.157] helo=marder-1.) by sand5.global.net.uk with esmtp (Exim 2.05 #1) id 114Y1h-0000xD-00; Thu, 15 Jul 1999 00:01:22 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id XAA00926; Wed, 14 Jul 1999 23:56:41 +0100 (BST) (envelope-from marko) Date: Wed, 14 Jul 1999 23:56:41 +0100 From: Mark Ovens To: Jonathan Chen Cc: Anand Buddhdev , freebsd-questions@FreeBSD.ORG Subject: Re: key mapping in vi/nvi Message-ID: <19990714235641.D524@marder-1> References: <19990714183835.A269@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Jonathan Chen on Thu, Jul 15, 1999 at 08:57:41AM +1200 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 15, 1999 at 08:57:41AM +1200, Jonathan Chen wrote: > On Wed, 14 Jul 1999, Mark Ovens wrote: > > > On Wed, Jul 14, 1999 at 10:41:55AM +0300, Anand Buddhdev wrote: > > > I've been trying to do some key mapping in vi, but I'm stuck. I can > > > associate simple letters to words, eg. map n anand, so that a press of > > > 'anand' will instead send 'anand' to the editor. However, I want to > > > associate the function keys F1 to F12 with various more complex macros, > > > for example a substitution macro, like: > > > > > > F1 = s/From: Anand Buddhdev /From: postmaster/ > > > > > > > Try: > > > > map ^[OP :s/From: Anand Buddhdev /From: postmaster/^M > > The more portable way is to use > > map #1 :s/From: Anand Buddhdev /From: postmaster/^M > > which will read the terminfo/termap files for function key mappings. > Function keys #1 - #12 correspond to F1 - F12. > BTW, is there any way to add comment lines in ~/.exrc? I've tried most characters but it either bitches and doesn't read subsequent lines, or core dumps. > Jonathan Chen > --------------------------------------------------------------------- > Who dares nothing, need hope for nothing > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:markov@globalnet.co.uk 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 Wed Jul 14 16:40: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.communique.no (www.communique.no [193.212.204.33]) by hub.freebsd.org (Postfix) with SMTP id 9ECCE153BF for ; Wed, 14 Jul 1999 16:40:00 -0700 (PDT) (envelope-from are@communique.no) Received: (qmail 15688 invoked by uid 1001); 14 Jul 1999 20:12:15 -0000 Date: Wed, 14 Jul 1999 22:12:09 +0200 (CEST) From: Are Bryne X-Sender: are@rune.communique.no To: cjclark@home.com Cc: FreeBSD questions list , Are Bryne Subject: Re: [ does not work in /etc/rc In-Reply-To: <199907131625.MAA08984@cc942873-a.ewndsr1.nj.home.com> Message-ID: Organization: Communique DA 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 On Tue, 13 Jul 1999, Crist J. Clark wrote: > Are Bryne wrote, > > The problem seems to occur in /etc/rc. [ does not work, at least not for > > -f and !=. I've md5'ed my hard linked /bin/test and /bin/[, to be certain > > the binaries are the same as for the installation binaries. > > [snipped] > > Odd, the tests seem to be "failing" to the affirmative. No error > output either, apparently. > [snipped] > > Interactively, the tests work, though... > > > > Does anyone know what's happening? > > Does using test(1) work? In fact yes. I tried it today. So by changing all occurences of [ ... ] with test, everything works as it should. [ fails even though it is hard linked to /bin/test, and I also tried soft linking it... > Oh, and the /etc/rc file _is_ using /bin/sh, right? Yes. I've checked /bin/sh and /sbin/init too. The problem occurs for all the /etc/rc.* files when booting. I haven't tried making test scripts to be run after the machine is up, though. Thanks for your interest. Regards, Are Bryne CommuniquИ DA Phone: +47 22 44 33 99 Parkveien 51b E-mail: admin@communique.no N-0256 Oslo URL: http://www.communique.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 16:43:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from freeside.fc.net (freeside.fc.net [207.170.70.2]) by hub.freebsd.org (Postfix) with ESMTP id 9641414D9E for ; Wed, 14 Jul 1999 16:43:24 -0700 (PDT) (envelope-from jdunham@freeside.fc.net) Received: (from jdunham@localhost) by freeside.fc.net (8.9.3/8.8.8) id SAA37564; Wed, 14 Jul 1999 18:40:10 -0500 (CDT) From: Jerry Dunham Message-Id: <199907142340.SAA37564@freeside.fc.net> Subject: Further down the rathole (was: Re: Recommended tapes from HP?) In-Reply-To: <199907141328.IAA25886@hostigos.otherwhen.com> from Mike Avery at "Jul 14, 1999 08:24:41 am" To: mavery@mail.otherwhen.com Date: Wed, 14 Jul 1999 18:40:10 -0500 (CDT) Cc: grog@lemis.com (Greg Lehey), questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (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 Mike Avery babbled: > From: "Mike Avery" > To: Greg Lehey , questions@FreeBSD.ORG > Date: Wed, 14 Jul 1999 08:24:41 -0500 > As a side note, a number of years back Scientific American ran an > article on the life expectancy of backups. Their conclusion was that > most backups were rendered useless by the march of technology > sooner than the media showed problems. How much do you have on > 8" floppy disks? How much of it can you restore? How about those > 5" CPM diskettes? Can you recover that really cool code you wrote > years back? Or even the tax information you created with a Lotus 1- > 2-3 tax spreadsheet you found on a BBS? If you DO read the data, > is it still useable in current spreadsheets? How about diskettes > from your Lanier word processor? (They used to be popular...) Not only do I have 8-inch disks (I was the mechanical engineer for the Datapoint and Rat Shack machines that used 'em), but I have backups on audio tape for my old Sinclairs and Atari backups on 21 MB Flopticals. :-( Anyone know how to usefully read any of this stuff? (The tapes and floppies, not the Flopticals. The Floptical drive is SCSI and therefore accessible.) > If you can live with re-furbished drives, and older DLT drives are > OK, you can also check out > http://www.corpsys.com/store/products.asp?dept=Tape%20Drives > > They have an archive 4mm DAT (DDS2) changer for $495 US, and > older DLT drives in 10/20 gig or 15/30 gig flavors for $695 US > each. I've had good luck with the vendor in the past, and they offer > an extended (6 year) warranty on refurbished merchandise. Good to know. Thanks. -- Jerry Dunham FreeBSD Atarian ordinaire jdunham@fc.net (512)335-0674 (H) jdunham@avalanche.us.dell.com (512)728-4026 (O) E Pluribus Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 16:50: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from twwells.com (twwells.com [209.118.236.57]) by hub.freebsd.org (Postfix) with SMTP id 3216515402 for ; Wed, 14 Jul 1999 16:50:06 -0700 (PDT) (envelope-from news@twwells.com) Received: from news by twwells.com with local (Exim 1.71 #2) id 114Ykr-0005QG-00; Wed, 14 Jul 1999 19:48:01 -0400 From: bill@twwells.com (T. William Wells) To: freebsd-questions@freebsd.org Subject: Re: 3.2 hosts.allow Problems Message-ID: <7mj7en$k45$1@twwells.com> References: <378CFDFC.16B891CC@cswnet.com> Date: Wed, 14 Jul 1999 19:48:01 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article , Doug wrote: : > Now nothing is being denied. To restart inetd, I am using "killall : > inetd;inetd". : : First, you shouldn't have to start inetd for changes in : hosts.allow to take effect. "Shouldn't" is correct. Unfortunately, reality doesn't conform. In my experience, you have to kill (SIGTERM) inetd and restart it in order for hosts.allow changes to take effect. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 16:50:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pinnacle.co.nz (pinnacle.internet.co.nz [210.48.55.133]) by hub.freebsd.org (Postfix) with ESMTP id 8EB4615402 for ; Wed, 14 Jul 1999 16:50:44 -0700 (PDT) (envelope-from jonc@pinnacle.co.nz) Received: from kiwi.pinnacle.co.nz (kiwi.pinnacle.co.nz [202.37.163.2]) by pinnacle.co.nz (8.9.3/8.9.3) with ESMTP id LAA02727; Thu, 15 Jul 1999 11:44:27 +1200 (NZST) Date: Thu, 15 Jul 1999 11:44:27 +1200 (NZST) From: Jonathan Chen To: Mark Ovens Cc: freebsd-questions@FreeBSD.ORG Subject: Re: key mapping in vi/nvi In-Reply-To: <19990714235641.D524@marder-1> 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 Wed, 14 Jul 1999, Mark Ovens wrote: > BTW, is there any way to add comment lines in ~/.exrc? I've tried > most characters but it either bitches and doesn't read subsequent > lines, or core dumps. Yup. The comment leader is ". eg: " " my personal preferences " set ai sw=4 ts=4 filec=\ " " key mappings " map #1 :s/Jon Chen/Jonathan Chen " " abbreviations " abb rt return Jonathan Chen ------------------------------------------------------------------------ Do not take life too seriously. You will never get out of it alive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 17:21: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pinnacle.co.nz (pinnacle.internet.co.nz [210.48.55.133]) by hub.freebsd.org (Postfix) with ESMTP id 95A4414E90 for ; Wed, 14 Jul 1999 17:20:58 -0700 (PDT) (envelope-from jonc@pinnacle.co.nz) Received: from kiwi.pinnacle.co.nz (kiwi.pinnacle.co.nz [202.37.163.2]) by pinnacle.co.nz (8.9.3/8.9.3) with ESMTP id MAA03614; Thu, 15 Jul 1999 12:13:28 +1200 (NZST) Date: Thu, 15 Jul 1999 12:13:28 +1200 (NZST) From: Jonathan Chen To: Dan Janowski Cc: freebsd-questions@FreeBSD.ORG Subject: Re: fuser under freebsd? In-Reply-To: <199907142257.SAA02692@fnur.3skel.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 On Wed, 14 Jul 1999, Dan Janowski wrote: > > is there anything like fuser (SysV) under FreeBSD, > shows processes attached to devices, esp NFS mounts? Check the ports system for lsof. Jonathan Chen ------------------------------------------------------------------------ Do not take life too seriously. You will never get out of it alive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 18:20:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pop3-3.enteract.com (pop3-3.enteract.com [207.229.143.32]) by hub.freebsd.org (Postfix) with SMTP id 08FB214EC0 for ; Wed, 14 Jul 1999 18:20:21 -0700 (PDT) (envelope-from dscheidt@enteract.com) Received: (qmail 51255 invoked from network); 15 Jul 1999 01:20:14 -0000 Received: from shell-2.enteract.com (dscheidt@207.229.143.41) by pop3-3.enteract.com with SMTP; 15 Jul 1999 01:20:14 -0000 Date: Wed, 14 Jul 1999 20:20:13 -0500 (CDT) From: David Scheidt To: Greg Lehey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: write protected tapes In-Reply-To: <19990714164112.14786@mojave.lemis.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 On Wed, 14 Jul 1999, Greg Lehey wrote: > On Wednesday, 14 July 1999 at 1:03:58 -0500, David Scheidt wrote: > > Shouldn't trying to write to a write protected tape produce an > > error? > > Yes. > > It would be nice to know what version of FreeBSD you're running, but > I'd guess that you've hit some kind of bug. How about a PR? That'll teach me to do these things at 2am. It is a -CURRENT box. I can duplicate the problem using any tape reading and writing tool. I have submitted a PR. David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 18:43:43 1999 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 4FD3F14C3A for ; Wed, 14 Jul 1999 18:43:31 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk ([192.168.1.2] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.02 #1) id 114Ytn-000FnQ-00; Thu, 15 Jul 1999 00:57:15 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk (ident=ben) by rainbow5.scientia.demon.co.uk with local (Exim 3.02 #1) id 114Ytq-000KWf-00; Thu, 15 Jul 1999 00:57:18 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Date: Thu, 15 Jul 1999 00:57:18 +0100 From: Ben Smithurst To: Dan Janowski Cc: freebsd-questions@freebsd.org Subject: Re: fuser under freebsd? Message-ID: <19990715005718.B78871@rainbow5.scientia.demon.co.uk> References: <199907142257.SAA02692@fnur.3skel.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary=SkvwRMAIpAhPCcCJ; micalg=pgp-md5; protocol="application/pgp-signature" X-Mailer: Mutt 0.95.4i In-Reply-To: <199907142257.SAA02692@fnur.3skel.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --SkvwRMAIpAhPCcCJ Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Dan Janowski wrote: > is there anything like fuser (SysV) under FreeBSD, > shows processes attached to devices, esp NFS mounts? I'm not familiar with that command, but would fstat (in the base system) or lsof (in the ports, ports/sysutils/lsof) do what you want? I prefer lsof, personally. --=20 Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk --SkvwRMAIpAhPCcCJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: 2.6.3i iQCVAwUBN40j3SsPVtiZOS99AQGSggQAkB+L2xPhdmmV0La7Ax2Hvp8/Q2EVLbYo uopd41NL8L2e7ImJLwhDcvv5B6I3aBU/5LQZXvGRQTJu19hIP1k7BjQb17/al1Bo vteKAA9bV6LhOYeQBUTmoOJ60c4qoMw/JE7UYkER34lqNZZxkDs5tKtL1ovlwcfa jtimXainvRQ= =OjV3 -----END PGP SIGNATURE----- --SkvwRMAIpAhPCcCJ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 18:44: 9 1999 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 98D6F15423 for ; Wed, 14 Jul 1999 18:43:55 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk ([192.168.1.2] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.02 #1) id 114YsC-000FnO-00; Thu, 15 Jul 1999 00:55:36 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk (ident=ben) by rainbow5.scientia.demon.co.uk with local (Exim 3.02 #1) id 114YsC-000KWI-00; Thu, 15 Jul 1999 00:55:36 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Date: Thu, 15 Jul 1999 00:55:36 +0100 From: Ben Smithurst To: Mark Ovens Cc: Jonathan Chen , Anand Buddhdev , freebsd-questions@FreeBSD.ORG Subject: Re: key mapping in vi/nvi Message-ID: <19990715005536.A78871@rainbow5.scientia.demon.co.uk> References: <19990714183835.A269@marder-1> <19990714235641.D524@marder-1> Mime-Version: 1.0 Content-Type: multipart/signed; boundary=9jxsPFA5p3P2qPhR; micalg=pgp-md5; protocol="application/pgp-signature" X-Mailer: Mutt 0.95.4i In-Reply-To: <19990714235641.D524@marder-1> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mark Ovens wrote: > BTW, is there any way to add comment lines in ~/.exrc? I've tried > most characters but it either bitches and doesn't read subsequent > lines, or core dumps. Try the doulble quote " character. --=20 Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: 2.6.3i iQCVAwUBN40jdysPVtiZOS99AQGgawP8DruX5xsy8pZoX0++xfK4057AYJkjkHqW AZmhCYje5Jdu9WFTZYvgyObQf3T3r53ssquhyH1d8togpwA9cNummkbEQoxUA7l9 qExPDwA2mZ9s8QTwBkQARsbJwZ6ybyuvSfhCP0hIjbihz1B9mX0GjZNJFeLHyVYD aRKl74diEQQ= =rcQb -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 19: 2:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.asiaonline.net (mx2.asiaonline.net [202.85.0.14]) by hub.freebsd.org (Postfix) with ESMTP id 0C09B15402 for ; Wed, 14 Jul 1999 19:02:08 -0700 (PDT) (envelope-from cckok00@stlinux.ouhk.edu.hk) Received: from stlinux.ouhk.edu.hk (ip95-166.asiaonline.net [202.85.95.166]) by mx2.asiaonline.net (8.9.3/8.9.3) with ESMTP id JAA13826 for ; Thu, 15 Jul 1999 09:57:49 +0800 (HKT) Message-ID: <378BEE3A.12E842D7@stlinux.ouhk.edu.hk> Date: Wed, 14 Jul 1999 09:56:10 +0800 From: peter kok X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: subscribed email address Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all If my subscribed adderss of the server is down a few days, how freebsd handle this return mail? Thank you Regards Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 19:12:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from capecod.net (camb0332.capecod.net [209.244.245.78]) by hub.freebsd.org (Postfix) with ESMTP id 12A2614BCE for ; Wed, 14 Jul 1999 19:12:23 -0700 (PDT) (envelope-from crtb@capecod.net) Received: (from crtb@localhost) by capecod.net (8.8.8/8.8.8) id WAA02402; Wed, 14 Jul 1999 22:00:30 -0400 (EDT) (envelope-from crtb) Date: Wed, 14 Jul 1999 22:00:30 -0400 (EDT) From: Chuck Bacon Message-Id: <199907150200.WAA02402@capecod.net> To: questions@freebsd.org Subject: 3Com 3C900B-TPO not recognized Cc: crtb@capecod.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just built FreeBSD 3.2R from CDROM, mainly so I can get online with a 3Com 3C900B-TPO "Etherlink XL" card. Kernel config includes "controller pci0" and "device xl0". When pci probe reports the VGA and SCSI cards, it fails to notice the card. No mention of "xl0: not found", just no mention at all. The instructions in the 3C900B box said the (Windows) driver had to be installed before the card is inserted. However, in a FreeBSD environment, no help. How could the preexistence of a driver without the hardware be any help here? If desired, I can produce dmesg and config. Just hope maybe somebody can make me go "Duh!" about something obvious. Chuck Bacon - crtb@capecod.net "Bouncy ball is the source of all goodness and light" -- Winner'qus Fortune To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 19:26:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hostigos.otherwhen.com (dialin2017.pernet.net [205.229.2.17]) by hub.freebsd.org (Postfix) with ESMTP id 2F59914C83 for ; Wed, 14 Jul 1999 19:26:12 -0700 (PDT) (envelope-from mavery@mail.otherwhen.com) Received: from mail.otherwhen.com (mail.2.229.205.in-addr.arpa [205.229.2.19] (may be forged)) by hostigos.otherwhen.com (8.8.6/8.7.3) with ESMTP id VAA26689; Wed, 14 Jul 1999 21:29:20 -0500 (CDT) Message-Id: <199907150229.VAA26689@hostigos.otherwhen.com> Received: from PORKY/SpoolDir by mail.otherwhen.com (Mercury 1.45); 14 Jul 99 21:25:18 -0600 Received: from SpoolDir by PORKY (Mercury 1.45); 14 Jul 99 21:24:43 -0600 From: "Mike Avery" To: Jerry Dunham Date: Wed, 14 Jul 1999 21:24:41 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Further down the rathole (was: Re: Recommended tapes from HP?) Reply-To: mavery@mail.otherwhen.com Cc: grog@lemis.com (Greg Lehey), questions@FreeBSD.ORG In-reply-to: <199907142340.SAA37564@freeside.fc.net> References: <199907141328.IAA25886@hostigos.otherwhen.com> from Mike Avery at "Jul 14, 1999 08:24:41 am" X-mailer: Pegasus Mail for Win32 (v3.12) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 14 Jul 99, at 18:40, Jerry Dunham wrote: > Mike Avery babbled: > > From: "Mike Avery" > > To: Greg Lehey , questions@FreeBSD.ORG > > Date: Wed, 14 Jul 1999 08:24:41 -0500 > > As a side note, a number of years back Scientific American ran an > > article on the life expectancy of backups. Their conclusion was that > > most backups were rendered useless by the march of technology sooner > > than the media showed problems. How much do you have on 8" floppy > > disks? How much of it can you restore? How about those 5" CPM > > diskettes? Can you recover that really cool code you wrote years back? > > Or even the tax information you created with a Lotus 1- 2-3 tax > > spreadsheet you found on a BBS? If you DO read the data, is it still > > useable in current spreadsheets? How about diskettes from your Lanier > > word processor? (They used to be popular...) > Not only do I have 8-inch disks (I was the mechanical engineer for the > Datapoint and Rat Shack machines that used 'em), but I have backups on > audio tape for my old Sinclairs and Atari backups on 21 MB Flopticals. :-( > Anyone know how to usefully read any of this stuff? (The tapes and > floppies, not the Flopticals. The Floptical drive is SCSI and therefore > accessible.) The easiest answer is bring up the machines you created the disks (etc) with and then read the data and send it to your favorite platform via a communications program. Of course, if you don't still have the Sinclairs, or if they don't still run, life gets harder. But... I bet you could find the devices on ebay or other auction sites..... or if you're active in a local computer club, someone there might be able to help. Other than the flopticals, the 8" floppies are probably the easiest.... there were too many audio tape formats, and most people were only too happy to not use audio tape once any kind of floppy became reliable (I remember how happy I was when my audio tape interface went up to 1200 bps... instead of 300. It took forever to load a 15k assembler at 300bps...). But for the 8" drives, you could get a controller for a PC, hook 'em up, and use one of a number of data conversion programs. > > If you can live with re-furbished drives, and older DLT drives are OK, > > you can also check out > > http://www.corpsys.com/store/products.asp?dept=Tape%20Drives > > > > They have an archive 4mm DAT (DDS2) changer for $495 US, and > > older DLT drives in 10/20 gig or 15/30 gig flavors for $695 US > > each. I've had good luck with the vendor in the past, and they offer an > > extended (6 year) warranty on refurbished merchandise. > > Good to know. Thanks. Since you live in the Austin area, don't forget to check out Howard Electronics.... they always have... ahhhh... interesting things at interesting prices. Mike ====================================================================== Mike Avery MAvery@mail.otherwhen.com (409)-842-2942 (work) ICQ: 16241692 * Spam is for lusers who can't get business any other way * A Randomly Selected Thought For The Day: Engraving is, in brief terms, the art of scratch. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 19:28:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web114.yahoomail.com (web114.yahoomail.com [205.180.60.86]) by hub.freebsd.org (Postfix) with SMTP id 3B48D14C83 for ; Wed, 14 Jul 1999 19:28:50 -0700 (PDT) (envelope-from jlqm@yahoo.com) Message-ID: <19990715022814.21603.rocketmail@web114.yahoomail.com> Received: from [205.235.23.252] by web114.yahoomail.com; Thu, 15 Jul 1999 02:28:14 GMT Date: Thu, 15 Jul 1999 02:28:14 +0000 (GMT) From: Juan Quijivix Subject: About FreeBSD installation... 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 am writting to you because I had some troubles with my FreeBSD installation. After I installed it, it booted in the normal way, but when it finished to detect all the devices, surprise!!! panic: root can't be mount... (something like this) I restarted the system and booted again, but the same error message appeared. What could have happened? Was there something wrong during the installation process? Have I done something wrong? Could you help me? I'll be waiting for your response. Sincerely. Juan Luis Quijivix Mazariegos jlqm@yahoo.com jlqm@hotmail.com _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://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 Wed Jul 14 20: 0:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail-gw6.pacbell.net (mail-gw6.pacbell.net [206.13.28.41]) by hub.freebsd.org (Postfix) with ESMTP id 5C1AB14FE6 for ; Wed, 14 Jul 1999 20:00:54 -0700 (PDT) (envelope-from danestad@pacbell.net) Received: from pacbell.net (adsl-216-102-67-27.dsl.snfc21.pacbell.net [216.102.67.27]) by mail-gw6.pacbell.net (8.9.3/8.9.3) with ESMTP id TAA10475; Wed, 14 Jul 1999 19:59:26 -0700 (PDT) Message-ID: <378D4E8A.9F8838E1@pacbell.net> Date: Wed, 14 Jul 1999 19:59:23 -0700 From: Doug Anestad X-Mailer: Mozilla 4.61 (Macintosh; U; PPC) X-Accept-Language: en MIME-Version: 1.0 To: rperkins@paso.wpafb.af.mil Cc: freebsd-questions@FreeBSD.ORG Subject: Re: freeBSD on Mac Quarda 900? References: <852567AE.0062A267.00@paso.wpafb.af.mil> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There is no FreeBSD for Macintosh hardware. However, here are some Unix/Linix/BSD OSes for macintosh hardware: NetBSD http://www.netbsd.org/Ports/mac68k/ (68k) http://www.netbsd.org/Ports/macppc/ (ppc) OpenBSD http://www.openbsd.com/mac68k.html (68k) http://www.openbsd.com/powerpc.html (ppc) MkLinux http://www.mklinux.org/ LinuxPPC http://www.linuxppc.org/ Debian http://www.debian.org/ports/m68k/ (68k) http://www.debian.org/ports/powerpc/ (ppc) Doug rperkins@paso.wpafb.af.mil wrote: > > I am looking into the freeBSD software, I am a complete novice in the Unix world, my question is will this OS run on an old Mac Quadra 900? I do not own the system yet, a person I work with is giving it to me, and since I do not use Mac's that much I thought that this would be a good chance to run a Unix os on older hardware. Please let me know if I can and if I should pursue this. I do have a pc that runs Winblowz 98 bloatware,( I will be honest tho, it does ok and it is easy for my wife and kids to use) on an 333 Celeron. I have considered dual booting this machine and I will once I add a 2nd harddrive. But I would like to take advantage of the MAc and not waste it. > > Bob Perkins > Contractor, Applied Sciences Corporation > PIXS SYS/OP > Tel: (937) 255-2837 DSN 785-2837 > Fax: (937) 656-7193 DSN 986-7193 > Email: perkinr@paso.wpafb.af.mil > > 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 Wed Jul 14 20:39:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from one.net.au (hardblue.one.net.au [203.17.224.221]) by hub.freebsd.org (Postfix) with SMTP id 19D4914E21 for ; Wed, 14 Jul 1999 20:39:30 -0700 (PDT) (envelope-from gcornish@one.net.au) Received: (qmail 5723 invoked from network); 15 Jul 1999 03:37:23 -0000 Received: from unknown (HELO lunchbox) (203.101.46.53) by hardblue.one.net.au with SMTP; 15 Jul 1999 03:37:23 -0000 Message-ID: <001401bece72$af86e740$352e65cb@lunchbox> From: "custom" To: Subject: freeBSD Date: Wed, 14 Jul 1999 22:30:21 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BECE48.75932FA0" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BECE48.75932FA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable gday all, well i was just looking through this web at the program on = offer and decided that i might have an indepth look at it. i connected = to the ftp but it gave me no clue on what to download. if you could it = would be much appreciated. freeBSD newbie fan custom ------=_NextPart_000_0005_01BECE48.75932FA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
gday all,
          &nbs= p; well i=20 was just looking through this web at the program on offer and decided = that i=20 might have an indepth look at it.  i connected to the ftp but it = gave me no=20 clue on what to download.  if you could it would be much=20 appreciated.
 
        =    =20     freeBSD newbie fan
          &nbs= p;        custom
------=_NextPart_000_0005_01BECE48.75932FA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 20:46:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from topsecret.net (gill.apk.net [207.54.148.62]) by hub.freebsd.org (Postfix) with SMTP id 3FE2C14E21 for ; Wed, 14 Jul 1999 20:46:12 -0700 (PDT) (envelope-from gill@topsecret.net) Received: from stumpy by topsecret.net with SMTP (MDaemon.v2.7.SP5.R) for ; Wed, 14 Jul 1999 23:45:00 -0400 From: "James Gill" To: Subject: is having the ports secure? Date: Wed, 14 Jul 1999 23:46:01 -0400 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) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Return-Path: gill@topsecret.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi.. If i'm trying to make a secure installation (for example a firewall box) that will run only a finite set of services (NAT, firewalling, DNS, and not very much else), wouldn't it be better (more secure) to not install the whole ports collection but only the specific ports for the services I want? Aside from the (forty?) megabytes I would save on the already pretty small disk. Am I on the right track here? ===================================== James Gill * http://www.topsecret.net ===================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 21: 5:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pericles.IPAustralia.gov.au (pericles.IPAustralia.gov.au [202.14.186.30]) by hub.freebsd.org (Postfix) with ESMTP id AB68B15152 for ; Wed, 14 Jul 1999 21:05:38 -0700 (PDT) (envelope-from Stanley.Hopcroft@ipaustralia.gov.au) Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.9.3/8.9.3) id OAA80492 for ; Thu, 15 Jul 1999 14:03:58 +1000 (EST) (envelope-from Stanley.Hopcroft@ipaustralia.gov.au) X-Authentication-Warning: pericles.IPAustralia.gov.au: smap set sender to using -f Received: from noteshub01.aipo.gov.au(10.0.100.21) by pericles.IPAustralia.gov.au via smap (V2.0) id xma080450; Thu, 15 Jul 99 14:03:56 +1000 Received: by noteshub01.aipo.gov.au(Lotus SMTP MTA v4.6.3 (778.2 1-4-1999)) id 4A2567AF.00165EB4 ; Thu, 15 Jul 1999 14:04:20 +1000 X-Lotus-FromDomain: IP_AUSTRALIA From: Stanley.Hopcroft@ipaustralia.gov.au To: questions@freebsd.org Message-ID: <4A2567AF.00165E91.00@noteshub01.aipo.gov.au> Date: Thu, 15 Jul 1999 14:03:51 +1000 Subject: Firewall with 3.2-RELEASE stops. 2.2.4-STABLE Squid. 1 GB RAM Dell Poweredge 4300 Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To: questions@freebsd.org cc: Dear Ladies and Gentlemen, I am writing to ask your help with my employers firewall. FreeBSD 3.2-RELEASE rebooted after a weeks operation, and then stopped with a message like da0: invalidating pack. (da0 contains / and /usr). After being power cycled it booted cleanly. fsck showed no disk content problems. The host is a Dell Power Edge 4300 with 1 GB RAM to run Squid 2.2.4-STABLE. If there was a panic I didn't get any messages on the console or in the log. Any suggestions will be gratefully received. How can I log kernel messages ? a serial console ? Thank you, Yours sincerely. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 21:12:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from trapdoor.aracnet.net (trapdoor.aracnet.net [206.222.75.1]) by hub.freebsd.org (Postfix) with ESMTP id 6FC33154CA for ; Wed, 14 Jul 1999 21:12:26 -0700 (PDT) (envelope-from encore@aracnet.net) Received: from encore.aracnetnet (tor-pm40.074148.aracnet.net [206.222.74.148]) by trapdoor.aracnet.net (8.8.5/8.8.8) with SMTP id EAA10511 for ; Thu, 15 Jul 1999 04:12:55 GMT Message-ID: <000801bece77$fd044c60$944adece@aracnetnet> From: "Lou Neveu" To: Subject: Table sorting with URLs Date: Thu, 15 Jul 1999 00:10:26 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BECE56.70DE9FE0" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BECE56.70DE9FE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello! If you check this = site......http://www.irt.org/articles/js060/source.htm#binding the binding tables work fine but the question is this..."How do I place = a working HREF link in the last cell to the right. All the links will be to different URLS. = Have emailed the author a few times without response so am looking anywhere for a solution. Thanks Lou (By the way, am using windows 95 and Explorer 5 for my = site.).. ------=_NextPart_000_0005_01BECE56.70DE9FE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello! If you check this=20 site......http://www.irt.org/articles/js060/source.htm#binding
the binding tables work fine but the question is = this..."How=20 do I place a  working HREF link in
the last cell to the right.  All the links will = be to=20 different URLS.  Have emailed the author
a few times without response so am looking anywhere = for a=20 solution.
Thanks Lou (By the way, am using windows 95 and = Explorer=20 5 for my site.)..
------=_NextPart_000_0005_01BECE56.70DE9FE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 21:27:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from atlas.iexpress.net.au (atlas.iexpress.net.au [203.38.34.3]) by hub.freebsd.org (Postfix) with ESMTP id 2E13D14D2F for ; Wed, 14 Jul 1999 21:27:18 -0700 (PDT) (envelope-from mikey@iexpress.net.au) Received: from localhost (mikey@localhost) by atlas.iexpress.net.au (8.9.3/8.9.3) with ESMTP id MAA90409 for ; Thu, 15 Jul 1999 12:28:47 +0800 (WST) Date: Thu, 15 Jul 1999 12:28:47 +0800 (WST) From: Michael Slater To: freebsd-questions@freebsd.org Subject: Sound Blaster PCI64 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, I have been trying for weeks to get my PCI Soundcard to work under FreeBSD 3.2-RELEASE. I have browsed the mailling list archives and found a few references to the OSS drivers (pay).. I tried the evaluation version, but it makes the box hang. Can anyone give me any pointers to getting this card to actually work ? Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 21:31:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from camel.ethereal.net (camel.ethereal.net [204.107.140.58]) by hub.freebsd.org (Postfix) with ESMTP id C15F3151A0 for ; Wed, 14 Jul 1999 21:31:47 -0700 (PDT) (envelope-from mistwolf@camel.ethereal.net) Received: (from mistwolf@localhost) by camel.ethereal.net (8.9.1a/8.9.1) id VAA04144; Wed, 14 Jul 1999 21:31:41 -0700 (PDT) Date: Wed, 14 Jul 1999 21:31:40 -0700 From: Jamie Norwood To: freebsd-questions@freebsd.org, downsj@downsj.com Subject: Problems with GDBM on FreeBSD 3.2-R Message-ID: <19990714213140.A3636@ethereal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, this has me completely puzzled. GDBM compiles, installs, and with effort works fine, but it's the effort part that has me stumped. In short, the only way this library works, whether I compile by hand or by the entry in /usr/ports/databases/gdbm, is if I use -L/usr/local/lib. LD_LIBRARY_PATH, LD_RUN_PATH, nothing else works but that. Which means, for one thing, that GNU configure scripts never find it. The odd thing is, if I install 2.2.8-R on a machine, and install, either by hand or ports,GDBM, it works perfectly fine. I have tried this on at least 6 installations of 3.x since it went RELEASE, and it is still happening. All other libraries in /usr/local/lib (readline, for one...) seem to work fine. This has me really puzzled as to why, exactly, it is happening. Does anyone know why this happens? How it can be fixed? I am setting up this machine as a haven for MUSHes, many of which have existing databases based on gdbm, and this makes getting them set up on my machines a lot harder than it should be. :/ CCing the maintainer of GDBM in case s/he has insite. Jamie -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS d- s+:+ a--(?) C++++ UB++++ P+ L--(++) E-- W++(--) N++ O? K w(---) O?>+ M?>+ V PS+ PE+ Y+ PGP->++ t+(*) 5+++ X++ R++ tv+ b+ DI++++ D++ G e>+ h--- r+++ y+++** ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 21:39:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pluto.cpe.ku.ac.th (pluto.cpe.ku.ac.th [158.108.32.150]) by hub.freebsd.org (Postfix) with ESMTP id AE682154C6 for ; Wed, 14 Jul 1999 21:39:01 -0700 (PDT) (envelope-from stt@pluto.cpe.ku.ac.th) Received: from localhost (stt@localhost) by pluto.cpe.ku.ac.th (8.9.3/8.9.1) with ESMTP id LAA49291 for ; Thu, 15 Jul 1999 11:39:06 +0700 (ICT) Date: Thu, 15 Jul 1999 11:39:05 +0700 (ICT) From: Sunthiti Patchararungruang To: freebsd-questions@freebsd.org Subject: Color support for VT100 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 Dear Everybody, I have changed my system from Linux to Freebsd 3.2 since last month. In Linux, VT100 terminal screen can support color but not in FreeBSD. I would like to know how to set color-support in FreeBSD vt100 terminal. Best Regards, Sunthiti Patchararungruang To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 21:39:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f26.hotmail.com [216.32.181.26]) by hub.freebsd.org (Postfix) with SMTP id B773E154C6 for ; Wed, 14 Jul 1999 21:39:30 -0700 (PDT) (envelope-from bsdmaster@hotmail.com) Received: (qmail 72669 invoked by uid 0); 15 Jul 1999 04:37:51 -0000 Message-ID: <19990715043751.72668.qmail@hotmail.com> Received: from 196.27.0.30 by www.hotmail.com with HTTP; Wed, 14 Jul 1999 21:37:50 PDT X-Originating-IP: [196.27.0.30] From: "Fawaz Talal" To: freebsd-questions@freebsd.org Subject: Ethernet adapter Date: Thu, 15 Jul 1999 07:37:50 EEST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anyone knows if TRENDnet TE-PCI/W Etherner card supported or not under FreeBSD 3.2 Release? ______________________________________________________ Get Your Private, Free Email 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 Wed Jul 14 21:47:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp4.mindspring.com (smtp4.mindspring.com [207.69.200.64]) by hub.freebsd.org (Postfix) with ESMTP id E1B991513C for ; Wed, 14 Jul 1999 21:47:12 -0700 (PDT) (envelope-from hopelessmail@mindspring.com) Received: from oemcomputer (user-38ldimr.dialup.mindspring.com [209.86.202.219]) by smtp4.mindspring.com (8.8.5/8.8.5) with SMTP id AAA20772; Thu, 15 Jul 1999 00:46:01 -0400 (EDT) Date: Thu, 15 Jul 1999 00:46:01 -0400 (EDT) From: hopelessmail@mindspring.com Message-Id: <199907150446.AAA20772@smtp4.mindspring.com> To: hopelessmail@mindspring.com Subject: Hopeless Records and Sub City Update 7/15/99 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hopeless Records Sub City Hopeless Records Sub City (To be removed from this list reply to this email with the word "REMOVE" in the subject line) Hi PUNK FAN AND MUSIC LOVER! Welcome to the Hopeless/Sub City Records update report from July 15, 1999. The Hopeless/Sub City records update report will be mailed approximately twice a month. The report will give you updates on new releases, tours, news, band info and more. For more information check out: http://www.hopelessrecords.com http://www.subcity.net NEW RELEASES: Here are the Hopeless/Sub City new releases. Out June 22 Sub City "Take Action" low priced CD sampler SC001 This cheap priced sampler features 15 rare and unreleased tracks from Against All Authority, Fifteen, F.Y.P., Dillinger Four, Kid Dynamite, Scared of Chaka, The Weakerthans, Falling sickness, and many more. 88 Fingers Louie/Kid Dynamite split 10"/CD SC004 Six New songs from two of the top Melodic/Hardcore bands Falling Sickness/Dysentery split 10"/CD SC005 Riverside, CA fast, hard punk rock! Check out additional info at: www.subcity.net IF YOU HAVE BEEN ON VACATION: Here are some recent releases on Hopeless/Sub City. Scared of Chaka "Tired of You" CD/LP/CS SC003 Loud, fast, 70's punk rock from Albuquerque, NM Fifteen "Lucky"; CD/2xLP/CS SC002 Political punk from Berkeley, CA. The band has been spreading their message since 1988 Mustard Plug "Pray for Mojo" CD/LP/CS HR638 Third full length from these ska/punk gurus out of Grand Rapids, MI. Nobodys "Generation XXX" CD/LP/CS HR637 Fourth Full length from these Colorado Springs "rock n Roll porno punks" TOURING: You either just witnessed or just missed the Sub City "Take Action Tour". Sub City presented the 1st annual Take Action Tour Sub City is a creation of Hopeless Records in the attempt to raise social awareness and subsidize non-profit organizations. The Take Action Tour officially launched the label in person throughout America. The Take Action Tour; was a summer mini festival tour covering the USA in 31 shows. The tour consisted of 5 bands per show at a low ticket price. Participating charities presented literature throughout the tour. 5% of the gross door receipts will be donated to charity. 50% of the donation will be presented to a local organization named by the promoter and the other 50% will go into the tour fund to be presented to three national organizations named by the touring artist. NOBODYS TOUR with Guttermouth July Wed 14 Kingman, AZ House Of Sound Thu 15 Albuquerque, NM Launchpad Fri 16 Colorado Springs, CO Colorado Music Hall Sat 17 Denver, CO Ogden Theatre Sun 18 Casper, WY The Underground Tue 20 Salt Lake City, UT Bricks New Venue Wed 21 Pocatello, ID The Roche Motel Thu 22 Boise, ID Skate World Fri 23 Eugene, OR WOW Hall Sat 24 Reno, NV Rodeo Rock Cafe Sun 25 Sacramento, CA Club X-Treme August Thu 12 Duluth, MN Shriners Masonic Temple Fri 13 Minneapolis, MN Foxfire Lounge Sat 14 Green Bay, WI Concert Cafe Sun 15 Chicago, IL Metro Tue 17 Detroit, MI The Shelter Wed 18 Cleveland, OH Euclid Tavern Thu 19 New York, NY Coney Island High Sat 21 Boundbrook, NJ The Palace Sun 22 Philadelphia, PA Unitarian Church Mon 23 Virginia Bch Peabody's Wed 25 Spartenburg, SC Ground Zero Thu 26 Atlanta, GA The Masquerade WHAT DO THE BANDS HAVE TO SAY: Hello...Scared Of Chaka is on tour now....please check out www.scaredofchaka.com for tour info...rock-n-roll Hello People, Digger is currently writing a new album to be released in Jan 2000. We are playing some local shows on the east coast through out the summer. The bar-b-que and Pabst have been brought out for summer (not like we ever stop drinking or bar-b-queing) Let The Good Times Roll Baby!!!!! Our web Page has been updated and will be updated though out the summer. Search ---Lehigh Valley Punk to find it, if the link from the Hopeless Web Page isn't working..... Go see some of our favorite bands Falling sickness and Dillinger 4 this summer on the Take Action Tour, and yell at Pat(D4) to stick foreign objects up his ass!!! Send us some Email. Digger_pa@hotmail.com Oh yeah we changed our mailing address to P.O. Box 357 Quakertown PA 18951. Send A SASE for reply. I guess that is it. Take Care, Chris Digger Hi There, Jeff Ott from Fifteen here. I wanted to let you know about the new Fifteen album. It's called LUCKY and it s on Sub City Records. Sub City was launched this spring by the folks at Hopeless Records. Every release on Sub City will financially benefit a non-profit organization of the bands choosing. I choose the Redwood Summer Justice Project. It raises money for Judi Bari's/Earth First's Civil Rights lawsuit against the FBI and the Oakland Police department. You can find out more about the lawsuit at http://www.monitor.net/~bari/. You can find out more about what we're up to and listen to our songs at http://www.skatedork.org/fifteen/fifteen.htm. Sub City has also put out stuff by Scared of Chaka, Falling Sickness, 88 Fingers Louie, Kid Dynamite and Dysentery. Jeff Ott Bye for now, Hopeless NEXT UPDATE: 8/2/99 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 21:59:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pinnacle.co.nz (pinnacle.internet.co.nz [210.48.55.133]) by hub.freebsd.org (Postfix) with ESMTP id D3F42154DB for ; Wed, 14 Jul 1999 21:59:20 -0700 (PDT) (envelope-from jonc@pinnacle.co.nz) Received: from kiwi.pinnacle.co.nz (kiwi.pinnacle.co.nz [202.37.163.2]) by pinnacle.co.nz (8.9.3/8.9.3) with ESMTP id QAA06748; Thu, 15 Jul 1999 16:49:19 +1200 (NZST) Date: Thu, 15 Jul 1999 16:49:19 +1200 (NZST) From: Jonathan Chen To: James Gill Cc: freebsd-questions@FreeBSD.ORG Subject: Re: is having the ports secure? 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 Wed, 14 Jul 1999, James Gill wrote: > > Hi.. > > If i'm trying to make a secure installation (for example a firewall box) > that will run only a finite set of services (NAT, firewalling, DNS, and not > very much else), wouldn't it be better (more secure) to not install the > whole ports collection but only the specific ports for the services I want? Yup. And the quick way to do this is to set up rc.conf *NOT* to run inetd. Jonathan Chen ---------------------------------------------------------------------- "Nyuck, nyuck, nyuck!" - Curly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 22: 2: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 1294C154DB for ; Wed, 14 Jul 1999 22:02:04 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id HAA07533; Thu, 15 Jul 1999 07:02:03 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.9.3/8.9.3) with ESMTP id HAA23898; Thu, 15 Jul 1999 07:02:02 +0200 (MET DST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id HAA03402; Thu, 15 Jul 1999 07:04:21 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id FAA05188; Thu, 15 Jul 1999 05:04:21 GMT (envelope-from ust) Date: Thu, 15 Jul 1999 07:04:21 +0200 From: Udo Schweigert To: "T. William Wells" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3.2 hosts.allow Problems Message-ID: <19990715070421.A5157@alaska.cert.siemens.de> References: <378CFDFC.16B891CC@cswnet.com> <7mj7en$k45$1@twwells.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <7mj7en$k45$1@twwells.com>; from T. William Wells on Wed, Jul 14, 1999 at 07:48:01PM -0400 X-Operating-System: FreeBSD 3.2-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 14, 1999 at 07:48:01PM -0400, T. William Wells wrote: > In article , > Doug wrote: > : > Now nothing is being denied. To restart inetd, I am using "killall > : > inetd;inetd". > : > : First, you shouldn't have to start inetd for changes in > : hosts.allow to take effect. > > "Shouldn't" is correct. Unfortunately, reality doesn't conform. In > my experience, you have to kill (SIGTERM) inetd and restart it in > order for hosts.allow changes to take effect. > No, that's not true. I never restarted inetd to enable changes in hosts.allow. (Only changes in inetd.conf have to be signald via kill -HUP, but that's a different thing). Regards ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 48000 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 22:17: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from twwells.com (twwells.com [209.118.236.57]) by hub.freebsd.org (Postfix) with SMTP id 0F98014FA2 for ; Wed, 14 Jul 1999 22:16:57 -0700 (PDT) (envelope-from news@twwells.com) Received: from news by twwells.com with local (Exim 1.71 #2) id 114dpN-000CfI-00; Thu, 15 Jul 1999 01:13:01 -0400 From: bill@twwells.com (T. William Wells) To: freebsd-questions@freebsd.org Subject: Re: 3.2 hosts.allow Problems Message-ID: <7mjqjo$1fer$1@twwells.com> References: <378CFDFC.16B891CC@cswnet.com> <7mj7en$k45$1@twwells.com> <19990715070421.A5157@alaska.cert.siemens.de> Date: Thu, 15 Jul 1999 01:13:01 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <19990715070421.A5157@alaska.cert.siemens.de>, Udo Schweigert wrote: : On Wed, Jul 14, 1999 at 07:48:01PM -0400, T. William Wells wrote: : > In article , : > Doug wrote: : > : > Now nothing is being denied. To restart inetd, I am using "killall : > : > inetd;inetd". : > : : > : First, you shouldn't have to start inetd for changes in : > : hosts.allow to take effect. : > : > "Shouldn't" is correct. Unfortunately, reality doesn't conform. In : > my experience, you have to kill (SIGTERM) inetd and restart it in : > order for hosts.allow changes to take effect. : > : : No, that's not true. I never restarted inetd to enable changes in hosts.allow. : (Only changes in inetd.conf have to be signald via kill -HUP, but that's a : different thing). Well, I'm glad it worked for you. It *did not* work for me. I had a system in which I modified hosts.allow to allow outside access, found myself locked out, and was only able to get back in after restarting inetd. *Without* changing my hosts.allow. So perhaps there's a version difference or something. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 22:43: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cr31617-a.lndn1.on.wave.home.com (cr31617-a.lndn1.on.wave.home.com [24.112.227.163]) by hub.freebsd.org (Postfix) with ESMTP id 2393414FA2 for ; Wed, 14 Jul 1999 22:42:56 -0700 (PDT) (envelope-from jbailie@cr31617-a.lndn1.on.wave.home.com) Received: (from jbailie@localhost) by cr31617-a.lndn1.on.wave.home.com (8.9.3/8.9.3) id BAA03346 for freebsd-questions@freebsd.org; Thu, 15 Jul 1999 01:30:23 -0400 (EDT) (envelope-from jbailie) Date: Thu, 15 Jul 1999 01:30:23 -0400 From: James Bailie To: freebsd-questions@freebsd.org Subject: fseek() over bounds of file Message-ID: <19990715013023.A3264@cr31617-a.lndn1.on.wave.home.co> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm a Linux refugee who has been running FreeBSD for about a week now and am extremely pleased with the system. In porting some software over, I've encountered a few differences from glibc2 I'd like some info on, that I don't remember seeing under Linux. Well, just one for now. I'm running 3.2-RELEASE, as anoncvs appears to be broken, that is to say it isn't anonymous, an (unknown to me) password is required, and judging from the date of a couple unanswered complaints on the mailing lists and newsgroups, has been broken for about three weeks! Correct me if I'm wrong here, it seems unlikely the service could go down for so long without more people than this noticing, but I far as I can tell, it is. So, I cannot check to see if the following behaviour persists in 3.2-CURRENT: fseek() will not only seek past the end of a file, but will also seek backwards (negative offset) past the beginning of a file. The next file access fails instead of the call to fseek(). Is there some kind of way to make a hole in a file by seeking backwards I am unaware of, or is this a bug? Also, fseek()-ing out of file boundaries, in either direction, succeeds, in the sense that the call returns zero, if the file has been opened read-only, which, in my opinion, it shouln't. What say ye gurus? -- James Bailie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 22:50:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mw4.texas.net (mw4.texas.net [206.127.30.14]) by hub.freebsd.org (Postfix) with ESMTP id E9D0F14D12 for ; Wed, 14 Jul 1999 22:50:27 -0700 (PDT) (envelope-from rsnow@lgc.com) Received: from basil.dympna.COM (mnet06-18.sat.texas.net [209.99.48.186]) by mw4.texas.net (2.4/2.4) with ESMTP id AAA10178 for ; Thu, 15 Jul 1999 00:47:49 -0500 (CDT) Received: from solo (solo [134.132.228.3]) by basil.dympna.COM (8.9.3/8.8.7) with SMTP id AAA03238 for ; Thu, 15 Jul 1999 00:47:56 -0500 (CDT) (envelope-from rsnow@lgc.com) Message-ID: <000b01bece85$f452ec80$03e48486@dympna.com> From: "Rob Snow" To: Subject: NFS performance between Linux & FreeBSD Date: Thu, 15 Jul 1999 00:50:22 -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 Issue: FreeBSD client (3.2 Release) to Linux (2.2.10) server and vice-versa I get great reads. FreeBSD client to Linux server, I get really good writes. Linux client to FreeBSD server I get about 4x slower writes. 2.37 sec for a 16MB cp qtrial99.exe test.exe vs. 10.21 sec for the same (~16MB file) done via 100Mbit FDX switch with 595 on the Linux box, fxp on the FreeBSD box. wsize&rsize set to 8K, vers=3, proto=udp,nolock (seems to be the fastest) ftp's look pretty close to the same. Where do I go from here to debug the issue? Unfortunately, I don't have any other UNIX boxen on the network to verify where the problem is. (it's at home) -Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 23: 3:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.hawaii.rr.com (smtp3.hawaii.rr.com [204.210.97.13]) by hub.freebsd.org (Postfix) with ESMTP id 1814D1507C for ; Wed, 14 Jul 1999 23:03:56 -0700 (PDT) (envelope-from art@hawaii.rr.com) Received: from taz - 24.94.75.210 by smtp3.hawaii.rr.com with Microsoft SMTPSVC(5.5.1774.114.11); Wed, 14 Jul 1999 19:50:50 -1000 Message-Id: <3.0.6.32.19990714200233.03070980@clients1.hawaii.rr.com> X-Sender: art@clients1.hawaii.rr.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Wed, 14 Jul 1999 20:02:33 -1000 To: freebsd-questions@FreeBSD.ORG From: "Art Neilson, KH7PZ" Subject: stratum 1 gps clock Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can anyone out there recommend a fairly cheap gps clock which will work with xntpd? If it's a kit I do know which end of the soldering iron gets hot :^) I was looking at the Motorola UT+ Oncore however Synery Systems wants $389 for one. I'd appreciate any suggestions you all have. -- __ / ) _/_ It is a capital mistake to theorise before one has data. /--/ __ / Insensibly one begins to twist facts to suit theories, / (_/ (_<__ Instead of theories to suit facts. -- Sherlock Holmes, "A Scandal in Bohemia" Arthur W. Neilson III, KH7PZ Bank of Hawaii Tech Support art@hawaii.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 23: 4:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from shell2.la.best.com (shell2.la.best.com [209.24.216.141]) by hub.freebsd.org (Postfix) with ESMTP id DC70A1507C for ; Wed, 14 Jul 1999 23:04:15 -0700 (PDT) (envelope-from nugundam@shell2.la.best.com) Received: (from nugundam@localhost) by shell2.la.best.com (8.9.3/8.9.2/best.sh) id XAA28950; Wed, 14 Jul 1999 23:02:41 -0700 (PDT) Message-ID: <19990714230241.A28733@la.best.com> Date: Wed, 14 Jul 1999 23:02:41 -0700 From: "Joseph T. Lee" To: Jonathan Bult , freebsd-questions@FreeBSD.ORG Subject: Re: natd and ident References: <19990714033347.23627.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19990714033347.23627.qmail@hotmail.com>; from Jonathan Bult on Tue, Jul 13, 1999 at 08:33:47PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 13, 1999 at 08:33:47PM -0700, Jonathan Bult wrote: > ---- Start rc.natd ---- > same_ports yes > verbose yes > unregistered_only yes > interface ed1 > redirect_port tcp 192.168.0.2:auth auth > ---- End rc.natd ---- A slightly better way to currently support multiple machines behind natd, is say if you were only using irc.mcs.com on 192.168.0.2 is: redirect_port tcp 192.168.0.2:auth auth 192.160.127.97 This way, only ident requests from that particular irc server is forwarded to a particular machine. The idea is to assign 1 particular irc server for each machine that's going to use irc. It's limits things, but it works well enough to support multiple irc machines behind natd. -- Joseph nugundam =best=com==/==\=IIGS=/==\=Playstation=/==\=Civic HX CVT=/==\ # Anime Expo 1999 >> www.anime-expo.org/ > # FreeBSD: The Power to Serve >> www.freebsd.org > # EX: The Online World of Anime & Manga >> www.ex.org/ / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 23: 4:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.la.csiro.au (hermes.la.csiro.au [152.83.12.2]) by hub.freebsd.org (Postfix) with ESMTP id 83DB41507C for ; Wed, 14 Jul 1999 23:04:26 -0700 (PDT) (envelope-from Anthony.Wyatt@its.csiro.au) Received: by hermes.la.csiro.au with Internet Mail Service (5.5.2448.0) id ; Thu, 15 Jul 1999 16:02:40 +1000 Message-ID: From: "Wyatt, Anthony" To: "'freebsd-questions@freebsd.org'" Subject: Xircom and 4.0-CURRENT Date: Thu, 15 Jul 1999 16:02:39 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Yesterday I was running 3.1-STABLE today after playing with cvsup I'm on 4.0-CURRENT. I wasn't expecting that but it worked and I was happy. Today I tried to get my Xircom 10/100 56K to work and I've had no luck. Has anyone else got one to work on 4.0-CURRENT? Thanks, Anthony To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 14 23:58:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from krdl.org.sg (rodin.krdl.org.sg [192.122.139.27]) by hub.freebsd.org (Postfix) with ESMTP id 80856154EB for ; Wed, 14 Jul 1999 23:58:21 -0700 (PDT) (envelope-from vasu@krdl.org.sg) Received: from mailhost.krdl.org.sg (mailbox.krdl.org.sg [192.122.134.30]) by krdl.org.sg (8.9.3/8.9.3) with ESMTP id PAA08191 for ; Thu, 15 Jul 1999 15:04:47 +0800 (SGT) Received: from boderek (boderek [192.122.135.157]) by mailhost.krdl.org.sg (8.9.3/8.9.3) with SMTP id OAA26561 for ; Thu, 15 Jul 1999 14:57:17 +0800 (SGT) Date: Thu, 15 Jul 1999 14:42:34 +0800 (SGT) From: Vasudha Ramnath X-Sender: vasu@boderek To: freebsd-questions@freebsd.org Subject: implementing poll() in a device driver 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 I'm running FreeBSD 3.1-RELEASE. Could someone explain what the poll() function in a device driver should do ? Can it return POLLERR or POLLHUP ? I have a test driver that returns these values from the poll() function. However, the application that called the select() is not getting an error. Instead, the select is returning that the particular file descriptor is, in this case, 'readable' ! Am I missing something ? Any insight appreciated. thank you --Vasudha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 0: 5:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dns.city-net.com (dns.city-net.com [206.102.128.2]) by hub.freebsd.org (Postfix) with ESMTP id B0F4B14E4B for ; Thu, 15 Jul 1999 00:05:33 -0700 (PDT) (envelope-from rs64@city-net.com) Received: from city-net.com (pop-198-144-38-52.city-net.com [198.144.38.52]) by dns.city-net.com (8.9.1a/8.9.1) with ESMTP id CAA16099 for ; Thu, 15 Jul 1999 02:59:16 -0400 (EDT) Message-ID: <378D9644.ED2C3607@city-net.com> Date: Thu, 15 Jul 1999 03:05:24 -0500 From: bob stinelli X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.7 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: any1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My cdrom is a DVD. However it falls unders a atapi, but when I install BSD, and try to mount my cdrom "mount /dev/hdc /cdrom" I get incorrect super block. Any ideas if there is any. By the way my cdrom works under linux, and yes i configured it right from cli and I dont have any conflicts. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 0:11:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id C5A4014E19 for ; Thu, 15 Jul 1999 00:11:53 -0700 (PDT) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id JAA00899; Thu, 15 Jul 1999 09:10:26 +0200 (MET DST) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.7.5/8.7.3) with ESMTP id JAA13420; Thu, 15 Jul 1999 09:10:25 +0200 (MET DST) Received: (from gunnar@localhost) by pluto.sr.se (8.9.3/8.9.1) id JAA06004; Thu, 15 Jul 1999 09:10:25 +0200 (CEST) (envelope-from gunnar) Date: Thu, 15 Jul 1999 09:10:25 +0200 From: Gunnar Flygt To: custom Cc: FreeBSD Questions Subject: Re: freeBSD Message-ID: <19990715091025.B5946@sr.se> Reply-To: Gunnar Flygt References: <001401bece72$af86e740$352e65cb@lunchbox> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <001401bece72$af86e740$352e65cb@lunchbox>; from custom on Wed, Jul 14, 1999 at 10:30:21PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 14, 1999 at 10:30:21PM +0800, custom wrote: > gday all, > well i was just looking through this web at the program on offer and decided that i might have an indepth look at it. i connected to the ftp but it gave me no clue on what to download. if you could it would be much appreciated. Instead of guessing. Try http://www.freebsd.org and read the part "Easy to install"! -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 0:15:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id DC6F614E19 for ; Thu, 15 Jul 1999 00:15:38 -0700 (PDT) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id JAA00973; Thu, 15 Jul 1999 09:14:31 +0200 (MET DST) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.7.5/8.7.3) with ESMTP id JAA13518; Thu, 15 Jul 1999 09:14:30 +0200 (MET DST) Received: (from gunnar@localhost) by pluto.sr.se (8.9.3/8.9.1) id JAA06047; Thu, 15 Jul 1999 09:14:30 +0200 (CEST) (envelope-from gunnar) Date: Thu, 15 Jul 1999 09:14:30 +0200 From: Gunnar Flygt To: rperkins@paso.wpafb.af.mil Cc: FreeBSD Questions Subject: Re: your mail Message-ID: <19990715091430.C5946@sr.se> Reply-To: Gunnar Flygt References: <852567AE.0062A267.00@paso.wpafb.af.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <852567AE.0062A267.00@paso.wpafb.af.mil>; from rperkins@paso.wpafb.af.mil on Wed, Jul 14, 1999 at 02:01:44PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 14, 1999 at 02:01:44PM -0400, rperkins@paso.wpafb.af.mil wrote: > > > > I am looking into the freeBSD software, I am a complete novice in the Unix world, my question is will this OS run on an old Mac Quadra 900? I do not own the system yet, a person I work with is giving it to me, and since I do not use Mac's that much I thought that this would be a good chance to run a Unix os on older hardware. Please let me know if I can and if I should pursue this. I do have a pc that runs Winblowz 98 bloatware,( I will be honest tho, it does ok and it is easy for my wife and kids to use) on an 333 Celeron. I have considered dual booting this machine and I will once I add a 2nd harddrive. But I would like to take advantage of the MAc and not waste it. No, it will run on i386 and alpha only! -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 1: 1:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from yusufg.portal2.com (yusufg.portal2.com [203.85.226.249]) by hub.freebsd.org (Postfix) with SMTP id 11CF515504 for ; Thu, 15 Jul 1999 01:01:10 -0700 (PDT) (envelope-from yusufg@outblaze.com) Received: (qmail 20534 invoked by uid 500); 15 Jul 1999 08:18:24 -0000 Date: 15 Jul 1999 08:18:24 -0000 Message-ID: <19990715081824.20533.qmail@yusufg.portal2.com> From: Yusuf Goolamabbas To: freebsd-scsi@freebsd.org, freebsd-questions@freebsd.org Subject: Trying to understand this fsck error message Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, After a power failure whilst bringing up a machine I got the following errors from fsck The following disk sectors could not be read 16 ,17,18,..., 31 /dev/rda1s1a not labelled as a BSD file system Is there any workaround for this or do I treat the disk as a lost cause -- Yusuf Goolamabbas yusufg@outblaze.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 1: 7:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ares.maths.adelaide.edu.au (Ares.maths.adelaide.edu.au [129.127.44.147]) by hub.freebsd.org (Postfix) with ESMTP id E559F15520 for ; Thu, 15 Jul 1999 01:07:53 -0700 (PDT) (envelope-from glewis@ares.maths.adelaide.edu.au) Received: (from glewis@localhost) by ares.maths.adelaide.edu.au (8.9.3/8.9.3) id RAA04891; Thu, 15 Jul 1999 17:36:16 +0930 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <199907150806.RAA04891@ares.maths.adelaide.edu.au> Subject: Re: Problem In-Reply-To: from Sharif Islam at "Jul 14, 1999 01:35:19 pm" To: Sharif Islam Date: Thu, 15 Jul 1999 17:36:15 +0930 (CST) Cc: freebsd-questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL56 (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 tried to install BSd in my Pc, which has windows 95 in it. I have > already partitiioned disk. I was trying to install it on C: drive. > I made two floppies kern.flp and mfsroot.flp. I boot then as instructed. > Then I went to novice install. I think here I did something wrong. After > installing when it was rebooting, It gives a promprt boot:.and it i type > there something its not working. Before that no booting option cmoes up, > it just say f1 default bsd. I cudn't get into windows. Please help , > thanks. > > I think for some of the option in installing i didn't do right. So it > might have erased my Windows.thanks I doubt Windows has been erased. Its more likely that you've simply installed a master boot record that boots directly into FreeBSD rather than a boot manager. Either install again and make sure you install a boot manager or just try installing on by hand from the cdrom -- you can find some in the tools directory. -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 5083 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 1:38:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.occa.home.com (ha1.rdc2.occa.home.com [24.2.8.66]) by hub.freebsd.org (Postfix) with ESMTP id 64852151AE for ; Thu, 15 Jul 1999 01:38:43 -0700 (PDT) (envelope-from rbettle@criterion-group.com) Received: from criterion-group.com ([24.5.44.161]) by mail.rdc2.occa.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <19990715083835.KZDW18261.mail.rdc2.occa.home.com@criterion-group.com> for ; Thu, 15 Jul 1999 01:38:35 -0700 Message-ID: <378D9E74.AAFD6F41@criterion-group.com> Date: Thu, 15 Jul 1999 01:40:20 -0700 From: Roy Bettle X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: subscribe FreeBSD-questions Content-Type: multipart/mixed; boundary="------------B7180415973BDE2C8BFB8FD4" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------B7180415973BDE2C8BFB8FD4 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit --------------B7180415973BDE2C8BFB8FD4 Content-Type: text/x-vcard; charset=us-ascii; name="rbettle.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Roy Bettle Content-Disposition: attachment; filename="rbettle.vcf" begin:vcard n:Bettle;Roy tel;work:(949) 452-1203 x-mozilla-html:FALSE url:http://www.criterion-group.com org:Criterion Group, Inc. version:2.1 email;internet:rbettle@criterion-group.com title:President note:Businesses that depend on computers, depend on us. adr;quoted-printable:;;26895 Aliso Creek Road=0D=0ASuite B404;Aliso Viejo;CA;92656;USA fn:Bettle, Roy end:vcard --------------B7180415973BDE2C8BFB8FD4-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 1:42:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ibm1.exotrope.net (ibm1.exotrope.net [199.105.232.82]) by hub.freebsd.org (Postfix) with ESMTP id 40E79151AE for ; Thu, 15 Jul 1999 01:42:11 -0700 (PDT) (envelope-from reason@exotrope.net) Received: from rgreen (bgm-44-30.stny.rr.com [24.94.44.30]) by ibm1.exotrope.net (8.8.5/8.8.5) with SMTP id EAA14917 for ; Thu, 15 Jul 1999 04:38:15 -0400 (EDT) Message-ID: <00fe01bece9d$429c9d20$1e2c5e18@stny.rr.com> From: "R Green" To: Subject: Specified device does not match mounted device Date: Thu, 15 Jul 1999 04:37:19 -0400 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.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings! I have attempted to install FreeBSD on a system and ran into this problem. The kernel will start to boot and get to the point where it's mounting the drive and come up with this error. "Specified device does not match mounted device" It says "system rebooting automatically" or something like that and I'm given the opportunity to specify a path to a specific shell or hit enter for sh. Any ideas on what might be the problem? I'm running kernel 2.2.5 on a PII 350Mhz with a Maxtor EIDE 8.4GB drive. Thanks, Rod To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 2:21:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id 1A23A14E09 for ; Thu, 15 Jul 1999 02:21:56 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id FAA29805; Thu, 15 Jul 1999 05:30:22 -0400 (EDT) Date: Thu, 15 Jul 1999 04:30:20 -0500 (EST) From: Alfred Perlstein To: custom Cc: freebsd-questions@FreeBSD.ORG Subject: Re: freeBSD In-Reply-To: <001401bece72$af86e740$352e65cb@lunchbox> 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 Wed, 14 Jul 1999, custom wrote: > gday all, > well i was just looking through this web at the program on offer and decided that i might have an indepth look at it. i connected to the ftp but it gave me no clue on what to download. if you could it would be much appreciated. go to http://www.freebsd.org/ follow the link "these directions" that is a towards the bottom right of the page. enjoy, -Alfred oh, please set your mailer to wrap lines longer than 75 characters. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 2:22:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from loso.dyndns.com (TruPPP2947.inet.co.th [203.151.126.47]) by hub.freebsd.org (Postfix) with ESMTP id 43DF015512 for ; Thu, 15 Jul 1999 02:22:02 -0700 (PDT) (envelope-from nb@loso.dyndns.com) Received: from anakin (anakin.skywalker.co.th [192.168.1.2]) by loso.dyndns.com (8.9.3/8.9.3) with SMTP id QAA01569; Thu, 15 Jul 1999 16:19:05 +0700 (ICT) Message-ID: <00f801becea3$2898db90$0201a8c0@skywalker.co.th> From: "nb" To: "Sunthiti Patchararungruang" Cc: References: Subject: Re: Color support for VT100 Date: Thu, 15 Jul 1999 16:01:44 +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.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Khun Sunthiti. I very surprised to see Thai people in this mailing list. And just wonder that there is Thai people who interested in FreeBSD. Just say hi. But cannot help you. Sorry. ----- Original Message ----- From: Sunthiti Patchararungruang To: Sent: Thursday, July 15, 1999 11:39 Subject: Color support for VT100 > Dear Everybody, > > I have changed my system from Linux to Freebsd 3.2 since last month. In > Linux, VT100 terminal screen can support color but not in FreeBSD. I would > like to know how to set color-support in FreeBSD vt100 terminal. > > Best Regards, > Sunthiti Patchararungruang > > > > 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 Thu Jul 15 2:23:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id 00EC415515 for ; Thu, 15 Jul 1999 02:23:51 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id FAA25619; Thu, 15 Jul 1999 05:32:31 -0400 (EDT) Date: Thu, 15 Jul 1999 04:32:29 -0500 (EST) From: Alfred Perlstein To: Rob Snow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NFS performance between Linux & FreeBSD In-Reply-To: <000b01bece85$f452ec80$03e48486@dympna.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 On Thu, 15 Jul 1999, Rob Snow wrote: > Issue: > > FreeBSD client (3.2 Release) to Linux (2.2.10) server and vice-versa I get > great reads. > > FreeBSD client to Linux server, I get really good writes. > > Linux client to FreeBSD server I get about 4x slower writes. > 2.37 sec for a 16MB cp qtrial99.exe test.exe vs. 10.21 sec for the same > (~16MB file) > done via 100Mbit FDX switch with 595 on the Linux box, fxp on the FreeBSD > box. > wsize&rsize set to 8K, vers=3, proto=udp,nolock (seems to be the fastest) > ftp's look pretty close to the same. > > Where do I go from here to debug the issue? > Unfortunately, I don't have any other UNIX boxen on the network to verify > where the problem is. (it's at home) Try to tune your NFS mounts in Linux, make sure they are trying TCP and up the read/write size, check Linux's NFS tuning paramters (it's probably in some non-obvious place in /proc) Also you can play with the FreeBSD NFS options mainly by tweaking them via 'sysctl' man sysctl sysctl -a | grep nfs good luck, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 2:34:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from logatome.micronet.fr (logatome-2.francenet.fr [193.149.96.2]) by hub.freebsd.org (Postfix) with ESMTP id 1401E1550D; Thu, 15 Jul 1999 02:34:46 -0700 (PDT) (envelope-from Sebastien.Gioria@FranceNet.fr) Received: from gioria.dialup.FranceNet.fr (eku28.francenet.fr [193.149.97.60]) by logatome.micronet.fr (8.8.8/8.8.8) with ESMTP id LAA16629; Thu, 15 Jul 1999 11:32:51 +0200 (CEST) Received: by gioria.dialup.FranceNet.fr (Postfix, from userid 42) id 2637C1FFFF; Thu, 15 Jul 1999 11:34:37 +0200 (CEST) Message-ID: <19990715113437.A8986@FranceNet.fr> Date: Thu, 15 Jul 1999 11:34:37 +0200 From: Sebastien GIORIA To: freebsd-questions@FreeBSD.org Cc: freebsd-hackers@FreeBSD.org Subject: I'll be in Dublin July 19th and July 28th Reply-To: Sebastien GIORIA Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Operating-System: Definitely FreeBSD Function: Security Administrator X-Work-Organization: FranceNet X-Work-Postal-Address: 28 Rue Desaix , 75015 Paris, France, Terre X-Home-Organization: French FreeBSD Documentation Project X-Home-Postal-Address: 32 Rue Baron Le Roy, 75012 Paris, France, Terre X-Operating-System: FreeBSD-STABLE + PAO enabled X-URL-Home: http://www.FreeBSD-fr.org X-URL-Work: http://www.FranceNet.fr Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Is-it any FreeBSD related events near or anybody who want to drink a Beer and help me to visit the Town ? S. -- FranceNet Security Administrator Sebastien.Gioria@FranceNet.fr French FreeBSD Documentation Project gioria@FreeBSD.org Tout FreeBSD en Francais http://www.FreeBSD-fr.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 3:28:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from storm.typhoon.co.jp (storm.typhoon.co.jp [202.33.21.38]) by hub.freebsd.org (Postfix) with ESMTP id 44EFC15074 for ; Thu, 15 Jul 1999 03:27:53 -0700 (PDT) (envelope-from robertor@typhoon.co.jp) Received: from robertor.typhoon.co.jp (du076.typhoon.co.jp [202.33.21.76]) by storm.typhoon.co.jp (8.9.3/8.9.3/TIS-MX) with SMTP id TAA22352; Thu, 15 Jul 1999 19:26:03 +0900 (JST) From: "Richard G. Roberto" To: Jamie Norwood , freebsd-questions@FreeBSD.ORG Subject: Re: Problems with GDBM on FreeBSD 3.2-R Date: Thu, 15 Jul 1999 19:17:28 +0900 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <19990714213140.A3636@ethereal.net> MIME-Version: 1.0 Message-Id: <99071519240800.06507@robertor.typhoon.co.jp> Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've had numerous problems with shared libs under freebsd 3.2. I don't fully understand how they're supposed to work, but I regularly have to run ldconfig. I keep two files around -- one with the a.out shared library directories and one with the elf shared library directories. I can't get ldconfig -R to do anything useful, so a usually have to re-run ldconfig -aout and ldconfig -elf to pick up new shared libs. This is a PIA, but it works. Of course, I'm probably doing something wrong. I spend most of my time on Solaris where shared libraries are much easier to deal with. Anyway, try running ldconfig with whatever options you need and see if that helps. Cheers, Richard On Thu, 15 Jul 1999, Jamie Norwood wrote: > OK, this has me completely puzzled. GDBM compiles, installs, and with e= ffort > works fine, but it's the effort part that has me stumped. In short, the > only way this library works, whether I compile by hand or by the entry = in > /usr/ports/databases/gdbm, is if I use -L/usr/local/lib. LD_LIBRARY_PAT= H, > LD_RUN_PATH, nothing else works but that. Which means, for one thing, t= hat > GNU configure scripts never find it. >=20 > The odd thing is, if I install 2.2.8-R on a machine, and install, eithe= r by > hand or ports,GDBM, it works perfectly fine. >=20 > I have tried this on at least 6 installations of 3.x since it went RELE= ASE, > and it is still happening. All other libraries in /usr/local/lib (readl= ine,=20 > for one...) seem to work fine. This has me really puzzled as to why, ex= actly, > it is happening.=20 >=20 > Does anyone know why this happens? How it can be fixed? I am setting up > this machine as a haven for MUSHes, many of which have existing databas= es > based on gdbm, and this makes getting them set up on my machines a lot = harder > than it should be. :/ >=20 > CCing the maintainer of GDBM in case s/he has insite. >=20 > Jamie >=20 >=20 > --=20 > -----BEGIN GEEK CODE BLOCK----- > Version: 3.1 > GCS d- s+:+ a--(?) C++++ UB++++ P+ L--(++) E-- W++(--) N++ O? > K w(---) O?>+ M?>+ V PS+ PE+ Y+ PGP->++ t+(*) 5+++ X++ R++ tv+ > b+ DI++++ D++ G e>+ h--- r+++ y+++** > ------END GEEK CODE BLOCK------ >=20 >=20 >=20 > 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 Thu Jul 15 4:21:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailout1.nyroc.rr.com (mailout1-1.nyroc.rr.com [24.92.226.146]) by hub.freebsd.org (Postfix) with ESMTP id 173EC14FA2 for ; Thu, 15 Jul 1999 04:21:29 -0700 (PDT) (envelope-from salam@twcny.rr.com) Received: from twcny.rr.com ([24.92.245.150]) by mailout1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Thu, 15 Jul 1999 07:18:55 -0400 Message-ID: <378DC361.9B8C844B@twcny.rr.com> Date: Thu, 15 Jul 1999 07:17:54 -0400 From: Assem Salama X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: PPP problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just install FreeBSD 3.2 and I'm having trouble getting ppp to work properly. This is my ppp.conf file: default: set log Phase Chat LCP IPCP CCP tun command set device /dev/cuaa0 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT \ OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" netcom: set phone 9,4615800 set login set authname us,ppp,##### set authkey ###### set timeout 120 set ifaddr 192.147.72.204/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR enable dns I'm using a US-Robitics external modem (56K) an COM1 and my ISP is NetCom. The IP of the machine is 192.147.72.204. This is my problem: I login as root and run ppp netcom and then I type dial. However, I never log on, the ppp never changes to PPP and it disconnects before it gets there. Does anyone know what I'm doing?? Any help would be greatly appreciated. Thanks, Assem Salama To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 5: 3:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (Postfix) with ESMTP id 828D714C36 for ; Thu, 15 Jul 1999 05:03:09 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.9.3/8.9.3/Kp) with ESMTP id NAA31976 for ; Thu, 15 Jul 1999 13:02:58 +0100 (BST) Message-ID: <378DCDCE.B6053096@tdx.co.uk> Date: Thu, 15 Jul 1999 13:02:22 +0100 From: Karl Pielorz Organization: TDX - The Digital eXchange X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Strange goins on with IPFW ? 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, A faultless machine we've been using for a firewall failed today, in a very unusual way... It decided to 'silently' drop any packets coming to / from port 25 for our hosts... Checking the /var/log/messages for 'denied' packets showed nothing... Running tcpdump on the interface would show packets coming in fxp0 for the host, going out of fxp1 to that host. On the flipside, the replies would go into fxp1 on the host, and just 'not appear' on fxp0 (destined for the Internet). Yet, internal hosts trying to connect to external machines on port 80, would work fine - as would anything connecting inbound on port 80. Has anyone seen anything like this before? - The machine had been up for 207 days before this problem happened... It was almost like the firewall had a rule saying "deny from any to any 25" - which it definitely didn't have! Looking through the logs, I did find some interesting messages, such as: " Jul 14 20:15:01 spider /kernel: ipfw: 10800 Deny UDP 194.134.135.28:31790 195. Jul 14 20:15:01 spider /kernel: 188.211.199:31789 in via fxp0 " (Why did this line get split across two syslog entries?) And, " Jul 13 19:22:56 spider /kernel: rm_class: bogus time values " (Anyone know what this means?) The machines a P200, w/16Mb RAM and running FreeBSD 2.2.7-RELEASE. It's got no services running on it, and normally sits there with about 8 processes running, and a load-average of 0.00 Rebooting the machine (which runs the same firewall config as it comes up - it's not been changed in months) fixed the problem... -Kp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 5:33:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id 636831554D for ; Thu, 15 Jul 1999 05:33:18 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id PAA81251 for ; Thu, 15 Jul 1999 15:33:48 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <378DD523.2EEAF3D5@prime.net.ua> Date: Thu, 15 Jul 1999 15:33:41 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en, ru, uk MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: How to avoid talking to biff port? Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, on my mailserver after recieving mail for users localhost tries to talk to biff port. 15:12:01.285061 localhost.foo.bar.4031 > localhost.foo.bar.biff: udp 15 15:12:07.087212 localhost.foo.bar.4037 > localhost.foo.bar.biff: udp 13 15:12:41.004584 localhost.foo.bar.4055 > localhost.foo.bar.biff: udp 14 I dont need this behaivor. My question is can I force mailprograms/kernel to not talk everytime to biff? -- WBW Andy V. Oleynik (When U work in virtual office prime.net.ua's U have good chance to obtain system administrator virtual money Ж%-) +380442448363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 6: 9:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.okbmei.msk.su (ns.okbmei.msk.su [194.190.170.19]) by hub.freebsd.org (Postfix) with ESMTP id 9D11315565 for ; Thu, 15 Jul 1999 06:09:46 -0700 (PDT) (envelope-from davydov@okbmei.msk.su) Received: (from davydov@localhost) by ns.okbmei.msk.su (8.9.3/8.9.3) id RAA00852 for freebsd-questions@FreeBSD.ORG; Thu, 15 Jul 1999 17:08:41 +0400 (MSD) Message-Id: <199907151308.RAA00852@ns.okbmei.msk.su> Subject: Bug or not bug To: freebsd-questions@FreeBSD.ORG Date: Thu, 15 Jul 1999 17:08:41 +0400 (MSD) From: "Andrew L. Davydov" Reply-To: "Andrew L. Davydov" Organization: OKB MEI X-Mailer: ELM [version 2.4ME+ PL43 (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 Hello! What does trhis mean: sh$ dmesg in_rtqtimo: adjusted rtq_reallyold to 2400 in_rtqtimo: adjusted rtq_reallyold to 1600 in_rtqtimo: adjusted rtq_reallyold to 1066 in_rtqtimo: adjusted rtq_reallyold to 710 in_rtqtimo: adjusted rtq_reallyold to 473 My system FreeBSD-3.2-STABLE. It's time to time rebooting. -- Mr. Andrew L. Davydov Network Engineer Tel/Fax: +7 095 362-8569 Pager: +7 095 755-6565 No.96307 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 6:18:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from logatome.micronet.fr (logatome-2.francenet.fr [193.149.96.2]) by hub.freebsd.org (Postfix) with ESMTP id DBF3814D9A for ; Thu, 15 Jul 1999 06:18:33 -0700 (PDT) (envelope-from e-masson@kisoft-services.com) Received: from kisoft-services.com (Nantes5.francenet.net [193.149.110.69]) by logatome.micronet.fr (8.8.8/8.8.8) with ESMTP id PAA14458 for ; Thu, 15 Jul 1999 15:16:02 +0200 (CEST) Message-ID: <378DDF8D.33F2D4FD@kisoft-services.com> Date: Thu, 15 Jul 1999 15:18:05 +0200 From: Eric MASSON Organization: Kisoft Services X-Mailer: Mozilla 4.51 [fr] (WinNT; I) X-Accept-Language: fr MIME-Version: 1.0 To: FreeBSD Questions Subject: 3CCFEM556BI, pccard sio setup. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello everyone here, Today is the return of the son of the revenge of the 3CCFEM556BI :). I'm trying to use the V90 modem function of this card (It is a pccard, not a cardbus). Driver for NIC function needs to make a port of a linux existing driver and I miss knowledge to succeed in this task. Back to current problem, I tried two ways to make it work : - 1 : enable a sio2 line in kernel and use the following pccard.conf # PCCARD configuration file # # # $Id: pccard.conf,v 1.0 1999/07/04 21:36:00 emss # Generally available IO ports io 0x240-0x360 # Generally available IRQs (Built-in sound-card owners remove 5) irq 10 11 13 # Available memory slots memory 0xd4000 96k # 3Com/Megahertz 3CCFEM556BI card "3Com" "Megahertz 3CCFEM556BI" config 0x1 "sio2" 10 insert echo 3Com/Megahertz 3CCFEM556BI inserted remove echo 3Com/Megahertz 3CCFEM556BI removed pccardd allocates driver sio and sio says "sio2: 8250", weird cause WNT can link to this card at 115200 bps that sounds more like a 16550 uart. When i start ppp in manual mode, i do set device = /dev/cuaa2 then term. At this point the whole machine hangs, the only way to stop it is power off. - 2 : do not enable sio2 in kernel configuration and using the same pccard.conf as before. In this case I do get the following /kernel: PC-Card VLSI 82C146 (5 mem & 2 I/O windows) /kernel: pcic: controller irq 9 /kernel: Initializing PC-card drivers: sio /kernel: Card inserted, slot 0 /kernel: NULL com in siounload /kernel: Return IRQ=10 pccardd[62]: driver allocation failed for 3Com pccardd[62]: pccardd started The dumpcis of this card is : Code 128 not found Code 128 not found code Unknown ignored Code 131 not found Code 131 not found code Unknown ignored Configuration data for card in slot 0 Tuple #1, code = 0x1 (Common memory descriptor), length = 2 000: 00 ff Common memory device information: Device number 1, type No device, WPS = OFF Speed = No speed, Memory block size = reserved, 32 units Tuple #2, code = 0x17 (Attribute memory descriptor), length = 3 000: 43 02 ff Attribute memory device information: Device number 1, type EEPROM, WPS = OFF Speed = 150nS, Memory block size = 8Kb, 1 units Tuple #3, code = 0x20 (Manufacturer ID), length = 4 000: 01 01 56 05 PCMCIA ID = 0x101, OEM ID = 0x556 Tuple #4, code = 0x21 (Functional ID), length = 2 000: 06 00 Network/LAN adapter Tuple #5, code = 0x15 (Version 1 info), length = 36 000: 04 01 33 43 6f 6d 00 4d 65 67 61 68 65 72 74 7a 010: 20 33 43 43 46 45 4d 35 35 36 42 49 00 41 00 30 020: 30 31 00 ff Version = 4.1, Manuf = [3Com],card vers = [Megahertz 3CCFEM556BI] Addit. info = [A],[001] Tuple #6, code = 0x1a (Configuration map), length = 5 000: 01 03 00 10 3f Reg len = 2, config register addr = 0x1000, last config = 0x3 Registers: XXXXXX-- Tuple #7, code = 0x1b (Configuration entry), length = 15 000: c1 01 1d 71 55 35 55 54 e0 72 5d 65 30 ff ff Config index = 0x1(default) Interface byte = 0x1 (I/O) Vcc pwr: Nominal operating supply voltage: 5 x 1V Max current average over 1 second: 3 x 10mA Max current average over 10 ms: 5 x 10mA Power down supply current: 5 x 1mA Wait scale Speed = 7.0 x 100 ns RDY/BSY scale Speed = 7.0 x 100 ns Card decodes 18 address lines, full 8/16 Bit I/O IRQ modes: Level, Pulse IRQs: IOCK 1 4 5 6 8 10 11 12 14 Tuple #8, code = 0x19 (JEDEC descr for attribute memory), length = 3 000: 00 00 ff Tuple #9, code = 0x14 (No link), length = 0 Tuple #10, code = 0x0 (Null tuple), length = 10 000: 02 01 3a 00 af 03 00 00 00 ff Tuple #11, code = 0x0 (Null tuple), length = 14 000: 30 30 30 30 30 30 30 30 30 30 30 30 00 ff Tuple #12, code = 0x10 (Checksum), length = 5 000: 8c ff 7d 00 00 Checksum from offset -116, length 125, value is 0x0 Tuple #13, code = 0xff (Terminator), length = 30 000: 7d ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 010: ff ff ff ff ff ff ff ff ff ff ff ff ff ff 2 slots found The kernel configuration is : #------------------------------------------------------------------------------ # THINKPAD -- Thinkpad 390 avec disque IDE #------------------------------------------------------------------------------ # Cree le 12/05/1999 # machine "i386" cpu "I686_CPU" ident THINKPAD maxusers 32 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options NFS_NOSERVER #Disable the NFS server code options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor config kernel root on wd0 controller isa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 controller wdc1 at isa? port "IO_WD2" bio irq 15 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 #IDE CD-ROM controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts pseudo-device ether pseudo-device bpfilter 1 pseudo-device splash device sc0 at isa? tty device npx0 at isa? port IO_NPX irq 13 device apm0 at isa? disable flags 0x31 # Advanced Power Management device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 #device sio2 at isa? port? tty # enabled or not as explained before device ppc0 at isa? port? net irq 7 controller ppbus0 device nlpt0 at ppbus? pseudo-device loop pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's options SYSVSHM options SYSVSEM options SYSVMSG device pcm0 at isa? port 0x530 irq 5 drq 1 flags 0x11 controller card0 device pcic0 at card? device pcic1 at card? options PCIC_RESUME_RESET options POWERFAIL_NMI # make it beep instead of panicing So, what's wrong with my configuration ? TIA Eric MASSON Ps : I'm running FreeBSD 3.2-STABLE #0: Wed Jul 14 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 6:18:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from logatome.micronet.fr (logatome-2.francenet.fr [193.149.96.2]) by hub.freebsd.org (Postfix) with ESMTP id BE0E614D8A for ; Thu, 15 Jul 1999 06:18:40 -0700 (PDT) (envelope-from e-masson@kisoft-services.com) Received: from kisoft-services.com (Nantes5.francenet.net [193.149.110.69]) by logatome.micronet.fr (8.8.8/8.8.8) with ESMTP id PAA14478 for ; Thu, 15 Jul 1999 15:16:06 +0200 (CEST) Message-ID: <378DDF92.A623DE95@kisoft-services.com> Date: Thu, 15 Jul 1999 15:18:10 +0200 From: Eric MASSON Organization: Kisoft Services X-Mailer: Mozilla 4.51 [fr] (WinNT; I) X-Accept-Language: fr MIME-Version: 1.0 To: FreeBSD Questions Subject: NE2000 clone Pccard setup Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello everyone here, I plan to buy a NIC pccard ("Trust" Brand). It claims to be NE2000 clone. This morninq, I went to the shop and plugged it into my TP390 and then fired up Bsd. Card wasn't recognised so I made a new entry in pccard.conf, matching the card parameters, shown below : # PCCARD configuration file # # # $Id: pccard.conf,v 1.0 1999/07/04 21:36:00 emss # Generally available IO ports io 0x240-0x360 # Generally available IRQs (Built-in sound-card owners remove 5) irq 10 11 13 # Available memory slots memory 0xd4000 96k # Trust Ethernet PC-CARD card "IC-CARD+" "IC-CARD+" config 0x20 "ed0" ? 0x10 insert /etc/pccard_ether ed0 link0 -link1 remove /sbin/ifconfig ed0 delete After that, i tried pccard -d and I had the messages below : /kernel: PC-Card VLSI 82C146 (5 mem & 2 I/O windows) /kernel: pcic: controller irq 9 /kernel: Initializing PC-card drivers: sio /kernel: Card inserted, slot 0 pccardd[62]: driver allocation failed for IC-CARD+ pccardd[62]: pccardd started The dumpcis of this card is : Configuration data for card in slot 0 Tuple #1, code = 0x1 (Common memory descriptor), length = 3 000: d1 0a ff Common memory device information: Device number 1, type Function specific, WPS = OFF Speed = 250nS, Memory block size = 8Kb, 2 units Tuple #2, code = 0x1c (Other conditions for common memory), length = 4 000: 01 d1 0a ff (MWAIT) Tuple #3, code = 0x17 (Attribute memory descriptor), length = 3 000: 41 00 ff Attribute memory device information: Device number 1, type EEPROM, WPS = OFF Speed = 250nS, Memory block size = 512b, 1 units Tuple #4, code = 0x20 (Manufacturer ID), length = 4 000: 49 01 1b 02 PCMCIA ID = 0x149, OEM ID = 0x21b Tuple #5, code = 0x21 (Functional ID), length = 2 000: 06 01 Network/LAN adapter - POST initialize Tuple #6, code = 0x15 (Version 1 info), length = 38 000: 04 01 49 43 2d 43 41 52 44 2b 00 49 43 2d 43 41 010: 52 44 2b 00 31 31 38 42 36 36 30 33 00 ff 00 00 020: 00 00 00 00 00 00 Version = 4.1, Manuf = [IC-CARD+],card vers = [IC-CARD+] Addit. info = [118B6603],[Ъ] Tuple #7, code = 0x1a (Configuration map), length = 5 000: 01 20 00 04 0b Reg len = 2, config register addr = 0x400, last config = 0x20 Registers: XX-X---- Tuple #8, code = 0x1b (Configuration entry), length = 7 000: e0 81 18 45 30 fc be Config index = 0x20(default) Interface byte = 0x81 (I/O) wait signal supported Card decodes 5 address lines, limited 8/16 Bit I/O IRQ modes: Pulse IRQ level = 5 Tuple #9, code = 0x14 (No link), length = 0 Tuple #10, code = 0xff (Terminator), length = 0 2 slots found The kernel configuration is : #------------------------------------------------------------------------------ # THINKPAD -- Thinkpad 390 avec disque IDE #------------------------------------------------------------------------------ # Cree le 12/05/1999 # machine "i386" cpu "I686_CPU" ident THINKPAD maxusers 32 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options NFS_NOSERVER #Disable the NFS server code options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor config kernel root on wd0 controller isa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 controller wdc1 at isa? port "IO_WD2" bio irq 15 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 #IDE CD-ROM controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts pseudo-device ether pseudo-device bpfilter 1 pseudo-device splash device sc0 at isa? tty device npx0 at isa? port IO_NPX irq 13 device apm0 at isa? disable flags 0x31 # Advanced Power Management device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 #device sio2 at isa? port? tty device ppc0 at isa? port? net irq 7 controller ppbus0 device nlpt0 at ppbus? pseudo-device loop pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's options SYSVSHM options SYSVSEM options SYSVMSG device pcm0 at isa? port 0x530 irq 5 drq 1 flags 0x11 controller card0 device pcic0 at card? device pcic1 at card? options PCIC_RESUME_RESET options POWERFAIL_NMI # make it beep instead of panicing In the pccard.conf, I created entry for this card following the rules below : - brand & version match dumpcis information - index in config line match config index in dumpcis information - driver matches claimed pccard compatibility (ed0 for NE2000) I think there's a mess in this config entry but don't know where Is there a primer or a Howto upon pccards in FBSD, man pccardd & man pccard.conf are not too verbose (I think so). TIA Eric MASSON Ps : I'm running FreeBSD 3.2-STABLE #0: Wed Jul 14 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 6:33: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 51D091553C for ; Thu, 15 Jul 1999 06:32:57 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.8.7/8.8.7) with ESMTP id JAA03766; Thu, 15 Jul 1999 09:32:03 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Thu, 15 Jul 1999 09:32:04 -0400 (EDT) From: Steve Hovey To: "Andrew L. Davydov" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Bug or not bug In-Reply-To: <199907151308.RAA00852@ns.okbmei.msk.su> 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 Its self adjusting due to the traffic it finds itself interacting with. On Thu, 15 Jul 1999, Andrew L. Davydov wrote: > Hello! > > What does trhis mean: > > sh$ dmesg > > in_rtqtimo: adjusted rtq_reallyold to 2400 > in_rtqtimo: adjusted rtq_reallyold to 1600 > in_rtqtimo: adjusted rtq_reallyold to 1066 > in_rtqtimo: adjusted rtq_reallyold to 710 > in_rtqtimo: adjusted rtq_reallyold to 473 > > > My system FreeBSD-3.2-STABLE. > It's time to time rebooting. > > -- > Mr. Andrew L. Davydov > Network Engineer > Tel/Fax: +7 095 362-8569 > Pager: +7 095 755-6565 No.96307 > > > 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 Thu Jul 15 6:34:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from alicia.nttmcl.com (alicia.nttmcl.com [216.69.69.10]) by hub.freebsd.org (Postfix) with ESMTP id 2CA1C1553C for ; Thu, 15 Jul 1999 06:34:14 -0700 (PDT) (envelope-from arash@nttmcl.com) Received: from localhost by alicia.nttmcl.com (8.8.5/3.5W(96/10/22)) id GAA03224; Thu, 15 Jul 1999 06:34:04 -0700 (PDT) Date: Thu, 15 Jul 1999 06:34:04 -0700 (PDT) From: Arash Farahmand To: James Gill Cc: freebsd-questions@freebsd.org Subject: Re: is having the ports secure? 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 Hi James, Of course you don't need to install all ports collection! -- Arash On Wed, 14 Jul 1999, James Gill wrote: > Hi.. > > If i'm trying to make a secure installation (for example a firewall box) > that will run only a finite set of services (NAT, firewalling, DNS, and not > very much else), wouldn't it be better (more secure) to not install the > whole ports collection but only the specific ports for the services I want? > Aside from the (forty?) megabytes I would save on the already pretty small > disk. > > Am I on the right track here? > > ===================================== > James Gill * http://www.topsecret.net > ===================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 6:39:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id 4C9DE1553C for ; Thu, 15 Jul 1999 06:39:38 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id QAA97788; Thu, 15 Jul 1999 16:39:33 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <378DE47B.F206B1AF@prime.net.ua> Date: Thu, 15 Jul 1999 16:39:10 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en, ru, uk MIME-Version: 1.0 To: cjclark@home.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SSH X Forwarding References: <199907141906.PAA16334@cc942873-a.ewndsr1.nj.home.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hmm..U ssh'ed from local X host to remote X host? Yes? "Crist J. Clark" wrote: > Andy V. Oleynik wrote, > [Charset koi8-r unsupported, filtering to ASCII...] > > Forgive me my intruding. But there is one question: > > Does ur X/sshd server allow connections to X ? > > If no then xhost could be ur tool. > > IIRC, xhost is taken care of/not needed by an ssh X connection. When I > 'xhost' while ssh'ed into the troublesome sshd-machine, I get the > exact same error; it cannot get a socket to X. > > Now, I mentioned trying this before and finally got to it. I logged > onto the troubled machine at its console, started X, and then ssh'ed > back in. In the ssh session, I tried an xterm and guess what... got > the same error message. 'localhost' was definately on the xhost list > (I checked in a non-ssh xterm). I should add that X otherwise behaves > fine when sitting at this machine. The ugly startup window for xlock > reminded me that this is one difference from other machines, but I do > not see how xlock would effect things. > > Still puzzling over this. > -- > Crist J. Clark cjclark@home.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- WBW Andy V. Oleynik (When U work in virtual office prime.net.ua's U have good chance to obtain system administrator virtual money Ж%-) +380442448363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 7:41:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from loki.ideaglobal.com (loki.ideaglobal.com [194.36.20.54]) by hub.freebsd.org (Postfix) with ESMTP id D8BFE14F13 for ; Thu, 15 Jul 1999 07:41:17 -0700 (PDT) (envelope-from kiril@loki.ideaglobal.com) Received: (from kiril@localhost) by loki.ideaglobal.com (8.9.3/8.9.2) id OAA52712 for freebsd-questions@freebsd.org; Thu, 15 Jul 1999 14:47:27 GMT (envelope-from kiril) From: Kiril Mitev Message-Id: <199907151447.OAA52712@loki.ideaglobal.com> Subject: freezeng, frozing, dead To: freebsd-questions@freebsd.org Date: Thu, 15 Jul 1999 14:47:27 +0000 (GMT) X-Mailer: ELM [version 2.4ME+ PL43 (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 Dear All i've a 3,2-RELEASE box that is freezing dead solid on me every so often. apart from checking the fans (OK) , disabling the console screen saver, sticking DDB and DDB_UNATTENDED in the kernel config & hoping that the k/b will work, is anything i should do in the first instance ? Kiril To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 7:49: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lucky.medicusnet.de (ns.medicusnet.de [195.63.222.140]) by hub.freebsd.org (Postfix) with ESMTP id 3BD6614F13 for ; Thu, 15 Jul 1999 07:49:02 -0700 (PDT) (envelope-from maulwurf@subloch.medicusnet.de) Received: from subloch.medicusnet.de (uucp@localhost) by lucky.medicusnet.de (8.9.3/8.9.3) with UUCP id QAA16849 for freebsd-questions@FreeBSD.ORG; Thu, 15 Jul 1999 16:48:59 +0200 Received: by subloch.medicusnet.de (CrossPoint v3.11 R/C2188); 15 Jul 1999 16:49:43 +0200 Date: 15 Jul 1999 12:48:00 +0200 From: maulwurf@subloch.medicusnet.de (Stefan Huerter) To: freebsd-questions@FreeBSD.ORG Message-ID: <7Kui3zRzoRB@subloch.medicusnet.de> In-Reply-To: <000b01bece85$f452ec80$03e48486@dympna.com> Subject: Re: NFS performance between Linux & FreeBSD X-Mailer: CrossPoint v3.11 R/C2188 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Organization: die wahre Antwort: 42 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Guckux Rob > FreeBSD client to Linux server, I get really good writes. > Linux client to FreeBSD server I get about 4x slower writes. > 2.37 sec for a 16MB cp qtrial99.exe test.exe vs. 10.21 sec for the > same (~16MB file) > Where do I go from here to debug the issue? So far as I know, Linux supports only NFS2, and against the SUN-NFS2- specifications, the writes are buffered. FreeBSD supports NFS3, this solves this problem in another way. I think it's possible to tell FreeBSD NFS2-Server to buffer the NFS-writes too... but didn't know where you can find it (I didn't prefer this) Bye Stefan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 7:53:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from thelab.hub.org (nat194.85.mpoweredpc.net [142.177.194.85]) by hub.freebsd.org (Postfix) with ESMTP id 3542214F13 for ; Thu, 15 Jul 1999 07:53:16 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id LAA65986; Thu, 15 Jul 1999 11:51:06 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Thu, 15 Jul 1999 11:51:05 -0300 (ADT) From: The Hermit Hacker To: Kiril Mitev Cc: freebsd-questions@FreeBSD.ORG Subject: Re: freezeng, frozing, dead In-Reply-To: <199907151447.OAA52712@loki.ideaglobal.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 What are you running on that server? How much RAM? Matthew Dillon and I have been working on my 3.2-STABLE machien for the past few days trying to diagnose a similar problem, and have narrowed it down to a combined VM/INN interaction problem... 4.0-CURRENT supposedly has the VM part ofthe problem fixed, but, of course, that isn't -STABLE :) How long does it run before the freeze up? On Thu, 15 Jul 1999, Kiril Mitev wrote: > Dear All > > i've a 3,2-RELEASE box that is freezing dead solid on me every so often. > apart from checking the fans (OK) , disabling the console screen saver, > sticking DDB and DDB_UNATTENDED in the kernel config & hoping that > the k/b will work, is anything i should do in the first instance ? > > > > Kiril > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 7:57:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from berk.mail.netforce.net (berk.mail.netforce.net [195.58.64.236]) by hub.freebsd.org (Postfix) with ESMTP id E87A015566 for ; Thu, 15 Jul 1999 07:57:47 -0700 (PDT) (envelope-from jholtom@netforce.net) Received: from janus.i.netforce.net (e0.gateway-1.route.netforce.net [195.58.64.67]) by berk.mail.netforce.net (8.8.8/8.8.7) with ESMTP id QAA11237 for ; Thu, 15 Jul 1999 16:17:08 +0100 Date: Thu, 15 Jul 1999 16:06:01 +0100 (BST) From: James Holtom Reply-To: James Holtom To: freebsd-questions@FreeBSD.ORG Subject: Compaq RAID Problems 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 am trying to get a 3.2 boot floppy which supports a Compaq RAID controller -- so that I can install (3.2) onto the Compaq Proliant I have just been given, and am trying to prove I can use usefully, before it gets taken away from me ;-) I am tring to use the code by Mark Dawson (http://www.doc.ic.ac.uk/~md/ida/) Unfortunately Mark's web-page only carries a boot image for 2.2.7 which doesn't detect the network-card, and I am also doubtful as to how easily it would be able to install 3.2, and create a working bootable kernel either... I am therefore resigned to a spot of DIY. So, since the code for the controller is now in CVS, I csvupped a few days ago (tracking 3.2-Stable) , and have since rebuilt `world' successfully. I am now trying to create a custom kernel, with support for the RAID controller, using Mark's code (/usr/src/sys/i386/isa/ida.c). I have simply taken the GENERIC kernel, and added the gubbins to provide RAID support, as dictated in the LINT file, and done the usual: ie config COMPAQ, make depend, and then try to build it. I cannot get the darn thing to compile. When I get to the `make` stage, I get an explosion from cc: > Quoted > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../i386/isa/ida.c ../../i386/isa/ida.c: In function `ida_attach_drives': ../../i386/isa/ida.c:844: too few arguments to function `devstat_add_entry' ../../i386/isa/ida.c: In function `idaintr': ../../i386/isa/ida.c:1437: warning: unsigned int format, physaddr_t arg (arg 3) *** Error code 1 Stop. < Quoted < And if you look at the code (ida.c), there are indeed too few arguments for devstat_add_entry, its called with one-fewer than the prototype requires. So, obviously, does anyone have this working...? I am reluctant to just `bodge' a value in, and haven't really got the time to learn all the gory-details of FreeBSDs internals in order to fix it myself... Can anyone help? Or should I be talking to Mark directly, rather than cluttering up this list? Cheers James To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 8: 0:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from atlrel1.hp.com (atlrel1.hp.com [156.153.255.210]) by hub.freebsd.org (Postfix) with ESMTP id 9F4B81557C for ; Thu, 15 Jul 1999 08:00:16 -0700 (PDT) (envelope-from MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com) Received: from isoit644.bbn.hp.com (root@isoit644.bbn.hp.com [15.136.88.78]) by atlrel1.hp.com (8.8.6 (PHNE_17135)/8.8.5tis) with ESMTP id KAA10304; Thu, 15 Jul 1999 10:59:20 -0400 (EDT) From: MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com Received: from localhost (root@localhost) by isoit644.bbn.hp.com (8.8.6 (PHNE_14041)/8.8.6 TIS Openmail) with SMTP id QAA23258; Thu, 15 Jul 1999 16:59:46 +0200 (METDST) X-OpenMail-Hops: 1 Date: Thu, 15 Jul 1999 16:59:36 +0200 Message-Id: Subject: RE: freezeng, frozing, dead MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG, kiril@ideaglobal.com Content-Type: text/plain; charset=US-ASCII; name="BDY.TXT" Content-Disposition: inline; filename="BDY.TXT" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This happens on one of my machines (also 3.2) when there's network traffic. I have tried two different NIC's and that was not it. Sometimes a simple ping (from or to) brings it down. I don't quite trust the hardware (it's a pre-release board), but I've never had problems with it until I put it on the LAN. Hard to diagnose the real issue if the thing just freezes, so I've disconnected it from the LAN until I get a change to at least change the motherboard. Of course your case may be totally different... ;-) Michael -----Original Message----- From: kiril@ideaglobal.com [mailto:kiril@ideaglobal.com] Sent: Thursday, July 15, 1999 4:47 PM To: freebsd-questions@FreeBSD.ORG Cc: kiril@ideaglobal.com Subject: freezeng, frozing, dead Dear All i've a 3,2-RELEASE box that is freezing dead solid on me every so often. apart from checking the fans (OK) , disabling the console screen saver, sticking DDB and DDB_UNATTENDED in the kernel config & hoping that the k/b will work, is anything i should do in the first instance ? Kiril 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 Thu Jul 15 8: 1:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from houston.matchlogic.com (houston.matchlogic.com [205.216.147.127]) by hub.freebsd.org (Postfix) with ESMTP id 6E8E615584 for ; Thu, 15 Jul 1999 08:01:30 -0700 (PDT) (envelope-from crandall@matchlogic.com) Received: by houston.matchlogic.com with Internet Mail Service (5.5.2448.0) id <3631G8KC>; Thu, 15 Jul 1999 09:01:16 -0600 Message-ID: <64003B21ECCAD11185C500805F31EC0302D7579E@houston.matchlogic.com> From: Charles Randall To: freebsd-questions@FreeBSD.ORG Subject: RE: NFS performance between Linux & FreeBSD Date: Thu, 15 Jul 1999 09:01:15 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG First eliminate network problems as a possibility by using netperf in both directions to get a baseline. Doesn't Linux mount ext2 filesystems using async writes by default? Isn't that dangerous in general, and worse with NFS? Check the mount options for the host file system on the Linux NFS server. Charles -----Original Message----- From: Rob Snow [mailto:rsnow@lgc.com] Sent: Wednesday, July 14, 1999 11:50 PM To: freebsd-questions@FreeBSD.ORG Subject: NFS performance between Linux & FreeBSD Issue: FreeBSD client (3.2 Release) to Linux (2.2.10) server and vice-versa I get great reads. FreeBSD client to Linux server, I get really good writes. Linux client to FreeBSD server I get about 4x slower writes. 2.37 sec for a 16MB cp qtrial99.exe test.exe vs. 10.21 sec for the same (~16MB file) done via 100Mbit FDX switch with 595 on the Linux box, fxp on the FreeBSD box. wsize&rsize set to 8K, vers=3, proto=udp,nolock (seems to be the fastest) ftp's look pretty close to the same. Where do I go from here to debug the issue? Unfortunately, I don't have any other UNIX boxen on the network to verify where the problem is. (it's at home) -Rob 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 Thu Jul 15 8: 2:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from loki.ideaglobal.com (loki.ideaglobal.com [194.36.20.54]) by hub.freebsd.org (Postfix) with ESMTP id 6807615574 for ; Thu, 15 Jul 1999 08:02:32 -0700 (PDT) (envelope-from kiril@loki.ideaglobal.com) Received: (from kiril@localhost) by loki.ideaglobal.com (8.9.3/8.9.2) id PAA52784; Thu, 15 Jul 1999 15:08:23 GMT (envelope-from kiril) From: Kiril Mitev Message-Id: <199907151508.PAA52784@loki.ideaglobal.com> Subject: Re: freezeng, frozing, dead In-Reply-To: from The Hermit Hacker at "Jul 15, 1999 11:51: 5 am" To: scrappy@hub.org (The Hermit Hacker) Date: Thu, 15 Jul 1999 15:08:23 +0000 (GMT) Cc: kiril@ideaglobal.com, freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (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 Ok, some nitty-gritty details :-) uname: 3.2-RELEASE FreeBSD running: apache (oh, all of 5 page accesses per hour) moderately heavy pass-through email server (1 email per 15 seconds or so) email is qmail (I am NOT aware of anything VM-ish in qmail, but I could be wrong) locked up: today, yesterday, Monday, last Thursday from dmesg: real memory = 16777216 (16384K bytes) avail memory = 13770752 (13448K bytes) machine: Compaq ProLiant 800 2xPPro @ 200Mhz swapinfo: Device 1K-blocks Used Avail Capacity Type /dev/da0s1b 524288 0 524160 0% Interleaved let me know if you need the full dmesg/kernel config/etc. Kiril > > What are you running on that server? How much RAM? Matthew Dillon and I > have been working on my 3.2-STABLE machien for the past few days trying to > diagnose a similar problem, and have narrowed it down to a combined VM/INN > interaction problem... > > 4.0-CURRENT supposedly has the VM part ofthe problem fixed, but, of > course, that isn't -STABLE :) > > How long does it run before the freeze up? > > On Thu, 15 Jul 1999, Kiril Mitev wrote: > > > Dear All > > > > i've a 3,2-RELEASE box that is freezing dead solid on me every so often. > > apart from checking the fans (OK) , disabling the console screen saver, > > sticking DDB and DDB_UNATTENDED in the kernel config & hoping that > > the k/b will work, is anything i should do in the first instance ? > > > > > > > > Kiril > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > > > > -- Kiril Mitev, Systems Administrator, London IDEAglobal.com Standard Corporate Disclaimer applies, see http://www.ideaglobal.com/email-disclaimer.html for details. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 8: 7:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.svr.pol.co.uk (mail1.svr.pol.co.uk [195.92.193.18]) by hub.freebsd.org (Postfix) with ESMTP id D03AB1557B for ; Thu, 15 Jul 1999 08:07:50 -0700 (PDT) (envelope-from g.beldon@virgin.net) Received: from modem-61.prisoner.dialup.pol.co.uk ([62.136.99.189] helo=virgin.net) by mail1.svr.pol.co.uk with esmtp (Exim 2.12 #1) id 114n6z-0002Oe-00 for freebsd-questions@FreeBSD.ORG; Thu, 15 Jul 1999 16:07:49 +0100 Message-ID: <378DF80B.7552A90A@virgin.net> Date: Thu, 15 Jul 1999 16:02:35 +0100 From: Gary Beldon Reply-To: g.beldon@virgin.net Organization: Tessier-Ashpool SA X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD download Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, We were told by Demon that to be able to have a connection between two computers over the internet we would need to come to your web site and download FreeBSD. But we were unfortunately not able to find it or we were just stupid. So please could you give us the address to download it from please. Thanks a bunch, Dave Charter Systems. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 8:13: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.centrondpl.com (mail1.centrondpl.com [205.215.195.130]) by hub.freebsd.org (Postfix) with SMTP id 67B691502F for ; Thu, 15 Jul 1999 08:13:00 -0700 (PDT) (envelope-from DEMcinty@centrondpl.com) Received: from Centron-Message_Server by mail1.centrondpl.com with Novell_GroupWise; Thu, 15 Jul 1999 10:15:07 -0500 Message-Id: X-Mailer: Novell GroupWise 5.5 Date: Thu, 15 Jul 1999 10:14:43 -0500 From: "Douglas McIntyre" To: Subject: Xwindows on Alpha Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can Xwindows be run on an Alpha with freebsd? If it can where can I get = more information? Thanks, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 8:13:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 28BA51502F for ; Thu, 15 Jul 1999 08:13:52 -0700 (PDT) (envelope-from thierry.herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id QAA22938 for ; Thu, 15 Jul 1999 16:09:58 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id RAA25098 for ; Thu, 15 Jul 1999 17:07:36 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id QAA08449 for ; Thu, 15 Jul 1999 16:57:21 +0200 (MEST) Received: from alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id RAA19797; Thu, 15 Jul 1999 17:04:49 +0200 (MET DST) Message-ID: <378DF985.8260DA13@alcatel.fr> Date: Thu, 15 Jul 1999 17:08:53 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: ALCATEL CIT Nanterre X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: questions Subject: Shared IRQs on PCI and Stable ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Is it possible to use only one IRQ for multiple boards (of the same type : 3C900 Ethernet NICs) on one PCI bus, under 3.2-Release or -Stable ? TIA TfH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 8:14:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ionet.net (mail.ionet.net [206.41.128.16]) by hub.freebsd.org (Postfix) with ESMTP id 01E211502F for ; Thu, 15 Jul 1999 08:14:11 -0700 (PDT) (envelope-from dace82@geocities.com) Received: from desktop (lawnas4-80.ionet.net [38.193.117.81]) by ionet.net (8.9.1a/8.9.1) with SMTP id KAA11402 for ; Thu, 15 Jul 1999 10:17:18 -0500 (CDT) Message-ID: <000801beced4$c11c5280$03000004@desktop> From: "Skyler Unruh" To: Subject: Get this off!!!!!!!1 Date: Thu, 15 Jul 1999 10:14:35 -0500 Organization: EllisSoft MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BECEAA.D72A7A40" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BECEAA.D72A7A40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hey, i caa.t install it, I dont have the right kind of requirments, but = yet, every time I start my laptop i get this promt: >> FreeBSD/i386 BOOT Defauly: 0:wd(0,1)/kernel boot:=20 and I cant do anything. All I want to do is get the hard drive formated = again. I dont want anything on it. So how do I go about doing this now = that its all screwed up? Thanks for any help I may get. =20 ------=_NextPart_000_0005_01BECEAA.D72A7A40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hey, i caa.t install it, I dont have the = right kind of=20 requirments, but yet, every time I start my laptop i get this=20 promt:
 
>> FreeBSD/i386 = BOOT
Defauly: = 0:wd(0,1)/kernel
boot:
 
 
and I cant do anything.  All I want to = do is get=20 the hard drive formated again. I dont want anything on it.  So how = do I go=20 about doing this now that its all screwed up?  Thanks for any help = I may=20 get. 
------=_NextPart_000_0005_01BECEAA.D72A7A40-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 8:19:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ingate.uk.neceur.com (ingate.uk.neceur.com [193.116.254.1]) by hub.freebsd.org (Postfix) with ESMTP id 7D00B1557B for ; Thu, 15 Jul 1999 08:19:33 -0700 (PDT) (envelope-from Jeff.Bond@nectech.co.uk) Received: from internal-mail.uk.neceur.com by ingate.uk.neceur.com id QAA17897; Thu, 15 Jul 1999 16:16:09 +0100 (BST) Received: from exchange.nectech.co.uk by internal-mail.uk.neceur.com id QAA11808; Thu, 15 Jul 1999 16:14:48 +0100 (BST) from exchange.nectech.co.uk (localhost [127.0.0.1]) id QAA11808 (2.4-8.8.8/3.1.31); Thu, 15 Jul 1999 16:14:48 +0100 (BST) Received: by exchange.nectech.co.uk with Internet Mail Service (5.0.1460.8) id <30FZ9GCP>; Thu, 15 Jul 1999 16:14:24 +0100 Message-ID: From: "Bond, Jeffery" To: "'mislam@students.uiuc.edu'" Cc: "'questions@freebsd.org'" Subject: RE: Problem Date: Thu, 15 Jul 1999 16:14:23 +0100 X-Mailer: Internet Mail Service (5.0.1460.8) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Sharif, You probably haven't lost windows, just overwritten the master boot record. Try booting the PC with a Dos/Windows boot floppy and then doing: fdisk /mbr to restore the master boot record. That should get windows back up and running. You may need to 'cd /windows/command' first. Now, to dual boot FreeBSD and windows, try installing the 'booteasy' program. The installer is a DOS program, so it should be easy to set up. If FreeBSD is on a second hard disk, you will need to install booteasy on both hard disks. Hope this helps, Jeff Sharif wrote: >HI, >I tried to install BSd in my Pc, which has windows 95 in it. I have >already partitiioned disk. I was trying to install it on C: drive. >I made two floppies kern.flp and mfsroot.flp. I boot then as instructed. >Then I went to novice install. I think here I did something wrong. After >installing when it was rebooting, It gives a promprt boot:.and it i type >there something its not working. Before that no booting option cmoes up, >it just say f1 default bsd. I cudn't get into windows. Please help , >thanks. > >I think for some of the option in installing i didn't do right. So it >might have erased my Windows.thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 8:35:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 216F614E68 for ; Thu, 15 Jul 1999 08:35:27 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id LAA21293; Thu, 15 Jul 1999 11:36:11 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907151536.LAA21293@cc942873-a.ewndsr1.nj.home.com> Subject: Re: SSH X Forwarding In-Reply-To: <378DE47B.F206B1AF@prime.net.ua> from "Andy V. Oleynik" at "Jul 15, 99 04:39:10 pm" To: andyo@prime.net.ua (Andy V. Oleynik) Date: Thu, 15 Jul 1999 11:36:11 -0400 (EDT) Cc: cjclark@home.com, freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (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 osAndy V. Oleynik wrote, [Charset koi8-r unsupported, filtering to ASCII...] > Hmm..U ssh'ed from local X host to remote X host? > Yes? In the sense that I am ssh'ing between two machines with X installed and X is running on the machine at which I am sitting, yes. However, I am fairly sure xhost has nothing to do with this. For example, I am sitting at a machine at work right now ssh'ed into my home PC. My home PC is where the emacs window in which I am writing to you is running, but it is (obviously) showing up here on my X machine at work. My local machine has only itself in its xhost list (despite the fact I am ssh'ed into 2 machines with working X connections). The remote machine contains my local machine in its xhosts list. If I try to remove it, the removal is successful, but it immediately pops back up. All of that tells me that ssh is doing all of this for me. Of course, on the machine giving me problems, I cannot verify that it is including me in xhosts since the xhost command fails. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 8:51:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from berit.cz (www.czechia.com [195.47.99.2]) by hub.freebsd.org (Postfix) with SMTP id 0ED8C150F2 for ; Thu, 15 Jul 1999 08:51:29 -0700 (PDT) (envelope-from martin.knotek@berit.cz) Received: from knotek [194.212.176.114] by berit.cz (SMTPD32-4.06) id A37D2F0276; Thu, 15 Jul 1999 17:51:25 +0200 Received: by localhost with Microsoft MAPI; Thu, 15 Jul 1999 17:51:21 +0200 Message-ID: <01BECEEA.A5CDA720.martin.knotek@berit.cz> From: Martin Knotek Reply-To: "martin.knotek@berit.cz" To: "FreeBSD-questions@FreeBSD.org" Subject: Radiator controller via serial mouse interface? Date: Thu, 15 Jul 1999 17:51:19 +0200 Organization: Berit s. r. o. X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all. I'm completly new to BSD and pure English writing, so be patient:) I've an idea of ``controlling" (read rotating:-) knob (with thermostat) on my room radiator, which has been heated centrally. To keep things as simple (and cheap:-) as possible, I suppose to operate the knob using an DC motor (rotation in both directions) switched by an optron(s) and a rellay(s). And scan the actual rotation through another optron in a similar way how are these things done in a mouse. And finally to modify a serial mouse driver for this ``device". Does it sound clever or stupid? Have ever someone done something similar? Your questions, answers, opinions and advices are welcomed! Many thanks in advance. Martin Knotek To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 8:55: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (mailbox.adm.binghamton.edu [128.226.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 2EE6314E68 for ; Thu, 15 Jul 1999 08:55:03 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from cs.binghamton.edu (bing229.net108.binghamton.edu [128.226.108.229]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id LAA13951; Thu, 15 Jul 1999 11:53:37 -0400 (EDT) Message-ID: <378E0401.D4262650@cs.binghamton.edu> Date: Thu, 15 Jul 1999 11:53:37 -0400 From: Zhihui Zhang Reply-To: Zhihui Zhang Organization: SUNY - Binghamton X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: James Bailie Cc: freebsd-questions@FreeBSD.ORG Subject: Re: fseek() over bounds of file Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > fseek() will not only seek past the end of a file, but will also seek > backwards (negative offset) past the beginning of a file. The next file access > fails instead of the call to fseek(). Is there some kind of way to make a hole > in a file by seeking backwards I am unaware of, or is this a bug? Also, > fseek()-ing out of file boundaries, in either direction, succeeds, in the > sense that the call returns zero, if the file has been opened read-only, > which, in my opinion, it shouln't. > As far as I know, fseek() only sets the offset in the field f_offset of the file structure. Whether this offset exists or not will be determined later when you do real I/O. If you read beyond EOF, it will return all zeros. If you write beyond EOF, a disk space will be allocated and the file is enlarged. The use of fseek() provides you the opportunity to create holes anywhere in a file, except at the very end of a file. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 9: 1:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ucsu.Colorado.EDU (ucsu.Colorado.EDU [128.138.129.83]) by hub.freebsd.org (Postfix) with ESMTP id 9E8E815064 for ; Thu, 15 Jul 1999 09:01:03 -0700 (PDT) (envelope-from doranj@ucsu.Colorado.EDU) Received: (from doranj@localhost) by ucsu.Colorado.EDU (8.9.3/8.9.3/ITS-5.0/standard) id JAA23719; Thu, 15 Jul 1999 09:55:59 -0600 (MDT) From: Jonathon Doran Message-Id: <199907151555.JAA23719@ucsu.Colorado.EDU> Subject: Re: Color support for VT100 To: nb@loso.dyndns.com (nb) Date: Thu, 15 Jul 1999 09:55:59 -0600 (MDT) Cc: stt@pluto.cpe.ku.ac.th, freebsd-questions@FreeBSD.ORG In-Reply-To: <00f801becea3$2898db90$0201a8c0@skywalker.co.th> from "nb" at Jul 15, 99 04:01:44 pm X-Mailer: ELM [version 2.4 PL25] 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 have changed my system from Linux to Freebsd 3.2 since last month. In > Linux, VT100 terminal screen can support color but not in FreeBSD. I would > like to know how to set color-support in FreeBSD vt100 terminal. I have the following in my .Xdefaults file, which works pretty good: XTerm*VT100*colorBDMode: on XTerm*VT100*colorBD: blue XTerm*VT100*colorULMode: on XTerm*VT100*colorUL: magenta XTerm.VT100.eightBitInput: true XTerm.VT100.eightBitOutput: true XTerm.VT100.titeInhibit: true XTerm.VT100*colorMode: on XTerm.VT100*dynamicColors: on ! Uncomment this use color for underline attribute XTerm.VT100*colorULMode: on XTerm.VT100*underLine: off ! Uncomment this to use color for the bold attribute XTerm.VT100*colorBDMode: on XTerm.VT100*color0: black XTerm.VT100*color1: red3 XTerm.VT100*color2: green3 XTerm.VT100*color3: yellow3 XTerm.VT100*color4: blue3 XTerm.VT100*color5: magenta3 XTerm.VT100*color6: cyan3 XTerm.VT100*color7: gray90 XTerm.VT100*color8: gray30 XTerm.VT100*color9: red XTerm.VT100*color10: green XTerm.VT100*color11: yellow XTerm.VT100*color12: blue XTerm.VT100*color13: magenta XTerm.VT100*color14: cyan XTerm.VT100*color15: white XTerm.VT100*colorUL: yellow XTerm.VT100*colorBD: white XTerm.VT100*cursorColor: lime green I believe this should be enough to get you started. Jon Doran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 9:13:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.imation.com (mail2.imation.com [207.242.212.137]) by hub.freebsd.org (Postfix) with SMTP id C97BD1557E for ; Thu, 15 Jul 1999 09:13:22 -0700 (PDT) (envelope-from danarchy@endeneu.com) Received: from endeneu.com ([207.242.212.2]) by mail2.imation.com (Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) with SMTP id 862567AF.0058DD90; Thu, 15 Jul 1999 11:10:38 -0500 Message-ID: <378E06E3.B928FA56@endeneu.com> Date: Thu, 15 Jul 1999 11:05:55 -0500 From: dan dockery X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Skyler Unruh Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Get this off!!!!!!!1 References: <000801beced4$c11c5280$03000004@desktop> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've had this problem too. Make a boot floppy with whatever OS you will be using and first fdisk the hard drive and then format it. -Dan > Hey, i caa.t install it, I dont have the right kind of requirments, > but yet, every time I start my laptop i get this promt: > > >> FreeBSD/i386 BOOT > Defauly: 0:wd(0,1)/kernel > boot: > > > and I cant do anything. All I want to do is get the hard drive > formated again. I dont want anything on it. So how do I go about > doing this now that its all screwed up? Thanks for any help I may > get. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 9:16:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from marcos.networkcs.com (marcos.networkcs.com [137.66.16.1]) by hub.freebsd.org (Postfix) with ESMTP id 5AD00155A1 for ; Thu, 15 Jul 1999 09:16:47 -0700 (PDT) (envelope-from brad@us.networkcs.com) Received: from us.networkcs.com (us.networkcs.com [137.66.11.15]) by marcos.networkcs.com (8.9.0.Beta5/8.9.0.Beta5) with ESMTP id LAA05412 for ; Thu, 15 Jul 1999 11:16:30 -0500 (CDT) Received: (from brad@localhost) by us.networkcs.com (8.9.2/8.8.7) id LAA62506 for freebsd-questions@freebsd.org; Thu, 15 Jul 1999 11:16:29 -0500 (CDT) Date: Thu, 15 Jul 1999 11:16:29 -0500 (CDT) From: Brad Blasing Message-Id: <199907151616.LAA62506@us.networkcs.com> To: freebsd-questions@freebsd.org Subject: y2k question Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I found most of what I'm looking for on www.freebsd.org/y2kbug.html, but I couldn't find what version of freebsd was being touted as y2k compliant. Could you tell me what version? Thanks. -Brad ,----------------------------------------------------------------, / Bradford Blasing Network Computing Services * / / E-mail: brad@networkcs.com 1200 Washington Avenue South / / Phone: (612)337-3525 Minneapolis, MN 55415 USA / / FAX: (612)337-3400 / / * Formerly known as "Minnesota Supercomputer Center" / '----------------------------------------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 9:18:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 89FB21559F for ; Thu, 15 Jul 1999 09:18:38 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id LAA12889; Thu, 15 Jul 1999 11:17:54 -0500 (CDT) (envelope-from dan) Date: Thu, 15 Jul 1999 11:17:54 -0500 From: Dan Nelson To: James Bailie Cc: freebsd-questions@FreeBSD.ORG Subject: Re: fseek() over bounds of file Message-ID: <19990715111754.A12473@dan.emsphone.com> References: <19990715013023.A3264@cr31617-a.lndn1.on.wave.home.co> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <19990715013023.A3264@cr31617-a.lndn1.on.wave.home.co>; from "James Bailie" on Thu Jul 15 01:30:23 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 15), James Bailie said: > I'm a Linux refugee who has been running FreeBSD for about a week now > and am extremely pleased with the system. In porting some software > over, I've encountered a few differences from glibc2 I'd like some > info on, that I don't remember seeing under Linux. Well, just one for > now. I'm running 3.2-RELEASE, as anoncvs appears to be broken, that > is to say it isn't anonymous, an (unknown to me) password is > required, and judging from the date of a couple unanswered complaints > on the mailing lists and newsgroups, has been broken for about three > weeks! Correct me if I'm wrong here, it seems unlikely the service > could go down for so long without more people than this noticing, but > I far as I can tell, it is. So, I cannot check to see if the > following behaviour persists in 3.2-CURRENT: Most people don't use anoncvs afaik; they use cvsup which is immensely faster. > fseek() will not only seek past the end of a file, but will also seek > backwards (negative offset) past the beginning of a file. The next > file access fails instead of the call to fseek(). Is there some kind > of way to make a hole in a file by seeking backwards I am unaware of, > or is this a bug? Also, fseek()-ing out of file boundaries, in > either direction, succeeds, in the sense that the call returns zero, > if the file has been opened read-only, which, in my opinion, it > shouln't. You could certainly argue that seeking to a negative position should return [EINVAL]; the Single UNIX Specification actually wants this: [EINVAL] The whence argument is invalid. The resulting file-position indicator would be set to a negative value. Seeking past the end-of-file is still allowed: The fseek() function allows the file-position indicator to be set beyond the end of existing data in the file. If data is later written at this point (possibly by another process), subsequent reads of data in the gap will return bytes with the value 0 until data is actually written into the gap. Feel free to submit a PR with patches to fix the negative offset problem :) -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 9:23:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cpsgroup.com (dallas-pix.bjke.com [216.207.61.67]) by hub.freebsd.org (Postfix) with ESMTP id 023D8155AA for ; Thu, 15 Jul 1999 09:23:45 -0700 (PDT) (envelope-from corey@cpsgroup.com) Received: from cbrune.cpsgroup.com (cbrune.cpsgroup.com [144.210.12.19]) by cbrune.cpsgroup.com (8.9.3/8.9.3) with ESMTP id KAA05601 for ; Thu, 15 Jul 1999 10:22:59 -0500 (CDT) (envelope-from corey@cpsgroup.com) Date: Thu, 15 Jul 1999 10:22:59 -0500 (CDT) From: Corey Brune Reply-To: cbrune@cpsgroup.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Get this off!!!!!!!1 In-Reply-To: <000801beced4$c11c5280$03000004@desktop> 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 If you are going back to a M$ "solution" then you hopefully have boot disks. Use the boot disk to get a MSDOS prompt, then type: fdisk /mbr I think this is the correct syntax. What this does is restores the last MBR. I hope this helps. Corey On Thu, 15 Jul 1999, Skyler Unruh wrote: > Hey, i caa.t install it, I dont have the right kind of requirments, but > yet, every time I start my laptop i get this promt: > > >> FreeBSD/i386 BOOT > Defauly: 0:wd(0,1)/kernel > boot: > > > and I cant do anything. All I want to do is get the hard drive formated > again. I dont want anything on it. So how do I go about doing this now > that its all screwed up? Thanks for any help I may get. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 9:23:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cpsgroup.com (dallas-pix.bjke.com [216.207.61.67]) by hub.freebsd.org (Postfix) with ESMTP id 6393A155AB for ; Thu, 15 Jul 1999 09:23:45 -0700 (PDT) (envelope-from corey@cpsgroup.com) Received: from cbrune.cpsgroup.com (cbrune.cpsgroup.com [144.210.12.19]) by cbrune.cpsgroup.com (8.9.3/8.9.3) with ESMTP id KAA05582; Thu, 15 Jul 1999 10:16:06 -0500 (CDT) (envelope-from corey@cpsgroup.com) Date: Thu, 15 Jul 1999 10:16:05 -0500 (CDT) From: Corey Brune Reply-To: cbrune@cpsgroup.com To: bob stinelli Cc: freebsd-questions@FreeBSD.ORG Subject: Re: any1 In-Reply-To: <378D9644.ED2C3607@city-net.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 You are using linux's device naming convention. Try this: mount /dev/wcd0c /cdrom On Thu, 15 Jul 1999, bob stinelli wrote: > My cdrom is a DVD. However it falls unders a atapi, but when I install > BSD, and try to mount my cdrom "mount /dev/hdc /cdrom" I get incorrect > super block. Any ideas if there is any. By the way my cdrom works > under linux, and yes i configured it right from cli and I dont have any > conflicts. > > > 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 Thu Jul 15 9:23:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cpsgroup.com (dallas-pix.bjke.com [216.207.61.67]) by hub.freebsd.org (Postfix) with ESMTP id 2EA73155C0 for ; Thu, 15 Jul 1999 09:23:45 -0700 (PDT) (envelope-from corey@cpsgroup.com) Received: from cbrune.cpsgroup.com (cbrune.cpsgroup.com [144.210.12.19]) by cbrune.cpsgroup.com (8.9.3/8.9.3) with ESMTP id NAA00593 for ; Tue, 13 Jul 1999 13:03:15 -0500 (CDT) (envelope-from corey@cpsgroup.com) Date: Tue, 13 Jul 1999 13:03:15 -0500 (CDT) From: Corey Brune Reply-To: cbrune@cpsgroup.com Cc: questions@FreeBSD.ORG Subject: Re: Adding users... In-Reply-To: <000801becd48$7fa40e70$5515a8c0@co.shasta.ca.us> 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 Sed or awk will work. On Tue, 13 Jul 1999, Derek Jewett wrote: > Hello again! > > Running 3.1-R, I want to import users from a comma delimited file > (exported from a large Windows NT domain) into my passwd database... Is > there a utility for this type of stuff... thanks! > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 9:24: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cpsgroup.com (dallas-pix.bjke.com [216.207.61.67]) by hub.freebsd.org (Postfix) with ESMTP id 71B74155D4 for ; Thu, 15 Jul 1999 09:23:45 -0700 (PDT) (envelope-from corey@cpsgroup.com) Received: from cbrune.cpsgroup.com (cbrune.cpsgroup.com [144.210.12.19]) by cbrune.cpsgroup.com (8.9.3/8.9.3) with ESMTP id MAA04475 for ; Mon, 12 Jul 1999 12:37:37 -0500 (CDT) (envelope-from corey@cpsgroup.com) Date: Mon, 12 Jul 1999 12:37:37 -0500 (CDT) From: Corey Brune Reply-To: cbrune@cpsgroup.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: automated ftp scripting In-Reply-To: <2842.990710@enteract.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 PERL!!!! Get the NET::Ftp module from www.CPAN.org. The script will look something like: #!/usr/bin/perl use Net::FTP; $ftp = Net::FTP->new("ftpservername"); $ftp->login("username","password"); $ftp->put("file to put"); # of course you can use any command here. $ftp->quit; If anything looks strange, run the command perldoc Net::FTP. Corey On Sat, 10 Jul 1999, Chris Silva wrote: > Hi! > > Can someone recommend how I can automate ftp'ing a file? > > > Best regards, > Chris mailto:bitsurfr@enteract.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 Thu Jul 15 9:24: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cpsgroup.com (dallas-pix.bjke.com [216.207.61.67]) by hub.freebsd.org (Postfix) with ESMTP id 96C44155C0 for ; Thu, 15 Jul 1999 09:23:45 -0700 (PDT) (envelope-from corey@cpsgroup.com) Received: from cbrune.cpsgroup.com (cbrune.cpsgroup.com [144.210.12.19]) by cbrune.cpsgroup.com (8.9.3/8.9.3) with ESMTP id NAA04638 for ; Mon, 12 Jul 1999 13:39:00 -0500 (CDT) (envelope-from corey@cpsgroup.com) Date: Mon, 12 Jul 1999 13:39:00 -0500 (CDT) From: Corey Brune Reply-To: cbrune@cpsgroup.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Newbie: The "PS1" environment variable & others. In-Reply-To: <37883A86.53F55E65@bigfoot.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 The man page for the shell you want should provide you with some examples of $PS1. If you are using bash for your shell then PS1 will look like export $PS1="[\u@\h \W]\\$ " Corey On Sun, 11 Jul 1999, J. M. Albores wrote: > Sorry but I'm very newbie to FreeBSD and I'd like to have a more > comfortable environment. > I'd like to setup what in Linux is "$PS1", so the shell prompt may look > like: > [userID@host /actual/path ]# > for root or "$" instead of # for non-root. > How can i set up this env-var? > > And, BTW three other questions: > > 1. I see two "profile", one in "/" as dot file, and one in "/etc" (???). > Is this the rule or I did something wrong? So: where should command > aliases (not mail aliases) go? In /etc/profile or other file like > /etc/bashrc? > > 2. I have man pages, info, FAQ and handbook as "online" or "on-CD" > documentation. Is there any other info source in my CD's (trying to save > $$$ by online www browsing) and something like HOWTO's? > > 3. Are CD's #3 & #4 just source files? > > I'm using Walnut Creek FreeBSD 3.0 . > TIA. > > -- > J M Albores > > > > 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 Thu Jul 15 9:24:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cpsgroup.com (dallas-pix.bjke.com [216.207.61.67]) by hub.freebsd.org (Postfix) with ESMTP id D68E1155D4 for ; Thu, 15 Jul 1999 09:23:45 -0700 (PDT) (envelope-from corey@cpsgroup.com) Received: from cbrune.cpsgroup.com (cbrune.cpsgroup.com [144.210.12.19]) by cbrune.cpsgroup.com (8.9.3/8.9.3) with ESMTP id NAA04577 for ; Mon, 12 Jul 1999 13:21:17 -0500 (CDT) (envelope-from corey@cpsgroup.com) Date: Mon, 12 Jul 1999 13:21:16 -0500 (CDT) From: Corey Brune Reply-To: cbrune@cpsgroup.com Cc: questions@FreeBSD.ORG Subject: Re: mail host name ? 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 You will need to rewrite the domain in the sendmail.cf file. Check out this page: http://www.sendmail.org/faq/section3.html#3.2 Corey On Sun, 11 Jul 1999, Keith Anderson wrote: > Hi All > > I'm running FBSD 3.2-REL... and when sendmail mails someone it adds the name of > the host. > > I know I can set in pine the domain but this will not help the 'mail' command. > > How can I set it up to just be the domain name. > > I wish it to be keith@apcs.com.au and not keith@host.apcs.com.au > > Any help would be great !! > > Keith > > > > "The box said 'Requires Windows 95, NT, or better,' so I installed FreeBSD." > > ** The thing I like most about Windows 98 is... > ** You can download FreeBSD with it! > > ---------------------------------- > E-Mail: Keith Anderson > Australia Power Control Systems Pty. Limited. > Date: 11-Jul-99 > Time: 12:30:26 > Satelite Service 64K to 2Meg > This message was sent by XFMail > ---------------------------------- > > What's the similarity between an air > conditioner and a computer? They both > stop working when you open windows. > > ---------------------------------- > > > > 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 Thu Jul 15 9:24:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cpsgroup.com (dallas-pix.bjke.com [216.207.61.67]) by hub.freebsd.org (Postfix) with ESMTP id 9D1F2155C0 for ; Thu, 15 Jul 1999 09:23:45 -0700 (PDT) (envelope-from corey@cpsgroup.com) Received: from cbrune.cpsgroup.com (cbrune.cpsgroup.com [144.210.12.19]) by cbrune.cpsgroup.com (8.9.3/8.9.3) with ESMTP id NAA04540 for ; Mon, 12 Jul 1999 13:08:12 -0500 (CDT) (envelope-from corey@cpsgroup.com) Date: Mon, 12 Jul 1999 13:08:11 -0500 (CDT) From: Corey Brune Reply-To: cbrune@cpsgroup.com Cc: FreeBSD Questions Subject: Re: BIND 8.2 Config In-Reply-To: <199907110417.AAA16352@cc942873-a.ewndsr1.nj.home.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 Did you know that 8.x has a named.boot to named.conf conversion perl script? I it is called named-bootconf.pl. Now for your question: The config needs brackets around the mysubnets and you need a closing bracket around the acl subnets. I made corrections below. I hope this help, Corey On Sun, 11 Jul 1999, Crist J. Clark wrote: > (Not FreeBSD specific, but part of the 2.2.x to 3.x upgrade process.) > > I'm trying to be really clever converting an old named.boot into a > named.conf file. What is giving me grief is the new ACL option. I have > the following lines in my named.conf (the names and addresses > changed), > > acl mynets { > 192.168.0.0/23; > }; > # Global options > options { > directory "/etc/namedb"; > allow-query { mynets }; > allow-transfer { mynets }; > }; > > Starting up on named chokes at the lines using the ACL, i.e., the > lines using 'mynets' in them, > > Jul 11 00:05:14 backmail named[15097]: /etc/namedb/named.conf:16: syntax error near 'mynets' > > Line 16 is the line number of the 'allow-query' line. If I comment > that out, I will get the same error at the 'allow-transfer' line. As > just something to try, I put double-quotes around 'mynets' in the > allow-* lines, and there was no change in the error. > > I poked around a bit, but none of the docs I found for BIND 8.2 > actually used the ACLs in examples. > > Thanks for any help. > -- > Crist J. Clark cjclark@home.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 Thu Jul 15 9:24:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cpsgroup.com (dallas-pix.bjke.com [216.207.61.67]) by hub.freebsd.org (Postfix) with ESMTP id 99058155D4 for ; Thu, 15 Jul 1999 09:23:45 -0700 (PDT) (envelope-from corey@cpsgroup.com) Received: from cbrune.cpsgroup.com (cbrune.cpsgroup.com [144.210.12.19]) by cbrune.cpsgroup.com (8.9.3/8.9.3) with ESMTP id PAA03731 for ; Mon, 12 Jul 1999 15:09:22 -0500 (CDT) (envelope-from corey@cpsgroup.com) Date: Mon, 12 Jul 1999 15:09:22 -0500 (CDT) From: Corey Brune Reply-To: cbrune@cpsgroup.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: offsite backup programs/scripts? In-Reply-To: <3.0.5.32.19990710110057.04193ec0@crash.cts.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 Read about rsync. This is a great (and fast) syncing program. I use it to mirror all of our websites (about 6GB total). The web page is: http://rsync.samba.org Corey On Sat, 10 Jul 1999, Jerry Preeper wrote: > I was wondering if anyone has run across or uses a backup program/script > that will basically mirror a complete server hard drive (including OS and > everything) and updating only what's changed on a completely separate > computer with an identical hard drive. I'd like to do the backup over the > net with my cable modem. > > thanks > Jerry > > > 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 Thu Jul 15 9:24:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cpsgroup.com (dallas-pix.bjke.com [216.207.61.67]) by hub.freebsd.org (Postfix) with ESMTP id ADD37155C0 for ; Thu, 15 Jul 1999 09:23:45 -0700 (PDT) (envelope-from corey@cpsgroup.com) Received: from cbrune.cpsgroup.com (cbrune.cpsgroup.com [144.210.12.19]) by cbrune.cpsgroup.com (8.9.3/8.9.3) with ESMTP id OAA01218 for ; Mon, 12 Jul 1999 14:44:02 -0500 (CDT) (envelope-from corey@cpsgroup.com) Date: Mon, 12 Jul 1999 14:44:02 -0500 (CDT) From: Corey Brune Reply-To: cbrune@cpsgroup.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to get rid of Sendmail DNS lookups? In-Reply-To: <19990710200757.A29197@myhakas.matti.ee> 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 the same problem, and the only solution I found was to hack the code to not include DNS lookups. I THINK the name is sendmail.h, but I am unsure, sorry for not knowing exactly. I hope this helps! Corey On Sat, 10 Jul 1999, Vallo Kallaste wrote: > Hello > > About a year ago I had working configuration for Sendmail which runs > over partial-time ppp connection. Used it for two months or so > successfully, then dropped because my home computer went down to hell. > Well, now I have new toy to play on, but it seems that I can't get > sendmail to work without DNS lookups. I have tried service switch, now > deprecated 'nodns' and compiling with -DNAMED_BIND=0 with no avail. The > only modification which works is removing 'bind' line from > /etc/host.conf, but this isn't acceptable. I know this isn't exactly > FreeBSD question, but I don't know what is the cause, OS or sendmail, so > I'm asking here. The old sendmai version was something from 8.8.x track, > current is 8.9.3. Can somebody help me out, I've spent the whole day yet > again reading sendmail docs, but without any success. > -- > > Vallo Kallaste > vallo@matti.ee > > > 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 Thu Jul 15 9:31:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 89BF615598 for ; Thu, 15 Jul 1999 09:31:41 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.8.7/8.8.7) with ESMTP id MAA15345; Thu, 15 Jul 1999 12:31:00 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Thu, 15 Jul 1999 12:31:00 -0400 (EDT) From: Steve Hovey To: Brad Blasing Cc: freebsd-questions@FreeBSD.ORG Subject: Re: y2k question In-Reply-To: <199907151616.LAA62506@us.networkcs.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 thought 3.2 was Y2K but the date command stil wants 2 digit year! On Thu, 15 Jul 1999, Brad Blasing wrote: > I found most of what I'm looking for on www.freebsd.org/y2kbug.html, but > I couldn't find what version of freebsd was being touted as y2k > compliant. Could you tell me what version? Thanks. > > -Brad ,----------------------------------------------------------------, > / Bradford Blasing Network Computing Services * / > / E-mail: brad@networkcs.com 1200 Washington Avenue South / > / Phone: (612)337-3525 Minneapolis, MN 55415 USA / > / FAX: (612)337-3400 / > / * Formerly known as "Minnesota Supercomputer Center" / > '----------------------------------------------------------------' > > > 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 Thu Jul 15 9:38: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.webnology.com (mercury.webnology.com [209.155.51.2]) by hub.freebsd.org (Postfix) with ESMTP id 70C78152D6 for ; Thu, 15 Jul 1999 09:37:52 -0700 (PDT) (envelope-from jooji@webnology.com) Received: from localhost (jooji@localhost) by mercury.webnology.com (8.9.2/8.9.2) with SMTP id KAA07401 for ; Thu, 15 Jul 1999 10:39:55 -0500 (CDT) Date: Thu, 15 Jul 1999 10:39:55 -0500 (CDT) From: "Jasper O'Malley" To: questions@freebsd.org Subject: Downgrading 3.2-S to 3.2-R 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 Any caveats to this? Can I just blow away my source tree, cvsup -RELEASE sources, make the world, remake the kernel, update /etc, /dev, etc. and reboot? I'd love to stay at -STABLE, but proxy ARP is dead in -STABLE, and I need it for the firewall I killed by upgrading from -RELEASE to -STABLE a few weeks ago. Thanks, Mick The Reverend Jasper P. O'Malley dotdot:jooji@webnology.com Systems Administrator ringring:asktheadmiral Webnology, LLC woowoo:http://www.webnology.com/~jooji To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 9:41:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server1.siscom.net (server1.siscom.net [209.251.2.89]) by hub.freebsd.org (Postfix) with SMTP id CCC881560E for ; Thu, 15 Jul 1999 09:40:51 -0700 (PDT) (envelope-from radams@siscom.net) Received: (qmail 83683 invoked from network); 15 Jul 1999 16:39:18 -0000 Received: from mp.siscom.net (HELO jason) ([209.251.2.49]) (envelope-sender ) by server1.siscom.net (qmail-ldap-1.03) with SMTP for ; 15 Jul 1999 16:39:18 -0000 Message-ID: <097701becee1$452700a0$3102fbd1@siscom.net> From: "Robert J. Adams" To: Subject: IP Alias Date: Thu, 15 Jul 1999 12:41:47 -0400 Organization: SISCOM, Inc. 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 Hello, If I use: /sbin/ifconfig de0 inet 10.251.16.38 netmask 255.255.255.255 alias /sbin/route add -host 10.251.16.38 127.0.0.1 0 To add an alias, how can I remove the same alias? I tried this once and took down the entire interface, and since this is a production box.. I would like to avoid that this time ;) -j --- Robert J. Adams radams@siscom.net http://www.siscom.net Looking to outsource news? http://www.newshosting.com SISCOM Network Administration - President, SISCOM Inc. Phone: 937-222-8150 FAX: 937-222-8153 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 9:42: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from presto.nce.ufrj.br (presto.nce.ufrj.br [146.164.12.242]) by hub.freebsd.org (Postfix) with SMTP id 0CBE5155A5 for ; Thu, 15 Jul 1999 09:38:45 -0700 (PDT) (envelope-from pedrosal@nce.ufrj.br) Date: Thu, 15 Jul 1999 13:37:20 -0300 From: Pedro Salenbauch To: questions@freebsd.org, pedrosal@nce.ufrj.br Subject: E-mail of Justin Gibbs Message-Id: <19990715163919.0CBE5155A5@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Mrs/Sirs: I would like to have the E-mail of Justin Gibbs, to ask him details of his 2940 driver. Could you please send it, or forward him this message? Thank you, Pedro Salenbauch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 9:57:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pinky.us.net (pinky.us.net [198.240.73.64]) by hub.freebsd.org (Postfix) with ESMTP id 38E2B14CBB for ; Thu, 15 Jul 1999 09:57:07 -0700 (PDT) (envelope-from sillybug@pinky.us.net) Received: (from sillybug@localhost) by pinky.us.net (8.8.8/8.8.8) id MAA24597 for freebsd-questions@freebsd.org; Thu, 15 Jul 1999 12:45:44 -0400 (EDT) (envelope-from sillybug) From: Brian Skrab Message-Id: <199907151645.MAA24597@pinky.us.net> Subject: TurboCom Serial card + FBSD 3.2 ??? To: freebsd-questions@freebsd.org Date: Thu, 15 Jul 1999 12:45:43 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL43 (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 Hello, I have just come across a 3com Impact IQ ISDN Terminal Adapter for my FreeBSD 3.2 box. Along with this device came a TurboCom 920 high speed serial card which has a 16750 UART on it to take full advantage of the high data rate delivered by the TA. Now, here's where the problem comes in. I have the TurboCom card setup to act as COM2 (/dev/cuaa1), but whenever I try to use the TA on that port, all communications with the modem come back as gibberish on the screen when viewed in the term utility of user ppp. I don't know if this has anything to do with it, but FBSD detects the serial port as a 16550 UART controlled port. Is there some sort of special support that must be compiled into the kernel for such a device? BTW, I know that the TA works when plugged into the standard serial port on the motherboard and with the speed ratcheted back to 115k -- I'm using it right now. If anyone can provide some information to help get this device working, or if you can recommend another serial card, I would very much appreciate it. Thanks, ~brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 10:11:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ux1.ibb.net (ibb0005.ibb.uu.nl [131.211.124.5]) by hub.freebsd.org (Postfix) with ESMTP id 3C5A214D9E for ; Thu, 15 Jul 1999 10:10:59 -0700 (PDT) (envelope-from Reinoud.Koornstra@ibbnet.nl) Received: from localhost (reinoud@localhost) by ux1.ibb.net (8.8.7/8.8.5/TT) with SMTP id TAA03208; Thu, 15 Jul 1999 19:09:56 +0200 Date: Thu, 15 Jul 1999 19:09:56 +0200 (MET DST) From: Reinoud Koornstra X-Sender: reinoud@ux1.ibb.net To: Oscar Bonilla Cc: Reinoud Koornstra , freebsd-questions@FreeBSD.ORG Subject: cannot install freebsd!!!! In-Reply-To: <19990708102259.F1141@fisicc-ufm.edu> 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 want to install fbsd 3.2 again on my system. However, i cant anymore.... Sysinstall crashes and so the installation. When i am in bsd 3.2 (i have it installed now, but want to do it again,....) and i run /stand/sysinstall i get these messages and then all the shells crash: Jul 15 19:05:43 Mipam /kernel: wd3: can't handle 65535 heads from partition table (truncating to 16) Jul 15 19:05:43 Mipam /kernel: wd3: can't handle 65535 heads from partition table (truncating to 16) Jul 15 19:05:43 Mipam /kernel: wd3: cannot handle 65535 sectors (max 255) Jul 15 19:05:43 Mipam /kernel: wd3: cannot handle 65535 sectors (max 255) Jul 15 19:05:43 Mipam /kernel: wd3: wdcontrol: recal failed reading fsbn 0 (status 78 error 4) Jul 15 19:05:43 Mipam /kernel: wd3: wdcontrol: recal failed reading fsbn 0 (status 78 error 4) Jul 15 19:05:43 Mipam /kernel: wd3: error reading primary partition table reading fsbn 0 Jul 15 19:05:43 Mipam /kernel: wd3: error reading primary partition table reading fsbn 0 After this i cant kill sysinstall anymore.... So, i got a problem now, i cant begin from th start again to install fbsd again on different slices cause sysinstall crashes in bsd itself and also from the boot disks. I dont know what to do anymore, and what is wd3????? I only have wd0 and wd1, i have two harddisks from WD. One of 2.5 gig and the second of 8.4 gig. Can anyone tell me what can be done? Cause i have lost it here, tryed many things, but i dont like it. Sincerely, Reinoud. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 10:24:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay.dtcom.dp.ua (relay.dtcom.dp.ua [195.123.7.42]) by hub.freebsd.org (Postfix) with ESMTP id 2DBBC15610 for ; Thu, 15 Jul 1999 10:24:15 -0700 (PDT) (envelope-from serg@relay.dtcom.dp.ua) Received: from myhome.dtcom.dp.ua (line2.dtcom.dp.ua [195.123.7.192]) by relay.dtcom.dp.ua (8.8.7/8.7.3) with ESMTP id UAA26754; Thu, 15 Jul 1999 20:32:32 +0300 (EEST) Received: from relay.dtcom.dp.ua (localhost [127.0.0.1]) by myhome.dtcom.dp.ua (8.9.3/8.9.3) with ESMTP id UAA00356; Thu, 15 Jul 1999 20:24:11 +0300 (EEST) (envelope-from serg@relay.dtcom.dp.ua) Message-ID: <378E193B.D9CA3E26@relay.dtcom.dp.ua> Date: Thu, 15 Jul 1999 20:24:11 +0300 From: =?koi8-r?Q?=FE=C5=D2=CE=D9=CA=20=F3=C5=D2=C7=C5=CA=20=E9=D7=C1=CE=CF=D7=C9=DE?= Reply-To: serg@relay.dtcom.dp.ua Organization: COPPUS DD Ukrtelecom X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: ru, uk, en MIME-Version: 1.0 To: bob stinelli Cc: freebsd-questions@FreeBSD.ORG Subject: Re: any1 References: <378D9644.ED2C3607@city-net.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bob stinelli wrote: > > My cdrom is a DVD. However it falls unders a atapi, but when I install > BSD, and try to mount my cdrom "mount /dev/hdc /cdrom" I get incorrect > super block. Any ideas if there is any. By the way my cdrom works > under linux, and yes i configured it right from cli and I dont have any > conflicts. Try mount -t cd9660 /dev/wcd0c /cdrom or if you have description in fstab try mount /cdrom . > > 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 Thu Jul 15 10:52:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from marcos.networkcs.com (marcos.networkcs.com [137.66.16.1]) by hub.freebsd.org (Postfix) with ESMTP id E610714C81 for ; Thu, 15 Jul 1999 10:52:19 -0700 (PDT) (envelope-from brad@us.networkcs.com) Received: from us.networkcs.com (us.networkcs.com [137.66.11.15]) by marcos.networkcs.com (8.9.0.Beta5/8.9.0.Beta5) with ESMTP id MAA06255; Thu, 15 Jul 1999 12:51:04 -0500 (CDT) Received: (from brad@localhost) by us.networkcs.com (8.9.2/8.8.7) id MAA67259; Thu, 15 Jul 1999 12:51:03 -0500 (CDT) Date: Thu, 15 Jul 1999 12:51:03 -0500 (CDT) From: Brad Blasing Message-Id: <199907151751.MAA67259@us.networkcs.com> To: shovey@buffnet.net Subject: Re: y2k question Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I thought 3.2 was Y2K but the date command stil wants 2 digit year! > The web page makes a 100% y2k compliant comment, but I'm wondering on which version of FreeBSD that refers to. > On Thu, 15 Jul 1999, Brad Blasing wrote: > > > I found most of what I'm looking for on www.freebsd.org/y2kbug.html, but > > I couldn't find what version of freebsd was being touted as y2k > > compliant. Could you tell me what version? Thanks. > > > > -Brad ,----------------------------------------------------------------, > > / Bradford Blasing Network Computing Services * / > > / E-mail: brad@networkcs.com 1200 Washington Avenue South / > > / Phone: (612)337-3525 Minneapolis, MN 55415 USA / > > / FAX: (612)337-3400 / > > / * Formerly known as "Minnesota Supercomputer Center" / > > '----------------------------------------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 11: 4: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from shasta.eclipse.net (shasta.eclipse.net [207.207.193.17]) by hub.freebsd.org (Postfix) with ESMTP id B746E14CA3 for ; Thu, 15 Jul 1999 11:03:55 -0700 (PDT) (envelope-from chrismar@shasta.eclipse.net) Received: from localhost (chrismar@localhost) by shasta.eclipse.net (8.9.2/8.9.2) with ESMTP id OAA64017 for ; Thu, 15 Jul 1999 14:11:02 -0400 (EDT) (envelope-from chrismar@shasta.eclipse.net) Date: Thu, 15 Jul 1999 14:11:02 -0400 (EDT) From: Chris To: freebsd-questions@freebsd.org Subject: Re: y2k 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 Someone said that in 3.2 `date` still only accepted 2 digit years (I deleted the orginal post). A quick look at `man date` shows: yy Year in abbreviated form (e.g. 89 for 1989, 06 for 2006). Therefore 3.2 is y2k compliant. Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 11: 8:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.dynmc.net (ns1.dynmc.net [209.0.37.10]) by hub.freebsd.org (Postfix) with ESMTP id 7FE5A14E12 for ; Thu, 15 Jul 1999 11:08:06 -0700 (PDT) (envelope-from omni@dynmc.net) Received: from localhost (omni@localhost) by ns1.dynmc.net (8.9.2/8.9.1) with ESMTP id LAA45377 for ; Thu, 15 Jul 1999 11:06:36 -0700 (PDT) Date: Thu, 15 Jul 1999 11:06:36 -0700 (PDT) From: "Gregory A. Carter" To: freebsd-questions@freebsd.org Subject: make fails in 3.2-RELEASE for netboot 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 Been trying to get nb8390.com compiled under /usr/sys/i386/boot/netboot and every time it does this: (ns2)[6]:/usr/src/sys/i386/boot/netboot# make Warning: Object directory not changed from original /usr/src/sys/i386/boot/netboot cc -O2 -DNFS -DROMSIZE=16384 -DRELOC=0x90000 -DPCI -DPCI_VENDOR=0x10ec -DPCI_DEVICE=0x8029 -DPCI_CLASS=0x02,0x00,0x00 -aout -nostdinc -I/usr/src/sys/i386/boot/netboot/../../../../include -I/usr/src/sys/i386/boot/netboot/../../.. -I/usr/src/sys/i386/boot/netboot -DROMSIZE=16384 -static -o makerom /usr/src/sys/i386/boot/netboot/makerom.c ld: scrt0.o: No such file or directory *** Error code 1 Stop. Now being the resourcful kinda guy I am I looked on another one of my box and it worked fine. On that box I have upgraded all the way from 2.7 so I'm assuming that might have something to do with it. The file scrt0.c does not exist so in a make buildworld it's not created on the new box. The source is fresh as it's a new install so I'm curious as to why the file is missing, and why this was released with netboot as stable is it doesn't compile. Second thing I'm noticing is that, I compiled nb8390.com on the older box and attempted to run it on a machine from boot time. tftp worked great and it attempts to load the kernel from my new box (doesn't matter if I use the new boxes kernel or the old boxes kernel for the client it still fails), I get the following error message: Bad kernel not a valid executable! Of course that is a rough message as I'm at work and the box I'm using it on is at home but that's the important part. It's seeing the kernel file however it's not running it. Now justa long shot but I'm guessing nb8390.com is expecting an aout kernel and it's getting an elf kernel. My last question is why did this program get released with 3.x yet not recognize elf kernels if this is the case? Greg +(Omni@Dynmc.Net)------------------------------------------------------+ | Dynamic Networking Solutions InterX Technologies | | Senior Network Administrator bits/keyID 1024/7DF9C285 | | omni@interx.net omni@itstudio.net omni@undernet.org omni@webpop3.com | +--------[ DC 50 57 59 C3 76 46 E8 EB 75 A8 94 FE 96 9E D3 ]----------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 11:11:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from chromatix.com (chromatix.com [207.97.115.2]) by hub.freebsd.org (Postfix) with ESMTP id 6913D1503A for ; Thu, 15 Jul 1999 11:11:42 -0700 (PDT) (envelope-from nick@chromatix.com) Received: (from nick@localhost) by chromatix.com (8.9.1/8.9.1) id OAA25072 for freebsd-questions@freebsd.org; Thu, 15 Jul 1999 14:09:16 -0400 (EDT) (envelope-from nick) Date: Thu, 15 Jul 1999 14:09:16 -0400 (EDT) From: Nick LoPresti Message-Id: <199907151809.OAA25072@chromatix.com> To: freebsd-questions@freebsd.org Subject: Need a good recommendation here Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is kinda a long one, sorry for the reading... HOW IT IS NOW: 1. Cable modem to the Internet(one IP address) 2. Internal network with multiple 95/98 machines on it 3. MSProxy 2 on the NT Server which is connected to the Internet 4. All clients use Winsock proxy for a non-hassle method of connection to the net 5. One FreeBSD 3.2 machine on the internal network THE PROBLEMS: 1. FreeBSD machine can't reach internet 2. Internet(well me from the Internet) can't reach FreeBSD machine WHAT NEEDS TO BE DONE: 1. I need the FreeBSD machine to be able to get to the net(not being able to FTP really sux, imagine it...) 2. I need to be able to reach the FreeBSD machine from the net 3. I need all my 95/98 clients to still be able to reach the net. Please note - A web proxy will not be enough. I use other apps like ICQ and connect to game servers, access databases, etc. And finally the question: How would you guys recommend doing this? If you want me to set the FreeBSD machine as the gateway(proxy/NAT) I still need to able to use all of my programs on my 95/98 machines. I hear about NAT. What limitations does it have? Any other options? Feel free to ask me other questions about my intentions or current setup. Whatever I can provide you to help me only makes it better! Any help is appreciated. This will help me out a lot guys/girls. Thanks a lot. ================================================ Nick nick@chromatix.com Web Page: http://www.lopresti.dhs.org/users/nick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 11:18: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cr31617-a.lndn1.on.wave.home.com (cr31617-a.lndn1.on.wave.home.com [24.112.227.163]) by hub.freebsd.org (Postfix) with ESMTP id BD1F914BE3 for ; Thu, 15 Jul 1999 11:15:31 -0700 (PDT) (envelope-from jbailie@cr31617-a.lndn1.on.wave.home.com) Received: (from jbailie@localhost) by cr31617-a.lndn1.on.wave.home.com (8.9.3/8.9.3) id OAA00875 for freebsd-questions@freebsd.org; Thu, 15 Jul 1999 14:23:09 -0400 (EDT) (envelope-from jbailie) Date: Thu, 15 Jul 1999 14:23:09 -0400 From: James Bailie To: freebsd-questions@freebsd.org Subject: Re: any1 Message-ID: <19990715142309.B823@cr31617-a.lndn1.on.wave.home.co> References: <378D9644.ED2C3607@city-net.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Corey Brune on Thu, Jul 15, 1999 at 10:16:05AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 15, 1999 at 10:16:05AM -0500, Corey Brune wrote: > You are using linux's device naming convention. Try this: > mount /dev/wcd0c /cdrom If it's an ATAPI device this works for me: /sbin/mount -t cd9660 /dev/acd0a /mnt -- James Bailie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 11:37:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from chain.freebsd.os.org.za (chain.freebsd.os.org.za [196.7.74.174]) by hub.freebsd.org (Postfix) with ESMTP id 1FD3E14D61 for ; Thu, 15 Jul 1999 11:36:59 -0700 (PDT) (envelope-from khetan@chain.freebsd.os.org.za) X-Disclaimer: Contents of this e-mail are the writer's opinion X-Disclaimer2: and may not be quoted, re-produced or forwarded X-Disclaimer3: (in part or whole) without the author's permission. Received: from localhost (khetan@localhost) by chain.freebsd.os.org.za (8.9.3/8.9.3) with ESMTP id UAA12537 for ; Thu, 15 Jul 1999 20:36:02 +0200 (SAST) (envelope-from khetan@chain.freebsd.os.org.za) Date: Thu, 15 Jul 1999 20:36:01 +0200 (SAST) From: Khetan Gajjar Reply-To: Khetan Gajjar To: questions@freebsd.org Subject: IDE disk with bad sectors Message-ID: X-Mobile: +27 82 9907663 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've got a IDE disk with bad sectors, which I will be replacing at month end. I need to keep the drive going until then though, and I've tried bad144 -s -v wd1, which doesn't really seem to mark the sectors bad. Is there something else I can do to prevent the OS from trying to read those parts of the disk that are gone ? TIA. --- Khetan Gajjar (!kg1779) * khetan@os.org.za http://khetan.os.org.za/ * Talk/Finger khetan@khetan.os.org.za FreeBSD enthusiast * http://www2.za.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 11:47:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.10.60]) by hub.freebsd.org (Postfix) with ESMTP id B81C114E21 for ; Thu, 15 Jul 1999 11:47:11 -0700 (PDT) (envelope-from kheuer@gwdu60.gwdg.de) Received: from localhost (kheuer@localhost) by gwdu60.gwdg.de (8.9.2/8.9.2) with ESMTP id UAA06830; Thu, 15 Jul 1999 20:46:51 +0200 (CEST) (envelope-from kheuer@gwdu60.gwdg.de) Date: Thu, 15 Jul 1999 20:46:51 +0200 (CEST) From: Konrad Heuer To: Stefan Huerter Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NFS performance between Linux & FreeBSD In-Reply-To: <7Kui3zRzoRB@subloch.medicusnet.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 15 Jul 1999, Stefan Huerter wrote: > > FreeBSD client to Linux server, I get really good writes. > > Linux client to FreeBSD server I get about 4x slower writes. > > 2.37 sec for a 16MB cp qtrial99.exe test.exe vs. 10.21 sec for the > > same (~16MB file) >=20 > > Where do I go from here to debug the issue? >=20 > So far as I know, Linux supports only NFS2, and against the SUN-NFS2-=20 > specifications, the writes are buffered. > FreeBSD supports NFS3, this solves this problem in another way. I think = =20 > it's possible to tell FreeBSD NFS2-Server to buffer the NFS-writes too...= =20 > but didn't know where you can find it (I didn't prefer this) As far as I know the Linux problem is not to use the nfsiod daemons while writing on the client side. Thus the client user process has to wait until the write system has finished which slows down transfer rate. FreeBSD uses the nfsiod for reading & writing. Within the user process the system call will return faster and leaving the actual write to the daemon. Regards // // Konrad Heuer ____ ___ _____= __=20 // Gesellschaft f=FCr wissenschaftliche / __/______ ___ / _ )/ __= / _ \ // Datenverarbeitung mbH G=D6ttingen / _// __/ -_) -_) _ |\ \/= // / // Am Fa=DFberg, D-37077 G=D6ttingen /_/ /_/ \__/\__/____/___= /____/=20 // Deutschland (Germany) ----- The Power to Serve ----= - // http://www.freebsd.org // kheuer@gwdu60.gwdg.de // To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 12:18:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (wya-lfd99.hotmail.com [207.82.252.163]) by hub.freebsd.org (Postfix) with SMTP id 6B95C155C7 for ; Thu, 15 Jul 1999 12:18:16 -0700 (PDT) (envelope-from unixguru68@hotmail.com) Received: (qmail 40814 invoked by uid 0); 15 Jul 1999 19:17:51 -0000 Message-ID: <19990715191751.40813.qmail@hotmail.com> Received: from 209.179.17.105 by www.hotmail.com with HTTP; Thu, 15 Jul 1999 12:17:51 PDT X-Originating-IP: [209.179.17.105] From: "Unix Guru" To: questions@freebsd.org Subject: where is yp on install CD Date: Thu, 15 Jul 1999 12:17:51 PDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I neet to re-install NIS(yp) form the FreeBSD CD-ROM. Can you tell me where it is on the CD or where I can download it from the net? I live in the USA. Thanks _______________________________________________________________ Get Free Email and Do More On The Web. Visit http://www.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 12:24: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from athena.connectalk.com (athena.connectalk.com [204.19.165.44]) by hub.freebsd.org (Postfix) with ESMTP id EC8EE150B9 for ; Thu, 15 Jul 1999 12:23:59 -0700 (PDT) (envelope-from madamus@connectalk.com) Received: from connectalk.com ([204.19.165.99]) by athena.connectalk.com (Netscape Messaging Server 3.6) with ESMTP id AAA1569 for ; Thu, 15 Jul 1999 15:21:11 -0400 Message-ID: <378E3420.3B8D83E3@connectalk.com> Date: Thu, 15 Jul 1999 15:18:56 -0400 From: Michel Adamus X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Need a good recommendation here References: <199907151809.OAA25072@chromatix.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nick LoPresti wrote: > > This is kinda a long one, sorry for the reading... > > HOW IT IS NOW: > > 1. Cable modem to the Internet(one IP address) > 2. Internal network with multiple 95/98 machines on it > 3. MSProxy 2 on the NT Server which is connected to the Internet > 4. All clients use Winsock proxy for a non-hassle method of connection to > the net This is important, proxy clients dont connect to the net, they ask the NT box to fetch in information and then the NT delivers it to the clients. > 5. One FreeBSD 3.2 machine on the internal network > > THE PROBLEMS: > 1. FreeBSD machine can't reach internet M$ Proxy does not NAT, so it's normal that you can't get out. > 2. Internet(well me from the Internet) can't reach FreeBSD machine Same as above, the FreeBSD box does not have a valid IP (this is based on your email). > WHAT NEEDS TO BE DONE: > 1. I need the FreeBSD machine to be able to get to the net(not being able > to FTP really sux, imagine it...) Well, the only solution I see is to setup the FreeBSD box with 2 NICs, install NAT and FIREWALL, and a DHCP Client (/usr/ports/net/ics-dhcp2). Correct me if I'm wrong here, I think this port contains the server and a client... right? > 2. I need to be able to reach the FreeBSD machine from the net That will be possible once the FreeBSD box will have a routable IP. > 3. I need all my 95/98 clients to still be able to reach the net. From what I understand, they "connect" via M$ proxy, right? Installing the Firewall, using the "simple" setup, and NAT will allow you to do that. > Please note - A web proxy will not be enough. I use other apps like ICQ and > connect to game servers, access databases, etc. ICQ will not work, but maybe someone else could cut in here with some more details.. Concerning the rest, everything should work fine. > And finally the question: How would you guys recommend doing this? See above. -A. > If you > want me to set the FreeBSD machine as the gateway(proxy/NAT) I still need to > able to use all of my programs on my 95/98 machines. I hear about NAT. > What limitations does it have? > > Any other options? > > Feel free to ask me other questions about my intentions or current setup. > Whatever I can provide you to help me only makes it better! > > Any help is appreciated. This will help me out a lot guys/girls. Thanks a > lot. > > ================================================ > > Nick > nick@chromatix.com > Web Page: http://www.lopresti.dhs.org/users/nick > > 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 Thu Jul 15 12:27: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.lee.net (trinity.lee.net [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id 23DC615179 for ; Thu, 15 Jul 1999 12:26:44 -0700 (PDT) (envelope-from awells@journalstar.com) Received: from journalstar.com (leepcC-159.sub-c.lee.net [208.205.126.159]) by trinity.lee.net (8.9.1/8.9.0) with ESMTP id OAA06958 for ; Thu, 15 Jul 1999 14:26:51 -0500 Message-ID: <378E3552.4B4623E9@journalstar.com> Date: Thu, 15 Jul 1999 14:24:02 -0500 From: Tony Wells X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: Configuring Apache 1.3.4 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You are running IP-based virtual hosts, so Apache won't really care what the reverse-lookup is for that IP. You need to get the box listening on the IP's for your virtual servers. You can do this using the ifconfig command. Normally you would specify a NIC card, but since you don't have one use the loopback device. The command will look something like this: ifconfig lo0 inet 10.0.0.1 netmask 255.255.255.255 alias Do this for each IP you want to alias. I tried it and it seems to work. You'll know if you got it right if you can ping the aliased IP's. Apache should then answer on the aliased IP's. Did I use the word alias enough? Richard Morte wrote: > > Hi, > > As a designer of web sites I wanted to set up a local standalone server to > test the site before uploading. Most of my work involves cgi/perl so an > Apache Server running on FreeBSD seemed a good choice. > > Have installed and loaded FreeBSD with only a few problems, most of which > were sorted out by looking through the docs and FAQs. However, I am stuck > with an Apache configuration. Please bear in mind I've only been at this > (and Unix) a couple of days, so I'm at the start of the learning curve. Here > goes... > > Apache is up and running and will serve web pages with the URL > httpd://localhost/ but I want to configure virtual hosts to emulate the > sites for different clients. This is the bit I'm stuck on. I'm using FreeBSD > 3.1-stable / Apache version 1.3.4. The Unix box is standalone, no network > cards, no modem. The cgi- bit will be implemented later, once the virtual > hosts are sorted. > > 1. /etc/rc.conf configured with the following: > hostname="sparky.at.home" > tcp_extensions="YES" # this was added in desperation, but made no difference > > 2. /etc/hosts configured with the following: > 127.0.0.1 localhost sparky.at.home > 10.0.0.1 www.client2.local > 10.0.0.2 www.client2.local > etc. > > 3. /usr/local/etc/apache/httpd.conf configured with: > ServerType standalone > ServerRoot /usr/local > ExtendStatus On > Port 80 > User nobody > Group nogroup > ServerName sparky.at.home > DocumentRoot "/usr/local/www/data" > HostnameLookup On > > ... > > > ServerName www.client1.local > DocumentRoot /usr/local/www/data/client1/htdocs > # the htdocs bit mirrors the isp's webspace structure, that's why it's there > ... > > > ... > > > DocumentRoot /usr/local/www/data/default/htdocs > ... > > > Note that I had to specify the full path for the document roots for the > virtual hosts, not just the relative "/www/data/... " bit because http > complained that the directories did not exist. > > 4. The directory structure is as follows: > > /usr > |--- /local > |--- /www > |---/data > |--- /default (drwxr-xr-x own/grp: root/wheel)) > | |--- /htdocs (drwxr-xr-x own/grp: > root/wheel) > | > |--- /client1 (drwxr-xr-x as above) > | |--- /htdocs (drwxr-xr-x as above) > | > etc > > The intention was to create a scratch area using /default/htdocs with > clients' html maintained in each separate client directory accessed via > www.clientn.local > > No errors are reported in the /var/log/httpd-errors > > 5. a ping to localhost as well as sparky.at.home is successful, but to > www.client1.local returns the error: > ping: send to: No route to host > > 6. The kde browser and Netscape (4.6.1) will access and deliver webpages; > the default Apache "It worked" page using http://localhost/ or > http://sparky.at.home" with Netscape but the kde browser delivers Directory > of /. Why these two should be different is beyond me but Netscape is clearly > pointing at /usr/local/www/data/index.html whereas the kde browser is > pointing to /usr/local/www/data/default/ > > 7. When trying to access http://www.client1.local Netscape reports that > there is no tcp/ip connection to the host; the kde browser returns a 404 not > found. > > OK, that's a lot of info - I only hope it helps. If anyone can help me get > over this hurdle I'd be eternally grateful. > > Richard Morte > > 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 Thu Jul 15 12:29:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ux1.ibb.net (ibb0005.ibb.uu.nl [131.211.124.5]) by hub.freebsd.org (Postfix) with ESMTP id 24DFF155E7 for ; Thu, 15 Jul 1999 12:29:13 -0700 (PDT) (envelope-from Reinoud.Koornstra@ibbnet.nl) Received: from Mipam (ibb0021.ibb.uu.nl [131.211.124.21]) by ux1.ibb.net (8.8.7/8.8.5/TT) with SMTP id VAA03344 for ; Thu, 15 Jul 1999 21:29:01 +0200 Message-Id: <3.0.6.32.19990715213001.0083c770@ux1.ibbnet.nl> X-Sender: reinoud@ux1.ibbnet.nl X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Thu, 15 Jul 1999 21:30:01 +0200 To: freebsd-questions@FreeBSD.ORG From: Reinoud Koornstra Subject: loosing hope here.... Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wel... finally, i low-level formatted my drive with a program i got from WD, i have a wd harddisk. But still sysinstall crashes on wd3, he says that he read 65556 heads and so on from the partition table,....?????? Impossible! Anyway, i send you the mail before but i dont understand why it was possible to install fbsd the first time without problems of sysinstall crashing, i tryed the same things i did back then, but nothing works.... i really dont like it. At this moment, it seems that this is the end of freebsd for me!!! Really i hate that, linux has no problems, linux just partitions the disk and works with it, but i dont want to work with linux! Really, i think we got a weak point of freebsd crashing, why does linux read the disk well and bsd crashes on it? (that is sysinstall crashes!) Can anyone tell me what i can do about this? Is there any, any way to install bsd now if sysinstall keeps crashing. If this keeps beging so, i will have to switch to openbsd i am afraid, that install just fine like linux.. Does anybody ever had the same problem? Sincerely, Reinoud. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 12:40:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (Postfix) with ESMTP id 3240314DEB for ; Thu, 15 Jul 1999 12:40:27 -0700 (PDT) (envelope-from proot@iaces.com) Received: (from proot@localhost) by iaces.com (8.9.3/8.9.3) id OAA11944; Thu, 15 Jul 1999 14:34:05 -0500 (CDT) From: "Paul T. Root" Message-Id: <199907151934.OAA11944@iaces.com> Subject: Re: Need a good recommendation here In-Reply-To: <378E3420.3B8D83E3@connectalk.com> from Michel Adamus at "Jul 15, 99 03:18:56 pm" To: madamus@connectalk.com (Michel Adamus) Date: Thu, 15 Jul 1999 14:34:05 -0500 (CDT) Cc: freebsd-questions@FreeBSD.ORG X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL38 (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 In a previous message, Michel Adamus said: > Nick LoPresti wrote: > > > > This is kinda a long one, sorry for the reading... > > > > HOW IT IS NOW: > > > > 1. Cable modem to the Internet(one IP address) > > 2. Internal network with multiple 95/98 machines on it > > 3. MSProxy 2 on the NT Server which is connected to the Internet > > 4. All clients use Winsock proxy for a non-hassle method of connection to > > the net > > This is important, proxy clients dont connect to the net, they ask the > NT box to fetch in information and then the NT delivers it to the > clients. > > > 5. One FreeBSD 3.2 machine on the internal network > > > > THE PROBLEMS: > > 1. FreeBSD machine can't reach internet > > M$ Proxy does not NAT, so it's normal that you can't get out. > > > 2. Internet(well me from the Internet) can't reach FreeBSD machine > > Same as above, the FreeBSD box does not have a valid IP (this is based > on your email). > > > WHAT NEEDS TO BE DONE: > > 1. I need the FreeBSD machine to be able to get to the net(not being able > > to FTP really sux, imagine it...) > > Well, the only solution I see is to setup the FreeBSD box with 2 NICs, > install NAT and FIREWALL, and a DHCP Client (/usr/ports/net/ics-dhcp2). > Correct me if I'm wrong here, I think this port contains the server and > a client... right? Yes, however, it is installed by default in 3.2. At lease dhclient is which is what he'll want. > > 2. I need to be able to reach the FreeBSD machine from the net > > That will be possible once the FreeBSD box will have a routable IP. > > > 3. I need all my 95/98 clients to still be able to reach the net. > > >From what I understand, they "connect" via M$ proxy, right? Installing > the Firewall, using the "simple" setup, and NAT will allow you to do > that. > > > Please note - A web proxy will not be enough. I use other apps like ICQ and > > connect to game servers, access databases, etc. > > ICQ will not work, but maybe someone else could cut in here with some > more details.. Concerning the rest, everything should work fine. He can probably set up some generic proxy servers like delagated to handle this. > > And finally the question: How would you guys recommend doing this? > > See above. > > -A. > > > If you > > want me to set the FreeBSD machine as the gateway(proxy/NAT) I still need to > > able to use all of my programs on my 95/98 machines. I hear about NAT. > > What limitations does it have? > > > > Any other options? > > > > Feel free to ask me other questions about my intentions or current setup. > > Whatever I can provide you to help me only makes it better! > > > > Any help is appreciated. This will help me out a lot guys/girls. Thanks a > > lot. > > > > ================================================ > > > > Nick > > nick@chromatix.com > > Web Page: http://www.lopresti.dhs.org/users/nick > > > > 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 > -- Darrell Royal, Texas football coach, asked if the abnormal number of Longhorn injuries that season resulted from poor physical conditioning: "One player was lost because he broke his nose. How do you go about getting a nose in condition for football?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 12:48: 4 1999 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 A6B481515B; Thu, 15 Jul 1999 12:47:21 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk ([192.168.1.2] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.02 #1) id 114pVl-000H6v-00; Thu, 15 Jul 1999 18:41:33 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk (ident=ben) by rainbow5.scientia.demon.co.uk with local (Exim 3.02 #1) id 114pVl-000LH4-00; Thu, 15 Jul 1999 18:41:33 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Date: Thu, 15 Jul 1999 18:41:32 +0100 From: Ben Smithurst To: Pedro Salenbauch Cc: questions@freebsd.org, gibbs@freebsd.org Subject: Re: E-mail of Justin Gibbs Message-ID: <19990715184132.A81747@rainbow5.scientia.demon.co.uk> References: <19990715163919.0CBE5155A5@hub.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary=UlVJffcvxoiEqYs2; micalg=pgp-md5; protocol="application/pgp-signature" X-Mailer: Mutt 0.95.4i In-Reply-To: <19990715163919.0CBE5155A5@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Pedro Salenbauch wrote: > Dear Mrs/Sirs: >=20 > I would like to have the E-mail of Justin Gibbs, to ask him details of his > 2940 driver. Could you please send it, or forward him this message? I think gibbs@freebsd.org will reach him (cc'ed). --=20 Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: 2.6.3i iQCVAwUBN44dSysPVtiZOS99AQGZ9QQAnftQEEeis1cRlXaQcdwa02iK4CvORnPv bW7zr7KDVI/hh1iepu23G/mtBMqv8KbMwMlaa5FgM11Mz7QNog2y/++EtlOJGCDz oRz5oY9wbwhEp216ZM8zQEIRWFRSBxq0LagtyoFsADa8I+cbVfUzMiif0ghAE8Cu haRb3iuoRkY= =xvcc -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 12:59:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cajal.uoregon.edu (cajal.uoregon.edu [128.223.140.86]) by hub.freebsd.org (Postfix) with ESMTP id 5E85C155F2 for ; Thu, 15 Jul 1999 12:59:51 -0700 (PDT) (envelope-from chris@cajal.uoregon.edu) Received: (from chris@localhost) by cajal.uoregon.edu (8.8.8/8.8.8) id MAA19340; Thu, 15 Jul 1999 12:56:04 -0700 (PDT) Date: Thu, 15 Jul 1999 12:56:03 -0700 (PDT) From: Chris To: questions@freebsd.org Subject: picoBSD router 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 Is it possible to get the router version of picoBSD go multi-user so it can be administrated remotely. The documentation on the subject is sparse to say the least. The server will be locked in the basement of a building so it wouldn't be convenient to go down there every time something needed to be changed. -Chris Takahashi (I'm not subscribed to the mailing list so please reply to me directly, thanks) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 13: 4:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cajal.uoregon.edu (cajal.uoregon.edu [128.223.140.86]) by hub.freebsd.org (Postfix) with ESMTP id E9E62155E8 for ; Thu, 15 Jul 1999 13:04:56 -0700 (PDT) (envelope-from chris@cajal.uoregon.edu) Received: (from chris@localhost) by cajal.uoregon.edu (8.8.8/8.8.8) id MAA19349; Thu, 15 Jul 1999 12:58:48 -0700 (PDT) Date: Thu, 15 Jul 1999 12:58:47 -0700 (PDT) From: Chris To: freebsd-questions@FreeBSD.ORG Subject: PicoBSD router 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 Is it possible to get the router version of picoBSD go multi-user so it can be administrated remotely. The documentation on the subject is sparse to say the least. The server will be locked in the basement of a building so it wouldn't be convenient to go down there every time something needed to be changed. -Chris Takahashi (I'm not subscribed to the mailing list so please reply to me directly, thanks) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 13:12:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ptldpop2.ptld.uswest.net (ptldpop2.ptld.uswest.net [198.36.160.2]) by hub.freebsd.org (Postfix) with SMTP id CC01E14D09 for ; Thu, 15 Jul 1999 13:12:31 -0700 (PDT) (envelope-from dpilgrim@uswest.net) Received: (qmail 5380 invoked by alias); 15 Jul 1999 20:12:26 -0000 Delivered-To: fixup-freebsd-questions@freebsd.org@fixme Received: (qmail 5373 invoked by uid 0); 15 Jul 1999 20:12:26 -0000 Received: from fdsl72.ptld.uswest.net (HELO uswest.net) (216.161.80.72) by ptldpop2.ptld.uswest.net with SMTP; 15 Jul 1999 20:12:26 -0000 Message-ID: <378E40AA.4E3CDF6A@uswest.net> Date: Thu, 15 Jul 1999 13:12:26 -0700 From: Darren Pilgrim Organization: Neatly stacked heaps of digital chaos X-Mailer: Mozilla 4.6 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: SYSVSHM/MSG in gateway? 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 building a custom kernel for a gateway machine and was wondering if I need to keep the SysV shared memory and message queue support? The machine will be running (along with the basic system software): ipfw or ipfilter bind ftp (the default daemon and client) telnet (daemon and client) kermit ISC's DHCP client The machine won't be running X or linux binaries. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 13:29:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.lee.net (trinity.lee.net [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id 388EA14DDA for ; Thu, 15 Jul 1999 13:29:19 -0700 (PDT) (envelope-from awells@journalstar.com) Received: from journalstar.com (leepcC-159.sub-c.lee.net [208.205.126.159]) by trinity.lee.net (8.9.1/8.9.0) with ESMTP id PAA08626 for ; Thu, 15 Jul 1999 15:31:14 -0500 Message-ID: <378E446A.4FF2DC8B@journalstar.com> Date: Thu, 15 Jul 1999 15:28:26 -0500 From: Tony Wells X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Re: IP Alias References: <097701becee1$452700a0$3102fbd1@siscom.net> 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 tried: /sbin/ifconfig de0 inet 10.251.16.38 netmask 255.255.255.255 delete "Robert J. Adams" wrote: > > Hello, > > If I use: > > /sbin/ifconfig de0 inet 10.251.16.38 netmask 255.255.255.255 alias > /sbin/route add -host 10.251.16.38 127.0.0.1 0 > > To add an alias, how can I remove the same alias? I tried this once and took > down the entire interface, and since this is a production box.. I would like > to avoid that this time ;) > > -j > --- > Robert J. Adams radams@siscom.net http://www.siscom.net > Looking to outsource news? http://www.newshosting.com > SISCOM Network Administration - President, SISCOM Inc. > Phone: 937-222-8150 FAX: 937-222-8153 > > 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 Thu Jul 15 13:37:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from iguana.internexo.co.cr (iguana.internexo.co.cr [196.40.17.2]) by hub.freebsd.org (Postfix) with ESMTP id 8FC8614DDA for ; Thu, 15 Jul 1999 13:37:10 -0700 (PDT) (envelope-from freebsd@iguana.internexo.co.cr) Received: (from freebsd@localhost) by iguana.internexo.co.cr (8.9.3/8.9.3) id OAA08036 for freebsd-questions@freebsd.org; Thu, 15 Jul 1999 14:36:43 -0600 (CST) From: Theodore Hope Message-Id: <199907152036.OAA08036@iguana.internexo.co.cr> Subject: Intel JN440BX motherboard and ethernet? To: freebsd-questions@freebsd.org Date: Thu, 15 Jul 1999 14:36:43 -0600 (CST) X-Mailer: ELM [version 2.4 PL25] 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 Is anyone running Freebsd on an Intel JN440BX motherboard with a Pentium-III? In particular, I'm interested in knowing what the "on-board 10/100 LAN interface" is. I would presume that Freebsd sees it as an Intel Pro 100-B Ethernet card. Can anyone confirm or deny this? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 13:42:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from c523578-a.sttls1.wa.home.com (c523578-a.sttls1.wa.home.com [24.5.122.51]) by hub.freebsd.org (Postfix) with ESMTP id 5222F1560B for ; Thu, 15 Jul 1999 13:42:33 -0700 (PDT) (envelope-from todd@c523578-a.sttls1.wa.home.com) Received: from localhost (todd@localhost) by c523578-a.sttls1.wa.home.com (8.9.3/8.9.3) with ESMTP id NAA11938 for ; Thu, 15 Jul 1999 13:49:41 -0700 (PDT) (envelope-from todd@c523578-a.sttls1.wa.home.com) Date: Thu, 15 Jul 1999 13:49:41 -0700 (PDT) From: Todd Backman To: questions@freebsd.org Subject: setting up a standard boot package... 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 currenty set up many boxen (now have 130 servers, getting 50 more within the next couple of months) with FreeBSD. I would like to know which direction to head in regards to setting up a set of boot floppies that have our standard configs on them (we use all of the same hardware, disk slices, etc...). The only thing that changes on the boxen are the IPs, hostnames and possibly HD size. I would like automation to be my friend and we have taken steps to move in that direction by setting up packages for our software after the OS install... Any suggestions would be great and thank you in advance!! Thanks. - Todd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 13:43: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from drama.navinet.net (drama.navinet.net [216.67.14.8]) by hub.freebsd.org (Postfix) with ESMTP id 2CB841561C for ; Thu, 15 Jul 1999 13:42:32 -0700 (PDT) (envelope-from forrie@forrie.net) Received: from forrie.net (forrie.net [216.67.12.69]) by drama.navinet.net (8.9.3/8.9.3) with ESMTP id QAA05047 for ; Thu, 15 Jul 1999 16:40:56 -0400 (EDT) Received: (from forrie@localhost) by forrie.net (8.9.3/8.9.3) id QAA64423 for freebsd-questions@freebsd.org; Thu, 15 Jul 1999 16:40:51 -0400 (EDT) Date: Thu, 15 Jul 1999 16:40:51 -0400 From: Forrest Aldrich To: freebsd-questions@freebsd.org Subject: Many identd instances Message-ID: <19990715164051.A64416@forrie.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There's something very wrong with how identd has been acting (on my machine, anyways). This is FreeBSD-3.2-STABLE (and updated). Despite the switches to timeout, often times I'll log in and find tens of identd daemons running-- and I have to killall them. If I limit the instances through xinetd, then lots of things that require ident reponses don't work. I've recompiled identd several times, and it still seems to happen. This does not happen on my 2.2.8-based systems. It is the pidentd port. Anyone see this behavior? -F To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 13:50: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gate.hsag.com (gate.hsag.com [209.180.144.14]) by hub.freebsd.org (Postfix) with SMTP id 370C0155CC for ; Thu, 15 Jul 1999 13:50:02 -0700 (PDT) (envelope-from SWorthington@hsag.com) Received: (qmail 4547 invoked from network); 15 Jul 1999 20:40:39 -0000 Received: from unknown (HELO internal.hsag.com) (192.168.83.9) by 192.168.83.5 with SMTP; 15 Jul 1999 20:40:39 -0000 Received: from AZPRO-Message_Server by internal.hsag.com with Novell_GroupWise; Thu, 15 Jul 1999 13:52:57 -0700 Message-Id: X-Mailer: Novell GroupWise 5.5 Date: Thu, 15 Jul 1999 13:52:31 -0700 From: "Scott Worthington" To: , Subject: Re: setting up a standard boot package... Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If your boxen are Intel, would it be possible to use Norton Ghost to create a disk image? I believe the current version of Norton Ghost can output to SCSI tape. That could be one solution. =20 I believe www.estinc.com has a software package called QuickStart that also allows you to image a drive to tape and restore the drive from tape. I believe the price < $100 USD. I know these are commercial solutions, possibly other people have non-commercial ideas for you. >>> Todd Backman 07/15/99 01:49PM >>> I currenty set up many boxen (now have 130 servers, getting 50 more within the next couple of months) with FreeBSD. I would like to know which direction to head in regards to setting up a set of boot floppies that have our standard configs on them (we use all of the same hardware, disk slices, etc...). The only thing that changes on the boxen are the IPs, hostnames and possibly HD size. I would like automation to be my friend and we have taken steps to move in that direction by setting up packages for our software after the OS install... Any suggestions would be great and thank you in advance!!=20 Thanks. - Todd To Unsubscribe: send mail to majordomo@FreeBSD.org=20 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 Thu Jul 15 13:51:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from camel.ethereal.net (camel.ethereal.net [204.107.140.58]) by hub.freebsd.org (Postfix) with ESMTP id 99570155FD for ; Thu, 15 Jul 1999 13:51:15 -0700 (PDT) (envelope-from mistwolf@camel.ethereal.net) Received: (from mistwolf@localhost) by camel.ethereal.net (8.9.1a/8.9.1) id NAA19344; Thu, 15 Jul 1999 13:50:49 -0700 (PDT) Date: Thu, 15 Jul 1999 13:50:48 -0700 From: Jamie Norwood To: "Richard G. Roberto" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problems with GDBM on FreeBSD 3.2-R Message-ID: <19990715135048.A18252@ethereal.net> References: <19990714213140.A3636@ethereal.net> <99071519240800.06507@robertor.typhoon.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.2i In-Reply-To: <99071519240800.06507@robertor.typhoon.co.jp>; from Richard G. Roberto on Thu, Jul 15, 1999 at 07:17:28PM +0900 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sadly, this doesn't fix it. ;( ldconfig refuses to see the library. But the library DOES work. It is completely and utterly baffling. Anyone else have suggestions/reasons? Or is this a bug I should be reporting to the normal places? Jamie On Thu, Jul 15, 1999 at 07:17:28PM +0900, Richard G. Roberto wrote: > I've had numerous problems with shared libs under freebsd 3.2. I > don't fully understand how they're supposed to work, but I regularly > have to run ldconfig. I keep two files around -- one with the a.out > shared library directories and one with the elf shared library > directories. I can't get ldconfig -R to do anything useful, so a > usually have to re-run ldconfig -aout and ldconfig -elf > to pick up new shared libs. This is a PIA, but it works. Of course, > I'm probably doing something wrong. I spend most of my time on > Solaris where shared libraries are much easier to deal with. > > Anyway, try running ldconfig with whatever options you need and see > if that helps. > > Cheers, > > Richard > > On Thu, 15 Jul 1999, Jamie Norwood wrote: > > OK, this has me completely puzzled. GDBM compiles, installs, and with effort > > works fine, but it's the effort part that has me stumped. In short, the > > only way this library works, whether I compile by hand or by the entry in > > /usr/ports/databases/gdbm, is if I use -L/usr/local/lib. LD_LIBRARY_PATH, > > LD_RUN_PATH, nothing else works but that. Which means, for one thing, that > > GNU configure scripts never find it. > > > > The odd thing is, if I install 2.2.8-R on a machine, and install, either by > > hand or ports,GDBM, it works perfectly fine. > > > > I have tried this on at least 6 installations of 3.x since it went RELEASE, > > and it is still happening. All other libraries in /usr/local/lib (readline, > > for one...) seem to work fine. This has me really puzzled as to why, exactly, > > it is happening. > > > > Does anyone know why this happens? How it can be fixed? I am setting up > > this machine as a haven for MUSHes, many of which have existing databases > > based on gdbm, and this makes getting them set up on my machines a lot harder > > than it should be. :/ > > > > CCing the maintainer of GDBM in case s/he has insite. > > > > Jamie > > > > > > -- > > -----BEGIN GEEK CODE BLOCK----- > > Version: 3.1 > > GCS d- s+:+ a--(?) C++++ UB++++ P+ L--(++) E-- W++(--) N++ O? > > K w(---) O?>+ M?>+ V PS+ PE+ Y+ PGP->++ t+(*) 5+++ X++ R++ tv+ > > b+ DI++++ D++ G e>+ h--- r+++ y+++** > > ------END GEEK CODE BLOCK------ > > > > > > > > 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 -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS d- s+:+ a--(?) C++++ UB++++ P+ L--(++) E-- W++(--) N++ O? K w(---) O?>+ M?>+ V PS+ PE+ Y+ PGP->++ t+(*) 5+++ X++ R++ tv+ b+ DI++++ D++ G e>+ h--- r+++ y+++** ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 13:57:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from camel.ethereal.net (camel.ethereal.net [204.107.140.58]) by hub.freebsd.org (Postfix) with ESMTP id D8816155FD for ; Thu, 15 Jul 1999 13:57:46 -0700 (PDT) (envelope-from mistwolf@camel.ethereal.net) Received: (from mistwolf@localhost) by camel.ethereal.net (8.9.1a/8.9.1) id NAA19775; Thu, 15 Jul 1999 13:57:32 -0700 (PDT) Date: Thu, 15 Jul 1999 13:57:31 -0700 From: Jamie Norwood To: "Richard G. Roberto" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problems with GDBM on FreeBSD 3.2-R Message-ID: <19990715135731.A19609@ethereal.net> References: <19990714213140.A3636@ethereal.net> <99071519240800.06507@robertor.typhoon.co.jp> <19990715135048.A18252@ethereal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.2i In-Reply-To: <19990715135048.A18252@ethereal.net>; from Jamie Norwood on Thu, Jul 15, 1999 at 01:50:48PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, I got it in to ldconfig... It appears that ldconfig will not read any library who either has no .so.X file, or who's .so.X is too long. So I had: -rwxr-xr-x 1 root wheel 457 Jul 14 21:09 libgdbm.la lrwxr-xr-x 1 root wheel 14 Jul 14 21:09 libgdbm.so -> libgdbm.so.2.0 -rwxr-xr-x 1 root wheel 25353 Jul 14 21:09 libgdbm.so.2.0 Since libgdbm.so.2.0 is too long, no scan. Symlinking in to add: -rwxr-xr-x 1 root wheel 457 Jul 14 21:09 libgdbm.la lrwxr-xr-x 1 root wheel 14 Jul 14 21:09 libgdbm.so -> libgdbm.so.2.0 lrwxr-xr-x 1 root wheel 14 Jul 15 13:55 libgdbm.so.2 -> libgdbm.so.2.0 -rwxr-xr-x 1 root wheel 25353 Jul 14 21:09 libgdbm.so.2.0 Fixed it, and now it is seen. Is this the expected behaviour? Or a bug? Anyone? Jamie -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS d- s+:+ a--(?) C++++ UB++++ P+ L--(++) E-- W++(--) N++ O? K w(---) O?>+ M?>+ V PS+ PE+ Y+ PGP->++ t+(*) 5+++ X++ R++ tv+ b+ DI++++ D++ G e>+ h--- r+++ y+++** ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 14: 8:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from java.dpcsys.com (java.dpcsys.com [206.16.184.7]) by hub.freebsd.org (Postfix) with ESMTP id 1216814D3E for ; Thu, 15 Jul 1999 14:08:31 -0700 (PDT) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by java.dpcsys.com (8.9.1a/8.9.1) with SMTP id OAA15212 for ; Thu, 15 Jul 1999 14:08:03 -0700 (PDT) Date: Thu, 15 Jul 1999 14:08:03 -0700 (PDT) From: Dan Busarow To: freebsd-questions@freebsd.org Subject: Sun/Sony monitor modelines 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 Does anyone happen to have XFree86 modelines that work with a Sony GDM-1962-B ?? I tried calculating them based on the specs I have but they fail miserably. Specs are 100MHz @ 1152x870 80 MHz @ 1024x768 Vertical frequency 75Hz Horizontal 68.7KHz @ 1152x870 60.24KHz @ 1024x768 The one I made seems to match the specs quite closely but then I don't really understand what I'm doing :) Modeline "1152x870" 100 1152 1248 1344 1456 870 871 873 916 -HSync -VSync The display is badly out of sync and the console locks after starting X I'm trying to get this to work with a Mirage Z-128. The card/monitor is rock steady in text mode. Any and all tips and pointers gladly accepted. Thanks, Dan -- Dan Busarow 949 443 4172 Dana Point Communications, Inc. dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 14: 8:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from everest.netidea.com (everest.netidea.com [207.194.161.4]) by hub.freebsd.org (Postfix) with ESMTP id 1A24F14D3E for ; Thu, 15 Jul 1999 14:08:51 -0700 (PDT) (envelope-from gregm@netidea.com) Received: from Main (pm162-176.dialup.netidea.com [207.194.162.176]) by everest.netidea.com (8.9.3/8.8.8) with SMTP id OAA03507 for ; Thu, 15 Jul 1999 14:05:10 -0700 Message-Id: <199907152105.OAA03507@everest.netidea.com> From: gregm@netidea.com To: freebsd-questions@freebsd.org Date: Thu, 15 Jul 1999 14:11:59 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: SBLive and harddisk recording X-mailer: Pegasus Mail for Win32 (v3.01d) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The machine I run FreeBSD came to an untimely end. I'm trying to decide how how to recombine my machines to get rolling again. One option is to use a machine that has a SBLive in it for FreeBSD. It's main use now is for stereo mix down (harddrive recording and CD mastering). If there is support for SBLive and the SPDIF along with software that supports direct to disc recording and CD mastering I could just put FreeBSD 3.2. So my long wind up to the big pitch. Are the drivers and software available? I'm hesitant to use a boot manager and split the disc because of the direct to disc recording. There used to be a mail list for multi-media. Is it still going? If so could someone give me the name? It isn't listed on the FreeBSD.org pages. TIA and regards, Greg Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 14:14:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smith.ansci.iastate.edu (smith.ansci.iastate.edu [129.186.213.89]) by hub.freebsd.org (Postfix) with ESMTP id 2320C14D3E for ; Thu, 15 Jul 1999 14:14:49 -0700 (PDT) (envelope-from hawk@smith.ansci.iastate.edu) Received: from smith.ansci.iastate.edu (really [127.0.0.1]) by smith.ansci.iastate.edu via in.smtpd with esmtp (ident hawk using rfc1413) id (Debian Smail3.2.0.102) for ; Thu, 15 Jul 1999 16:14:42 -0500 (CDT) Message-Id: To: freebsd-questions@freebsd.org Subject: Desparate: recovering file system after linux probed it. Date: Thu, 15 Jul 1999 16:14:41 -0400 From: "Richard E. Hawkins Esq." Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I got the bright idea to use a few free minutes to put the hard drives from my kids' machine into mine to try to fix them with disklabel (another long story). The MBR has been fouled up by an old gateway machine. Unfortunately, the odd behavior of those drives damaged lilo, which was still the bootloader on this machine. Borrowing a floppy drive, I then tried to load the old tiny emergency debian installation so that I could rewrite lilo. Bad move. It tried to mount some of my partitions as ext2. Only / survived, and I really only care about home. Particularly, about 1 directory on home, my dissertation and its graphical files. The most recent electronic backup is (we believe) 2 to 3 weeks old. When linux does this, it does something to the superblock. I get messages from fsck such as: BAD SUPERBLOCK: MAGIC NUMBER WRONGioctl (GCNIFO): invalid argument fsck: /dev/rwd0s6: can't read disk label How do I recover my data? rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 14:56:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pericles.IPAustralia.gov.au (pericles.IPAustralia.gov.au [202.14.186.30]) by hub.freebsd.org (Postfix) with ESMTP id 0FA881562F for ; Thu, 15 Jul 1999 14:56:11 -0700 (PDT) (envelope-from Stanley.Hopcroft@ipaustralia.gov.au) Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.9.1/8.9.1) id HAA09589 for ; Fri, 16 Jul 1999 07:55:24 +1000 (EST) X-Authentication-Warning: pericles.IPAustralia.gov.au: smap set sender to using -f Received: from noteshub01.aipo.gov.au(10.0.100.21) by pericles.IPAustralia.gov.au via smap (V2.0) id xma009587; Fri, 16 Jul 99 07:55:11 +1000 Received: by noteshub01.aipo.gov.au(Lotus SMTP MTA v4.6.3 (778.2 1-4-1999)) id 4A2567AF.00787AD8 ; Fri, 16 Jul 1999 07:55:57 +1000 X-Lotus-FromDomain: IP_AUSTRALIA From: Stanley.Hopcroft@ipaustralia.gov.au To: questions@freebsd.org Message-ID: <4A2567AF.007879C1.00@noteshub01.aipo.gov.au> Date: Fri, 16 Jul 1999 07:55:01 +1000 Subject: More details: 3.2-RELEASE stops. 1 GB RAM Dell Poweredge 4300 Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To: questions@freebsd.org cc: Dear Ladies and Gentlemen, I am writing to ask your help with my employers FreeBSD 3.2-RELEASE system. FreeBSD 3.2-RELEASE has stopped three times in one day with multiple highlit messages on the console. da2: (ahc0:?:?) invalidating pack. (da2 contains a Web cache on a 9GB Seagate LVD SCSI. The ? means "I can't remember what the message said") After being power cycled it booted cleanly. fsck showed no disk content problems. The host is a Dell Power Edge 4300 with 1 GB RAM to run Squid 2.2.4-STABLE; but the same thing happens after dropping back to squid-1.1.22. There is *no* panic - the machine simply stops. It shows no keyboard response but does answer ping. I have had to remove this machine from production and replace it with another running 2.2.8_STABLE Any suggestions will be gratefully received. Thank you, Yours sincerely. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 15: 1:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pericles.IPAustralia.gov.au (pericles.IPAustralia.gov.au [202.14.186.30]) by hub.freebsd.org (Postfix) with ESMTP id 725C515013 for ; Thu, 15 Jul 1999 15:01:53 -0700 (PDT) (envelope-from Stanley.Hopcroft@ipaustralia.gov.au) Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.9.1/8.9.1) id HAA10858 for ; Fri, 16 Jul 1999 07:59:24 +1000 (EST) X-Authentication-Warning: pericles.IPAustralia.gov.au: smap set sender to using -f Received: from noteshub01.aipo.gov.au(10.0.100.21) by pericles.IPAustralia.gov.au via smap (V2.0) id xma010820; Fri, 16 Jul 99 07:59:07 +1000 Received: by noteshub01.aipo.gov.au(Lotus SMTP MTA v4.6.3 (778.2 1-4-1999)) id 4A2567AF.0078D794 ; Fri, 16 Jul 1999 07:59:55 +1000 X-Lotus-FromDomain: IP_AUSTRALIA From: Stanley.Hopcroft@ipaustralia.gov.au To: freebsd-questions@freebsd.org Message-ID: <4A2567AF.0078D6E7.00@noteshub01.aipo.gov.au> Date: Fri, 16 Jul 1999 07:58:59 +1000 Subject: 3.2-RELEASE stops. 1 GB RAM Dell Poweredge 4300 Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To: freebsd-questions@freebsd.org cc: Dear Ladies and Gentlemen, I am writing to ask your help with my employers FreeBSD 3.2-RELEASE system. FreeBSD 3.2-RELEASE has stopped three times in one day with multiple highlit messages on the console. da2: (ahc0:?:?) invalidating pack. (da2 contains a Web cache on a 9GB Seagate LVD SCSI. The ? means "I can't remember what the message said") After being power cycled it booted cleanly. fsck showed no disk content problems. The system is not heavily loaded (top shows 90+% idle time - more like 98%; the load averages are less than 0.5) The host is a Dell Power Edge 4300 with 1 GB RAM to run Squid 2.2.4-STABLE; but the same thing happens after dropping back to squid-1.1.22. There is *no* panic - the machine simply stops. It shows no keyboard response but does answer ping. I have had to remove this machine from production and replace it with another running 2.2.8_STABLE Any suggestions will be gratefully received. Thank you, Yours sincerely. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 15:14:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rigel.cs.pdx.edu (rigel.cs.pdx.edu [131.252.220.22]) by hub.freebsd.org (Postfix) with ESMTP id 7173115614 for ; Thu, 15 Jul 1999 15:14:45 -0700 (PDT) (envelope-from xuhao@cs.pdx.edu) Received: from sirius.cs.pdx.edu (xuhao@sirius.cs.pdx.edu [131.252.220.13]) by rigel.cs.pdx.edu (8.9.1/8.9.1) with ESMTP id PAA27700 for ; Thu, 15 Jul 1999 15:13:40 -0700 (PDT) From: Hao Xu Received: (from xuhao@localhost) by sirius.cs.pdx.edu (8.8.6/8.8.5) id PAA25375 for questions@freebsd.org; Thu, 15 Jul 1999 15:13:38 -0700 (PDT) Message-Id: <199907152213.PAA25375@sirius.cs.pdx.edu> Subject: added one file in kernel, but Makefile does not see it To: questions@freebsd.org (freebsd) Date: Thu, 15 Jul 1999 15:13:37 -0700 (PDT) X-Mailer: ELM [version 2.4 PL24alpha3] 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 Hi, I added one file: netinet/pppoe_input.c in the kernel source code tree, when I compile the kernel, the Makefile file never sees the newly added source code and never compile my new pppoe_input.c. Where can I register a new source file? Thanks a bunch, -Hao To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 15:24:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from brutus.converging.net (edtn002029.hs.telusplanet.net [161.184.135.251]) by hub.freebsd.org (Postfix) with ESMTP id C28C21503A for ; Thu, 15 Jul 1999 15:24:13 -0700 (PDT) (envelope-from dtougas@converging.net) Received: from spot (proxy.converging.net [161.184.135.250]) by brutus.converging.net (8.9.3/8.9.3) with SMTP id QAA00761 for ; Thu, 15 Jul 1999 16:37:36 -0600 (MDT) (envelope-from dtougas@converging.net) From: Damien Tougas Reply-To: To: Subject: Routing question... Date: Thu, 15 Jul 1999 16:25:35 -0600 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 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We have been experiencing some problems with our server, and we suspect it might be due to routing issues within our ISPs network. When we did a traceroute from our server, this is what we got: traceroute to freefall.freebsd.org (204.216.27.21), 30 hops max, 40 byte packets 1 10.128.4.13 (10.128.4.13) 12.350 ms 79.670 ms 12.336 ms 2 10.128.3.2 (10.128.3.2) 12.904 ms 12.847 ms 12.983 ms 3 tac02-enet0.rtr.agt.net (161.184.255.225) 13.098 ms 13.684 ms 13.814 ms 4 local1-atm0-0-111.tac.net (207.229.15.25) 18.424 ms 17.902 ms 17.792 ms 5 REGIONAL1-fe2-1-0.tac.net (205.233.111.39) 17.904 ms 21.189 ms 19.104 ms ...etc... as you will notice, our provider is using non-routable addresses (as seen in hop 1 and 2), and then they are using another wierd one (161.184.255.255) in hop 3 before it gets back out in to real world addresses. I don't understand everything about internet addressing, but is what they are doing a valid scheme, or is it looking for disaster? Any thoughts (and if you could point me to an RFC) on this would be appreciated. Thanks. Damien Tougas Converging Technology Solutions, Inc. 10148 - 73 Street Edmonton, Alberta T6A 2W9 Phone: (780) 469-1679 Fax: (780) 461-5127 mailto:dtougas@converging.net http://www.converging.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 15:32:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from home2.ecore.net (home2.ecore.net [212.63.128.224]) by hub.freebsd.org (Postfix) with ESMTP id 6891814ED3 for ; Thu, 15 Jul 1999 15:31:46 -0700 (PDT) (envelope-from sold@cheasy.de) Received: from kiste.cheasy.de [212.223.17.38] by home2.ecore.net with ESMTP (SMTPD32-5.04) id A12EF8602DE; Fri, 16 Jul 1999 00:31:10 +0200 Received: (from sold@localhost) by kiste.cheasy.de (8.9.2/8.9.2) id AAA02537; Fri, 16 Jul 1999 00:30:15 +0200 (CEST) (envelope-from sold) From: Christoph Sold Date: Fri, 16 Jul 1999 00:30:14 +0200 (CEST) To: Brian Somers Cc: Questions@FreeBSD.org Subject: Re: PPP RecvEchoReply -- how to keep them off my line? In-Reply-To: <199907142202.XAA12345@dev.lan.awfulhak.org> References: <199907142129.XAA02817@kiste.cheasy.de> <199907142202.XAA12345@dev.lan.awfulhak.org> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14222.23490.942879.3347@kiste.cheasy.de> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: multipart/mixed; boundary="Multipart_Fri_Jul_16_00:30:14_1999-1" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --Multipart_Fri_Jul_16_00:30:14_1999-1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Brian, thanks fro the fast response. Brian Somers writes: > > Hi Folks, > > = > > apologies for asking a FAQ, but I could not find it in the > > (3.1-R) Handbook solved. > > = > > Looking through /var/log/ppp.log while dialed into one of my > > ISPs, every 10 seconds a packet crawls through the line: > > ------ > > Jul 14 23:20:27 kiste ppp[1967]: tun0: LCP: deflink: RecvEchoRequest= (34) state =3D Opened = > > Jul 14 23:20:27 kiste ppp[1967]: tun0: LCP: deflink: SendEchoReply(3= 4) state =3D Opened = > > Jul 14 23:20:37 kiste ppp[1967]: tun0: LCP: deflink: RecvEchoRequest= (35) state =3D Opened = > > Jul 14 23:20:37 kiste ppp[1967]: tun0: LCP: deflink: SendEchoReply(3= 5) state =3D Opened = > > ------ > > = > > Annoyingly, this keeps the connection from timing out. Is this a > > ppp feature I can deny? > = > You can't deny it - sending the reply is mandatory (well, nearly - = > from memory, ppp *MAY* decide not to send the packet, but if it gets = > a repeat REQ, it *MUST* reply). Too bad. I realize this happens on ppp level, where IP filtering is not able to kill the beast. > This should *not* refresh the idle timer though. Does ``show b'' say = > otherwise (with ``set log +hdlc lcp phase'' showing if traffic is = > arriving) ? Ummm, I=B4m out of my depth here: looking at /var/log/ppp.log, some data = scrolls by. After that, the idle timer gets reset. I included the data = for your reference. Maybe there is other data hidden in there as well -- I cannot say. Thanks for your fast response -Christoph Sold P.S: I leave town for the weekend, so if I should look for anything else,= please be patient -- I=B4ll be back Tuesday evening. --Multipart_Fri_Jul_16_00:30:14_1999-1 Content-Type: application/octet-stream Content-Disposition: attachment; filename="ppp.log" Content-Transfer-Encoding: base64 SnVsIDE2IDAwOjAyOjA1IGtpc3RlIHBwcFszODNdOiB0dW4wOiBDb21tYW5kOiAvZGV2L3R0 eTogYnllIApKdWwgMTYgMDA6MDI6MDUga2lzdGUgcHBwWzM4M106IHR1bjA6IFBoYXNlOiBQ UFAgVGVybWluYXRlZCAobm9ybWFsKS4gCkp1bCAxNiAwMDowNTo1NSBraXN0ZSBwcHBbMTMz M106IFBoYXNlOiBVc2luZyBpbnRlcmZhY2U6IHR1bjAgCkp1bCAxNiAwMDowNTo1NSBraXN0 ZSBwcHBbMTMzM106IFBoYXNlOiBkZWZsaW5rOiBDcmVhdGVkIGluIGNsb3NlZCBzdGF0ZSAK SnVsIDE2IDAwOjA1OjU1IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogUGhhc2U6IFBQUCBTdGFy dGVkIChpbnRlcmFjdGl2ZSBtb2RlKS4gCkp1bCAxNiAwMDowNjowMyBraXN0ZSBwcHBbMTMz M106IHR1bjA6IENvbW1hbmQ6IC9kZXYvdHR5OiBkaWFsIGVjb3JlIApKdWwgMTYgMDA6MDY6 MDMga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBDb21tYW5kOiBlY29yZTogc2V0IHBob25lIDAx MDI0MDE5MjQxMTEgCkp1bCAxNiAwMDowNjowMyBraXN0ZSBwcHBbMTMzM106IHR1bjA6IENv bW1hbmQ6IGVjb3JlOiBzZXQgbG9naW4gCkp1bCAxNiAwMDowNjowMyBraXN0ZSBwcHBbMTMz M106IHR1bjA6IENvbW1hbmQ6IGVjb3JlOiBzZXQgYXV0aG5hbWUgY2hlYXN5IApKdWwgMTYg MDA6MDY6MDMga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBDb21tYW5kOiBlY29yZTogc2V0IGF1 dGhrZXkgKioqKioqKiogCkp1bCAxNiAwMDowNjowMyBraXN0ZSBwcHBbMTMzM106IHR1bjA6 IENvbW1hbmQ6IGVjb3JlOiBzZXQgdGltZW91dCAxMjAgCkp1bCAxNiAwMDowNjowMyBraXN0 ZSBwcHBbMTMzM106IHR1bjA6IENvbW1hbmQ6IGVjb3JlOiBzZXQgaWZhZGRyIDEwLjAuMC4x LzAgMTAuMC4wLjIvMCAyNTUuMjU1LjI1NS4wIDAuMC4wLjAgCkp1bCAxNiAwMDowNjowMyBr aXN0ZSBwcHBbMTMzM106IHR1bjA6IENvbW1hbmQ6IGVjb3JlOiBhZGQgZGVmYXVsdCBISVNB RERSIApKdWwgMTYgMDA6MDY6MDMga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBDb21tYW5kOiBl Y29yZTogZW5hYmxlIGRucyAKSnVsIDE2IDAwOjA2OjAzIGtpc3RlIHBwcFsxMzMzXTogdHVu MDogUGhhc2U6IGJ1bmRsZTogRXN0YWJsaXNoIApKdWwgMTYgMDA6MDY6MDMga2lzdGUgcHBw WzEzMzNdOiB0dW4wOiBQaGFzZTogZGVmbGluazogY2xvc2VkIC0+IG9wZW5pbmcgCkp1bCAx NiAwMDowNjowMyBraXN0ZSBwcHBbMTMzM106IHR1bjA6IFBoYXNlOiBkZWZsaW5rOiBDb25u ZWN0ZWQhIApKdWwgMTYgMDA6MDY6MDMga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBQaGFzZTog ZGVmbGluazogb3BlbmluZyAtPiBkaWFsIApKdWwgMTYgMDA6MDY6MDMga2lzdGUgcHBwWzEz MzNdOiB0dW4wOiBQaGFzZTogUGhvbmU6IDAxMDI0MDE5MjQxMTEgCkp1bCAxNiAwMDowNjow MyBraXN0ZSBwcHBbMTMzM106IHR1bjA6IENoYXQ6IGRlZmxpbms6IERpYWwgYXR0ZW1wdCAx IG9mIDMgCkp1bCAxNiAwMDowNjowMyBraXN0ZSBwcHBbMTMzM106IHR1bjA6IENoYXQ6IFNl bmQ6IEFUXk0gCkp1bCAxNiAwMDowNjowMyBraXN0ZSBwcHBbMTMzM106IHR1bjA6IENoYXQ6 IEV4cGVjdCg1KTogT0sgCkp1bCAxNiAwMDowNjowMyBraXN0ZSBwcHBbMTMzM106IHR1bjA6 IENoYXQ6IFJlY2VpdmVkOiBBVF5NXk0gCkp1bCAxNiAwMDowNjowMyBraXN0ZSBwcHBbMTMz M106IHR1bjA6IENoYXQ6IFJlY2VpdmVkOiBPS15NIApKdWwgMTYgMDA6MDY6MDMga2lzdGUg cHBwWzEzMzNdOiB0dW4wOiBDaGF0OiBTZW5kOiBBVCZGMV5NIApKdWwgMTYgMDA6MDY6MDMg a2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBDaGF0OiBFeHBlY3QoNSk6IE9LIApKdWwgMTYgMDA6 MDY6MDMga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBDaGF0OiBSZWNlaXZlZDogQVQmRjFeTV5N IApKdWwgMTYgMDA6MDY6MDMga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBDaGF0OiBSZWNlaXZl ZDogT0teTSAKSnVsIDE2IDAwOjA2OjAzIGtpc3RlIHBwcFsxMzMzXTogdHVuMDogQ2hhdDog U2VuZDogQVREVDAxMDI0MDE5MjQxMTFeTSAKSnVsIDE2IDAwOjA2OjA1IGtpc3RlIHBwcFsx MzMzXTogdHVuMDogQ2hhdDogRXhwZWN0KDQwKTogQ09OTkVDVCAKSnVsIDE2IDAwOjA2OjI0 IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogQ2hhdDogUmVjZWl2ZWQ6IEFURFQwMTAyNDAxOTI0 MTExXk1eTSAKSnVsIDE2IDAwOjA2OjI0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogQ2hhdDog UmVjZWl2ZWQ6IENPTk5FQ1QgMTE1MjAwXk0gCkp1bCAxNiAwMDowNjoyNCBraXN0ZSBwcHBb MTMzM106IHR1bjA6IFBoYXNlOiBkZWZsaW5rOiBkaWFsIC0+IGxvZ2luIApKdWwgMTYgMDA6 MDY6MjQga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBQaGFzZTogZGVmbGluazogbG9naW4gLT4g bGNwIApKdWwgMTYgMDA6MDY6MjQga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBMQ1A6IEZTTTog VXNpbmcgImRlZmxpbmsiIGFzIGEgdHJhbnNwb3J0IApKdWwgMTYgMDA6MDY6MjQga2lzdGUg cHBwWzEzMzNdOiB0dW4wOiBMQ1A6IGRlZmxpbms6IFN0YXRlIGNoYW5nZSBJbml0aWFsIC0t PiBDbG9zZWQgCkp1bCAxNiAwMDowNjoyNCBraXN0ZSBwcHBbMTMzM106IHR1bjA6IExDUDog ZGVmbGluazogU3RhdGUgY2hhbmdlIENsb3NlZCAtLT4gU3RvcHBlZCAKSnVsIDE2IDAwOjA2 OjI1IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogTENQOiBkZWZsaW5rOiBMYXllclN0YXJ0IApK dWwgMTYgMDA6MDY6MjUga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBMQ1A6IGRlZmxpbms6IFNl bmRDb25maWdSZXEoMSkgc3RhdGUgPSBTdG9wcGVkIApKdWwgMTYgMDA6MDY6MjUga2lzdGUg cHBwWzEzMzNdOiB0dW4wOiBMQ1A6ICBBQ0ZDT01QWzJdIApKdWwgMTYgMDA6MDY6MjUga2lz dGUgcHBwWzEzMzNdOiB0dW4wOiBMQ1A6ICBQUk9UT0NPTVBbMl0gCkp1bCAxNiAwMDowNjoy NSBraXN0ZSBwcHBbMTMzM106IHR1bjA6IExDUDogIEFDQ01BUFs2XSAweDAwMDAwMDAwIApK dWwgMTYgMDA6MDY6MjUga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBMQ1A6ICBNUlVbNF0gMTUw MCAKSnVsIDE2IDAwOjA2OjI1IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogTENQOiAgTUFHSUNO VU1bNl0gMHgxZDNiZmY4YyAKSnVsIDE2IDAwOjA2OjI1IGtpc3RlIHBwcFsxMzMzXTogdHVu MDogTENQOiBkZWZsaW5rOiBTdGF0ZSBjaGFuZ2UgU3RvcHBlZCAtLT4gUmVxLVNlbnQgCkp1 bCAxNiAwMDowNjoyOCBraXN0ZSBwcHBbMTMzM106IHR1bjA6IExDUDogZGVmbGluazogU2Vu ZENvbmZpZ1JlcSgxKSBzdGF0ZSA9IFJlcS1TZW50IApKdWwgMTYgMDA6MDY6Mjgga2lzdGUg cHBwWzEzMzNdOiB0dW4wOiBMQ1A6ICBBQ0ZDT01QWzJdIApKdWwgMTYgMDA6MDY6Mjgga2lz dGUgcHBwWzEzMzNdOiB0dW4wOiBMQ1A6ICBQUk9UT0NPTVBbMl0gCkp1bCAxNiAwMDowNjoy OCBraXN0ZSBwcHBbMTMzM106IHR1bjA6IExDUDogIEFDQ01BUFs2XSAweDAwMDAwMDAwIApK dWwgMTYgMDA6MDY6Mjgga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBMQ1A6ICBNUlVbNF0gMTUw MCAKSnVsIDE2IDAwOjA2OjI4IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogTENQOiAgTUFHSUNO VU1bNl0gMHgxZDNiZmY4YyAKSnVsIDE2IDAwOjA2OjI4IGtpc3RlIHBwcFsxMzMzXTogdHVu MDogTENQOiBkZWZsaW5rOiBSZWN2Q29uZmlnUmVxKDExKSBzdGF0ZSA9IFJlcS1TZW50IApK dWwgMTYgMDA6MDY6Mjgga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBMQ1A6ICBBQ0NNQVBbNl0g MHgwMDBhMDAwMCAKSnVsIDE2IDAwOjA2OjI4IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogTENQ OiAgQVVUSFBST1RPWzRdIDB4YzAyMyAoUEFQKSAKSnVsIDE2IDAwOjA2OjI4IGtpc3RlIHBw cFsxMzMzXTogdHVuMDogTENQOiAgTUFHSUNOVU1bNl0gMHgyODlmZDUzNyAKSnVsIDE2IDAw OjA2OjI4IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogTENQOiAgUFJPVE9DT01QWzJdIApKdWwg MTYgMDA6MDY6Mjgga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBMQ1A6ICBBQ0ZDT01QWzJdIApK dWwgMTYgMDA6MDY6Mjgga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBMQ1A6IGRlZmxpbms6IFNl bmRDb25maWdBY2soMTEpIHN0YXRlID0gUmVxLVNlbnQgCkp1bCAxNiAwMDowNjoyOCBraXN0 ZSBwcHBbMTMzM106IHR1bjA6IExDUDogIEFDQ01BUFs2XSAweDAwMGEwMDAwIApKdWwgMTYg MDA6MDY6Mjgga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBMQ1A6ICBBVVRIUFJPVE9bNF0gMHhj MDIzIChQQVApIApKdWwgMTYgMDA6MDY6Mjgga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBMQ1A6 ICBNQUdJQ05VTVs2XSAweDI4OWZkNTM3IApKdWwgMTYgMDA6MDY6Mjgga2lzdGUgcHBwWzEz MzNdOiB0dW4wOiBMQ1A6ICBQUk9UT0NPTVBbMl0gCkp1bCAxNiAwMDowNjoyOCBraXN0ZSBw cHBbMTMzM106IHR1bjA6IExDUDogIEFDRkNPTVBbMl0gCkp1bCAxNiAwMDowNjoyOCBraXN0 ZSBwcHBbMTMzM106IHR1bjA6IExDUDogZGVmbGluazogU3RhdGUgY2hhbmdlIFJlcS1TZW50 IC0tPiBBY2stU2VudCAKSnVsIDE2IDAwOjA2OjI4IGtpc3RlIHBwcFsxMzMzXTogdHVuMDog TENQOiBkZWZsaW5rOiBSZWN2Q29uZmlnQWNrKDEpIHN0YXRlID0gQWNrLVNlbnQgCkp1bCAx NiAwMDowNjoyOCBraXN0ZSBwcHBbMTMzM106IHR1bjA6IExDUDogZGVmbGluazogU3RhdGUg Y2hhbmdlIEFjay1TZW50IC0tPiBPcGVuZWQgCkp1bCAxNiAwMDowNjoyOCBraXN0ZSBwcHBb MTMzM106IHR1bjA6IExDUDogZGVmbGluazogTGF5ZXJVcCAKSnVsIDE2IDAwOjA2OjI4IGtp c3RlIHBwcFsxMzMzXTogdHVuMDogUGhhc2U6IGJ1bmRsZTogQXV0aGVudGljYXRlIApKdWwg MTYgMDA6MDY6Mjgga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBQaGFzZTogZGVmbGluazogaGlz ID0gUEFQLCBtaW5lID0gbm9uZSAKSnVsIDE2IDAwOjA2OjI4IGtpc3RlIHBwcFsxMzMzXTog dHVuMDogUGhhc2U6IFBhcCBPdXRwdXQ6IGNoZWFzeSAqKioqKioqKiAKSnVsIDE2IDAwOjA2 OjMxIGtpc3RlIHBwcFsxMzMzXTogdHVuMDogUGhhc2U6IFBhcCBPdXRwdXQ6IGNoZWFzeSAq KioqKioqKiAKSnVsIDE2IDAwOjA2OjMxIGtpc3RlIHBwcFsxMzMzXTogdHVuMDogUGhhc2U6 IFBhcCBJbnB1dDogU1VDQ0VTUyAoKSAKSnVsIDE2IDAwOjA2OjMxIGtpc3RlIHBwcFsxMzMz XTogdHVuMDogSVBDUDogVXNpbmcgdHJpZ2dlciBhZGRyZXNzIDAuMC4wLjAgCkp1bCAxNiAw MDowNjozMSBraXN0ZSBwcHBbMTMzM106IHR1bjA6IENDUDogRlNNOiBVc2luZyAiZGVmbGlu ayIgYXMgYSB0cmFuc3BvcnQgCkp1bCAxNiAwMDowNjozMSBraXN0ZSBwcHBbMTMzM106IHR1 bjA6IENDUDogZGVmbGluazogU3RhdGUgY2hhbmdlIEluaXRpYWwgLS0+IENsb3NlZCAKSnVs IDE2IDAwOjA2OjMxIGtpc3RlIHBwcFsxMzMzXTogdHVuMDogQ0NQOiBkZWZsaW5rOiBMYXll clN0YXJ0LiAKSnVsIDE2IDAwOjA2OjMxIGtpc3RlIHBwcFsxMzMzXTogdHVuMDogQ0NQOiBk ZWZsaW5rOiBTZW5kQ29uZmlnUmVxKDEpIHN0YXRlID0gQ2xvc2VkIApKdWwgMTYgMDA6MDY6 MzEga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBDQ1A6ICBERUZMQVRFWzRdIHdpbiAxNSAKSnVs IDE2IDAwOjA2OjMxIGtpc3RlIHBwcFsxMzMzXTogdHVuMDogQ0NQOiBkZWZsaW5rOiBTdGF0 ZSBjaGFuZ2UgQ2xvc2VkIC0tPiBSZXEtU2VudCAKSnVsIDE2IDAwOjA2OjMxIGtpc3RlIHBw cFsxMzMzXTogdHVuMDogUGhhc2U6IGRlZmxpbms6IGxjcCAtPiBvcGVuIApKdWwgMTYgMDA6 MDY6MzEga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBQaGFzZTogYnVuZGxlOiBOZXR3b3JrIApK dWwgMTYgMDA6MDY6MzEga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBJUENQOiBVc2luZyB0cmln Z2VyIGFkZHJlc3MgMC4wLjAuMCAKSnVsIDE2IDAwOjA2OjMxIGtpc3RlIHBwcFsxMzMzXTog dHVuMDogSVBDUDogRlNNOiBVc2luZyAiZGVmbGluayIgYXMgYSB0cmFuc3BvcnQgCkp1bCAx NiAwMDowNjozMSBraXN0ZSBwcHBbMTMzM106IHR1bjA6IElQQ1A6IGRlZmxpbms6IFN0YXRl IGNoYW5nZSBJbml0aWFsIC0tPiBDbG9zZWQgCkp1bCAxNiAwMDowNjozMSBraXN0ZSBwcHBb MTMzM106IHR1bjA6IElQQ1A6IGRlZmxpbms6IExheWVyU3RhcnQuIApKdWwgMTYgMDA6MDY6 MzEga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBJUENQOiBkZWZsaW5rOiBTZW5kQ29uZmlnUmVx KDEpIHN0YXRlID0gQ2xvc2VkIApKdWwgMTYgMDA6MDY6MzEga2lzdGUgcHBwWzEzMzNdOiB0 dW4wOiBJUENQOiAgSVBBRERSWzZdICAwLjAuMC4wIApKdWwgMTYgMDA6MDY6MzEga2lzdGUg cHBwWzEzMzNdOiB0dW4wOiBJUENQOiAgQ09NUFBST1RPWzZdICAxNiBWSiBzbG90cyB3aXRo IHNsb3QgY29tcHJlc3Npb24gCkp1bCAxNiAwMDowNjozMSBraXN0ZSBwcHBbMTMzM106IHR1 bjA6IElQQ1A6ICBQUklETlNbNl0gIDIxMi42My4xMjguMjEyIApKdWwgMTYgMDA6MDY6MzEg a2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBJUENQOiAgU0VDRE5TWzZdICAxOTUuMjExLjY2LjEg Ckp1bCAxNiAwMDowNjozMSBraXN0ZSBwcHBbMTMzM106IHR1bjA6IElQQ1A6IGRlZmxpbms6 IFN0YXRlIGNoYW5nZSBDbG9zZWQgLS0+IFJlcS1TZW50IApKdWwgMTYgMDA6MDY6MzEga2lz dGUgcHBwWzEzMzNdOiB0dW4wOiBJUENQOiBkZWZsaW5rOiBSZWN2Q29uZmlnUmVxKDIyNykg c3RhdGUgPSBSZXEtU2VudCAKSnVsIDE2IDAwOjA2OjMxIGtpc3RlIHBwcFsxMzMzXTogdHVu MDogSVBDUDogIElQQUREUls2XSAgMjEyLjIyMy4xMDAuNSAKSnVsIDE2IDAwOjA2OjMxIGtp c3RlIHBwcFsxMzMzXTogdHVuMDogSVBDUDogZGVmbGluazogU2VuZENvbmZpZ0FjaygyMjcp IHN0YXRlID0gUmVxLVNlbnQgCkp1bCAxNiAwMDowNjozMSBraXN0ZSBwcHBbMTMzM106IHR1 bjA6IElQQ1A6ICBJUEFERFJbNl0gIDIxMi4yMjMuMTAwLjUgCkp1bCAxNiAwMDowNjozMSBr aXN0ZSBwcHBbMTMzM106IHR1bjA6IElQQ1A6IGRlZmxpbms6IFN0YXRlIGNoYW5nZSBSZXEt U2VudCAtLT4gQWNrLVNlbnQgCkp1bCAxNiAwMDowNjozMiBraXN0ZSBwcHBbMTMzM106IHR1 bjA6IExDUDogZGVmbGluazogUmVjdlByb3RvY29sUmVqKDEyKSBzdGF0ZSA9IE9wZW5lZCAK SnVsIDE2IDAwOjA2OjMyIGtpc3RlIHBwcFsxMzMzXTogdHVuMDogTENQOiBkZWZsaW5rOiAt LSBQcm90b2NvbCAweDgwZmQgKENvbXByZXNzaW9uIENvbnRyb2wgUHJvdG9jb2wpIHdhcyBy ZWplY3RlZCEgCkp1bCAxNiAwMDowNjozMiBraXN0ZSBwcHBbMTMzM106IHR1bjA6IENDUDog ZGVmbGluazogTGF5ZXJGaW5pc2guIApKdWwgMTYgMDA6MDY6MzIga2lzdGUgcHBwWzEzMzNd OiB0dW4wOiBDQ1A6IGRlZmxpbms6IFN0YXRlIGNoYW5nZSBSZXEtU2VudCAtLT4gU3RvcHBl ZCAKSnVsIDE2IDAwOjA2OjMyIGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSVBDUDogZGVmbGlu azogUmVjdkNvbmZpZ1JlaigxKSBzdGF0ZSA9IEFjay1TZW50IApKdWwgMTYgMDA6MDY6MzIg a2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBJUENQOiAgQ09NUFBST1RPWzZdICAxNiBWSiBzbG90 cyB3aXRoIHNsb3QgY29tcHJlc3Npb24gCkp1bCAxNiAwMDowNjozMiBraXN0ZSBwcHBbMTMz M106IHR1bjA6IElQQ1A6IGRlZmxpbms6IFNlbmRDb25maWdSZXEoMikgc3RhdGUgPSBBY2st U2VudCAKSnVsIDE2IDAwOjA2OjMyIGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSVBDUDogIElQ QUREUls2XSAgMC4wLjAuMCAKSnVsIDE2IDAwOjA2OjMyIGtpc3RlIHBwcFsxMzMzXTogdHVu MDogSVBDUDogIFBSSUROU1s2XSAgMjEyLjYzLjEyOC4yMTIgCkp1bCAxNiAwMDowNjozMiBr aXN0ZSBwcHBbMTMzM106IHR1bjA6IElQQ1A6ICBTRUNETlNbNl0gIDE5NS4yMTEuNjYuMSAK SnVsIDE2IDAwOjA2OjMyIGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSVBDUDogZGVmbGluazog UmVjdkNvbmZpZ05haygyKSBzdGF0ZSA9IEFjay1TZW50IApKdWwgMTYgMDA6MDY6MzIga2lz dGUgcHBwWzEzMzNdOiB0dW4wOiBJUENQOiAgSVBBRERSWzZdICAyMTIuMjIzLjE3LjM4IApK dWwgMTYgMDA6MDY6MzIga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBJUENQOiAgSVBBRERSWzZd ICBjaGFuZ2luZyBhZGRyZXNzOiAwLjAuMC4wICAtLT4gMjEyLjIyMy4xNy4zOCAKSnVsIDE2 IDAwOjA2OjMyIGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSVBDUDogZGVmbGluazogU2VuZENv bmZpZ1JlcSgzKSBzdGF0ZSA9IEFjay1TZW50IApKdWwgMTYgMDA6MDY6MzIga2lzdGUgcHBw WzEzMzNdOiB0dW4wOiBJUENQOiAgSVBBRERSWzZdICAyMTIuMjIzLjE3LjM4IApKdWwgMTYg MDA6MDY6MzIga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBJUENQOiAgUFJJRE5TWzZdICAyMTIu NjMuMTI4LjIxMiAKSnVsIDE2IDAwOjA2OjMyIGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSVBD UDogIFNFQ0ROU1s2XSAgMTk1LjIxMS42Ni4xIApKdWwgMTYgMDA6MDY6MzIga2lzdGUgcHBw WzEzMzNdOiB0dW4wOiBJUENQOiBkZWZsaW5rOiBSZWN2Q29uZmlnQWNrKDMpIHN0YXRlID0g QWNrLVNlbnQgCkp1bCAxNiAwMDowNjozMiBraXN0ZSBwcHBbMTMzM106IHR1bjA6IElQQ1A6 IGRlZmxpbms6IFN0YXRlIGNoYW5nZSBBY2stU2VudCAtLT4gT3BlbmVkIApKdWwgMTYgMDA6 MDY6MzIga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBJUENQOiBkZWZsaW5rOiBMYXllclVwLiAK SnVsIDE2IDAwOjA2OjMyIGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSVBDUDogbXlhZGRyIDIx Mi4yMjMuMTcuMzggaGlzYWRkciA9IDIxMi4yMjMuMTAwLjUgCkp1bCAxNiAwMDowNjozMiBr aXN0ZSBwcHBbMTMzM106IHR1bjA6IENvbW1hbmQ6IGVjb3JlOiAhYmcgL3Vzci9sb2NhbC9i aW4vZmV0Y2htYWlsIApKdWwgMTYgMDA6MDY6MzMga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBD b21tYW5kOiAvZGV2L3R0eTogc2V0IGxvZyAraGRsYyBsY3AgcGhhc2UgCkp1bCAxNiAwMDow Njo0MiBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6IGhkbGNfSW5wdXQ6IApKdWwgMTYg MDA6MDY6NDIga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMjEgNDUgMDAgMDAgNjQg NjUgNDQgNDAgMDAgN2QgMDYgNWQgMmEgZDQgM2YgODAgCkp1bCAxNiAwMDowNjo0MiBraXN0 ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICBlMCBkNCBkZiAxMSAyNiAwMCA2ZSAwNCAwZCAw MCAwYSBlZCA1MiAwOSA5ZiBjNSAKSnVsIDE2IDAwOjA2OjQyIGtpc3RlIHBwcFsxMzMzXTog dHVuMDogSERMQzogIDM5IDUwIDE4IDIyIDM4IGUzIGE3IDAwIDAwIDJiIDRmIDRiIDIwIDU4 IDMxIDIwIApKdWwgMTYgMDA6MDY6NDIga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAg NGUgNTQgMmQgNTAgNGYgNTAgMzMgMjAgNTMgNjUgNzIgNzYgNjUgNzIgMjAgNjggCkp1bCAx NiAwMDowNjo0MiBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICA2ZiA2ZCA2NSAzMiAy ZSA2NSA2MyA2ZiA3MiA2NSAyZSA2ZSA2NSA3NCAyMCAyOCAKSnVsIDE2IDAwOjA2OjQyIGtp c3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIDQ5IDRkIDYxIDY5IDZjIDIwIDM1IDJlIDMw IDM0IDIwIDMxIDMyIDMzIDM0IDMxIApKdWwgMTYgMDA6MDY6NDIga2lzdGUgcHBwWzEzMzNd OiB0dW4wOiBIRExDOiAgMmQgMzMgMjkgMGQgMGEgODcgOWEgCkp1bCAxNiAwMDowNjo0MiBr aXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6IGhkbGNfT3V0cHV0IApKdWwgMTYgMDA6MDY6 NDIga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMjEgNDUgMDAgMDAgMzUgMGUgODYg NDAgMDAgNDAgMDYgZjEgMTcgZDQgZGYgMTEgCkp1bCAxNiAwMDowNjo0MiBraXN0ZSBwcHBb MTMzM106IHR1bjA6IEhETEM6ICAyNiBkNCAzZiA4MCBlMCAwNCAwZCAwMCA2ZSAwOSA5ZiBj NSAzOSAwMCAwYSBlZCAKSnVsIDE2IDAwOjA2OjQyIGtpc3RlIHBwcFsxMzMzXTogdHVuMDog SERMQzogIDhlIDUwIDE4IDQ0IDcwIDY3IDRlIDAwIDAwIDU1IDUzIDQ1IDUyIDIwIDYzIDY4 IApKdWwgMTYgMDA6MDY6NDIga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgNjUgNjEg NzMgNzkgMGQgMGEgNTQgMjcgCkp1bCAxNiAwMDowNjo0MyBraXN0ZSBwcHBbMTMzM106IHR1 bjA6IEhETEM6IGhkbGNfSW5wdXQ6IApKdWwgMTYgMDA6MDY6NDMga2lzdGUgcHBwWzEzMzNd OiB0dW4wOiBIRExDOiAgMjEgNDUgMDAgMDAgMzUgNmIgNDQgNDAgMDAgN2QgMDYgNTcgNTkg ZDQgM2YgODAgCkp1bCAxNiAwMDowNjo0MyBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6 ICBlMCBkNCBkZiAxMSAyNiAwMCA2ZSAwNCAwZCAwMCAwYSBlZCA4ZSAwOSA5ZiBjNSAKSnVs IDE2IDAwOjA2OjQzIGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIDQ2IDUwIDE4IDIy IDJiIDU4IGMyIDAwIDAwIDJiIDRmIDRiIDIwIDc3IDY1IDZjIApKdWwgMTYgMDA6MDY6NDMg a2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgNjMgNmYgNmQgNjUgMGQgMGEgNjAgZjMg Ckp1bCAxNiAwMDowNjo0MyBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6IGhkbGNfT3V0 cHV0IApKdWwgMTYgMDA6MDY6NDMga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMjEg NDUgMDAgMDAgMzcgMGUgODcgNDAgMDAgNDAgMDYgZjEgMTQgZDQgZGYgMTEgCkp1bCAxNiAw MDowNjo0MyBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICAyNiBkNCAzZiA4MCBlMCAw NCAwZCAwMCA2ZSAwOSA5ZiBjNSA0NiAwMCAwYSBlZCAKSnVsIDE2IDAwOjA2OjQzIGtpc3Rl IHBwcFsxMzMzXTogdHVuMDogSERMQzogIDliIDUwIDE4IDQ0IDcwIGVhIGRiIDAwIDAwIDUw IDQxIDUzIDUzIDIwIDZkIDZmIApKdWwgMTYgMDA6MDY6NDMga2lzdGUgcHBwWzEzMzNdOiB0 dW4wOiBIRExDOiAgNmMgNjEgNjQgNzIgNjUgNzMgMGQgMGEgMjkgZDQgClsqKioKICoqKiBM YXJnZSBhbW91bnQgb2YgbG9nIHNuaXBwZWQgaGVyZSwgYmVsb3csIGZldGNobWFpbCBoYWQg Y29tcGxldGVkIGl0tHMgam9iCiAqKipdCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMz M106IHR1bjA6IEhETEM6IGhkbGNfSW5wdXQ6IApKdWwgMTYgMDA6MTI6MzQga2lzdGUgcHBw WzEzMzNdOiB0dW4wOiBIRExDOiAgMjEgNDUgMDAgMDAgNDkgNzUgNjUgNDAgMDAgN2QgMDYg NGQgMjQgZDQgM2YgODAgCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMzM106IHR1bjA6 IEhETEM6ICBlMCBkNCBkZiAxMSAyNiAwMCA2ZSAwNCAxYyAwMCAwYSBmMyBlMiAwZCBjZiBh YiAKSnVsIDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIDUyIDUw IDE4IDIyIDEwIDFiIDAzIDAwIDAwIDJiIDRmIDRiIDIwIDUwIDRmIDUwIApKdWwgMTYgMDA6 MTI6MzQga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMzMgMjAgNTMgNjUgNzIgNzYg NjUgNzIgMjAgNzMgNjEgNzkgNjkgNmUgNjcgMjAgCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBw cHBbMTMzM106IHR1bjA6IEhETEM6ICA0NyA2ZiA2ZiA2NCAyZCA0MiA3OSA2NSAwZCAwYSBh ZiA5NSAKSnVsIDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogaGRs Y19JbnB1dDogCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6 ICAyMSA0NSAwMCAwMCAyOCA3NiA2NSA0MCAwMCA3ZCAwNiA0YyA0NSBkNCAzZiA4MCAKSnVs IDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIGUwIGQ0IGRmIDEx IDI2IDAwIDZlIDA0IDFjIDAwIDBhIGY0IDAzIDBkIGNmIGFiIApKdWwgMTYgMDA6MTI6MzQg a2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgNTIgNTAgMTEgMjIgMTAgYTAgZTQgMDAg MDAgYjQgYjUgCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6 IGhkbGNfT3V0cHV0IApKdWwgMTYgMDA6MTI6MzQga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBI RExDOiAgMjEgNDUgMDAgMDAgMjggMGYgMDcgNDAgMDAgNDAgMDYgZjAgYTMgZDQgZGYgMTEg Ckp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICAyNiBkNCAz ZiA4MCBlMCAwNCAxYyAwMCA2ZSAwZCBjZiBhYiA1MiAwMCAwYSBmNCAKSnVsIDE2IDAwOjEy OjM0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIDAzIDUwIDExIDQ0IDcwIDdlIDg0 IDAwIDAwIGIwIDUxIApKdWwgMTYgMDA6MTI6MzQga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBI RExDOiBoZGxjX091dHB1dCAKSnVsIDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVu MDogSERMQzogIDIxIDQ1IDAwIDAwIDNjIDBmIDA4IDAwIDAwIDQwIDExIDMwIDkwIGQ0IGRm IDExIApKdWwgMTYgMDA6MTI6MzQga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMjYg ZDQgM2YgODAgZDQgMDUgNjMgMDAgMzUgMDAgMjggMWQgZjYgOGEgNzIgMDEgCkp1bCAxNiAw MDoxMjozNCBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICAwMCAwMCAwMSAwMCAwMCAw MCAwMCAwMCAwMCAwNCA2ZCA2MSA2OSA2YyAwMiA3MCAKSnVsIDE2IDAwOjEyOjM0IGtpc3Rl IHBwcFsxMzMzXTogdHVuMDogSERMQzogIDZiIDAzIDczIDY4IDY1IDAyIDY0IDY1IDAwIDAw IDAxIDAwIDAxIDg2IDJkIApKdWwgMTYgMDA6MTI6MzQga2lzdGUgcHBwWzEzMzNdOiB0dW4w OiBIRExDOiBoZGxjX091dHB1dCAKSnVsIDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTog dHVuMDogSERMQzogIDIxIDQ1IDAwIDAwIDI4IDBmIDA5IDQwIDAwIDQwIDA2IGYwIGExIGQ0 IGRmIDExIApKdWwgMTYgMDA6MTI6MzQga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAg MjYgZDQgM2YgODAgZTAgMDQgMWMgMDAgNmUgMGQgY2YgYWIgNTMgMDAgMGEgZjQgCkp1bCAx NiAwMDoxMjozNCBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICAwNCA1MCAxMCA0NCA3 MCA3ZSA4MyAwMCAwMCAwMiAxMyAKSnVsIDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTog dHVuMDogSERMQzogaGRsY19JbnB1dDogCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMz M106IHR1bjA6IEhETEM6ICAyMSA0NSAwMCAwMCAyOCA3YyA2NSA0MCAwMCA3ZCAwNiA0NiA0 NSBkNCAzZiA4MCAKSnVsIDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERM QzogIGUwIGQ0IGRmIDExIDI2IDAwIDZlIDA0IDFjIDAwIDBhIGY0IDA0IDBkIGNmIGFiIApK dWwgMTYgMDA6MTI6MzQga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgNTMgNTAgMTAg MjIgMTAgYTAgZTMgMDAgMDAgMTcgYTcgCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMz M106IHR1bjA6IEhETEM6IGhkbGNfSW5wdXQ6IApKdWwgMTYgMDA6MTI6MzQga2lzdGUgcHBw WzEzMzNdOiB0dW4wOiBIRExDOiAgMjEgNDUgMDAgMDAgYWYgZDcgMjMgMDAgMDAgM2QgMTEg NmIgMDEgZDQgM2YgODAgCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMzM106IHR1bjA6 IEhETEM6ICBkNCBkNCBkZiAxMSAyNiAwMCAzNSAwNSA2MyAwMCA5YiA4MCA3NyA4YSA3MiA4 MSAKSnVsIDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIDgwIDAw IDAxIDAwIDAyIDAwIDAyIDAwIDAyIDA0IDZkIDYxIDY5IDZjIDAyIDcwIApKdWwgMTYgMDA6 MTI6MzQga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgNmIgMDMgNzMgNjggNjUgMDIg NjQgNjUgMDAgMDAgMDEgMDAgMDEgYzAgMGMgMDAgCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBw cHBbMTMzM106IHR1bjA6IEhETEM6ICAwNSAwMCAwMSAwMCAwMSA0ZCBhOSAwMCAxNCAwOCA3 YSA3OSA3MCA3MiA2NSA3MyAKSnVsIDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVu MDogSERMQzogIDczIDY1IDAyIDcwIDZiIDAzIDczIDY4IDY1IDAyIDY0IDY1IDAwIGMwIDJj IDAwIApKdWwgMTYgMDA6MTI6MzQga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMDEg MDAgMDEgMDAgMDEgNGQgYTkgMDAgMDQgZDQgMTUgYTEgNDIgYzAgMzUgMDAgCkp1bCAxNiAw MDoxMjozNCBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICAwMiAwMCAwMSAwMCAwMSA0 ZCBhOSAwMCAwNSAwMiA2ZSA3MyBjMCAzOCBjMCAzNSAKSnVsIDE2IDAwOjEyOjM0IGtpc3Rl IHBwcFsxMzMzXTogdHVuMDogSERMQzogIDAwIDAyIDAwIDAxIDAwIDAxIDRkIGE5IDAwIDA2 IDAzIDZlIDczIDMyIGMwIDM4IApKdWwgMTYgMDA6MTI6MzQga2lzdGUgcHBwWzEzMzNdOiB0 dW4wOiBIRExDOiAgYzAgNWMgMDAgMDEgMDAgMDEgMDAgMDEgNGQgYTkgMDAgMDQgZDQgMTUg YTEgNDAgCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICBj MCA2ZCAwMCAwMSAwMCAwMSAwMCAwMSA0ZCBhOSAwMCAwNCBjMiA3OCBlZSAwMSAKSnVsIDE2 IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIDE0IDQyIApKdWwgMTYg MDA6MTI6MzQga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiBoZGxjX091dHB1dCAKSnVs IDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIDIxIDQ1IDAwIDAw IDNjIDBmIDBhIDQwIDAwIDQwIDA2IGQwIDU0IGQ0IGRmIDExIApKdWwgMTYgMDA6MTI6MzQg a2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMjYgZDQgMTUgYTEgNDIgMDQgMWQgMDAg OGYgMGQgZGMgN2IgNTAgMDAgMDAgMDAgCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMz M106IHR1bjA6IEhETEM6ICAwMCBhMCAwMiA0MCAwMCAxOCA2ZiAwMCAwMCAwMiAwNCAwNSBi NCAwMSAwMyAwMyAKSnVsIDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERM QzogIDAwIDAxIDAxIDA4IDBhIDAwIDAwIDA5IDYzIDAwIDAwIDAwIDAwIDU0IGE5IApKdWwg MTYgMDA6MTI6MzQga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiBoZGxjX0lucHV0OiAK SnVsIDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIDIxIDQ1IDAw IDAwIDI4IDMzIDA0IDAwIDAwIGY5IDA2IDMzIDZlIGQ0IDE1IGExIApKdWwgMTYgMDA6MTI6 MzQga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgNDIgZDQgZGYgMTEgMjYgMDAgOGYg MDQgMWQgMDAgMDAgMDAgMDAgMGQgZGMgN2IgCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBb MTMzM106IHR1bjA6IEhETEM6ICA1MSA1MCAxNCAwMCAwMCBjNiA5OSAwMCAwMCBhMyAyNyAK SnVsIDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogaGRsY19PdXRw dXQgCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICAyMSA0 NSAwMCAwMCAzYyAwZiAwYiAwMCAwMCA0MCAxMSAzMCA4ZCBkNCBkZiAxMSAKSnVsIDE2IDAw OjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIDI2IGQ0IDNmIDgwIGQ0IDA1 IDY0IDAwIDM1IDAwIDI4IDFkIGY0IDhhIDczIDAxIApKdWwgMTYgMDA6MTI6MzQga2lzdGUg cHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMDAgMDAgMDEgMDAgMDAgMDAgMDAgMDAgMDAgMDQg NmQgNjEgNjkgNmMgMDIgNzAgCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMzM106IHR1 bjA6IEhETEM6ICA2YiAwMyA3MyA2OCA2NSAwMiA2NCA2NSAwMCAwMCAwMSAwMCAwMSAxOSAw ZSAKSnVsIDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogaGRsY19J bnB1dDogCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICAy MSA0NSAwMCAwMCBhZiBkNyAyNyAwMCAwMCAzZCAxMSA2YSBmZCBkNCAzZiA4MCAKSnVsIDE2 IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIGQ0IGQ0IGRmIDExIDI2 IDAwIDM1IDA1IDY0IDAwIDliIDgwIDc1IDhhIDczIDgxIApKdWwgMTYgMDA6MTI6MzQga2lz dGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgODAgMDAgMDEgMDAgMDIgMDAgMDIgMDAgMDIg MDQgNmQgNjEgNjkgNmMgMDIgNzAgCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMzM106 IHR1bjA6IEhETEM6ICA2YiAwMyA3MyA2OCA2NSAwMiA2NCA2NSAwMCAwMCAwMSAwMCAwMSBj MCAwYyAwMCAKSnVsIDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzog IDA1IDAwIDAxIDAwIDAxIDRkIGE5IDAwIDE0IDA4IDdhIDc5IDcwIDcyIDY1IDczIApKdWwg MTYgMDA6MTI6MzQga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgNzMgNjUgMDIgNzAg NmIgMDMgNzMgNjggNjUgMDIgNjQgNjUgMDAgYzAgMmMgMDAgCkp1bCAxNiAwMDoxMjozNCBr aXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICAwMSAwMCAwMSAwMCAwMSA0ZCBhOSAwMCAw NCBkNCAxNSBhMSA0MiBjMCAzNSAwMCAKSnVsIDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMz XTogdHVuMDogSERMQzogIDAyIDAwIDAxIDAwIDAxIDRkIGE5IDAwIDA1IDAyIDZlIDczIGMw IDM4IGMwIDM1IApKdWwgMTYgMDA6MTI6MzQga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExD OiAgMDAgMDIgMDAgMDEgMDAgMDEgNGQgYTkgMDAgMDYgMDMgNmUgNzMgMzIgYzAgMzggCkp1 bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICBjMCA1YyAwMCAw MSAwMCAwMSAwMCAwMSA0ZCBhOSAwMCAwNCBkNCAxNSBhMSA0MCAKSnVsIDE2IDAwOjEyOjM0 IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIGMwIDZkIDAwIDAxIDAwIDAxIDAwIDAx IDRkIGE5IDAwIDA0IGMyIDc4IGVlIDAxIApKdWwgMTYgMDA6MTI6MzQga2lzdGUgcHBwWzEz MzNdOiB0dW4wOiBIRExDOiAgOTEgZTQgCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMz M106IHR1bjA6IEhETEM6IGhkbGNfT3V0cHV0IApKdWwgMTYgMDA6MTI6MzQga2lzdGUgcHBw WzEzMzNdOiB0dW4wOiBIRExDOiAgMjEgNDUgMDAgMDAgM2MgMGYgMGMgNDAgMDAgNDAgMDYg ZDAgNTIgZDQgZGYgMTEgCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMzM106IHR1bjA6 IEhETEM6ICAyNiBkNCAxNSBhMSA0MiAwNCAxZSAwMCA2ZSAwZCBlMCAwNiBlYSAwMCAwMCAw MCAKSnVsIDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIDAwIGEw IDAyIDQwIDAwIDhjIGYwIDAwIDAwIDAyIDA0IDA1IGI0IDAxIDAzIDAzIApKdWwgMTYgMDA6 MTI6MzQga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMDAgMDEgMDEgMDggMGEgMDAg MDAgMDkgNjQgMDAgMDAgMDAgMDAgZmYgNGQgCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBb MTMzM106IHR1bjA6IEhETEM6IGhkbGNfSW5wdXQ6IApKdWwgMTYgMDA6MTI6MzQga2lzdGUg cHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMjEgNDUgMDAgMDAgM2MgMzMgMDUgNDAgMDAgM2Eg MDYgYjIgNTkgZDQgMTUgYTEgCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMzM106IHR1 bjA6IEhETEM6ICA0MiBkNCBkZiAxMSAyNiAwMCA2ZSAwNCAxZSA3NSA1OSA1OSAwMiAwZCBl MCAwNiAKSnVsIDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIGVi IGEwIDEyIDdkIDc4IDU1IGFjIDAwIDAwIDAyIDA0IDA1IGI0IDAxIDAxIDA4IApKdWwgMTYg MDA6MTI6MzQga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMGEgMTIgZDIgMTggOGQg MDAgMDAgMDkgNjQgMDEgMDMgMDMgMDAgNDAgMGYgCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBw cHBbMTMzM106IHR1bjA6IEhETEM6IGhkbGNfT3V0cHV0IApKdWwgMTYgMDA6MTI6MzQga2lz dGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMjEgNDUgMDAgMDAgMzQgMGYgMGQgNDAgMDAg NDAgMDYgZDAgNTkgZDQgZGYgMTEgCkp1bCAxNiAwMDoxMjozNCBraXN0ZSBwcHBbMTMzM106 IHR1bjA6IEhETEM6ICAyNiBkNCAxNSBhMSA0MiAwNCAxZSAwMCA2ZSAwZCBlMCAwNiBlYiA3 NSA1OSA1OSAKSnVsIDE2IDAwOjEyOjM0IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzog IDAzIDgwIDEwIDQzIGUwIGJiIDA4IDAwIDAwIDAxIDAxIDA4IDBhIDAwIDAwIDA5IApKdWwg MTYgMDA6MTI6MzQga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgNjQgMTIgZDIgMTgg OGQgN2YgMmMgCkp1bCAxNiAwMDoxMjozNSBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6 IGhkbGNfSW5wdXQ6IApKdWwgMTYgMDA6MTI6MzUga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBI RExDOiAgMjEgNDUgMDAgMDAgM2MgMzMgMDYgNDAgMDAgM2EgMDYgYjIgNTggZDQgMTUgYTEg Ckp1bCAxNiAwMDoxMjozNSBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICA0MiBkNCBk ZiAxMSAyNiAwOSBlZSAwMCA3MSA3NSAxZCAxYyAzOSAwMCAwMCAwMCAKSnVsIDE2IDAwOjEy OjM1IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIDAwIGEwIDAyIDdkIDc4IGE4IDBi IDAwIDAwIDAyIDA0IDA1IGI0IDA0IDAyIDA4IApKdWwgMTYgMDA6MTI6MzUga2lzdGUgcHBw WzEzMzNdOiB0dW4wOiBIRExDOiAgMGEgMTIgZDIgMTggOWUgMDAgMDAgMDAgMDAgMDEgMDMg MDMgMDAgMmEgMWUgCkp1bCAxNiAwMDoxMjozNSBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhE TEM6IGhkbGNfT3V0cHV0IApKdWwgMTYgMDA6MTI6MzUga2lzdGUgcHBwWzEzMzNdOiB0dW4w OiBIRExDOiAgMjEgNDUgMDAgMDAgMjggMGYgMGUgMDAgMDAgNDAgMDYgMTAgNjUgZDQgZGYg MTEgCkp1bCAxNiAwMDoxMjozNSBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICAyNiBk NCAxNSBhMSA0MiAwMCA3MSAwOSBlZSAwMCAwMCAwMCAwMCA3NSAxZCAxYyAKSnVsIDE2IDAw OjEyOjM1IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIDNhIDUwIDE0IDAwIDAwIGI4 IGJjIDAwIDAwIGEzIDkxIApKdWwgMTYgMDA6MTI6MzUga2lzdGUgcHBwWzEzMzNdOiB0dW4w OiBIRExDOiBoZGxjX0lucHV0OiAKSnVsIDE2IDAwOjEyOjM1IGtpc3RlIHBwcFsxMzMzXTog dHVuMDogSERMQzogIDIxIDQ1IDAwIDAwIDZmIDMzIDA4IDQwIDAwIDNhIDA2IGIyIDIzIGQ0 IDE1IGExIApKdWwgMTYgMDA6MTI6MzUga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAg NDIgZDQgZGYgMTEgMjYgMDAgNmUgMDQgMWUgNzUgNTkgNTkgMDMgMGQgZTAgMDYgCkp1bCAx NiAwMDoxMjozNSBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICBlYiA4MCAxOCA3ZCA3 OCAwNyBkMyAwMCAwMCAwMSAwMSAwOCAwYSAxMiBkMiAxOCAKSnVsIDE2IDAwOjEyOjM1IGtp c3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIGIxIDAwIDAwIDA5IDY0IDJiIDRmIDRiIDIw IDUxIDUwIDRmIDUwIDIwIDI4IDc2IApKdWwgMTYgMDA6MTI6MzUga2lzdGUgcHBwWzEzMzNd OiB0dW4wOiBIRExDOiAgNjUgNzIgNzMgNjkgNmYgNmUgMjAgMzIgMmUgMzUgMzMgMjkgMjAg NjEgNzQgMjAgCkp1bCAxNiAwMDoxMjozNSBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6 ICA3YSA3OSA3MCA3MiA2NSA3MyA3MyA2NSAyZSA3MCA2YiAyZSA3MyA2OCA2NSAyZSAKSnVs IDE2IDAwOjEyOjM1IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIDY0IDY1IDIwIDcz IDc0IDYxIDcyIDc0IDY5IDZlIDY3IDJlIDIwIDIwIDBkIDBhIApKdWwgMTYgMDA6MTI6MzUg a2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgNTkgODIgCkp1bCAxNiAwMDoxMjozNSBr aXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6IGhkbGNfT3V0cHV0IApKdWwgMTYgMDA6MTI6 MzUga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMjEgNDUgMDAgMDAgNDAgMGYgMGYg NDAgMDAgNDAgMDYgZDAgNGIgZDQgZGYgMTEgCkp1bCAxNiAwMDoxMjozNSBraXN0ZSBwcHBb MTMzM106IHR1bjA6IEhETEM6ICAyNiBkNCAxNSBhMSA0MiAwNCAxZSAwMCA2ZSAwZCBlMCAw NiBlYiA3NSA1OSA1OSAKSnVsIDE2IDAwOjEyOjM1IGtpc3RlIHBwcFsxMzMzXTogdHVuMDog SERMQzogIDNlIDgwIDE4IDQzIGUwIDQ2IDEzIDAwIDAwIDAxIDAxIDA4IDBhIDAwIDAwIDA5 IApKdWwgMTYgMDA6MTI6MzUga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgNjUgMTIg ZDIgMTggYjEgNTUgNTMgNDUgNTIgMjAgNzAgNzUgMzAgMzcgMzEgMGQgCkp1bCAxNiAwMDox MjozNSBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICAwYSBjMSBkOCAKSnVsIDE2IDAw OjEyOjM1IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogaGRsY19JbnB1dDogCkp1bCAx NiAwMDoxMjozNSBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICAyMSA0NSAwMCAwMCAz NCAzMyAwOSA0MCAwMCAzYSAwNiBiMiA1ZCBkNCAxNSBhMSAKSnVsIDE2IDAwOjEyOjM1IGtp c3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIDQyIGQ0IGRmIDExIDI2IDAwIDZlIDA0IDFl IDc1IDU5IDU5IDNlIDBkIGUwIDA2IApKdWwgMTYgMDA6MTI6MzUga2lzdGUgcHBwWzEzMzNd OiB0dW4wOiBIRExDOiAgZjcgODAgMTAgN2QgNzggODAgZjAgMDAgMDAgMDEgMDEgMDggMGEg MTIgZDIgMTggCkp1bCAxNiAwMDoxMjozNSBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6 ICBjNSAwMCAwMCAwOSA2NSA4YyA5NSAKSnVsIDE2IDAwOjEyOjM1IGtpc3RlIHBwcFsxMzMz XTogdHVuMDogSERMQzogaGRsY19JbnB1dDogCkp1bCAxNiAwMDoxMjozNSBraXN0ZSBwcHBb MTMzM106IHR1bjA6IEhETEM6ICAyMSA0NSAwMCAwMCA1NiAzMyAwYSA0MCAwMCAzYSAwNiBi MiAzYSBkNCAxNSBhMSAKSnVsIDE2IDAwOjEyOjM1IGtpc3RlIHBwcFsxMzMzXTogdHVuMDog SERMQzogIDQyIGQ0IGRmIDExIDI2IDAwIDZlIDA0IDFlIDc1IDU5IDU5IDNlIDBkIGUwIDA2 IApKdWwgMTYgMDA6MTI6MzUga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgZjcgODAg MTggN2QgNzggZDMgNjYgMDAgMDAgMDEgMDEgMDggMGEgMTIgZDIgMTggCkp1bCAxNiAwMDox MjozNSBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICBjNSAwMCAwMCAwOSA2NSAyYiA0 ZiA0YiAyMCA1MCA2MSA3MyA3MyA3NyA2ZiA3MiAKSnVsIDE2IDAwOjEyOjM1IGtpc3RlIHBw cFsxMzMzXTogdHVuMDogSERMQzogIDY0IDIwIDcyIDY1IDcxIDc1IDY5IDcyIDY1IDY0IDIw IDY2IDZmIDcyIDIwIDcwIApKdWwgMTYgMDA6MTI6MzUga2lzdGUgcHBwWzEzMzNdOiB0dW4w OiBIRExDOiAgNzUgMzAgMzcgMzEgMmUgMGQgMGEgNjggNjQgCkp1bCAxNiAwMDoxMjozNSBr aXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6IGhkbGNfT3V0cHV0IApKdWwgMTYgMDA6MTI6 MzUga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMjEgNDUgMDAgMDAgNDMgMGYgMTAg NDAgMDAgNDAgMDYgZDAgNDcgZDQgZGYgMTEgCkp1bCAxNiAwMDoxMjozNSBraXN0ZSBwcHBb MTMzM106IHR1bjA6IEhETEM6ICAyNiBkNCAxNSBhMSA0MiAwNCAxZSAwMCA2ZSAwZCBlMCAw NiBmNyA3NSA1OSA1OSAKSnVsIDE2IDAwOjEyOjM1IGtpc3RlIHBwcFsxMzMzXTogdHVuMDog SERMQzogIDYwIDgwIDE4IDQzIGUwIDM2IDBhIDAwIDAwIDAxIDAxIDA4IDBhIDAwIDAwIDA5 IApKdWwgMTYgMDA6MTI6MzUga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgNjUgMTIg ZDIgMTggYzUgNTAgNDEgNTMgNTMgMjAgNmQgNmYgNmMgNjEgNjQgNzIgCkp1bCAxNiAwMDox MjozNSBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICA2NSA3MyAwZCAwYSA5OCAwMiAK SnVsIDE2IDAwOjEyOjM1IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogaGRsY19JbnB1 dDogCkp1bCAxNiAwMDoxMjozNSBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICAyMSA0 NSAwMCAwMCAzNCAzMyAwYiA0MCAwMCAzYSAwNiBiMiA1YiBkNCAxNSBhMSAKSnVsIDE2IDAw OjEyOjM1IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIDQyIGQ0IGRmIDExIDI2IDAw IDZlIDA0IDFlIDc1IDU5IDU5IDYwIDBkIGUwIDA3IApKdWwgMTYgMDA6MTI6MzUga2lzdGUg cHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMDYgODAgMTAgN2QgNzggODAgYWEgMDAgMDAgMDEg MDEgMDggMGEgMTIgZDIgMTggCkp1bCAxNiAwMDoxMjozNSBraXN0ZSBwcHBbMTMzM106IHR1 bjA6IEhETEM6ICBkYSAwMCAwMCAwOSA2NSAwZSA3YSAKSnVsIDE2IDAwOjEyOjM1IGtpc3Rl IHBwcFsxMzMzXTogdHVuMDogSERMQzogaGRsY19JbnB1dDogCkp1bCAxNiAwMDoxMjozNSBr aXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICAyMSA0NSAwMCAwMCA1YSAzMyAwYyA0MCAw MCAzYSAwNiBiMiAzNCBkNCAxNSBhMSAKSnVsIDE2IDAwOjEyOjM1IGtpc3RlIHBwcFsxMzMz XTogdHVuMDogSERMQzogIDQyIGQ0IGRmIDExIDI2IDAwIDZlIDA0IDFlIDc1IDU5IDU5IDYw IDBkIGUwIDA3IApKdWwgMTYgMDA6MTI6MzUga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExD OiAgMDYgODAgMTggN2QgNzggYTYgMmMgMDAgMDAgMDEgMDEgMDggMGEgMTIgZDIgMTggCkp1 bCAxNiAwMDoxMjozNSBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICBkYiAwMCAwMCAw OSA2NSAyYiA0ZiA0YiAyMCA3MCA3NSAzMCAzNyAzMSAyMCA2OCAKSnVsIDE2IDAwOjEyOjM1 IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIDYxIDczIDIwIDMwIDIwIDZkIDY1IDcz IDczIDYxIDY3IDY1IDczIDIwIDI4IDMwIApKdWwgMTYgMDA6MTI6MzUga2lzdGUgcHBwWzEz MzNdOiB0dW4wOiBIRExDOiAgMjAgNmYgNjMgNzQgNjUgNzQgNzMgMjkgMmUgMGQgMGEgNDEg ZjggCgpbKioqCiAqKiogc25pcAogKioqCiAqKiogYmVsb3csIHRoZSBjb25uZWN0aW9uIHNh dCBpZGxlIGZvciBhYm91dCB0d28gbWludXRlcwogKioqXQoKCkp1bCAxNiAwMDoxNDo1NyBr aXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6IGhkbGNfSW5wdXQ6IApKdWwgMTYgMDA6MTQ6 NTcga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMjEgNDUgMDAgMDAgNjcgMzMgNzIg NDAgMDAgM2EgMDYgYjEgYzEgZDQgMTUgYTEgCkp1bCAxNiAwMDoxNDo1NyBraXN0ZSBwcHBb MTMzM106IHR1bjA6IEhETEM6ICA0MiBkNCBkZiAxMSAyNiAwMCA2ZSAwNCAyNCA3ZCAzNSA2 NCBlOCAwZiA3NSAyNCAKSnVsIDE2IDAwOjE0OjU3IGtpc3RlIHBwcFsxMzMzXTogdHVuMDog SERMQzogIDhmIDgwIDE4IDdkIDc4IDNlIGMwIDAwIDAwIDAxIDAxIDA4IDBhIDEyIGQyIDUw IApKdWwgMTYgMDA6MTQ6NTcga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMjggMDAg MDAgMGEgODEgMmIgNGYgNGIgMjAgNTAgNmYgNzAgMjAgNzMgNjUgNzIgCkp1bCAxNiAwMDox NDo1NyBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICA3NiA2NSA3MiAyMCA2MSA3NCAy MCA3YSA3OSA3MCA3MiA2NSA3MyA3MyA2NSAyZSAKSnVsIDE2IDAwOjE0OjU3IGtpc3RlIHBw cFsxMzMzXTogdHVuMDogSERMQzogIDcwIDZiIDJlIDczIDY4IDY1IDJlIDY0IDY1IDIwIDcz IDY5IDY3IDZlIDY5IDZlIApKdWwgMTYgMDA6MTQ6NTcga2lzdGUgcHBwWzEzMzNdOiB0dW4w OiBIRExDOiAgNjcgMjAgNmYgNjYgNjYgMmUgMGQgMGEgNGMgY2EgCkp1bCAxNiAwMDoxNDo1 NyBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6IGhkbGNfT3V0cHV0IApKdWwgMTYgMDA6 MTQ6NTcga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMjEgNDUgMDAgMDAgMzQgMGYg NDQgNDAgMDAgNDAgMDYgZDAgMjIgZDQgZGYgMTEgCkp1bCAxNiAwMDoxNDo1NyBraXN0ZSBw cHBbMTMzM106IHR1bjA6IEhETEM6ICAyNiBkNCAxNSBhMSA0MiAwNCAyNCAwMCA2ZSAwZiA3 NSAyNCA4ZiA3ZCAzNSA2NSAKSnVsIDE2IDAwOjE0OjU3IGtpc3RlIHBwcFsxMzMzXTogdHVu MDogSERMQzogIDFiIDgwIDExIDQzIGUwIDRmIDFjIDAwIDAwIDAxIDAxIDA4IDBhIDAwIDAw IDBhIApKdWwgMTYgMDA6MTQ6NTcga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgODEg MTIgZDIgNTAgMjggMWMgZWIgCkp1bCAxNiAwMDoxNDo1NyBraXN0ZSBwcHBbMTMzM106IHR1 bjA6IEhETEM6IGhkbGNfSW5wdXQ6IApKdWwgMTYgMDA6MTQ6NTcga2lzdGUgcHBwWzEzMzNd OiB0dW4wOiBIRExDOiAgMjEgNDUgMDAgMDAgMzQgMzMgNzMgNDAgMDAgM2EgMDYgYjEgZjMg ZDQgMTUgYTEgCkp1bCAxNiAwMDoxNDo1NyBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6 ICA0MiBkNCBkZiAxMSAyNiAwMCA2ZSAwNCAyNCA3ZCAzNSA2NSAxYiAwZiA3NSAyNCAKSnVs IDE2IDAwOjE0OjU3IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzogIDkwIDgwIDEwIDdk IDc4IDE1IDcyIDAwIDAwIDAxIDAxIDA4IDBhIDEyIGQyIDUwIApKdWwgMTYgMDA6MTQ6NTcg a2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgM2EgMDAgMDAgMGEgODEgYWEgZGYgCkp1 bCAxNiAwMDoxNDo1NyBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6IGhkbGNfSW5wdXQ6 IApKdWwgMTYgMDA6MTQ6NTcga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMjEgNDUg MDAgMDAgMzQgMzMgNzQgNDAgMDAgM2EgMDYgYjEgZjIgZDQgMTUgYTEgCkp1bCAxNiAwMDox NDo1NyBraXN0ZSBwcHBbMTMzM106IHR1bjA6IEhETEM6ICA0MiBkNCBkZiAxMSAyNiAwMCA2 ZSAwNCAyNCA3ZCAzNSA2NSAxYiAwZiA3NSAyNCAKSnVsIDE2IDAwOjE0OjU3IGtpc3RlIHBw cFsxMzMzXTogdHVuMDogSERMQzogIDkwIDgwIDExIDdkIDc4IDE1IDcxIDAwIDAwIDAxIDAx IDA4IDBhIDEyIGQyIDUwIApKdWwgMTYgMDA6MTQ6NTcga2lzdGUgcHBwWzEzMzNdOiB0dW4w OiBIRExDOiAgM2EgMDAgMDAgMGEgODEgNzcgMWIgCkp1bCAxNiAwMDoxNDo1NyBraXN0ZSBw cHBbMTMzM106IHR1bjA6IEhETEM6IGhkbGNfT3V0cHV0IApKdWwgMTYgMDA6MTQ6NTcga2lz dGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgMjEgNDUgMDAgMDAgMzQgMGYgNDUgNDAgMDAg NDAgMDYgZDAgMjEgZDQgZGYgMTEgCkp1bCAxNiAwMDoxNDo1NyBraXN0ZSBwcHBbMTMzM106 IHR1bjA6IEhETEM6ICAyNiBkNCAxNSBhMSA0MiAwNCAyNCAwMCA2ZSAwZiA3NSAyNCA5MCA3 ZCAzNSA2NSAKSnVsIDE2IDAwOjE0OjU3IGtpc3RlIHBwcFsxMzMzXTogdHVuMDogSERMQzog IDFjIDgwIDEwIDQzIGUwIDRmIDA5IDAwIDAwIDAxIDAxIDA4IDBhIDAwIDAwIDBhIApKdWwg MTYgMDA6MTQ6NTcga2lzdGUgcHBwWzEzMzNdOiB0dW4wOiBIRExDOiAgODEgMTIgZDIgNTAg M2EgNmIgZDkgCkp1bCAxNiAwMDoxNTozOCBraXN0ZSBwcHBbMTMzM106IHR1bjA6IENvbW1h bmQ6IC9kZXYvdHR5OiBzZXQgbG9nIC1oZGxjIAo= --Multipart_Fri_Jul_16_00:30:14_1999-1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 15:37: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from trixie.teamspirit.com (trixie.teamspirit.com [204.94.66.2]) by hub.freebsd.org (Postfix) with ESMTP id EF70215614 for ; Thu, 15 Jul 1999 15:37:00 -0700 (PDT) (envelope-from preeper@cts.com) Received: from sgt361.teamspirit.com (dt2-blk1-hfc-0251-d1db0ca7.rdc1.sdca.coxatwork.com [209.219.12.167]) by trixie.teamspirit.com (8.9.2/8.9.1) with SMTP id PAA12500 for ; Thu, 15 Jul 1999 15:54:29 -0700 (PDT) Message-Id: <3.0.5.32.19990715153348.041ffdb0@crash.cts.com> X-Sender: preeper@crash.cts.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 15 Jul 1999 15:33:48 -0700 To: freebsd-questions@freebsd.org From: Jerry Preeper Subject: file permissions - setgid? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a question about file permissions and how to allow a drive-to-drive backup program to copy everything (before I start working with my offsite backup program). I have 28 files that produce an operation not permitted error when it tries to copy them. This usually only happens after recompiling or upgrading FreeBSD. For example, mirrordir: unable to open file for writing: /mnt/bin/rcp: Operation not permitted # ls -la /bin/rcp -r-sr-xr-x 1 root bin 192512 May 11 21:52 /bin/rcp From what I have read in the FreeBSD book and searching the archives, etc... I should be able to chmod each file just before the first backup after recompiling like thus: chmod u+s /bin/rcp for each of the files substituting names then after the backup, I'm guessing I would do chmod u-s /bin/rcp for each of the files substituting names (assuming of course it is the user flag that is setgid) Does this sound right? Will it break anything on the web server if everything is running while I change this stuff? I also was looking at the man page for chflags - does this accomplish the same thing as the chmod above, ie. chflags nouchg /bin/rcp (before the backup) chflags uchg /bin/rcp (after the backup) Also, would I have to do this on both / and /mnt - /mnt is umounted until the backup program run and mounts the backup hard drive, when it's done it umounts it? I doubt I want to leave it in the backup program, since once it's done, it won't need to be changed again until the system is recompiled or upgraded. Does it pose any security risk if I did leave it in the bkup program (I'm using a perl script owned by root to run my backup that calls out mirrordir in case that matters). Jerry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 15:51:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smith.ansci.iastate.edu (smith.ansci.iastate.edu [129.186.213.89]) by hub.freebsd.org (Postfix) with ESMTP id CE1A315629 for ; Thu, 15 Jul 1999 15:51:08 -0700 (PDT) (envelope-from hawk@smith.ansci.iastate.edu) Received: from smith.ansci.iastate.edu (really [127.0.0.1]) by smith.ansci.iastate.edu via in.smtpd with esmtp (ident hawk using rfc1413) id (Debian Smail3.2.0.102) for ; Thu, 15 Jul 1999 17:50:54 -0500 (CDT) Message-Id: To: freebsd-questions@freebsd.org Subject: Re: partially solved: Desparate: recovering file system after linux probed it. In-reply-to: Your message of "Thu, 15 Jul 1999 16:14:41 EDT." Date: Thu, 15 Jul 1999 17:50:54 -0400 From: "Richard E. Hawkins Esq." Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hmm, this time I managed to relabel the partitions in disklabel, installed the dictionary files to force it to do something, and then was able to fsck and mount the old /home partition. I backed up and (i think) safely stored my dissertation on another machine. I've been through several boots from the diskettes now (this is an area where linux has freebsd beat hands down, particularly the inability to stop a ftp install without rebooting if an ip was wrong). I've also reinstalled the /bin distribution. I'm about to reboot one more time, but after the last round, it installed the boot loader, offers a default choice, and hangs. if I hit an fkey, that becomes the default for the next boot, but it never goes past this. I've found that I can get it to start booting from the hard drive when given that information when booting from fixit.flp, but it panics after attempting to mount wd0s3c3 --isn't that one too many letters? particularly the last "3" ? rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 15:58:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tss.net (mail.tss.net [199.2.254.26]) by hub.freebsd.org (Postfix) with ESMTP id BE26914D9B for ; Thu, 15 Jul 1999 15:58:34 -0700 (PDT) (envelope-from kmcgrew@tss.net) Received: from tss.net [131.107.3.75] by mail.tss.net with ESMTP (SMTPD32-5.04) id A819806F0130; Thu, 15 Jul 1999 16:00:41 PST Message-ID: <378E6765.144E4AB1@tss.net> Date: Thu, 15 Jul 1999 15:57:41 -0700 From: Kelly McGrew Reply-To: kmcgrew@tss.net X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: dtougas@converging.net Cc: freebsd-questions@freebsd.org Subject: Re: Routing question... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Damien.... To know what's really up, I'd have to know your address. Is it public or private (see RFC 1918 for a discussion of the difference, link below). If they are assigning you a private address then NAT'ing it you could be in for trouble down the road. If they use private addresses internally (except at their POPs) you're fine. If I were them, that's exactly what I'd do, since I don't want internal devices to be route-able. Things have changed a lot over the years, but here's who owns that "wierd" address: Edmonton Telephones Corporation (NET-ED-TEL) P.O. Box 20500 Edmonton, Alberta2R4 CA Netname: ED-TEL Netnumber: 161.184.0.0 Coordinator: Commance, Peter (PC182-ARIN) peter@EON.NET (403) 441-7878 Domain System inverse mapping provided by: CLGRPS01.AGT.NET 198.80.55.1 CLGRPS02.AGT.NET 198.161.156.1 Record last updated on 21-Jan-99. Database last updated on 15-Jul-99 16:16:09 EDT. You can find stuff like this out from: http://www.arin.net and check their "whois" service. You used to be able to get it from a number of places, but I can't remember the URLS. For RFCs go to: ftp://nis.nsf.net/documents Go the the RFC directory. First get the file rfc-index.txt. RFC2400 lists the status of protocol standards. It's a good one to keep on hand. I'd look for an update in RFC 2600 before long. The seem to do them every 200 RFCs if they need to or not :-) RFC1700 ("Assigned Numbers") is a good RFC to keep on hand if you do much detailed stuff. Check the rfc-index.txt file for keywords like "subnet" if that's your interest. RFC1918 is Best Current Practice (you'll find only BCPs in the /documents/bcp directory) for network addressing--it lists the private networks. I always recommend reading the RFC dealing with whatever routing protocol(s) you're using as well as the PPP stuff if you're dialing in. RFC1058 describes RIP and does a good job of describing things like split horizon, poison reverse, and triggered updates. RFC 1122 ("Host Requirements") has an excellent discussion of how the mask is used around page 42 or so. RFC1812 is a good discussion of what it takes to be a router--since it is the router requirements RFC. For Internet-Drafts go to: ftp://ftp.isi.edu/internet-drafts/ or http://www.ietf.org Find drafts on the subject you're interested in, but keep in mind that drafts expire in 6 months, so even if the topic is still timely the draft may not be found. Damien Tougas wrote: > We have been experiencing some problems with our server, and > we suspect it might be due to routing issues within our ISPs network. > When we did a traceroute from our server, this is what we got: > > traceroute to freefall.freebsd.org (204.216.27.21), 30 hops max, 40 byte > packets > 1 10.128.4.13 (10.128.4.13) 12.350 ms 79.670 ms 12.336 ms > 2 10.128.3.2 (10.128.3.2) 12.904 ms 12.847 ms 12.983 ms > 3 tac02-enet0.rtr.agt.net (161.184.255.225) 13.098 ms 13.684 ms 13.814 > ms > 4 local1-atm0-0-111.tac.net (207.229.15.25) 18.424 ms 17.902 ms 17.792 > ms > 5 REGIONAL1-fe2-1-0.tac.net (205.233.111.39) 17.904 ms 21.189 ms 19.104 > ms > ...etc... > > as you will notice, our provider is using non-routable addresses (as seen in > hop 1 > and 2), and then they are using another wierd one (161.184.255.255) in hop 3 > before > it gets back out in to real world addresses. I don't understand everything > about > internet addressing, but is what they are doing a valid scheme, or is it > looking for > disaster? Any thoughts (and if you could point me to an RFC) on this would > be appreciated. > > Thanks. > > Damien Tougas > Converging Technology Solutions, Inc. > 10148 - 73 Street > Edmonton, Alberta T6A 2W9 > Phone: (780) 469-1679 > Fax: (780) 461-5127 > mailto:dtougas@converging.net > http://www.converging.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 Thu Jul 15 16: 5: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from camel.ethereal.net (camel.ethereal.net [204.107.140.58]) by hub.freebsd.org (Postfix) with ESMTP id 8F1EE1562F for ; Thu, 15 Jul 1999 16:05:04 -0700 (PDT) (envelope-from mistwolf@camel.ethereal.net) Received: (from mistwolf@localhost) by camel.ethereal.net (8.9.1a/8.9.1) id OAA25908; Thu, 15 Jul 1999 14:42:39 -0700 (PDT) Date: Thu, 15 Jul 1999 14:42:39 -0700 From: Jamie Norwood To: "Richard G. Roberto" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problems with GDBM on FreeBSD 3.2-R Message-ID: <19990715144238.A25796@ethereal.net> References: <19990714213140.A3636@ethereal.net> <99071519240800.06507@robertor.typhoon.co.jp> <19990715135048.A18252@ethereal.net> <19990715135731.A19609@ethereal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.2i In-Reply-To: <19990715135731.A19609@ethereal.net>; from Jamie Norwood on Thu, Jul 15, 1999 at 01:57:31PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG And one more to spam the list; Now while ldconfig -r shows gdbm in it, programs that try to find/link to it cannot do so: 2:38pm Thu Jul 15 1999 on ttyp0 diarmadhi:/home/mistwolf/sms> ldconfig -r | grep gdbm 62:-lgdbm.2 => /usr/local/lib/libgdbm.so.2 diarmadhi:/home/mistwolf/sms> ./configure checking for ndbm routines: checking for dbm_close in -lgdbm... no checking for dbm_close in -lndbm... no checking for dbm_close in -ldbm... no checking for dbm_close in -lsdbm... no configure: warning: Failed to find external ndbm library - trying libc. checking for dbm_close... yes 2:41pm Thu Jul 15 1999 on ttyp0 diarmadhi:/home/mistwolf/sms> gmake rm -f netmush gcc -g -O2 -I. -Isrc -DRWHO_IN_USE -DCACHE_OBJS -o netmush alloc.o boolexp.o bsd.o command.o compat.o conf.o cque.o create.o db.o db_rw.o eval.o file_c.o flags.o functions.o game.o help.o htab.o log.o look.o match.o move.o netcommon.o object.o player.o player_c.o predicates.o quota.o regexp.o rob.o set.o speech.o stringutil.o timer.o unparse.o vattr.o walkdb.o wild.o wiz.o udb_ocache.o udb_ochunk.o udb_obj.o udb_misc.o rwho_clilib.o version.o \ -lm -lcrypt -lgdbm /usr/libexec/elf/ld: cannot open -lgdbm: No such file or directory gmake: *** [netmush] Error 1 This is really very, very confusing, and none of this was needed in 2.2.8. What is causing this? How can it be fixed? What am I doing wrong? Jamie On Thu, Jul 15, 1999 at 01:57:31PM -0700, Jamie Norwood wrote: > OK, I got it in to ldconfig... It appears that ldconfig will not read any > library who either has no .so.X file, or who's .so.X is too long. So I had: > > -rwxr-xr-x 1 root wheel 457 Jul 14 21:09 libgdbm.la > lrwxr-xr-x 1 root wheel 14 Jul 14 21:09 libgdbm.so -> libgdbm.so.2.0 > -rwxr-xr-x 1 root wheel 25353 Jul 14 21:09 libgdbm.so.2.0 > > Since libgdbm.so.2.0 is too long, no scan. Symlinking in to add: > > -rwxr-xr-x 1 root wheel 457 Jul 14 21:09 libgdbm.la > lrwxr-xr-x 1 root wheel 14 Jul 14 21:09 libgdbm.so -> libgdbm.so.2.0 > lrwxr-xr-x 1 root wheel 14 Jul 15 13:55 libgdbm.so.2 -> libgdbm.so.2.0 > -rwxr-xr-x 1 root wheel 25353 Jul 14 21:09 libgdbm.so.2.0 > > > Fixed it, and now it is seen. > > Is this the expected behaviour? Or a bug? Anyone? > > Jamie > > -- > -----BEGIN GEEK CODE BLOCK----- > Version: 3.1 > GCS d- s+:+ a--(?) C++++ UB++++ P+ L--(++) E-- W++(--) N++ O? > K w(---) O?>+ M?>+ V PS+ PE+ Y+ PGP->++ t+(*) 5+++ X++ R++ tv+ > b+ DI++++ D++ G e>+ h--- r+++ y+++** > ------END GEEK CODE BLOCK------ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS d- s+:+ a--(?) C++++ UB++++ P+ L--(++) E-- W++(--) N++ O? K w(---) O?>+ M?>+ V PS+ PE+ Y+ PGP->++ t+(*) 5+++ X++ R++ tv+ b+ DI++++ D++ G e>+ h--- r+++ y+++** ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 16:27:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gold.wvnet.edu (gold.wvnet.edu [129.71.2.25]) by hub.freebsd.org (Postfix) with ESMTP id E5F7015629 for ; Thu, 15 Jul 1999 16:27:31 -0700 (PDT) (envelope-from sce04020@mail.wvnet.edu) Received: from mail.wvnet.edu (129.71.227.159:1058) by gold.wvnet.edu (LSMTP for Windows NT v1.1b) with SMTP id <0.41C8B32D@gold.wvnet.edu>; Thu, 15 Jul 1999 19:32:48 -0400 Message-ID: <3830A47B.B93DCE5D@mail.wvnet.edu> Date: Mon, 15 Nov 1999 19:25:31 -0500 From: Kenneth Legg X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Subject: installing programs 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 new to FreeBSD and KDE and would like to know how to install Netscape Communicator 4.5 form the CD-ROM ports collection. I installed Netscape 3.2 without any problems. I was told that I needed to install something called compat-2.2 before I could install Communicator. I have looked for compat-2.2 on the CD and on the web without luck. Where can I find compat-2.2 and the instructions to install it and Communicator? I have never installed programs on any O.S but Win95, but I would like to be able to install programs such as shareware from the net on FreeBSD, so any help on installing UNIX programs would be greatly appreciated. Thanks, Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 16:32:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from implode.root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id B309A1562C for ; Thu, 15 Jul 1999 16:32:19 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id QAA04661; Thu, 15 Jul 1999 16:30:54 -0700 (PDT) Message-Id: <199907152330.QAA04661@implode.root.com> To: Stanley.Hopcroft@ipaustralia.gov.au Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3.2-RELEASE stops. 1 GB RAM Dell Poweredge 4300 In-reply-to: Your message of "Fri, 16 Jul 1999 07:58:59 +1000." <4A2567AF.0078D6E7.00@noteshub01.aipo.gov.au> From: David Greenman Reply-To: dg@root.com Date: Thu, 15 Jul 1999 16:30:53 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >FreeBSD 3.2-RELEASE has stopped three times in one day with multiple highlit >messages >on the console. > >da2: (ahc0:?:?) invalidating pack. (da2 contains a Web cache on a 9GB ... >Any suggestions will be gratefully received. This should only happen if the drive went offline for some reason (e.g. drive failed or power to it failed). -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project - http://www.freebsd.org Creator of high-performance Internet servers - http://www.terasolutions.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 16:46:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pericles.IPAustralia.gov.au (pericles.IPAustralia.gov.au [202.14.186.30]) by hub.freebsd.org (Postfix) with ESMTP id 3D86A1563F for ; Thu, 15 Jul 1999 16:46:12 -0700 (PDT) (envelope-from Stanley.Hopcroft@ipaustralia.gov.au) Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.9.1/8.9.1) id JAA17119; Fri, 16 Jul 1999 09:46:02 +1000 (EST) X-Authentication-Warning: pericles.IPAustralia.gov.au: smap set sender to using -f Received: from noteshub01.aipo.gov.au(10.0.100.21) by pericles.IPAustralia.gov.au via smap (V2.0) id xma017065; Fri, 16 Jul 99 09:45:53 +1000 Received: by noteshub01.aipo.gov.au(Lotus SMTP MTA v4.6.3 (778.2 1-4-1999)) id 4A2567AF.00829E9B ; Fri, 16 Jul 1999 09:46:42 +1000 X-Lotus-FromDomain: IP_AUSTRALIA From: Stanley.Hopcroft@ipaustralia.gov.au To: dg@root.com, questions@freebsd.org Cc: Michael.Still@ipaustralia.gov.au Message-ID: <4A2567AF.00829E74.00@noteshub01.aipo.gov.au> Date: Fri, 16 Jul 1999 09:45:46 +1000 Subject: Re: 3.2-RELEASE stops. 1 GB RAM Dell Poweredge 4300 Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To: dg@root.com, questions@freebsd.org cc: Michael Still Dear Sir, I am writing to thank you for a prompt and helpful reply. I am much happier about dud - albeit 1 week operation since delivery - Dell drive causing the system to stop, than an problem with FreeBSD. Thank you very much, Yours sincerely. ---------------------- Forwarded by Stanley Hopcroft/CBR/IPAustralia on 07/16/99 09:43 AM --------------------------- David Greenman on 07/16/99 09:30:53 AM Please respond to dg@root.com To: Stanley Hopcroft cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3.2-RELEASE stops. 1 GB RAM Dell Poweredge 4300 >FreeBSD 3.2-RELEASE has stopped three times in one day with multiple highlit >messages >on the console. > >da2: (ahc0:?:?) invalidating pack. (da2 contains a Web cache on a 9GB ... >Any suggestions will be gratefully received. This should only happen if the drive went offline for some reason (e.g. drive failed or power to it failed). -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project - http://www.freebsd.org Creator of high-performance Internet servers - http://www.terasolutions.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 17:29:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from darwin.ntu.edu.au (darwin.ntu.edu.au [138.80.128.3]) by hub.freebsd.org (Postfix) with ESMTP id AE9391577E; Thu, 15 Jul 1999 17:29:50 -0700 (PDT) (envelope-from grog@lemis.com) Received: from mojave.lemis.com ([138.80.54.116]) by darwin.ntu.edu.au (8.8.8/8.8.8) with ESMTP id JAA21793; Fri, 16 Jul 1999 09:58:49 +0930 (CST) Received: (grog@localhost) by mojave.lemis.com (8.9.3/8.6.12) id WAA00403; Thu, 15 Jul 1999 22:55:48 +0930 (CST) Message-ID: <19990715225548.38148@mojave.lemis.com> Date: Thu, 15 Jul 1999 22:55:48 +0930 From: Greg Lehey To: Eric MASSON Cc: FreeBSD-mobile@FreeBSD.ORG Subject: Re: 3Com Megahertz LAN card? References: <19990711043648.63A7214CD1@hub.freebsd.org> <19990711153853.A89704@sr.se> <19990713164017.N21403@freebie.lemis.com> <378D0AEB.60DD4E0A@kisoft-services.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.89i In-Reply-To: <378D0AEB.60DD4E0A@kisoft-services.com>; from Eric MASSON on Thu, Jul 15, 1999 at 12:10:51AM +0200 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [moved to -mobile] On Thursday, 15 July 1999 at 0:10:51 +0200, Eric MASSON wrote: > Greg Lehey a Иcrit : >> >> On Sunday, 11 July 1999 at 15:38:53 +0200, Gunnar Flygt wrote: >>> On Sat, Jul 10, 1999 at 11:37:03PM -0500, Ken Williams wrote: >>>> Hi there, >>>> >>>> I've been programming on Unix for years, and I'm finally installing my own >>>> FreeBSD system (my first). I've got a laptop (HP Omnibook XE2), and it uses >>>> the 3Com Megahertz LAN card (3CCFE574BT). I haven't been able to get this to >>>> work, though. >>>> >>>> Is it supported? If so, can anyone give me tips on how to set it up? >>> >>> Try looking at the PAO project! It's located at >>> http://www.jp.freebsd.org/PAO/ >> >> I don't think this will work either. If I understand the part number >> correctly, it's a CardBus card, and neither PAO nor the current >> releases support it. The newconfig project does, though. Check out >> http://www.jp.FreeBSD.org/newconfig/ for further details, and note >> that it's still experimental. > > 3CCFE574BT, just as 3CCFEM556B exists both in Pccard or Cardbus version, > it's written on it just like Port-Salut (Sorry about this bad pun > extract of a french TV ad upon Port Salut cheese ;-)). Well, you might describe the ad :-) > I found support for both cards in linux-pcmcia3.0.12 package. I have > the sources but no knowledge about porting it to FBSD. 3C574 support > is a patch upon 3C509 driver. Maybe somebody on the -mobile list would be interested in doing it. We had another query lately, but I don't have the reference handy. I'm moving this to the -mobile list, and maybe we can get something done. Greg -- 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 Thu Jul 15 17:32:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from eyry.econ.iastate.edu (eyry.econ.iastate.edu [129.186.32.221]) by hub.freebsd.org (Postfix) with ESMTP id 9034F1577D for ; Thu, 15 Jul 1999 17:32:14 -0700 (PDT) (envelope-from hawk@eyry.econ.iastate.edu) Received: from eyry.econ.iastate.edu (localhost [127.0.0.1]) by eyry.econ.iastate.edu (8.9.3/8.9.3) with ESMTP id TAA00403 for ; Thu, 15 Jul 1999 19:31:47 -0500 (CDT) (envelope-from hawk@eyry.econ.iastate.edu) Message-Id: <199907160031.TAA00403@eyry.econ.iastate.edu> X-Mailer: exmh version 2.0.2 2/24/98 To: questions@FreeBSD.ORG Subject: system booting again, sort of Date: Thu, 15 Jul 1999 19:31:47 -0500 From: "Richard E. Hawkins" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, I can finally boot again by telling the floppy 0:wd(0,c) . . . But I cannot get the boot manager functioning after several tries. It correctly displays the three choices, but hangs and only beeps when keys are hit. I'd do a source install, but I don't see what difference this could make. Oh, and I finally figured out what's wrong with one of those old evil disks--one of them, after being installed in the old gateway, refuses to function except as a slave drive. But the data's intact, and it can boot from the slave drive with the bios on my machine. Odd . . . but I doubt I can find a bios setting on a 1984 machine for that . . . rick -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 17:59:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pinnacle.co.nz (pinnacle.internet.co.nz [210.48.55.133]) by hub.freebsd.org (Postfix) with ESMTP id 9012815653 for ; Thu, 15 Jul 1999 17:59:16 -0700 (PDT) (envelope-from jonc@pinnacle.co.nz) Received: from kiwi.pinnacle.co.nz (kiwi.pinnacle.co.nz [202.37.163.2]) by pinnacle.co.nz (8.9.3/8.9.3) with ESMTP id MAA18881; Fri, 16 Jul 1999 12:54:26 +1200 (NZST) Date: Fri, 16 Jul 1999 12:54:26 +1200 (NZST) From: Jonathan Chen To: Darren Pilgrim Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SYSVSHM/MSG in gateway? In-Reply-To: <378E40AA.4E3CDF6A@uswest.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 On Thu, 15 Jul 1999, Darren Pilgrim wrote: > I'm building a custom kernel for a gateway machine and was wondering > if I need to keep the SysV shared memory and message queue support? > > The machine will be running (along with the basic system software): > ipfw or ipfilter > bind > ftp (the default daemon and client) > telnet (daemon and client) > kermit > ISC's DHCP client None of the stuff you've listed require SysV IPCS support. Jonathan Chen --------------------------------------------------------------------- Who dares nothing, need hope for nothing To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 18:23:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from alicia.nttmcl.com (alicia.nttmcl.com [216.69.69.10]) by hub.freebsd.org (Postfix) with ESMTP id C3FE314D56 for ; Thu, 15 Jul 1999 18:23:39 -0700 (PDT) (envelope-from norman@nttmcl.com) Received: from localhost by alicia.nttmcl.com (8.8.5/3.5W(96/10/22)) id SAA11080 for ; Thu, 15 Jul 1999 18:23:32 -0700 (PDT) Date: Thu, 15 Jul 1999 18:23:32 -0700 (PDT) From: Norman Nie To: freebsd-questions@freebsd.org Subject: ipfw fwd not working 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, I'm having a problem with ipfw's fwd feature. Would you please help me. My freebsd has 3 NIC and is configed as below: |------| | Hub |---| ServerA --| | |fxp2|-------| |------| 10.0.11.2 |______| |----|FreeBSD| |Router| | | 3.2 |----| A |---|Internal |----| |fxp0|--|---| |network | |_______| | |192.168.11.2 etc |------| |fxp1 | | |Router|---| | ServerB ---| B | | 10.0.10.2 |______|------------------------| I want to redirect to ServerB all the packets going to ServerA if the source address of the packets are from the internal network. My ipfw rule is: 50 fwd [ServerB] log all from 192.168.11.2 to [ServerA] via fxp0 The problem is that when I try to ping from 192.168.11.2 to ServerA, the packet still reaches ServerA, not ServerB, although the above rule is invoked according to the log. So seems to me fwd feature isn't working in ipfw. Thank you very much in advance for any help. Please email me at norman@nttmcl.com as I don't subscribe to the mailing list. Norman Nie norman@nttmcl.com NTT Multimedia Communications Lab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 18:29:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailout1.nyroc.rr.com (mailout1-1.nyroc.rr.com [24.92.226.146]) by hub.freebsd.org (Postfix) with ESMTP id E489814EC7 for ; Thu, 15 Jul 1999 18:29:48 -0700 (PDT) (envelope-from salama@twcny.rr.com) Received: from mail1.twcny.rr.com ([24.92.226.139]) by mailout1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Thu, 15 Jul 1999 21:29:53 -0400 Received: from twcny.rr.com ([24.92.245.150]) by mail1.twcny.rr.com (Post.Office MTA v3.5.2 release 221 ID# 0-53939U80000L80000S0V35) with ESMTP id com for ; Thu, 15 Jul 1999 21:29:52 -0400 Message-ID: <378E8C04.6019343@twcny.rr.com> Date: Thu, 15 Jul 1999 21:33:56 -0400 From: Assem Salama X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Modems 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 in the proccess of setting up a internet gateway for a LAN. The gateway works fine with one dial-up link (using ppp -alias -auto ...). This is my question: Because there are many users on this LAN (~20) that will be using the internet at the same time, I was wondering if there was such a thing as putting more than one modem on the FreeBSD box and using all of them at the same time to provide more bandwidth? Any help would be greatly apreciated. Thanks, Assem Salama To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 18:40:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from WEBBSD1.turnaround.com.au (webbsd1.turnaround.com.au [203.39.138.49]) by hub.freebsd.org (Postfix) with ESMTP id 30DFC14F95 for ; Thu, 15 Jul 1999 18:40:54 -0700 (PDT) (envelope-from A_Johns@TurnAround.com.au) Received: from tasajohns (dhcp64.turnaround.com.au [192.168.1.64]) by WEBBSD1.turnaround.com.au (8.8.7/8.8.7) with SMTP id LAA06723; Fri, 16 Jul 1999 11:58:58 +1000 (EST) (envelope-from A_Johns@TurnAround.com.au) From: "Andrew Johns" To: "Assem Salama" , Subject: RE: Modems Date: Fri, 16 Jul 1999 11:38:07 +1000 Message-ID: <002401becf2b$da8d76c0$4001a8c0@tasajohns.turnaround.com.au> 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 8.5, Build 4.71.2173.0 In-Reply-To: <378E8C04.6019343@twcny.rr.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG See the multilink pppd port .../ports/?/mpppd > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Assem Salama > Sent: Friday, 16 July 1999 11:34 > To: freebsd-questions@FreeBSD.ORG > Subject: Modems > > > I am in the proccess of setting up a internet gateway for > a LAN. The > gateway works fine with one dial-up link (using ppp -alias -auto ...). > This is my question: > Because there are many users on this LAN (~20) that will be using > the internet at the same time, I was wondering if there was > such a thing > as putting more than one modem on the FreeBSD box and using > all of them > at the same time to provide more bandwidth? > > Any help would be greatly apreciated. > Thanks, > Assem Salama > > > > 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 Thu Jul 15 18:47:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from localhost.freedomnet.com (alc-170.alcnet.com [63.69.28.170]) by hub.freebsd.org (Postfix) with ESMTP id D65A114E44 for ; Thu, 15 Jul 1999 18:47:24 -0700 (PDT) (envelope-from kbyanc@localhost.freedomnet.com) Received: from localhost (kbyanc@localhost) by localhost.freedomnet.com (8.9.3/8.9.3) with ESMTP id VAA00721 for ; Thu, 15 Jul 1999 21:46:48 -0400 (EDT) (envelope-from kbyanc@localhost.freedomnet.com) Date: Thu, 15 Jul 1999 21:46:45 -0400 (EDT) From: "kbyanc@alcnet.com" To: freebsd-questions@freebsd.org Subject: no sound from es1370 with pcm driver... 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 have a SB128 PCI (es1370) sound card that is producing no sound under FreeBSD 3.2-STABLE as of Jul 15th (last cvsup'ed about 2 hours ago). I have always had this problem with this sound card and FreeBSD, I'm just now getting around to trying to fix it. :) I have spent several hours over the past few days trying to track down why there is no sound, including searches of the mailing list archives, search engines, and only now beg for your mercy here on -questions. And before anyone asks, yes the speakers are on...it works should I boot into Windows. Here is all the info I can think of, if anyone thinks they know how to fix it and needs more info, I'm more than happy to oblige. $ uname FreeBSD freebsd 3.2-STABLE FreeBSD 3.2-STABLE #23: Thu Jul 15 21:18:03 EDT 1999 $ cat /dev/sndstat FreeBSD Audio Driver (981002) Jul 15 1999 21:16:40 Installed devices: pcm1: at 0xee80 irq 0 dma 0:0 $ dmesg Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.2-STABLE #23: Thu Jul 15 21:18:03 EDT 1999 root@freebsd:/usr/src/sys/compile/HOME Timecounter "i8254" frequency 1193182 Hz CPU: Celeron (300.68-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x660 Stepping = 0 Features=0x183fbff real memory = 67108864 (65536K bytes) config> pnp 1 0 enable os irq0 3 drq0 4 port0 0x2F8 config> avail memory = 62717952 (61248K bytes) Preloaded elf kernel "kernel" at 0xc0268000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc026809c. Probing for devices on PCI bus 0: chip0: rev 0x02 on pci0.0.0 chip1: rev 0x02 on pci0.1.0 chip2: rev 0x02 on pci0.7.0 ide_pci0: rev 0x01 on pci0.7.1 chip3: rev 0x02 on pci0.7.3 es1: rev 0x01 int a irq 9 on pci0.17.0 pcm1: using I/O space register mapping at 0xee80 bktr0: rev 0x12 int a irq 5 on pci0.19.0 bti2c0: iicbb0: on bti2c0 iicbus0: on iicbb0 master-only smbus0: on bti2c0 smb0: on smbus0 MMAC Osprey, tuner. Probing for devices on PCI bus 1: vga0: rev 0x01 int a irq 11 on pci1.0.0 Probing for PnP devices: CSN 1 Vendor ID: USR3031 [0x31307256] Serial 0xceea9cab Comp ID: @@@0000 [0x00000000] sio1: type 16550A sio1 (siopnp sn 0xceea9cab) at 0x2f8-0x2ff irq 3 on isa Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> pcm0 not found atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 irq 12 on isa psm0: model Generic PS/2 mouse, device ID 0 sio0: configured irq 4 not in bitmap of probed irqs 0 sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A ppc0 at 0x378 irq 7 on isa ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppi0: on ppbus 0 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 flags 0xe0ffe0ff on isa wdc0: unit 0 (wd0): , DMA, 32-bit, multi-block-16, sleep-hack wd0: 6149MB (12594960 sectors), 13328 cyls, 15 heads, 63 S/T, 512 B/S wdc0: unit 1 (wd1): , DMA, 32-bit, multi-block-16, sleep-hack wd1: 1548MB (3171168 sectors), 3146 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 flags 0xe0ffe0ff on isa wdc1: unit 0 (wd2): , DMA, 32-bit, multi-block-16, sleep-hack wd2: 12416MB (25429824 sectors), 25228 cyls, 16 heads, 63 S/T, 512 B/S wdc1: unit 1 (atapi): , removable, intr, dma, iordis acd0: drive speed 0 - 8250KB/sec, 128KB cache acd0: supported read types: CD-DA acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray acd0: Medium: CD-ROM 120mm audio disc loaded, unlocked ep0 not found at 0x300 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface changing root device to wd1s1a ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates $ cat /sys/i386/conf/HOME # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # For more information read the handbook part System Administration -> # Configuring the FreeBSD Kernel -> The Configuration File. # The handbook is available in /usr/share/doc/handbook or online as # latest version from the FreeBSD World Wide Web server # # # An exhaustive list of options and more detailed explanations of the # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $Id: GENERIC,v 1.143 1999/01/11 03:18:31 yokota Exp $ machine "i386" cpu "I686_CPU" ident HOME maxusers 40 #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem #options NFS #Network Filesystem #options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console #options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options "MD5" options "VM86" options PERFMON options "AUTO_EOI_1" options PSM_RESETAFTERSUSPEND options SOFTUPDATES #enable softupdates options VESA # support for VESA text modes # Posix real-time extensions options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" config kernel root on wd1 dumps on wd1 # 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 controller isa0 controller pci0 controller pnp0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 #disk fd1 at fdc0 drive 1 options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0xe0ffe0ff disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 flags 0xe0ffe0ff disk wd2 at wdc1 drive 0 #disk wd3 at wdc1 drive 1 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC device acd0 #IDE CD-ROM #device wfd0 #IDE Floppy (e.g. LS-120) # sound stuff device pcm0 at isa? port ? tty irq 9 drq 1 #device pcm0 at isa? port ? tty device joy0 #joystick controller iicbus0 controller iicbb0 controller smbus0 device smb0 at smbus? device bktr0 #brooktrout video capture card # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices. #controller ncr0 #controller ahb0 #controller ahc0 #controller isp0 # This controller offers a number of configuration options, too many to # document here - see the LINT file in this directory and look up the # dpt0 entry there for much fuller documentation on this. #controller dpt0 #controller adv0 at isa? port ? cam irq ? #controller adw0 #controller bt0 at isa? port ? cam irq ? #controller aha0 at isa? port ? cam irq ? ##controller aic0 at isa? port 0x340 bio irq 11 #controller scbus0 #device da0 #device sa0 #device pass0 #device cd0 #Only need one of these, the code dynamically grows #device wt0 at isa? port 0x300 bio irq 5 drq 1 #device mcd0 at isa? port 0x300 bio irq 10 #controller matcd0 at isa? port 0x230 bio #device scd0 at isa? port 0x230 bio # atkbdc0 controlls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? tty #options XSERVER # support for X server #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 device npx0 at isa? port IO_NPX irq 13 # # Laptop support (see LINT for more options) # device apm0 at isa? disable flags 0x31 # Advanced Power Management # PCCARD (PCMCIA) support #controller card0 #device pcic0 at card? #device pcic1 at card? device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 #device sio1 at isa? port "IO_COM2" tty irq 3 #device sio2 at isa? disable port "IO_COM3" tty irq 5 #device sio3 at isa? disable port "IO_COM4" tty irq 9 controller ppbus0 controller ppc0 at isa? port? tty irq 7 device nlpt0 at ppbus? device ppi0 at ppbus? #device lpt0 at isa? port? tty irq 7 # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. #device ax0 #device de0 #device fxp0 #device mx0 #device pn0 #device rl0 #device tl0 #device tx0 #device vr0 #device vx0 #device wb0 #device xl0 #device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 #device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 device ep0 at isa? port 0x300 net irq 10 #device ex0 at isa? port? net irq? #device fe0 at isa? port 0x300 net irq ? #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 net irq 10 drq 0 #device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 #device cs0 at isa? port 0x300 net irq ? pseudo-device loop pseudo-device ether #pseudo-device sl 1 #pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. options KTRACE #kernel tracing # This provides support for System V shared memory. # options SYSVSHM options SYSVMSG options SYSVSEM # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be # aware of the legal and administrative consequences of enabling this # option. The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. pseudo-device bpfilter 2 #Berkeley packet filter # USB support #controller uhci0 #controller ohci0 #controller usb0 # # for the moment we have to specify the priorities of the device # drivers explicitly by the ordering in the list below. This will # be changed in the future. # #device ums0 #device ukbd0 #device ulpt0 #device uhub0 #device ucom0 #device umodem0 #device hid0 #device ugen0 # #options USB_DEBUG #options USBVERBOSE I really appreciate your help! Thanks, Kelly ~kbyanc@posi.net~ FreeBSD - The Power To Serve - http://www.freebsd.org/ Join Team FreeBSD - http://www.posi.net/freebsd/Team-FreeBSD/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 18:48:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from localhost.freedomnet.com (alc-170.alcnet.com [63.69.28.170]) by hub.freebsd.org (Postfix) with ESMTP id 4EF60155D0 for ; Thu, 15 Jul 1999 18:48:30 -0700 (PDT) (envelope-from kbyanc@localhost.freedomnet.com) Received: from home (kbyanc@alcnet.com) by alcnet.com (8.9.3/8.9.3) with ESMTP id VAA00721 for ; Thu, 15 Jul 1999 21:46:48 -0400 (EDT) (envelope-from kbyanc@alcnet.com) Date: Thu, 15 Jul 1999 21:46:45 -0400 (EDT) From: "Kelly Yancey" To: freebsd-questions@freebsd.org Subject: no sound from es1370 with pcm driver... 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 <<< No Message Collected >>> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 19: 5: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from icicle.winternet.com (icicle.winternet.com [198.174.169.13]) by hub.freebsd.org (Postfix) with ESMTP id 3BEC215656 for ; Thu, 15 Jul 1999 19:04:49 -0700 (PDT) (envelope-from nrahlstr@mail.winternet.com) Received: from tundra.winternet.com (nrahlstr@tundra.winternet.com [198.174.169.11]) by icicle.winternet.com (8.9.3/8.9.3) with ESMTP id VAA24253 for ; Thu, 15 Jul 1999 21:03:45 -0500 (CDT) SMTP "HELO" (ESMTP) greeting from tundra.winternet.com But _really_ from :: nrahlstr@tundra.winternet.com [198.174.169.11] SMTP "MAIL From" = nrahlstr@mail.winternet.com (Nathan Ahlstrom) SMTP "RCPT To" = Received: (from nrahlstr@localhost) by tundra.winternet.com (8.8.7/8.8.4) id VAA27966; Thu, 15 Jul 1999 21:03:44 -0500 (CDT) Message-ID: <19990715210343.A27959@winternet.com> Date: Thu, 15 Jul 1999 21:03:43 -0500 From: Nathan Ahlstrom To: "kbyanc@alcnet.com" , freebsd-questions@FreeBSD.ORG Subject: Re: no sound from es1370 with pcm driver... Mail-Followup-To: "kbyanc@alcnet.com" , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from kbyanc@alcnet.com on Thu, Jul 15, 1999 at 09:46:45PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What does the output of 'mixer' look like? Good Luck, Nathan "kbyanc@alcnet.com" wrote: > > I have a SB128 PCI (es1370) sound card that is producing no sound under > FreeBSD 3.2-STABLE as of Jul 15th (last cvsup'ed about 2 hours ago). I > have always had this problem with this sound card and FreeBSD, I'm just > now getting around to trying to fix it. :) I have spent several hours over > the past few days trying to track down why there is no sound, including > searches of the mailing list archives, search engines, and only now beg > for your mercy here on -questions. And before anyone asks, yes the > speakers are on...it works should I boot into Windows. > > Here is all the info I can think of, if anyone thinks they know how to > fix it and needs more info, I'm more than happy to oblige. > > $ uname > FreeBSD freebsd 3.2-STABLE FreeBSD 3.2-STABLE #23: Thu Jul 15 21:18:03 EDT 1999 > > $ cat /dev/sndstat > FreeBSD Audio Driver (981002) Jul 15 1999 21:16:40 > Installed devices: > pcm1: at 0xee80 irq 0 dma 0:0 > > $ dmesg > Copyright (c) 1992-1999 FreeBSD Inc. > Copyright (c) 1982, 1986, 1989, 1991, 1993 > The Regents of the University of California. All rights reserved. > FreeBSD 3.2-STABLE #23: Thu Jul 15 21:18:03 EDT 1999 > root@freebsd:/usr/src/sys/compile/HOME > Timecounter "i8254" frequency 1193182 Hz > CPU: Celeron (300.68-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x660 Stepping = 0 > Features=0x183fbff > real memory = 67108864 (65536K bytes) > config> pnp 1 0 enable os irq0 3 drq0 4 port0 0x2F8 > config> > avail memory = 62717952 (61248K bytes) > Preloaded elf kernel "kernel" at 0xc0268000. > Preloaded userconfig_script "/boot/kernel.conf" at 0xc026809c. > Probing for devices on PCI bus 0: > chip0: rev 0x02 on pci0.0.0 > chip1: rev 0x02 on pci0.1.0 > chip2: rev 0x02 on pci0.7.0 > ide_pci0: rev 0x01 on pci0.7.1 > chip3: rev 0x02 on pci0.7.3 > es1: rev 0x01 int a irq 9 on pci0.17.0 > pcm1: using I/O space register mapping at 0xee80 > bktr0: rev 0x12 int a irq 5 on pci0.19.0 > bti2c0: > iicbb0: on bti2c0 > iicbus0: on iicbb0 master-only > smbus0: on bti2c0 > smb0: on smbus0 > MMAC Osprey, tuner. > Probing for devices on PCI bus 1: > vga0: rev 0x01 int a irq 11 on pci1.0.0 > Probing for PnP devices: > CSN 1 Vendor ID: USR3031 [0x31307256] Serial 0xceea9cab Comp ID: @@@0000 [0x00000000] > sio1: type 16550A > sio1 (siopnp sn 0xceea9cab) at 0x2f8-0x2ff irq 3 on isa > Probing for devices on the ISA bus: > sc0 on isa > sc0: VGA color <16 virtual consoles, flags=0x0> > pcm0 not found > atkbdc0 at 0x60-0x6f on motherboard > atkbd0 irq 1 on isa > psm0 irq 12 on isa > psm0: model Generic PS/2 mouse, device ID 0 > sio0: configured irq 4 not in bitmap of probed irqs 0 > sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa > sio0: type 16550A > ppc0 at 0x378 irq 7 on isa > ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode > ppi0: on ppbus 0 > fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa > fdc0: FIFO enabled, 8 bytes threshold > fd0: 1.44MB 3.5in > wdc0 at 0x1f0-0x1f7 irq 14 flags 0xe0ffe0ff on isa > wdc0: unit 0 (wd0): , DMA, 32-bit, multi-block-16, sleep-hack > wd0: 6149MB (12594960 sectors), 13328 cyls, 15 heads, 63 S/T, 512 B/S > wdc0: unit 1 (wd1): , DMA, 32-bit, multi-block-16, sleep-hack > wd1: 1548MB (3171168 sectors), 3146 cyls, 16 heads, 63 S/T, 512 B/S > wdc1 at 0x170-0x177 irq 15 flags 0xe0ffe0ff on isa > wdc1: unit 0 (wd2): , DMA, 32-bit, multi-block-16, sleep-hack > wd2: 12416MB (25429824 sectors), 25228 cyls, 16 heads, 63 S/T, 512 B/S > wdc1: unit 1 (atapi): , removable, intr, dma, iordis > acd0: drive speed 0 - 8250KB/sec, 128KB cache > acd0: supported read types: CD-DA > acd0: Audio: play, 255 volume levels > acd0: Mechanism: ejectable tray > acd0: Medium: CD-ROM 120mm audio disc loaded, unlocked > ep0 not found at 0x300 > vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa > npx0 on motherboard > npx0: INT 16 interface > changing root device to wd1s1a > ffs_mountfs: superblock updated for soft updates > ffs_mountfs: superblock updated for soft updates > > > $ cat /sys/i386/conf/HOME > # > # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks > # > # For more information read the handbook part System Administration -> > # Configuring the FreeBSD Kernel -> The Configuration File. > # The handbook is available in /usr/share/doc/handbook or online as > # latest version from the FreeBSD World Wide Web server > # > # > # An exhaustive list of options and more detailed explanations of the > # device lines is present in the ./LINT configuration file. If you are > # in doubt as to the purpose or necessity of a line, check first in LINT. > # > # $Id: GENERIC,v 1.143 1999/01/11 03:18:31 yokota Exp $ > > machine "i386" > cpu "I686_CPU" > ident HOME > maxusers 40 > > #options MATH_EMULATE #Support for x87 emulation > options INET #InterNETworking > options FFS #Berkeley Fast Filesystem > options FFS_ROOT #FFS usable as root device [keep this!] > options MFS #Memory Filesystem > #options NFS #Network Filesystem > #options MSDOSFS #MSDOS Filesystem > options "CD9660" #ISO 9660 Filesystem > options PROCFS #Process filesystem > options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] > options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device > options UCONSOLE #Allow users to grab the console > #options FAILSAFE #Be conservative > options USERCONFIG #boot -c editor > options VISUAL_USERCONFIG #visual boot -c editor > options "MD5" > options "VM86" > options PERFMON > options "AUTO_EOI_1" > options PSM_RESETAFTERSUSPEND > options SOFTUPDATES #enable softupdates > options VESA # support for VESA text modes > > # Posix real-time extensions > options "P1003_1B" > options "_KPOSIX_PRIORITY_SCHEDULING" > options "_KPOSIX_VERSION=199309L" > > > config kernel root on wd1 dumps on wd1 > > # 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 > > controller isa0 > controller pci0 > controller pnp0 > > controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 > disk fd0 at fdc0 drive 0 > #disk fd1 at fdc0 drive 1 > > options "CMD640" # work around CMD640 chip deficiency > controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0xe0ffe0ff > disk wd0 at wdc0 drive 0 > disk wd1 at wdc0 drive 1 > > controller wdc1 at isa? port "IO_WD2" bio irq 15 flags 0xe0ffe0ff > disk wd2 at wdc1 drive 0 > #disk wd3 at wdc1 drive 1 > > options ATAPI #Enable ATAPI support for IDE bus > options ATAPI_STATIC > device acd0 #IDE CD-ROM > #device wfd0 #IDE Floppy (e.g. LS-120) > > # sound stuff > device pcm0 at isa? port ? tty irq 9 drq 1 > #device pcm0 at isa? port ? tty > device joy0 #joystick > > controller iicbus0 > controller iicbb0 > controller smbus0 > device smb0 at smbus? > device bktr0 #brooktrout video capture card > > > # A single entry for any of these controllers (ncr, ahb, ahc) is > # sufficient for any number of installed devices. > #controller ncr0 > #controller ahb0 > #controller ahc0 > #controller isp0 > > # This controller offers a number of configuration options, too many to > # document here - see the LINT file in this directory and look up the > # dpt0 entry there for much fuller documentation on this. > #controller dpt0 > > #controller adv0 at isa? port ? cam irq ? > #controller adw0 > #controller bt0 at isa? port ? cam irq ? > #controller aha0 at isa? port ? cam irq ? > ##controller aic0 at isa? port 0x340 bio irq 11 > > #controller scbus0 > > #device da0 > > #device sa0 > > #device pass0 > > #device cd0 #Only need one of these, the code dynamically grows > > #device wt0 at isa? port 0x300 bio irq 5 drq 1 > #device mcd0 at isa? port 0x300 bio irq 10 > > #controller matcd0 at isa? port 0x230 bio > > #device scd0 at isa? port 0x230 bio > > # atkbdc0 controlls both the keyboard and the PS/2 mouse > controller atkbdc0 at isa? port IO_KBD tty > device atkbd0 at isa? tty irq 1 > device psm0 at isa? tty irq 12 > > device vga0 at isa? port ? conflicts > > # splash screen/screen saver > pseudo-device splash > > # syscons is the default console driver, resembling an SCO console > device sc0 at isa? tty > # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver > #device vt0 at isa? tty > #options XSERVER # support for X server > #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 > > device npx0 at isa? port IO_NPX irq 13 > > # > # Laptop support (see LINT for more options) > # > device apm0 at isa? disable flags 0x31 # Advanced Power Management > > # PCCARD (PCMCIA) support > #controller card0 > #device pcic0 at card? > #device pcic1 at card? > > device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 > #device sio1 at isa? port "IO_COM2" tty irq 3 > #device sio2 at isa? disable port "IO_COM3" tty irq 5 > #device sio3 at isa? disable port "IO_COM4" tty irq 9 > > controller ppbus0 > controller ppc0 at isa? port? tty irq 7 > device nlpt0 at ppbus? > device ppi0 at ppbus? > > #device lpt0 at isa? port? tty irq 7 > > # Order is important here due to intrusive probes, do *not* alphabetize > # this list of network interfaces until the probes have been fixed. > # Right now it appears that the ie0 must be probed before ep0. See > # revision 1.20 of this file. > #device ax0 > #device de0 > #device fxp0 > #device mx0 > #device pn0 > #device rl0 > #device tl0 > #device tx0 > #device vr0 > #device vx0 > #device wb0 > #device xl0 > > #device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 > #device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 > device ep0 at isa? port 0x300 net irq 10 > #device ex0 at isa? port? net irq? > #device fe0 at isa? port 0x300 net irq ? > #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 > #device lnc0 at isa? port 0x280 net irq 10 drq 0 > #device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 > #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 > #device cs0 at isa? port 0x300 net irq ? > > pseudo-device loop > pseudo-device ether > #pseudo-device sl 1 > #pseudo-device ppp 1 > pseudo-device tun 1 > pseudo-device pty 16 > pseudo-device gzip # Exec gzipped a.out's > > # KTRACE enables the system-call tracing facility ktrace(2). > # This adds 4 KB bloat to your kernel, and slightly increases > # the costs of each syscall. > options KTRACE #kernel tracing > > # This provides support for System V shared memory. > # > options SYSVSHM > options SYSVMSG > options SYSVSEM > > # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be > # aware of the legal and administrative consequences of enabling this > # option. The number of devices determines the maximum number of > # simultaneous BPF clients programs runnable. > pseudo-device bpfilter 2 #Berkeley packet filter > > > # USB support > #controller uhci0 > #controller ohci0 > #controller usb0 > # > # for the moment we have to specify the priorities of the device > # drivers explicitly by the ordering in the list below. This will > # be changed in the future. > # > #device ums0 > #device ukbd0 > #device ulpt0 > #device uhub0 > #device ucom0 > #device umodem0 > #device hid0 > #device ugen0 > > # > #options USB_DEBUG > #options USBVERBOSE > > > > I really appreciate your help! > > Thanks, > > Kelly > ~kbyanc@posi.net~ > FreeBSD - The Power To Serve - http://www.freebsd.org/ > Join Team FreeBSD - http://www.posi.net/freebsd/Team-FreeBSD/ > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Nathan Ahlstrom FreeBSD: http://www.FreeBSD.org/ nrahlstr@winternet.com PGP Key ID: 0x67BC9D19 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 19:34:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (Postfix) with ESMTP id 5A97014CE5 for ; Thu, 15 Jul 1999 19:34:13 -0700 (PDT) (envelope-from marcus@miami.edu) Received: from jaguar.ir.miami.edu ("port 4880"@jaguar.ir.miami.edu [129.171.32.10]) by jaguar.ir.miami.edu (PMDF V5.2-29 #30976) with ESMTP id <0FEX00ACVZ4WLA@jaguar.ir.miami.edu> for freebsd-questions@FreeBSD.ORG; Thu, 15 Jul 1999 22:34:08 -0400 (EDT) Date: Thu, 15 Jul 1999 22:34:08 -0400 (EDT) From: "Joe \"Marcus\" Clarke" Subject: Re: no sound from es1370 with pcm driver... In-reply-to: To: "kbyanc@alcnet.com" Cc: freebsd-questions@FreeBSD.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 I had the same problem until I ran the following command everytime the machine booted up: mixer pcm 100 vol 100 cd 100 Joe Clarke On Thu, 15 Jul 1999, kbyanc@alcnet.com wrote: > > I have a SB128 PCI (es1370) sound card that is producing no sound under > FreeBSD 3.2-STABLE as of Jul 15th (last cvsup'ed about 2 hours ago). I > have always had this problem with this sound card and FreeBSD, I'm just > now getting around to trying to fix it. :) I have spent several hours over > the past few days trying to track down why there is no sound, including > searches of the mailing list archives, search engines, and only now beg > for your mercy here on -questions. And before anyone asks, yes the > speakers are on...it works should I boot into Windows. > > Here is all the info I can think of, if anyone thinks they know how to > fix it and needs more info, I'm more than happy to oblige. > > $ uname > FreeBSD freebsd 3.2-STABLE FreeBSD 3.2-STABLE #23: Thu Jul 15 21:18:03 EDT 1999 > > $ cat /dev/sndstat > FreeBSD Audio Driver (981002) Jul 15 1999 21:16:40 > Installed devices: > pcm1: at 0xee80 irq 0 dma 0:0 > > $ dmesg > Copyright (c) 1992-1999 FreeBSD Inc. > Copyright (c) 1982, 1986, 1989, 1991, 1993 > The Regents of the University of California. All rights reserved. > FreeBSD 3.2-STABLE #23: Thu Jul 15 21:18:03 EDT 1999 > root@freebsd:/usr/src/sys/compile/HOME > Timecounter "i8254" frequency 1193182 Hz > CPU: Celeron (300.68-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x660 Stepping = 0 > Features=0x183fbff > real memory = 67108864 (65536K bytes) > config> pnp 1 0 enable os irq0 3 drq0 4 port0 0x2F8 > config> > avail memory = 62717952 (61248K bytes) > Preloaded elf kernel "kernel" at 0xc0268000. > Preloaded userconfig_script "/boot/kernel.conf" at 0xc026809c. > Probing for devices on PCI bus 0: > chip0: rev 0x02 on pci0.0.0 > chip1: rev 0x02 on pci0.1.0 > chip2: rev 0x02 on pci0.7.0 > ide_pci0: rev 0x01 on pci0.7.1 > chip3: rev 0x02 on pci0.7.3 > es1: rev 0x01 int a irq 9 on pci0.17.0 > pcm1: using I/O space register mapping at 0xee80 > bktr0: rev 0x12 int a irq 5 on pci0.19.0 > bti2c0: > iicbb0: on bti2c0 > iicbus0: on iicbb0 master-only > smbus0: on bti2c0 > smb0: on smbus0 > MMAC Osprey, tuner. > Probing for devices on PCI bus 1: > vga0: rev 0x01 int a irq 11 on pci1.0.0 > Probing for PnP devices: > CSN 1 Vendor ID: USR3031 [0x31307256] Serial 0xceea9cab Comp ID: @@@0000 [0x00000000] > sio1: type 16550A > sio1 (siopnp sn 0xceea9cab) at 0x2f8-0x2ff irq 3 on isa > Probing for devices on the ISA bus: > sc0 on isa > sc0: VGA color <16 virtual consoles, flags=0x0> > pcm0 not found > atkbdc0 at 0x60-0x6f on motherboard > atkbd0 irq 1 on isa > psm0 irq 12 on isa > psm0: model Generic PS/2 mouse, device ID 0 > sio0: configured irq 4 not in bitmap of probed irqs 0 > sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa > sio0: type 16550A > ppc0 at 0x378 irq 7 on isa > ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode > ppi0: on ppbus 0 > fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa > fdc0: FIFO enabled, 8 bytes threshold > fd0: 1.44MB 3.5in > wdc0 at 0x1f0-0x1f7 irq 14 flags 0xe0ffe0ff on isa > wdc0: unit 0 (wd0): , DMA, 32-bit, multi-block-16, sleep-hack > wd0: 6149MB (12594960 sectors), 13328 cyls, 15 heads, 63 S/T, 512 B/S > wdc0: unit 1 (wd1): , DMA, 32-bit, multi-block-16, sleep-hack > wd1: 1548MB (3171168 sectors), 3146 cyls, 16 heads, 63 S/T, 512 B/S > wdc1 at 0x170-0x177 irq 15 flags 0xe0ffe0ff on isa > wdc1: unit 0 (wd2): , DMA, 32-bit, multi-block-16, sleep-hack > wd2: 12416MB (25429824 sectors), 25228 cyls, 16 heads, 63 S/T, 512 B/S > wdc1: unit 1 (atapi): , removable, intr, dma, iordis > acd0: drive speed 0 - 8250KB/sec, 128KB cache > acd0: supported read types: CD-DA > acd0: Audio: play, 255 volume levels > acd0: Mechanism: ejectable tray > acd0: Medium: CD-ROM 120mm audio disc loaded, unlocked > ep0 not found at 0x300 > vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa > npx0 on motherboard > npx0: INT 16 interface > changing root device to wd1s1a > ffs_mountfs: superblock updated for soft updates > ffs_mountfs: superblock updated for soft updates > > > $ cat /sys/i386/conf/HOME > # > # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks > # > # For more information read the handbook part System Administration -> > # Configuring the FreeBSD Kernel -> The Configuration File. > # The handbook is available in /usr/share/doc/handbook or online as > # latest version from the FreeBSD World Wide Web server > # > # > # An exhaustive list of options and more detailed explanations of the > # device lines is present in the ./LINT configuration file. If you are > # in doubt as to the purpose or necessity of a line, check first in LINT. > # > # $Id: GENERIC,v 1.143 1999/01/11 03:18:31 yokota Exp $ > > machine "i386" > cpu "I686_CPU" > ident HOME > maxusers 40 > > #options MATH_EMULATE #Support for x87 emulation > options INET #InterNETworking > options FFS #Berkeley Fast Filesystem > options FFS_ROOT #FFS usable as root device [keep this!] > options MFS #Memory Filesystem > #options NFS #Network Filesystem > #options MSDOSFS #MSDOS Filesystem > options "CD9660" #ISO 9660 Filesystem > options PROCFS #Process filesystem > options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] > options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device > options UCONSOLE #Allow users to grab the console > #options FAILSAFE #Be conservative > options USERCONFIG #boot -c editor > options VISUAL_USERCONFIG #visual boot -c editor > options "MD5" > options "VM86" > options PERFMON > options "AUTO_EOI_1" > options PSM_RESETAFTERSUSPEND > options SOFTUPDATES #enable softupdates > options VESA # support for VESA text modes > > # Posix real-time extensions > options "P1003_1B" > options "_KPOSIX_PRIORITY_SCHEDULING" > options "_KPOSIX_VERSION=199309L" > > > config kernel root on wd1 dumps on wd1 > > # 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 > > controller isa0 > controller pci0 > controller pnp0 > > controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 > disk fd0 at fdc0 drive 0 > #disk fd1 at fdc0 drive 1 > > options "CMD640" # work around CMD640 chip deficiency > controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0xe0ffe0ff > disk wd0 at wdc0 drive 0 > disk wd1 at wdc0 drive 1 > > controller wdc1 at isa? port "IO_WD2" bio irq 15 flags 0xe0ffe0ff > disk wd2 at wdc1 drive 0 > #disk wd3 at wdc1 drive 1 > > options ATAPI #Enable ATAPI support for IDE bus > options ATAPI_STATIC > device acd0 #IDE CD-ROM > #device wfd0 #IDE Floppy (e.g. LS-120) > > # sound stuff > device pcm0 at isa? port ? tty irq 9 drq 1 > #device pcm0 at isa? port ? tty > device joy0 #joystick > > controller iicbus0 > controller iicbb0 > controller smbus0 > device smb0 at smbus? > device bktr0 #brooktrout video capture card > > > # A single entry for any of these controllers (ncr, ahb, ahc) is > # sufficient for any number of installed devices. > #controller ncr0 > #controller ahb0 > #controller ahc0 > #controller isp0 > > # This controller offers a number of configuration options, too many to > # document here - see the LINT file in this directory and look up the > # dpt0 entry there for much fuller documentation on this. > #controller dpt0 > > #controller adv0 at isa? port ? cam irq ? > #controller adw0 > #controller bt0 at isa? port ? cam irq ? > #controller aha0 at isa? port ? cam irq ? > ##controller aic0 at isa? port 0x340 bio irq 11 > > #controller scbus0 > > #device da0 > > #device sa0 > > #device pass0 > > #device cd0 #Only need one of these, the code dynamically grows > > #device wt0 at isa? port 0x300 bio irq 5 drq 1 > #device mcd0 at isa? port 0x300 bio irq 10 > > #controller matcd0 at isa? port 0x230 bio > > #device scd0 at isa? port 0x230 bio > > # atkbdc0 controlls both the keyboard and the PS/2 mouse > controller atkbdc0 at isa? port IO_KBD tty > device atkbd0 at isa? tty irq 1 > device psm0 at isa? tty irq 12 > > device vga0 at isa? port ? conflicts > > # splash screen/screen saver > pseudo-device splash > > # syscons is the default console driver, resembling an SCO console > device sc0 at isa? tty > # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver > #device vt0 at isa? tty > #options XSERVER # support for X server > #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 > > device npx0 at isa? port IO_NPX irq 13 > > # > # Laptop support (see LINT for more options) > # > device apm0 at isa? disable flags 0x31 # Advanced Power Management > > # PCCARD (PCMCIA) support > #controller card0 > #device pcic0 at card? > #device pcic1 at card? > > device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 > #device sio1 at isa? port "IO_COM2" tty irq 3 > #device sio2 at isa? disable port "IO_COM3" tty irq 5 > #device sio3 at isa? disable port "IO_COM4" tty irq 9 > > controller ppbus0 > controller ppc0 at isa? port? tty irq 7 > device nlpt0 at ppbus? > device ppi0 at ppbus? > > #device lpt0 at isa? port? tty irq 7 > > # Order is important here due to intrusive probes, do *not* alphabetize > # this list of network interfaces until the probes have been fixed. > # Right now it appears that the ie0 must be probed before ep0. See > # revision 1.20 of this file. > #device ax0 > #device de0 > #device fxp0 > #device mx0 > #device pn0 > #device rl0 > #device tl0 > #device tx0 > #device vr0 > #device vx0 > #device wb0 > #device xl0 > > #device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 > #device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 > device ep0 at isa? port 0x300 net irq 10 > #device ex0 at isa? port? net irq? > #device fe0 at isa? port 0x300 net irq ? > #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 > #device lnc0 at isa? port 0x280 net irq 10 drq 0 > #device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 > #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 > #device cs0 at isa? port 0x300 net irq ? > > pseudo-device loop > pseudo-device ether > #pseudo-device sl 1 > #pseudo-device ppp 1 > pseudo-device tun 1 > pseudo-device pty 16 > pseudo-device gzip # Exec gzipped a.out's > > # KTRACE enables the system-call tracing facility ktrace(2). > # This adds 4 KB bloat to your kernel, and slightly increases > # the costs of each syscall. > options KTRACE #kernel tracing > > # This provides support for System V shared memory. > # > options SYSVSHM > options SYSVMSG > options SYSVSEM > > # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be > # aware of the legal and administrative consequences of enabling this > # option. The number of devices determines the maximum number of > # simultaneous BPF clients programs runnable. > pseudo-device bpfilter 2 #Berkeley packet filter > > > # USB support > #controller uhci0 > #controller ohci0 > #controller usb0 > # > # for the moment we have to specify the priorities of the device > # drivers explicitly by the ordering in the list below. This will > # be changed in the future. > # > #device ums0 > #device ukbd0 > #device ulpt0 > #device uhub0 > #device ucom0 > #device umodem0 > #device hid0 > #device ugen0 > > # > #options USB_DEBUG > #options USBVERBOSE > > > > I really appreciate your help! > > Thanks, > > Kelly > ~kbyanc@posi.net~ > FreeBSD - The Power To Serve - http://www.freebsd.org/ > Join Team FreeBSD - http://www.posi.net/freebsd/Team-FreeBSD/ > > > > > 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 Thu Jul 15 19:43: 0 1999 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 1978214BF5 for ; Thu, 15 Jul 1999 19:42:57 -0700 (PDT) (envelope-from huppe@execpc.com) Received: from execpc.com (galaan-54.mdm.mad.execpc.com [169.207.40.246]) by mailgw01.execpc.com (8.9.1) id VAA22469; Thu, 15 Jul 1999 21:40:34 -0500 Message-ID: <378E9C20.AADE7E50@execpc.com> Date: Thu, 15 Jul 1999 21:42:40 -0500 From: Len Huppe X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Reinoud Koornstra Cc: freebsd-questions@FreeBSD.ORG Subject: Re: loosing hope here.... References: <3.0.6.32.19990715213001.0083c770@ux1.ibbnet.nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sounds to me like you have a compatibility issue. Have you tried going into the BIOS of your system and changing the translation mode to DMA for the drive in question? As for that drive having 65K heads on it, that's just a translator trying to make the BIOS on your system see the drive. The authors of FreeBSD had to do that because of the brain-dead way that PC BIOS systems work. There are three modes that thess translators work in: normal, large, and LBA. You will most likely need to use LBA. good luck Len > Wel... finally, i low-level formatted my drive with a program i got from > WD, i have a wd harddisk. > But still sysinstall crashes on wd3, he says that he read 65556 heads and > so on from the partition table,....?????? > Impossible! Anyway, i send you the mail before but i dont understand why it > was possible to install fbsd the first time without problems of sysinstall > crashing, i tryed the same things i did back then, but nothing works.... i > really dont like it. > At this moment, it seems that this is the end of freebsd for me!!! > Really i hate that, linux has no problems, linux just partitions the disk > and works with it, but i dont want to work with linux! > Really, i think we got a weak point of freebsd crashing, why does linux > read the disk well and bsd crashes on it? (that is sysinstall crashes!) > Can anyone tell me what i can do about this? > Is there any, any way to install bsd now if sysinstall keeps crashing. If > this keeps beging so, i will have to switch to openbsd i am afraid, that > install just fine like linux.. Does anybody ever had the same problem? > Sincerely, > > Reinoud. > > 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 Thu Jul 15 19:57:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from madcow.borg.com (madcow.borg.com [205.217.206.165]) by hub.freebsd.org (Postfix) with ESMTP id 6934514D6E for ; Thu, 15 Jul 1999 19:57:40 -0700 (PDT) (envelope-from mark@borg.com) Received: from mail.borg.com (mail.borg.com [205.217.206.192]) by madcow.borg.com (8.9.0/8.8.8) with ESMTP id WAA20338 for ; Thu, 15 Jul 1999 22:57:36 -0400 (EDT) Received: from borg.com (ip177a.borg.com [208.3.180.177]) by mail.borg.com (8.8.7/8.7.3) with ESMTP id WAA04943 for ; Thu, 15 Jul 1999 22:57:35 -0400 (EDT) Message-ID: <378EA1A2.FD8BD4BD@borg.com> Date: Thu, 15 Jul 1999 23:06:10 -0400 From: "Mark S. Reichman" X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Roadrunner help... Almost there... 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 in the Syracuse/Rome NY area (Woodstock Woohoo!) I am using FreeBSD 3.2-Stable... I went to this page to get some help... http://people.qualcomm.com/karn/rr/index.html I was only able to get so far... I add "pseudo-device bpf 4" and "device xl0" to my kernel. Bootup recognizes the xl0 device. ifconfig -a shows the xl0 device with an ip assigned. dhclient.leases is full of info. The command "dhclient xl0" seems to work ok. At this point I can successfully ping and do dnslookups. Telnet and netscape do not.. I then run rrlogin... When I run rrlogin it asks me for my username and password and immediately exits without any errors or login success stories. My /var/log/messages says this... Jul 15 21:10:33 rrlogin[417]: TCP connect to TAS failed: Connection refused Jul 15 22:02:22 rrlogin[542]: TCP connect to TAS failed: Connection refused Jul 15 22:07:22 rrlogin[542]: TCP connect to TAS failed: Connection refused Jul 15 22:12:22 rrlogin[542]: TCP connect to TAS failed: Connection refused Hrmm... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 22:31:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id CCE5514CD1 for ; Thu, 15 Jul 1999 22:31:26 -0700 (PDT) (envelope-from a.genkin@utoronto.ca) Received: from main.wgaf.net (HSE-TOR-ppp22906.sympatico.ca [209.226.71.196]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id BAA01188 for ; Fri, 16 Jul 1999 01:32:24 -0400 (EDT) Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 1151FS-0000HG-00; Fri, 16 Jul 1999 02:13:30 -0400 To: freebsd-questions@freebsd.org Subject: PPPoE From: Arcady Genkin Date: 16 Jul 1999 02:13:30 -0400 Message-ID: <87yaghm8ad.fsf@main.wgaf.net> Lines: 19 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) XEmacs/21.1 (20 Minutes to Nikko) 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: My ISP, which provides ADSL in this area is going to implement PPP over Ethernet soon. This sucks big time, because I'm afraid there's no FreeBSD client for PPPoE. However, the ISP says that it will have a client for Linux ready by the time change will occur... 2 questions: 1. Has anyone heard anything about PPPoE client developed for FreeBSD? 2. I don't suppose the Linux PPPoE client will work under Linux emulation, would it? Thanks for any input!!! -- Arcady Genkin "... without money one gets nothing in this world, not even a certificate of eternal blessedness in the other world..." (S. Kierkegaard) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 23:31:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id 4798A15046 for ; Thu, 15 Jul 1999 23:31:56 -0700 (PDT) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id IAA28564 for ; Fri, 16 Jul 1999 08:30:08 +0200 (MET DST) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.7.5/8.7.3) with ESMTP id IAA11903 for ; Fri, 16 Jul 1999 08:30:08 +0200 (MET DST) Received: (from gunnar@localhost) by pluto.sr.se (8.9.3/8.9.1) id IAA10212 for freebsd-questions@FreeBSD.org; Fri, 16 Jul 1999 08:30:07 +0200 (CEST) (envelope-from gunnar) Date: Fri, 16 Jul 1999 08:30:07 +0200 From: Gunnar Flygt To: FreeBSD Questions Subject: Tru Type fonts Message-ID: <19990716083007.A10185@sr.se> Reply-To: Gunnar Flygt Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There are lots of nice TTF fonts that many websides today rely on. People doesn't know of anything other than M$. In RedHat 6.0 there is a tool to make TT fonts avaliable for X called ttmkfont Is there anyone who has made this to work under FreeBSD 3.2? The program dumps core if I just move it and the accompanying lib file to my FreeBSD box. -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 15 23:32:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from WEBBSD1.turnaround.com.au (webbsd1.turnaround.com.au [203.39.138.49]) by hub.freebsd.org (Postfix) with ESMTP id 2387015669 for ; Thu, 15 Jul 1999 23:32:27 -0700 (PDT) (envelope-from A_Johns@TurnAround.com.au) Received: from tasajohns (dhcp64.turnaround.com.au [192.168.1.64]) by WEBBSD1.turnaround.com.au (8.8.7/8.8.7) with SMTP id QAA09776; Fri, 16 Jul 1999 16:50:49 +1000 (EST) (envelope-from A_Johns@TurnAround.com.au) From: "Andrew Johns" To: "Arcady Genkin" , Subject: RE: PPPoE Date: Fri, 16 Jul 1999 16:29:56 +1000 Message-ID: <003001becf54$9ec81db0$4001a8c0@tasajohns.turnaround.com.au> 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 8.5, Build 4.71.2173.0 In-Reply-To: <87yaghm8ad.fsf@main.wgaf.net> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I could be way off base here, but ftp://ftp.whistle.com/pub/archie/netgraph/index.html looks as though it may do what you want already...thanks to the wonderful gurus, yet again. Or, still :) HTH AJ > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Arcady Genkin > Sent: Friday, 16 July 1999 16:14 > To: freebsd-questions@FreeBSD.ORG > Subject: PPPoE > > > Hi all: > > My ISP, which provides ADSL in this area is going to implement PPP > over Ethernet soon. This sucks big time, because I'm afraid > there's no > FreeBSD client for PPPoE. > > However, the ISP says that it will have a client for Linux ready by > the time change will occur... 2 questions: > > 1. Has anyone heard anything about PPPoE client developed for FreeBSD? > 2. I don't suppose the Linux PPPoE client will work under Linux > emulation, would it? > > Thanks for any input!!! > > -- > Arcady Genkin > "... without money one gets nothing in this world, not even a > certificate > of eternal blessedness in the other world..." (S. Kierkegaard) > > > 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 Fri Jul 16 0: 9:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from itp.ac.ru (itp.ac.ru [193.233.32.4]) by hub.freebsd.org (Postfix) with ESMTP id C2B5514CE5 for ; Fri, 16 Jul 1999 00:08:51 -0700 (PDT) (envelope-from ks@itp.ac.ru) Received: from speecart.chg.ru (speecart.chg.ru [193.233.46.2]) by itp.ac.ru (8.9.1/8.9.1) with ESMTP id LAA08174 for ; Fri, 16 Jul 1999 11:07:49 +0400 (MSD) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Fri, 16 Jul 1999 11:04:54 +0400 (MSD) Organization: Landau Institute for Theoretical Physics From: "Sergey S. Kosyakov" To: freebsd-questions@freebsd.org Subject: PPP over TCP Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, does anybody use ppp(8) over TCP (as described in man) for IP tunneling? I had Lotus Notes server with WWW server on NT and FreeBSD box which provides IP tunnel. It seems that only relatively small TCP packets carried across tunnel: e.g., HTML page are loaded without images. With "telnet 80" I found that for images only HTTP header is delivered, without body. Locally (without tunnel) the WWW server works as expected, so I believe the cause is in tunnel. Setting MTU to the values from 2000 to 300 did not solve the problem. Can anybody help? PS. FreeBSD-3.2-RELEASE on the one hand, route add -net a.b.c.d -netmask 255.255.255.252 10.0.4.2 FreeBSD 3.0-RELEASE on the other, ipfw add fwd 10.0.4.1 ip from a.b.c.d/30 Sergey. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 0:11:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mfo01.iij.ad.jp (mfo01.iij.ad.jp [202.232.2.118]) by hub.freebsd.org (Postfix) with ESMTP id ABFA715729; Fri, 16 Jul 1999 00:11:47 -0700 (PDT) (envelope-from a-aiwai@hh.iij4u.or.jp) Received: from hh.iij4u.or.jp (root@hh.iij4u.or.jp [210.130.0.22]) by mfo01.iij.ad.jp (8.8.8/MFO1.3) with ESMTP id QAA03442; Fri, 16 Jul 1999 16:11:31 +0900 (JST) Received: from ns1 ([210.164.233.184]) by hh.iij4u.or.jp (8.8.8+2.2IIJ/4U1.1) with SMTP id QAA19881; Fri, 16 Jul 1999 16:07:04 +0900 (JST) Message-ID: <009d01becf5a$5a0a8e00$b8e9a4d2@ns1.grove.co.jp> From: "yonebayashi" To: Subject: =?iso-2022-jp?B?GyRCJCo8ajtmPXEkLSReJDckPxsoQg==?= Date: Fri, 16 Jul 1999 15:49:26 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0099_01BECFA5.C9F23600" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0099_01BECFA5.C9F23600 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit $B$O$8$a$^$7$F!"$j$+$G!<$9!#(B $BFMA3$G$9$,!":G6a!"$I!<$b!VF|>H$j!W$,B3$$$F$k$N$h$M!#(B $B$"!<$C!"$I$C$+$K$$$$CK!"$$$J$$$+$J!<$C!"$J!<$s$F(B $B;W$C$?$j$7$A$c$C$F$k:#F|$3$N:"!#(B $B$C$F$f!<%o%1$G!"%"%J%?$K$*p!JN^!K$G$3$s$J%5%$%H$N(B $B1?1D$r$*
=1B$B$O$8$a$^$7$F!"$j$+$G!<$9!#=1B(B

=1B$BFMA3$G$9$,!":G6a!"$= I!<$b!VF|>H$j!W$,B3$$$F$k$N$h$M!#=1B(B
=1B$B$"!<$C!"$I$C$+$K$$$$CK!"$$= $J$$$+$J!<$C!"$J!<$s$F=1B(B
=1B$B;W$C$?$j$7$A$c$C$F$k:#F|$3$N:"!#=1B(B=

=1B$B$C$F$f!<%o%1$G!"%"%J%?$K$*
=1B$B%V%7%D%1$J%a!<%k$+$b$7$l$J$$$1$I!"5v$7$F$M!#=1B(B
=1B$B$$$= i$J$$$J$i%4%_H"$K%]%$$7$F2<$5$$$M!#=1B(B

=1B$B;d$,$I$s$J%R%H$+$H$f= !<$H!"4G8nIX$r$7$F$k$s$@$1$I!"=1B(B
=1B$B=3DtHL$N;v>p!JN^!K$G$3$s$J%5%= $%H$N=1B(B
=1B$B1?1D$r$*
http://210.155.111.19= 4/joshiryo/index.html
http://www.kk.iij4u.or.jp/~wa= iwai/

=1B$B$*;~4V$,$"$kJ}$O$<$R0lEY%h%m%7%/!#=1B(B

p.s.= =1B$B;d$O$I$3$K$$$k$G$7$g$&!)!!$h!<$/C5$7$F$M!*!*=1B(B
= ------=_NextPart_000_0099_01BECFA5.C9F23600-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 0:29:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web601.yahoomail.com (web1204.mail.yahoo.com [128.11.23.140]) by hub.freebsd.org (Postfix) with SMTP id F2ED214E3E for ; Fri, 16 Jul 1999 00:29:42 -0700 (PDT) (envelope-from s_knyazev@yahoo.com) Message-ID: <19990716072723.17211.rocketmail@web601.yahoomail.com> Received: from [195.5.134.196] by web1204.mail.yahoo.com; Fri, 16 Jul 1999 03:27:23 EDT Date: Fri, 16 Jul 1999 03:27:23 -0400 (EDT) From: Serge Knyazev Subject: FreeBSD images: Help me, please... 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! Could you tell me please - where I can find ISO images FreeBSD 3.2 (or may be latest 4.0) from HTTP link? I have no found this link in many newsgroups and search servers... Can you or your friends make temporary HTTP access to ISO image FreeBSD 3.2 (4.0)? Pls... Thank you for help, Best wishes, Serge Knyazev,SysAdmin Industrial & Construction Bank, Russia _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://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 Fri Jul 16 0:29:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.rosprint.net (mail1.RoSprint.net [193.232.88.140]) by hub.freebsd.org (Postfix) with ESMTP id D631914E3A for ; Fri, 16 Jul 1999 00:29:38 -0700 (PDT) (envelope-from info@sivma.ru) Received: from valert ([195.151.58.131]) by mail1.rosprint.net (8.9.3/8.9.3) with SMTP id LAA01375 for ; Fri, 16 Jul 1999 11:31:10 +0400 Message-ID: From: "Sivma" To: Subject: Channel loading Date: Fri, 16 Jul 1999 11:25:30 +0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0061_01BECF7D.E94F69F0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Message-ID-Original: <006401becf5c$98bb86c0$370a0a0a@valert.sivma.ru> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0061_01BECF7D.E94F69F0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable How I can get statistical info about channel loading?=20 For example, what user(ip) use channel more than others users(ip). Thank you. Valery Lobachev. ------=_NextPart_000_0061_01BECF7D.E94F69F0 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
How I can get statistical info about = channel=20 loading?
For example, what user(ip) use = channel more than=20 others users(ip).
 
Thank you.
Valery = Lobachev.
------=_NextPart_000_0061_01BECF7D.E94F69F0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 0:55:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id F245B15660 for ; Fri, 16 Jul 1999 00:55:27 -0700 (PDT) (envelope-from thierry.herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id IAA20530; Fri, 16 Jul 1999 08:50:56 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id JAA06841; Fri, 16 Jul 1999 09:48:39 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id JAA14070; Fri, 16 Jul 1999 09:38:27 +0200 (MEST) Received: from alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id JAA07149; Fri, 16 Jul 1999 09:45:55 +0200 (MET DST) Message-ID: <378EE429.76B8E14F@alcatel.fr> Date: Fri, 16 Jul 1999 09:50:01 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: ALCATEL CIT Nanterre X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Nick LoPresti Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Need a good recommendation here References: <199907151809.OAA25072@chromatix.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I've got such a setup at home : a FreeBSD 32-S machine is a DHCP client and firewall-natd for an internal network. This machine has the dhclient enabled on ed0 (external NE2000) and uses natd -dynamic on this interface. The other NIC is ed1 and has a fixed address (192.168.x.254) all other machines on the internal network use the same subnet and have 192.168.x.254 as their default gateway. For the "internal" machines, the Internet Access is fully transparent : they use all Net services without being aware a NAT is going on (natd on FreeBSD takes care of ftp, which can fail in a NAT setting) my dhclient is started via /etc/rc.local TfH Nick LoPresti wrote: > > This is kinda a long one, sorry for the reading... > > HOW IT IS NOW: > > 1. Cable modem to the Internet(one IP address) > 2. Internal network with multiple 95/98 machines on it > 3. MSProxy 2 on the NT Server which is connected to the Internet > 4. All clients use Winsock proxy for a non-hassle method of connection to > the net > 5. One FreeBSD 3.2 machine on the internal network > > THE PROBLEMS: > 1. FreeBSD machine can't reach internet > 2. Internet(well me from the Internet) can't reach FreeBSD machine > > WHAT NEEDS TO BE DONE: > 1. I need the FreeBSD machine to be able to get to the net(not being able > to FTP really sux, imagine it...) > 2. I need to be able to reach the FreeBSD machine from the net > 3. I need all my 95/98 clients to still be able to reach the net. > > Please note - A web proxy will not be enough. I use other apps like ICQ and > connect to game servers, access databases, etc. > > And finally the question: How would you guys recommend doing this? If you > want me to set the FreeBSD machine as the gateway(proxy/NAT) I still need to > able to use all of my programs on my 95/98 machines. I hear about NAT. > What limitations does it have? Any other options? > > Feel free to ask me other questions about my intentions or current setup. > Whatever I can provide you to help me only makes it better! > > Any help is appreciated. This will help me out a lot guys/girls. Thanks a > lot. > > ================================================ > > Nick > nick@chromatix.com > Web Page: http://www.lopresti.dhs.org/users/nick > > 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 Fri Jul 16 0:58:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id E225114FB6 for ; Fri, 16 Jul 1999 00:58:37 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (8.9.3/8.9.3) with ESMTP id KAA25800; Fri, 16 Jul 1999 10:56:15 +0300 (EET DST) Received: by myhakas.matti.ee (Postfix, from userid 1000) id BCBE51FAB; Fri, 16 Jul 1999 10:56:25 +0300 (EEST) Date: Fri, 16 Jul 1999 10:56:25 +0300 From: Vallo Kallaste To: Gunnar Flygt Cc: FreeBSD Questions Subject: Re: Tru Type fonts Message-ID: <19990716105625.A7319@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <19990716083007.A10185@sr.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990716083007.A10185@sr.se>; from Gunnar Flygt on Fri, Jul 16, 1999 at 08:30:07AM +0200 Organization: =?iso-8859-1?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 16, 1999 at 08:30:07AM +0200, Gunnar Flygt wrote: > There are lots of nice TTF fonts that many websides today rely on. > People doesn't know of anything other than M$. > > In RedHat 6.0 there is a tool to make TT fonts avaliable for X called > ttmkfont Is there anyone who has made this to work under FreeBSD 3.2? > The program dumps core if I just move it and the accompanying lib file > to my FreeBSD box. Look at ports/x11-fonts/ttmkfdir-0.0, I've used truetype fonts for three months now, you need also truetype capable X server. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 1:23:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id 7BAB514D83 for ; Fri, 16 Jul 1999 01:23:06 -0700 (PDT) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id KAA01030; Fri, 16 Jul 1999 10:20:55 +0200 (MET DST) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.7.5/8.7.3) with ESMTP id KAA14532; Fri, 16 Jul 1999 10:20:54 +0200 (MET DST) Received: (from gunnar@localhost) by pluto.sr.se (8.9.3/8.9.1) id KAA16448; Fri, 16 Jul 1999 10:20:54 +0200 (CEST) (envelope-from gunnar) Date: Fri, 16 Jul 1999 10:20:54 +0200 From: Gunnar Flygt To: Vallo Kallaste Cc: FreeBSD Questions Subject: Re: Tru Type fonts Message-ID: <19990716102054.A16417@sr.se> Reply-To: Gunnar Flygt References: <19990716083007.A10185@sr.se> <19990716105625.A7319@myhakas.matti.ee> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990716105625.A7319@myhakas.matti.ee>; from Vallo Kallaste on Fri, Jul 16, 1999 at 10:56:25AM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 16, 1999 at 10:56:25AM +0300, Vallo Kallaste wrote: > On Fri, Jul 16, 1999 at 08:30:07AM +0200, Gunnar Flygt wrote: > > > There are lots of nice TTF fonts that many websides today rely on. > > People doesn't know of anything other than M$. > > > > In RedHat 6.0 there is a tool to make TT fonts avaliable for X called > > ttmkfont Is there anyone who has made this to work under FreeBSD 3.2? > > The program dumps core if I just move it and the accompanying lib file > > to my FreeBSD box. > > Look at ports/x11-fonts/ttmkfdir-0.0, I've used truetype fonts for three > months now, you need also truetype capable X server. Ohh, so that's also an item, a truetype capable X server! Do you know what servers are ttf aware? I tried it with the standard SVGA that comes with XFree86. I had some real hard X crashes, som maybe I'll have to switch to something else. -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 1:23:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.sdb.ac.cn (apple.cnc.ac.cn [159.226.2.21]) by hub.freebsd.org (Postfix) with ESMTP id AEEF114E3D for ; Fri, 16 Jul 1999 01:23:26 -0700 (PDT) (envelope-from wkc@sdb.ac.cn) Received: from sdb.ac.cn ([159.226.3.67]) by ns2.sdb.ac.cn (Netscape Mail Server v2.02) with ESMTP id AAA24269 for ; Fri, 16 Jul 1999 16:22:24 -0700 Message-ID: <378EEB20.33F4CCC1@sdb.ac.cn> Date: Fri, 16 Jul 1999 16:19:45 +0800 From: wkc@sdb.ac.cn (Wu Kaichao) X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: How can I install my DLINK-DFE530TX NIC on FreeBSD3.2? Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi,all I can't install my DLINK-DFE530TX NIC on FreeBSD3.2, who can teach me how to install it ? I had install it successfully on redhat linux 6.0, but this time on freebsd, I need help. Thank you all. Please reply to: boozhang@sdb.ac.cn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 1:36: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (Postfix) with ESMTP id 2555F14E3D for ; Fri, 16 Jul 1999 01:35:44 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.9.3/8.9.3/Kp) with ESMTP id JAA57926; Fri, 16 Jul 1999 09:32:26 +0100 (BST) Message-ID: <378EEDF4.8596EB51@tdx.co.uk> Date: Fri, 16 Jul 1999 09:31:48 +0100 From: Karl Pielorz Organization: TDX - The Digital eXchange X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Serge Knyazev Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD images: Help me, please... References: <19990716072723.17211.rocketmail@web601.yahoomail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Serge Knyazev wrote: > > Hi! > > Could you tell me please - where I can find > ISO images FreeBSD 3.2 (or may be latest 4.0) from > HTTP link? > I have no found this link in many newsgroups and > search servers... > > Can you or your friends make temporary HTTP access to > ISO image FreeBSD 3.2 (4.0)? Pls... It is in the mailing list archives though! :) Rene Scott replied with this, last time it came up, >the site in finnland have some iso images. > >ftp://ftp.fi.freebsd.org/pub/FreeBSD/CDROM-Images/3.2-RELEASE > >If you want to support the FreeBSD project, please buy the >CD-ROM set from Walnut Creek -- 100% of the money goes back >to the FreeBSD project. > >http://www.freebsd.org/ >http://www.freebsdmall.com/ >http://www.cdrom.com/ And it's now in the archives, twice -Kp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 3:24:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.fullsupport.com (fulori.com [4.18.239.200]) by hub.freebsd.org (Postfix) with ESMTP id 9814D14BF6 for ; Fri, 16 Jul 1999 03:24:17 -0700 (PDT) (envelope-from myth@fulori.com) Received: from mina (dialin18.computron.net [208.235.236.35]) by fulori.com (Viking/1.04-310) with SMTP for ; Fri, 16 Jul 1999 03:27:38 -0700 Message-ID: <000701bed03e$b378c9e0$23ecebd0@mina> Subject: The greatest trick the devil ever pulled ,was convincing the world he didn't exist. :) Date: Sat, 17 Jul 1999 05:25:31 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BED014.C99BD930" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 To: From: "Chrystian S." Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BED014.C99BD930 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I recently purchased a copy of freebsd 3.1 and unable to load said = product when it gets to the point of installing it says my cdrom drive = cannot be found, my drive is fairly new I'm using an NEC 1910A scsi and = my scsi card is Adaptec 2940 could this be my problem are they supported = by 3.1 any sugestions I am using system commander deluxe as my boot = loader but I would see this being a problem with the install after bsd = begins its kernal unless it throws the kernal off ??? Please help ?? 93's=20 XaosAngel ------=_NextPart_000_0004_01BED014.C99BD930 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I recently purchased a copy of freebsd 3.1 and = unable to load=20 said product when it gets to the point of installing it says my cdrom = drive=20 cannot be found, my drive is fairly new I'm using an NEC 1910A scsi and = my scsi=20 card is Adaptec 2940 could this be my problem are they supported by 3.1 = any=20 sugestions I am using system commander deluxe as my boot loader but I = would see=20 this being a problem with the install after bsd begins its kernal unless = it=20 throws the kernal off ??? Please help ??
 
93's
XaosAngel
------=_NextPart_000_0004_01BED014.C99BD930-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 4:29:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from soleil.uvsq.fr (soleil.uvsq.fr [193.51.24.1]) by hub.freebsd.org (Postfix) with ESMTP id 516D314FFF for ; Fri, 16 Jul 1999 04:29:30 -0700 (PDT) (envelope-from Tuyet-Tram.Dang-Ngoc@prism.uvsq.fr) Received: from lucifer.prism.uvsq.fr (lucifer.prism.uvsq.fr [193.51.25.7]) by soleil.uvsq.fr (8.9.3/jtpda-5.3.2) with ESMTP id NAA02924 for ; Fri, 16 Jul 1999 13:28:54 +0200 (CEST) Received: from gibet.prism.uvsq.fr (dntt@gibet.prism.uvsq.fr [193.51.25.3]) by lucifer.prism.uvsq.fr (8.9.3/jtpda-5.3.2) with ESMTP id NAA10196 for ; Fri, 16 Jul 1999 13:28:53 +0200 (MET DST) Received: from (dntt@localhost) by gibet.prism.uvsq.fr (8.9.3/jtpda-5.3.2) id NAA58727 for freebsd-questions@freebsd.org; Fri, 16 Jul 1999 13:28:52 +0200 (CEST) Date: Fri, 16 Jul 1999 13:28:52 +0200 From: Tuyet Tram DANG NGOC To: freebsd-questions@freebsd.org Subject: Installing a DOS boot sector within FreeBSD Message-ID: <19990716132852.A58599@gibet.prism.uvsq.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I've managed to restore a FreeBSD boot sector by using disklabel. I can also install the MBR by using the boot0cfg command from a file where the MBR was dumped using the same 'boot0cfg -f' command. All of it work, and I have effectively a menu that show F1 DOS F2 FreeBSD and which boot when I press F2. Now, all I want to do is to write also the boot sector for my MS-DOS slice so I can boot on it when I press F1. But I want to write it FROM FreeBSD. I can access to the MSDOS slice and mount it from FreeBSD, but now I wonder how I can write its boot sector. My constraints are that I mustn't reboot to do the work, and so I mustn't work on the DOS environment but stay on the FreeBSD session. (I'm trying to do a logical duplication of the disk). Is there a command or a clue for me to do that ? Is the boot sector of MS-DOS that must be written on the beginning of the slice stored somewhere ? I've found some "hidden files" on the DOS slice that could be perhaps boot files, but I'm not sure, and I have no idea of how I could put them on. I could also do a 'dd' for my duplication from the first sectors of each slice, but I would like to have the most "logical" and size of disk "independancy", so If someone had an idea, it would be great. Thanks a lot, TrБm -- dntt@prism.uvsq.fr Universite de Versailles http://www.prism.uvsq.fr/~dntt La vie serait plus facile si nous pouvions regarder ses sources To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 4:31:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.connecticom.com (jupiter.connecticom.com [216.42.80.24]) by hub.freebsd.org (Postfix) with ESMTP id 7204F14FFF for ; Fri, 16 Jul 1999 04:30:55 -0700 (PDT) (envelope-from kitt-lists@connecticom.com) Received: from [192.168.1.40] (d185d058d.rochester.rr.com [24.93.5.141]) by mail.connecticom.com (8.9.3/8.9.3) with ESMTP id HAA17576; Fri, 16 Jul 1999 07:30:52 -0400 (EDT) Mime-Version: 1.0 X-Sender: kitt-lists@mail.connecticom.com Message-Id: In-Reply-To: <378EA1A2.FD8BD4BD@borg.com> References: <378EA1A2.FD8BD4BD@borg.com> Date: Fri, 16 Jul 1999 07:30:08 -0400 To: "Mark S. Reichman" , freebsd-questions@FreeBSD.ORG From: Kitt Diebold Subject: Re: Roadrunner help... Almost there... Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try rrd, it's way better (assuming that you have the same authentication as the Rochester, NY Road Runner): http://www.lodestone.org/hoss/rr/rrd/ -Kitt At 11:06 PM -0400 7/15/99, Mark S. Reichman wrote: >I am in the Syracuse/Rome NY area (Woodstock Woohoo!) >I am using FreeBSD 3.2-Stable... >I went to this page to get some help... > http://people.qualcomm.com/karn/rr/index.html >I was only able to get so far... > >I add "pseudo-device bpf 4" and "device xl0" to my kernel. >Bootup recognizes the xl0 device. >ifconfig -a shows the xl0 device with an ip assigned. >dhclient.leases is full of info. >The command "dhclient xl0" seems to work ok. >At this point I can successfully ping and do dnslookups. >Telnet and netscape do not.. I then run rrlogin... >When I run rrlogin it asks me for my username and password and >immediately exits without any errors or login success stories. >My /var/log/messages says this... > >Jul 15 21:10:33 rrlogin[417]: TCP connect to TAS failed: Connection >refused >Jul 15 22:02:22 rrlogin[542]: TCP connect to TAS failed: Connection >refused >Jul 15 22:07:22 rrlogin[542]: TCP connect to TAS failed: Connection >refused >Jul 15 22:12:22 rrlogin[542]: TCP connect to TAS failed: Connection >refused Netsville, Inc. 716 232-5670 mailto:kitt@netsville.com http://www.netsville.com [ pgp key available upon request ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 5:32:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-out2.bellatlantic.net (smtp-out2.bellatlantic.net [199.45.39.157]) by hub.freebsd.org (Postfix) with ESMTP id F3D5515113 for ; Fri, 16 Jul 1999 05:31:57 -0700 (PDT) (envelope-from glbj@bellatlantic.net) Received: from morningstar (client-151-204-196-129.bellatlantic.net [151.204.196.129]) by smtp-out2.bellatlantic.net (8.9.1/8.9.1) with SMTP id IAA06965 for ; Fri, 16 Jul 1999 08:34:30 -0400 (EDT) Message-Id: <199907161234.IAA06965@smtp-out2.bellatlantic.net> From: "Gene Bomgardner" To: freebsd-questions@freebsd.org Date: Fri, 16 Jul 1999 08:30:41 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: xfree86 and SiS530 based motherboards X-mailer: Pegasus Mail for Win32 (v3.11) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there a mailing list or something for Xfree86 ? If not, has anyone got an SiS530 based motherboard working? Xfree's web site says it's not yet supported, yet xf86config lists it as an option... Help.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 5:38:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from granite.sentex.net (granite.sentex.ca [199.212.134.1]) by hub.freebsd.org (Postfix) with ESMTP id 5885B156D6 for ; Fri, 16 Jul 1999 05:38:39 -0700 (PDT) (envelope-from mike@sentex.net) Received: from ospf-wat.sentex.net (ospf-wat.sentex.net [209.167.248.81]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id IAA22879; Fri, 16 Jul 1999 08:36:41 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: gill@topsecret.net ("James Gill") Cc: questions@freebsd.org Subject: Re: is having the ports secure? Date: Fri, 16 Jul 1999 12:49:02 GMT Message-ID: <378f29a4.318030864@mail.sentex.net> References: In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 14 Jul 1999 23:46:57 -0400, in sentex.lists.freebsd.questions you wrote: > >Hi.. > >If i'm trying to make a secure installation (for example a firewall box) >that will run only a finite set of services (NAT, firewalling, DNS, and not >very much else), wouldn't it be better (more secure) to not install the >whole ports collection but only the specific ports for the services I want? >Aside from the (forty?) megabytes I would save on the already pretty small >disk. > >Am I on the right track here? It should not make a difference, as installing the ports tree only gives you the make files. There are no setuid apps in there. As for installing only what you need, absolutely. You can probably not run any of inetd, since all you want is probably sshd to remotely admin the box, and then limit access to port 22 on the source IP you would be coming from. ---Mike Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada "Who is this 'BSD', and why should we free him?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 5:57:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id 3BA9014F0D for ; Fri, 16 Jul 1999 05:57:42 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (8.9.3/8.9.3) with ESMTP id PAA06105; Fri, 16 Jul 1999 15:57:32 +0300 (EET DST) Received: by myhakas.matti.ee (Postfix, from userid 1000) id 313261F98; Fri, 16 Jul 1999 15:57:41 +0300 (EEST) Date: Fri, 16 Jul 1999 15:57:41 +0300 From: Vallo Kallaste To: Gunnar Flygt Cc: FreeBSD Questions Subject: Re: Tru Type fonts Message-ID: <19990716155741.A693@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <19990716083007.A10185@sr.se> <19990716105625.A7319@myhakas.matti.ee> <19990716102054.A16417@sr.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990716102054.A16417@sr.se>; from Gunnar Flygt on Fri, Jul 16, 1999 at 10:20:54AM +0200 Organization: =?iso-8859-1?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 16, 1999 at 10:20:54AM +0200, Gunnar Flygt wrote: > > > In RedHat 6.0 there is a tool to make TT fonts avaliable for X called > > > ttmkfont Is there anyone who has made this to work under FreeBSD 3.2? > > > The program dumps core if I just move it and the accompanying lib file > > > to my FreeBSD box. > > > > Look at ports/x11-fonts/ttmkfdir-0.0, I've used truetype fonts for three > > months now, you need also truetype capable X server. > > Ohh, so that's also an item, a truetype capable X server! Do you know > what servers are ttf aware? I tried it with the standard SVGA that comes > with XFree86. I had some real hard X crashes, som maybe I'll have to > switch to something else. You have two variants, one in ports/x11/XttXF* series of X servers and the other one address http://math.missouri.edu/~stephen/software/. The latter address contains binaries for 2.2.x and 3.x series and should be usable for -current also (I've used the 3.0 SVGA server under -current). The ttmkfdir command emits fonts.scale file (ttmkfdir > fonts.scale) for the given directory, after creating fonts.scale use mkfontdir to create fonts.dir file. That's what I have done. You also have option to build the truetype capable X server yourself but this isn't trivial. Stephen has some instructions on the webpage. You need some truetype fonts and don't forget to add font directory to XF86Config file. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 6: 2:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id 2FAC014E5E for ; Fri, 16 Jul 1999 06:02:42 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id QAA01543; Fri, 16 Jul 1999 16:00:09 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <378F2CD7.46A27DEE@prime.net.ua> Date: Fri, 16 Jul 1999 16:00:08 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en, ru, uk MIME-Version: 1.0 To: cjclark@home.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SSH X Forwarding References: <199907151536.LAA21293@cc942873-a.ewndsr1.nj.home.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I beleave there 3 schemes exist: 1. U sitting at non X host and ssh'ed at remote *running* X. U can remotly run xapp on Xhost (*if allowed*). Window will appear at remote's display. (I did it just now from one of my machines). 2. U sitting at host running X and ssh'ed to remote *running* X from xterm for example. U run remotly xapp and window appear locally. I did it month ago from my home PC. I've had only troubles trying to run xapp on ssh'ed machine when PC where I ssh'ing from was not allowed to connect to X server or when there wasnt running X server on remote or when I didnt give an "-display :0" option to my xapps. Look: now I have at remote X server: volodya# xhost access control enabled, only authorized clients can connect INET:localhost INET:ns1.prime.net.ua volodya# then I ssh'ing at remote (non X host): volodya# ssh ns1 Warning: Remote host denied X11 forwarding, perhaps xauth program could not be run on the server side. [snip] You may also use `/stand/sysinstall' to re-enter the installation and configuration utility. Edit /etc/motd to change this login announcement. You have new mail. ns1# here I cannot to run xapps of course ;) then I shh'ing back to volodya: ns1# ssh volodya [snip] You have new mail. volodya# Now look: volodya# xterm Warning: This program is an suid-root program or is being run by the root user. The full text of the error or warning message cannot be safely formatted in this environment. You may get a more descriptive message by running the program as a non-root user or by removing the suid bit on the executable. xterm Xt error: Can't open display: %s volodya# There are no defined DISPLAY variable: volodya# set|more addsuffix argv () cwd /usr/home/root dirstack /usr/home/root echo_style bsd edit filec gid 0 group wheel history 100 home /usr/home/root loginsh mail /var/mail/root owd path (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin /usr/ home/root/bin) prompt volodya# prompt2 %R? prompt3 CORRECT>%R (y|n|e|a)? savehist 100 shell /usr/local/bin/tcsh shlvl 1 status 0 tcsh 6.08.00 term xterm-color tty ttyp3 uid 0 user root version tcsh 6.08.00 (Astron) 1998-10-02 (i386-intel-FreeBSD) options 8b,nls,dl,al,sm,rh,color volodya# Now look: volodya# xterm -display :0 gives correct result - xterm window appears at remote display. In case if I'd ssh'ing in the remote X from another X console I have had window locally. Now I define DISPLAY variable: volodya# set DISPLAY=:0 volodya# setenv DISPLAY :0 volodya# xterm gives correct result - xterm window appears at remote display. Ok. I remove ns1 from allowed list: volodya# xhost -ns1 ns1 being removed from access control list volodya# xhost access control enabled, only authorized clients can connect INET:localhost volodya# Shh'ing from remote nonX console or ssh'ing back to volodya from xterm'ed ssh session on ns1 I still able to run xapp. Again when I log from non X console I have window appeared on remote's X console. But when DISPLAY variable defined or -display command option given and access to X allowed. That's all. 3. Scheme XDMCP. But I beleave it's not relevant to 1st 2 scheme. "Crist J. Clark" wrote: > osAndy V. Oleynik wrote, > [Charset koi8-r unsupported, filtering to ASCII...] > > Hmm..U ssh'ed from local X host to remote X host? > > Yes? > > In the sense that I am ssh'ing between two machines with X installed > and X is running on the machine at which I am sitting, yes. > > However, I am fairly sure xhost has nothing to do with this. For > example, I am sitting at a machine at work right now ssh'ed into my > home PC. My home PC is where the emacs window in which I am writing to > you is running, but it is (obviously) showing up here on my X machine > at work. My local machine has only itself in its xhost list (despite > the fact I am ssh'ed into 2 machines with working X connections). The > remote machine contains my local machine in its xhosts list. If I try > to remove it, the removal is successful, but it immediately pops back > up. > > All of that tells me that ssh is doing all of this for me. > > Of course, on the machine giving me problems, I cannot verify that it > is including me in xhosts since the xhost command fails. > -- > Crist J. Clark cjclark@home.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- WBW Andy V. Oleynik (When U work in virtual office prime.net.ua's U have good chance to obtain system administrator virtual money Ж%-) +380442448363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 6: 8:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from thor.partnersgroup.com (partnersgroup.com [209.31.242.242]) by hub.freebsd.org (Postfix) with ESMTP id A24D314F0D for ; Fri, 16 Jul 1999 06:08:17 -0700 (PDT) (envelope-from Larry@pfinancial.com) Received: by bcna2h.cris.com with Internet Mail Service (5.5.2448.0) id <3ZWMK9PM>; Fri, 16 Jul 1999 08:10:46 -0500 Message-ID: From: "Foulkrod, Larry" To: "'freebsd-questions@FreeBSD.ORG'" Subject: How to burn a CD with the freebsd 3.2 in the correct order Date: Fri, 16 Jul 1999 08:09:54 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have finished dl'ing all of the directories in the freebsd 3.2 release and need to know which directories will go on which CD when I burn one. Are there any special instructions or any folders that I can leave out. Please know that I am completely NEW to freebsd and that I have just finished installing it and barely know anything about the OS. Thanks, Larry Foulkrod PartnersFinancial Technical Support 1250 Capital of Texas Hwy Building 2, Suite 600 Austin, Texas 78746 1-512-329-5761 ext 306 1-800-880-0080 ext 306 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 6:21:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gateway.ciminot.com (gateway.ciminot.com [208.149.231.26]) by hub.freebsd.org (Postfix) with ESMTP id 5A89F15680 for ; Fri, 16 Jul 1999 06:21:18 -0700 (PDT) (envelope-from dave@ciminot.com) Received: from dave ([192.168.200.15]) by gateway.ciminot.com (8.9.1/8.9.1) with SMTP id IAA07772 for ; Fri, 16 Jul 1999 08:18:58 -0500 (CDT) (envelope-from dave@ciminot.com) From: "David B. Aas" To: Subject: Daytime Protocol-Port 13-AtomTime Date: Fri, 16 Jul 1999 08:20:02 -0500 Message-ID: <000301becf8d$ea4855a0$0fc8a8c0@dave.ciminot.com> 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 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I set up xntpd, which works fine. Now I would like to get AtomTime on my Windows computers to sync to my BSD box. AtomTime uses the Daytime Protocol on Telnet Port 13. What do I have to do to enable Port 13? I did a search of the MAN pages, and didn't find anything. Any ideas? Dave Aas dave@ciminot.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 7:46: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 3D7BB14E3D for ; Fri, 16 Jul 1999 07:46:00 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id JAA65226; Fri, 16 Jul 1999 09:44:51 -0500 (CDT) (envelope-from dan) Date: Fri, 16 Jul 1999 09:44:51 -0500 From: Dan Nelson To: "David B. Aas" Cc: questions@FreeBSD.ORG Subject: Re: Daytime Protocol-Port 13-AtomTime Message-ID: <19990716094451.A64522@dan.emsphone.com> References: <000301becf8d$ea4855a0$0fc8a8c0@dave.ciminot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <000301becf8d$ea4855a0$0fc8a8c0@dave.ciminot.com>; from "David B. Aas" on Fri Jul 16 08:20:02 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 16), David B. Aas said: > I set up xntpd, which works fine. Now I would like to get AtomTime on > my Windows computers to sync to my BSD box. > > AtomTime uses the Daytime Protocol on Telnet Port 13. What do I have > to do to enable Port 13? > > I did a search of the MAN pages, and didn't find anything. Any ideas? I was going to recommend a nice little NTP client called Dimension 4, but the author's page seems to have disappeared. But, I want looking for it and instead found Automachron, which seems to do exactly the same thing :) . It's a SNTP client that can sync on startup and exit, or update periodically. Best of all, it's free and under 200k. http://www.oneguycoding.com/automachon . -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 8: 1: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from thepublic.net (box1.thepublic.net [207.244.1.2]) by hub.freebsd.org (Postfix) with SMTP id C962114C01 for ; Fri, 16 Jul 1999 08:00:57 -0700 (PDT) (envelope-from eric@thepublic.net) Received: (qmail 60947 invoked by uid 10000); 16 Jul 1999 15:59:11 -0000 Message-ID: <19990716155911.60946.qmail@thepublic.net> From: eric@thepublic.net To: questions@FreeBSD.ORG Subject: security: ident lookups logging - howto? Date: Fri, 16 Jul 1999 15:59:11 GMT Mime-version: 1.0 Content-type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I found the article below in the mailing archives. I applied it and now inetd logs generic info the correct file, but no ident information. I want to be able to log idents from all connections in inetd. In a separate file if possible. I have edited the inetd.conf to have for the line of identd: ident stream tcp wait kmem:kmem /usr/local/sbin/identd identd -w -t120 -l I also tried it without the -l. Everytime killing the inetd and restarting it. Restarting inetd with the -l option as well ('inetd -l'). It now logs to /var/log/inetd.conf, but only with the following information: Jul 16 09:42:56 box1 inetd[59350]: telnet from 127.0.0.1 Jul 16 09:42:56 box1 inetd[59383]: connection from localhost, service telnet (tcp) There is no ident information here. Can anyone help please? I tried a few things like editting the syslog.conf to have a line like: !identd *.* /var/log/identd.log ..without success. I also want to run identd the most efficantly. In inetd or with tcpserver? Thanks in advance, Eric eric@thepublic.net ------------ Chris Martino wrote: I was able to do something similar using inetd. For example, when someone tries to login/ftp to my box I get the following in the console: Jun 9 10:54:44 stupid inetd[16073]: telnet from 207.207.192.8 Jun 9 10:54:49 stupid login: login from solar.eclipse.net on ttyp4 as chris That output is also written to /var/log/inetd.log. Here is how to get that to happen on your system (In other words, here's what I did): edit your /etc/rc.conf to include flags for inetd. Just put in a -l in the quotes. Now edit the /etc/syslog.conf file. This is what I added, and it seems to be working so far: !inetd *.* /dev/console *.* /var/log/inetd.log After you get this done, you can either reboot the machine, or kill inetd and manually start it with the -l flag. I think that is all that I did, if it doesn't work I can prolly hunt down what I missed. Chris -- Chris Martino chrismar@readington.com On Tue, 9 Jun 1998 mharo@dobalee.fremont.ca.us wrote: > Hi, I was wondering if FreeBSD had some way of checking the remote > connection for ident info. > > We have a non-freebsd box at work which logs stuff like... > > Jun 9 00:59:46 mybox tcplog: telnet connection attempt from xx.xxx.xx.xxx > > and > > Jun 9 00:59:46 mybox in.telnetd[4975]: connect from user@anotherbox > > I assume this last one is done with inetd. What does the -l flag to inetd > do? > > How can I make freebsd do either or both of these? > > Thanks, > Michael > > > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 8:24:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id 5567D14E2B for ; Fri, 16 Jul 1999 08:24:12 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id IAA18110; Fri, 16 Jul 1999 08:23:43 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <378F4E7E.8593A879@gorean.org> Date: Fri, 16 Jul 1999 08:23:42 -0700 From: Doug Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Kitt Diebold Cc: "Mark S. Reichman" , freebsd-questions@FreeBSD.ORG Subject: Re: Roadrunner help... Almost there... References: <378EA1A2.FD8BD4BD@borg.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kitt Diebold wrote: > > Try rrd, it's way better (assuming that you have the same > authentication as the Rochester, NY Road Runner): > > http://www.lodestone.org/hoss/rr/rrd/ Also, I have a page that describes a method to set up the dhcp stuff for roadrunner in San Diego, it might help you. http://home.san.rr.com/freebsd/dhcp/html. I will add the link to that Rochester page when I get a chance. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 8:41:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw2.roguewave.com (fw2.roguewave.com [208.151.233.2]) by hub.freebsd.org (Postfix) with ESMTP id 374EC14E47 for ; Fri, 16 Jul 1999 08:41:57 -0700 (PDT) (envelope-from carey@roguewave.com) Received: by fw2.roguewave.com; id QAA06096; Fri, 16 Jul 1999 16:44:42 -0700 (PDT) Received: from cvo1.cvo.roguewave.com(10.68.4.36) via SMTP by hub.FreeBSD.ORG, id smtpd006086; Fri Jul 16 16:44:42 1999 Received: by CVO1 with Internet Mail Service (5.5.1960.3) id ; Fri, 16 Jul 1999 08:42:44 -0700 Message-ID: From: Woody Carey To: "'Kenneth Legg'" , FreeBSD Subject: RE: installing programs Date: Fri, 16 Jul 1999 08:42:36 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On my 3.2-R system, I mounted the CD (3 I think) and ran /stand/sysinstall as root. The option is under post-install configuration somewhere, I remember. > > I'm new to FreeBSD and KDE and would like to know how to install > Netscape Communicator 4.5 form the CD-ROM ports collection. I > installed > Netscape 3.2 without any problems. I was told that I needed to install > something called compat-2.2 before I could install > Communicator. I have > looked for compat-2.2 on the CD and on the web without luck. > Where can I > find compat-2.2 and the instructions to install it and Communicator? > > I have never installed programs on any O.S but Win95, but I would like > to be able to install programs such as shareware from the net on > FreeBSD, so any help on installing UNIX programs would be greatly > appreciated. > > Thanks, > Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 8:42:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id DD1301568F for ; Fri, 16 Jul 1999 08:42:37 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id JAA17853; Fri, 16 Jul 1999 09:40:48 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Fri, 16 Jul 1999 09:40:48 -0600 (MDT) From: Brett Taylor To: Kenneth Legg Cc: FreeBSD Subject: Re: installing programs In-Reply-To: <3830A47B.B93DCE5D@mail.wvnet.edu> 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'm new to FreeBSD and KDE and would like to know how to install > Netscape Communicator 4.5 form the CD-ROM ports collection. I > installed Netscape 3.2 without any problems. I was told that I needed > to install something called compat-2.2 before I could install > Communicator. I have looked for compat-2.2 on the CD and on the web > without luck. Where can I find compat-2.2 and the instructions to > install it and Communicator? Probably the easiest way to get it is to su to root, then run /stand/sysinstall. Choose custom install, then distributions, then choose custom and you'll see a compat-2.2. Choose it, then go back 2 menus and choose "extract" and ta da. The easiest way to install software on FreeBSD is to use the ports system. If you haven't installed the ports tree (normally in /usr/ports) then you can again use /stand/sysinstall do download it. Go to the 1st menu, choose configure and you can download ports directly off the CD or you can get the packages (pre-compiled binaries). You can also grab the ports tarball (includes the entire tree, but NOT all of the actual software) from: ftp://ftp.freebsd.org/pub/FreeBSD/3.2-RELEASE/ports/ports.tgz I recommend you read the Handbook on installing software (/usr/share/doc/handbook) or http://www.freebsd.org/handbook/index.html Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 8:54:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id 24BD115687 for ; Fri, 16 Jul 1999 08:54:14 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id JAA17870; Fri, 16 Jul 1999 09:50:22 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Fri, 16 Jul 1999 09:50:22 -0600 (MDT) From: Brett Taylor To: Gunnar Flygt Cc: Vallo Kallaste , FreeBSD Questions Subject: Re: Tru Type fonts In-Reply-To: <19990716102054.A16417@sr.se> 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, On Fri, 16 Jul 1999, Gunnar Flygt wrote: > Ohh, so that's also an item, a truetype capable X server! Do you know > what servers are ttf aware? I tried it with the standard SVGA that comes > with XFree86. I had some real hard X crashes, som maybe I'll have to > switch to something else. You can't use TT fonts on a regular X server - you need to install Xtt. /usr/ports/x11-servers is where they're all located. Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 8:54:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rm01-24-29-194-43.ce.mediaone.net (rm01-24-29-194-43.ce.mediaone.net [24.29.194.43]) by hub.freebsd.org (Postfix) with SMTP id 4D4A515687 for ; Fri, 16 Jul 1999 08:54:25 -0700 (PDT) (envelope-from root@rm01-24-29-194-43.ce.mediaone.net) Received: (qmail 2788 invoked by uid 0); 16 Jul 1999 15:54:02 -0000 Date: 16 Jul 1999 15:54:02 -0000 Message-ID: <19990716155402.2787.qmail@rm01-24-29-194-43.ce.mediaone.net> From: root@rm01-24-29-194-43.ce.mediaone.net To: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-URL: http://www.freebsd.org/support.html X-Mailer: Lynx, Version 2.8.2dev.22 Subject: Natd + windows98 on ${iif} and PPTP (VPN) on ${oif} Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just finished searching the archives and returned nothing. I currently have a custom simple firewall implementation with NATD. I would like to NAT a PPTP request to an outside server. What ports need to be opened in the firewall? I understand the -pptp_alias option needs to be set for pptp to go through, but currently am still missing out on the correct ipfw rules. I tried guessing, that didnt help much. If you happen to know the correct rules to fix this, let me know I would like to be able to use the VPN server at work without having to put the windows machine directly on the internet connection :-) Thanks for your time and patience. Roy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 9:48:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id C894514D3F for ; Fri, 16 Jul 1999 09:48:22 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (8.9.3/8.9.3) with ESMTP id TAA12664; Fri, 16 Jul 1999 19:45:49 +0300 (EET DST) Received: by myhakas.matti.ee (Postfix, from userid 1000) id BA75B1F98; Fri, 16 Jul 1999 19:45:57 +0300 (EEST) Date: Fri, 16 Jul 1999 19:45:57 +0300 From: Vallo Kallaste To: Wu Kaichao Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How can I install my DLINK-DFE530TX NIC on FreeBSD3.2? Message-ID: <19990716194557.A442@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <378EEB20.33F4CCC1@sdb.ac.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <378EEB20.33F4CCC1@sdb.ac.cn>; from Wu Kaichao on Fri, Jul 16, 1999 at 04:19:45PM +0800 Organization: =?iso-8859-1?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 16, 1999 at 04:19:45PM +0800, Wu Kaichao wrote: > I can't install my DLINK-DFE530TX NIC on FreeBSD3.2, > who can teach me how to install it ? I had install it successfully > on redhat linux 6.0, but this time on freebsd, I need help. Recompile your kernel with "device vr0" line. The DFE-530TX is based on the Via Rhine-I chip, at least the cards I have. Look at /usr/src/sys/i386/conf/LINT. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 9:55:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id 20590156A6 for ; Fri, 16 Jul 1999 09:55:51 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (8.9.3/8.9.3) with ESMTP id TAA12799; Fri, 16 Jul 1999 19:51:54 +0300 (EET DST) Received: by myhakas.matti.ee (Postfix, from userid 1000) id 957FA1F98; Fri, 16 Jul 1999 19:52:03 +0300 (EEST) Date: Fri, 16 Jul 1999 19:52:03 +0300 From: Vallo Kallaste To: Gene Bomgardner Cc: freebsd-questions@FreeBSD.ORG Subject: Re: xfree86 and SiS530 based motherboards Message-ID: <19990716195203.B442@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <199907161234.IAA06965@smtp-out2.bellatlantic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199907161234.IAA06965@smtp-out2.bellatlantic.net>; from Gene Bomgardner on Fri, Jul 16, 1999 at 08:30:41AM -0400 Organization: =?iso-8859-1?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 16, 1999 at 08:30:41AM -0400, Gene Bomgardner wrote: > Is there a mailing list or something for Xfree86 ? If not, has > anyone got an SiS530 based motherboard working? Xfree's web > site says it's not yet supported, yet xf86config lists it as an option... > Help.... This isn't supported until the 3.3.4 appears. Perhaps some of the SuSE X servers can handle this card under Linux emulation, don't know. I simply installed cheap ATI board while waiting for next sub-release. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 10:38:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dsinw.com (dsinw.com [207.149.40.5]) by hub.freebsd.org (Postfix) with ESMTP id 22C3514BFE for ; Fri, 16 Jul 1999 10:38:27 -0700 (PDT) (envelope-from hamellr@dsinw.com) Received: from akane (ppp82.pm3-0.pdx.dsinw.com [207.149.41.82]) by dsinw.com (8.8.8/8.7.3) with SMTP id KAA14804; Fri, 16 Jul 1999 10:34:41 -0700 (PDT) Date: Fri, 16 Jul 1999 10:14:01 -0700 () From: Rick Hamell To: Skyler Unruh Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Get this off!!!!!!!1 In-Reply-To: <000801beced4$c11c5280$03000004@desktop> Message-ID: X-X-Sender: hamellr@dsinw.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hey, i caa.t install it, I dont have the right kind of requirments, but yet, every time I start my laptop i get this promt: > > >> FreeBSD/i386 BOOT > Defauly: 0:wd(0,1)/kernel > boot: > > > and I cant do anything. All I want to do is get the hard drive formated again. I dont want anything on it. So how do I go about doing this now that its all screwed up? Thanks for any help I may get. fdisk /mbr Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 10:51:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gateway.nav.kiev.ua (gateway.nav.kiev.ua [193.193.197.65]) by hub.freebsd.org (Postfix) with ESMTP id 71A0514D80 for ; Fri, 16 Jul 1999 10:51:43 -0700 (PDT) (envelope-from dima@hansa.kiev.ua) Received: from mix.nav.kiev.ua (mix.nav.kiev.ua [193.193.197.75]) by gateway.nav.kiev.ua (8.Who.Cares/8.Who.Cares) with ESMTP id UAA29385 for ; Fri, 16 Jul 1999 20:50:25 +0300 (EEST) (envelope-from dima@hansa.kiev.ua) Received: from unknown.host (ppp-172.nav.kiev.ua [193.193.197.172]) by mix.nav.kiev.ua (8.Who.Cares/8.Who.Cares) with SMTP id UAA02442 for ; Fri, 16 Jul 1999 20:50:25 +0300 (EEST) (envelope-from dima@hansa.kiev.ua) Received: from 192.168.1.10 by 192.168.1.2 (WinRoute); Fri, 16 Jul 1999 20:52:55 +0000 Message-ID: <001b01becfb3$a94d8cc0$0a01a8c0@nirvana.domain> From: "Dmitry Liakh" To: Subject: Mirroring FreeBSD distibutives. Date: Fri, 16 Jul 1999 20:50:14 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0018_01BECFCC.CE15DD50" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0018_01BECFCC.CE15DD50 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable In order to install FreeBSD from FTP server in our intranet I put there = /pub/FreeBSD/2.2.8-RELEASE directory from ftp.ua.freebsd.org (probably = copy is not exact because our server running Windows NT and UNIX = symbolic links wasn't preserved). When installing from our server sysinstall utility couldn't find XFree86 = distributives though it exists. Please explain me what must I do to solve this problem. I'll be very glad to receive a letter from you. P.S. excuse me if there are mistakes in text. ------=_NextPart_000_0018_01BECFCC.CE15DD50 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
In order to install FreeBSD from FTP = server in=20 our intranet I put there /pub/FreeBSD/2.2.8-RELEASE directory from=20 ftp.ua.freebsd.org (probably copy is not exact because our server = running=20 Windows NT and UNIX symbolic links wasn't preserved).
When installing from our server = sysinstall=20 utility couldn't find XFree86 distributives though it = exists.
Please explain me what must I do to = solve this=20 problem.
 
I'll be very glad to receive a = letter from=20 you.
 
P.S. excuse me if there are mistakes = in=20 text.
------=_NextPart_000_0018_01BECFCC.CE15DD50-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 10:52:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.vr9.com (ns1.vr9.com [204.50.109.91]) by hub.freebsd.org (Postfix) with SMTP id 4E4A214D80 for ; Fri, 16 Jul 1999 10:52:20 -0700 (PDT) (envelope-from jmiller@vr9.com) Received: (qmail 3837 invoked from network); 16 Jul 1999 18:07:34 -0000 Received: from west-53-0104.direct.ca (HELO vr9.com) (216.66.143.100) by ns1.vr9.com with SMTP; 16 Jul 1999 18:07:34 -0000 Message-ID: <378F7023.853D1F0C@vr9.com> Date: Fri, 16 Jul 1999 10:47:15 -0700 From: Jeff Miller X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: HELP, Fatal trap 12: page fault while in kernel mode Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Help Please, My Server has been getting the following message about every 30 minutes during the day. Fatal trap 12: page fault while in kernel mode fault virtual address = 0x10038 fault code = supervisor write, page no present instruction pointer = 0x8:0xf012ab12 stack pointer = 0x10:0xfa96bf38 frame pointer = 0x10:0xfa96bf50 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres1, def32 1, gran1 Processor ef lags = interrupt enabled, resume, 1 OPL = 0 Current process = 169 (cron) interrupt mask = trap number = 12 panic: page fault syncing disks.. I keep getting this message and I have read that it could be a memory problem or something to do with the kernel. I have tinkered with the Kernel but only removed devices I was sure I didn't have. I have only 64 megs of ram in it but just purchased 128 megs of ram to put in. The memory chips are SDRAM, DIMM Sincerly, Jeff Miller jmiller@vr9.com. http://www.vr9.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 10:53: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.on.home.com (ha1.rdc1.on.wave.home.com [24.2.9.66]) by hub.freebsd.org (Postfix) with ESMTP id 4DDDE156AE for ; Fri, 16 Jul 1999 10:53:00 -0700 (PDT) (envelope-from vivid1@home.com) Received: from bbmobile ([24.64.188.51]) by mail.rdc1.on.home.com (InterMail v4.01.01.07 201-229-111-110) with SMTP id <19990716175216.ILPH17863.mail.rdc1.on.home.com@bbmobile> for ; Fri, 16 Jul 1999 10:52:16 -0700 Reply-To: From: "Vivid" To: "FreeBSD Questions" Subject: DHCP and NAT? problems. Date: Fri, 16 Jul 1999 13:56:33 -0400 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) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG HI, I am trying to configure the DHCP client for use with the @home network. I am able to get an IP from the DHCP server but fail to get any sort of internet connectivity. I am unable to ping or trace out. My requests would simply stall and eventually I would get a hostname lookup failure. However I figured it was a problem with the rules in my rc firewall. So when I disabled the natd options in my rc.conf (natd_enable and natd_interface was commented) and changed my firewall_type to open I was able to obtain an IP and ping out and have full internet connectivity. So I believe my dhclient.conf and dhclient-script is properly configured since I seem to have full functionality. Does anybody have any suggestions on what may be the problem? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 10:56: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 8F7FD14D80 for ; Fri, 16 Jul 1999 10:56:01 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id XAA06260 for questions@FreeBSD.ORG; Fri, 16 Jul 1999 23:53:16 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id XAA00842 for questions@FreeBSD.ORG; Fri, 16 Jul 1999 23:16:01 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id XAA03287 for ; Fri, 16 Jul 1999 23:14:12 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Fri, 16 Jul 1999 23:14:12 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: questions@FreeBSD.ORG Subject: hacking user-ppp Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear All, i downloaded user ppp stuff from www.freebsd.org/~brian i tried to debug it with ddd/gdb (i hope it's LICENSE allows that :-) so i added 'COPTS+= ... -g3' or 'COPTS+= ... -ggdb' to the Makefiles. but when i 'make install' it _persistently_ does 'install -s ..' so i have stripped binaries :-( any _good_ idea how to prevent it ? Regards, (Наилучшие пожелания) Ilia Chipitsine (Илья Шипицин) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 10:59:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 9CE4B156B2 for ; Fri, 16 Jul 1999 10:59:02 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.8.7/8.8.7) with ESMTP id NAA27298; Fri, 16 Jul 1999 13:56:59 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Fri, 16 Jul 1999 13:56:59 -0400 (EDT) From: Steve Hovey To: Jeff Miller Cc: freebsd-questions@FreeBSD.ORG Subject: Re: HELP, Fatal trap 12: page fault while in kernel mode In-Reply-To: <378F7023.853D1F0C@vr9.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 For me, this has always meant (since it notes a VIRTUAL address) that its a problem with the drive the swap is on - like if you can bad block scan the whole drive (like an adaptec bios verify) you might wanna. Or switch where you do swap - or turn swap off altogether just to prove or disprove the point. On Fri, 16 Jul 1999, Jeff Miller wrote: > Help Please, > > My Server has been getting the following message about every > 30 minutes during the day. > > Fatal trap 12: page fault while in kernel mode > > fault virtual address = 0x10038 > fault code = supervisor write, page no present > instruction pointer = 0x8:0xf012ab12 > stack pointer = 0x10:0xfa96bf38 > frame pointer = 0x10:0xfa96bf50 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres1, def32 1, gran1 > Processor ef lags = interrupt enabled, resume, 1 OPL = 0 > Current process = 169 (cron) > interrupt mask = > trap number = 12 > panic: page fault > > > syncing disks.. > > I keep getting this message and I have read that it could be a memory > problem > or something to do with the kernel. I have tinkered with the Kernel but > only > removed devices I was sure I didn't have. I have only 64 megs of ram in > it but > just purchased 128 megs of ram to put in. The memory chips are SDRAM, > DIMM > > > Sincerly, > > Jeff Miller > jmiller@vr9.com. > http://www.vr9.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 Fri Jul 16 11:40:57 1999 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 8C94914C80 for ; Fri, 16 Jul 1999 11:40:56 -0700 (PDT) (envelope-from darrelld1@home.com) Received: from cx807017a ([24.5.174.146]) by mail.rdc1.sdca.home.com (InterMail v4.01.01.00 201-229-111) with SMTP id <19990716183845.TKLP17489.mail.rdc1.sdca.home.com@cx807017a> for ; Fri, 16 Jul 1999 11:38:45 -0700 Message-ID: <000001becfba$6fb2ad40$92ae0518@elcjn1.sdca.home.com> From: "D Squared plus One" To: Subject: Removing Boot Manager Date: Fri, 16 Jul 1999 11:21:05 -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.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How do I remove the boot manager from my system? The boot manager is the FreeBSD manager that is part of the install process. Thanks Darrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 11:41:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.delanet.com (hermes.delanet.com [208.9.136.62]) by hub.freebsd.org (Postfix) with SMTP id 7A08E156BF for ; Fri, 16 Jul 1999 11:41:31 -0700 (PDT) (envelope-from stevec@delanet.com) Received: (qmail 99072 invoked from network); 16 Jul 1999 18:41:42 -0000 Received: from unknown (HELO delanet.com) (208.9.136.123) by mail.delanet.com with SMTP; 16 Jul 1999 18:41:42 -0000 Message-ID: <378F7CA7.F327C75B@delanet.com> Date: Fri, 16 Jul 1999 14:40:39 -0400 From: "Stephen C. Comoletti" Organization: DelaNET, Inc. X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Subject: recompile password datebase with large user base? 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 curious if anyone has run into this situation.. I'm migrating from a Solaris 2.6 system to Freebsd 3.2 for our nfs server. We have 8,700+ accounts which will be moved. The user dirs will be on an external raid5 array, using the bsd box to serve nfs to our web, mail, and shell servers. Situation currently works stable (however very slow) using our Sun Netra as a non raid based nfs server. So the problem I have is after writing a quick perl script to convert the solaris passwd/shadow file to bsd format and running pwd_mkdb, initially I ran out of disk space on the root partition. Easy to fix. However the time to recompile the db is over a minute with this large a user base. This presents a problem where if I have more than one of my phone reps adding a user or one of my dealers adding a user at the same time...I could have it run pwd_mkdb every 10/15 mins if the passwd file has been altered..but thats a bit sloppy. Anyone else have any thoughts on this? Also, if you could cc: me on any replies as I'm not currently on the list. Thanks and regards, -- Stephen Comoletti Systems Administrator Delanet, Inc. http://www.delanet.com ph: (302) 326-5800 fax: (302) 326-5802 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 11:52:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from boom.calcasieu.com (boom.calcasieu.com [209.99.46.80]) by hub.freebsd.org (Postfix) with ESMTP id 03D3E14C80 for ; Fri, 16 Jul 1999 11:52:37 -0700 (PDT) (envelope-from dread@calcasieu.com) Received: from coypu.bb.calcasieu.com (coypu.bb.calcasieu.com [192.168.3.21]) by boom.calcasieu.com (8.9.3/8.9.3) with ESMTP id NAA18451; Fri, 16 Jul 1999 13:50:28 -0500 (CDT) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <000301becf8d$ea4855a0$0fc8a8c0@dave.ciminot.com> Date: Fri, 16 Jul 1999 13:50:28 -0500 (CDT) Organization: Calcasieu Lumber From: Don Read To: "David B. Aas" Subject: RE: Daytime Protocol-Port 13-AtomTime Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 16-Jul-99 David B. Aas wrote: > I set up xntpd, which works fine. Now I would like to get AtomTime on my > Windows computers to sync to my BSD box. > > AtomTime uses the Daytime Protocol on Telnet Port 13. What do I have to do > to enable Port 13? > > I did a search of the MAN pages, and didn't find anything. Any ideas? > edit /etc/inetd.conf and uncomment the lines: daytime stream tcp nowait root internal daytime dgram udp wait root internal  then kill -HUP `head /var/run/inetd.pid` Regards, --- Don Read dread@calcasieu.com EDP Manager dread@texas.net Calcasieu Lumber Co. Austin TX -- But I'm in good company, sendmail has kicked a great many butts in the past To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 12:11:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f80.hotmail.com [216.32.181.80]) by hub.freebsd.org (Postfix) with SMTP id 2E6F815769 for ; Fri, 16 Jul 1999 12:11:22 -0700 (PDT) (envelope-from knowledge2400@hotmail.com) Received: (qmail 21822 invoked by uid 0); 16 Jul 1999 19:11:22 -0000 Message-ID: <19990716191122.21821.qmail@hotmail.com> Received: from 195.67.194.92 by www.hotmail.com with HTTP; Fri, 16 Jul 1999 12:11:21 PDT X-Originating-IP: [195.67.194.92] From: "cassandra -" To: freebsd-questions@FreeBSD.ORG Subject: eth0 not there??? Date: Fri, 16 Jul 1999 19:11:21 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi! how does one get a ethernet card to work in freeBSD?? i've tried everything but it wont show up on the selection list.. i also tried changing around in the cli-something pre-install window but the irq's are always wrong.... help please. :) ______________________________________________________ Get Your Private, Free Email 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 Fri Jul 16 12:17:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.hawaii.rr.com (smtp3.hawaii.rr.com [204.210.97.13]) by hub.freebsd.org (Postfix) with ESMTP id C326214C0D for ; Fri, 16 Jul 1999 12:17:48 -0700 (PDT) (envelope-from art@hawaii.rr.com) Received: from taz - 24.94.75.210 by smtp3.hawaii.rr.com with Microsoft SMTPSVC(5.5.1774.114.11); Fri, 16 Jul 1999 09:05:56 -1000 Message-Id: <3.0.6.32.19990716091746.0308e320@clients1.hawaii.rr.com> X-Sender: art@clients1.hawaii.rr.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Fri, 16 Jul 1999 09:17:46 -1000 To: freebsd-questions@FreeBSD.ORG From: "Art Neilson, KH7PZ" Subject: ntp-4.0.91 is marked as broken Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want to install ntpd in my FreeBSD 3.2-R system as it supports the Motorola UT+ Oncore GPS board that I ordered the other day. There is a refclock driver MOTOROLA_ONCORE which I want to use. ntp-4.0.91 is marked as broken in the ports tree, how can I get it fixed? Help!! ntp-4.0.91 is marked as broken: structure has no member named `tv_usec'. -- __ / ) _/_ It is a capital mistake to theorise before one has data. /--/ __ / Insensibly one begins to twist facts to suit theories, / (_/ (_<__ Instead of theories to suit facts. -- Sherlock Holmes, "A Scandal in Bohemia" Arthur W. Neilson III, KH7PZ Bank of Hawaii Tech Support art@hawaii.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 12:40: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cpsgroup.com (dallas-pix.bjke.com [216.207.61.67]) by hub.freebsd.org (Postfix) with ESMTP id 9434D156D0 for ; Fri, 16 Jul 1999 12:40:03 -0700 (PDT) (envelope-from corey@cpsgroup.com) Received: from cbrune.cpsgroup.com (cbrune.cpsgroup.com [144.210.12.19]) by cpsgroup.com (8.9.3/8.9.3) with ESMTP id OAA08441; Fri, 16 Jul 1999 14:37:31 -0500 (CDT) (envelope-from corey@cpsgroup.com) Date: Fri, 16 Jul 1999 14:37:31 -0500 (CDT) From: Corey Brune Reply-To: cbrune@cpsgroup.com To: cassandra - Cc: freebsd-questions@FreeBSD.ORG Subject: Re: eth0 not there??? In-Reply-To: <19990716191122.21821.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 What kind of ethernet card is it? On Fri, 16 Jul 1999, cassandra - wrote: > > hi! > > how does one get a ethernet card to work in freeBSD?? > > i've tried everything but it wont show up on the selection list.. > i also tried changing around in the cli-something pre-install window but the > irq's are always wrong.... help please. :) > > > > ______________________________________________________ > Get Your Private, Free Email 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 Fri Jul 16 12:40:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 64A231523F for ; Fri, 16 Jul 1999 12:40:19 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id OAA70629; Fri, 16 Jul 1999 14:38:48 -0500 (CDT) (envelope-from dan) Date: Fri, 16 Jul 1999 14:38:48 -0500 From: Dan Nelson To: "Art Neilson, KH7PZ" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ntp-4.0.91 is marked as broken Message-ID: <19990716143848.A70600@dan.emsphone.com> References: <3.0.6.32.19990716091746.0308e320@clients1.hawaii.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <3.0.6.32.19990716091746.0308e320@clients1.hawaii.rr.com>; from "Art Neilson, KH7PZ" on Fri Jul 16 09:17:46 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 16), Art Neilson, KH7PZ said: > I want to install ntpd in my FreeBSD 3.2-R system as it supports the > Motorola UT+ Oncore GPS board that I ordered the other day. There is > a refclock driver MOTOROLA_ONCORE which I want to use. ntp-4.0.91 is > marked as broken in the ports tree, how can I get it fixed? Help!! > > ntp-4.0.91 is marked as broken: structure has no member named > `tv_usec'. Update your ports tree. ntp-4.0.93 is what's in ports right now, and it's not broken. -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 12:40:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hmd.com (ns.hmd.com [207.173.216.194]) by hub.freebsd.org (Postfix) with ESMTP id DFC2C156E9 for ; Fri, 16 Jul 1999 12:40:24 -0700 (PDT) (envelope-from tkemp@hmd.com) Received: from [207.173.216.195] (ninja.hmd.com [207.173.216.195]) by hmd.com (8.8.7/8.8.7) with ESMTP id NAA02436 for ; Fri, 16 Jul 1999 13:48:45 -0600 (MDT) (envelope-from tkemp@hmd.com) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Sender: tkemp@mail.hmd.com Message-Id: Date: Fri, 16 Jul 1999 13:39:27 -0600 To: freebsd-questions@freebsd.org From: Tony Kemp Subject: Setting up NNTP and INN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I've just gone through the process of installing NNTPD and INN on our FreeBSD 2.2.5 system. Everything seems to be running okay, but when I connect with a newsreader, I get every newsgroup under the sun (almost 30000). I would like to set up for a PULL feed of only around 2000 or less than that. I can't seem to see where the program is pulling this huge list of groups. I don't want to get the actual feed turned on until I know I'm not going to fill up the server with all those news articles. The other problem I have with NNTPD is that when the newsreader connects, I get the following message on the console: Jul 16 10:45:28 hmd nntpd[1426]: nlist of /vmunix failed: No such file or direct ory Jul 16 11:20:13 hmd nntpd[1640]: nlist of /vmunix failed: No such file or direct ory Jul 16 11:28:13 hmd nntpd[1679]: nlist of /vmunix failed: No such file or direct ory Why is it looking for this directory and how can I fix this? Also when I started INN, I got this message: Jul 16 09:55:20 hmd inndstart: inndstart cant bind Address already in use Is INN supposed to function without NNTPD? Or do they work together? Even though I got this error, the processes are running. Tony Kemp --- Graphic Designer & System Administrator Huddleston Malone Design 56 Exchange Place, Salt Lake City, UT 84111 Phone: 801.595.6808 Fax: 801.595.6841 http://www.hmd.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 12:46:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (fedde.littleton.co.us [207.204.248.149]) by hub.freebsd.org (Postfix) with ESMTP id 1E345156FF for ; Fri, 16 Jul 1999 12:46:08 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost.fedde.littleton.co.us [127.0.0.1]) by fedde.littleton.co.us (8.9.3/8.9.3) with ESMTP id NAA19320; Fri, 16 Jul 1999 13:45:29 -0600 (MDT) Message-Id: <199907161945.NAA19320@fedde.littleton.co.us> To: "Art Neilson, KH7PZ" Cc: freebsd-questions@FreeBSD.ORG From: Chris Fedde Subject: Re: ntp-4.0.91 is marked as broken In-reply-to: Your message of "Fri, 16 Jul 1999 09:17:46 -1000." <3.0.6.32.19990716091746.0308e320@clients1.hawaii.rr.com> Date: Fri, 16 Jul 1999 13:45:29 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running ntp-4.0.92g compiled direct from the internet sources. check http://www.eecis.udel.edu/~ntp/ for details chris "Art Neilson, KH7PZ" writes: I want to install ntpd in my FreeBSD 3.2-R system as it supports the Motorola UT+ Oncore GPS board that I ordered the other day. There is a refclock driver MOTOROLA_ONCORE which I want to use. ntp-4.0.91 is marked as broken in the ports tree, how can I get it fixed? Help!! ntp-4.0.91 is marked as broken: structure has no member named `tv_usec'. -- __ / ) _/_ It is a capital mistake to theorise before one has data. /--/ __ / Insensibly one begins to twist facts to suit theories, / (_/ (_<__ Instead of theories to suit facts. -- Sherlock Holmes, "A Scandal in Bohemia" Arthur W. Neilson III, KH7PZ Bank of Hawaii Tech Support art@hawaii.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message __ Chris Fedde 303 773 9134 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 13:15: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 70D86156E4 for ; Fri, 16 Jul 1999 13:15:00 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Fri, 16 Jul 1999 16:12:35 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105AB9@site2s1> From: Christopher Michaels To: 'Brad Blasing' , shovey@buffnet.net Cc: freebsd-questions@FreeBSD.ORG Subject: RE: y2k question Date: Fri, 16 Jul 1999 16:14:44 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If we're going to be technical about it probably -STABLE, which right now is 3.2. If I remember properly tho, everything from 2.8-STABLE, up to the current versions are all y2k. The date command is y2k, it just accepts a 2 digit date by default as an abbreviation but that format that it accepts can be changed. -Chris > -----Original Message----- > From: Brad Blasing [SMTP:brad@networkcs.com] > Sent: Thursday, July 15, 1999 1:51 PM > To: shovey@buffnet.net > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: y2k question > > > I thought 3.2 was Y2K but the date command stil wants 2 digit year! > > > The web page makes a 100% y2k compliant comment, but I'm wondering on > which > version of FreeBSD that refers to. > > > > > On Thu, 15 Jul 1999, Brad Blasing wrote: > > > > > I found most of what I'm looking for on www.freebsd.org/y2kbug.html, > but > > > I couldn't find what version of freebsd was being touted as y2k > > > compliant. Could you tell me what version? Thanks. > > > > > > -Brad > ,----------------------------------------------------------------, > > > / Bradford Blasing Network Computing Services * > / > > > / E-mail: brad@networkcs.com 1200 Washington Avenue South > / > > > / Phone: (612)337-3525 Minneapolis, MN 55415 USA / > > > / FAX: (612)337-3400 / > > > / * Formerly known as "Minnesota Supercomputer Center" / > > > '----------------------------------------------------------------' > > > 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 Fri Jul 16 13:19: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id 71210156D9 for ; Fri, 16 Jul 1999 13:18:59 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id NAA20386; Fri, 16 Jul 1999 13:17:59 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Fri, 16 Jul 1999 13:17:59 -0700 (PDT) From: Doug X-Sender: doug@dt054n86.san.rr.com To: Vivid Cc: FreeBSD Questions Subject: Re: DHCP and NAT? problems. 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 Fri, 16 Jul 1999, Vivid wrote: > So when I > disabled the natd options in my rc.conf (natd_enable and natd_interface was > commented) and changed my firewall_type to open I was able to obtain an IP > and ping out and have full internet connectivity. So I believe my > dhclient.conf and dhclient-script is properly configured since I seem to > have full functionality. Does anybody have any suggestions on what may be > the problem? What does your firewall script look like? Mine (2.2.8-Stable) has an option that automatically adds the appropriate rule if I have natd enabled in /etc/rc.conf. Also, I found that to get natd working it was necessary to have hostnames for all the machines on my network in my /etc/hosts file. Something like this: 10.0.0.1 gateway gateway.fakenet 10.0.0.2 workstation workstation.fakenet I put those entries in my /etc/hosts file on the natd box, and on my dual boot workstation I put the same /etc/hosts for freebsd, and in c:\windows\HOSTS for windows booting (note, this is NOT hosts.txt). HTH, Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 13:56:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from java.dpcsys.com (java.dpcsys.com [206.16.184.7]) by hub.freebsd.org (Postfix) with ESMTP id 7DDD514E58 for ; Fri, 16 Jul 1999 13:56:18 -0700 (PDT) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by java.dpcsys.com (8.9.1a/8.9.1) with SMTP id NAA03110 for ; Fri, 16 Jul 1999 13:56:15 -0700 (PDT) Date: Fri, 16 Jul 1999 13:56:15 -0700 (PDT) From: Dan Busarow To: freebsd-questions@FreeBSD.ORG Subject: Re: Sun/Sony monitor modelines 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 Thu, 15 Jul 1999, Dan Busarow wrote: > Does anyone happen to have XFree86 modelines that work with > a Sony GDM-1962-B ?? For anyone else who may lay their hands on one of these monitors here's a working modeline as well as horizontal and vertical HorizSync 71.91,72.24,73.29 VertRefresh 70-85 Modeline "1152x864" 100.0 1152 1156 1196 1392 864 865 868 892 -hsync -vsync If you want a 1024 and 1268 entries the sync and refresh are 1024 72.24KHz horizontal 85Hz vertical 1280 73.29KHz horizontal 70Hz vertical This is with a Mirage Z-128 Pro, works great. Dan -- Dan Busarow 949 443 4172 Dana Point Communications, Inc. dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 14: 0:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fwnau040.usco.com (fwnau040.usco.com [207.92.15.79]) by hub.freebsd.org (Postfix) with ESMTP id 848C614E58 for ; Fri, 16 Jul 1999 14:00:22 -0700 (PDT) (envelope-from bLiotta@USCO.com) Received: from ntnau210.usco.com (ntnau210.usco.com [172.16.66.43]) by fwnau040.usco.com (8.9.1/8.8.5) with ESMTP id UAA11967 for ; Fri, 16 Jul 1999 20:57:29 -0400 (EDT) Received: by ntnau210.usco.com with Internet Mail Service (5.0.1458.49) id ; Fri, 16 Jul 1999 16:57:39 -0400 Message-ID: From: "Liotta, Bob" To: "'freebsd-questions@FreeBSD.ORG'" Subject: /stand/sysinstall Date: Fri, 16 Jul 1999 16:57:37 -0400 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can I run sysinstall to retrieve packages if I am behind a firewall with only proxy server access? Right now I use fetch and copy them local. Then I point sysinstall to that directory. Any help would be appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 14:31:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix1.digital-web.net (unix1.digital-web.net [216.65.27.2]) by hub.freebsd.org (Postfix) with ESMTP id 71DAB14D8C for ; Fri, 16 Jul 1999 14:31:56 -0700 (PDT) (envelope-from joseph@randomnetworks.com) Received: from localhost (jmscott@localhost) by unix1.digital-web.net (8.9.3/8.9.3) with ESMTP id RAA69399; Fri, 16 Jul 1999 17:27:13 -0400 (EDT) Date: Fri, 16 Jul 1999 17:27:12 -0400 (EDT) From: Joseph Scott X-Sender: jmscott@unix1.digital-web.net Reply-To: Joseph Scott To: "Stephen C. Comoletti" Cc: "freebsd-questions@freebsd.org" Subject: Re: recompile password datebase with large user base? In-Reply-To: <378F7CA7.F327C75B@delanet.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 Check out the man page for pwd_mkdb(8) and take a look at the [-u username] option. This will allow you to only update that user instead of the whole thing. That should take care of that issue. Joseph On Fri, 16 Jul 1999, Stephen C. Comoletti wrote: > I'm curious if anyone has run into this situation.. I'm migrating from a > Solaris 2.6 system to Freebsd 3.2 for our nfs server. We have 8,700+ > accounts which will be moved. The user dirs will be on an external raid5 > array, using the bsd box to serve nfs to our web, mail, and shell > servers. Situation currently works stable (however very slow) using our > Sun Netra as a non raid based nfs server. > > So the problem I have is after writing a quick perl script to convert > the solaris passwd/shadow file to bsd format and running pwd_mkdb, > initially I ran out of disk space on the root partition. Easy to fix. > However the time to recompile the db is over a minute with this large a > user base. This presents a problem where if I have more than one of my > phone reps adding a user or one of my dealers adding a user at the same > time...I could have it run pwd_mkdb every 10/15 mins if the passwd file > has been altered..but thats a bit sloppy. Anyone else have any thoughts > on this? > > Also, if you could cc: me on any replies as I'm not currently on the > list. > > Thanks and regards, > > -- > Stephen Comoletti > Systems Administrator > Delanet, Inc. http://www.delanet.com > ph: (302) 326-5800 fax: (302) 326-5802 > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Joseph Scott joseph@randomnetworks.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 14:53: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dfssl.exchange.microsoft.com (dfssl.exchange.microsoft.com [131.107.88.59]) by hub.freebsd.org (Postfix) with ESMTP id 56A4414D01 for ; Fri, 16 Jul 1999 14:52:53 -0700 (PDT) (envelope-from a-scotki@Exchange.Microsoft.com) Received: by dfssl with Internet Mail Service (5.5.2650.10) id <3879HR6P>; Fri, 16 Jul 1999 14:50:25 -0700 Message-ID: <19398D273324D3118A2B0008C7E9A5697E6825@SIT.platinum.corp.microsoft.com> From: "Scott Kissel (Volt Computer) (Exchange)" To: "'freebsd-questions@freebsd.org'" Subject: Is it possible to install FreeBSD on a Compaq Proliant 5500 serve r with . . . Date: Fri, 16 Jul 1999 14:50:25 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.10) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to install FreeBSD on a Compaq Proliant 5500 server. The 6 SCSI disks on this server are connected to the server via a Compaq SmartArray2 SCSI Array controller. In order to access the disks I have to configure the SCSI array controller in CMOS. The CMOS configuration requires that I specify what OS I'm going to use as part of the "settings" menu for the SCSI array controller. FreeBSD is not listed on the drop down menu in the "settings" properties area. I've tried three different settings - Unixware, Unix/Xenix, and DOS/Windows (needless to say this last didn't work, but I'm desparate) and none works. When I proceed through the installation routine I get a message telling me that no disks are found and I'm unable to continue to define freeBSD slices. I know that the hardware is functioning properly because I successfully fdisked and formated the array in DOS so that it would boot. Does FreeBSD support the Compaq SmartArray Controller 2? If so, have I missed something when configuring for installation? Please respond via email as I do not have access to newsgroups at work. Thanks for your help! Scott - email = a-scotki@microsoft.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 14:53:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rendo.dekooi.nl (mail.rendo.dekooi.nl [194.235.234.171]) by hub.freebsd.org (Postfix) with ESMTP id 023ED14D01 for ; Fri, 16 Jul 1999 14:53:30 -0700 (PDT) (envelope-from ghw@rendo.dekooi.nl) Received: from wierbos01 (kabelh1-6.rendo.dekooi.nl [194.235.117.6]) by mail.rendo.dekooi.nl (8.9.1/8.9.1) with SMTP id AAA08857 for ; Sat, 17 Jul 1999 00:08:08 +0200 Message-ID: <000701becfd5$6b940900$0675ebc2@wierbos01> From: "ghw" To: Subject: Hi! Date: Fri, 16 Jul 1999 23:51:53 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BECFE6.2DF65A60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BECFE6.2DF65A60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable HI! I want to know if you have to format the harddisk, like you have to do = with LINUX before installing... I hope you will e-mail me back soon... Thanx, Gert W ------=_NextPart_000_0004_01BECFE6.2DF65A60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
HI!
 
I want to know if you have to format = the=20 harddisk, like you have to do with LINUX before = installing...
I hope you will e-mail me back=20 soon...
 
Thanx, Gert = W
------=_NextPart_000_0004_01BECFE6.2DF65A60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 15:28:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fingers.shocking.com (shocking.com [216.111.111.11]) by hub.freebsd.org (Postfix) with ESMTP id E9D7514D01 for ; Fri, 16 Jul 1999 15:28:28 -0700 (PDT) (envelope-from doemill@shocking.com) Received: from shocking.com (doemill@shocking.com [216.111.111.11]) by fingers.shocking.com (8.9.0/8.9.0) with ESMTP id PAA03957; Fri, 16 Jul 1999 15:25:11 -0700 (PDT) Date: Fri, 16 Jul 1999 15:25:11 -0700 (PDT) From: Doug To: ghw Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Hi! In-Reply-To: <000701becfd5$6b940900$0675ebc2@wierbos01> 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 yes, you have to create seperate partitions for freebsd to reside in, And you will need to install a loader similar to lilo. Thats done auto' though. You dont have to format it, You could use FIPS to take a chunk off your curent windows partition so you can allocate space for freebsd... That way you wont have to lose any data, just make sure to defrag before hand. On Fri, 16 Jul 1999, ghw wrote: > HI! > > I want to know if you have to format the harddisk, like you have to do with LINUX before installing... > I hope you will e-mail me back soon... > > Thanx, Gert W > | Doug | unix9.org admin | shocking.com/~doemill/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 16: 9:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from postal1.lbl.gov (postal1.lbl.gov [128.3.7.82]) by hub.freebsd.org (Postfix) with ESMTP id 1B51314C3E for ; Fri, 16 Jul 1999 16:09:52 -0700 (PDT) (envelope-from ijrhem@dante.lbl.gov) Received: from SpamWall.lbl.gov (root@localhost [127.0.0.1]) by postal1.lbl.gov (8.9.3/8.9.3) with ESMTP id QAA17474 for ; Fri, 16 Jul 1999 16:07:11 -0700 (PDT) Received: from dante.lbl.gov (dante.lbl.gov [128.3.13.76]) by SpamWall.lbl.gov (8.9.3/8.9.3) with ESMTP id QAA17462 for ; Fri, 16 Jul 1999 16:07:09 -0700 (PDT) Received: from dante.lbl.gov (eapmac64.lbl.gov [128.3.21.96]) by dante.lbl.gov (8.9.1/8.9.1) with ESMTP id QAA18412 for ; Fri, 16 Jul 1999 16:07:08 -0700 (PDT) Message-ID: <378F2064.9048BF81@dante.lbl.gov> Date: Fri, 16 Jul 1999 05:07:01 -0700 From: Inna Jane Ray X-Mailer: Mozilla 4.5 (Macintosh; I; PPC) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: compatible html site search engines Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Freebsd--Could you develop a Freedbsd version of the Webinator search engine? W used the Webinator (out of Princeton) on my site--www.homeenergy.org--, but when we moved it to BEST servers, which run Freebsd, it is incompatible. Does anyone have a FreeBsd-compatible search engine to post in an html website available to non-profits? We provide information to contractors/homeowners avbout energy conservation--visitors need to search extensive magazine info archives on several servers. Do you give away or sell a search engine we can use on our site? Can you recommend one? Thanks for your help, Inna Jane Ray, Home Energy magazine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 16:22:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from console.prisa.com (gatekeeper.prisa.com [204.94.67.66]) by hub.freebsd.org (Postfix) with SMTP id F40F414CAE for ; Fri, 16 Jul 1999 16:22:26 -0700 (PDT) (envelope-from nschein@prisa.com) Received: from nschein ([172.16.129.137]) by console.prisa.com (8.6.12/8.6.12) with SMTP id QAA01287 for ; Fri, 16 Jul 1999 16:29:33 -0700 From: "Nathaniel Schein" To: "Owner-Freebsd-Questions" Subject: Mail relay Date: Fri, 16 Jul 1999 16:26:48 -0700 Message-ID: <004101becfe2$acdbb130$898110ac@nschein.prisa.com> 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 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The sendmail.cf file comes set by default to deny mail relay. What changes must one make to enable relay? Nathaniel Schein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 16:28:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.gte.net (smtp2.gte.net [207.115.153.31]) by hub.freebsd.org (Postfix) with ESMTP id 3625114EF9 for ; Fri, 16 Jul 1999 16:28:25 -0700 (PDT) (envelope-from phbrown@gte.net) Received: from gte.net (1Cust186.tnt21.sfo3.da.uu.net [208.254.227.186]) by smtp2.gte.net with ESMTP for ; id SAA07252 Fri, 16 Jul 1999 18:28:17 -0500 (CDT) Message-ID: <378FC007.32934473@gte.net> Date: Fri, 16 Jul 1999 16:28:07 -0700 From: Parker Brown X-Mailer: Mozilla 4.06 [en] (Win98; U) MIME-Version: 1.0 To: Tech Support Subject: Probs Printing using apsfilter Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just installed apsfilter from the ports collection, and it completely re-arranged my /etc/printcap file. When I use the lpr command, root gets this message: lpd [...]: cannot execv /usr/local/aspfilter/filter/aps-cdj670--auto-color which is a link to /usr/local/apsfilter/bin/apsfilter, owner root, group wheel, 555. If /etc/printcap doesn't specify a filter, my HP 672c DeskJet prints staggered, if any, output, as mentioned in the Handbook. Really having troubles printing. The printer works with the other OS on my computer, and this is actually the first time since FreeBSD 2.1.5 that I've actually tried to print things. Any suggestions on how to remedy the error? PB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 17: 2:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 95BE314C41; Fri, 16 Jul 1999 17:02:33 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Message-Id: <19990717000233.95BE314C41@hub.freebsd.org> Date: Fri, 16 Jul 1999 17:02:33 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How to get the best results from FreeBSD questions. =================================================== Last update 11 July 1999 This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from Majordomo@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions mailing list! If you ever want to remove yourself from this mailing list, you can send mail to "Majordomo@FreeBSD.ORG" with the following command in the body of your email message: unsubscribe freebsd-questions Greg Lehey Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions, -newbies or -hackers? =================================================== Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In addition, the FreeBSD-newbies list caters specifically for people who are new to FreeBSD and may be having trouble getting used to the environment. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/FAQ/FAQ.html, and also on your own system (once you've installed it) at /usr/share/doc/FAQ/FAQ.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. If you're new to FreeBSD, and the message is about your own relationship to FreeBSD, send the message to FreeBSD-newbies. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 4. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 5. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 6. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 7. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 8. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to answer a question =========================== Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 5. Don't do a group reply; lots of people send messages with hundreds of CCs. Unless there's a good reason to do otherwise, just reply to the person and copy FreeBSD-questions. 6. Trim the original message to the minimum, and use some technique to identify which text came from the original message, and which text you add. I personally find that prepending "> " to the original message works best. Leaving white space after the ">" and leave empty lines between your text and the original text both make the result more readable. Most mailers change the subject line on a reply by prepending a text such as "Re: ". If your mailer doesn't do it automatically, you should do it manually. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), *please* fix it. In the case of an incorrect subject line (such as "HELP!!??"), change the subject line to (say) "Re: Difficulties with sync PPP (was: HELP!!??)". That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 17: 2:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 7C6D514CF1; Fri, 16 Jul 1999 17:02:34 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", third edition: errata and addenda Message-Id: <19990717000234.7C6D514CF1@hub.freebsd.org> Date: Fri, 16 Jul 1999 17:02:34 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, third edition Last revision: 11 July 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the third edition, formatted on 17 May 1999. You'll find this information on page iv (the page before the beginning of the Table of Contents). See the end of this document for instructions on how to find the errata for an older version. You can get the current document in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ps. See page 302 of the third edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-3.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at Page ii _______ The instructions on page ii (opposite the title page) tell you to look at ftp://ftp.lemis.com/pub/cfbsd/errata-2 for the errata list. That's wrong. Look at this list. Pages 190 and 191 _________________ The description is not very clear about which text appears when booting from floppy for initial install, and which appears when booting normally. The procedure is very similar, but there are some differences. Add the following text after the heading Boot messages: You'll boot your system in at least two different ways: initially you'll boot from floppy or CD-ROM in order to install the system. Later, after the system is installed, you'll boot from hard disk. The procedure is almost identical, so we'll look at both versions in the following examples. Replace the text from the middle of page 191 with: If you're booting from 1.44 MB floppies, you will then see: Please insert MFS root floppy and press enter: When you insert the MFS root floppy and press Enter, you see more twirling batons, then the UserConfig screen appears. UserConfig: Modifying the boot configuration ____________________________________________ After the kernel has been loaded, the following screen will appear if you are installing the system, or if you have requested it with the -c option to the boot loader: Page 206 ________ The bottom two lines on this page should be in bold constant font, indicating that this is input for your /etc/rc.config file Page 2 Errata and addenda for the Complete FreeBSD, third edition nfs_client_enable="YES" # This host is an NFS client (or NO). nfs_server_enable="YES" # This host is an NFS server (or NO). Page 265 ________ The example on the second half of the page refers to the old SCSI driver. The scsi program is no longer available in FreeBSD 3.x. Instead, use the camcontrol program. Replace the text with:. Modern disks make provisions for recovering from such errors by allocating an alternate sector for the data. IDE drives do this automatically, but with SCSI drives you have the option of enabling or disabling reallocation. Usually it is turned on when you buy them, but occasionally it is not. When installing a new disk, you should check that the parameters ARRE (Auto Read Reallocation Enable) and AWRE (Auto Write Reallocation Enable) are turned on. For example, to check and set the values for disk da1, you would enter: # camcontrol modepage da1 -m 1 -e -P 3 # scsi -f /dev/rda1c -m 1 -e -P 3 This command will start up your favourite editor (either the one specified in the EDITOR environment variable, or vi by default) with the following data: AWRE (Auto Write Reallocation Enbld): 0 ARRE (Auto Read Reallocation Enbld): 1 TB (Transfer Block): 0 RC (Read Continuous): 0 EER (Enable Early Recovery): 0 PER (Post Error): 0 DTE (Disable Transfer on Error): 0 DCR (Disable Correction): 0 Read Retry Count: 16 Correction Span: 41 Head Offset Count: 0 Data Strobe Offset Count: 0 Write Retry Count: 16 Recovery Time Limit: 0 The values for AWRE and ARRE should both be 1. If they aren't, as in this case, where AWRE is 0, change the data with the editor, save it, and exit. The camcontrol program will write the data back to the disk and enable the option. Page 3 The Complete FreeBSD Getting errata for older editions of the book _____________________________________________ There have been a total of five different versions of ``The Complete FreeBSD''. The most accurate way to distinguish them is by the format date, which you'll find at the bottom of page iv (the page before the beginning of the Table of Contents) in all versions of the book. 1. The first was titled ``Installing and running FreeBSD'', and was formatted on 24 February 1996. No errata list exists for this book. 2. For the first edition (19 July 1996), get ftp://ftp.lemis.com/pub/cfbsd/er- rata-1. This same file is also available via the web link http://www.lemis.com/errata-1. I am no longer updating this errata list. 3. The list for the second edition (16 December 1997) is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the second edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. 4. The revised second edition was formatted on 11 February 1999. As the name suggests, it's not a complete new edition: in fact, only three chapters are different: o The chapter ``Setting up X11'' has been brought up to date. Page 4 Errata and addenda for the Complete FreeBSD, third edition o Appendix D (``Contents of the Ports Collection'') has been replaced by two appendixes, ``Errata and Addenda'' (the errata list up to date at the time) and ``FreeBSD 3.0'', which describes the differences between FreeBSD 2.x and FreeBSD 3.x. There is no separate errata list for this book. Refer to the second edition errata list. 5. The current, third edition, formatted on 17 May 1999. This is the correct list for this edition. Page 5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 17: 2:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 5283214CA1; Fri, 16 Jul 1999 17:02:34 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", second edition: errata and addenda Message-Id: <19990717000234.5283214CA1@hub.freebsd.org> Date: Fri, 16 Jul 1999 17:02:34 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, second edition Last revision: 21 June 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the second edition, formatted on 16 December 1997. If you have this book, please check this list. If you have the first edition of 19 July 1996, please check ftp://ftp.lemis.com/pub/cfbsd/errata-1. This same file is also available via the web link http://www.lemis.com/. This list is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the book to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at General changes _______________ o In a number of places, I suggest the use of the following command to find process information: $ ps aux | grep foo Unfortunately, ps is sensitive to the column width of the terminal emulator upon which it is working. This command usually works fine on a relatively wide xterm, but if you're running on an 80-column terminal, it may truncate exactly the information you're looking for, so you end up with no output. You can fix that with the w option: $ ps waux | grep foo Thanks to Sue Blake for this information Location of the sample files ____________________________ On the 2.2.5 CD-ROM only, the location of the sample files does not match the specifications in the book (/book on the first CD-ROM). The 2.2.5 CD-ROM came out before the book, and it contains the files on the third (repository) CD-ROM as a single gzipped tar file /xperimnt/cfbsd/cfbsd.tar.gz. It contains the following files: drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/ drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/mutt/ -rw-r--r-- jkh/jkh 352 Oct 15 15:21 1997 cfbsd/mutt/.mail_aliases -rw-r--r-- jkh/jkh 9394 Oct 15 15:22 1997 cfbsd/mutt/.muttrc drwxr-xr-x jkh/jkh 0 Oct 17 14:02 1997 cfbsd/scripts/ -rw-r--r-- jkh/jkh 18281 Oct 16 16:52 1997 cfbsd/scripts/.fvwm2rc -rwxr-xr-x jkh/jkh 1392 Oct 17 12:54 1997 cfbsd/scripts/install-desktop -rw-r--r-- jkh/jkh 296 Oct 17 12:35 1997 cfbsd/scripts/.xinitrc -rwxr-xr-x jkh/jkh 622 Oct 17 13:51 1997 cfbsd/scripts/install-rcfiles -rw-r--r-- jkh/jkh 1133 Oct 17 13:00 1997 cfbsd/scripts/Uutry -rw-r--r-- jkh/jkh 1028 Oct 17 14:02 1997 cfbsd/scripts/README drwxr-xr-x jkh/jkh 0 Oct 18 19:32 1997 cfbsd/docs/ -rw-r--r-- jkh/jkh 199111 Oct 16 14:29 1997 cfbsd/docs/packages.txt Page 2 Errata and addenda for the Complete FreeBSD, second edition -rw-r--r-- jkh/jkh 189333 Oct 16 14:28 1997 cfbsd/docs/packages-by-category.txt -rw-r--r-- jkh/jkh 188108 Oct 16 14:29 1997 cfbsd/docs/packages.ps -rw-r--r-- jkh/jkh 226439 Oct 16 14:27 1997 cfbsd/docs/packages-by-category.ps -rw-r--r-- jkh/jkh 788 Oct 16 15:01 1997 cfbsd/README -rw-r--r-- jkh/jkh 248 Oct 17 11:52 1997 cfbsd/errata To extract one of these files, say cfbsd/docs/packages.txt, and assuming you have the CD-ROM mounted as /cdrom, enter: # cd /usr/share/doc # tar xvzf /cdrom/xperimnt/cfbsd/cfbsd.tar.gz cfbsd/docs/packages.txt See page 209 for more information on using tar. These files are an early version of what is described in the book. I'll put up some updated versions on ftp://ftp.lemis.com/ in the near future. Thanks to Frank McCormick for drawing this to my attention. Chapter 8: Setting up X11 _________________________ For FreeBSD 2.2.7, this chapter has changed sufficiently to make it impractical to distribute errata. You can download the PostScript version from ftp://www.lemis.com/pub/cfbsd/xsetup.ps, or the ASCII version from ftp://www.lemis.com/pub/cfbsd/xsetup.txt. No HTML version is available. Page xxxiv __________ Before the discussion of the shell prompts in the middle of the page, add: In this book, I recommend the use of the Bourne shell or one of its descendents (sh, bash, pdksh, ksh or zsh). With the exception of sh, they are all in the Ports Collection. I personally use the bash shell. This is a personal preference, and a recommendation, but it's not the standard shell. The standard BSD shell is the C shell (csh), which has a fuller- featured descendent tcsh. In particular, the standard installation sets the root user up with a csh. See page 152 (in this errata) for details of how to change the shell. Page 3 General changes Page 11: Reading the handbook _____________________________ The CD-ROM now includes Netscape. Replace the last paragraph on the page and the example on the following page with: If you're running X, you can use a browser like netscape to read the handbook. If you don't have X running yet, use lynx. Both of these programs are included on the CD-ROM. To install them, enter: # pkg_add /cdrom/packages/All/netscape-communicator-4.5.tgz or # pkg_add /cdrom/packages/All/lynx-2.8.1.1.tgz The numbers after the name (4.5 and 2.8.1.1) may change after this book has been printed. Use ls to list the names if you can't find these particular versions. Note that lynx is not a complete substitute for netscape: since it is text- only, it is not capable of displaying the large majority of web pages correctly. It will suffice for reading most of the handbook, however. Thanks to Stuart Henderson and for drawing this to my attention. Page 12: Printing the handbook ______________________________ The instructions for formatting the handbook are obsolete. Replace the section starting Alternatively, you can print out the handbook with the following text: Alternatively, you can print out the handbook. You need to have the documentation sources (/usr/doc) installed on your system. You can find them on the second CD-ROM in the directory of the same name. To install them, first mount your CD-ROM (see page 175). Then enter: $ cd /cdrom/usr/doc/handbook $ mkdir -p /usr/doc/handbook you may need to be root for this operation $ cp -pr * /usr/doc/handbook You have a choice of formats for the output: o ascii will give you plain 7-bit ASCII output, suitable for reading on a character-mode terminal. Page 4 Errata and addenda for the Complete FreeBSD, second edition o html will give you HTML output, suitable for browsing with a web browser. o latex will give you LATEX format, suitable for further processing with TEX and LATEX. o ps will give you PostScript output, probably the best choice for printing. o roff will give you output in troff source. You can process this output with nroff or troff, but it's currently not very polished. LATEX output is a better choice if you want to process it further. Once you have decided your format, use make to create the document. For example, if you decide on PostScript format, you would enter: $ make FORMATS=ps This creates a file handbook.ps which you can then print to a PostScript printer or with the aid of ghostscript (see page 222). Thanks to Bob Beer for drawing this to my attention. Page 45: Preparing floppies for installation _____________________________________________ Replace the paragraph below the list of file names (in the middle of the page) with: The floppy set should contain the file bin.inf and the ones whose names start with bin. followed by two letters. These other files are all 240640 bytes long, except for the final one which is usually shorter. Use the MS-DOS COPY program to copy as many files as will fit onto each disk (5 or 6) until you've got all the distributions you want packed up in this fashion. Copy each distribution into subdirectory corresponding to the base name--for example, copy the bin distribution to the files A:\BIN\BIN.INF, A:\BIN\BIN.AA and so on. Page 80 and 81 ______________ In a couple of examples, the FreeBSD partition is shown as type 164. It should be 165. Thanks to an unknown contributer for this correction (sorry, I lost your name). Page 5 General changes Page 88: setting up for dumping _______________________________ The example mentions a variable savecore in /etc/rc.conf. This variable is no longer used--it's enough to set the variable dumpdev. Page 92 _______ At the end of the section How to install a package add the text: Alternatively, you can install packages from the /stand/sysinstall Final Configuration Menu. We saw this menu on page in figure 4-14 on page 71. When you start sysinstall from the command line, you get to this menu by selecting Index, and then selecting Configure. Page 93 _______ Before the heading Install ports from the first CD-ROM add: Install ports when installing the system ________________________________________ The file ports/ports.tgz on the first CD-ROM is a tar archive containing all the ports. You can install it with the base system if you select the Custom distribution and include the ports collection. If you didn't install them at the time, use the following method to install them all (about 40 MB). Make sure your CD-ROM is mounted (in this example on /cdrom), and enter: Page 96 _______ Replace the example at the top of the page with: Instead, do: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # for i in *; do > ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i > done Page 6 Errata and addenda for the Complete FreeBSD, second edition If you're using csh or tcsh, enter: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # foreach i (*) ? ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i ? end Thanks to Christopher Raven and Francois Jacques for drawing this to my attention. Page 104 ________ The examples at the bottom of the page and the top of the next page specify the wrong directory (/usr). It should be /usr/X11R6. Replace the examples with: For a full install, choose /cdrom/dists/XF86331/X331*.tgz. If you are using sh, enter: # cd /usr/X11R6 # for i in /cdrom/dists/XF86331/X331*.tgz; do # tar xzf $i # done If you are using csh, enter: % cd /usr/X11R6 % foreach i (/cdrom/dists/XF86331/X331*.tgz) % tar xzf $i % end For a minimal installation, first choose a server archive corresponding to your VGA board. If table 8-2 on page 103 doesn't give you enough information, check the server man pages, starting on page 1545, which list the VGA chip sets supported by each server. For example, if you have an ET4000 based board you will use the XF86_SVGA server. In this case you would enter: # cd /usr/X11R6 # tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here # for i in bin fnts lib xicf; do # tar xzf /cdrom/dists/XF86331/X331$i.tgz # done Page 7 Install ports when installing the system If you are using csh, enter: % cd /usr/X11R6 % tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here % foreach i (bin fnts lib xicf) % tar xzf /cdrom/dists/XF86331/$i % end Thanks to Manuel Enrique Garcia Cuesta for pointing out this one. Page 128 ________ Replace the complete text below the example with the following: These values are defaults, and many are either incorrect for FreeBSD (for example the device name /dev/com1) or do not apply at all (for example Xqueue). If you are configuring manually, select one Protocol and one Device entry from the following selection. If you must use a two-button mouse, uncomment the keyword Emulate3Buttons--in this mode, pressing both mouse buttons simultane- ously within Emulate3Timeout milliseconds causes the server to report a middle button press. Section "Pointer" Protocol "Microsoft" for Microsoft protocol mice Protocol "MouseMan" for Logitech mice Protocol "PS/2" for a PS/2 mouse Protocol "Busmouse" for a bus mouse Device "/dev/ttyd0" for a mouse on the first serial port Device "/dev/ttyd1" for a mouse on the second serial port Device "/dev/ttyd2" for a mouse on the third serial port Device "/dev/ttyd3" for a mouse on the fourth serial port Device "/dev/psm0" for a PS/2 mouse Device "/dev/mse0" for a bus mouse Emulate3Buttons only for a two-button mouse EndSection You'll notice that the protocol name does not always match the manufacturer's Page 8 Errata and addenda for the Complete FreeBSD, second edition name. In particular, the Logitech protocol only applies to older Logitech mice. The newer ones use either the MouseMan or Microsoft protocols. Nearly all modern serial mice run one of these two protocols, and most run both. If you are using a bus mouse or a PS/2 mouse, make sure that the device driver is included in the kernel. The GENERIC kernel contains drivers for both mice, but the PS/2 driver is disabled. Use UserConfig (see page 50) to enable it. Page 140 ________ Just before the paragraph The super user add the following paragraph: If you do manage to lose the root password, all may not be lost. Reboot the machine to single user mode (see page 157), and enter: # mount -u / mount root file system read/write # mount /usr mount /usr file system (if separate) # passwd root change the password for root Enter new password: Enter password again: # ^D enter ctrl-D to continue with startup If you have a separate /usr file system (the normal case), you need to mount it as well, since the passwd program is in the directory /usr/bin. Note that you should explicitly state the name root: in single user mode, the system doesn't have the concept of user IDs. Page 148 ________ Replace the text at the top of the page with: Modern shells supply command line editing which resembles the editors vi or Emacs. In bash, sh, ksh, and zsh you can make the choice by entering Page 152 ________ After figure 10-8, add the following text: It would be tedious for every user to put settings in their private initialization files, so the shells also read a system-wide default file. For the Bourne shell family, it is /etc/profile, while the C shell family has three Page 9 Install ports when installing the system files: /etc/csh.login to be executed on login, /etc/csh.cshrc to be executed when a new shell is started after you log in, and /etc/csh.logout to be executed when you stop a shell. The start files are executed before the corresponding individual files. In addition, login classes (page 141) offer another method of setting environment variables at a global level. Changing your shell ___________________ The FreeBSD installation gives root a C shell, csh. This is the traditional Berkeley shell, but it has a number of disadvantages: command line editing is very primitive, and the script language is significantly different from that of the Bourne shell, which is the de facto standard for shell scripts: if you stay with the C shell, you may still need to understand the Bourne shell. The latest version of the Bourne shell sh also includes some command line editing. See page 148 for details of how to enable it. You can get better command line editing with tcsh, in the Ports Collection. You can get both better command line editing and Bourne shell syntax with bash, also in the Ports Collection. If you have root access, you can use vipw to change your shell, but there's a more general way: use chsh (Change Shell). Simply run the program. It starts your favourite editor (as defined by the EDITOR environment variable). Here's an example before: #Changing user database information for velte. Shell: /bin/csh Full Name: Jack Velte Location: Office Phone: Home Phone: You can change anything after the colons. For example, you might change this to: #Changing user database information for velte. Shell: /usr/local/bin/bash Full Name: Jack Velte Location: On the road Office Phone: +1-408-555-1999 Home Phone: Page 10 Errata and addenda for the Complete FreeBSD, second edition chsh checks and updates the password files when you save the modifications and exit the editor. The next time you log in, you get the new shell. chsh tries to ensure you don't make any mistakes--for example, it won't let you enter the name of a shell which isn't mentioned in the file /etc/shells--but it's a very good idea to check the shell before logging out. You can try this with su, which you normally use to become super user: bumble# su velte Password: su-2.00$ note the new prompt There are a couple of problems in using tcsh or bash as a root shell: o The shell for root must be on the root file system, otherwise it will not work in single user mode. Unfortunately, most ports of shells put the shell in the directory /usr/local/bin, which is almost never on the root file system. o Most shells are dynamically linked: they rely on library routines in files such as /usr/lib/libc.a. These files are not available in single user mode, so the shells won't work. You can solve this problem by creating statically linked versions of the shell, but this requires programming experience beyond the scope of this book. If you can get hold of a statically linked version, perform the following steps to install it: o Copy the shell to /bin, for example: # cp /usr/local/bin/bash /bin o Add the name of the shell to /etc/shells, in this example the line in bold print: # List of acceptable shells for chpass(1). # Ftpd will not allow users to connect who are not using # one of these shells. /bin/sh /bin/csh /bin/bash You can then change the shell for root as described above. Page 11 Install ports when installing the system Thanks to Lars Koller for drawing this to my attention. Page 160 ________ Replace the text at the fourth bullet with the augmented text: The second-level boot locates the kernel, by default the file /kernel on the root file system, and loads it into memory. It prints the Boot: prompt at this point so that you can influence this choice--see the man page on page 579 for more details of what you can enter at this prompt. Page 169 ________ Replace the last paragraph on the page with: The standard solution for these problems is to relocate the /tmp file system to a different directory, say /usr/tmp, and create a symbolic link from /usr/tmp to /tmp--see Chapter 4, Installing FreeBSD, page 72, for more details. Thanks to Charlie Sorsby for drawing this to my attention. Page 176 ________ Add the following paragraph Unmounting file systems When you mount a file system, the system assumes it is going to stay there, and in the interests of efficiency it delays writing data back to the file system. This is the same effect we discussed on page 158. As a result, if you want to stop using a file system, you need to tell the system about it. You do this with the umount command. Note the spelling--there's no n in the command name. You need to do this even with read-only media such as CD-ROMs: the system assumes it can access the data from a mounted file system, and it gets quite unhappy if it can't. Where possible, it locks removable media so that you can't remove them from the device until you unmount them. Using umount is straightforward: just tell it what to unmount, either the device name or the directory name. For example, to unmount the CD-ROM we Page 12 Errata and addenda for the Complete FreeBSD, second edition mounted in the example above, you could enter one of these commands: # umount /dev/cd1a # umount /cd1 Before unmounting a file system, umount checks that nobody is using it. If somebody is using it, it will refuse to unmount it with a message like umount: /cd1: Device busy. This message often occurs because you have changed your directory to a directory on the file system you want to remove. For example (which also shows the usefulness of having directory names in the prompt): === root@freebie (/dev/ttyp2) /cd1 16 -> umount /cd1 umount: /cd1: Device busy === root@freebie (/dev/ttyp2) /cd1 17 -> cd === root@freebie (/dev/ttyp2) ~ 18 -> umount /cd1 === root@freebie (/dev/ttyp2) ~ 19 -> Thanks to Ken Deboy for pointing out this omission. Page 180 ________ The example in the middle of the page should read: For example, to generate a second set of 32 pseudo-terminals, enter: # cd /dev # ./MAKEDEV pty1 You can generate up to 256 pseudo-terminals. They are named ttyp0 through ttypv, ttyq0 through ttyqv, ttyr0 through ttyrv, ttys0 through ttysv, ttyP0 through ttyPv, ttyQ0 through ttyQv, ttyR0 through ttyRv and ttyS0 through ttySv. To create each set of 32 terminals, use the number of the set: the first set is pty0, and the eighth set is pty7. Note that some processes, such as xterm, only look at ttyp0 through ttysv. Thanks to Karl Wagner for pointing out this error. Page 197, first line ____________________ The text of the first full sentence reads: Page 13 Install ports when installing the system The first name, up the the symbol, is the label. In fact, it should read: The first name, up to the | symbol, is the label. Page 208, middle of page ________________________ The example shows the file name /dev/rst0 when using the Bourne shell, and /dev/nrst0 when using C shell and friends. This is inconsistent; use /dev/nrst0 with any shell if you want a non-rewinding tape, or /dev/rst0 if you want a rewinding tape. Thanks to Norman C Rice for pointing out this one. Page 219 ________ Before the section Testing the spooler add the following section: As we saw above, the line printer daemon lpd is responsible for printing spooled jobs. By default it isn't started at boot time. If you're root, you can start it by name: # lpd Normally, however, you will want it to be started automatically when the system starts up. You do this by setting the variable lpd_enable in /etc/rc.conf: lpd_enable="YES" # Run the line printer daemon See page for more details of /etc/rc.conf. Another line in /etc/rc.conf refers to the line printer daemon: lpd_flags="" # Flags to lpd (if enabled). You don't normally need to change this line. See the man page for lpd for details of the flags. Thanks to Tommy G. James for bringing this to my attention. Page 14 Errata and addenda for the Complete FreeBSD, second edition Page 231 ________ Replace the first line of the example with: xhost presto bumble gw The original version allowed anybody on the Internet to access your system. Thanks to Jerry Dunham for drawing this one to my attention. Page 237 ________ In the section Installing the sample desktop, replace the first paragraph with: You'll find all the files described in this chapter on the first CD-ROM (Installation CD-ROM) in the directory /book. Remember that you must mount the CD-ROM before you can access the files--see page 175 for further details. The individual scripts are in the directory /book/scripts, but you'll probably find it easier to install them with the script install-desktop: Thanks to Chris Kaiser for drawing this to my attention. Page 242 ________ The instructions for extracting the source files from CD-ROM in the middle of page 242 are incorrect. You'll find the kernel sources on the first CD-ROM in the directory /src. Replace the example with: # mkdir -p /usr/src/sys # ln -s /usr/src/sys /sys # cd / # cat /cdrom/src/ssys.[a-d]* | tar xzvf - Thanks to Raymond Noel , Suttipan Limanond and Satwant for finding this one in several small slices. Page 15 Install ports when installing the system Page 257 ________ Replace the paragraph Berkeley Packet Filter with: pseudo-device bpfilter ______________________ The Berkeley Packet Filter (bpf) allows you to capture packets crossing a network interface to disk or to examine them with the tcpdump program. Note that this capability represents a significant compromise of network security. The number after bpfilter is the number of concurrent processes that can use the facility. Not all network interfaces support bpf. In order to use the Berkeley Packet Filter, you must also create the device nodes /dev/bpf0 to /dev/bpf3 (if you're using the default number 4). Current- ly, MAKEDEV doesn't help much--you need to create each device separately: # cd /dev # ./MAKEDEV bpf0 # ./MAKEDEV bpf1 # ./MAKEDEV bpf2 # ./MAKEDEV bpf3 Thanks to Christopher Raven for drawing this to my attention. Page 264 ________ In the list of disk driver flags, add: o Bit 12 (0x1000) enables LBA (logical block addressing mode). If this bit is not set, the driver accesses the disk in CHS (cylinder/head/sector) mode. o In CHS mode, if bits 11 to 8 are not equal to 0, they specify the number of heads to assume (between 1 and 15). The driver recalculates the number of cylinders to make up the total size of the disk. Page 16 Errata and addenda for the Complete FreeBSD, second edition Page 273, ``Building the kernel'' _________________________________ Replace the example with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention. Page 283, ``Creating the source tree'' ______________________________________ Add a third point to what you need to know: 3. Possibly, the date of the last update that you want to be included in the checkout. If you specify this date, cvs ignores any more recent updates. This option is often useful when somebody discovers a recently introduced bug in -CURRENT: you check out the modules as they were before the bug was introduced. You specify the date with the -D option, for example -D "10 December 1997". Page 285, after the second example. ___________________________________ Add the text: If you need to check out an older version, for example if there are problems with the most recent version of -CURRENT, you could enter: # cvs co -D "10 December 1997" src/sys This command checks out the kernel sources as of 10 December 1997. Page 17 Install ports when installing the system Page 294 ________ Add the following section: Problems executing Linux binaries _________________________________ One of the problems with the ELF format used by more recent Linux binaries is that they usually contain no information to identify them as Linux binaries. They might equally well be BSD/OS or UnixWare binaries. That's not really a problem at this point, since the only ELF format that FreeBSD 3.2 understands is Linux, but FreeBSD-CURRENT recognizes a native FreeBSD ELF format as well, and of course that's the default. If you want to run a Linux ELF binary on such a system, you must brand the executable using the program brandelf. For example, to brand the StarOffice program swriter3, you would enter: # brandelf -t linux /usr/local/StarOffice-3.1/linux-x86/bin/swriter3 Thanks to Dan Busarow for bringing this to my attention. Page 364, middle of page ________________________ Change the text from: The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though they may be in lower case. to The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though newer versions of ppp allow you to write them in lower case. Thanks to Mark S. Reichman for this correction. Page 368 ________ Replace the paragraph after the second example with: In FreeBSD version 3.0 and later, specify the options PPP_BSDCOMP and Page 18 Errata and addenda for the Complete FreeBSD, second edition PPP_DEFLATE to enable two kinds of compression. You'll also need to specify the corresponding option in Kernel PPP's configuration file. These options are not available in FreeBSD version 2. Thanks to Brian Somers for this information. Page 397 ________ In the section ``Nicknames'', the example should read: www IN CNAME freebie ftp IN CNAME presto In other words, there should be a space between CNAME and the system name. Page 422 ________ Replace the text above the example with: tcpdump is a program which monitors a network interface and displays selected information which passes through it. It uses the Berkeley Packet Filter (bpf), an optional component of the kernel. It is not included in the GENERIC kernel: see page 257 for information on how to configure it. If you don't configure the Berkeley Packet Filter, you will get a message like tcpdump: /dev/bpf0: device not configured If you forget to create the devices for bpf, you will get a message like: tcpdump: /dev/bpf0: No such file or directory Since tcpdump poses a potential security problem, you must be root in order to run it. The simplest way to run it is without any parameters. This will cause tcpdump to monitor and display all traffic on the first active network interface, normally Ethernet: Thanks to Christopher Raven for drawing this to my attention. Page 19 Install ports when installing the system Page 423 ________ The description at the top of the page incorrectly uses the term IP address instead of Ethernet address. In addition, a page number reference is incorrect. Replace the paragraph with: o Line 1 shows an ARP request: system presto is looking for the Ethernet address of wait. It would appear that wait is currently not responding, since there is no reply. o Line 2 is not an IP message at all. tcpdump shows the Ethernet addresses and the beginning of the packet. We don't consider this kind of request in this book. o Line 3 is a broadcast ntp message. We looked at ntp on page 160. o Line 4 is another attempt by presto to find the IP address of wait. o Line 5 is a broadcast message from bumble on the rwho port, giving information about its current load averages and how long it has been up. See the man page for rwho on page 1167 for more information. o Line 6 is from a TCP connection between port 6000 on freebie and port 1089 on presto. It is sending 384 bytes (with the sequence numbers 536925467 to 536925851; see page 305), and is acknowledging that the last byte it received from presto had the sequence number 325114346. The window size is 17280. o Line 7 is another ARP request. presto is looking for the Ethernet address of freebie. How can that happen? We've just seen that they have a TCP connection. In fact, ARP information expires after 20 minutes. It's quite possible that all connections between presto and freebie have been dormant for this period, so presto needs to find freebie's IP address again. o Line 8 is the ARP reply from freebie to presto giving its Ethernet address. o Line 9 shows a reply from presto on the connection to freebie that we saw on line 6. It acknowledges the data up to sequence number 536925851, but doesn't send any itself. o Line 10 shows another 448 bytes of data from freebie to presto, and acknowledging the same sequence number from presto as in line 6. Thanks to Sergei S. Laskavy for drawing this to my Page 20 Errata and addenda for the Complete FreeBSD, second edition attention. Page 450: anonymous ftp _______________________ Replace the paragraph starting with Create a user ftp: Create a user ftp, with the anonymous ftp directory as the home directory and the shell /dev/null. Using /dev/null as the shell makes it impossible to log in as user ftp, but does not interfere with the use of anonymous ftp. ftp can be a member of group bin, or you can create a new group ftp by adding the group to /etc/group. See page 138 for more details of adding users, and the man page on page 805 for adding groups. Thanks to Mark S. Reichman for drawing this to my attention. Page 466, before the ps example _______________________________ Add another bullet: o Finally, you may find it convenient to let some other system handle all your mail delivery for you: you just send anything you can't deliver locally to this other host, which sendmail calls a smart host. This is particularly convenient if you send your mail with UUCP. To tell sendmail to use a smart host (in our case, mail.example.net), find the following line in sendmail.cf: # "Smart" relay host (may be null) DS Change it to: # "Smart" relay host (may be null) DSmail.example.net Page 478, ``Running Apache'' ____________________________ The text describes the location of the server as /usr/local/www/server/httpd. This appears to depend on where you get the port from. Some people report the file being at the more likely location /usr/local/sbin/httpd (though note the Page 21 Install ports when installing the system directory sbin, not bin). Check both locations if you run into trouble. Thanks to Sue Blake for this information. Page 492 ________ Replace references to nmdb with nmbd. Page 493 ________ Replace the last paragraph on the page with: socket options is hardly mentioned in the documentation, but it's very important: many Microsoft implementations of TCP/IP are inefficient and establish a new TCP more often than necessary. Select the socket options TCP_NODELAY and IPTOS_LOWDELAY, which can speed up the response time of such applications by over 95%. Page 22 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 17:19:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailout1.nyroc.rr.com (mailout1-0.nyroc.rr.com [24.92.226.81]) by hub.freebsd.org (Postfix) with ESMTP id 7FE9F14C2B for ; Fri, 16 Jul 1999 17:19:52 -0700 (PDT) (envelope-from salama@twcny.rr.com) Received: from mail1.twcny.rr.com ([24.92.226.139]) by mailout1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Fri, 16 Jul 1999 20:19:29 -0400 Received: from twcny.rr.com ([24.92.245.150]) by mail1.twcny.rr.com (Post.Office MTA v3.5.2 release 221 ID# 0-53939U80000L80000S0V35) with ESMTP id com for ; Fri, 16 Jul 1999 20:19:28 -0400 Message-ID: <378FCD27.A6C59F8D@twcny.rr.com> Date: Fri, 16 Jul 1999 20:24:07 -0400 From: Assem Salama X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Developer 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 a programer. I was interested in helping in FreeBSD development. Could someone please send me information on what is required and how I could join? Thanks, Assem Salama To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 17:26:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from p.funk.org (node1484.a2000.nl [62.108.20.132]) by hub.freebsd.org (Postfix) with ESMTP id E733614C2B for ; Fri, 16 Jul 1999 17:26:43 -0700 (PDT) (envelope-from alexlh@p.funk.org) Received: (from alexlh@localhost) by p.funk.org (8.9.3/8.9.3) id CAA85556; Sat, 17 Jul 1999 02:26:39 +0200 (CEST) (envelope-from alexlh) Date: Sat, 17 Jul 1999 02:26:39 +0200 From: Alex Le Heux To: Nathaniel Schein Cc: Owner-Freebsd-Questions Subject: Re: Mail relay Message-ID: <19990717022639.A85426@funk.org> References: <004101becfe2$acdbb130$898110ac@nschein.prisa.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <004101becfe2$acdbb130$898110ac@nschein.prisa.com>; from Nathaniel Schein on Fri, Jul 16, 1999 at 04:26:48PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, What kind of relaying do you want to enable? Just enabling all relaying would be a Bad Idea. It already comes configured for 'rekaying based on MX', meaning that it will relay mail to domains where it is listed in DNS as MX host. If you want to enable relaying on IP or domain, you need to play around with the access db, in /etc/mail. You can read more about it at http://www.sendmail.org/tips/relaying.html Cheers, Alex On Fri, Jul 16, 1999 at 04:26:48PM -0700, Nathaniel Schein wrote: > The sendmail.cf file comes set by default to deny mail relay. What changes > must one make to enable relay? > > Nathaniel Schein > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- +--------------------------------+-------------------+ | SMTP: | E-Gold: 101979 | | ICBM: N52 22.64'6 E4 51.54'1 | PGP: 0x1d512a3f | +--------------------------------+-------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 17:44:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id CF99F14D43 for ; Fri, 16 Jul 1999 17:44:36 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id RAA22151; Fri, 16 Jul 1999 17:44:22 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Fri, 16 Jul 1999 17:44:22 -0700 (PDT) From: Doug X-Sender: doug@dt054n86.san.rr.com To: Inna Jane Ray Cc: freebsd-questions@FreeBSD.ORG Subject: Re: compatible html site search engines In-Reply-To: <378F2064.9048BF81@dante.lbl.gov> 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 Fri, 16 Jul 1999, Inna Jane Ray wrote: > Hi Freebsd--Could you develop a Freedbsd version of the Webinator search > engine? > > W used the Webinator (out of Princeton) on my > site--www.homeenergy.org--, but when we moved it to BEST servers, which > run Freebsd, it is incompatible. Does anyone have a FreeBsd-compatible > search engine to post in an html website available to non-profits? I have no experience with webinator, but htdig is by far the best search engine I've used. It's available in the freebsd ports collection. Check the home page for more info if you need it. Good luck, Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 17:59:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta1.tm.net.my (mta1.tm.net.my [202.188.95.4]) by hub.freebsd.org (Postfix) with ESMTP id 557F514D43 for ; Fri, 16 Jul 1999 17:59:15 -0700 (PDT) (envelope-from rezath@tm.net.my) Received: from tm.net.my ([202.188.127.2]) by mta1.tm.net.my (InterMail v03.02.05 118 121 101) with ESMTP id <19990717005846.FCAH19976@tm.net.my> for ; Sat, 17 Jul 1999 08:58:46 +0800 Message-ID: <378FD79C.2C0112A5@tm.net.my> Date: Sat, 17 Jul 1999 09:08:44 +0800 From: Rezamys X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: FreeBSD installation on Sun Ultra 10 - Can it? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello All, We got Freebsd 2.2.8 and 3.2 Release which we bought from Walnut Creek. The question is can we install it on Sun workstation? Would it work? We believe it can be installed but not sure how. Would be the same installing on normal PC? Please enlighten us. TQ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 18:11: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [209.150.92.68]) by hub.freebsd.org (Postfix) with ESMTP id 6D55A14D43 for ; Fri, 16 Jul 1999 18:11:05 -0700 (PDT) (envelope-from shawn@luke.cpl.net) Received: (from shawn@localhost) by luke.cpl.net (8.9.3/8.9.3) id SAA25011; Fri, 16 Jul 1999 18:11:15 -0700 (PDT) Date: Fri, 16 Jul 1999 18:11:15 -0700 From: Shawn Ramsey To: Alex Le Heux Cc: Nathaniel Schein , Owner-Freebsd-Questions Subject: Re: Mail relay Message-ID: <19990716181115.A16609@cpl.net> References: <004101becfe2$acdbb130$898110ac@nschein.prisa.com> <19990717022639.A85426@funk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <19990717022639.A85426@funk.org>; from Alex Le Heux on Sat, Jul 17, 1999 at 02:26:39AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi, > > What kind of relaying do you want to enable? Just enabling all relaying > would be a Bad Idea. > > It already comes configured for 'rekaying based on MX', meaning that it > will relay mail to domains where it is listed in DNS as MX host. > > If you want to enable relaying on IP or domain, you need to play around > with the access db, in /etc/mail. > > You can read more about it at http://www.sendmail.org/tips/relaying.html I believe the 'relay-domains' feature also comes in the sendmail.cf that comes with FreeBSD, in which case all you have to do is create /etc/mail/relay-domains, and put the IP address(s) you want to be able to relay. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 18:48:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from charleston.softhome.net (charleston.SoftHome.net [204.144.231.41]) by hub.freebsd.org (Postfix) with SMTP id AE0EC14F43 for ; Fri, 16 Jul 1999 18:48:29 -0700 (PDT) (envelope-from Minux@SoftHome.net) Received: (qmail 17447 invoked by uid 417); 17 Jul 1999 02:10:55 -0000 Received: from ts1-18.f1004.quebectel.com (HELO hsbmd) (142.169.12.218) by smtp.softhome.net with SMTP; 17 Jul 1999 02:10:55 -0000 X-Sender: minux@pop.softhome.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Demo Date: Fri, 16 Jul 1999 21:49:50 -0400 To: freebsd-questions@freebsd.org From: Alexandre Normand Subject: 50 lines console mode and alt+numpad problems Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <19990717014829.AE0EC14F43@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm experiencing some minor but annoying problems and I'm hoping someone can help. First, I need you to know that my console in FreeBSD is=20 in the 80x50 mode. I have to load a 8x8 font to have that=20 mode working so I load iso-8x8.fnt but I don't load any=20 screenmaps. This is the config which I had the less problems=20 with but it's still not perfect and I'm really annoyed.=20 =20 One particular thing that cause problem is BitchX.=20 Characters are not displayed corectly. Straight lines are=20 displayed as =C4, =F9, etc. I saw people working with the cp437=20 font when using the 50 lines mode but some accents are not=20 displayed correctly with that font and boxes (like the ones=20 in sysinstall) are drawed with funky characters. =20 I would like to know if I should give up trying to get=20 that config to work perfectly and just try to accept it or=20 if there's something that could help me with this. =20 I have an other problem too which doesn't seem to=20 interest many people. I can't do ascii codes using alt (left=20 alt) and the numeric pad. The only ones I can do are 99, 88,=20 77, 66, 55, 44, 33 by using alt+9, alt+8, alt+7 (or alt+09,=20 alt+08). If I try to do something like alt+130, console=20 beeps at the 3 and stops recording the ascii code. Still an=20 anoying detail that I would like to get rid of. Hoping someone can help me, Alexandre Normand To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 18:49:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sumatra.americantv.com (sumatra.americantv.com [208.139.222.227]) by hub.freebsd.org (Postfix) with ESMTP id F1A2C14F43 for ; Fri, 16 Jul 1999 18:49:19 -0700 (PDT) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id UAA21146; Fri, 16 Jul 1999 20:49:18 -0500 (CDT) Received: from free.pcs (free.PCS [148.105.10.51]) by right.PCS (8.6.13/8.6.4) with ESMTP id UAA20528; Fri, 16 Jul 1999 20:49:18 -0500 Received: (from jlemon@localhost) by free.pcs (8.8.6/8.8.5) id UAA13970; Fri, 16 Jul 1999 20:49:17 -0500 (CDT) Date: Fri, 16 Jul 1999 20:49:17 -0500 (CDT) From: Jonathan Lemon Message-Id: <199907170149.UAA13970@free.pcs> To: a-scotki@Exchange.Microsoft.com, questions@freebsd.org Subject: Re: Is it possible to install FreeBSD on a Compaq Proliant 5500 serve r with . . . X-Newsgroups: local.mail.freebsd-questions In-Reply-To: Organization: Architecture and Operating System Fanatics Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article you write: >that it would boot. Does FreeBSD support the Compaq SmartArray Controller >2? If so, have I missed something when configuring for installation? Yes, FreeBSD -STABLE and -CURRENT support the Smart Array controller. However, this support is not in 3.2R, AFAIK. You will either have to install with just normal SCSI support (if you have other SCSI devices) and then build a custom kernel with the `ida' device, or make a custom boot disk with the `ida' device. The latter is required because this device is not in the GENERIC kernel. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 19:43:39 1999 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 A8C0C14F87 for ; Fri, 16 Jul 1999 19:43:33 -0700 (PDT) (envelope-from huppe@execpc.com) Received: from execpc.com (tigella-1-160.mdm.mad.execpc.com [169.207.41.160]) by mailgw02.execpc.com (8.9.1) id VAA24486; Fri, 16 Jul 1999 21:41:00 -0500 Message-ID: <378FEDBF.A8953D65@execpc.com> Date: Fri, 16 Jul 1999 21:43:12 -0500 From: Len Huppe X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: D Squared plus One Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Removing Boot Manager References: <000001becfba$6fb2ad40$92ae0518@elcjn1.sdca.home.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fdisk /mbr Len D Squared plus One wrote: > How do I remove the boot manager from my system? The boot manager is the > FreeBSD manager that is part of the install process. > > Thanks > > Darrell > > 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 Fri Jul 16 19:44:56 1999 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 CA02615006 for ; Fri, 16 Jul 1999 19:44:39 -0700 (PDT) (envelope-from huppe@execpc.com) Received: from execpc.com (tigella-1-160.mdm.mad.execpc.com [169.207.41.160]) by mailgw02.execpc.com (8.9.1) id VAA24689; Fri, 16 Jul 1999 21:43:01 -0500 Message-ID: <378FEE38.1CFA43C1@execpc.com> Date: Fri, 16 Jul 1999 21:45:13 -0500 From: Len Huppe X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: ghw Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Hi! References: <000701becfd5$6b940900$0675ebc2@wierbos01> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There is no need to format the drive prior to installation of either FreeBSD or Linux. Len > HI! I want to know if you have to format the harddisk, like you have > to do with LINUX before installing...I hope you will e-mail me back > soon... Thanx, Gert W To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 19:47:42 1999 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 1D9A214DD1 for ; Fri, 16 Jul 1999 19:47:38 -0700 (PDT) (envelope-from huppe@execpc.com) Received: from execpc.com (tigella-1-160.mdm.mad.execpc.com [169.207.41.160]) by mailgw02.execpc.com (8.9.1) id VAA25246; Fri, 16 Jul 1999 21:47:35 -0500 Message-ID: <378FEF48.703F2E42@execpc.com> Date: Fri, 16 Jul 1999 21:49:44 -0500 From: Len Huppe X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Assem Salama Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Developer References: <378FCD27.A6C59F8D@twcny.rr.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Start by going to www.freebsd.org and looking around. There are links there to just about everything FreeBSD. Welcome to the FreeBSD community :) Len > I am a programer. I was interested in helping in FreeBSD development. > Could someone please send me information on what is required and how I > could join? > > Thanks, > Assem Salama > > 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 Fri Jul 16 20: 0:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from twwells.com (twwells.com [209.118.236.57]) by hub.freebsd.org (Postfix) with SMTP id E7BBB14FD9 for ; Fri, 16 Jul 1999 20:00:48 -0700 (PDT) (envelope-from news@twwells.com) Received: from news by twwells.com with local (Exim 1.71 #2) id 115Kfp-000OQA-00; Fri, 16 Jul 1999 22:58:01 -0400 From: bill@twwells.com (T. William Wells) To: freebsd-questions@freebsd.org Subject: need sound card recommendation for 3.2 Message-ID: <7morcc$2rfk$1@twwells.com> Date: Fri, 16 Jul 1999 22:58:01 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I need a sound card that will work with a microphone. I had purchased, first, an SB16 but the drivers for that do not handle a microphone (not with newer SB16's which is all I can get). I went and got another card the other day -- turned out it was an SB16 clone.... What I'd like is feedback from someone who recently purchased a card and who uses it with a microphone. Brand names or other identification (dmesg and/or pnpinfo) would be nice. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 20: 6:33 1999 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 6C39014FD9 for ; Fri, 16 Jul 1999 20:06:30 -0700 (PDT) (envelope-from huppe@execpc.com) Received: from execpc.com (tigella-1-160.mdm.mad.execpc.com [169.207.41.160]) by mailgw02.execpc.com (8.9.1) id WAA27278; Fri, 16 Jul 1999 22:06:09 -0500 Message-ID: <378FF3A1.27256A60@execpc.com> Date: Fri, 16 Jul 1999 22:08:17 -0500 From: Len Huppe X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: "Chrystian S." Cc: freebsd-questions@FreeBSD.ORG Subject: Re: The greatest trick the devil ever pulled ,was convincing the world he didn't exist. :) References: <000701bed03e$b378c9e0$23ecebd0@mina> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Are you able to boot the FreeBSD installation CD (disk 1) with your NEC CDROM when it's connected to the 2940? You should be able to. Also, have you ever used that CDROM along with your 2940 on any other OSes? There are some "SCSI" CDROMs out there that are not a true SCSI device. I hope that you don't have one of those. In any event, the SCSI support in FreeBSD is very good. You should have no problems running a 2940 and SCSI CDROM together on your FreeBSD system. Len > I recently purchased a copy of freebsd 3.1 and unable to load said > product when it gets to the point of installing it says my cdrom drive > cannot be found, my drive is fairly new I'm using an NEC 1910A scsi > and my scsi card is Adaptec 2940 could this be my problem are they > supported by 3.1 any sugestions I am using system commander deluxe as > my boot loader but I would see this being a problem with the install > after bsd begins its kernal unless it throws the kernal off ??? Please > help ?? 93'sXaosAngel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 20:39:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from postal.interaccess.com (postal.interaccess.com [207.208.133.2]) by hub.freebsd.org (Postfix) with ESMTP id 3B9FC14F21 for ; Fri, 16 Jul 1999 20:39:29 -0700 (PDT) (envelope-from fordp@guide.chi.il.us) Received: from prefect (d24.focal11.interaccess.com [204.148.145.24]) by postal.interaccess.com (8.9.0/8.9.0) with SMTP id WAA26595; Fri, 16 Jul 1999 22:39:25 -0500 (CDT) Message-Id: <3.0.3.32.19990716223700.00fb8e2c@pop.interaccess.com> X-Sender: fordp@pop.interaccess.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Fri, 16 Jul 1999 22:37:00 -0500 To: Rezamys , freebsd-questions@FreeBSD.ORG From: Ford Prefect Subject: Re: FreeBSD installation on Sun Ultra 10 - Can it? In-Reply-To: <378FD79C.2C0112A5@tm.net.my> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD won't run on the Sun, but you might want to Check out NetBSD (www.netbsd.org) There is also a linux distrubutioion called UltraPenquin that supports the Ultra's that was available at ultra.penguin.cz, I'm not sure the status of it however. -Steve At 09:08 AM 7/17/99 +0800, Rezamys wrote: >Hello All, >We got Freebsd 2.2.8 and 3.2 Release which we bought from Walnut Creek. >The question is can we install it on Sun workstation? Would it work? We >believe it can be installed but not sure how. Would be the same >installing on normal PC? >Please enlighten us. >TQ > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > *=====================================================* \ Ford Prefect Ahead of my time. \ \ fordp@guide.chi.il.us but only by a week. \ \ homepage.interaccess.com/~fordp \ \ \ \ ((In esperanto where available)) \ *=====================================================* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 20:43:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from acme.sb.west.net (acme.sb.west.net [205.254.224.2]) by hub.freebsd.org (Postfix) with ESMTP id 1514114F68; Fri, 16 Jul 1999 20:43:39 -0700 (PDT) (envelope-from dburr@pobox.com) Received: from pobox.com (226-193.adsl2.avtel.net [207.71.226.193]) by acme.sb.west.net (Postfix) with ESMTP id 8B04324B7C; Fri, 16 Jul 1999 20:42:14 -0700 (PDT) Message-ID: <378FFB96.CD0D9C73@pobox.com> Date: Fri, 16 Jul 1999 20:42:14 -0700 From: Donald Burr X-Mailer: Mozilla 4.6 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org, hetzels@westbend.net Subject: Help: cannot edit subwebs using apache13-fp port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just installed the Apache13-fp (Apache with MS FrontPage extensions) port. The install went well -- no error messages or anything. However, I am having a rather serious problem with it. I am able to edit the *root web* using my copy of MS FrontPage 97. Everything works fine. But, when I try to edit a per-user web (i.e. "~dburr"), all hell breaks loose. (Yes, I chose to install per-user webs when I did the installation.) The per-user webs are listed in the FrontPage Explorer, but when clicking on one of them (to edit it), the fllowing error message appears: ***** Unable to connect to the server (HTTP Error 500). Possible causes: (1) The web server may not have the FrontPage Server Extensions installed. (2) If you are connecting through a proxy server, the web server name may be incorrect, or the web server may not be running on the specified port. (3) An internal error may have occurred in the web server, preventing the FrontPage Server Extensions from processing the request." ***** And on the server side, the following appears in /var/log/httpd-error.log: ***** [Fri Jul 16 20:28:01 1999] [error] [client 192.160.60.1] (2)No such file or dire ctory: mod_mime_magic: can't read `/home/dburr/public_html/_vti_bin/shtml.exe/_v ti_rpc' [Fri Jul 16 20:28:01 1999] [error] (2)No such file or directory: exec of /home/d burr/public_html/_vti_bin/shtml.exe/_vti_rpc failed [Fri Jul 16 20:28:01 1999] [error] [client 192.160.60.1] Premature end of script headers: /home/dburr/public_html/_vti_bin/shtml.exe/_vti_rpc [Fri Jul 16 20:33:06 1999] [error] [client 192.160.60.1] (2)No such file or dire ctory: mod_mime_magic: can't read `/home/sblc/public_html/_vti_bin/shtml.exe/_vt i_rpc' [Fri Jul 16 20:33:06 1999] [error] (2)No such file or directory: exec of /home/s blc/public_html/_vti_bin/shtml.exe/_vti_rpc failed [Fri Jul 16 20:33:06 1999] [error] [client 192.160.60.1] Premature end of script headers: /home/sblc/public_html/_vti_bin/shtml.exe/_vti_rpc ***** Ok, well it looks like a file is missing in the user's _vti_bin directory. But the odd part is, that when I edit the root web, there is *no* /usr/local/www/data/_vti_bin/shtml.exe file in the root web, yet everything works fine. I'm hoping that someone else has had to deal with this, and might know the solution (or at least be able to help me out a bit). Please e-mail &/or reply to freebsd-ports@freebsd.org if you can offer up any suggestions. Thanks! -- Donald Burr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 20:49:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f210.hotmail.com [216.32.181.210]) by hub.freebsd.org (Postfix) with SMTP id 126F214F68 for ; Fri, 16 Jul 1999 20:49:30 -0700 (PDT) (envelope-from bsdmaster@hotmail.com) Received: (qmail 66996 invoked by uid 0); 17 Jul 1999 03:47:34 -0000 Message-ID: <19990717034734.66995.qmail@hotmail.com> Received: from 196.27.0.30 by www.hotmail.com with HTTP; Fri, 16 Jul 1999 20:47:33 PDT X-Originating-IP: [196.27.0.30] From: "Fawaz Talal" To: FreeBSD-Questions@FreeBSD.ORG Subject: Installing FBSD Date: Sat, 17 Jul 1999 06:47:33 EEST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What files and directories should I download from ftp.freebsd.org to install FreeBSD 3.2 release from my hard drive on some box ? Thanking you in advance ______________________________________________________ Get Your Private, Free Email 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 Fri Jul 16 21: 6:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fingers.shocking.com (shocking.com [216.111.111.11]) by hub.freebsd.org (Postfix) with ESMTP id 3A33E14D01 for ; Fri, 16 Jul 1999 21:06:33 -0700 (PDT) (envelope-from doemill@shocking.com) Received: from shocking.com (doemill@shocking.com [216.111.111.11]) by fingers.shocking.com (8.9.0/8.9.0) with ESMTP id VAA11551; Fri, 16 Jul 1999 21:03:14 -0700 (PDT) Date: Fri, 16 Jul 1999 21:03:13 -0700 (PDT) From: Doug To: Fawaz Talal Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: Installing FBSD In-Reply-To: <19990717034734.66995.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 All you _really_ need is the /bin set, And it is a bare minimal working distro, It takes about 90mb itself... I recommend /bin (base) /compat* (for compatability with earlyer binarys) /manpages (manual pages) /XF86333 (Depends on your connection speed,, since its a large mofo) Have fun, and good luck. On Sat, 17 Jul 1999, Fawaz Talal wrote: > What files and directories should I download from ftp.freebsd.org to install > FreeBSD 3.2 release from my hard drive on some box ? > > Thanking you in advance > > > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > | Doug | unix9.org admin | shocking.com/~doemill/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 21:15:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta1.tm.net.my (mta1.tm.net.my [202.188.95.4]) by hub.freebsd.org (Postfix) with ESMTP id F34F41575D for ; Fri, 16 Jul 1999 21:15:32 -0700 (PDT) (envelope-from rezath@tm.net.my) Received: from tm.net.my ([202.188.127.2]) by mta1.tm.net.my (InterMail v03.02.05 118 121 101) with ESMTP id <19990717041415.FMUG19976@tm.net.my>; Sat, 17 Jul 1999 12:14:15 +0800 Message-ID: <37900570.245C37D2@tm.net.my> Date: Sat, 17 Jul 1999 12:24:17 +0800 From: Rezamys X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Kenneth Wayne Culver , fordp@guide.chi.il.us Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD installation on Sun Ultra 10 - Can it? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for the info. Kenneth Wayne Culver wrote: > > Hello All, > > We got Freebsd 2.2.8 and 3.2 Release which we bought from Walnut Creek. > > The question is can we install it on Sun workstation? Would it work? We > > believe it can be installed but not sure how. Would be the same > > installing on normal PC? > > Please enlighten us. > > TQ > > You couldn't install, and it wouldn't work... it only works on Intel, or > Digital/Compaq Alpha processors. > > Kenneth Culver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 22:42:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sn1.speednet.net (sn1.speednet.net [202.69.250.88]) by hub.freebsd.org (Postfix) with ESMTP id 9E04114D1B for ; Fri, 16 Jul 1999 22:41:27 -0700 (PDT) (envelope-from dennisip@geocities.com) Received: from speednet.net.speednet.net (241-9.speednet.net [202.69.241.9]) by sn1.speednet.net (8.9.0/8.9.0) with SMTP id NAA16305 for ; Sat, 17 Jul 1999 13:28:58 +0800 (HKT) From: "Summer" To: Subject: ppp setting. Date: Sat, 17 Jul 1999 13:43:13 +0800 Message-ID: <01bed017$42a530e0$09f145ca@speednet.net.speednet.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000F_01BED05A.50C870E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000F_01BED05A.50C870E0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable I am a new user on FreeBSD and I have some problems on ppp setting.. after i type 'ppp speed ' then dial.. it sometimes display "warning:dial modem.dial failed" sometimes is "Dial ok! Login ok! Packet Mode" then disconnect.. the DNS of my isp is 202.69.250.1, 202.69.250.2 ..i need to set the DNS? If i want to online under X window....how can i do ? here is the content of my ppp.conf and ppp.linkup ppp.conf: default: set log Phase Chat Connect Carrier LCP IPCP CCP tun command set device /dev/cuaa1 set speed 115200 deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK = ATE1Q0 OK speed: set phone 82080517 set login "TIMEOUT 5 name:--ername: XXX word: XXX" set timeout 120 set ifaddr 0 0 delete ALL add 0 0 HISADDR ppp.linkup speed: delete 0 add 0 0 HISADDR !bg /usr/X11R6/bin/auplay /etc/ppp/linkup.au ------=_NextPart_000_000F_01BED05A.50C870E0 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable
I am a new user on FreeBSD and I have = some problems=20 on ppp setting..
after=20 i type 'ppp speed ' then dial..
it=20 sometimes display "warning:dial modem.dial = failed"
sometimes is "Dial = ok! 
          &nbs= p;          =20 Login ok!
          &nbs= p;         =20 Packet Mode"
then disconnect..
 
the DNS of my isp is 202.69.250.1, = 202.69.250.2 ..i=20 need to set the DNS?
 
If i want to online = under X=20 window....how can i do ?
 
here is the content of my ppp.conf and=20 ppp.linkup
 
ppp.conf:
default:
set log = Phase Chat=20 Connect Carrier LCP IPCP CCP tun command
set device /dev/cuaa1
= set speed=20 115200
deny lqr
set dial "ABORT BUSY ABORT NO\\sCARRIER = TIMEOUT 5=20 \"\" AT OK-AT-OK ATE1Q0 OK
 
speed:
set phone = 82080517
set=20 login "TIMEOUT 5 name:--ername: XXX word: XXX"
set timeout = 120
=20 set ifaddr 0 0
delete ALL
add 0 0 HISADDR
 
 
ppp.linkup
speed:
delete 0
add 0 0 = HISADDR
!bg=20 /usr/X11R6/bin/auplay /etc/ppp/linkup.au
 
 
------=_NextPart_000_000F_01BED05A.50C870E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 16 23:31:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pub.sy.ln.cn (pub.sy.ln.cn [202.96.64.111]) by hub.freebsd.org (Postfix) with ESMTP id A1F6F14D1A for ; Fri, 16 Jul 1999 23:30:53 -0700 (PDT) (envelope-from wwwind@pub.sy.ln.cn) Received: from pub.sy.ln.cn ([202.96.79.108]) by pub.sy.ln.cn (8.9.1a/8.9.1) with ESMTP id OAA23097; Sat, 17 Jul 1999 14:34:42 +0800 (CST) Message-ID: <37902249.C839AE7E@pub.sy.ln.cn> Date: Sat, 17 Jul 1999 14:27:21 +0800 From: ZhangJiYu X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en, zh-CN MIME-Version: 1.0 To: kevlo@hello.com.tw, freebsd-questions@FreeBSD.ORG Subject: questions about big5 fonts Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello: Thank you for your reply at Jun /09. My communicator 4.6 can't previously download .gz file.Today I had added new MIME about .gz file,so it can be downloaded via internet. As you mentioned,I had downloaded _taipei{15,16,24}_ fonts,but I don't know how to install fonts.I wanna ask you how to install _taipei{15,16,24}_ fonts.Wish you give me a detailed description. Thank you very much for your reply.You may reply in chinese. Good luck. Zhang JiYu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 0:20: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.email.msn.com (cpimssmtpu09.email.msn.com [207.46.181.31]) by hub.freebsd.org (Postfix) with ESMTP id 159BD14D58 for ; Sat, 17 Jul 1999 00:19:46 -0700 (PDT) (envelope-from CHUCKIEFIA@email.msn.com) Received: from CHUCKAFIALLO - 208.251.246.157 by email.msn.com with Microsoft SMTPSVC; Sat, 17 Jul 1999 00:19:44 -0700 Message-ID: <000801bed024$c94b2de0$9df6fbd0@CHUCKAFIALLO> From: "CHUCKIEFIA" To: Subject: Date: Sat, 17 Jul 1999 03:19:59 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BED003.40D17260" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BED003.40D17260 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable ------=_NextPart_000_0005_01BED003.40D17260 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 
------=_NextPart_000_0005_01BED003.40D17260-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 0:29:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay.a1.nl (relay.a1.nl [194.151.42.11]) by hub.freebsd.org (Postfix) with ESMTP id 23B9914C0E for ; Sat, 17 Jul 1999 00:29:17 -0700 (PDT) (envelope-from rotan@cs.pdx.edu) Received: from mail.a1.nl (mail.a1.nl [194.151.42.3]) by relay.a1.nl (980427.SGI.8.8.8/8.8.8) with ESMTP id JAA83631 for ; Sat, 17 Jul 1999 09:23:37 +0200 (MET) Received: from macooa (a1-196-93.a1.nl [194.151.196.93]) by mail.a1.nl (8.9.1a/8.9.1) with ESMTP id JAA24633 for ; Sat, 17 Jul 1999 09:19:09 +0200 (MET DST) Message-Id: <199907170719.JAA24633@mail.a1.nl> From: "robert t tan" To: Subject: parallel zip drive Date: Sat, 17 Jul 1999 09:24:02 +0200 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, this doesn't work for me. mount -t msdos /dev/da0s4 /zip How do you connect a zip drive on the parallel port? I do have FreeBSD 3.1 tnx, rotan ( rotan@cs.pdx.edu ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 0:51: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 3238814C49; Sat, 17 Jul 1999 00:50:45 -0700 (PDT) (envelope-from ks@chg.ru) Received: from speecart.chg.ru (speecart.chg.ru [193.233.46.2]) by netserv1.chg.ru (8.9.3/8.9.1) with ESMTP id LAA06789; Sat, 17 Jul 1999 11:50:34 +0400 (MSD) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sat, 17 Jul 1999 11:47:37 +0400 (MSD) Organization: Landau Institute for Theoretical Physics From: "Sergey S. Kosyakov" To: freebsd-questions@freebsd.org, freebsd-net@freebsd.org Subject: IP over UDP - may be it will be usefull for somebody Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tund - simple IP over UDP tunnel assistant. I wrote it for connecting remote network behind NAT firewall on FreeBSD. Fast enough. ftp://ftp.chg.ru/pub/networking/freebsd/tund-0.1.tgz Sergey. --- ---------------------------------- Sergey Kosyakov Laboratory of Distributed Computing Department of High-Performance Computing and Applied Network Research Landau Institute for Theoretical Physics E-Mail: ks@chg.ru Date: 17-Jul-99 Time: 11:42:26 ---------------------------------- --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 1:28:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f29.hotmail.com [216.32.181.29]) by hub.freebsd.org (Postfix) with SMTP id 1D1C514E17 for ; Sat, 17 Jul 1999 01:28:27 -0700 (PDT) (envelope-from stifle33@hotmail.com) Received: (qmail 81735 invoked by uid 0); 17 Jul 1999 08:25:49 -0000 Message-ID: <19990717082549.81734.qmail@hotmail.com> Received: from 24.30.148.251 by www.hotmail.com with HTTP; Sat, 17 Jul 1999 01:25:48 PDT X-Originating-IP: [24.30.148.251] From: "Bill Gates" To: freebsd-questions@freebsd.org Subject: DHCP client in 4.0-CURRENT (July 5th, 1999) Date: Sat, 17 Jul 1999 08:25:48 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Why do you guys inlude the dhcp client, but it doesn't work with the base distribution (GENERIC kernel)? How lame... Will the next 4.0 public SNAPshot release have berkeley packet filter compiled into the GENERIC kernel? _______________________________________________________________ Get Free Email and Do More On The Web. Visit http://www.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 1:30:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from thallo.northcom.net (thallo.northcom.net [207.107.216.190]) by hub.freebsd.org (Postfix) with SMTP id EC35414E17 for ; Sat, 17 Jul 1999 01:30:20 -0700 (PDT) (envelope-from rtarrant@northcom.net) Received: (qmail 9837 invoked from network); 17 Jul 1999 08:31:12 -0000 Received: from abc-ri4.northcom.net (HELO northcom.net) (207.107.216.134) by thallo.northcom.net with SMTP; 17 Jul 1999 08:31:12 -0000 Message-ID: <379068B0.966DC4AF@northcom.net> Date: Sat, 17 Jul 1999 04:27:44 -0700 From: Ron Tarrant X-Mailer: Mozilla 4.51 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: My Printer Lost My Memory Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm running a Xerox DocuPrint P8e from my FreeBSD 2.2.7 box (flameboy). Flameboy serves this printer to the LAN (all other systems are Win95 OSR2 boxes) using a fairly standard Samba configuration. The printer comes with 4mb of RAM and recently I added another 16mb to allow scanning/printing of my wife's ink drawings for limited 'print' runs ('print' in this context is the artist's POV meaning "a copy of an original drawing"). The problem is that the image, when printed, is only half there. It's as if the extra 16mb of RAM was never added. While trying to fix this problem, I've checked file quotas (none are set), expanding the size of the /var partition (it's 100mb now), checked to make sure the RAM is recognized by the printer (a rigamarole involving installation of the Xerox Windows-based driver on a notebook, attaching the printer directly to the notebook then printing out a 'test' page where the amount of RAM is noted), as well as anything else I can think of. Here is the current state of both the server and the Win95 box from which I'm attempting to print: Server: - 64mb system RAM - 137mb swap - /var is a 100mb partition with _lots_ of it free (>90mb) - printcap description based on the "raw:" device from Samba Printing.txt with a line added to suppress the extra formfeed after each print job - no file quotas set Win95 box: - 64mb RAM - 384mb swap available Printer driver on Win95 box: - HP4 (the P8e can emulate anything from HPII to HP6L) - Spooler set to EMP (I've also tried RAW and "print directly to printer") - RAM setting at 20mb Image: - 1.4mb GIF file - in Photoshop 4.0 this file expands to just under 5mb (probably its true size) - 10" x 7.x" 150dpi - when printing from Photoshop, printer is set to 600dpi (at 300dpi, it works fine) So where is the memory being lost? The printer seems to know it has 20mb and the HP4 driver in Windows is being told 20mb. The only thing I can think of is that there is a file size limit being imposed somewhere that I don't see. The possible places are: 1) somewhere deep in the Windows OS configuration 2) the Windows spooler 3) Windows networking client 4) a default file size limit imposed by the Samba server 5) a FreeBSD print spooler However, it's not apparent to me which of these (if any) is to blame and so far I've been able to find no documentation to shed light on this. Any suggestions would be very much appreciated. Thanks! -Ron Tarrant rtarrant@northcom.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 1:59:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from storm.digital-rain.com (storm.digital-rain.com [204.244.71.70]) by hub.freebsd.org (Postfix) with ESMTP id 9F84714BF5 for ; Sat, 17 Jul 1999 01:59:19 -0700 (PDT) (envelope-from tim@storm.digital-rain.com) Received: from agamemnon.melonville.net (dial-line60.digital-rain.com [204.244.94.60]) by storm.digital-rain.com (8.9.1/8.9.1) with SMTP id BAA08657 for ; Sat, 17 Jul 1999 01:59:16 -0700 (PDT) Message-Id: <3.0.2.32.19990717015915.0096b100@storm.digital-rain.com> X-Sender: tim@storm.digital-rain.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.2 (32) Date: Sat, 17 Jul 1999 01:59:15 -0700 To: freebsd-questions@freebsd.org From: Tim Baird Subject: Re: My Printer Lost My Memory In-Reply-To: <379068B0.966DC4AF@northcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What does the printcap say ???? you are limited to about 1MB spool unless you specify an mx#....... if you set mx#0 in your printcap entry, you will be limited in spool space only by the available space on your spool (var) partition...... At 04:27 AM 17/07/99 -0700, you wrote: >Hi, > >I'm running a Xerox DocuPrint P8e from my FreeBSD 2.2.7 box (flameboy). >Flameboy serves this printer to the LAN (all other systems are Win95 >OSR2 boxes) using a fairly standard Samba configuration. The printer >comes with 4mb of RAM and recently I added another 16mb to allow >scanning/printing of my wife's ink drawings for limited 'print' runs >('print' in this context is the artist's POV meaning "a copy of an >original drawing"). The problem is that the image, when printed, is only >half there. It's as if the extra 16mb of RAM was never added. > >While trying to fix this problem, I've checked file quotas (none are >set), expanding the size of the /var partition (it's 100mb now), checked >to make sure the RAM is recognized by the printer (a rigamarole >involving installation of the Xerox Windows-based driver on a notebook, >attaching the printer directly to the notebook then printing out a >'test' page where the amount of RAM is noted), as well as anything else >I can think of. Here is the current state of both the server and the >Win95 box from which I'm attempting to print: > >Server: > - 64mb system RAM > - 137mb swap > - /var is a 100mb partition with _lots_ of it free (>90mb) > - printcap description based on the "raw:" device from Samba >Printing.txt with > a line added to suppress the extra formfeed after each print job > - no file quotas set > >Win95 box: > - 64mb RAM > - 384mb swap available > >Printer driver on Win95 box: > - HP4 (the P8e can emulate anything from HPII to HP6L) > - Spooler set to EMP (I've also tried RAW and "print directly to >printer") > - RAM setting at 20mb > >Image: > - 1.4mb GIF file > - in Photoshop 4.0 this file expands to just under 5mb (probably its >true size) > - 10" x 7.x" 150dpi > - when printing from Photoshop, printer is set to 600dpi (at 300dpi, it >works fine) > >So where is the memory being lost? The printer seems to know it has 20mb >and the HP4 driver in Windows is being told 20mb. The only thing I can >think of is that there is a file size limit being imposed somewhere that >I don't see. The possible places are: > >1) somewhere deep in the Windows OS configuration >2) the Windows spooler >3) Windows networking client >4) a default file size limit imposed by the Samba server >5) a FreeBSD print spooler > >However, it's not apparent to me which of these (if any) is to blame and >so far I've been able to find no documentation to shed light on this. >Any suggestions would be very much appreciated. > >Thanks! > >-Ron Tarrant >rtarrant@northcom.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 Sat Jul 17 2:29: 5 1999 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 0266F14CF5 for ; Sat, 17 Jul 1999 02:28:38 -0700 (PDT) (envelope-from goshik@ns.binep.ac.ru) Received: (from root@localhost) by ns.binep.ac.ru (8.9.2/8.8.8) id NAA18219 for freebsd-questions@FreeBSD.org; Sat, 17 Jul 1999 13:31:43 +0400 (MSD) (envelope-from goshik) Date: Sat, 17 Jul 1999 13:31:43 +0400 From: Charlie & To: freebsd-questions@FreeBSD.org Subject: kernel wd0 messages - what is this? Message-ID: <19990717133143.A18145@ns.binep.ac.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have this in my /var/log/messages file: [...] Jul 16 07:52:19 ns /kernel: wd0: interrupt timeout (status 58 error 0) Jul 16 08:35:27 ns /kernel: wd0: interrupt timeout (status 58 error 0) Jul 16 08:40:22 ns /kernel: wd0s1e: reverting to non-multi sector mode writing fsbn 64 of 64-79 (wd0s1 bn 151776; cn 150 tn 9 sn 9) (status 51 error 4) Jul 16 08:42:46 ns /kernel: wd0: interrupt timeout (status 58 error 4) Jul 16 09:31:08 ns /kernel: wd0: interrupt timeout (status 58 error 4) Jul 16 10:01:29 ns /kernel: wd0: interrupt timeout (status 50 error 4) Jul 16 10:20:31 ns /kernel: wd0s1e: wdstart: timeout waiting for DRQ writing fsbn 49 of 48-59 (wd0s1 bn 151761; cn 150 tn 8 sn 57) (status 80 error 4) Jul 16 10:20:50 ns /kernel: wd0: Last time I say: interrupt timeout. Probably a portable PC. (status 80 error 4) Jul 16 10:39:36 ns /kernel: wd0s1e: wdstart: timeout waiting to give command writing fsbn 12368 of 12368-12607 (wd0s1 bn 164080; cn 162 tn 12 sn 28) (status 80 error 4) Jul 16 10:41:36 ns /kernel: wd0s1b: wdstart: timeout waiting to give command reading fsbn 3808 of 3808-3815 (wd0s1 bn 69344; cn 68 tn 12 sn 44) (status 80 error 4) Jul 16 11:10:27 ns /kernel: wd0s1b: wdstart: timeout waiting to give command reading fsbn 11656 of 11656-11663 (wd0s1 bn 77192; cn 76 tn 9 sn 17) (status 80 error 4) Jul 16 11:12:18 ns /kernel: wd0s1e: wdstart: timeout waiting for DRQ writing fsbn 13649 of 13648-13651 (wd0s1 bn 165361; cn 164 tn 0 sn 49) (status d0 error 4) Jul 16 11:13:22 ns /kernel: wdreset: error1: 0x4 Jul 16 11:13:22 ns /kernel: wd0: wdunwedge failed (status 80 error 4) Jul 16 11:13:22 ns /kernel: wd0s1e: wdstart: timeout waiting to give command writing fsbn 13648 of 13648-13651 (wd0s1 bn 165360; cn 164 tn 0 sn 48) (status 80 error 4) Jul 16 11:13:22 ns /kernel: wdreset: error1: 0x4 Jul 16 11:13:22 ns /kernel: wd0: wdunwedge failed (status 80 error 4) Jul 16 11:35:20 ns /kernel: wd0s1b: wdstart: timeout waiting to give command reading fsbn 11656 of 11656-11663 (wd0s1 bn 77192; cn 76 tn 9 sn 17) (status 80 error 4) Jul 16 11:45:10 ns /kernel: wd0s1f: wdstart: timeout waiting for DRQ writing fsbn 223523 of 223520-223531 (wd0s1 bn 436675; cn 433 tn 3 sn 22) (status 80 error 4) Jul 16 11:45:46 ns /kernel: wdreset: error1: 0x4 Jul 16 11:45:46 ns /kernel: wd0: wdunwedge failed (status 80 error 4) Jul 16 11:45:46 ns /kernel: swap_pager: indefinite wait buffer: device: 0x20001, blkno: 11656, size: 4096 Jul 16 11:45:46 ns /kernel: swap_pager: indefinite wait buffer: device: 0x20001, blkno: 3808, size: 4096 Jul 16 12:00:26 ns /kernel: wd0s1a: wdstart: timeout waiting for DRQ writing fsbn 89 of 80-95 (wd0s1 bn 89; cn 0 tn 1 sn 26) (status 80 error 4) Jul 16 12:07:31 ns /kernel: wdreset: error1: 0x4 Jul 16 12:07:31 ns /kernel: wd0: wdunwedge failed (status 80 error 4) Jul 16 12:07:32 ns /kernel: wd0s1a: wdstart: timeout waiting to give command writing fsbn 80 of 80-95 (wd0s1 bn 80; cn 0 tn 1 sn 17) (status 80 error 4) Jul 16 12:07:32 ns /kernel: wdreset: error1: 0x4 Jul 16 12:07:32 ns /kernel: wd0: wdunwedge failed (status 80 error 4) Jul 16 12:07:32 ns /kernel: wd0s1a: wdstart: timeout waiting to give command writing fsbn 80 of 80-95 (wd0s1 bn 80; cn 0 tn 1 sn 17) (status 80 error 4) Jul 16 12:07:32 ns /kernel: wdreset: error1: 0x4 Jul 16 12:07:32 ns /kernel: wd0: wdunwedge failed (status 80 error 4) Jul 16 12:07:32 ns /kernel: wd0s1a: wdstart: timeout waiting to give command writing fsbn 80 of 80-95 (wd0s1 bn 80; cn 0 tn 1 sn 17) (status 80 error 4) Jul 16 12:07:32 ns /kernel: wdreset: error1: 0x4 Jul 16 12:07:32 ns /kernel: wd0: wdunwedge failed (status 80 error 4) Jul 16 12:07:32 ns /kernel: wd0s1a: wdstart: timeout waiting to give command writing fsbn 80 of 80-95 (wd0s1 bn 80; cn 0 tn 1 sn 17) (status 80 error 4) Jul 16 12:09:52 ns /kernel: swap_pager: indefinite wait buffer: device: 0x20001, blkno: 3808, size: 4096 Jul 16 12:10:18 ns /kernel: wd0s1e: wdstart: timeout waiting for DRQ writing fsbn 71 of 64-79 (wd0s1 bn 151783; cn 150 tn 9 sn 16) (status 80 error 4) Jul 16 12:11:01 ns /kernel: wdreset: error1: 0x4 Jul 16 12:11:02 ns /kernel: wd0: wdunwedge failed (status 80 error 4) Jul 16 12:11:02 ns /kernel: wd0s1e: wdstart: timeout waiting to give command writing fsbn 64 of 64-79 (wd0s1 bn 151776; cn 150 tn 9 sn 9) (status 82 error 4) Jul 16 12:11:02 ns /kernel: swap_pager: indefinite wait buffer: device: 0x20001, blkno: 3808, size: 4096 Jul 16 12:23:42 ns /kernel: wd0s1a: wdstart: timeout waiting for DRQ writing fsbn 87 of 80-95 (wd0s1 bn 87; cn 0 tn 1 sn 24) (status 50 error 4) Jul 16 12:24:19 ns /kernel: wd0s1a: wdstart: timeout waiting for DRQ writing fsbn 89 of 80-95 (wd0s1 bn 89; cn 0 tn 1 sn 26) (status 80 error 4) Jul 16 12:25:47 ns /kernel: wd0s1e: wdstart: timeout waiting for DRQ writing fsbn 49 of 48-59 (wd0s1 bn 151761; cn 150 tn 8 sn 57) (status d0 error 4) Jul 16 12:40:57 ns /kernel: wdreset: error1: 0x4 Jul 16 12:40:57 ns /kernel: wd0: wdunwedge failed (status 80 error 4) Jul 16 12:40:57 ns /kernel: wd0s1b: wdstart: timeout waiting to give command reading fsbn 11656 of 11656-11663 (wd0s1 bn 77192; cn 76 tn 9 sn 17) (status 80 error 4) Jul 16 12:40:57 ns /kernel: swap_pager: indefinite wait buffer: device: 0x20001, blkno: 11656, size: 4096 Jul 16 12:50:33 ns /kernel: wd0s1e: wdstart: timeout waiting for DRQ writing fsbn 68 of 64-79 (wd0s1 bn 151780; cn 150 tn 9 sn 13) (status 50 error 4) Jul 16 12:55:55 ns /kernel: wdreset: error1: 0x4 Jul 16 12:55:55 ns /kernel: wd0: wdunwedge failed (status 80 error 4) Jul 16 13:45:45 ns /kernel: wd0s1f: wdstart: timeout waiting for DRQ writing fsbn 524401 of 524400-524415 (wd0s1 bn 737553; cn 731 tn 11 sn 12) (status 50 error 4) [...] Any comments? Note that there are no such messages from Jul 16 13:45:45 until now... ns: {5} uname -a FreeBSD ns.binep.ac.ru 3.1-STABLE FreeBSD 3.1-STABLE #0: Fri Apr 9 19:27:34 MSD 1999 goshik@ns.binep.ac.ru:/usr/src/sys/compile/BINEP.ega i386 This is i486DX2-66 with 16 MB RAM and VLB IDE controller. Uptime is 8 days after power failure... 8-( From dmesg: wdc0 at 0x1f0-0x1f7 irq 14 flags 0x80ff on isa wdc0: unit 0 (wd0): , 32-bit, multi-block-8 wd0: 516MB (1057392 sectors), 1049 cyls, 16 heads, 63 S/T, 512 B/S TIA, Igor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 3:39: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand5.global.net.uk (sand5.global.net.uk [194.126.80.249]) by hub.freebsd.org (Postfix) with ESMTP id 5178E14C98 for ; Sat, 17 Jul 1999 03:38:58 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p0cs11a06.client.global.net.uk ([195.147.219.13] helo=marder-1.) by sand5.global.net.uk with esmtp (Exim 2.05 #1) id 115RpL-00076E-00; Sat, 17 Jul 1999 11:36:19 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id LAA00329; Sat, 17 Jul 1999 11:31:22 +0100 (BST) (envelope-from marko) Date: Sat, 17 Jul 1999 11:31:22 +0100 From: Mark Ovens To: Dan Busarow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sun/Sony monitor modelines Message-ID: <19990717113122.B269@marder-1> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Dan Busarow on Fri, Jul 16, 1999 at 01:56:15PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 16, 1999 at 01:56:15PM -0700, Dan Busarow wrote: > On Thu, 15 Jul 1999, Dan Busarow wrote: > > Does anyone happen to have XFree86 modelines that work with > > a Sony GDM-1962-B ?? > > For anyone else who may lay their hands on one of these monitors > here's a working modeline as well as horizontal and vertical > > HorizSync 71.91,72.24,73.29 > > VertRefresh 70-85 > > Modeline "1152x864" 100.0 1152 1156 1196 1392 864 865 868 892 -hsync -vsync > > If you want a 1024 and 1268 entries the sync and refresh are > > 1024 72.24KHz horizontal 85Hz vertical > 1280 73.29KHz horizontal 70Hz vertical > > This is with a Mirage Z-128 Pro, works great. > This is interesting. We have lots of Sun monitors lying around at work (most of our customers are downgrading to NT). I'm not familiar with the Mirage card. Is it a special for driving Sun monitors on PCs? or will any (modern) graphics card work (yes, I know you need a special cable as Sun use 3W13, or is it 13W3, connectors). > Dan > -- > Dan Busarow 949 443 4172 > Dana Point Communications, Inc. dan@dpcsys.com > Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:markov@globalnet.co.uk 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 Sat Jul 17 3:40: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from froggy.anchorage.ptialaska.net (froggy.anchorage.ptialaska.net [208.151.119.238]) by hub.freebsd.org (Postfix) with ESMTP id F138114C98 for ; Sat, 17 Jul 1999 03:39:58 -0700 (PDT) (envelope-from groggy@iname.com) Received: from froggy.anchorage.ptialaska.net (localhost [127.0.0.1]) by froggy.anchorage.ptialaska.net (8.8.8/8.8.8) with SMTP id CAA00336 for ; Sat, 17 Jul 1999 02:44:14 -0800 (AKDT) (envelope-from groggy@iname.com) Date: Sat, 17 Jul 1999 02:44:11 -0800 (AKDT) From: Steve Howe X-Sender: root@froggy.anchorage.ptialaska.net To: freebsd-questions Subject: ppp filters 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've been trying to experiment with ppp filters, but they don't make any apparent difference. for example, with no other filters, this default filter "set" does not block traceroute. even though it is commented out. what am i forgetting to do? also, most listing in services have udp/tcp ports. how do i figure out if i need udp, tcp, or both? also, if i create a simple ruleset for a label in ppp.conf, does that totally trash all previous rulesets? like the default labels ruleset for example? thank you. default: set log chat connect tun command # DENY ICMP, DNS set afilter 0 deny icmp set afilter 1 deny udp src eq 53 set afilter 2 deny udp dst eq 53 set afilter 3 permit 0/0 0/0 # ALLOW PING set ifilter 0 permit icmp set ofilter 0 permit icmp # ALLOW FTP-DATA set ifilter 1 permit tcp src eq 20 dst gt 1023 set ofilter 1 permit tcp dst eq 20 # ALLOW FTP-CONTROL set ifilter 2 permit tcp src eq 21 estab set ofilter 2 permit tcp dst eq 21 # ALLOW TELNET set ifilter 3 permit tcp src eq 23 estab set ofilter 3 permit tcp dst eq 23 # ALLOW SMTP set ifilter 4 permit tcp src eq 25 set ofilter 4 permit tcp dst eq 25 # ALLOW WHOIS set ifilter 5 permit tcp src eq 43 set ofilter 5 permit tcp dst eq 43 # ALLOW DNS set ifilter 6 permit udp src eq 53 set ofilter 6 permit udp dst eq 53 # ALLOW POP3 set ifilter 7 permit tcp src eq 110 set ofilter 7 permit tcp dst eq 110 # ALLOW IDENT set ifilter 8 permit tcp dst eq 113 set ofilter 8 permit tcp src eq 113 # ALLOW IRC set ifilter 9 permit tcp dst eq 194 set ofilter 9 permit tcp src eq 194 # ALLOW TRACEROUTE # set ifilter 10 permit udp dst gt 33433 # set ofilter 10 permit udp dst gt 33433 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 3:40:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from superads.com (t4-6.sitek.net [212.34.32.181]) by hub.freebsd.org (Postfix) with SMTP id 6832B14D07; Sat, 17 Jul 1999 03:39:55 -0700 (PDT) (envelope-from kfelgelg@sitek.net) Subject: щРН ОПХЦНДХРЯЪ, ЕЯКХ ЯПШБЮЕРЯЪ ОНЕГДЙЮ.....Eto prigoditsja, esli sryvaetsja poezdka...Travel info -fgwnlolc Message-ID: From: tturjuqc@sitek.net Content-Type: text/plain; charset=ISO-8859-1 Date: Sat, 17 Jul 1999 14:40:52 +0-300 Reply-To: zkjhgfkjhf@crosswinds.net To: qefbvhcn@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG RUSSIAN WIN-1251: яйнпюъ онлныэ еЯКХ ОНЪБХКХЯЭ ОЕПБШЕ ЯХЛОРНЛШ: -ЦНПЪР АХКЕРШ, -ЯПШБЮЕРЯЪ ОНЕГДЙЮ -япнвмн! МСФМЮ БХГЮ ХКХ ГЮЦПЮМОЮЯОНПР лш сяоеел яоюярх бюь нрдшу - цкюбмне онгбнмхрэ бнбпелъ тХПЛЮ яепеапъмши днфдэ (Ц. лНЯЙБЮ) ОПЕДКЮЦЮЕР: бХГШ ьЕМЦЕМ ГЮ 10 ДМЕИ - 100$, ГЮ 5 ДМЕИ - 110$, ГЮ 1 ЯСРЙХ - 450$ ьЕМЦЕМ 90 ДМЕИ ЛСКЭРХ - 350$ Х ЕЫЕ 30 БЮПХЮМРНБ! оН ьЕМЦЕМЯЙНИ БХГЕ бШ ЛНФЕРЕ ОНЯЕРХРЭ: юБЯРПХЧ, аЕКЭЦХЧ, цЕПЛЮМХЧ, цНККЮМДХЧ, цПЕЖХЧ, хРЮКХЧ, хЯОЮМХЧ, кЧЙЯЕЛАСПЦ, оНПРСЦЮКХЧ, тПЮМЖХЧ. яРПЮМШ аЮКРХХ - 100$, Ю РЮЙФЕ БХГШ ЕЫЕ Б 20 ЯРПЮМ ЛХПЮ. нокюрю он тюйрс. жЕМШ МЕ НЙНМВЮРЕКЭМШЕ - НАФЮКНБЮМХЧ ОНДКЕФЮР. гюцпюмоюяонпрю! лхд 51 ЯЕПХЪ! кЧАШЕ ЯПНЙХ! бШ ЯДЮКХ ОЮЯОНПР Б нбхп ЯПНЙНЛ МЮ ЛЕЯЪЖ, Ю ОНМЮДНАХКНЯЭ япнвмн! оНГБНМХРЕ МЮЛ Х ВЕПЕГ 4 ДМЪ бШ ГЮАЕПЕРЕ ЦНРНБШИ ОЮЯОНПР С МЮВЮКЭМХЙЮ нбхпЮ. рспш: рСПЖХЪ 198$ !!БЙКЧВЮЪ БЯЕ!! яЙЮМДХМЮБХЪ НР 95$, хЯОЮМХЪ НР 330$, цПЕЖХЪ НР 380$, вЕПМНЛНПЯЙНЕ ОНАЕПЕФЭЕ НР 150 ПСА Б ЯСРЙХ, щЙЯЙСПЯХНММШЕ РСПШ ОН еБПНОЕ НР 230$, Ю РЮЙФЕ ЯЮЛШЕ ОНОСКЪПМШЕ ЙСПНПРШ Х КЧАШЕ ХМДХБХДСЮКЭМШЕ ОПНЦПЮЛЛШ ОН БЯЕЛС ЛХПС. еЯКХ МЕ ЛНФЕРЕ ДНГБНМХРЯЪ - ОНГБНМХРЕ МЮЛ МЮ ОЕИДФЕП Х ЛШ ЯБЪФЕЛЯЪ Я бЮЛХ ЯЮЛХ: (095) 974-22-22 ХКХ 961-33-33 ЮАНМЕМР "яЕПЕАПЪМШИ дНФДЭ". мЮЬ ЮДПЕЯ: Ц. лНЯЙБЮ, СК. лЪЯМХЖЙЮЪ Д. 40, ЯРПНЕМХЕ 1, НТХЯ 351. рЕК. (095)921-23-03, 921-83-66, 928-76-38 ENGLISH: Travel Agency "Serebrjanyi Dojd" (Silver Rain"), Moscow, Russia. Urgent visas, travel passports, tours (Russia, Turkey, Scandinavia, Spain, Italy, Greece, Black sea) LOW PRICES. Professional approach. Interesting variants. Difficult cases. Address: Russia, Moscow, ul. Mjasnickaja, dom 40, stroenie 1, office 351. Phone (7)(095)921-23-03, 921-83-66, 928-76-38 Moscow pager 974-22-22 or 961-33-33 ext# "Serebrjanyi Dojd" RUSSIAN TRANSLIT: TURAGENSTVO "SEREBRJANYJ DOJD" SROCHNAJA POMOSH. My uspeem spasti Vash otdyh. Glavnoe - pozvonit vovremja. Zvonite nemedlenno: Moskva (095) 921-23-03, 921-83-66, 928-76-38 Vizy Sgengen 10 dney - 100$, 5 dney - 110$, 1 sutki - 450$. I eshe 30 variantov. Vizy v Strany Baltii - 100$ Vizy v 20 stran mira. OPLATA PO FAKTU! ZAGRANPASPORTA. MID 51 serija. OVIR 4 dnja. TURY: Turcija 198$ !VKLUCHAJA VSE! Skandinavija ot 95$ Ispanija ot 330$ Grecija ot 380$ Chernomorskoe poberejie ot 150 rub v sutki Ekskursionnye tury po Evrope ot 230$ Populjarnye kurorty, individualnye programmy, katalogi, fotografii, opyt i sovet menedjera. Esli trudno dozvonitsja - NASH PEIDJER (095) 974-22-22 ili 961-33-33 abonent# "Serebrjanyi Dojd" Nash adres: Moskva, ul. Mjasnickaja, dom 40, stroenie 1, ofis 351. Telefon (095)921-23-03, 921-83-66, 928-76-38 ---- Remove mailto:zkjhgfkjhf@crosswinds.net?subject=remove пЮЯЯШКЙЮ ОХЯЕЛ Б хМРЕПМЕР / Bulk emailing: mailto:zkjhgfkjhf@crosswinds.net?subject=emailing Moscow pager (095)742-53-53 abon# 5444 (РНКЭЙН 60 ЯХЛБНКНБ (60 chars only)) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 3:41: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wanadoo.fr (smtp-out-002.wanadoo.fr [193.252.19.69]) by hub.freebsd.org (Postfix) with ESMTP id DB6EA14D07; Sat, 17 Jul 1999 03:40:56 -0700 (PDT) (envelope-from info@skyturn.net) Received: from villosa.wanadoo.fr [193.252.19.122] by wanadoo.fr for Paris Sat, 17 Jul 1999 12:40:44 +0200 (MET DST) From: info@skyturn.net Received: from cedric (164.138.92.242) by villosa.wanadoo.fr; 17 Jul 1999 12:40:43 +0200 Message-ID: <37905dac378e4863@villosa.wanadoo.fr> (added by villosa.wanadoo.fr) DATE: 17 JUL 1999 12:39:09 To: feedback@cmpnet.com SUBJECT: CrИez facilement boutiques et bases de donnИes sur le Web Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ____________________________________________________________________ Votre boutique ... Votre catalogue ... Votre base de donnИes Sur mesure ... En quelques heures sur le Web ! ____________________________________________________________________ OpenForm.com est le premier service sur le Web, qui permet de crИer sans installation, ni programmation : >> Votre boutique Иlectronique "clИ en main". >> Votre catalogue de produits. >> Votre base de donnИes sur le Web. A partir de 95 FF/Mois, dИcouvrez notre offre complХte qui intХgre : >> Le gИnИrateur de site >> L'hИbergement >> Les outils de prise de commande >> Le paiement sИcurisИ Vous pouvez consulter notre offre sur le site : http://www.skyturn.net Informations lИgales : AprХs lecture de votre site, nous vous transmettons cet E-Mail. Vous pouvez refuser nos publicitИs en envoyant un E-Mail Ю : info@skyturn.net Cette envoi respecte la directive EuropИenne du 24 Octobre 1995, et la jurisprudence US. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 3:59:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.lax.netzero.net (mail3.lax.netzero.net [209.0.233.38]) by hub.freebsd.org (Postfix) with SMTP id 202A014BDB for ; Sat, 17 Jul 1999 03:59:37 -0700 (PDT) (envelope-from lewellyn@netzero.net) Received: (qmail 10881 invoked by uid 0); 17 Jul 1999 10:58:47 -0000 Received: from pppa18-resaletulsa1-4r1035.saturn.bbn.com (HELO led.zeppelin.net) (@4.16.70.173) by mail3.lax.netzero.net with SMTP; 17 Jul 1999 10:58:47 -0000 Content-Length: 525 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Date: Sat, 17 Jul 1999 05:58:48 -0500 (CDT) From: Adam Brown To: freebsd-questions@freebsd.org Subject: The current state of the GUS PNP Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Back under 2.2.6 I was using my GUS PNP quite nicely after a little work at tracking down the driver patch. I've been looking for an update of that and I can't even find the old driver anymore. I know it's a pretty ancient card, but I'd rather use it on the machine than an SB16 if I can. I'm running 3.2-STABLE on it at the moment and I'm just wondering where I can find any info on the card as all of my searching so far as proved quite fruitless. -- Adam Brown http://dazed.zeppelin.net/connor/ ________________________________________________________ NetZero - We believe in a FREE Internet. Shouldn't you? Get your FREE Internet Access and Email at http://www.netzero.net/download/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 5: 4:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.cyberghost.org (tl6.cyberia.com [208.13.144.6]) by hub.freebsd.org (Postfix) with ESMTP id 4F2CF14CAA for ; Sat, 17 Jul 1999 05:04:14 -0700 (PDT) (envelope-from tim@cyberghost.org) Received: from twalker (server.cyberghost.org [192.168.1.3]) by ns1.cyberghost.org (8.8.8/8.8.8) with SMTP id IAA13916 for ; Sat, 17 Jul 1999 08:04:12 -0400 (EDT) (envelope-from tim@cyberghost.org) Message-Id: <4.1.19990717080057.009a4880@mail.cyberia.com> X-Sender: tim@cyberghost.org X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sat, 17 Jul 1999 08:03:32 -0400 To: freebsd-questions@FreeBSD.ORG From: Tim Walker Subject: Weird IPFW / NATD problem... In-Reply-To: <377F88A7.FC5680E7@a-lehdet.fi> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running FreeBSD as my network's gateway to the Internet and am trying to pass Web traffic through to a server on my internal network (FreeBSD machine has a routable IP address and the internal web server has a non-routable address). It is working fine from the outside world, but from machines on my internal network they always end up on the FreeBSD webserver. In the natd.conf file I have: use_sockets yes same_ports yes interface ed1 redirect_port tcp 192.168.1.2:80 80 redirect_port tcp 192.168.1.2:21 21 redirect_port tcp 192.168.1.2:20 20 and in the rc.firewalls file I have: ipfw add 10 divert natd tcp from 192.168.1.2 80 to any ipfw add 11 divert natd tcp from any to 192.168.1.2 80 ipfw add 12 divert natd tcp from any to 192.168.1.100 80 (192.168.1.2 is the webserver, and 192.168.1.100 is the inside interface of the FreeBSD machine). Does anyone have any suggestions? Tim Walker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 5: 8:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mu.egroups.com (mu.egroups.com [207.138.41.151]) by hub.freebsd.org (Postfix) with SMTP id A23F014CAA for ; Sat, 17 Jul 1999 05:08:42 -0700 (PDT) (envelope-from alitvak@wwa.com) Received: from [10.1.2.16] by mu.egroups.com with NNFMP; 17 Jul 1999 13:08:11 -0000 Date: Sat, 17 Jul 1999 05:08:01 -0700 From: alitvak@wwa.com To: freebsd-questions@freebsd.org Subject: NFS v3 client problem Message-ID: <7mprn1$es75@eGroups.com> User-Agent: eGroups-EW/0.74 Content-Length: 760 X-Mailer: www.eGroups.com Message Poster Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello everybody, I am close to loosing it. I run FreeBSD 2.2.8 and I need to mount bunch of partitions off linux and solaris x86 hosts. With Solaris 2.6 x86 and Redhat 5.2 (2.036) I run mount_nfs host_foo:/foo /foo and it mounts just fine. I can read and rite to newly mounted partition. With solaris 7 x86 box I run nfs_mount foo:/foo /foo and can read and change the files that were created i.e. I can rm /foo/foo if /foo/foo was alredy there. If I do touch foo it gives me following error message touch: foo: Inapropriate file type or format With Redhat 6.0 after I mount it I can't even cd too /foo I get following error cd: Protocol is not supported Both solaris 7 and redhat 6.0 mounts work if I specify nfsv2 as an option. Please help Alex L. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 5:31:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from vulcan.addy.com (vulcan.addy.com [207.239.68.7]) by hub.freebsd.org (Postfix) with ESMTP id 1EF7114CE6 for ; Sat, 17 Jul 1999 05:31:38 -0700 (PDT) (envelope-from francisco@natserv.com) Received: from your-name (freyes.static.inch.com [207.240.212.43]) by vulcan.addy.com (8.8.5/8.6.12) with SMTP id IAA25076 for ; Sat, 17 Jul 1999 08:31:16 -0400 (EDT) Message-Id: <199907171231.IAA25076@vulcan.addy.com> From: "Francisco Reyes" To: "FreeBSD questions" Date: Sat, 17 Jul 1999 08:32:21 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Routing with same subnet? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My first shot at routing. I saw many questions and responses in the archives, but there are still things I don't understand. What I am trying to do is to setup my FreeBSD box as a Firewall. The setup: Computers-->hub1 -->ed0 -->FBSD -->de0 -->DSL Router -->Internet IP Addresses: Computers 216.44.153.70 to 216.44.153.72 router 216.44.153.65 de0 216.44.153.66 ed0 216.44.153.67 netmask 255.255.255.240 The FreeBSD, 2.2.7, can see the internet through de0. The problem I am having is with the computers not seeing FreeBSD through ed0. The output of netstat is: Internet: Destination Gateway Flags Refs Use Netif Expire default 216.44.153.65 UGSc 11 108 de0 localhost localhost UH 11 469 lo0 216.44.153/28 localhost UGSc 0 0 de0 => 216.44.153 link#2 UCSc 0 0 216.44.153.64/28 link#1 UC 0 0 216.44.153.65 0:0:c5:71:cb:ac UHLW 12 0 de0 1182 75ml localhost UGHS 1 26 lo0 => 75ml/32 0:c0:f0:21:14:45 ULS2c 0 0 lo0 localhost localhost UGHS 1 0 lo0 => 216.44.153.67/32 0:e0:29:40:e8:ae ULS2c 0 0 de0 216.44.153.70 link#1 UHLW 1 396 216.44.153.79 ff:ff:ff:ff:ff:ff UHLSb 4 318 de0 I tried several route lines such as: route add net 216.44.153.0 216.44.153.67 route add net 216.44.153.0 216.44.153.67 -netmask 255.255.255.240 route add 216.44.153.70 216.44.153.67 Based on what I read on the archives it seemed as if it would not be possible to route between the two interfaces with the addresses I am using (216.44.153.67 and 216.44.153.66), but the man page for route has: "In a change or add command where the destination and gateway are not sufficient to specify the route (as in the ISO case where several interfaces may have the same address), the -ifp or -ifa modifiers may be used to de-termine the interface or interface address." From that it seems it may be possible, however I tried adding "-ifp 2" and that didn't help. Also tried "-ifa 216.44.153.67". Both did not give errors but didn't work either. Will I need to change to/add a different IP address to one of the cards? I don't mind if the internal card, ed0, has a non-routable IP such as 10.0.0.1. How about the internal computers? Will they need to be switched to the 10.0.0.0 subnet? Did I miss something in the syntax of the "ifp", "ifa" switches? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 5:40:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from walnut.readington.com (walnut.readington.com [207.207.198.10]) by hub.freebsd.org (Postfix) with ESMTP id D2B5414CE6 for ; Sat, 17 Jul 1999 05:40:48 -0700 (PDT) (envelope-from chrismar@readington.com) Received: from localhost (chrismar@localhost) by walnut.readington.com (8.8.8/8.8.8) with ESMTP id IAA04064 for ; Sat, 17 Jul 1999 08:37:19 -0400 (EDT) (envelope-from chrismar@readington.com) Date: Sat, 17 Jul 1999 08:37:19 -0400 (EDT) From: Chris To: freebsd-questions@freebsd.org Subject: pine + pgp [Off-Topic] Message-ID: Webpage: http://www.weirdo.net/ 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'm trying to get Pine 4.10 to work with pgp 2.6.2 installed from the ports collection. So far I can't seem to get it to work. Does anyone have any hints, clues, suggestions, etc? Thanks, Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 5:51:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from arutam.inch.com (ns.inch.com [207.240.140.101]) by hub.freebsd.org (Postfix) with ESMTP id E757B14CE6 for ; Sat, 17 Jul 1999 05:51:52 -0700 (PDT) (envelope-from freyes@inch.com) Received: from your-name (freyes.static.inch.com [207.240.212.43]) by arutam.inch.com (8.9.1a/8.8.5) with SMTP id IAA23589; Sat, 17 Jul 1999 08:49:54 -0400 (EDT) Message-Id: <199907171249.IAA23589@arutam.inch.com> From: "Francisco Reyes" To: "Greg Lehey" , "mavery@mail.otherwhen.com" , "questions@FreeBSD.ORG" Date: Sat, 17 Jul 1999 08:50:58 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: Recomended tapes form HP? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 14 Jul 1999 08:24:41 -0500, Mike Avery wrote: >drives doesn't make me want to use 'em. As I mentioned last time >around, the Seagate tech support staff hinted strongly that travan >should not be used in critical applications, and that critical kinda >meant, "if you want to recover your data". I am sure we can find people who have had good results with their Travan Tapes, including myself. Have had a 4Gig/8Gig for several years. It has saved me many, many times, including full restores after a crash. In the end it is really about what one can afford. Sure the Qic/Travan are probably not as reliable as DLT, but that won't change someone's money availability. I personaly think that backup with Qic/Travan is much better than no backup at all. In particular if one uses several tapes with a reasonable rotation and if one does some sort of verify or test restores every once in a while. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 5:58:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from arutam.inch.com (ns.inch.com [207.240.140.101]) by hub.freebsd.org (Postfix) with ESMTP id C1E0715084 for ; Sat, 17 Jul 1999 05:58:30 -0700 (PDT) (envelope-from freyes@inch.com) Received: from your-name (freyes.static.inch.com [207.240.212.43]) by arutam.inch.com (8.9.1a/8.8.5) with SMTP id IAA23968; Sat, 17 Jul 1999 08:58:08 -0400 (EDT) Message-Id: <199907171258.IAA23968@arutam.inch.com> From: "Francisco Reyes" To: "Iani Brankov" , "questions@FreeBSD.ORG" Date: Sat, 17 Jul 1999 08:59:13 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: Recomended tapes form HP? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 14 Jul 1999 01:16:26 +0300, Iani Brankov wrote: >I have to buy a tape drive for a FreeBSD box. >I'm using an old HP DAT drive and it works great. Why do you need to change it? >I would like to know does anybody use HP tape drives and how reliably do they >work with FreeBSD? >HP SureStore Travan drives (SCSI) I have not worked with HP yet. I have a Conner (which was bought by Seagate I believe) SCSI. Have had it for a few years and it has worked fine. The main thing I would like to stress is that after looking at your budget and buying whichever drive you can afford (that workds with FreeBSD) the most important thing is to have a good tape rotation and to verify your backups AND do restores from them every once in a while. I have 8 tapes in my rotation and use 6 of them for Windows and 2 for FreeBSD. I used to have FreeBSD just to learn, but now I am setting up two boxes for production and just purchased two more SCSI travan tapes (one new, one from an auction at Ebay). I will add a couple of tapes to the FreeBSD rotation, plus will use the 3 boxes to backup each other. The best backup is to have your data (securily) in different places/medias. For example small configuration files (i.e. ppp setup, .login, .logout....) I keep on floppies in addition to the tape backup. Basically anything small which I may need to restore often I keep in floppies too. If your data is critical you may also want to consider getting a Raid controller and do Raid 5. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 6:40:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.panix.com (mail1.panix.com [166.84.0.212]) by hub.freebsd.org (Postfix) with ESMTP id A9E5F14D26 for ; Sat, 17 Jul 1999 06:40:37 -0700 (PDT) (envelope-from jacques@panix.com) Received: from panix6.panix.com (root@panix6.panix.com [166.84.0.231]) by mail1.panix.com (8.8.8/8.8.8/PanixM1.3) with ESMTP id JAA19504; Sat, 17 Jul 1999 09:40:19 -0400 (EDT) Received: (from jacques@localhost) by panix6.panix.com (8.8.8/8.7.1/PanixN1.0) id JAA18149; Sat, 17 Jul 1999 09:40:18 -0400 (EDT) Date: Sat, 17 Jul 1999 09:40:18 -0400 From: Jacques Williams To: rezath@tm.net.my, freebsd-questions@freebsd.org Subject: Re: FreeBSD installation on Sun Ultra 10 - Can it? Message-ID: <19990717094018.A17890@panix.com> References: <378FD79C.2C0112A5@tm.net.my> <3.0.3.32.19990716223700.00fb8e2c@pop.interaccess.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <3.0.3.32.19990716223700.00fb8e2c@pop.interaccess.com>; from Ford Prefect on Fri, Jul 16, 1999 at 10:37:00PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You might also want to check out NetBSD (http://www.netbsd.org) and OpenBSD (http://www.openbsd.org). I believe both of these have been ported to Sun Ultras. Jacques Williams On Fri, Jul 16, 1999 at 10:37:00PM -0500, Ford Prefect wrote: > FreeBSD won't run on the Sun, but you might want to Check out NetBSD > (www.netbsd.org) > > There is also a linux distrubutioion called UltraPenquin that supports the > Ultra's that was available at ultra.penguin.cz, I'm not sure the status of > it however. > > -Steve > > At 09:08 AM 7/17/99 +0800, Rezamys wrote: > >Hello All, > >We got Freebsd 2.2.8 and 3.2 Release which we bought from Walnut Creek. > >The question is can we install it on Sun workstation? Would it work? We > >believe it can be installed but not sure how. Would be the same > >installing on normal PC? > >Please enlighten us. > >TQ > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > > *=====================================================* > \ Ford Prefect Ahead of my time. \ > \ fordp@guide.chi.il.us but only by a week. \ > \ homepage.interaccess.com/~fordp \ > \ \ > \ ((In esperanto where available)) \ > *=====================================================* > > > > 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 Sat Jul 17 7: 8:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailrelay.acsu.buffalo.edu (mailrelay.acsu.buffalo.edu [128.205.7.101]) by hub.freebsd.org (Postfix) with SMTP id 0526814E16 for ; Sat, 17 Jul 1999 07:08:02 -0700 (PDT) (envelope-from cjm2@earthling.net) Received: (qmail 24802 invoked from network); 17 Jul 1999 14:05:45 -0000 Received: from ubppp233-33.dialin.buffalo.edu (HELO weeble.dyndns.org) (@128.205.233.33) by mailrelay.acsu.buffalo.edu with SMTP; 17 Jul 1999 14:05:45 -0000 Received: from shithead (shithead.weeble.dyndns.org [10.0.0.2]) by weeble.dyndns.org (8.9.3/8.9.3) with SMTP id KAA48752; Sat, 17 Jul 1999 10:03:24 -0400 (EDT) (envelope-from cjm2@earthling.net) From: "Christopher J. Michaels" To: "Charles A. Peters" Cc: Subject: RE: version 2.2.8-stable -vs- version 3.2-stable (what's the advantage to going to 3.2-stable) Date: Sat, 17 Jul 1999 10:03:29 -0400 Message-ID: <000901bed05d$25859540$0200000a@weeble.dyndns.org> 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 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 In-reply-to: <00a501beccb8$ebcecd00$fca3f9cf@megared.net.mx> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Not to mention that the 2.2.X line is dead, and will not be update any longer. If you want to be able to stay up-to-date, with new features and/or fixes you'll want to move to 3.2 as well. -Chris -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Alejandro Ramirez Sent: Monday, July 12, 1999 6:50 PM To: Alex Le Heux; Charles A. Peters Cc: freebsd-questions@FreeBSD.ORG Subject: RE: version 2.2.8-stable -vs- version 3.2-stable (what's the advantage to going to 3.2-stable) Hi, Dont forget PAM, SMP, ELF, TCP Wrappers, DHCP Client, CAM, Sendmail 8.9.3 w/anti-spam rules, etc, etc, etc. Ales ----- Original Message ----- From: Alex Le Heux To: Charles A. Peters Cc: Sent: Monday, July 12, 1999 4:44 PM Subject: Re: version 2.2.8-stable -vs- version 3.2-stable (what's the advantage to going to 3.2-stable) > On Mon, Jul 12, 1999 at 08:44:38AM -0400, Charles A. Peters wrote: > > Question: > > > > What is the major difference in going to 3.2-stable, as opposed to staying > > with 2.2.8-stable? > > Quite a few things changed, there are new drivers, etc. > > The thing that I like most is that it supports Softupdates. Softupdates > speed up writes to the filesystem enormously. > > You should be able to find more at http://www.freebsd.org/releases/ > > Cheers, > > Alex > > -- > +--------------------------------+-------------------+ > | SMTP: | E-Gold: 101979 | > | ICBM: N52 22.64'6 E4 51.54'1 | PGP: 0x1d512a3f | > +--------------------------------+-------------------+ > > > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 7: 8:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from java.dpcsys.com (java.dpcsys.com [206.16.184.7]) by hub.freebsd.org (Postfix) with ESMTP id D6A3014E10 for ; Sat, 17 Jul 1999 07:08:11 -0700 (PDT) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by java.dpcsys.com (8.9.1a/8.9.1) with SMTP id HAA09345; Sat, 17 Jul 1999 07:05:50 -0700 (PDT) Date: Sat, 17 Jul 1999 07:05:49 -0700 (PDT) From: Dan Busarow To: Mark Ovens Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sun/Sony monitor modelines In-Reply-To: <19990717113122.B269@marder-1> 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 Sat, 17 Jul 1999, Mark Ovens wrote: > On Fri, Jul 16, 1999 at 01:56:15PM -0700, Dan Busarow wrote: > > On Thu, 15 Jul 1999, Dan Busarow wrote: > > > Does anyone happen to have XFree86 modelines that work with > > > a Sony GDM-1962-B ?? > > > > For anyone else who may lay their hands on one of these monitors > > here's a working modeline as well as horizontal and vertical > > > > HorizSync 71.91,72.24,73.29 > > > > VertRefresh 70-85 > > > > Modeline "1152x864" 100.0 1152 1156 1196 1392 864 865 868 892 -hsync -vsync > > > > If you want a 1024 and 1268 entries the sync and refresh are > > > > 1024 72.24KHz horizontal 85Hz vertical > > 1280 73.29KHz horizontal 70Hz vertical > > > > This is with a Mirage Z-128 Pro, works great. > > > > This is interesting. We have lots of Sun monitors lying around at > work (most of our customers are downgrading to NT). > > I'm not familiar with the Mirage card. Is it a special for driving > Sun monitors on PCs? or will any (modern) graphics card work (yes, > I know you need a special cable as Sun use 3W13, or is it 13W3, > connectors). It's a special card that lets you drive a fixed frequency monitor. Price isn't bad either when you consider the cost of a used Sun monitor vs. a new 19-21" monitor. I paid $145 for the card and $15 for the VGA to 13W3 cable. http://www.mirage-mmc.com/ Dan -- Dan Busarow 949 443 4172 Dana Point Communications, Inc. dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 7:29: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from megamail.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with SMTP id A278A14C9D for ; Sat, 17 Jul 1999 07:28:58 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from [207.249.163.252] by megamail.megared.net.mx (NTMail 3.03.0017/4c.ab3r) with ESMTP id xa420209 for ; Sat, 17 Jul 1999 09:29:29 -0500 Message-ID: <006f01bed060$4d472aa0$fca3f9cf@megared.net.mx> From: "Alejandro Ramirez" To: "Shawn Ramsey" , "Alex Le Heux" Cc: "Nathaniel Schein" , "Owner-Freebsd-Questions" References: <004101becfe2$acdbb130$898110ac@nschein.prisa.com> <19990717022639.A85426@funk.org> <19990716181115.A16609@cpl.net> Subject: RE: Mail relay Date: Sat, 17 Jul 1999 09:26:04 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, See Below... From: Shawn Ramsey Sent: Friday, July 16, 1999 8:11 PM Subject: Re: Mail relay > > Hi, > > > > What kind of relaying do you want to enable? Just enabling all relaying > > would be a Bad Idea. > > > > It already comes configured for 'rekaying based on MX', meaning that it > > will relay mail to domains where it is listed in DNS as MX host. > > > > If you want to enable relaying on IP or domain, you need to play around > > with the access db, in /etc/mail. > > > > You can read more about it at http://www.sendmail.org/tips/relaying.html > > I believe the 'relay-domains' feature also comes in the sendmail.cf that > comes with FreeBSD, in which case all you have to do is create > /etc/mail/relay-domains, and put the IP address(s) you want to be able to > relay. You mean /etc/relay-domains, unless you have build your sendmail.cf with the specific path of /etc/mail for the configuration files. Ales To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 8: 7:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.go2france.com (go2france.com [209.51.193.70]) by hub.freebsd.org (Postfix) with SMTP id D3A9514CBE for ; Sat, 17 Jul 1999 08:07:44 -0700 (PDT) (envelope-from lconrad@Go2France.com) Received: from superviseur [62.161.63.210] by mail.go2france.com with ESMTP (SMTPD32-4.03) id A7085FB00A2; Sat, 17 Jul 1999 09:37:12 EDT Message-Id: <4.2.0.56.19990717165910.02e83790@go2france.com> X-Sender: lconrad@go2france.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.56 (Beta) Date: Sat, 17 Jul 1999 17:01:29 +0200 To: freebsd-questions@freebsd.org From: Len Conrad Subject: ulimit for CGI 1.1 sandbox In-Reply-To: <006f01bed060$4d472aa0$fca3f9cf@megared.net.mx> References: <004101becfe2$acdbb130$898110ac@nschein.prisa.com> <19990717022639.A85426@funk.org> <19990716181115.A16609@cpl.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 "man ulimit" returns nothing. Is there some equivalent for ulimit? Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 8:28:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from everest.netidea.com (everest.netidea.com [207.194.161.4]) by hub.freebsd.org (Postfix) with ESMTP id E1DE814CBE for ; Sat, 17 Jul 1999 08:28:33 -0700 (PDT) (envelope-from gregm@netidea.com) Received: from Main (pm162-72.dialup.netidea.com [207.194.162.72]) by everest.netidea.com (8.9.3/8.8.8) with SMTP id IAA23355 for ; Sat, 17 Jul 1999 08:23:25 -0700 Message-Id: <199907171523.IAA23355@everest.netidea.com> From: gregm@netidea.com To: freebsd-questions@freebsd.org Date: Sat, 17 Jul 1999 08:30:24 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: linux driver for sblive X-mailer: Pegasus Mail for Win32 (v3.01d) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I downloaded the linux driver for creative labs sblive. Does anyone have experience using it? I would welcome any advice, comments, recommendations etc. Does anyone have experience with harddrive recording with FreeBSD? TIA and regards, Greg Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 8:39: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sn1.speednet.net (sn1.speednet.net [202.69.250.88]) by hub.freebsd.org (Postfix) with ESMTP id 51B0714BDD for ; Sat, 17 Jul 1999 08:38:51 -0700 (PDT) (envelope-from dennisip@geocities.com) Received: from speednet.net.speednet.net (241-40.speednet.net [202.69.241.40]) by sn1.speednet.net (8.9.0/8.9.0) with SMTP id XAA25998 for ; Sat, 17 Jul 1999 23:31:47 +0800 (HKT) From: "Summer" To: Subject: Packet Mode Date: Sat, 17 Jul 1999 23:46:04 +0800 Message-ID: <01bed06b$7a1f43e0$28f145ca@speednet.net.speednet.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01BED0AE.884283E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0009_01BED0AE.884283E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi~!I can solve my problem before ,but it still will show a message = after=20 connect.. "Dial OK Login OK XXX on XXX>Packet Mode" then it disconnect suddenly... here is the content of my ppp.conf and ppp.linkup ppp.conf: default: set log Phase Chat Connect Carrier LCP IPCP CCP tun command set device /dev/cuaa1 set speed 115200 deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK =3D ATE1Q0 OK speed: set phone 82080517 set login "TIMEOUT 5 name:--ername: XXX word: XXX" set timeout 1000 set ifaddr 0 0 delete ALL add 0 0 HISADDR ppp.linkup speed: delete 0 add 0 0 HISADDR !bg /usr/X11R6/bin/auplay /etc/ppp/linkup.au ------=_NextPart_000_0009_01BED0AE.884283E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi~!I can solve my problem before = ,but it still=20 will show a message after
connect..
"Dial OK
 Login OK
XXX on XXX>Packet = Mode"
then it disconnect = suddenly...
here is the content of my ppp.conf = and=20 ppp.linkup

ppp.conf:
default:
set log Phase Chat Connect = Carrier=20 LCP IPCP CCP tun command
set device /dev/cuaa1
set speed = 115200
deny=20 lqr
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 = \"\" AT=20 OK-AT-OK =3D
ATE1Q0 OK
speed:
set phone 82080517
set login=20 "TIMEOUT 5 name:--ername: XXX word: XXX"
set timeout = 1000
set=20 ifaddr 0 0
delete ALL
add 0 0=20 HISADDR

ppp.linkup
speed:
delete 0
add 0 0 = HISADDR
!bg=20 /usr/X11R6/bin/auplay = /etc/ppp/linkup.au
 
------=_NextPart_000_0009_01BED0AE.884283E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 9:27:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc1017255-a.srst1.fl.home.com (cc1017255-a.srst1.fl.home.com [24.3.122.197]) by hub.freebsd.org (Postfix) with ESMTP id 692A414C47 for ; Sat, 17 Jul 1999 09:27:54 -0700 (PDT) (envelope-from hg@n2wx.ampr.org) Received: from penny.n2wx.ampr.org (penny [172.16.0.5]) by cc1017255-a.srst1.fl.home.com (Postfix) with ESMTP id 139251E26 for ; Sat, 17 Jul 1999 12:27:51 -0400 (EDT) Received: by penny.n2wx.ampr.org (Postfix, from userid 1000) id 20F90111; Sat, 17 Jul 1999 12:27:51 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14224.44806.954283.943041@penny.n2wx.ampr.org> Date: Sat, 17 Jul 1999 12:27:50 -0400 (EDT) From: Howard Goldstein To: freebsd-questions@freebsd.org Subject: shlight / sharity light file modification problem X-Mailer: VM 6.62 under Emacs 19.34.1 Reply-To: hgoldste@bbs.mpcs.com Organization: disorganization Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Under 3.2-RELEASE and the sharity-light-1.2 port (the module formerly known as rumba) I have a damned annoying problem... I can create new files on mounted shares, and rm existing files, but I cannot overwrite existing files. For example: (an actual mount) slice:/usr/ports/misc/amanda24/work/amanda-2.4.1p1/docs# mount /dev/da0s1a on / (NFS exported, local, writes: sync 15785 async 165295) /dev/sd0s1f on /usr (NFS exported, local, soft-updates, writes: sync 10608 async 871010) /dev/sd0s1e on /var (NFS exported, local, soft-updates, writes: sync 32970 async 590507) procfs on /proc (local) pid165@slice:/n on /n shlight-34890 on /lan/hgtst/c That last one is the one in question. Check out this transcript and if you have any ideas how to solve this one please let me know. The shares are set up with share level security on a win95 box (other win95 machines on the lan suffer from the same problem). Thanks! h slice:/lan/hgtst/c# ls -altd . .. foo ls: foo: No such file or directory drwxr-xr-x 4 root wheel 512 Dec 7 1998 .. drwxr-xr-x 1 root wheel 100000 Dec 31 1969 . slice:/lan/hgtst/c# cat > foo test . slice:/lan/hgtst/c# ls -altd . .. foo -rwxr-xr-x 1 root wheel 0 Jul 17 12:23 foo drwxr-xr-x 4 root wheel 512 Dec 7 1998 .. drwxr-xr-x 1 root wheel 100000 Dec 31 1969 . [that file size is weird but gets unweirded on its own below...somehow...] slice:/lan/hgtst/c# cat foo test . slice:/lan/hgtst/c# ls -altd . .. foo -rwxr-xr-x 1 root wheel 7 Jul 17 12:23 foo drwxr-xr-x 4 root wheel 512 Dec 7 1998 .. drwxr-xr-x 1 root wheel 100000 Dec 31 1969 . slice:/lan/hgtst/c# > foo su: foo: Input/output error slice:/lan/hgtst/c# rm foo slice:/lan/hgtst/c# ls -altd . .. foo ls: foo: No such file or directory drwxr-xr-x 4 root wheel 512 Dec 7 1998 .. drwxr-xr-x 1 root wheel 100000 Dec 31 1969 . slice:/lan/hgtst/c# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 9:34:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 5F26014C47 for ; Sat, 17 Jul 1999 09:34:02 -0700 (PDT) (envelope-from bigeye.rhein-neckar.de!naddy@mips.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id SAA10721 for freebsd-questions@freebsd.org; Sat, 17 Jul 1999 18:33:55 +0200 (CEST) (envelope-from bigeye.rhein-neckar.de!naddy@mips.rhein-neckar.de) Received: by mips.rhein-neckar.de id m115VAH-000WyWC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Sat, 17 Jul 1999 16:10:09 +0200 (CEST) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: Setting up NNTP and INN Date: 17 Jul 1999 16:07:57 +0200 Message-ID: <7mq2nt$o5n$1@bigeye.rhein-neckar.de> References: To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tony Kemp wrote: > I've just gone through the process of installing NNTPD and INN on our > FreeBSD 2.2.5 system. nntp is an add-on to CNews and will interfere with INN. > Is INN supposed to function without NNTPD? Yes. Really, you should read the INN FAQ. Yes, it's big. That's exactly why you should read it. -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 9:51:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hexanet.fr (ns1.hexanet.fr [194.98.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 7962114CE6 for ; Sat, 17 Jul 1999 09:51:29 -0700 (PDT) (envelope-from chris@hexanet.fr) Received: from hexanet.fr (speedfreak.hexanet.fr [194.98.140.14]) by ns1.hexanet.fr (8.8.8/8.8.8) with ESMTP id SAA24327 for ; Sat, 17 Jul 1999 18:51:28 +0200 (CEST) (envelope-from chris@hexanet.fr) Message-ID: <3790B48F.25F13673@hexanet.fr> Date: Sat, 17 Jul 1999 18:51:27 +0200 From: Christophe Prevotaux Organization: HEXANET X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: [HELP] APM and ATX Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I would like to be able to switch off the power on my machine by software using the shutdown -p now command. I contacted Mister Hosokawa would said it could be done on an ATX motherboard with an APM Ready Bios an ATX ASUSTEK P2L97 motherboard running 3.2-Stable with an ACPI Bios (Which has 1.2 APM ) Here is what I did so far In the KERNEL I have : device apm0 at isa? # flags 0x31 Advanced Power Management in my BIOS Power management is enabled except for Suspend Mode when I boot I get this : apm0 on isa apm: found APM BIOS version 1.2 But I still can not get "shutdown -p now" to power off the machine. Can you help me ? -- ============================================================= Christophe Prevotaux HEXANET SARL Email: chris@hexanet.fr Z.A Farman Sud IRC: nighty, nighty1, nighty2 9, Rue Roland Coffignot URL: http://www.hexanet.fr/ BP415 51689 REIMS CEDEX 2 Use a real OS: FreeBSD Tel: +33 (0)3 26 79 30 05 Fax: +33 (0)3 26 79 30 06 ============================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 9:57: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ares.maths.adelaide.edu.au (Ares.maths.adelaide.edu.au [129.127.44.147]) by hub.freebsd.org (Postfix) with ESMTP id CD07514C1A for ; Sat, 17 Jul 1999 09:56:35 -0700 (PDT) (envelope-from glewis@ares.maths.adelaide.edu.au) Received: (from glewis@localhost) by ares.maths.adelaide.edu.au (8.9.3/8.9.3) id CAA21012 for freebsd-questions@freebsd.org; Sun, 18 Jul 1999 02:24:59 +0930 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <199907171654.CAA21012@ares.maths.adelaide.edu.au> Subject: Wine and SMP To: freebsd-questions@freebsd.org Date: Sun, 18 Jul 1999 02:24:59 +0930 (CST) X-Mailer: ELM [version 2.4ME+ PL56 (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 Hi all, I'm wondering if anyone currently has the wine emulator running on an SMP machine? I have no problems setting it up on my single processor machine at home, but on an SMP machine at work I can't get anything running. Whenver I try and execute a program with wine I get the message shared space address fork attempted in the system logs and nothing much happens. The last 10 or so lines that I can see with -debugmsg +all are always: 083bf000: create_event( manual_reset=0, initial_state=0, inherit=0, name="" ) 083bf000: create_event() = 0 { handle=15 } 083bf000: dup_handle( src_process=2147483647, src_handle=15, dst_process=-1, access=00000000, inherit=0, options=-2147483646 ) 083bf000: dup_handle() = 0 { handle=1414155753 } 083bf000: dup_handle( src_process=2147483647, src_handle=14, dst_process=2147483 647, access=00000000, inherit=0, options=2 ) 083bf000: dup_handle() = 0 { handle=16 } trace:heap:HeapAlloc (286f0000,0000000a,00000024): returning 286f4d38 083bf000: queue_apc( handle=0, func=0x0, param=0x0 ) 083bf000: queue_apc() = 6 083bf100: init_thread( unix_pid=21007, teb=0x286f4b34 ) 083bf100: init_thread() = 0 { pid=0x83bf080, tid=0x83bf100 } trace:timer:SERVICE_Loop Waiting for 1 objects with timeout -1 trace:x11:TSXSync Call XSync trace:x11:TSXSync Ret XSync 083bf100: select( count=1, flags=2, timeout=-1, handles={16} ) Any pointers would be appreciated :). -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 5083 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 10:20:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pimout4-int.prodigy.net (pimout4-ext.prodigy.net [207.115.58.198]) by hub.freebsd.org (Postfix) with ESMTP id 5C8FD14DC7 for ; Sat, 17 Jul 1999 10:20:07 -0700 (PDT) (envelope-from erez@doar.enetworks.com) Received: from ezmobile (SHOKB808-40.splitrock.net [209.253.229.191]) by pimout4-int.prodigy.net (8.8.5/8.8.5) with SMTP id NAA189498 for ; Sat, 17 Jul 1999 13:18:28 -0400 From: erez@doar.enetworks.com Message-Id: <3.0.3.32.19990718102116.006a0c98@doar.enetworks.com> X-Sender: erez@doar.enetworks.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sun, 18 Jul 1999 10:21:16 -0700 To: freebsd-questions@FreeBSD.ORG Subject: Downgrading FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am in a need of downgrading our FreeBSD 3.0 version to 2.2X. Any help on "how to do" is greatly appreciated. Also would I need to reinstall perl again? Best Regards Erez To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 11: 1: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from vesuve.globetrotter.net (vesuve.globetrotter.net [142.169.1.81]) by hub.freebsd.org (Postfix) with ESMTP id 86EF514BD3 for ; Sat, 17 Jul 1999 11:01:02 -0700 (PDT) (envelope-from Minux@SoftHome.net) Received: from hsbmd (ts1-37.f1006.quebectel.com [142.169.14.107]) by vesuve.globetrotter.net (8.8.5/8.8.5) with SMTP id OAA11204 for ; Sat, 17 Jul 1999 14:01:05 -0400 (EDT) Message-Id: <199907171801.OAA11204@vesuve.globetrotter.net> X-Sender: minux@pop.softhome.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Demo Date: Sat, 17 Jul 1999 14:03:17 -0400 To: freebsd-questions@freebsd.org From: Alexandre Normand Subject: Re: [HELP] APM and ATX In-Reply-To: <3790B48F.25F13673@hexanet.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try adding this line to your /etc/rc.conf : apm_enable="YES" Hope this helps. Alexandre Normand >Hi > >I would like to be able to switch off the power on >my machine by software using the shutdown -p now >command. > >I contacted Mister Hosokawa would said it could be done >on an ATX motherboard with an APM Ready Bios > > > >an ATX ASUSTEK P2L97 motherboard running 3.2-Stable >with an ACPI Bios (Which has 1.2 APM ) > >Here is what I did so far > > >In the KERNEL > >I have : > >device apm0 at isa? # flags 0x31 Advanced Power Management > > >in my BIOS Power management is enabled except for Suspend Mode > >when I boot I get this : > >apm0 on isa >apm: found APM BIOS version 1.2 > > >But I still can not get "shutdown -p now" to power off the >machine. > > >Can you help me ? > > >-- >============================================================= >Christophe Prevotaux HEXANET SARL >Email: chris@hexanet.fr Z.A Farman Sud >IRC: nighty, nighty1, nighty2 9, Rue Roland Coffignot >URL: http://www.hexanet.fr/ BP415 > 51689 REIMS CEDEX 2 >Use a real OS: FreeBSD Tel: +33 (0)3 26 79 30 05 > Fax: +33 (0)3 26 79 30 06 >============================================================= > > >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 Sat Jul 17 11:11:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from intranet.com.mx (intranet.com.mx [200.33.246.7]) by hub.freebsd.org (Postfix) with ESMTP id 04A1714E62 for ; Sat, 17 Jul 1999 11:11:11 -0700 (PDT) (envelope-from jbiquez@icsmx.com) Received: from mipczota (200.33.246.32) by intranet.com.mx with SMTP (Eudora Internet Mail Server 2.2); Sat, 17 Jul 1999 13:05:13 -0500 Message-Id: <3.0.6.32.19990717130322.0095d220@intranet.com.mx.> X-Sender: jbiquez@intranet.com.mx. X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Sat, 17 Jul 1999 13:03:22 +0000 To: freebsd-questions@FreeBSD.ORG From: Jorge Biquez Subject: Re: Downgrading FreeBSD 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 sorry that I can not help much on that but I was very curios and decided to ask why are you doing that? I just moved from 2.2.5 to 3.1, and it is working fine but the truth is that is running only as a web server....could you tell us the reasons (if they are technical ones) ? Thanks in advance, JB At 10:21 AM 18/07/99 -0700, you wrote: >I am in a need of downgrading our FreeBSD 3.0 version to 2.2X. Any help on >"how to do" is greatly appreciated. > >Also would I need to reinstall perl again? > >Best Regards > >Erez > > >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 Sat Jul 17 11:11:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.crb-web.com (ns1.crb-web.com [209.70.120.131]) by hub.freebsd.org (Postfix) with SMTP id 9388F14ED8 for ; Sat, 17 Jul 1999 11:11:13 -0700 (PDT) (envelope-from wayne@crb.crb-web.com) Received: (qmail 31662 invoked by uid 1001); 17 Jul 1999 18:30:12 -0000 Date: Sat, 17 Jul 1999 14:30:12 -0400 (EDT) From: Wayne Cuddy Reply-To: wayne@crb-web.com To: FreeBSD Questions Subject: booting multiple OS with FBSD 3.2S 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 All, I am using FBSD3.2S on one system and plan on installing this on another devel system that has linux and win98 on one disk. I plan on installing FBSD and M$ NT on the other disk. I would like to put FreeBSD on the 1st bootable disk if possible. Is the new loader capable of loading multiple foreign (non-fbsd) OS from other disks? Thanks in advance, Wayne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 11:13:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from neuman.interaccess.com (neuman.interaccess.com [207.70.126.130]) by hub.freebsd.org (Postfix) with ESMTP id 6DBD614BD3 for ; Sat, 17 Jul 1999 11:13:08 -0700 (PDT) (envelope-from fordp@guide.chi.il.us) Received: from prefect (d105.focal2.interaccess.com [207.208.137.105]) by neuman.interaccess.com (8.9.0/8.9.0) with SMTP id NAA16010 for ; Sat, 17 Jul 1999 13:12:52 -0500 (CDT) Message-Id: <3.0.3.32.19990717130941.00fbb1bc@pop.interaccess.com> X-Sender: fordp@pop.interaccess.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sat, 17 Jul 1999 13:09:41 -0500 To: freebsd-questions@freebsd.org From: Ford Prefect Subject: Which version for slow machine. Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have an old 486/33 that I want to use as a gateway between my network and my dialup acct. The machine has only 12mb of ram and a ~200MB HDD. Idealy I'd like to act as a firewall, gateway, router and an extremely low load mailserver. Would the machine handle all that efficently under 3.2? How about 2.2.8? what would be the better choice? -Steve *=====================================================* \ Ford Prefect Ahead of my time. \ \ fordp@guide.chi.il.us but only by a week. \ \ homepage.interaccess.com/~fordp \ \ \ \ ((In esperanto where available)) \ *=====================================================* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 11:22:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hexanet.fr (ns1.hexanet.fr [194.98.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 04984151C6 for ; Sat, 17 Jul 1999 11:22:42 -0700 (PDT) (envelope-from chris@hexanet.fr) Received: from hexanet.fr (speedfreak.hexanet.fr [194.98.140.14]) by ns1.hexanet.fr (8.8.8/8.8.8) with ESMTP id UAA24950 for ; Sat, 17 Jul 1999 20:22:10 +0200 (CEST) (envelope-from chris@hexanet.fr) Message-ID: <3790C9D0.55ACB586@hexanet.fr> Date: Sat, 17 Jul 1999 20:22:08 +0200 From: Christophe Prevotaux Organization: HEXANET X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Re: [HELP] APM and ATX References: <199907171801.OAA11204@vesuve.globetrotter.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Obviously that does not since I already did this, otherwise I would not get this: apm0 on isa apm: found APM BIOS version 1.2 but thanks anyway :) Alexandre Normand wrote: > > Try adding this line to your /etc/rc.conf : > > apm_enable="YES" > > Hope this helps. > > Alexandre Normand > > > >Hi > > > >I would like to be able to switch off the power on > >my machine by software using the shutdown -p now > >command. > > > >I contacted Mister Hosokawa would said it could be done > >on an ATX motherboard with an APM Ready Bios > > > > > > > >an ATX ASUSTEK P2L97 motherboard running 3.2-Stable > >with an ACPI Bios (Which has 1.2 APM ) > > > >Here is what I did so far > > > > > >In the KERNEL > > > >I have : > > > >device apm0 at isa? # flags 0x31 Advanced Power Management > > > > > >in my BIOS Power management is enabled except for Suspend Mode > > > >when I boot I get this : > > > >apm0 on isa > >apm: found APM BIOS version 1.2 > > > > > >But I still can not get "shutdown -p now" to power off the > >machine. > > > > > >Can you help me ? > > > > > >-- > >============================================================= > >Christophe Prevotaux HEXANET SARL > >Email: chris@hexanet.fr Z.A Farman Sud > >IRC: nighty, nighty1, nighty2 9, Rue Roland Coffignot > >URL: http://www.hexanet.fr/ BP415 > > 51689 REIMS CEDEX 2 > >Use a real OS: FreeBSD Tel: +33 (0)3 26 79 30 05 > > Fax: +33 (0)3 26 79 30 06 > >============================================================= > > > > > >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 -- ============================================================= Christophe Prevotaux HEXANET SARL Email: chris@hexanet.fr Z.A Farman Sud IRC: nighty, nighty1, nighty2 9, Rue Roland Coffignot URL: http://www.hexanet.fr/ BP415 51689 REIMS CEDEX 2 Use a real OS: FreeBSD Tel: +33 (0)3 26 79 30 05 Fax: +33 (0)3 26 79 30 06 ============================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 11:45:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.lax.netzero.net (mail4.lax.netzero.net [209.0.233.39]) by hub.freebsd.org (Postfix) with SMTP id 74A6314BD5 for ; Sat, 17 Jul 1999 11:45:42 -0700 (PDT) (envelope-from nugins99@netzero.com) Received: (qmail 2712 invoked by uid 0); 17 Jul 1999 18:43:44 -0000 Received: from pppa26-resaleroanoke1-5r1090.saturn.bbn.com (HELO davidson) (4.16.180.229) by mail4.lax.netzero.net with SMTP; 17 Jul 1999 18:43:44 -0000 Message-ID: <000801bed084$55e53de0$e5b41004@davidson> From: "Joe Davidson" To: Subject: Video Cards... Date: Sat, 17 Jul 1999 14:43:57 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BED062.CCECDC80" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BED062.CCECDC80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable As an upcoming Computer Science Student, I will be required to purchase = a computer that is capable of running both Win/NT and FreeBSD. I notice = there is a list of supported configurations that includes Hard Drives, = Network Cards, and Sound Cards, but it says very little about Video = Cards. Does FreeBSD support AGP and/or is their any particular Video = Card that is not currently supported by FreeBSD? =20 Thank you, Joseph Davidson nugins99@netzero.com ------=_NextPart_000_0005_01BED062.CCECDC80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
As an upcoming Computer Science = Student,  I=20 will be required to purchase a computer that is capable of running both = Win/NT=20 and FreeBSD.  I notice there is a list of supported configurations = that=20 includes Hard Drives, Network Cards, and Sound Cards,  but it says = very=20 little about Video Cards.  Does FreeBSD support AGP and/or is their = any=20 particular Video Card that is not currently supported by FreeBSD? =20
 
Thank you,
 
Joseph Davidson
 
nugins99@netzero.com
------=_NextPart_000_0005_01BED062.CCECDC80-- ________________________________________________________ NetZero - We believe in a FREE Internet. Shouldn't you? Get your FREE Internet Access and Email at http://www.netzero.net/download/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 11:51: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from uop.cs.uop.edu (uop.cs.uop.edu [138.9.200.1]) by hub.freebsd.org (Postfix) with ESMTP id 7534B14E82 for ; Sat, 17 Jul 1999 11:51:02 -0700 (PDT) (envelope-from bford@uop.cs.uop.edu) Received: from heather (adsl-216-102-57-10.dsl.sktn01.pacbell.net [216.102.57.10]) by uop.cs.uop.edu (8.8.8/8.8.8) with SMTP id LAA21468 for ; Sat, 17 Jul 1999 11:49:30 -0700 (PDT) Message-ID: <000501bed085$1aafa8e0$0a3966d8@my.domain> From: "Bret Ford" To: Subject: 3C597-TX support Date: Sat, 17 Jul 1999 11:49:29 -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.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got a 3COM 597-TX 10/100Mb EISA NIC. Running a 'man' on 'vx' didn't look promising, but I'll ask anyway... Does the vx driver support 100Mb mode? I'm running -current from early June. Thanks! Bret Ford To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 13: 2:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mbox.ttm.bg (mbox.ttm.bg [195.230.0.14]) by hub.freebsd.org (Postfix) with ESMTP id EFC8214CE6 for ; Sat, 17 Jul 1999 13:02:30 -0700 (PDT) (envelope-from ian@bulinfo.net) Received: from cserv.oksys.bg (ipp-8-076-sofia.ttm.bg [195.230.8.76] (may be forged)) by mbox.ttm.bg (8.9.3/8.9.3) with ESMTP id WAA10426; Sat, 17 Jul 1999 22:59:04 +0300 Received: from bulinfo.net (ian@localhost [127.0.0.1]) by cserv.oksys.bg (8.9.3/8.9.3) with ESMTP id WAA50580; Sat, 17 Jul 1999 22:58:33 +0300 (EEST) (envelope-from ian@bulinfo.net) Message-ID: <3790E068.E736978D@bulinfo.net> Date: Sat, 17 Jul 1999 22:58:32 +0300 From: Iani Brankov Organization: ok systems X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Francisco Reyes Cc: Freebsd-questions Subject: Re: Recomended tapes form HP? References: <199907171258.IAA23968@arutam.inch.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Francisco Reyes wrote: > > On Wed, 14 Jul 1999 01:16:26 +0300, Iani Brankov wrote: > > >I have to buy a tape drive for a FreeBSD box. > >I'm using an old HP DAT drive and it works great. > > Why do you need to change it? I wouldn't change it against anything. It's my old stainless gun :) I simply need additional bigger one. > >I would like to know does anybody use HP tape drives and how reliably do they > >work with FreeBSD? > >HP SureStore Travan drives (SCSI) > > I have not worked with HP yet. I have a Conner (which was bought by > Seagate I believe) SCSI. > > Have had it for a few years and it has worked fine. > The main thing I would like to stress is that after looking at your > budget and buying whichever drive you can afford (that workds with > FreeBSD) the most important thing is to have a good tape rotation and > to verify your backups AND do restores from them every once in a while. > > I have 8 tapes in my rotation and use 6 of them for Windows and 2 for > FreeBSD. > I used to have FreeBSD just to learn, but now I am setting up two boxes > for production and just purchased two more SCSI travan tapes (one new, > one from an auction at Ebay). I will add a couple of tapes to the > FreeBSD rotation, plus will use the 3 boxes to backup each other. > > The best backup is to have your data (securily) in different > places/medias. For example small configuration files (i.e. ppp setup, > .login, .logout....) I keep on floppies in addition to the tape backup. > Basically anything small which I may need to restore often I keep in > floppies too. > > If your data is critical you may also want to consider getting a Raid > controller and do Raid 5. Yes. I suppose it's the best solution in my case, but our budget is too small for a raid :( Thanks very much for sharing your experience. --iani To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 13: 3: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id CF98714F0F for ; Sat, 17 Jul 1999 13:03:00 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn2195.bossig.com [208.26.242.195]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id NAA29156; Sat, 17 Jul 1999 13:00:29 -0700 (PDT) Message-ID: <3790E17F.20D4F28E@3-cities.com> Date: Sat, 17 Jul 1999 13:03:11 -0700 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.61 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Joe Davidson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Video Cards... References: <000801bed084$55e53de0$e5b41004@davidson> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Joe Davidson wrote: > > As an upcoming Computer Science Student, I will be required to > purchase a computer that is capable of running both Win/NT and > FreeBSD. I notice there is a list of supported configurations that > includes Hard Drives, Network Cards, and Sound Cards, but it says > very little about Video Cards. Does FreeBSD support AGP and/or is > their any particular Video Card that is not currently supported by > FreeBSD? You have to remember the FreeBSD runs like a MS Command prompt except the supported commands are quite different. That means mode 3 video. All video cards support mode 3. It isn't until you start x-windows that your system has a gui frontend. That is an application and you have to go to their web page. You should start with http://www.xfree86.org/3.3.3.1/README.html and follow the link to supported video chips. A rule of thumb would probably be go with a version back on your video card. The bleeding edge technology will most likely be supported in 16-colors, at least for a while. The manufacturer's aren't developing the drivers and that means someone has to add the new parameters to a driver. It is sort of like running NT4 and Win9x where you have support at an early stage but someone is always finding something broken. Six months after a system is released everything works and you have the full package but now you are six months behind the bleeding edge. Kent > > Thank you, > > Joseph Davidson > > nugins99@netzero.com -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 13: 3:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand2.global.net.uk (sand2.global.net.uk [195.147.246.100]) by hub.freebsd.org (Postfix) with ESMTP id 63A8714D8E for ; Sat, 17 Jul 1999 13:03:15 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from pe8s10a06.client.global.net.uk ([195.147.218.233] helo=marder-1.) by sand2.global.net.uk with esmtp (Exim 2.05 #1) id 115aex-0000nb-00; Sat, 17 Jul 1999 21:02:11 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id UAA00604; Sat, 17 Jul 1999 20:57:21 +0100 (BST) (envelope-from marko) Date: Sat, 17 Jul 1999 20:57:21 +0100 From: Mark Ovens To: Dan Busarow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sun/Sony monitor modelines Message-ID: <19990717205720.A268@marder-1> References: <19990717113122.B269@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Dan Busarow on Sat, Jul 17, 1999 at 07:05:49AM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 17, 1999 at 07:05:49AM -0700, Dan Busarow wrote: > On Sat, 17 Jul 1999, Mark Ovens wrote: > > > On Fri, Jul 16, 1999 at 01:56:15PM -0700, Dan Busarow wrote: > > > > > On Thu, 15 Jul 1999, Dan Busarow wrote: > > > > > > > Does anyone happen to have XFree86 modelines that work with a > > > > Sony GDM-1962-B ?? > > > > > > For anyone else who may lay their hands on one of these monitors > > > here's a working modeline as well as horizontal and vertical > > > > > > HorizSync 71.91,72.24,73.29 > > > > > > VertRefresh 70-85 > > > > > > Modeline "1152x864" 100.0 1152 1156 1196 1392 864 865 868 892 > > > -hsync -vsync > > > > > > If you want a 1024 and 1268 entries the sync and refresh are > > > > > > 1024 72.24KHz horizontal 85 Hz vertical > > > 1280 73.29KHz horizontal 70 Hz vertical > > > > > > This is with a Mirage Z-128 Pro, works great. > > > > > > This is interesting. We have lots of Sun monitors lying around at > > work (most of our customers are downgrading to NT). > > > > I'm not familiar with the Mirage card. Is it a special for driving > > Sun monitors on PCs? or will any (modern) graphics card work (yes, > > I know you need a special cable as Sun use 3W13, or is it 13W3, > > connectors). > > It's a special card that lets you drive a fixed frequency monitor. > Price isn't bad either when you consider the cost of a used Sun > monitor vs. a new 19-21" monitor. I paid $145 for the card and $15 > for the VGA to 13W3 cable. > > http://www.mirage-mmc.com/ > Thanks Dan. Looks like a good card and the UK distributor is just down the road from me :-) Just need to see how much I can buy a GDM-1962B or similar for from work. > Dan -- Dan Busarow 949 443 4172 Dana Point Communications, Inc. > dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 > DB FD E1 DD 0C 82 > > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:markov@globalnet.co.uk 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 Sat Jul 17 13:14:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Berkeley.Gambit.Msk.SU (d6.si.ru [195.128.76.46]) by hub.freebsd.org (Postfix) with ESMTP id 9ECF114DC6 for ; Sat, 17 Jul 1999 13:14:34 -0700 (PDT) (envelope-from laskavy@Berkeley.Gambit.Msk.SU) Received: (from laskavy@localhost) by Hedgehog.Intranet (8.9.3/8.9.3) id UAA02643; Sat, 17 Jul 1999 20:28:43 +0400 (MSD) (envelope-from laskavy) Date: Sat, 17 Jul 1999 20:28:43 +0400 From: =?koi8-r?B?88XSx8XKIPMuIOzB08vB19nK?= To: kazuk@windsor.igs.net Cc: FreeBSD-questions@FreeBSD.org Subject: Re: what to get Message-ID: <19990717202843.A2637@Hedgehog.Intranet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG PS: See http://www.cdrom.com/titles/freebsd/freebsd_32.phtml for Walnut Creek FreeBSD CDROM listings: http://www.cdrom.com/extra/freebsd_32_disc1.txt http://www.cdrom.com/extra/freebsd_32_disc2.txt http://www.cdrom.com/extra/freebsd_32_disc3.txt http://www.cdrom.com/extra/freebsd_32_disc4.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 13:14:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Berkeley.Gambit.Msk.SU (d6.si.ru [195.128.76.46]) by hub.freebsd.org (Postfix) with ESMTP id D9AAD14F1D for ; Sat, 17 Jul 1999 13:14:34 -0700 (PDT) (envelope-from laskavy@Berkeley.Gambit.Msk.SU) Received: (from laskavy@localhost) by Hedgehog.Intranet (8.9.3/8.9.3) id UAA02624; Sat, 17 Jul 1999 20:23:09 +0400 (MSD) (envelope-from laskavy) Date: Sat, 17 Jul 1999 20:23:09 +0400 From: =?koi8-r?B?88XSx8XKIPMuIOzB08vB19nK?= To: Kazuk Family Cc: FreeBSD-Questions@FreeBSD.org Subject: Re: what to get Message-ID: <19990717202309.A2588@Hedgehog.Intranet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Found your mail in FreeBSD-questions on web :-) There are CDROM images avaliable somewhere... Maybe, ftp://ftp.de.freebsd.org/pub/FreeBSD/ or even ftp://ftp.cdrom.com/pub/FreeBSD/ Please, check FreeBSD search if you can't find them. You can also create the CDROM image from FreeBSD. By the way, if you have an access to Internet, no need to create CDROM. Please, tell me, why do you want to burn it :-) You can also get the great FreeBSD 4x or 6x set from http://www.cdrom.com/ I'm trying to create something similar, and I now know that it's easier to buy their CDROM than create your own collection containing the same set of tools and sources. PS: Now I have this ready for writing to CDROM: ----------------------------------------------------------------------- |-rw-r--r-- 1 root wheel 9663 Jul 7 02:56 ABOUT.TXT |-rw-r--r-- 1 root wheel 988 Jul 7 02:56 ERRATA.TXT |-rw-r--r-- 1 root wheel 23410 Jul 7 02:56 HARDWARE.TXT |-rw-r--r-- 1 root wheel 24538 Jul 7 02:56 INSTALL.TXT |-rw-r--r-- 1 root wheel 4738 Jul 7 02:56 LAYOUT.TXT |-rw-r--r-- 1 root wheel 3713 Jul 7 02:56 README.TXT |-rw-r--r-- 1 root wheel 20572 Jul 7 02:56 RELNOTES.TXT |-rw-r--r-- 1 root wheel 16088 Jul 7 02:56 TROUBLE.TXT |-rw-r--r-- 1 root wheel 7300 Jul 7 02:56 UPGRADE.TXT |drwxr-xr-x ? root wheel ? Jan 28 02:34 XF86333 |drwxr-xr-x 2 root wheel 2048 Jul 17 10:15 bin |drwxr-xr-x 2 root wheel 512 Jul 17 10:15 catpages |-rw-r--r-- 1 root wheel 31 Jul 7 02:56 cdrom.inf |drwxr-xr-x 2 root wheel 512 Jul 17 10:15 compat1x |drwxr-xr-x 2 root wheel 512 Jul 17 10:15 compat20 |drwxr-xr-x 2 root wheel 512 Jul 17 10:15 compat21 |drwxr-xr-x 2 root wheel 512 Jul 17 10:15 compat22 |drwxr-xr-x 2 root wheel 512 Jul 17 10:15 des |drwxr-xr-x 2 root wheel 512 Jul 17 10:15 dict |drwxr-xr-x 2 root wheel 512 Jul 17 10:15 distfiles --------------------------------------------------^^^^^^^^^ this goes to CDROM #3 on Walnut Creek CDROM |drwxr-xr-x 2 root wheel 512 Jul 17 10:15 doc |drwxr-xr-x 2 root wheel 512 Jul 17 10:15 floppies |drwxr-xr-x 2 root wheel 512 Jul 17 10:15 games |drwxr-xr-x 2 root wheel 512 Jul 17 10:15 info |-rwxr-xr-x 1 root wheel 5169436 Jul 7 02:55 kernel |drwxr-xr-x 15 root wheel 512 Jul 17 10:15 live --------------------------------------------------^^^^ this goes to CDROM #2 on Walnut Creek CDROM |drwxr-xr-x 2 root wheel 1024 Jul 17 10:15 manpages |drwxr-xr-x 2 root wheel 512 Jul 17 10:29 ports |drwxr-xr-x 2 root wheel 512 Jul 17 10:15 proflibs |drwxr-xr-x 2 root wheel 4608 Jul 17 10:15 src ----------------------------------------------------------------------- live is the ``Live CDROM'' -- a system installed to CDROM, for repair distfiles are files for ports (www.freebsd.org/ports), they are huge (3.5 CDROMs). I don't write packages to CDROM (they are very huge). Walnut Creek also have the FreeBSD CVS (see man cvs) in their set (one more CDROM) :-) -- Sergei Laskavy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 13:25:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [209.150.92.68]) by hub.freebsd.org (Postfix) with ESMTP id 77AE714DC6 for ; Sat, 17 Jul 1999 13:25:41 -0700 (PDT) (envelope-from shawn@luke.cpl.net) Received: (from shawn@localhost) by luke.cpl.net (8.9.3/8.9.3) id NAA08324; Sat, 17 Jul 1999 13:13:32 -0700 (PDT) Date: Sat, 17 Jul 1999 13:13:32 -0700 From: Shawn Ramsey To: Alejandro Ramirez Cc: Alex Le Heux , Nathaniel Schein , Owner-Freebsd-Questions Subject: Re: Mail relay Message-ID: <19990717131331.B26488@cpl.net> References: <004101becfe2$acdbb130$898110ac@nschein.prisa.com> <19990717022639.A85426@funk.org> <19990716181115.A16609@cpl.net> <006f01bed060$4d472aa0$fca3f9cf@megared.net.mx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <006f01bed060$4d472aa0$fca3f9cf@megared.net.mx>; from Alejandro Ramirez on Sat, Jul 17, 1999 at 09:26:04AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > You mean /etc/relay-domains, unless you have build your sendmail.cf with > the specific path of /etc/mail for the configuration files. Perhaps that it the way it comes in FreeBSD, but if you build a sendmail.cf file from the macros, the default path is /etc/mail for relay-domains, but I would think FreeBSD would be the same... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 14: 1:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id C9DEA14D97 for ; Sat, 17 Jul 1999 14:01:20 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id RAA00102; Sat, 17 Jul 1999 17:10:58 -0400 (EDT) Date: Sat, 17 Jul 1999 16:10:56 -0500 (EST) From: Alfred Perlstein To: alitvak@wwa.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NFS v3 client problem In-Reply-To: <7mprn1$es75@eGroups.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 On Sat, 17 Jul 1999 alitvak@wwa.com wrote: > Hello everybody, > I am close to loosing it. I run FreeBSD 2.2.8 and I need to mount bunch of partitions off linux and solaris x86 hosts. > With Solaris 2.6 x86 and Redhat 5.2 (2.036) I run mount_nfs host_foo:/foo /foo > and it mounts just fine. I can read and rite to newly mounted partition. > > With solaris 7 x86 box I run nfs_mount foo:/foo /foo and can read and change > the files that were created i.e. I can rm /foo/foo if /foo/foo was alredy there. If I do touch foo it gives me following error message > touch: foo: Inapropriate file type or format > > With Redhat 6.0 after I mount it I can't even cd too /foo > I get following error > cd: Protocol is not supported > > Both solaris 7 and redhat 6.0 mounts work if I specify nfsv2 as an option. either upgrade to 3-stable or use nfs-v2 mounts. "doctor, it hurts when i do this!" "so don't do that..." -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 14: 3:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id 8F5E914C9D for ; Sat, 17 Jul 1999 14:03:06 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id RAA02801; Sat, 17 Jul 1999 17:12:36 -0400 (EDT) Date: Sat, 17 Jul 1999 16:12:34 -0500 (EST) From: Alfred Perlstein To: Greg Lewis Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Wine and SMP In-Reply-To: <199907171654.CAA21012@ares.maths.adelaide.edu.au> 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, 18 Jul 1999, Greg Lewis wrote: > Hi all, > > I'm wondering if anyone currently has the wine emulator running on an SMP > machine? I have no problems setting it up on my single processor machine > at home, but on an SMP machine at work I can't get anything running. > Whenver I try and execute a program with wine I get the message > > shared space address fork attempted This only work on -current, sorry. What it's trying to do is fork() but share the data segments. You this _may_ work on 3-stable, but i doubt it. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 14:19:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hoopy.condo.chico.ca.us (condo-isdn.dip.CSUChico.EDU [132.241.65.13]) by hub.freebsd.org (Postfix) with ESMTP id EAE1614BD2 for ; Sat, 17 Jul 1999 14:19:00 -0700 (PDT) (envelope-from fred@hoopy.condo.chico.ca.us) Received: from hoopy.condo.chico.ca.us (localhost [127.0.0.1]) by hoopy.condo.chico.ca.us (8.9.3/8.9.3) with ESMTP id OAA32057 for ; Sat, 17 Jul 1999 14:18:39 -0700 (PDT) (envelope-from fred@hoopy.condo.chico.ca.us) Message-Id: <199907172118.OAA32057@hoopy.condo.chico.ca.us> Date: Sat, 17 Jul 1999 14:18:37 -0700 (PDT) From: Fred Condo Reply-To: fred@condo.chico.ca.us Subject: [Ports] stunnel compilation failure 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 When compiling stunnel from the ports (or even when compiling it from its native distribution), I get the following undefined reference in the crypto library: cc -o stunnel stunnel.o ssl.o protocol.o sthreads.o log.o -lRSAglue -lrsaref -lwrap -L/usr/local/lib -lssl -lcrypto /usr/local/lib/libcrypto.a(rsa_lib.o): In function `RSA_new_method': rsa_lib.o(.text+0x2e): undefined reference to `RSA_PKCS1_RSAref' /usr/local/lib/libcrypto.a(err_all.o): In function `ERR_load_crypto_strings': err_all.o(.text+0x30): undefined reference to `ERR_load_RSAREF_strings' *** Error code 1 I would like to hear from anyone who has gotten this to work. I have seen the problem under 3.2-STABLE and 3.1-RELEASE (both with the update package installed). I've already tried reinstalling the ports on which this port depends. Thanks. -- Fred Condo + fcondo@csuchico.edu + http://webclass.csuchico.edu/ fredcondo@acm.org + fred@condo.chico.ca.us To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 15:12: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from uop.cs.uop.edu (uop.cs.uop.edu [138.9.200.1]) by hub.freebsd.org (Postfix) with ESMTP id 35EBB14C18 for ; Sat, 17 Jul 1999 15:12:00 -0700 (PDT) (envelope-from bford@uop.cs.uop.edu) Received: from heather (adsl-216-102-57-10.dsl.sktn01.pacbell.net [216.102.57.10]) by uop.cs.uop.edu (8.8.8/8.8.8) with SMTP id PAA25034 for ; Sat, 17 Jul 1999 15:11:15 -0700 (PDT) Message-ID: <000901bed0a1$49fa3900$0a3966d8@my.domain> From: "Bret Ford" To: Subject: 3C597-TX support Date: Sat, 17 Jul 1999 15:11: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.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got a 3COM 597-TX 10/100Mb EISA NIC. Running a 'man' on 'vx' didn't look promising, but I'll ask anyway... Does the vx driver support 100Mb mode? I'm running -current from early June. Thanks! Bret Ford To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 16: 4: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pop3-3.enteract.com (pop3-3.enteract.com [207.229.143.32]) by hub.freebsd.org (Postfix) with SMTP id 2D28F14EBB for ; Sat, 17 Jul 1999 16:04:01 -0700 (PDT) (envelope-from bitsurfr@enteract.com) Received: (qmail 35344 invoked from network); 17 Jul 1999 23:03:04 -0000 Received: from 207-229-172-27.d.enteract.com (HELO WILDROCK) (207.229.172.27) by pop3-3.enteract.com with SMTP; 17 Jul 1999 23:03:04 -0000 Date: Sat, 17 Jul 1999 18:02:51 -0500 From: Chris Silva X-Mailer: The Bat! (v1.34a) S/N EE2F3BC9 / Personal Reply-To: Chris Silva X-Priority: 3 (Normal) Message-ID: <3751.990717@enteract.com> To: freebsd-questions@freebsd.org Subject: Another slogan? 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 Saturday, July 17, 1999 6:00:36 PM Hello , How do you all feel about this for a slogan: FreeBSD: You ain't seen nuthin' yet! Just a thought... Best regards, Chris mailto:bitsurfr@enteract.com _____________________________________________________________________ RSA Key Fingerprint = 6D0B 5536 7825 3D09 9093 384A 9694 FDB6 RSA Key Fingerprint = 4390 44E5 E316 F2AA A11E 5755 F3F9 D69B DH/DSS Fingerprint = 089B 0B5C 75C7 A7B4 B050 DD14 2D65 5DD6 E87D 239A PGP Mail encouraged / preferred - keys available on common key servers _____________________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 16:50:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (Postfix) with ESMTP id D846814CE6 for ; Sat, 17 Jul 1999 16:50:13 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.9.3/8.9.3/Kp) with ESMTP id AAA01503; Sun, 18 Jul 1999 00:49:13 +0100 (BST) Message-ID: <37911650.F2EBC21E@tdx.co.uk> Date: Sun, 18 Jul 1999 00:48:32 +0100 From: Karl Pielorz Organization: TDX - The Digital eXchange X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Joe Davidson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Video Cards... References: <000801bed084$55e53de0$e5b41004@davidson> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Joe Davidson wrote: > > As an upcoming Computer Science Student, I will be required to purchase a > computer that is capable of running both Win/NT and FreeBSD. I notice there > is a list of supported configurations that includes Hard Drives, Network > Cards, and Sound Cards, but it says very little about Video Cards. Does > FreeBSD support AGP and/or is their any particular Video Card that is not > currently supported by FreeBSD? AGP in 'VGA' mode is supported for regular use... If your looking to use X-Windows you need to check which cards XFree supports, or look at something like Accelerated-X (a separate commercial product). I use Accelerated-X with my AGP Matrox G200 - it works fine... I believe current versions of XFree also support the G200... (XFree didn't support the G200 when I got it though :( - I guess I just got impatient :-) -Kp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 16:57:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f55.law3.hotmail.com [209.185.241.55]) by hub.freebsd.org (Postfix) with SMTP id AEF2514C32 for ; Sat, 17 Jul 1999 16:57:36 -0700 (PDT) (envelope-from jbult@hotmail.com) Received: (qmail 59731 invoked by uid 0); 17 Jul 1999 23:57:34 -0000 Message-ID: <19990717235734.59730.qmail@hotmail.com> Received: from 24.5.224.107 by www.hotmail.com with HTTP; Sat, 17 Jul 1999 16:57:34 PDT X-Originating-IP: [24.5.224.107] From: "Jonathan Bult" To: FreeBSD-Questions@FreeBSD.org Subject: NATD and FTP Date: Sat, 17 Jul 1999 16:57:34 PDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to get natd to forward FTP traffic to an internal FTP server (192.168.10.20). It's not working, so far. I have no problem getting to the outside world from an internal machine and then through my FreeBSD/natd machine, but the outside cannot get to my FTP server on my internal LAN. Here's a few files to look at: bash$ more /etc/natd.conf use_sockets yes same_ports yes #verbose yes #unregistered_only yes interface ep1 # Pass Ident requests in to IRC client redirect_port tcp 192.168.10.50:113 113 # Pass FTP traffic to the internal FTP server redirect_port tcp 192.168.10.20:21 21 redirect_port tcp 192.168.10.20:20 20 bash# ipfw show 01000 0 0 allow ip from any to any via lo0 01010 0 0 deny ip from 127.0.0.0/8 to 127.0.0.0/8 02000 0 0 divert 6668 ip from any to any via ep1 65000 5102 277279 allow ip from any to any 65535 0 0 deny ip from any to any I use the OPEN firewall policy and then add: "ipfw add 2000 divert natd all from any to any via ep1" What am I missing here? Thanks, Jon Bult _______________________________________________________________ Get Free Email and Do More On The Web. Visit http://www.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 17:24:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from arutam.inch.com (ns.inch.com [207.240.140.101]) by hub.freebsd.org (Postfix) with ESMTP id 361F714C57 for ; Sat, 17 Jul 1999 17:24:21 -0700 (PDT) (envelope-from freyes@inch.com) Received: from your-name (freyes.static.inch.com [207.240.212.43]) by arutam.inch.com (8.9.1a/8.8.5) with SMTP id UAA02646; Sat, 17 Jul 1999 20:24:18 -0400 (EDT) Message-Id: <199907180024.UAA02646@arutam.inch.com> From: "Francisco Reyes" To: "erez@doar.enetworks.com" Cc: "FreeBSD questions" Date: Sat, 17 Jul 1999 20:25:23 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: Downgrading FreeBSD Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 18 Jul 1999 10:21:16 -0700, erez@doar.enetworks.com wrote: >I am in a need of downgrading our FreeBSD 3.0 version to 2.2X. Any help on >"how to do" is greatly appreciated. >Also would I need to reinstall perl again? If you have a means of backing up your data one way would be: -Backup your data and all configuration files (i.e. PPP setups...) -Remember to backup all the user's directories. -Make a list of all your packages/ports -Install 2.2X fresh. -Install the ports -Restore your data, configs and user directories. This may be one of the safest ways, because (as I see it ) you can not use most ports which you build in your 3.X box. You could also try to build world from 2.X sources, but I doubt many people have tried this on a 3.X system. The single most important thing to remember is to bakup your data. Preferably EVERYTHING even what you think you will not need. This way if something get's really screwed up you could re-install 3.X. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 17:37:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hexanet.fr (ns1.hexanet.fr [194.98.140.1]) by hub.freebsd.org (Postfix) with ESMTP id CE50714F8A for ; Sat, 17 Jul 1999 17:37:09 -0700 (PDT) (envelope-from chris@hexanet.fr) Received: from hexanet.fr (speedfreak.hexanet.fr [194.98.140.14]) by ns1.hexanet.fr (8.8.8/8.8.8) with ESMTP id CAA27201 for ; Sun, 18 Jul 1999 02:37:08 +0200 (CEST) (envelope-from chris@hexanet.fr) Message-ID: <379121B3.42D1F845@hexanet.fr> Date: Sun, 18 Jul 1999 02:37:07 +0200 From: Christophe Prevotaux Organization: HEXANET X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Re: [HELP] APM and ATX References: <199907171801.OAA11204@vesuve.globetrotter.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had apm_enable="YES" set already in /etc/rc.conf here is the proof and it won't power off the machine with shutdown -p shell> apm APM version: 1.2 APM Managment: Enabled AC Line status: on-line Battery status: unknown Remaining battery life: unknown Remaining battery time: unknown Number of batteries: 0 Resume timer: disabled Resume on ring indicator: disabled APM Capacities: global standby state global suspend state resume timer from standby resume timer from suspend Alexandre Normand wrote: > > Try adding this line to your /etc/rc.conf : > > apm_enable="YES" > > Hope this helps. > > Alexandre Normand > > > >Hi > > > >I would like to be able to switch off the power on > >my machine by software using the shutdown -p now > >command. > > > >I contacted Mister Hosokawa would said it could be done > >on an ATX motherboard with an APM Ready Bios > > > > > > > >an ATX ASUSTEK P2L97 motherboard running 3.2-Stable > >with an ACPI Bios (Which has 1.2 APM ) > > > >Here is what I did so far > > > > > >In the KERNEL > > > >I have : > > > >device apm0 at isa? # flags 0x31 Advanced Power Management > > > > > >in my BIOS Power management is enabled except for Suspend Mode > > > >when I boot I get this : > > > >apm0 on isa > >apm: found APM BIOS version 1.2 > > > > > >But I still can not get "shutdown -p now" to power off the > >machine. > > > > > >Can you help me ? > > > > > >-- > >============================================================= > >Christophe Prevotaux HEXANET SARL > >Email: chris@hexanet.fr Z.A Farman Sud > >IRC: nighty, nighty1, nighty2 9, Rue Roland Coffignot > >URL: http://www.hexanet.fr/ BP415 > > 51689 REIMS CEDEX 2 > >Use a real OS: FreeBSD Tel: +33 (0)3 26 79 30 05 > > Fax: +33 (0)3 26 79 30 06 > >============================================================= > > > > > >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 -- ============================================================= Christophe Prevotaux HEXANET SARL Email: chris@hexanet.fr Z.A Farman Sud IRC: nighty, nighty1, nighty2 9, Rue Roland Coffignot URL: http://www.hexanet.fr/ BP415 51689 REIMS CEDEX 2 Use a real OS: FreeBSD Tel: +33 (0)3 26 79 30 05 Fax: +33 (0)3 26 79 30 06 ============================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 17:41:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from opengovt.open.org (opengovt.open.org [199.2.104.1]) by hub.freebsd.org (Postfix) with ESMTP id EA48714C57 for ; Sat, 17 Jul 1999 17:41:21 -0700 (PDT) (envelope-from Clark@open.org) Received: (from root@localhost) by opengovt.open.org (8.8.7/8.8.7) id RAA06228; Sat, 17 Jul 1999 17:23:12 -0700 (PDT) Received: from opengovt140.open.org(199.2.104.140) by opengovt.open.org via smap (V2.0) id xma006219; Sat, 17 Jul 99 17:22:59 -0700 Message-Id: <4.0.1.19990715163707.00e1e7d0@opengovt.open.org> X-Sender: clark@opengovt.open.org X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.1 Date: Sat, 17 Jul 1999 11:06:58 -0700 To: , From: The Clark Family Subject: RE: Getting frustrated with bizarre networking problem... Cc: "'Steve Hovey'" In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I ran into weirdness like this once. Turns out that two (different brand) switches weren't converging, and blind spots were popping up. Are you sure that the stuff upstream of the ADSL unit is expecting to see two MACs? I've heard some weird things about how DSLAMs work. One box may be washing the other's MAC entries out of a table. If so, put the NT system behind the FreeBSD box, and alias/NATD it. (Then they'd only have one MAC.) Restarting the FreeBSD box may be re-publishing the ARP info. Just a guess, [RC] At 04:22 PM 7/14/99 -0600, Damien Tougas wrote: >> Could your NT (or something else) be sending feault routing >> information to >> the freebsd, and do you have routed running on the freebsd? > >No, routed is not running on FreeBSD. Both FreeBSD and Proxy >are at the same level in the networking heiarchy. Proxy is >multi-homed (10.0.0.1 and 161.X.Y.250) and acts like a >gateway to our internal network. FreeBSD, which has a single NIC >(161.X.Y.251), serves up our WWW. Both servers are connected >via a hub to our ADSL modem, and have the same gateway which >is 161.X.X.1. So I guess my point to all this is that I don't >understand how NT could be sending false routing information. > >Perhaps somthing else could be happening higher up at our ISP. >The only thing that confuses me a bit is that the when when >the http server appears to be down from the outside, all we need >to do is either reboot FreeBSD or (as I have just discovered) >start tcpdump running and the service is instantly restored. > >I by no means claim to be a networking guru, so there are likely >issues to which you are referring that I do not understand. > >> If routed is running - from the inside when you cant get in from the >> outside do a netstat -nr to see if the default route is your >> proxy or not. If it isnt, then your packets are going someplace >> else is the problem. > >I will defenitely give this a try when it happens again. > >Thanks for your reply. > >Damien Tougas >Converging Technology Solutions, Inc. >10148 - 73 Street >Edmonton, Alberta T6A 2W9 >Phone: (780) 469-1679 >Fax: (780) 461-5127 >mailto:dtougas@converging.net >http://www.converging.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 Sat Jul 17 17:47:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from postman.bahianet.com.br (postman.bahianet.com.br [200.223.88.38]) by hub.freebsd.org (Postfix) with ESMTP id AD92F14EA6 for ; Sat, 17 Jul 1999 17:47:32 -0700 (PDT) (envelope-from jcarlos@bahianet.com.br) Received: from bahianet (localhost [127.0.0.1]) by postman.bahianet.com.br (8.9.3/8.9.3) with SMTP id VAA08080 for questions@freebsd.org; Sat, 17 Jul 1999 21:43:23 -0300 (EST) Date: Sat, 17 Jul 1999 21:43:23 -0300 (EST) From: Joao Carlos Message-Id: <199907180043.VAA08080@postman.bahianet.com.br> Subject: VPN trhough natd To: questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, i'm using freebSD 3.2-STABLE ad i'm trying to connect to a WinNT vpn server through natd. i put redirect address on my natd.cf file (redirect_address 192.168.0.4 200.200.200.200) put gre on my ipfw (ipfw add 1 gre from any to any) and put the -pptpalias config (-pptpalias 192.168.0.4) and it does not works i can ping the machine, and using the pptp server in my LAN it works, so the problem is not in the nt server can anybody helps me ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 17:56:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ares.maths.adelaide.edu.au (Ares.maths.adelaide.edu.au [129.127.44.147]) by hub.freebsd.org (Postfix) with ESMTP id 12FFF14C4E for ; Sat, 17 Jul 1999 17:56:21 -0700 (PDT) (envelope-from glewis@ares.maths.adelaide.edu.au) Received: (from glewis@localhost) by ares.maths.adelaide.edu.au (8.9.3/8.9.3) id KAA22020; Sun, 18 Jul 1999 10:25:50 +0930 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <199907180055.KAA22020@ares.maths.adelaide.edu.au> Subject: Re: Wine and SMP In-Reply-To: from Alfred Perlstein at "Jul 17, 1999 04:12:34 pm" To: Alfred Perlstein Date: Sun, 18 Jul 1999 10:25:50 +0930 (CST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL56 (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'm wondering if anyone currently has the wine emulator running on an SMP > > machine? I have no problems setting it up on my single processor machine > > at home, but on an SMP machine at work I can't get anything running. > > Whenver I try and execute a program with wine I get the message > > > > shared space address fork attempted > > This only work on -current, sorry. What it's trying to do is > fork() but share the data segments. You this _may_ work on > 3-stable, but i doubt it. Hi Alfred (copying to the list too :), Thanks for the info. I'm running 3.2-STABLE on the SMP machine and 3.2-RELEASE at home. I don't believe this is the issue though as I had the same problems with 3.1-STABLE on the SMP machine. So, this must be to do with -CURRENT. I'm happy to backport if anyone has any clues on which files to look at :). -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 5083 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 18:18: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id 5C50E14D06 for ; Sat, 17 Jul 1999 18:17:38 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id VAA26467; Sat, 17 Jul 1999 21:26:49 -0400 (EDT) Date: Sat, 17 Jul 1999 20:26:47 -0500 (EST) From: Alfred Perlstein To: Greg Lewis Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Wine and SMP In-Reply-To: <199907180055.KAA22020@ares.maths.adelaide.edu.au> 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, 18 Jul 1999, Greg Lewis wrote: > > > I'm wondering if anyone currently has the wine emulator running on an SMP > > > machine? I have no problems setting it up on my single processor machine > > > at home, but on an SMP machine at work I can't get anything running. > > > Whenver I try and execute a program with wine I get the message > > > > > > shared space address fork attempted > > > > This only work on -current, sorry. What it's trying to do is > > fork() but share the data segments. You this _may_ work on > > 3-stable, but i doubt it. > > Hi Alfred (copying to the list too :), > > Thanks for the info. > > I'm running 3.2-STABLE on the SMP machine and 3.2-RELEASE at home. I don't > believe this is the issue though as I had the same problems with 3.1-STABLE > on the SMP machine. So, this must be to do with -CURRENT. I'm happy to > backport if anyone has any clues on which files to look at :). The best I can say is look the commit logs, search for "luoqi" and "stack" you'll probably find the commit there, I don't know how accepted it will be into -stable though. good luck, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 18:26:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from w2xo.pgh.pa.us (w2xo.pgh.pa.us [206.210.70.5]) by hub.freebsd.org (Postfix) with ESMTP id 5C50214D06 for ; Sat, 17 Jul 1999 18:26:24 -0700 (PDT) (envelope-from durham@w2xo.pgh.pa.us) Received: from w2xo.pgh.pa.us (shazam.internal [10.0.0.3]) by w2xo.pgh.pa.us (8.9.2/8.9.1) with ESMTP id BAA06314; Sun, 18 Jul 1999 01:25:50 GMT (envelope-from durham@w2xo.pgh.pa.us) Message-ID: <37912D2B.AEA5BFED@w2xo.pgh.pa.us> Date: Sat, 17 Jul 1999 21:26:03 -0400 From: "James C. Durham" Organization: dis- X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Mark Ovens Cc: Dan Busarow , freebsd-questions@FreeBSD.ORG Subject: Re: Sun/Sony monitor modelines References: <19990717113122.B269@marder-1> <19990717205720.A268@marder-1> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Ovens wrote: > > On Sat, Jul 17, 1999 at 07:05:49AM -0700, Dan Busarow wrote: > > > On Sat, 17 Jul 1999, Mark Ovens wrote: > > > > > On Fri, Jul 16, 1999 at 01:56:15PM -0700, Dan Busarow wrote: > > > > > > > On Thu, 15 Jul 1999, Dan Busarow wrote: > > > > > > > > > Does anyone happen to have XFree86 modelines that work with a > > > > > Sony GDM-1962-B ?? > > > > > > > > For anyone else who may lay their hands on one of these monitors > > > > here's a working modeline as well as horizontal and vertical > > > > > > > > HorizSync 71.91,72.24,73.29 > > > > > > > > VertRefresh 70-85 > > > > > > > > Modeline "1152x864" 100.0 1152 1156 1196 1392 864 865 868 892 > > > > -hsync -vsync > > > > > > > This is interesting. We have lots of Sun monitors lying around at > > > work (most of our customers are downgrading to NT). > > > > > > I'm not familiar with the Mirage card. Is it a special for driving > > > Sun monitors on PCs? or will any (modern) graphics card work (yes, > > > I know you need a special cable as Sun use 3W13, or is it 13W3, > > > connectors). > > > > It's a special card that lets you drive a fixed frequency monitor. > > Price isn't bad either when you consider the cost of a used Sun > > monitor vs. a new 19-21" monitor. I paid $145 for the card and $15 > > for the VGA to 13W3 cable. Just FYI, guys, I've been running fixed-freq Sony and Hitachi monitors here for some time from "ordinary" VGA cards. I've tried Cirrus, ATI, and now S3 Virge and they will all drive a GDM-1920 or GDM-1950 at 1024x768. These monitors have BNC connectors, R,G,B, Vsync and Hsync. Some require inverting either H or V sync or both. The only drawback to doing it this way is you can't use the virtual terminals or see the boot messages, as the monitor won't lock to 640x480 and only works in X. I've seen these monitors for as little as $10 dollars at flea markets in like-new condition. I have not played with the GDM-1968. Jim Durham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 19:39:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dros.delnoch.net (dros.delnoch.net [209.122.24.226]) by hub.freebsd.org (Postfix) with ESMTP id 7DDCF14C08 for ; Sat, 17 Jul 1999 19:39:22 -0700 (PDT) (envelope-from jeffi@rcn.com) Received: from localhost (jeff@localhost) by dros.delnoch.net (8.9.3/8.9.3) with ESMTP id WAA02661 for ; Sat, 17 Jul 1999 22:42:32 -0400 X-Authentication-Warning: dros.delnoch.net: jeff owned process doing -bs Date: Sat, 17 Jul 1999 22:42:32 -0400 (EDT) From: Jeff Ito X-Sender: jeff@dros.delnoch.net To: freebsd-questions@freebsd.org Subject: de0 duplex... 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, I am having a problem with my DEC ethernet card. (DC21142 (rev.48)), using media and mediaopt, I am forcing the card to run at 100baseTX (full-duplex). The kernel messages, as well as ifconfig indicate that it thinks it is running at full-duplex. Yet the switch it is plugged into indicates otherwise. I was wondering if anyone has any suggestions as to how I can rectify this problem. It's not the port on the switch, other cards will work at full duplex on that port. And just to take precation I swapped out the card with another just like it, and the symptoms are the same. Any input would be greatly appreciated. Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 20:31:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from phoenix.welearn.com.au (phoenix.welearn.com.au [139.130.44.81]) by hub.freebsd.org (Postfix) with ESMTP id DAB1614E37 for ; Sat, 17 Jul 1999 20:30:59 -0700 (PDT) (envelope-from sue@phoenix.welearn.com.au) Received: (from sue@localhost) by phoenix.welearn.com.au (8.9.1/8.9.0) id NAA11414; Sun, 18 Jul 1999 13:28:00 +1000 (EST) Message-ID: <19990718132754.54746@welearn.com.au> Date: Sun, 18 Jul 1999 13:27:54 +1000 From: Sue Blake To: freebsd-questions@freebsd.org Subject: Setting /usr/obj location Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm about to make world and want to use a different location for what normally goes to /usr/obj, i.e., put it on another mounted partition in the same slice. How is this normally done? With a symlink or something more posh? -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 21:32:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lvdi.net (Mta.lvdi.net [216.24.138.2]) by hub.freebsd.org (Postfix) with SMTP id D8F7D14C37 for ; Sat, 17 Jul 1999 21:32:12 -0700 (PDT) (envelope-from notme@lvdi.net) Received: from lvdi.net ([216.24.141.185]) by lvdi.net ; Sat, 17 Jul 1999 21:30:14 2000 PDT Message-ID: <37915AE2.99188E72@lvdi.net> Date: Sat, 17 Jul 1999 21:41:06 -0700 From: notme Organization: me++ X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Subject: how to define local network? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, This might be an obvious question, but how do you define the local network from the internet? Whenever I try to access my local network, my ppp (set to dial on demand) will dial out automatically. I have played with the hosts file, but that didn't really help. Is it some port that it looks at? any help would be appreciated! :) Thank you in advance. Frankie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 21:50:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dsinw.com (dsinw.com [207.149.40.5]) by hub.freebsd.org (Postfix) with ESMTP id D3DD814C99 for ; Sat, 17 Jul 1999 21:50:16 -0700 (PDT) (envelope-from hamellr@dsinw.com) Received: from akane (ppp68.pm3-0.pdx.dsinw.com [207.149.41.68]) by dsinw.com (8.8.8/8.7.3) with SMTP id VAA27992; Sat, 17 Jul 1999 21:48:07 -0700 (PDT) Date: Sat, 17 Jul 1999 21:48:45 -0700 () From: Rick Hamell To: notme Cc: "freebsd-questions@freebsd.org" Subject: Re: how to define local network? In-Reply-To: <37915AE2.99188E72@lvdi.net> Message-ID: X-X-Sender: hamellr@dsinw.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > This might be an obvious question, but how do you define > the local network from the internet? Whenever I try to access > my local network, my ppp (set to dial on demand) will dial > out automatically. I have played with the hosts file, but that didn't > really help. Is it some port that it looks at? I define it as anything that is not linked via modem/other telecommunications option. Aka, buildings next to each other linked via a hub or switch would be local, but two buildings in different cities linked via sattelite communications are a wide area network. Win9x is throwing what are esentially 'are you there' packets onto the network. FreeBSD sees these with no local destination in mind so it opens up a connection to the internet for them to go out on. There is a way to block these in the PPP script, but I do not remeber the exact command. I do remeber that they come in on some weird port #138 and #140 I think. Rick --- E=mc2, not just a good idea, it's the law! www.grendal.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 21:56:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ci1000971-d.sptnbrg1.sc.home.com (ci1000971-d.sptnbrg1.sc.home.com [24.4.115.200]) by hub.freebsd.org (Postfix) with ESMTP id D1BB414C29 for ; Sat, 17 Jul 1999 21:56:35 -0700 (PDT) (envelope-from charles@chickenbean.com) Received: from charles (notebook.chickenbean.com [192.168.0.7]) by ci1000971-d.sptnbrg1.sc.home.com (8.8.8/8.8.8) with SMTP id MAA08128 for ; Sat, 17 Jul 1999 12:54:44 -0500 (EST) (envelope-from charles@chickenbean.com) Reply-To: From: "Charles A. Peters" To: Subject: Is there any major difference in setting up dual-hommed gateway in 2.2.8-Release -vs- 3.2-Release Date: Sun, 18 Jul 1999 00:54:38 -0400 Message-ID: <000001bed0d9$a3be7040$0700a8c0@charles.domain> 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 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am thinking about upgrading my 2.2.8-Release to 3.2-Release, and I was wondering if there are any major changes in the setup and configuration of the gateway in 3.2-Release. The gateway is currently up and running now, but after upgrading other servers to 3.2-Release, I kinda want to fix something that ain't broke. Thanks in advance! Charles cpeters2@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 21:58:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 4400814C29 for ; Sat, 17 Jul 1999 21:58:06 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id KAA08354 for questions@freebsd.org; Sun, 18 Jul 1999 10:52:48 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id KAA02800 for questions@freebsd.org; Sun, 18 Jul 1999 10:20:20 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id KAA00546 for ; Sun, 18 Jul 1999 10:18:08 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Sun, 18 Jul 1999 10:18:07 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: questions@freebsd.org Subject: /include/png.h & /include/pngconf.h Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anybody else having those files ? Do I move them to /usr or just throw them away ?! Regards, (Наилучшие пожелания) Ilia Chipitsine (Илья Шипицин) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 22:30:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.kscable.com (fe3.rdc-kc.rr.com [24.94.163.50]) by hub.freebsd.org (Postfix) with ESMTP id 29EBE14C29 for ; Sat, 17 Jul 1999 22:30:49 -0700 (PDT) (envelope-from bfs@kscable.com) Received: from kscable.com ([24.94.196.182]) by mail3.kscable.com with Microsoft SMTPSVC(5.5.1875.185.18); Sun, 18 Jul 1999 00:21:48 -0500 Message-ID: <37916576.D7C5607E@kscable.com> Date: Sun, 18 Jul 1999 00:26:14 -0500 From: Ben Salem Organization: Wichita Area FreeBSD User's Group X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: FTP installation fails on chunk 1 or 106 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Im attempting to install FreeBSD 3.2-RELEASE on a 486 8mb ram. Everything goes ok until the installation actually begins, it gets to chunk 1 of 106 then stops. The install seems to work fine on my other machines. I have replaced the NIC card, so I think I can rule that out. Any ideas? Thanks Ben Salem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 22:35:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from newton.math.uic.edu (newton.math.uic.edu [131.193.178.229]) by hub.freebsd.org (Postfix) with SMTP id 2F42E14DDE for ; Sat, 17 Jul 1999 22:35:06 -0700 (PDT) (envelope-from vladimir@math.uic.edu) Received: (qmail 6021 invoked from network); 18 Jul 1999 05:32:45 -0000 Received: from galois.math.uic.edu (HELO math.uic.edu) (131.193.178.114) by newton.math.uic.edu with SMTP; 18 Jul 1999 05:32:45 -0000 Received: (qmail 9905 invoked by uid 31415); 18 Jul 1999 05:32:44 -0000 Date: 18 Jul 1999 05:32:44 -0000 Message-ID: <19990718053244.9904.qmail@math.uic.edu> From: vladimir@math.uic.edu To: freebsd-questions@FreeBSD.ORG Subject: DHCP and DNS Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am trying to configure freebsd machines on a subnet to use dhcp. I would like dhcpd on a server to perform a DNS resolution on a hostname and return a corresponding IP/hostname pair to the client. If I put the following into /etc/dhcpd.conf: group { use-host-decl-names true; get-lease-hostnames true; host willie { hardware ethernet 00:00:92:90:29:57; fixed-address willie.math.uic.edu; } } then the hostname=willie and it's IP number is returned to the host with the ethernet number 00:00:92:90:29:57. How would I do the same for a range of addresses? I am trying to avoid specifying these "host" declaration for every client. This would allow me to keep DNS info and dhcp-assigned IP/hostnames the same. I tried this: group { use-host-decl-names true; get-lease-hostnames true; subnet 131.193.180.0 netmask 255.255.255.0 { range 131.193.180.100 131.193.180.104; range 131.193.180.107 131.193.180.250; max-lease-time 2592000; option subnet-mask 255.255.255.0; option broadcast-address 131.193.180.255; option routers 131.193.180.1; } } ...and dhcpd returns an empty hostname to the client. What am I missing? Thanks! Vladimir vladimir@math.uic.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 17 23:42:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.occa.home.com (ha1.rdc2.occa.home.com [24.2.8.66]) by hub.freebsd.org (Postfix) with ESMTP id 3191414BCC for ; Sat, 17 Jul 1999 23:42:34 -0700 (PDT) (envelope-from rbettle@criterion-group.com) Received: from criterion-group.com ([24.5.44.161]) by mail.rdc2.occa.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <19990718064144.LBSK28537.mail.rdc2.occa.home.com@criterion-group.com> for ; Sat, 17 Jul 1999 23:41:44 -0700 Message-ID: <3791779D.69D9197D@criterion-group.com> Date: Sat, 17 Jul 1999 23:43:41 -0700 From: Roy Bettle X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: GNOME project. Content-Type: multipart/mixed; boundary="------------7D6DFEC426EB49D7D410C165" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------7D6DFEC426EB49D7D410C165 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Does GNOME work with FreeBSD 3.2? I'm a new convert from RedHat to FreeBSD, and had gotten used to working with GNOME (having been a convert from M$ to RedHat). I've read about 1/4 of the manual so far that comes from Walnut Creek (when you buy the 4-CD set) and I've read in it several times that apps/drivers created for Linux typically work with FreeBSD, but no mention yet of GNOME that I can remember. Thanks. --------------7D6DFEC426EB49D7D410C165 Content-Type: text/x-vcard; charset=us-ascii; name="rbettle.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Roy Bettle Content-Disposition: attachment; filename="rbettle.vcf" begin:vcard n:Bettle;Roy tel;work:(949) 452-1203 x-mozilla-html:FALSE url:http://www.criterion-group.com org:Criterion Group, Inc. version:2.1 email;internet:rbettle@criterion-group.com title:President note:Businesses that depend on computers, depend on us. adr;quoted-printable:;;26895 Aliso Creek Road=0D=0ASuite B404;Aliso Viejo;CA;92656;USA fn:Bettle, Roy end:vcard --------------7D6DFEC426EB49D7D410C165-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message