From owner-freebsd-questions Sun Mar 2 00:26:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA28959 for questions-outgoing; Sun, 2 Mar 1997 00:26:28 -0800 (PST) Received: from obiwan.aceonline.com.au (obiwan.aceonline.com.au [203.103.90.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA28951 for ; Sun, 2 Mar 1997 00:26:20 -0800 (PST) Received: from localhost (adrian@localhost) by obiwan.aceonline.com.au (8.8.5/8.8.5) with SMTP id WAA02088; Sun, 2 Mar 1997 22:29:33 +0800 (WST) Date: Sun, 2 Mar 1997 22:29:32 +0800 (WST) From: Adrian Chadd To: David Head cc: questions@freebsd.org Subject: Re: Cyclades 32 Port In-Reply-To: <199703012009.HAA00729@holden.directone.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Have you told pppd to use modem control lines? If not , add this to /etc/ppp/options: modem crtscts Cya. Adrian. On Sun, 2 Mar 1997, David Head wrote: > Hi, > I was wondering if any knew a reason for the Cyclades not telling > mgetty that the user has hung up after they have. THe problem is that PPPD > is not reset and thus the modem cannot be dialed again. Also the problem > with this is that i cannot monitor user times properly. Any ideas, > thanx alot David. > > From owner-freebsd-questions Sun Mar 2 00:47:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA29493 for questions-outgoing; Sun, 2 Mar 1997 00:47:48 -0800 (PST) Received: from obiwan.aceonline.com.au (obiwan.aceonline.com.au [203.103.90.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA29488 for ; Sun, 2 Mar 1997 00:47:40 -0800 (PST) Received: from localhost (adrian@localhost) by obiwan.aceonline.com.au (8.8.5/8.8.5) with SMTP id WAA02131; Sun, 2 Mar 1997 22:51:00 +0800 (WST) Date: Sun, 2 Mar 1997 22:50:59 +0800 (WST) From: Adrian Chadd To: Jason Wells cc: freebsd-questions@freebsd.org Subject: Re: Terminals and environments In-Reply-To: <3318C2C5.685C@u.washington.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I seem to be stumbling upon some arbitrary changes of environment. I > doubt however that the change is arbitrary but is determined by some > code that is unknown to me. What actions does a user perform that end up > resulting in a change of environment? More specifically, are there > events other than login that change my environment without my knowing > that my environment is being changed? > Is the .profile on your university account or at home? Also - what sort of environment changes? > When I telnet to my university account I am able to login. After login > some commands execute and some commands return "unknown terminal type: > cons25." I guess that I have to set some terminal type in my > environment. How do I change the type of terminal that I use? What > actions does a user perform that result in a change of terminal type? > OK. when you telnet to a host, one of the things that your client and the telnetd at the remote host negotiates is the current terminal type. Which, from a FreeBSD console by default is cons25. Now, since most systems I connect to run Linux, and Linux doesn't have the cons25 entry in its terminal capability database, it barfs. Just like you are seeing. If you run the same thing from an xterm, it SHOULD work (unless you are forcing cons25 to be set in your .profile on your home machine, which is a bad thing). In an xterm you are no longer using the "cons25" terminal description, but an "xterm" terminal description (so a set | grep TERM should show TERM=xterm instead of TERM=cons25 from the FreeBSD console). When you run xterm under X, it sets your TERM variable to xterm. Most systems I've played with have an xterm entry in the termcap database, and so things work. Cya. Adrian. From owner-freebsd-questions Sun Mar 2 01:49:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA02240 for questions-outgoing; Sun, 2 Mar 1997 01:49:03 -0800 (PST) Received: from stimpy.ir.miami.edu (stimpy.ir.miami.edu [129.171.32.32]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA02227 for ; Sun, 2 Mar 1997 01:48:58 -0800 (PST) Received: from srcpua.pcnet.miami.edu by umiami.ir.miami.edu (PMDF V5.1-8 #16637) with SMTP id <01IG0JCRDCYO9FMZXI@umiami.ir.miami.edu> for freebsd-questions@FreeBSD.ORG; Sun, 2 Mar 1997 04:48:53 EST Date: Sun, 02 Mar 1997 04:48:28 -0500 From: Joe Marcus Subject: Ethernet and CAP To: freebsd-questions@FreeBSD.ORG Reply-to: jmcla@ocala.cs.miami.edu Message-id: <33194CEC.7F47@ocala.cs.miami.edu> Organization: University of Miami MIME-version: 1.0 X-Mailer: Mozilla 3.01 (Win95; I) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I have been trying to get the cap package running on two FreeBSD 3.0-970209-SNAP machines for the longest time. One has a DEC-205 EtherWORKS III card and the other a 3Com ep0. Both of them will not run CAP installed as either a package or a port. Both fail with an SIOCADDMULTI error...the same error. I was willing to believe that this was a problem with the le0 driver until I encountered it with 3Com. I have 16 bpfilters compiled into my kernel, all configured(0-15) in /dev, and CAP will not work. I think I've tried everything. I wrote Max, who maintains the port, and he seemed to think it was the card...now I'm not so sure. I've also tried to compile netatalk-1.4b2 with no luck. I can hack it to get it to compile, but it seems to have multicast problems, too. I've compiled in NETATALK and MROUTING in my kernel with no effect. So my question has two parts really: 1. Is there anything special I need to do to get CAP or netatalk running with 3.0-970209-SNAP? 2. What is the BEST ethernet card to use with FreeBSD? I've tried using the fxp0 (Intel 100 Base-T), but it craps out if network traffic gets too high. I couldn't keep it on the network for more than 30 minutes at a time. I appreciate any help anyone can offer. -Joe Marcus From owner-freebsd-questions Sun Mar 2 02:17:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA03192 for questions-outgoing; Sun, 2 Mar 1997 02:17:47 -0800 (PST) Received: from nero.alingsas.se ([194.23.150.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA03187 for ; Sun, 2 Mar 1997 02:17:42 -0800 (PST) Received: from ostlyckan ([195.198.64.14]) by nero.alingsas.se (8.8.3/8.8.3) with SMTP id NAA04389; Sun, 2 Mar 1997 13:12:33 +0100 (MET) Message-ID: <331952FE.7A6B@skola.alingsas.se> Date: Sun, 02 Mar 1997 11:14:22 +0100 From: Johan Christensen Reply-To: johan.christensen@skola.alingsas.se Organization: Alingsas kommun/Alingsas IT-Modell X-Mailer: Mozilla 3.01 (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG CC: al@nero.alingsas.se Subject: Email port Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi!!! Im looking for a port that can make auto-answers for some people in out E-mail system. If you can find any please email me. Or if their is some other choise that resolv my problem. -- Johan Christensen Mail Master Snail mail: Ansvarig tekniker, Alingsås IT-Modell Johan Christensen johan.christensen@alingsas.se Alingsås IT-Modell http://www.school.alingsas.se Alingsås Kommun tel: +46(0)705175581 441 81 ALINGSÅS Alingsås, Sweden. Sweden http://www.school.alingsas.se/it/johan From owner-freebsd-questions Sun Mar 2 02:44:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA03691 for questions-outgoing; Sun, 2 Mar 1997 02:44:56 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA03686 for ; Sun, 2 Mar 1997 02:44:53 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id CAA01163; Sun, 2 Mar 1997 02:46:11 -0800 (PST) Message-Id: <199703021046.CAA01163@root.com> X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol To: jmcla@ocala.cs.miami.edu cc: freebsd-questions@freebsd.org Subject: Re: Ethernet and CAP In-reply-to: Your message of "Sun, 02 Mar 1997 04:48:28 EST." <33194CEC.7F47@ocala.cs.miami.edu> From: David Greenman Reply-To: dg@root.com Date: Sun, 02 Mar 1997 02:46:11 -0800 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >I've tried using the fxp0 (Intel 100 Base-T), but it craps out if >network traffic gets too high. I couldn't keep it on the network for >more than 30 minutes at a time. I appreciate any help anyone can offer. I think what is really happening is that you're getting some garbage from your cabling or possibly from your hub/switch. There is a bug in the "rev 1" chips that causes the receiver to go dead if the IFS is too short (or the preamble contains garbage). I'm using the Pro/100B in wcarchive, and we do about 2.5MBytes/sec sustained (with higher peaks) for most of the day, and I've never had a glitch. I've also done extensive stress testing here (I have Pro/100B's in all of the machines here), and except when I mess around with the cables, I've never seen a failure. The bug is supposed to be fixed in the next rev of the chip; I have a couple of the next-rev cards here, but I haven't had a chance to plug them in yet. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Sun Mar 2 03:27:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA05248 for questions-outgoing; Sun, 2 Mar 1997 03:27:10 -0800 (PST) Received: from narcissus.ml.org (root@brosenga.Pitzer.edu [134.173.120.201]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA05236 for ; Sun, 2 Mar 1997 03:27:07 -0800 (PST) Received: from localhost (ben@localhost) by narcissus.ml.org (8.7.5/8.7.3) with SMTP id DAA04928; Sun, 2 Mar 1997 03:26:51 -0800 (PST) Date: Sun, 2 Mar 1997 03:26:51 -0800 (PST) From: Snob Art Genre To: Johan Christensen cc: freebsd-questions@freebsd.org, al@nero.alingsas.se Subject: Re: Email port In-Reply-To: <331952FE.7A6B@skola.alingsas.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by freefall.freebsd.org id DAA05238 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 2 Mar 1997, Johan Christensen wrote: > Hi!!! > > Im looking for a port that can make auto-answers for some people in out > E-mail system. man vacation > If you can find any please email me. Or if their is some other choise > that resolv my problem. > > > -- > Johan Christensen > Mail Master Snail mail: > Ansvarig tekniker, Alingsås IT-Modell Johan Christensen > johan.christensen@alingsas.se Alingsås IT-Modell > http://www.school.alingsas.se Alingsås Kommun > tel: +46(0)705175581 441 81 ALINGSÅS > Alingsås, Sweden. Sweden > http://www.school.alingsas.se/it/johan > Ben "You have your mind on computers, it seems." From owner-freebsd-questions Sun Mar 2 05:55:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA11736 for questions-outgoing; Sun, 2 Mar 1997 05:55:48 -0800 (PST) Received: from dementia.net (pitlord@onet.ziplink.net [199.232.254.23]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA11730 for ; Sun, 2 Mar 1997 05:55:42 -0800 (PST) Received: from localhost (pitlord@localhost) by dementia.net (8.8.4/8.8.4) with SMTP id IAA14737 for ; Sun, 2 Mar 1997 08:55:12 -0500 (EST) Date: Sun, 2 Mar 1997 08:55:08 -0500 (EST) From: Eric Ogren To: questions@freebsd.org Subject: Perl 5.003 and sendmail 8.8.5 not compiling Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I just posted this message yesterday, sorry for the repost, but I realized that it would probably be helpful to show some errors. My system is currently running 3.0-970124-SNAP. While trying to install majordomo on my system, it couldn't find /usr/local/bin/perl, and I noticed that the version of perl that came with FreeBSD was 4.0 or something. Of course, I went to go install perl 5.003. However, the compile died immediately with the error In file included from perl.h:611, from miniperlmain.c:10: sv.h:250: parse error before `DIR' sv.h:250: warning: no semicolon at end of struct or union sv.h:264: parse error before `}' *** Error code 1 Now, I thought this was some problem with the include files, so I sup'ed FreeBSD-Current's include files, but that didn't fix it. Then I sup'd FreeBSD-Stable's include files, which also didn't fix it. Also, I wanted to compile sendmail 8.8.5. This "DIR" bug bites me again: mci.c: In function `mci_traverse_persistent': mci.c:909: `DIR' undeclared (first use this function) mci.c:909: (Each undeclared identifier is reported only once mci.c:909: for each function it appears in.) mci.c:909: `d' undeclared (first use this function) mci.c:910: parse error before `int' mci.c:920: `ret' undeclared (first use this function) mci.c:953: warning: assignment makes pointer from integer without a cast *** Error code 1 Both of these compiles were not using the ports collection. I tried compiling perl through the ports with the same results, and sendmail from the Current sources (I sup'd the whole tree on the offchance that it MIGHT fix it, which it didn't) with also the same results. I'm stuck -- does anyone else at all have these problems?? HELP!!! -Eric From owner-freebsd-questions Sun Mar 2 06:44:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA14565 for questions-outgoing; Sun, 2 Mar 1997 06:44:24 -0800 (PST) Received: from brutus.datastar.net ([192.251.143.21]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA14560 for ; Sun, 2 Mar 1997 06:44:20 -0800 (PST) Received: from chipmunk.mine.net ([192.251.143.168]) by brutus.datastar.net (post.office MTA v2.0 0813 ID# 0-11398) with SMTP id AAA96; Sun, 2 Mar 1997 08:43:36 -0600 Date: Sun, 2 Mar 1997 08:44:11 -0600 (CST) From: Richard Collins To: rohit@cs.umd.edu cc: questions@freebsd.org, rohit@cs.umd.edu Subject: Re: Hitachi Monitor and constant flickering. Other problems.. In-Reply-To: <199703012140.QAA10467@darling.cs.umd.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 1 Mar 1997 rohit@cs.umd.edu wrote: > Hi, > > This is going to sound stupid, but please please bear with me. > > I recently bought a couple of Hitachi 20 inch monitors (Model > 802U) for use with my FreeBSD machines. > > The Image on the screen constanly flickers and I am unable to > get rid of the flickering thru any of the controls on the > front panel! About all I am able to with the frint panel > is move the image on the screen up-down and left-right. > > The Manual which comes with the monitor talks about "Easy Menu" > which appears to be an "on-screen" control mechanism. This > "Easy Menu" doesn't show up on the screen at all!! What's more > the manual has no trouble-shooting section and is very > poorly written. > > I would appreciate it if somebody who has had similar problems > with Hitachi or other monitors could give me some trouble > shooting pointers. > > Thanks a bunch. > > --rohit. > > > > You can call Hitachi at 1-800-536-6721. I have the same monitor and have had no problems. I just setup the clocks and everything worked. Good Luck Richard Collins rcollins@brutus.datastar.net From owner-freebsd-questions Sun Mar 2 07:08:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA16139 for questions-outgoing; Sun, 2 Mar 1997 07:08:48 -0800 (PST) Received: from raid2.fddi.phoenix.net (alpha400.phoenix.net [207.43.3.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA16134 for ; Sun, 2 Mar 1997 07:08:44 -0800 (PST) Received: from Ronald (dial33.galv.phoenix.net [207.43.2.47]) by raid2.fddi.phoenix.net (8.8.5/8.6.12) with SMTP id JAA15179 for ; Sun, 2 Mar 1997 09:15:43 -0600 (CST) Message-ID: <33199841.386B@phoenix.net> Date: Sun, 02 Mar 1997 09:09:53 -0600 From: Ronald Darden Reply-To: rdarden@phoenix.net Organization: none X-Mailer: Mozilla 3.0Gold (Win95; U) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: apology Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Generous FreeBSD people, I had no idea that I was talking to so many people around the world when I sent my needlessly rancorous e-mail about my installation difficulties. My comments certainly were not meant to be taken so personally, but they were, and this has taught me a huge lesson about the immediacy of e-mail. My profuse apologies to all around the world. I was very serious about at least this: I appreciate your philosophy. Your generosity TO THE WORLD cannot be over-stated. Please take my frustration at being so ignorant simply as a desire not to be, and I will try to live up to whatever faith any of you have in me and the the other would-be's who aren't as clever as all of you. Thanks to all of you in whatever capacity, Ronald Darden rdarden@phoenix.net ps. I have successfully installed from dos-partition, and still feel completely lost but much more hopeful because I know all of you are there. From owner-freebsd-questions Sun Mar 2 07:36:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA17574 for questions-outgoing; Sun, 2 Mar 1997 07:36:47 -0800 (PST) Received: from hil-img-2.compuserve.com (hil-img-2.compuserve.com [149.174.177.132]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id HAA17549 for ; Sun, 2 Mar 1997 07:36:42 -0800 (PST) Received: by hil-img-2.compuserve.com (8.6.10/5.950515) id KAA28424; Sun, 2 Mar 1997 10:36:11 -0500 Date: Sun, 2 Mar 1997 10:35:57 -0500 From: Ken Woodhouse Subject: Adding a second disk To: FreeBSD Questions Message-ID: <199703021036_MC2-11E6-2BD@compuserve.com> Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi I have been running FreeBSD on a single (wd0) disk. wd0s1 contains MSDOS, and FreeBSD (version 2.0.5) lives in wd0s3[abe]. I now have a second identical disk (wd2), which I have partitioned in the same way as the first, and have Windows-95 in wd2s1. I wish to partition wd2s3 in the same way as wd0s3, so that I can mount it and use it as a full backup area. Neither of the ways given in the FAQ notes work, and if I try using disklabel -e -r wd2 I get an error. I've tried to trick "sysinstall" into thinking it is doing an installation, in the hope that it will update the disk labels and run 'bad block table' before realizing that it can't go any further, but it's too clever for that, and won't pass through the media check phase. In looking through the code, I think what I need to do is use sysinstall to: 1. select wd2, and create partition wd2s3 2. create wd2s3[abe] in label editor 3. Enter "wizard" mode !!?? 4. invoke "write" command 5. exit wizard mode, and exit sysinstall 6. run bad block mapper "by hand". However, since the new disk IS my backup media, I thought it would be wise to run this by you guys first. If there is another way to do this, I am of course eager to hear it. thanks Ken Woodhouse. From owner-freebsd-questions Sun Mar 2 10:21:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA24095 for questions-outgoing; Sun, 2 Mar 1997 10:21:39 -0800 (PST) Received: from digestive.csv.warwick.ac.uk (csubl@digestive.csv.warwick.ac.uk [137.205.148.136]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA24089 for ; Sun, 2 Mar 1997 10:21:36 -0800 (PST) From: Mr M P Searle Message-Id: <992.199703021821@digestive.csv.warwick.ac.uk> Received: by digestive.csv.warwick.ac.uk id SAA00992; Sun, 2 Mar 1997 18:21:12 GMT Subject: Word file viewer To: questions@freebsd.org Date: Sun, 2 Mar 1997 18:21:06 +0000 (GMT) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I heard about a viewer for Word 6 files here, a while ago but I don't know anything about it - does anyone know about this? Thanks, Michael. From owner-freebsd-questions Sun Mar 2 10:56:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA25540 for questions-outgoing; Sun, 2 Mar 1997 10:56:34 -0800 (PST) Received: from proxy2.ba.best.com (root@proxy2.ba.best.com [206.184.139.13]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA25533 for ; Sun, 2 Mar 1997 10:56:31 -0800 (PST) Received: from bsampley.vip.best.com (bsampley.vip.best.com [206.184.160.196]) by proxy2.ba.best.com (8.8.5/8.8.3) with SMTP id KAA23108 for ; Sun, 2 Mar 1997 10:41:55 -0800 (PST) Date: Sun, 2 Mar 1997 10:40:33 -0800 (PST) From: Burton Sampley To: questions@freebsd.org Subject: help w/ cvsup & ports Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greetings, I've been running into to some problems with the ports collections on my system. Do to some recent problems I had to re-install a few times. I started w/ 2.1.5R CDROM. I then used cvsup (tag=. and ports-all) to update my ports collection to -current. Some of the ports I attempted to make gave me errors of certain files not found. I figured this problem was caused by using and older release to compile the newer ports. So, I then cvsup'ed to 2.2-GAMMA and added ports-all to my new cvsup "supfile" (tag=RELENG_2_2). I then did make world and rebuilt my kernel. Everything looked fine here. Make world completed fine and so did building the new kernel. Now when I attempt to build any of the ports the system can't find any of the Makefiles. I checked a few of the ports and I couldn't find any Makefiles. When I attempt to build any of the ports, I keep getting: bash# pwd /usr/ports/sysutils/xperfmon bash# make install make: don't know how to make install. Stop bash# What's the best way to correct this? Here's a copy of the my cvsup supfile (I used the example in the on-line handbook): *default tag=RELENG_2_2 *default host=cvsup.FreeBSD.org *default prefix=/usr *default base=/usr/local/etc/cvsup *default release=cvs delete use-rel-suffix compress ports-all src-all cvs-crypto Thanks in advance. Burton Sampley Email: burton@bsampley.vip.best.com Alternat Email: bsampley@haywire.csuhayward.edu From owner-freebsd-questions Sun Mar 2 11:06:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA26116 for questions-outgoing; Sun, 2 Mar 1997 11:06:51 -0800 (PST) Received: from Radford.i-Plus.net (root@Radford.i-Plus.net [206.99.237.6]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA26109 for ; Sun, 2 Mar 1997 11:06:47 -0800 (PST) Received: from abyss (pitlord@abyss.i-Plus.net [206.99.237.42]) by Radford.i-Plus.net (8.8.5/8.8.5) with SMTP id OAA19346; Sun, 2 Mar 1997 14:05:40 -0500 (EST) Message-Id: <199703021905.OAA19346@Radford.i-Plus.net> Comments: Authenticated sender is From: "Troy Settle" Organization: iPlus Internet Services To: Mr M P Searle , questions@freebsd.org Date: Sun, 2 Mar 1997 14:18:03 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Word file viewer Reply-to: rewt@i-Plus.net Priority: normal In-reply-to: <992.199703021821@digestive.csv.warwick.ac.uk> X-mailer: Pegasus Mail for Win32 (v2.52) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk well, diging around in ~/stuff/, I found this: http://wwwwbs.cs.tu-berlin.de/~schwartz/pmh/laola.html That site appears to be broke from where I'm at. Maybe you'll have better luck. > I heard about a viewer for Word 6 files here, a while ago but I don't know > anything about it - does anyone know about this? > > Thanks, Michael. > > > -- Troy Settle Network Administrator, iPlus Internet Services http://www.i-Plus.net ( Stuff I said does not reflect the company I work ) ( for unless I'm speaking on behalf of said company ) From owner-freebsd-questions Sun Mar 2 11:18:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA26552 for questions-outgoing; Sun, 2 Mar 1997 11:18:39 -0800 (PST) Received: from news.netwiz.net (root@News.NetWiz.Net [208.136.106.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA26546 for ; Sun, 2 Mar 1997 11:18:35 -0800 (PST) Received: from [192.216.46.122] (frozzle.webcrawler.com [192.216.46.122]) by news.netwiz.net (8.7.4/8.7.3) with SMTP id LAA22215 for ; Sun, 2 Mar 1997 11:13:29 -0800 Date: Sun, 2 Mar 1997 11:13:29 -0800 X-Sender: ted@mail.netwiz.net Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions@FreeBSD.ORG From: ted@wildeye.com (Ted Cohn) Subject: SOLID Server Coercion to FreeBSD? Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I'm curious if anyone's been able to get SOLID's database engine running on FreeBSD either in Linux or SCO emulation modes? If so, what steps are necessary to make this work and what have your experiences been with SOLID? Do I need to get the latest 2.2-SNAP? Gosh, I'd much prefer using FreeBSD to Linux/SCO any day! Thanks, Ted From owner-freebsd-questions Sun Mar 2 11:19:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA26601 for questions-outgoing; Sun, 2 Mar 1997 11:19:08 -0800 (PST) Received: from next.kkjj.com (next.kkjj.com [205.178.13.165]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA26596 for ; Sun, 2 Mar 1997 11:19:06 -0800 (PST) Received: from ip055.static.digicity.net (Cust70.Max15.San-Francisco.CA.MS.UU.NET [153.35.240.198]) by next.kkjj.com (8.8.3/8.8.3) with ESMTP id LAA05202 for ; Sun, 2 Mar 1997 11:19:01 -0800 (PST) Message-ID: <33192A36.281B@next.kkjj.com> Date: Sat, 01 Mar 1997 23:20:22 -0800 From: Justin Fitzhugh X-Mailer: Mozilla 4.0b2 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: PPP/cd-rom questions... X-Priority: 3 (Normal) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hey there... I can get ppp to connect, and work perfectly for about 3-4 minutes, then after that it just disconnects - for no apparent reason. I can be telented into another server, and it will still disconnect me regardless. What could be wrong? Also, I can get my cd-rom to be recognized using a 2.2 boot disk, but 2.1.6, and 2.1.7 both will not see it. It is an atapti (something like that) cd-rom. FreeBSD 2.1.6 will see it if it is a slave on my primary ide, but then the cd-rom drive will not sync up with the maxtor drive I have. So I am forced to but it on secondary ide. How can I get 2.1.6/7 to see the drive? If anyone has any ideas on this, I would very much appreciate any help you could provide. -Justin Fitzhugh justin@next.kkjj.com From owner-freebsd-questions Sun Mar 2 12:54:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA02376 for questions-outgoing; Sun, 2 Mar 1997 12:54:31 -0800 (PST) Received: from verdi.jlc.net (root@verdi.jlc.net [199.201.159.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA02371 for ; Sun, 2 Mar 1997 12:54:28 -0800 (PST) Received: (from chip@localhost) by verdi.jlc.net (8.8.3/8.6.9) id PAA24323; Sun, 2 Mar 1997 15:55:42 -0500 (EST) Message-ID: <19970302155542.NJ45113@verdi.jlc.net> Date: Sun, 2 Mar 1997 15:55:42 -0500 From: chip@jlc.net (Chip Marshall) To: freebsd-questions@FreeBSD.ORG (FreeBSD Quesions) Subject: A quota question X-Mailer: Mutt 0.59.1 Mime-Version: 1.0 Reply-To: chip@jlc.net Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I work for an ISP and am trying to impose quotas on our customer's web page directories. All of these users are in the same group, but when the group file has all of the users in the group line, quota will not recognize the group. If I remove some of the users, making the line in the group file shorter, quota will see the group. My question is, does quota need the users to be in the group file to impose the quota, or is thier being in the group (as stated in the passwd file) good enough? If not, how can I get quota to see the group with all the usernames in the group file? -- Chip Marshall http://www.jlc.net/~chip/ InterNIC handle - CLM21 Key fingerprint = BA B1 8E 14 60 C6 10 32 18 24 C6 F1 D5 CC 80 52 From owner-freebsd-questions Sun Mar 2 14:02:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA05563 for questions-outgoing; Sun, 2 Mar 1997 14:02:47 -0800 (PST) Received: from sol.harbor.ab.ca (sol.harbor.ab.ca [198.161.82.129]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA05558 for ; Sun, 2 Mar 1997 14:02:43 -0800 (PST) Received: from olympus (olympus.harbor.ab.ca [198.161.82.144]) by sol.harbor.ab.ca (8.6.10/8.6.9) with SMTP id WAA19713 for ; Sun, 2 Mar 1997 22:00:12 GMT Date: Sun, 2 Mar 1997 15:00:13 -0700 (MST) From: Stephen Mathezer X-Sender: mathezer@olympus To: questions@freebsd.org Subject: Help w/ ppp to NT 4 server Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk We just moved our dialin server to an NT 4 server and of course I am struggling to successfully connect using either iijppp or pppd. I searched the Email archives and discovered lots of questions but few answers. Can somebody tell me first whether it is possible to connect to an NT 4 server using either pppd or iijppp. Secondly of course, how exactly is this done. The NT server is of course trying to use chap and does not provide a login: prompt. I do have access to the NT server if there is something I can change at that end to make things work better. Thanks for any help. -Steve This is what I get running pppd -d: Mar 2 14:53:17 cygnus pppd[292]: pppd 2.2.0 started by root, uid 0 Mar 2 14:53:17 cygnus pppd[292]: Connect: ppp0 <--> /dev/cuaa1 Mar 2 14:53:18 cygnus pppd[292]: Modem hangup Mar 2 14:53:17 cygnus pppd[292]: pppd 2.2.0 started by root, uid 0 Mar 2 14:53:17 cygnus pppd[292]: Using interface ppp0 Mar 2 14:53:17 cygnus pppd[292]: Connect: ppp0 <--> /dev/cuaa1 Mar 2 14:53:17 cygnus pppd[292]: sent [LCP ConfReq id=0x1 ] Mar 2 14:53:18 cygnus pppd[292]: rcvd [LCP ConfReq id=0x0 ] Mar 2 14:53:18 cygnus pppd[292]: sent [LCP ConfRej id=0x0 ] Mar 2 14:53:18 cygnus pppd[292]: rcvd [LCP ConfAck id=0x1 ] Mar 2 14:53:18 cygnus pppd[292]: rcvd [LCP TermReq id=0x1 00 00 02 dc] Mar 2 14:53:18 cygnus pppd[292]: sent [LCP TermAck id=0x1] Mar 2 14:53:18 cygnus pppd[292]: Hangup (SIGHUP) Mar 2 14:53:18 cygnus pppd[292]: Modem hangup Mar 2 14:53:18 cygnus pppd[292]: Exit. From owner-freebsd-questions Sun Mar 2 14:08:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA05889 for questions-outgoing; Sun, 2 Mar 1997 14:08:50 -0800 (PST) Received: from rifle.ACNS.ColoState.EDU (rifle.ACNS.ColoState.EDU [129.82.100.100]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA05882 for ; Sun, 2 Mar 1997 14:08:44 -0800 (PST) Received: from holly.ACNS.ColoState.EDU by rifle.ACNS.ColoState.EDU (AIX 3.2/UCB 5.64/4.03) id AA36991; Sun, 2 Mar 1997 15:08:11 -0700 Received: from myname.my.domain (ts3209.SLIP.ColoState.EDU [129.82.192.157]) by holly.ColoState.EDU (AIX4.2/UCB 8.7/8.7) with SMTP id PAA152622 for ; Sun, 2 Mar 1997 15:08:09 -0700 (MST) Message-Id: <3319FB4B.2781E494@holly.colostate.edu> Date: Sun, 02 Mar 1997 15:12:27 -0700 From: Gerard Giamberdine X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.1.7-RELEASE i386) Mime-Version: 1.0 To: freebsd-questions@freebsd.org Subject: mounting 1 gig IDE drive Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk My setup is a 1.0 gig IDE c drive with dos and a 420 meg d drive with FreeBSD 2.1.7./small dos partition. I'm a bit unsure how to go about mounting the c drive from Freebsd. Do I leave LBA on in BIOS? If so, do I change the drive parameters Freebsd shows (right now it doesn't show the LBA changes)? How? disklabel? And to what parameters? So far all my efforts lead to this message when mounting the c drive: myname /kernel: mountmsdosfs(): Warning: root directory is not a multiple of the clustersize in length plus files seem to get garbled. While I'm at it, are there any other factors to address for when I plan to swap dos to the 420M and Freebsd to the 1G? Just make sure that / is below 1024 C? Thanks again for all the help that this list has given me! Gerard From owner-freebsd-questions Sun Mar 2 14:22:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA06387 for questions-outgoing; Sun, 2 Mar 1997 14:22:05 -0800 (PST) Received: from mail.MCESTATE.COM (vince@mail.MCESTATE.COM [206.171.98.50]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA06377 for ; Sun, 2 Mar 1997 14:21:58 -0800 (PST) Received: from localhost (vince@localhost) by mail.MCESTATE.COM (8.8.5/8.8.5) with SMTP id OAA04172 for ; Sun, 2 Mar 1997 14:21:51 -0800 (PST) Date: Sun, 2 Mar 1997 14:21:51 -0800 (PST) From: Vincent Poy To: questions@FreeBSD.ORG Subject: /etc/fstab file screwup. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi everyone, I accidentally while doing a backup forgot to replace the /etc/fstab file with the original one so now the system won't boot up, is there a way I can rebuild /etc/fstab without reinstalling from scratch? Cheers, Vince - vince@MCESTATE.COM - vince@GAIANET.NET ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] GaiaNet Corporation - M & C Estate / / / / | / | __] ] Beverly Hills, California USA 90210 / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] From owner-freebsd-questions Sun Mar 2 14:30:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA06697 for questions-outgoing; Sun, 2 Mar 1997 14:30:34 -0800 (PST) Received: from smtp1.xs4all.nl (smtp1.xs4all.nl [194.109.6.51]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA06692 for ; Sun, 2 Mar 1997 14:30:31 -0800 (PST) Received: from asterix.xs4all.nl (root@asterix.xs4all.nl [194.109.6.11]) by smtp1.xs4all.nl (8.7.6/XS4ALL) with ESMTP id XAA11545 for ; Sun, 2 Mar 1997 23:29:12 +0100 (MET) Received: from plm.xs4all.nl (uucp@localhost) by asterix.xs4all.nl (8.7.5/8.7.2) with UUCP id XAA09422 for freebsd-questions@freebsd.org; Sun, 2 Mar 1997 23:22:34 +0100 (MET) Received: (from plm@localhost) by plm.xs4all.nl (8.8.4/8.7.3) id LAA16106; Sun, 2 Mar 1997 11:14:07 +0100 (MET) To: freebsd-questions@freebsd.org Subject: Lite-2 question From: Peter Mutsaers Date: 02 Mar 1997 11:14:07 +0100 Message-ID: <87pvxi38k0.fsf@plm.xs4all.nl> Lines: 13 X-Mailer: Gnus v5.4.15/Emacs 19.34 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Could someone tell me what the Lite-2 merges bring? Does it for example mean that things like the union FS or LFS will work? Or are there other improvements? I'm doubting what I should do: Use 3.0-current (but wait a while until the Lite-2 merge has stabilized a bit) or use 2.2 (when Lite-2's improvements are not of great use for me). Thanks, -- Peter Mutsaers | Abcoude (Utrecht), | Trust is a good quality plm@xs4all.nl | the Netherlands | for other people to have From owner-freebsd-questions Sun Mar 2 14:55:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA07977 for questions-outgoing; Sun, 2 Mar 1997 14:55:22 -0800 (PST) Received: from athena.hh.kew.com (ahd@ppp-kew.pn.com [204.96.41.103]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA07964 for ; Sun, 2 Mar 1997 14:55:08 -0800 (PST) Received: (from ahd@localhost) by athena.hh.kew.com (8.8.5/8.8.5) id RAA00722 for questions@freebsd.org; Sun, 2 Mar 1997 17:54:55 -0500 (EST) Date: Sun, 2 Mar 1997 17:54:55 -0500 (EST) From: Drew Derbyshire Message-Id: <199703022254.RAA00722@athena.hh.kew.com> To: questions@freebsd.org Subject: serial port console performance issues Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On a ISA based 386/33DX machine I just brought up with 2.2-GAMMA (2/25/97 edition), bizarre stuff is happening with the serial console (COM1/sio0) During boot, it initially works fine, and then just about when syslog starts (the first or second message after the dmesg buffer ends), output runs VERY slowly, like one character per second. Attempts to type at the terminal when the boot messages do finish (minutes later) usually result in a silo overflow. I am also seeing reports of 'stray IRQ 7', which continue even after disabling the LPT port, and pulling three of the five cards in the unit (leaving only two modems and the two on-board serial ports, all of which response to their properly configured IRQs) The port runs slowly until shutdown, the final messages (syncing disk) resumes a normal 9600 baud pace. Suggestions? I'm tempted to put in a PR on it ... -ahd- From owner-freebsd-questions Sun Mar 2 15:17:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA08998 for questions-outgoing; Sun, 2 Mar 1997 15:17:01 -0800 (PST) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id PAA08991 for ; Sun, 2 Mar 1997 15:16:58 -0800 (PST) Received: from helbig.informatik.ba-stuttgart.de by agora.rdrop.com with smtp (Smail3.1.29.1 #17) id m0w1KUK-000907C; Sun, 2 Mar 97 15:16 PST Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id AAA00163; Mon, 3 Mar 1997 00:09:57 +0100 (MET) From: Wolfgang Helbig Message-Id: <199703022309.AAA00163@helbig.informatik.ba-stuttgart.de> Subject: Re: /etc/fstab file screwup. In-Reply-To: from Vincent Poy at "Mar 2, 97 02:21:51 pm" To: vince@mail.MCESTATE.COM (Vincent Poy) Date: Mon, 3 Mar 1997 00:09:57 +0100 (MET) Cc: questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, > I accidentally while doing a backup forgot to replace the > /etc/fstab file with the original one so now the system won't boot up, is > there a way I can rebuild /etc/fstab without reinstalling from scratch? Yes. You should boot in single user mode by entering -s to the boot prompt. In single user mode the root file system will be mounted read only. The /etc/fstab lives in the root file system so you have to mount it for r/w access. You do it by # mount -o rw -u / Then you can edit /etc/fstab with the ed editor. If you feel uncomfortable with ed you can mount the /usr file system and use vi. wishing you success Wolfgang Helbig From owner-freebsd-questions Sun Mar 2 15:19:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA09108 for questions-outgoing; Sun, 2 Mar 1997 15:19:12 -0800 (PST) Received: from cu.imt.net (cu.comp-unltd.com [204.212.40.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA09103 for ; Sun, 2 Mar 1997 15:19:07 -0800 (PST) Received: from pearl (bzn11.imt.net [205.162.162.44]) by cu.imt.net (8.7.3/8.6.12) with ESMTP id QAA03954 for ; Sun, 2 Mar 1997 16:15:49 -0700 (MST) Message-ID: <331A181F.4564@esus.cs.montana.edu> Date: Sun, 02 Mar 1997 17:15:27 -0700 From: Administrator X-Mailer: Mozilla 4.0b2 (WinNT; I) MIME-Version: 1.0 To: questions@freebsd.org Subject: sio2.... X-Priority: 3 (Normal) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I was running FreeBSD with Windows 95 on a partitioned drive. Everything in BSD was running fine, I could detect my modem(sio2) in BSD and use it to connect to the Internet. A couple of days ago I removed Windows 95 from my hard drive. Now when I boot up into BSD my modem is no longer found. It says sio2: not found at 0x3e8. When before it was able to find it at that location just fine. Any ideas? Thanks, Anthony From owner-freebsd-questions Sun Mar 2 15:44:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA10817 for questions-outgoing; Sun, 2 Mar 1997 15:44:39 -0800 (PST) Received: from dns1.webbernet.net (root@dns1.webbernet.net [206.137.184.16]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA10812 for ; Sun, 2 Mar 1997 15:44:37 -0800 (PST) Received: from default (phearless@modem22.webbernet.net [206.137.189.22]) by dns1.webbernet.net (8.8.3/8.7.3) with SMTP id SAA24489 for ; Sun, 2 Mar 1997 18:45:26 -0500 (EST) Message-Id: <2.2.32.19970302234242.006853f0@mail.webbernet.net> X-Sender: zula@mail.webbernet.net (Unverified) X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sun, 02 Mar 1997 18:42:42 -0500 To: freebsd-questions@FreeBSD.ORG From: RPD Subject: Changing Login Screen. Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I was wondering how to change the default login screen. I have see some telnet logins support ansi color. They allmost look like an old bbs type login. Below is what I am trying to change. Someone told me that I have to edit the /etc/gettytab but not sure if that is all. FreeBSD (phearless.com) (ttyp0) login: Thankz Ryan Duda From owner-freebsd-questions Sun Mar 2 16:01:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA11649 for questions-outgoing; Sun, 2 Mar 1997 16:01:14 -0800 (PST) Received: from quickintl.com (quickintl.com [208.7.136.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA11632 for ; Sun, 2 Mar 1997 16:01:08 -0800 (PST) Received: from george (38.26.34.80) by quickintl.com with SMTP (Apple Internet Mail Server 1.1.1); Sun, 2 Mar 1997 19:05:08 -0500 Message-ID: <331A3E98.3F26@internetuniverse.com> Date: Sun, 02 Mar 1997 18:59:36 -0800 From: George Hegyes X-Mailer: Mozilla 3.0Gold (Win95; I; 16bit) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Need some help with ethernet card configuration Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I am having a impossible time getting my ethernet card to work with freeBSD. The system reports ed0 timeout on boot up and shutdown. Here are the facts from my setup. freeBSD version 2.1.6 I have it on cdrom machine info Pentium 90 with one hard drive configured completely for freeBSD, the harddrive is IDE. A Creative Labs cdrom set as the slave on the IDE. One printer and two serial ports. The ethernet card is an LINKSYS Ether 16 Lan Card (Plug & Play) this card is NE2000 COMPATIBLE. The card is set at 0x300 on irq 10, the system is linked to an windows 95 machine with Thin Coax Cable with terminators. I can not get the cards (I have tried several including two differnt brands) to come up without a timeout error. I have configured the card using the software that came with them, I have set the mode from Plug & Play to Jumperless. There are no reported conflicts that I know of, I have placed the "?" in the irq area in the kernals configuation file, the kernal builds without a problem. Can you offer me some help this is driving me crazy. From owner-freebsd-questions Sun Mar 2 16:26:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA14035 for questions-outgoing; Sun, 2 Mar 1997 16:26:29 -0800 (PST) Received: from helbig.informatik.ba-stuttgart.de (helbig.informatik.ba-stuttgart.de [141.31.166.22]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA14021 for ; Sun, 2 Mar 1997 16:26:18 -0800 (PST) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id BAA23041; Mon, 3 Mar 1997 01:24:56 +0100 (MET) From: Wolfgang Helbig Message-Id: <199703030024.BAA23041@helbig.informatik.ba-stuttgart.de> Subject: Re: /etc/fstab file screwup. In-Reply-To: from Vincent Poy at "Mar 2, 97 03:36:37 pm" To: vince@mail.MCESTATE.COM (Vincent Poy) Date: Mon, 3 Mar 1997 01:24:54 +0100 (MET) Cc: questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > In single user mode the root file system will be mounted read only. > > The /etc/fstab lives in the root file system so you have to mount it > > for r/w access. > > You do it by > > # mount -o rw -u / > > > > Then you can edit /etc/fstab with the ed editor. If you feel uncomfortable > > with ed you can mount the /usr file system and use vi. > > > > wishing you success > > Thanks but the problem with vi is it's in /usr/bin, our fstab is > wrong for both /usr and the swap partition, how do we find out what the > correct device is first? I do not know where your devices are, but I will send you my /etc/fstab, so you might guess your entries. I have to IDE disks, each master on primary res. secondary IDE-channel. The first disk (wd0) has one slice (wd0s1) ( = one "DOS Partition") and this slice has the "usual" BSD partitions. Swap is always partion b. Partition f (wd0s1f) is not used in fstab. The second disk (wd2) --master on the second IDE channel-- has one slice (wd2s1) and this slice has one partition (wd2s1a). So my fstab looks like this: /dev/wd0s1b none swap sw 0 0 /dev/wd0a / ufs rw 1 1 #/dev/wd0s1f /usr ufs rw 1 1 /dev/wd0s1e /var ufs rw 1 1 /dev/wd2a /usr ufs rw 1 1 proc /proc procfs rw 0 0 /dev/wcd0c /cdrom cd9660 ro,noauto 0 0 To get vi, I would have to enter # mount /dev/wd2a /usr OTOH, it is not to hard to learn some ed commands. You could even try to enter you fstab with # cat > /etc/fstab /dev/wd0s1b none swap sw 0 0 ... ^D # good luck Wolfgang From owner-freebsd-questions Sun Mar 2 16:48:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA16275 for questions-outgoing; Sun, 2 Mar 1997 16:48:05 -0800 (PST) Received: from kipling.bain.com.au (kipling.bain.com.au [203.0.62.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA16226 for ; Sun, 2 Mar 1997 16:47:54 -0800 (PST) Received: from mailhost.bain.com.au (plath.bain.com.au [10.179.22.78]) by kipling.bain.com.au (8.8.2/8.8.2) with ESMTP id LAA07251 for ; Mon, 3 Mar 1997 11:47:46 +1100 (EST) Received: from black (black.bain.com.au [203.0.59.62]) by mailhost.bain.com.au (8.8.2/8.8.2) with ESMTP id LAA25062 for ; Mon, 3 Mar 1997 11:47:44 +1100 (EST) From: Callum Gibson Received: (callum@localhost) by black (8.6.12/8.6.12) id LAA04084 for questions@freefall.freebsd.org; Mon, 3 Mar 1997 11:47:30 +1100 Message-Id: <199703030047.LAA04084@black> Subject: Re: Java binary support in FreeBSD ... To: questions@freefall.freebsd.org Date: Mon, 3 Mar 1997 11:47:29 +1100 (EST) In-Reply-To: from "Warner Losh" at Feb 28, 97 10:29:10 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Warner Losh writes: [ non-native "binary" support ] :-)If you go off and do this, it might not be bad to make this :-)generalized so that I can run my old CP/M programs through the z80 :-)emulator that I have laying around, or the MS-DOS programs through :-)DOSEMU or whatever. It'd be nice to have this done through lkms. Load-an-emulator! (Since we're blue-sky dreaming...) regards, Callum Callum Gibson callum.gibson@aus.deuba.com Systems, Global Markets Division, DMG Australia. 61 2 9258 1620 ### The opinions presented herein do not represent those of my employer ### From owner-freebsd-questions Sun Mar 2 16:53:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA16599 for questions-outgoing; Sun, 2 Mar 1997 16:53:16 -0800 (PST) Received: from mailhost1.cac.washington.edu (mailhost1.cac.washington.edu [140.142.32.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA16590 for ; Sun, 2 Mar 1997 16:53:14 -0800 (PST) Received: from s5-25-199.student.washington.edu (S5-25-199.student.washington.edu [128.95.25.199]) by mailhost1.cac.washington.edu (8.8.4+UW96.12/8.8.4+UW96.12) with SMTP id QAA19695; Sun, 2 Mar 1997 16:53:08 -0800 Message-ID: <331A20CE.14BC@u.washington.edu> Date: Sun, 02 Mar 1997 16:52:30 -0800 From: Jason Wells Organization: (soon to be) Highperformance.net X-Mailer: Mozilla 3.0Gold (Win95; I) MIME-Version: 1.0 To: George Hegyes CC: freebsd-questions@freebsd.org Subject: Re: Need some help with ethernet card configuration References: <331A3E98.3F26@internetuniverse.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk George Hegyes wrote: > > I am having a impossible time getting my ethernet card to work with > freeBSD. The system reports ed0 timeout on boot up and shutdown. Here > are the facts from my setup. > > freeBSD version 2.1.6 I have it on cdrom > > machine info > > Pentium 90 with one hard drive configured completely for freeBSD, the > harddrive is IDE. A Creative Labs cdrom set as the slave on the IDE. > One printer and two serial ports. > > The ethernet card is an LINKSYS Ether 16 Lan Card (Plug & Play) this > card is NE2000 COMPATIBLE. I have the same card set at IRQ 10 and IO x300. It works like a champ. > The card is set at 0x300 on irq 10, the system is linked to an windows > 95 machine with Thin Coax Cable with terminators. > > I can not get the cards (I have tried several including two differnt > brands) to come up without a timeout error. > > I have configured the card using the software that came with them, I > have > set the mode from Plug & Play to Jumperless. Your setup software seems a bit different than mine. I used the DOS utility to manually set the IRQ and IO to the above specs. I can not comment on any plug & pray configurations. I personally have had nothing but bad luck with plug & fray. > There are no reported conflicts that I know of, I have placed the "?" in > the irq area in the kernals configuation file, the kernal builds without > a problem. Put the IRQ and IO into your entry for ed0 into the kernel and recompile the kernel. Look at /sys/i386/conf/LINT for proper syntax. Also, try booting the machine using -c at the "boot:" prompt. Then type "visual" at the next prompt. This will let you see if there are any IRQ/IO conflicts. I also recommend commenting out all of the dozen or so ethernet cards that are in your kernel if you do not need them. > Can you offer me some help this is driving me crazy. -- __ __ / 0\ / 0\ Thank you * Highperformance.net ) Wannabe Sysadmin * The homeless domain )-------( Jason Wells * "Pardon me sir, spare some bandwidth?" \_____/ From owner-freebsd-questions Sun Mar 2 16:55:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA16833 for questions-outgoing; Sun, 2 Mar 1997 16:55:28 -0800 (PST) Received: from freebie.brann.org ([207.122.63.57]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA16824 for ; Sun, 2 Mar 1997 16:55:23 -0800 (PST) Received: (from jbrann@localhost) by freebie.brann.org (8.8.4/8.8.2) id TAA10656; Sun, 2 Mar 1997 19:54:42 -0500 (EST) Message-Id: <199703030054.TAA10656@freebie.brann.org> Subject: Re: Need some help with ethernet card configuration In-Reply-To: <331A3E98.3F26@internetuniverse.com> from George Hegyes at "Mar 2, 97 06:59:36 pm" To: ceo@internetuniverse.com (George Hegyes) Date: Sun, 2 Mar 1997 19:54:42 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG From: John Brann Organisation: Not while I'm at home X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk George Hegyes wrote... [SNIP] > > The ethernet card is an LINKSYS Ether 16 Lan Card (Plug & Play) this > card is NE2000 COMPATIBLE. > > The card is set at 0x300 on irq 10, the system is linked to an windows > 95 machine with Thin Coax Cable with terminators. > > I can not get the cards (I have tried several including two differnt > brands) to come up without a timeout error. This generally indicates EITHER bad cable or wrong IRQ. > > I have configured the card using the software that came with them, I > have > set the mode from Plug & Play to Jumperless. > > There are no reported conflicts that I know of, I have placed the "?" in > the irq area in the kernals configuation file, the kernal builds without > a problem. > > Can you offer me some help this is driving me crazy. > I have a couple of (cheap) Linksys Ether16 cards - though I don't think they're PnP. The IRQ they use by default is 3 (! - used by sio1), so you might want to go back to the config to set them to a more sensible value, 5 0r 10 should be OK. As a first cut, you migh try disabling si01 and tweaking the ed0 config to use IRQ 3 in a '-c' boot. John -- Prohibit work, prohibit pay - people are dying! Situationist International slogan finger jbrann@brann.org for pgp public key From owner-freebsd-questions Sun Mar 2 17:01:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA17484 for questions-outgoing; Sun, 2 Mar 1997 17:01:14 -0800 (PST) Received: from sand.sentex.ca (sand.sentex.ca [206.222.77.6]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA17475 for ; Sun, 2 Mar 1997 17:01:08 -0800 (PST) Received: from gravel (gravel.sentex.ca [205.211.165.210]) by sand.sentex.ca (8.8.5/8.8.3) with SMTP id UAA00399 for ; Sun, 2 Mar 1997 20:02:10 -0500 (EST) Message-Id: <3.0.1.32.19970302194934.009fcc60@sentex.net> X-Sender: mdtancsa@sentex.net X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Sun, 02 Mar 1997 19:49:34 -0500 To: questions@freebsd.org From: Mike Tancsa Subject: make world... Am I missing anything? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I wanted to upgrade my 2.1.6 system to 2.1.7... So, I did the following steps.. 1) Slurp down the src from ftp.freebsd.org in FreeBSD-stable/src 2) moved my old /usr/src to /usr/src.old and untared the stable src to /usr/src 3) did a make world in /usr/src 4) did a make install 5) went to /usr/src/sys/i386/conf and did a config, and recompiled and make install 6) did a reboot and all "seems" fine... Am I missing anything here? Also, just noticed that there is a sep. 2.1.7 RELEASE directory :-(... Is there a difference between it and the source in the stable ? ---Mike ********************************************************************** Mike Tancsa (mike@sentex.net) * To do is to be -- Nietzsche Sentex Communications Corp, * To be is to do -- Sartre Cambridge, Ontario * Do be do be do -- Sinatra (http://www.sentex.net/~mdtancsa) * From owner-freebsd-questions Sun Mar 2 17:02:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA17574 for questions-outgoing; Sun, 2 Mar 1997 17:02:04 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA17558 for FreeBSD-questions@FreeBSD.org; Sun, 2 Mar 1997 17:02:01 -0800 (PST) Date: Sun, 2 Mar 1997 17:02:01 -0800 (PST) From: Greg Lehey Message-Id: <199703030102.RAA17558@freefall.freebsd.org> To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk How to get the best results from FreeBSD questions. =================================================== Last update 17 October 1996. 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. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: How to submit a question to FreeBSD-questions IV: 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 break- ing 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 that you have changed your mail ID since you subscribed. In this case, you do need to tell Majordomo the correct name, and that's when the welcome message from Majordomo comes in handy. If you have not kept it, all is not lost. Send a message to majordomo asking for the list of the members of the group. In the text of the message, write: who freebsd-questions The names returned in the list are not all individual mail IDs: you'll see a number of names like: freebsd-questions-list@datatec.com freebsd-questions-redist@news.uni-stuttgart.de incoming-freebsd-questions@cisco.com freebsd-questions@clinet.fi freebsd-questions@mcs.anl.gov If you're on one of these lists, 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 ALL ELSE FAILS ----------------- 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: 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. 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. 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. 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. 7. 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. 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". ---------------------------------------------------------------------- IV: 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. From owner-freebsd-questions Sun Mar 2 17:02:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA17582 for questions-outgoing; Sun, 2 Mar 1997 17:02:05 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA17560 for FreeBSD-questions@FreeBSD.org; Sun, 2 Mar 1997 17:02:01 -0800 (PST) Date: Sun, 2 Mar 1997 17:02:01 -0800 (PST) From: Greg Lehey Message-Id: <199703030102.RAA17560@freefall.freebsd.org> To: FreeBSD-questions@FreeBSD.org Subject: Errata and addenda in "The Complete FreeBSD" Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk 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. Since going to press, a number of anomalies have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the first edition, formatted on 19 July 1996 (at the time of writing the only edition that is available). If you have this book, please check this list. I apply these changes to the current source of the book, so if you buy a later edition, they will be in it as well. If you find a bug or a suspected bug in the book, please contact me (grog@freebsd.org). --- Changes: 5 December 1996 --- Page 192: Middle of the page, the indented small print comment. Replace with: If your system doesn't have the directory /usr/src/sys, then the kernel source has not been installed. To install from the CD-ROM, perform the following steps: # mkdir -p /usr/src/sys # ln -s /usr/src/sys /sys # cd / # cat /cdrom/dists/src/sys.* | tar xzvf - The symbolic link /sys for /usr/src/sys is not strictly necessary, but it's a good idea: some software uses it, and otherwise you may end up with two different copies of the sources. --- Changes: 28 November 1996 --- Page 135, second paragraph: replace with In addition, you may need to create the device nodes if they don't already exist. By default, the system contains four virtual terminal devices in the /dev directory. If you use more than this number, you must create them, either with MAKEDEV (see page 162), or with mknod (see page 573). When calculating how many devices you need, note that if you intend to run X11, you need a terminal device without a getty for the X server. For example, if you have enabled /dev/ttyv3, /dev/ttyv4, and /dev/ttyv5, and you also want to run X, you will need a total of 7 virtual terminals (/dev/ttyv0 through /dev/ttyv6). With MAKEDEV, you specify how many virtual terminals you need: # cd /dev # ./MAKEDEV vty7 make 7 vtys Alternatively, you can do this with mknod: # cd /dev # ls -l ttyv0 crw------- 1 root wheel 12, 0 Nov 28 10:25 ttyv0 # mknod ttyv3 c 12 3 # mknod ttyv4 c 12 4 # mknod ttyv5 c 12 5 # mknod ttyv6 c 12 6 In this example, you list the entry for /dev/ttyv0 in order to check the major device number of the virtual terminals (that's the 12, in this example; it may change from one release to another). You need to specify this number to mknod. For more details about major and minor device numbers, see page 160. --- Changes: 20 November 1996 --- Figure 10-4, page 172: The devices in the FreeBSD slice are called /dev/sd1s2a through /dev/sd1s2h, not /dev/sd1s3a through /dev/sd1s3h as shown. Figure 10-6, page 176: The devices in the FreeBSD slice are *still* called /dev/sd1s2a through /dev/sd1s2h, not /dev/sd1s1a through /dev/sd1s1h as shown. (Well, at least the average turned out right :-) The man page section (pages 225 to 766) was sorted by ASCII name of the man page, with the result that the man pages whose names start with upper-case letters come before those whose names start with lower-case letters. Sorry about that. If you're looking for a man page, probably the best place to start is in the Table of Contents on page vi. The man pages are really just excerpts. The total FreeBSD man pages format to some 6,000 pages, far more than I could possibly put in this book. --- Changes: 1 November 1996 --- Major changes: 1. No difference in installation from ATAPI CD-ROM drives. When "The Complete FreeBSD" was written, you still needed a separate installation procedure for installing from ATAPI CD-ROM drives. This is no longer the case. The following modifications to the text come as a result: Page 14, table: Remove references to atapiflp.bat and inst_ide.bat. FreeBSD 2.1.5 no longer has separate boot floppies and installation procedures for ATAPI CD-ROM drives. Page 29: Remove the text "You will also need a different boot disk (/cdrom/floppies/atapi.flp). If you are creating the boot floppy with MS-DOS, you can use the file ATAPIFLP.BAT to create the floppy." The resultant text reads: IDE CD-ROM drives, more properly called ATAPI CD-ROM drives, are a new kind of CD-ROM drive which connect to the same controller as your IDE hard disk. Currently, FreeBSD 2.1.5 support for ATAPI CD-ROM drives is in alpha test. In order to install from an ATAPI CD-ROM, the drive must be jumpered as slave device. The installation may or may not work--please let us know if it doesn't, especially if you can give us some indication about the cause of the trouble. You can also create this boot diskette with the aid of the VIEW program (see Chapter 4, Installing FreeBSD, page 38). Page 35: Remove the points referring to atapi.flp. The text for the third box from the bottom of the page should read: If the direct boot doesn't work, you will need to make a boot floppy, which may be either a 3 1/2" or a 5 1/4" diskette. Create a boot floppy by copying the image /cdrom/boot.flp to diskette. Refer to Chapter 2, Installing FreeBSD, page 39. If you have an IDE (ATAPI) CD-ROM drive, see also the section on this kind of drive in Chapter 2, Installation Concepts, page 29. Page 43, after first example: remove references to ATAPI. The resultant text should read: Don't try this from MS Windows--the installation will fail with the message not enough memory. The boot will progress in the same way as if you had booted from floppy. The advantage of starting VIEW is that you get more documentation: ultimately VIEW will start INSTALL to boot the system. INSTALL doesn't always work. It depends on what drivers or TSRs are in your system. There's no reason to try changing your MS-DOS configuration to get it to work: it's a lot easier just to boot from floppy (see page 38 for further information). 2. Changes to section on installing a second disk. Page 170: The bottom paragraph should read: When the message Three seconds until format begins... appears, you can still change your mind by hitting CTRL-C before the message Formatting... appears. After that, you can't stop the format: most disks can perform a format by themselves, so scsiformat just issues the command to format the disk. Since there is no SCSI bus activity, the disk activity lamp will also not light up, and since the scsiformat program will just be waiting and not using any CPU time, you could easily get the impression the nothing is going on. The disk format can take a long time--depending on the disk, up to 90 minutes. Page 173, after table 10-5: Add the text If you're unlucky, fdisk will give you a completely different idea of the disk geometry from what scsiformat did. Possibly you can decide by examination which program is wrong, or maybe you can look at the dmesg output for a tie-breaker. In all cases I have seen, it has been fdisk that returned the incorrect information, and only when the disk did not have a valid partition table. For example, this happened with a disk formatted for BSD/OS: # scsiformat sd1 MICROP 2112-15MQ1094802 HQ48 Mode data length: 35 Medium type: 0 Device Specific Parameter: 0 Block descriptor length: 8 Density code: 0 Number of blocks: 2051615 Reserved: 0 Block length: 512 PS: 1 Reserved: 0 Page code: 4 Page length: 22 Number of Cylinders: 1760 Number of Heads: 15 Starting Cylinder-Write Precompensation: 0 Starting Cylinder-Reduced Write Current: 0 Drive Step Rate: 0 Landing Zone Cylinder: 0 Reserved: 0 RPL: 0 Rotational Offset: 0 Reserved: 0 Medium Rotation Rate: 5400 Reserved: 0 Reserved: 0 # fdisk sd1 ******* Working on device /dev/rsd1 ******* parameters extracted from in-core disklabel are: cylinders=160 heads=256 sectors/track=50 (12800 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=160 heads=256 sectors/track=50 (12800 blks/cyl) Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 0 is: sysid 255,(BBT (Bad Blocks Table)) start 1023744, size 2108293151 (1029440 Meg), flag 0 beg: cyl 768/ sector 15/ head 147; end: cyl 0/ sector 0/ head 255 The data for partition 1 is: sysid 101,(Novell Netware 3.xx) start 1646292846, size 1814062195 (885772 Meg), flag 0 beg: cyl 356/ sector 50/ head 0; end: cyl 256/ sector 50/ head 114 The data for partition 2 is: sysid 0,(unused) start 0, size 0 (0 Meg), flag 61 beg: cyl 364/ sector 37/ head 98; end: cyl 0/ sector 0/ head 0 The data for partition 3 is: Looking at the output from dmesg, we see: (aha0:1:0): "MICROP 2112-15MQ1094802 HQ48" type 0 fixed SCSI 2 sd1(aha0:1:0): Direct-Access 1001MB (2051615 512 byte sectors) sd1(aha0:1:0): with 1760 cyls, 15 heads, and an average 77 sectors/track In this case, then, you should use the parameters 1760 cylinders, 15 heads, and 77 sectors per track. What's less obvious here is the number of cylinders: fdisk doesn't have an opinion, and scsiformat and dmesg decided it has 2,051,615 sectors. Unfortunately, if you calculate the number according to the formula cylinders x heads x sectors, you'll come up with a different result: in this case 1760 x 15 x 77 = 2,032,800. How come? The disks report the total number of sectors, including spare tracks and such, but you can't use them all. The 2,032,800 is the correct number, and if you try to specify 2,051,615 to disklabel, it will spit out lots of messages about partitions which go beyond the end of the disk. Page 173, middle of page. Change the text after the "no magic" message to: The message no magic doesn't mean that fdisk is out of purple smoke. It refers to the fact that it didn't find the so-called magic number, which identifies the partition table. Since we don't have a partition table yet, this message isn't surprising. It's also completely harmless. Page 173, last example. Remove the first 22 lines, from ******* Working on device /dev/rsd1 ******* to, but not including the next occurrence of this line. Page 177, bulleted list: add the bullet * The total number of sectors in the partition. Calculate the number from the the formula cylinders x heads x sectors, even if you are using the whole disk: the output from dmesg or scsiformat is not correct here. Page 178, middle of page: after # disklabel -w -r /dev/sd1c cdc94161 insert When you do this, expect a kernel message (in high-intensity display) saying ``Cannot find disk label''. Since there isn't any label, it can't be found. This is another harmless chicken and egg problem. Page 182: In the section "Creating the file systems", add the first line to the example: # newfs /dev/rsd1h Further down the page, the last example should also read # newfs /dev/rsd1h 3. Other changes Page 41, after the heading "Installing from an MS-DOS partition". Add the text: It's also possible to install from a primary MS-DOS partition on the first disk. At the moment, it's not possible to install from extended partitions. Page 136, bottom: Add the text If you are changing the root password, be careful: it's easy enough to lock yourself out of the system if you mess things up, which could happen if, for example, you mistyped the password twice in the same way (don't laugh, it happens). If you're running X, open another window and use su to become root. If you're running in character mode, select another virtual terminal and log in as root there. Only when you're sure you can still access root should you log out. Page 152, just before the heading "The online manual". Add: Yes, you really need to run latex three times in order to build the cross-references. Page 199, the end of the multipage table is garbled. It should read: ze0 214 IBM/National Semiconductor PCMCIA ethernet controller zp0 214 3Com PCMCIA Etherlink III Page 205: Change the section titled "lpt0" to: lpt0 through lpt2 are the three printer ports you could conceivably have. Most people don't have three printers: you can comment out the definitions of the printers which you don't have. Page 208, bottom of page: swap the italicized headings "Adaptec 274X controller" and "Adaptec 1274X controller" Many thanks to Paul DuBois and Jerry Dunham for finding many of these bugs. From owner-freebsd-questions Sun Mar 2 18:13:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA21164 for questions-outgoing; Sun, 2 Mar 1997 18:13:36 -0800 (PST) Received: from obiwan.aceonline.com.au (obiwan.aceonline.com.au [203.103.90.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA21159 for ; Sun, 2 Mar 1997 18:13:31 -0800 (PST) Received: from localhost (adrian@localhost) by obiwan.aceonline.com.au (8.8.5/8.8.5) with SMTP id QAA00938; Mon, 3 Mar 1997 16:16:25 +0800 (WST) Date: Mon, 3 Mar 1997 16:16:24 +0800 (WST) From: Adrian Chadd To: Callum Gibson cc: questions@freefall.freebsd.org Subject: Re: Java binary support in FreeBSD ... In-Reply-To: <199703030047.LAA04084@black> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Warner Losh writes: > [ non-native "binary" support ] > :-)If you go off and do this, it might not be bad to make this > :-)generalized so that I can run my old CP/M programs through the z80 > :-)emulator that I have laying around, or the MS-DOS programs through > :-)DOSEMU or whatever. > > It'd be nice to have this done through lkms. Load-an-emulator! (Since > we're blue-sky dreaming...) > Isn't the linux binary support doing something like this? Shouldn't be THAT hard to do .. maybe later on if I'm bored. :) Cya. Adrian. From owner-freebsd-questions Sun Mar 2 18:24:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA21745 for questions-outgoing; Sun, 2 Mar 1997 18:24:33 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA21740 for ; Sun, 2 Mar 1997 18:24:29 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.4/8.6.9) id VAA07156; Sun, 2 Mar 1997 21:24:14 -0500 (EST) From: "John S. Dyson" Message-Id: <199703030224.VAA07156@dyson.iquest.net> Subject: Re: Lite-2 question To: plm@xs4all.nl (Peter Mutsaers) Date: Sun, 2 Mar 1997 21:24:14 -0500 (EST) Cc: freebsd-questions@freebsd.org In-Reply-To: <87pvxi38k0.fsf@plm.xs4all.nl> from "Peter Mutsaers" at Mar 2, 97 11:14:07 am X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk My responses are FWIW, and my opinion of expected progress for Lite/2 integration. > > Could someone tell me what the Lite-2 merges bring? Does it for > example mean that things like the union FS or LFS will work? Or are > there other improvements? > It mostly brings our code up to the level of the "latest." This will make it more worthwhile to invest in future development on our codebase. In a general sense, it "enables" our further development regarding better support of filesystem layering and also has some support for finer grained SMP locking. It will not immediately give it to us though. > > I'm doubting what I should do: Use 3.0-current (but wait a while until > the Lite-2 merge has stabilized a bit) or use 2.2 (when Lite-2's > improvements are not of great use for me). > For approx 1mo, I would not use Lite/2 in production of any kind. You will likely not see major improvements beyond where 3.0-current was before the initial merge for about that timeframe. I am still using a 3.0-current kernel from early Feb for my running system. I will likely move over to the Lite/2 merged stuff for most of my development in about the 1mo timeframe. The kernel is "pretty stable" right now, but still needs work, but there is no sense in putting oneself through unnecessary pain (IMO.) John From owner-freebsd-questions Sun Mar 2 18:55:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA23090 for questions-outgoing; Sun, 2 Mar 1997 18:55:28 -0800 (PST) Received: from daisy.snet.net (daisy.snet.net [204.60.7.85]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA23082 for ; Sun, 2 Mar 1997 18:55:23 -0800 (PST) Received: from default (hrfr03-sh9-port3.snet.net [204.60.10.3]) by daisy.snet.net (8.8.5/8.8.5/SNET-1.3.0.1) with ESMTP id VAA12237; Sun, 2 Mar 1997 21:51:51 -0500 (EST) Message-Id: <199703030251.VAA12237@daisy.snet.net> From: "Jeffrey M. Metcalf" To: Cc: "FreeBSD questions" , "Jeffrey M Metcalf" Subject: Re: Does FreeBSD damage hardware? Date: Sun, 2 Mar 1997 21:52:23 -0500 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 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Thank You for the reply, I was wondering if you might entertain my idea for the moment. I mentioned that the hard drive that makes noise is wd1 on the wdc0. It is partitioned with DOS on the first part and FreeBSD on the second part. My primary drive wd0 on wcd0 does not make the noise, nor does wd1 when I access its DOS partition from DOS. Could the problem lie in the way I have partitioned the drive? Perhaps the DOS/FreeBSD partition is split across a cylinder. Maybe I should try and partition it so that the final sector of the DOS partition is the last sector of a cylinder and the first partition of the FreeBSD partition is the first sector of the next cylinder. Also, am I issuing the correct mount command? mount -rw -t ufs /dev/wd1s2 /mnt should mount the second (FreeBSD) partion of drive wd1 at mount-point /mnt, correct? Should I try replacing /dev/wd1s2 with /dev/rwd1s2? That is mount it as a raw device rather than a block device? Any practical suggestions made in an attemp to preserve the life of my hard drive would be appreciated. Thank You, JM ----- Jeffrey M. Metcalf metcalf@snet.net http://ruddles.stat.uconn.edu/~jeff ---------- > From: J Wunsch > Newsgroups: comp.unix.bsd.freebsd.misc > Subject: Re: Does FreeBSD damage hardware? > Date: Saturday, March 01, 1997 4:14 PM > > "Jeffrey M. Metcalf" wrote: > > > I periodically hear a relatively loud and unhealthy sounding click > > (or it may be described as a scratch) coming from the drive. This > > sound does not occur on the primary hard drive on wd1 where I > > normally would run FreeBSD. > > That's definately a bad sound. I've also heard it from SCSI drives > (no, they didn't run FreeBSD but HP-UX :), and they were simply dead > afterwards. > > > I had previously had a > > refurbished hard drive containing the /dev/wd1s2 partition, but it > > died very quicky (fortunately for me within the short warranty > > period). That drive made the same scratching noises I hear now. > > Maybe your controller misbehaves? Cabling problem? OTOH, these > drives are `intelligent' enough to catch out-of-bound accesses etc., > so it's hard to imagine either. > > One thing that comes to mind: noisy powersupplies aren't something > unusual in the PC world. For sure, they can disturb almost any kind > of hardware. > > -- > cheers, J"org > > joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE > Never trust an operating system you don't have sources for. ;-) > > From owner-freebsd-questions Sun Mar 2 19:44:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA25633 for questions-outgoing; Sun, 2 Mar 1997 19:44:48 -0800 (PST) Received: from gatekeep.ti.com (news.ti.com [192.94.94.33]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA25627 for ; Sun, 2 Mar 1997 19:44:44 -0800 (PST) Received: from lesol1.dseg.ti.com ([157.170.147.17]) by gatekeep.ti.com (8.6.13) with ESMTP id VAA11151 for ; Sun, 2 Mar 1997 21:44:12 -0600 Received: from sc10.dseg.ti.com (sc10.dseg.ti.com [172.25.34.214]) by lesol1.dseg.ti.com (8.6.9/8.6.6) with SMTP id VAA17228 for ; Sun, 2 Mar 1997 21:44:12 -0600 Received: from localhost by sc10.dseg.ti.com (4.1/SMI-4.1) id AA20480; Sun, 2 Mar 97 21:47:03 CST Date: Sun, 2 Mar 1997 21:47:01 -0600 (CST) From: Terry Eck To: questions@freebsd.org Subject: How to boot from hard drive using install boot disk In-Reply-To: <199703030251.VAA12237@daisy.snet.net> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is there any way to boot a root partition located on the hard drive using the install boot disk. I have / mounted on wd0s4. I've used the fixit disk to mount / under /mnt and looked at the files. Can anyone tell me what to enter at the boot prompt. It should be something like "0:wd0s4 /kernel". Under linux I've been able to boot from the install disk using "linux root=/dev/hda4" and I'd like to do the same thing with FreeBSD. The reason is I've installed the base system and it refuses to boot directly from the hard disk. If I'm not making myself clear, could someone please let me know and maybe I can rephrase my problem. Terry.. _____________________________________________________________________________ Terry Eck eck@sc10.dseg.ti.com //// Hukt on Foniks Rilly Wurkt Fer Mee! //// From owner-freebsd-questions Sun Mar 2 21:31:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA00582 for questions-outgoing; Sun, 2 Mar 1997 21:31:50 -0800 (PST) Received: from mail.vcr.istar.ca (mail.vcr.iSTAR.ca [204.191.152.4]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id VAA00577 for ; Sun, 2 Mar 1997 21:31:47 -0800 (PST) Received: from kevin.sunshine.net [204.191.205.5] by mail.vcr.istar.ca with smtp (Exim 1.58 #2) id 0w1QKv-0005gk-00; Sun, 2 Mar 1997 21:30:58 -0800 Date: Sun, 2 Mar 1997 21:26:08 -0800 (PST) From: "kevin_eliuk@sunshine.net" To: FreeBSD-questions Subject: 2.1.7 Install Query Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk While downloading 2.1.7 I switched screens to scan the files downloading and while it was writing the files to usr/libexec it posted the message: /stand/cpio: Remove current usr/libexec/ld.so: Operation not permitted Is this something to be concerned about in the functioning of the OS or is its cotents the same as 2.1.6 . If so how do I change the file and do I need the sources to compile the correct file. Another curiosity I have is why the core team chosen not to place the more updated version of the handbook with the ftp Release. Thanx in advance, Kevin From owner-freebsd-questions Sun Mar 2 21:35:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA00850 for questions-outgoing; Sun, 2 Mar 1997 21:35:22 -0800 (PST) Received: from cs.tamu.edu (0@pophost.cs.tamu.edu [128.194.130.106]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA00836 for ; Sun, 2 Mar 1997 21:35:14 -0800 (PST) Received: from cs.tamu.edu (mozart.cs.tamu.edu [128.194.146.209]) by cs.tamu.edu (8.8.4/8.8.4) with SMTP id XAA10042; Sun, 2 Mar 1997 23:34:43 -0600 (CST) Message-Id: <199703030534.XAA10042@cs.tamu.edu> X-Mailer: exmh version 1.6.9 8/22/96 To: questions@FreeBSD.org cc: mmehta@cs.tamu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 02 Mar 1997 23:34:35 -0600 From: Miten Navnitrai Mehta Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hello, Can anyone please tell me, how to configure SLIP interface between 2 free BSD machines. I have 2 machines (x & y) running free BSD. One machine(x) is connected to wired network of my department(CS Dept. in Texas A&M Univ.). And also connected with another machine(y) by wireless netword(using wavelan cards). I am also planning to have serial link between those two machines by having SLIP connection between them. x is currently configured as router and it is routing packets between cs wired network and subnet for wireless network. So packets to/from y are passed throught x. I want to set up SLIP link between them and want to configure x as router for SLIP link too. ( I can disable wireless network for some time if I have to). Is Configuration for routing same as for other type of networks like ethernet? Can anyone tell me how to configure for this setup and also for setting up SLIP link? I tried to setup link by using /stand/sysinstall and following "post installation configure" but that menu option does not show me the screen which normally shows various interfaces and their setup. I could only see that screen when I first installed BSD, there after I could never get that screen. So I don't know how to setup SLIP connection. Thanks for your valuable time. Miten. -- ---------------------------------------------------------------------- Miten N. Mehta Graduate Student 3902, Collegemain, #1001 Computer Science Bryan, Texas A & M University Texas-77801. College Station, TX-77843 Tel.#(409)-691-4614 E-mail# miten@tamu.edu Home Page : http://www.cs.tamu.edu/people/mmehta ---------------------------------------------------------------------- "UNTIL YOUR DREAMS COME TRUE, KEEP ON WORKING FOR THAT" ---------------------------------------------------------------------- From owner-freebsd-questions Sun Mar 2 21:35:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA00895 for questions-outgoing; Sun, 2 Mar 1997 21:35:42 -0800 (PST) Received: from mip.ee.nus.sg (ccfoo@mip.ee.nus.sg [137.132.153.5]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id VAA00852 for ; Sun, 2 Mar 1997 21:35:23 -0800 (PST) Received: (from ccfoo@localhost) by mip.ee.nus.sg (8.6.12/8.6.9) id NAA00244; Mon, 3 Mar 1997 13:34:53 +0800 Date: Mon, 3 Mar 1997 13:34:48 +0800 (SGT) From: Foo Chun Choong To: freebsd-questions@FreeBSD.ORG cc: eng30292@nus.sg Subject: 3C589C-COMBO Etherlink III PCMCIA support ??? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I'm using FreeBSD 2.2-GAMMA and have configured PCMCIA support in the kernel, /etc/sysconfig and /etc/pccard.conf. I would like to use the 3C589C PCMCIA card for my FreeBSD system. However, the system always recognizes the card as using the UTP port. How do I configure it such that it uses the BNC connector instead?? ps. I've unsuccessfully tried -link0 already. Many thanks in advance Foo Chun Choong From owner-freebsd-questions Sun Mar 2 22:40:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA04394 for questions-outgoing; Sun, 2 Mar 1997 22:40:42 -0800 (PST) Received: from highdesert.net (empnet82.empnet.com [208.192.38.116]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA04385 for ; Sun, 2 Mar 1997 22:40:38 -0800 (PST) Received: (from natlow@localhost) by highdesert.net (8.8.3/8.8.3) id WAA00368; Sun, 2 Mar 1997 22:39:37 GMT Date: Sun, 2 Mar 1997 22:39:35 +0000 () From: Nat Low X-Sender: natlow@highdesert.net To: RPD cc: freebsd-questions@FreeBSD.ORG Subject: Re: Changing Login Screen. In-Reply-To: <2.2.32.19970302234242.006853f0@mail.webbernet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I tried editing the gettytab file, and it immediately changes the login prompt. Looks to me like if you put some ANSI tags in there, it would work. On Sun, 2 Mar 1997, RPD wrote: > I was wondering how to change the default login screen. I have see some > telnet logins support ansi color. They allmost look like an old bbs type > login. Below is what I am trying to change. Someone told me that I have to > edit the /etc/gettytab but not sure if that is all. > > > FreeBSD (phearless.com) (ttyp0) > > login: > > > > > Thankz > Ryan Duda > > > > From owner-freebsd-questions Sun Mar 2 22:57:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA05518 for questions-outgoing; Sun, 2 Mar 1997 22:57:31 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA05513 for ; Sun, 2 Mar 1997 22:57:29 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id WAA06079; Sun, 2 Mar 1997 22:57:23 -0800 (PST) To: "kevin_eliuk@sunshine.net" cc: FreeBSD-questions Subject: Re: 2.1.7 Install Query In-reply-to: Your message of "Sun, 02 Mar 1997 21:26:08 PST." Date: Sun, 02 Mar 1997 22:57:22 -0800 Message-ID: <6075.857372242@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Another curiosity I have is why the core team chosen not to place the > more updated version of the handbook with the ftp Release. I don't follow you? Jordan From owner-freebsd-questions Sun Mar 2 23:29:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA07399 for questions-outgoing; Sun, 2 Mar 1997 23:29:03 -0800 (PST) Received: from starfire.mn.org (root@starfire.skypoint.net [199.86.32.187]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA07393 for ; Sun, 2 Mar 1997 23:28:59 -0800 (PST) Received: (from john@localhost) by starfire.mn.org (8.8.5/1.1) id BAA20078; Mon, 3 Mar 1997 01:28:54 -0600 (CST) Message-ID: Date: Mon, 3 Mar 1997 01:28:54 -0600 From: john@dexter.starfire.mn.org (John Lind) To: questions@freebsd.org Subject: Anyone have luck with Apache 1.2b7 with FreeBSD 2.1.6/2.1.7? X-Mailer: Mutt 0.53 Mime-Version: 1.0 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am running a FreeBSD 2.1.6 on a number of systems that I applied patches for the security holes. When I compile apache 1.2b7 for it, I get this tremendously strange behavior where it says httpd: cannot determine the IP address of the specified ServerName (workbench2.skypoint.net). when it runs. I tried this with an "out-of-the-box" config and and compile, and adapting the FreeBSD-current port, with the same results. When I cut down the code to just the tiny fragment around the gethostbyname, the call works (of course). Help? John Lind, Starfire Consulting Services E-mail: john@starfire.MN.ORG USnail: PO Box 17247, Mpls MN 55417 From owner-freebsd-questions Sun Mar 2 23:35:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA07958 for questions-outgoing; Sun, 2 Mar 1997 23:35:42 -0800 (PST) Received: from kithrup.com (kithrup.com [205.179.156.40]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id XAA07949 for ; Sun, 2 Mar 1997 23:35:38 -0800 (PST) Received: (from sef@localhost) by kithrup.com (8.6.8/8.6.6) id XAA03099 for questions@freebsd.org; Sun, 2 Mar 1997 23:35:37 -0800 Date: Sun, 2 Mar 1997 23:35:37 -0800 From: Sean Eric Fagan Message-Id: <199703030735.XAA03099@kithrup.com> To: questions@freebsd.org Subject: Using "popper" in FreeBSD Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk popper wants /var/mail to be publicly writable. This is a very bad thing. Before I start rewriting that portion of code, has anyone else gotten it working with FreeBSD? Sean. From owner-freebsd-questions Sun Mar 2 23:46:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA08435 for questions-outgoing; Sun, 2 Mar 1997 23:46:14 -0800 (PST) Received: from amadeus.informatik.ba-stuttgart.de (amadeus.informatik.ba-stuttgart.de [141.31.11.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA08426 for ; Sun, 2 Mar 1997 23:46:11 -0800 (PST) Received: (from helbig@localhost) by amadeus.informatik.ba-stuttgart.de (8.7.3/8.7.1) id IAA28481; Mon, 3 Mar 1997 08:46:02 +0100 (MET) From: Wolfgang Helbig Message-Id: <199703030746.IAA28481@amadeus.informatik.ba-stuttgart.de> Subject: Re: /etc/fstab file screwup. To: vince@mail.MCESTATE.COM (Vincent Poy) Date: Mon, 03 Mar 1997 8:46:02 MET Cc: questions@freebsd.org In-Reply-To: ; from "Vincent Poy" at Mar 2, 97 6:18 pm X-Mailer: Elm [revision: 112.2] Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Well, with our drive, we only have FreeBSD on it and swap, / and > /usr so where does the /usr slice go, I know root is always a but the /usr ^^^^^ (BSD)*partition* > is always the device name then the s1X where x is some letter. b is for > swap so there is only c, d, e, f left. b is swap partition c is the whole slice d is not used for historical reasons but could be used e is mostly used for /var f is mostly used for /usr So there is only d, e, f left. Try f first. (Thats why its called f :-) ). You might want to read the FAQ about partitions and slices. Wolfgang. From owner-freebsd-questions Mon Mar 3 00:01:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA09652 for questions-outgoing; Mon, 3 Mar 1997 00:01:51 -0800 (PST) Received: from emma.eng.uct.ac.za (emma.eng.uct.ac.za [137.158.128.160]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA09647 for ; Mon, 3 Mar 1997 00:01:47 -0800 (PST) Received: (from shaun@localhost) by emma.eng.uct.ac.za (8.8.4/8.8.4) id KAA07603; Mon, 3 Mar 1997 10:01:44 +0200 (SAT) Message-ID: <19970303100144.65506@emma.eng.uct.ac.za> Date: Mon, 3 Mar 1997 10:01:44 +0200 From: Shaun Courtney To: questions@freebsd.org Subject: 2.2-BETA to 2.2-970225-GAMMA Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi I'm trying to upgrade 2.2-B to 2.2-G by doing a "make world" with the 2.2-G sources. I have hit an error. Is this is know bug or is there something I'm missing. Thanks Shaun Included it a trace of where make world fails. Its in the archive.c file in gdb/bfd. cc -O -I/usr/src/gnu/usr.bin/gdb/bfd/. -I/usr/src/gnu/usr.bin/gdb/bfd/../gdb/. -DDEFAULT_VECTOR=i386freebsd_vec -DSELECT_VECS='&i386freebsd_vec,&i386bsd_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch' -DTRAD_CORE -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/include/. -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/gdb/. -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/bfd/. -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/libiberty/. -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/gdb/config/. -DHAVE_CONFIG_H -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/include/. -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/gdb/. -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/bfd/. -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/libiberty/. -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/gdb/config/. -DHAVE_CONFIG_H -c /usr/src/gnu/usr.bin/gdb/bfd/archive.c -o archive.o In file included from /usr/src/gnu/usr.bin/gdb/bfd/archive.c:130: /usr/src/gnu/usr.bin/gdb/bfd/libbfd.h:366: warning: duplicate `const' /usr/src/gnu/usr.bin/gdb/bfd/libbfd.h:371: warning: duplicate `const' /usr/src/gnu/usr.bin/gdb/bfd/archive.c:562: parse error before `->' /usr/src/gnu/usr.bin/gdb/bfd/archive.c:564: `index' redeclared as different kind of symbol /usr/include/string.h:81: previous declaration of `index' /usr/src/gnu/usr.bin/gdb/bfd/archive.c:565: parse error before `{' /usr/src/gnu/usr.bin/gdb/bfd/archive.c:568: `abfd' undeclared here (not in a function) /usr/src/gnu/usr.bin/gdb/bfd/archive.c:568: initializer element is not constant /usr/src/gnu/usr.bin/gdb/bfd/archive.c:568: warning: data definition has no type or storage class /usr/src/gnu/usr.bin/gdb/bfd/archive.c:569: parse error before `return' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. -- Department of Electrical Engineering and CERECAM Unix System Administrator and Unix support http://www.eng.uct.ac.za From owner-freebsd-questions Mon Mar 3 01:18:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA15310 for questions-outgoing; Mon, 3 Mar 1997 01:18:03 -0800 (PST) Received: from highdesert.net (empnet82.empnet.com [208.192.38.116]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA15305 for ; Mon, 3 Mar 1997 01:18:00 -0800 (PST) Received: (from natlow@localhost) by highdesert.net (8.8.3/8.8.3) id BAA01189; Mon, 3 Mar 1997 01:17:19 GMT Date: Mon, 3 Mar 1997 01:17:18 +0000 () From: Nat Low X-Sender: natlow@highdesert.net To: questions@freebsd.org Subject: libc.so.3.0 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk could someone send me the file called libc.so.3.0 please? i'm having a heck of a time finding it. Thanks Nat From owner-freebsd-questions Mon Mar 3 01:25:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA16070 for questions-outgoing; Mon, 3 Mar 1997 01:25:44 -0800 (PST) Received: from woger.shoal.net.au (root@woger.shoal.net.au [203.26.44.7]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA16059 for ; Mon, 3 Mar 1997 01:25:28 -0800 (PST) Received: (from andrew@localhost) by woger.shoal.net.au (8.8.5/8.8.3) id UAA20669; Mon, 3 Mar 1997 20:25:09 +1100 (EST) Date: Mon, 3 Mar 1997 20:25:08 +1100 (EST) From: andrew To: kevin_eliuk@sunshine.net cc: questions@freebsd.org Subject: Re: FW: 2.1.7 Install Query In-Reply-To: <01BC280E.98877A80@monty-port13.shoal.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Yeah, I got this while doing an upgrade. In my case I had files in /usr/bin and /sbin and /bin with the schg flag set. ls -lo should tell you if the particular flags are set and man chflags to get an idea of how to get rid of them. I was also told to go to single user mode to remove them but I don't think I had to in this case. > While downloading 2.1.7 I switched screens to scan the files downloading > and while it was writing the files to usr/libexec it posted the message: > > /stand/cpio: Remove current usr/libexec/ld.so: Operation not permitted > > Is this something to be concerned about in the functioning of the OS or > is its cotents the same as 2.1.6 . > > If so how do I change the file and do I need the sources to compile > the correct file. man chflags (also may have to go to single user mode) to change, i re-installed to make sure but i dunno how you'd go about it otherwise. someone else on the list probably [most likely!! :)] has a better idea than me. > > Another curiosity I have is why the core team chosen not to place the > more updated version of the handbook with the ftp Release. > err what updated version, and where can i get it? > Thanx in advance, no wuckers, hope it helps (and i hope i'm on the right track) > > Kevin > > Andrew Perry andrew@shoal.net.au From owner-freebsd-questions Mon Mar 3 01:46:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA17430 for questions-outgoing; Mon, 3 Mar 1997 01:46:35 -0800 (PST) Received: from ns.cs.tsinghua.edu.cn (ns.cs.tsinghua.edu.cn [166.111.80.200]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA16919; Mon, 3 Mar 1997 01:41:28 -0800 (PST) Received: from papillon.lemis.de (tandem.cs.tsinghua.edu.cn [166.111.80.4]) by ns.cs.tsinghua.edu.cn (8.8.4/8.8.4) with ESMTP id QAA16740; Mon, 3 Mar 1997 16:40:57 -0600 From: grog@lemis.de Received: (grog@localhost) by papillon.lemis.de (8.8.4/8.6.12) id QAA00922; Mon, 3 Mar 1997 16:14:07 +0800 (CST) Message-Id: <199703030814.QAA00922@papillon.lemis.de> Subject: Any FreeBSD people in Beijing? To: chat@FreeBSD.org (FreeBSD Chat) Date: Mon, 3 Mar 1997 16:14:07 +0800 (CST) Cc: questions@FreeBSD.org (FreeBSD Questions) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Reply-to: grog@lemis.de (Greg Lehey) WWW-Home-Page: http://www.FreeBSD.org/~grog X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I'm currently in Beijing, and will be until the end of the week. If there are any FreeBSD people out here who are interested in getting together, contact me at Tsinghua University (phone 62782373) during the day, or at my hotel (phone 68492001, room 1819) in the evening. Greg From owner-freebsd-questions Mon Mar 3 02:07:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA18957 for questions-outgoing; Mon, 3 Mar 1997 02:07:11 -0800 (PST) Received: from f30.hotmail.com (F30.hotmail.com [207.82.250.41]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA18950 for ; Mon, 3 Mar 1997 02:07:05 -0800 (PST) Received: (from root@localhost) by f30.hotmail.com (8.7.5/8.7.3) id CAA16638; Mon, 3 Mar 1997 02:06:33 -0800 (PST) Date: Mon, 3 Mar 1997 02:06:33 -0800 (PST) Message-Id: <199703031006.CAA16638@f30.hotmail.com> Received: from 137.229.17.253 by www.hotmail.com with HTTP; Mon, 03 Mar 1997 02:06:33 PST X-Originating-IP: [137.229.17.253] From: " steve howe" To: questions@freebsd.org Subject: bugs? Content-Type: text/plain Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk concerning 2.1.5 ... this used to work - but doesn't now - and i can't figure out why not! a) i make a .profile alias such as a="cd /" for example. if i type "alias" it shows up. if i enter "a", i get "a: command not found". if i change alias "a" to any other letter - the alias works! b) i use "cu" to dial up a vt100 connection. for a long time i couldn't figure out how to set vt100 emulation up with "cu". (i don't see how "tip" is any better and don't find "cu" as bad as people say!). anyway - my connection to this vt100 terminal would always close because it would not detect vt100 on my end. the only way i could "trick" my set-up was to enter: modem none network vt100 on in my ttys file. i'm sure this is a terrible hack - and i always have to re-boot my machine if i call non-vt100 BBSs before i dialup the vt100 terminal again. any suggestions other than other software? btw - i'm VERY impressed with alot of the stuff coming out of Holland! very CLEAN code and super performance! such as XS-HTTP www server and zmrx-zmtx (hehe - the docs on the zm code are so funny the code is worth downloading for that reason alone! hehe!) --------------------------------------------------------- Get Your *Web-Based* Free Email at http://www.hotmail.com --------------------------------------------------------- From owner-freebsd-questions Mon Mar 3 02:19:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA19466 for questions-outgoing; Mon, 3 Mar 1997 02:19:26 -0800 (PST) Received: from f7.hotmail.com (F7.hotmail.com [207.82.250.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA19460 for ; Mon, 3 Mar 1997 02:19:24 -0800 (PST) Received: (from root@localhost) by f7.hotmail.com (8.7.5/8.7.3) id CAA22602; Mon, 3 Mar 1997 02:18:49 -0800 (PST) Date: Mon, 3 Mar 1997 02:18:49 -0800 (PST) Message-Id: <199703031018.CAA22602@f7.hotmail.com> Received: from 137.229.17.253 by www.hotmail.com with HTTP; Mon, 03 Mar 1997 02:18:49 PST X-Originating-IP: [137.229.17.253] From: " steve howe" To: natlow@empnet.com, questions@FreeBSD.ORG Subject: Re: libc.so.3.0 Content-Type: text/plain Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk i can only speak from 2.1.5 days - but you had to get the 2.2 version, then create a soft link to 3.0. there wasn't any 3.0 ... >could someone send me the file called libc.so.3.0 please? i'm having a >heck of a time finding it. > >Thanks >Nat --------------------------------------------------------- Get Your *Web-Based* Free Email at http://www.hotmail.com --------------------------------------------------------- From owner-freebsd-questions Mon Mar 3 02:59:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA21397 for questions-outgoing; Mon, 3 Mar 1997 02:59:34 -0800 (PST) Received: from narcissus.ml.org (root@brosenga.Pitzer.edu [134.173.120.201]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA21391 for ; Mon, 3 Mar 1997 02:59:31 -0800 (PST) Received: from localhost (ben@localhost) by narcissus.ml.org (8.7.5/8.7.3) with SMTP id CAA12097; Mon, 3 Mar 1997 02:59:20 -0800 (PST) Date: Mon, 3 Mar 1997 02:59:19 -0800 (PST) From: Snob Art Genre To: steve howe cc: questions@FreeBSD.ORG Subject: Re: bugs? In-Reply-To: <199703031006.CAA16638@f30.hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk You don't need to reboot your machine to get init to reread /etc/ttys. Just run # kill -HUP 1 and it will snarf the new configuration. On Mon, 3 Mar 1997, steve howe wrote: > concerning 2.1.5 ... > this used to work - but doesn't now - and i can't figure out why not! > a) i make a .profile alias such as a="cd /" for example. > if i type "alias" it shows up. if i enter "a", i get "a: command > not found". if i change alias "a" to any other letter - the alias works! > b) i use "cu" to dial up a vt100 connection. for a long time i > couldn't figure out how to set vt100 emulation up with "cu". > (i don't see how "tip" is any better and don't find "cu" as bad as > people say!). anyway - my connection to this vt100 terminal would > always close because it would not detect vt100 on my end. the only > way i could "trick" my set-up was to enter: > modem none network vt100 on > in my ttys file. i'm sure this is a terrible hack - and i always > have to re-boot my machine if i call non-vt100 BBSs before i dialup > the vt100 terminal again. any suggestions other than other software? > btw - i'm VERY impressed with alot of the stuff coming out of > Holland! very CLEAN code and super performance! such as XS-HTTP > www server and zmrx-zmtx (hehe - the docs on the zm code are so > funny the code is worth downloading for that reason alone! hehe!) > > --------------------------------------------------------- > Get Your *Web-Based* Free Email at http://www.hotmail.com > --------------------------------------------------------- > Ben "You have your mind on computers, it seems." From owner-freebsd-questions Mon Mar 3 03:14:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA21977 for questions-outgoing; Mon, 3 Mar 1997 03:14:26 -0800 (PST) Received: from dementia.net (pitlord@onet.ziplink.net [199.232.254.23]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA21971 for ; Mon, 3 Mar 1997 03:14:21 -0800 (PST) Received: from localhost (pitlord@localhost) by dementia.net (8.8.5/8.8.5) with SMTP id GAA08702 for ; Mon, 3 Mar 1997 06:13:46 -0500 (EST) Date: Mon, 3 Mar 1997 06:13:41 -0500 (EST) From: Eric Ogren To: questions@freebsd.org Subject: Anything like "diald" for FBSD? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello all- I seem to be making heavy usage of the list now ;) Anyways, I fixed my compiling problem, realized that sup download the include-current into /usr/src/include instead of /usr/include. However, now I've got another question. Has anyone ported the utility diald to FreeBSD? I know that user ppp has a very similar function, but for some reason, user ppp doesn't work very well on my box, while kernel ppp works like a charm. The reason for this is my ISP seems to like to drop carrier while I'm downloading large files, and it gets really annoying. In my experience, if you can connect to your ISP fast enough, the download will resume, and that would be a good thing. So, is there anything like diald for FreeBSD? Thanks, Eric From owner-freebsd-questions Mon Mar 3 03:28:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA22773 for questions-outgoing; Mon, 3 Mar 1997 03:28:04 -0800 (PST) Received: from obiwan.aceonline.com.au (obiwan.aceonline.com.au [203.103.90.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA22700 for ; Mon, 3 Mar 1997 03:27:59 -0800 (PST) Received: from localhost (adrian@localhost) by obiwan.aceonline.com.au (8.8.5/8.8.5) with SMTP id BAA00384; Tue, 4 Mar 1997 01:30:52 +0800 (WST) Date: Tue, 4 Mar 1997 01:30:52 +0800 (WST) From: Adrian Chadd To: questions@freebsd.org cc: steve howe Subject: Re: bugs? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > b) i use "cu" to dial up a vt100 connection. for a long time i > > couldn't figure out how to set vt100 emulation up with "cu". > > (i don't see how "tip" is any better and don't find "cu" as bad as > > people say!). anyway - my connection to this vt100 terminal would > > always close because it would not detect vt100 on my end. the only > > way i could "trick" my set-up was to enter: > > modem none network vt100 on Try running cu inside "screen", screen's termcap entry is very much like the vt100 entry. Try running screen, then before running cu, type : export TERM=vt100 (sh or bash) or whatever it is for your shell. Then run cu, and tell me what happens. (Remember to exit screen when you've finished with it *grin*) Or, try running it inside pcvt for X, and use the vt100 termcap (obviously you'll need X running anyway). Cya. Adrian Chadd From owner-freebsd-questions Mon Mar 3 03:55:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA24618 for questions-outgoing; Mon, 3 Mar 1997 03:55:49 -0800 (PST) Received: from host.accessin.com.au (root@host.accessin.com.au [203.24.23.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA24605 for ; Mon, 3 Mar 1997 03:55:39 -0800 (PST) Received: from thampana.abseil.com.au (betagate.abseil.com.au [203.56.243.1]) by host.accessin.com.au (8.8.5/8.6.12) with ESMTP id TAA15842 for ; Mon, 3 Mar 1997 19:55:10 +0800 (WST) Received: from dingo.abseil.com.au (dingo.abseil.com.au [203.56.243.97]) by thampana.abseil.com.au (8.8.3/8.8.3) with SMTP id TAA26087 for ; Mon, 3 Mar 1997 19:36:45 +0800 (WST) Received: by dingo.abseil.com.au with Microsoft Mail id <01BC280E.50CD0D40@dingo.abseil.com.au>; Mon, 3 Mar 1997 20:06:00 +-800 Message-ID: <01BC280E.50CD0D40@dingo.abseil.com.au> From: Greg Laslett To: "'questions@freebsd.org'" Subject: Please Clarify Diskless Support for 3Com Cards Date: Mon, 3 Mar 1997 20:05:59 +-800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am running FreeBSD 2.1.6 and I look in /sys/i386/boot/netboot/Makefile as per the FAQ The Flags imply that I can generate a Netboot COM/ROM for a 3Com 3C503, but the code mentions a 3C509 Which of these cards are supported ? None, One, Both ? Thanks, Greg Laslett. greg@abseil.com.au From owner-freebsd-questions Mon Mar 3 04:29:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA26680 for questions-outgoing; Mon, 3 Mar 1997 04:29:48 -0800 (PST) Received: from f3.hotmail.com (F3.hotmail.com [207.82.250.14]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA26675 for ; Mon, 3 Mar 1997 04:29:42 -0800 (PST) Received: (from root@localhost) by f3.hotmail.com (8.7.5/8.7.3) id EAA16399; Mon, 3 Mar 1997 04:28:36 -0800 (PST) Date: Mon, 3 Mar 1997 04:28:36 -0800 (PST) Message-Id: <199703031228.EAA16399@f3.hotmail.com> Received: from 137.229.17.253 by www.hotmail.com with HTTP; Mon, 03 Mar 1997 04:28:36 PST X-Originating-IP: [137.229.17.253] From: " steve howe" To: ben@narcissus.ml.org Cc: questions@freebsd.org Subject: Re: bugs? Content-Type: text/plain Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >You don't need to reboot your machine to get init to reread /etc/ttys. >Just run > ># kill -HUP 1 > >and it will snarf the new configuration. > yes - i know - it's VERY flaky though - but the kill -HUP 1 never does the trick - sometimes i have to reboot 2 or 3 times for the vt100 to kick in. and then hours later, i can't "cu" the vt100 terminal again for unknown reasons. i checked the faq, handbook, and maillist archives - but didn't see any mention of "cu" and terminal emulation. also - the tty entry is a little bogus, i should be able to enter "none" instead of "none network", but i get some getty error saying it can't find "none" otherwise ... From owner-freebsd-questions Mon Mar 3 05:12:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA28464 for questions-outgoing; Mon, 3 Mar 1997 05:12:42 -0800 (PST) Received: from mail.sns.com (jack.sns.com [199.35.183.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id FAA28458 for ; Mon, 3 Mar 1997 05:12:39 -0800 (PST) Received: from sgh.sns.com by mail.sns.com with smtp (Smail3.1.28.1 #5) id m0w1XXf-000Q2UC; Mon, 3 Mar 97 05:12 PST Message-ID: <331ACE36.173F@why.com> Date: Mon, 03 Mar 1997 05:12:22 -0800 From: humility X-Mailer: Mozilla 3.0 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: video killed the Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk me maybe....so, I gots a distealth64 yeah yeah I know they are anal ports but i've had it wanna get a better card ButWHAT?! Matrox seems great ,but, generics are cheaper,but,I only can afford my 15" VGA's. dunno I'm stressed----Help! plz From owner-freebsd-questions Mon Mar 3 05:25:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA29051 for questions-outgoing; Mon, 3 Mar 1997 05:25:36 -0800 (PST) Received: from mail.sns.com (jack.sns.com [199.35.183.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id FAA29046 for ; Mon, 3 Mar 1997 05:25:33 -0800 (PST) Received: from sgh.sns.com by mail.sns.com with smtp (Smail3.1.28.1 #5) id m0w1Xk0-000Q2VC; Mon, 3 Mar 97 05:25 PST Message-ID: <331AD133.FF7@why.com> Date: Mon, 03 Mar 1997 05:25:07 -0800 From: humility X-Mailer: Mozilla 3.0 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: video Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I can't believe there is such little support for 15" Vga's.....(gripe) question: why bsd not linux? :o) From owner-freebsd-questions Mon Mar 3 05:27:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA29117 for questions-outgoing; Mon, 3 Mar 1997 05:27:14 -0800 (PST) Received: from kave.iafrica.com (kave.iafrica.com [196.7.0.132]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id FAA29112 for ; Mon, 3 Mar 1997 05:27:11 -0800 (PST) Received: from Pricardow [196.7.7.77] by kave.iafrica.com with smtp (Exim 1.59 #1) id 0w1Xlf-0001bo-00; Mon, 3 Mar 1997 15:27:04 +0200 Message-Id: <3.0.32.19970303152627.006cb778@ctpop01.iafrica.com> X-Sender: ricardow@ctpop01.iafrica.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Mon, 03 Mar 1997 15:27:28 +0200 To: freebsd-questions@freebsd.org From: Ricardo Williams Subject: Custom kernel not compiling Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have FreeBSD 2.1.5 from the August 1996 CD release. It is installed on a Conner 210Mb (CFS210A) hard drive. My system hardware is as follows : Intel Pentium 100 CPU 32Mb FP RAM 1.44Mb floppy drive Acer 12x ATAPI CD ROM drive (CD-912E / ATK) SoundBlaster 16 PnP (Hardware Rev. 4.1.3 (?) ) Accton 1650 16bit network card (UTP, AUTP & BNC interfaces) Rockwell based 28800 modem (Rockwell RC288DPi chipset) S3 ViRGE based video card (2Mb video ram) No SCSI or EISA devices at all I have written from scratch a custom kernel config file using the LINT config file as a guide. I basically only wanted to enable support for the above configuration. The config file passes the "/usr/sbin/config ?????" stage but "make depend" fails with "Syntax error: "(" unexpected. Attached please find the kernel config file, ricardow_kernel_config.txt, as well as the output of the "make depend" command in the make_depend_output.txt file. What is wrong and what can I do to fix it ? I though that since I had no eisa or scsi devices, I would not enable support for any of them, and also since there is no native support for my Accton 1650 network card, I disabled all other network card probes and only enabled the "device ed0" probing for a NE1/2000 network cards. I have also attached my current kernel's config file which is derived from the GENERIC one with only support for APM and my SoundBlaster added, I think . :+> Thanks in advance. Ricardo Williams Email: rpw@iafrica.com From owner-freebsd-questions Mon Mar 3 05:30:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA29365 for questions-outgoing; Mon, 3 Mar 1997 05:30:22 -0800 (PST) Received: from mail.shlink.de (root@mail.shlink.de [194.64.6.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id FAA29349 for ; Mon, 3 Mar 1997 05:30:14 -0800 (PST) Received: by mail.shlink.de (Smail3.1.29.1 #3) id m0w1Xrs-000XruC; Mon, 3 Mar 97 14:33 MET Received: (from hw@localhost) by thor.shn.com (8.6.12/8.6.6) id OAA00424 for questions@freebsd.org; Mon, 3 Mar 1997 14:25:08 +0100 Date: Mon, 3 Mar 1997 14:25:08 +0100 Message-Id: <199703031325.OAA00424@thor.shn.com> From: hw@thor.shn.com (Henning Wickhorst) Subject: Starting postgres at bootup To: questions@freebsd.org Organization: Private site Reply-To: h.wickhorst@elmshorn.netsurf.de Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I' m running postgresql V6.0 on a FreeBSD Box (V2.1.0-R). But i found no way to start the postmaster while booting. The postmaster daemon has to run under uid 'postgres'. I put this line into the 'rc.local' file : /bin/echo "/u/pgsql/bin/postmaster -D/u/pgsql/data > \ /u/pgsql/server.log 2>&1 &" | /usr/bin/su - postgres But the postmaster dies with signal 11 at bootup. >From /var/log/messages: Mar 1 15:48:15 thor /kernel: pid 1110: su: uid 270: exited on signal 11 270 is the uid of user postgres. When i put the same line into a script file and call this script file as root everything works fine. The postmaster is running as a daemon under uid 'postgres'. When i call this script file from 'rc.local' while booting, postmaster dies with signal 11. When i try to start the script file using 'at', it fails on the same reason like starting it from rc.local. I also tried to call postmaster with option '-S' from 'rc.local' but postmaster also dies. I don't think that this is a postgres problem, while starting other programs from rc.local using su gave the same problems. I tried that with 'ingreslock' using 'su' to run it under uid ingres. How do you start daemons, who have to run under a special uid while bootup ? Regards, Henning -- ------------------------------------------------------------------ Henning Wickhorst Elmshorn, Germany E-Mail: h.wickhorst@elmshorn.netsurf.de ------------------------------------------------------------------ From owner-freebsd-questions Mon Mar 3 05:45:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA00239 for questions-outgoing; Mon, 3 Mar 1997 05:45:59 -0800 (PST) Received: from kave.iafrica.com (kave.iafrica.com [196.7.0.132]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id FAA00234 for ; Mon, 3 Mar 1997 05:45:54 -0800 (PST) Received: from Pricardow [196.7.7.77] by kave.iafrica.com with smtp (Exim 1.59 #1) id 0w1Y3o-0001n8-00; Mon, 3 Mar 1997 15:45:49 +0200 Message-Id: <3.0.32.19970303152920.0069dc20@ctpop01.iafrica.com> X-Sender: ricardow@ctpop01.iafrica.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Mon, 03 Mar 1997 15:46:13 +0200 To: freebsd-questions@freebsd.org From: Ricardo Williams Subject: Custom kernel not compiling Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=====================_857389573==_" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk --=====================_857389573==_ Content-Type: text/plain; charset="us-ascii" I have FreeBSD 2.1.5 from the August 1996 CD release. It is installed on a Conner 210Mb (CFS210A) hard drive. My system hardware is as follows : Intel Pentium 100 CPU 32Mb FP RAM 1.44Mb floppy drive Acer 12x ATAPI CD ROM drive (CD-912E / ATK) SoundBlaster 16 PnP (Hardware Rev. 4.1.3 (?) ) Accton 1650 16bit network card (UTP, AUTP & BNC interfaces) Rockwell based 28800 modem (Rockwell RC288DPi chipset) S3 ViRGE based video card (2Mb video ram) No SCSI or EISA devices at all I have written from scratch a custom kernel config file using the LINT config file as a guide. I basically only wanted to enable support for the above configuration. The config file passes the "/usr/sbin/config ?????" stage but "make depend" fails with "Syntax error: "(" unexpected. Attached please find the kernel config file, ricardow_kernel_config.txt, as well as the output of the "make depend" command in the make_depend_output.txt file. What is wrong and what can I do to fix it ? I though that since I had no eisa or scsi devices, I would not enable support for any of them, and also since there is no native support for my Accton 1650 network card, I disabled all other network card probes and only enabled the "device ed0" probing for a NE1/2000 network cards. I have also attached my current kernel's config file which is derived from the GENERIC one with only support for APM and my SoundBlaster added, I think . :+> Thanks in advance. --=====================_857389573==_ Content-Type: text/plain; name="mykernel.txt"; x-mac-type="54455854"; x-mac-creator="74747874" Content-Transfer-Encoding: x-uuencode Content-Disposition: attachment; filename="mykernel.txt" begin 600 mykernel.txt M(PHC($=%3D5224,@+2T@1V5N97)I8R!M86-H:6YE('=I=&@@5T0O04AX+TY# M4B]"5'@@9F%M:6QY(&1I2!&87-T($9I;&5S>7-T96T*;W!T:6]N M7-T96T*;W!T:6]N7-T96T*;W!T:6]N2!N965D M(&]N92!O9B!T:&5S92P@=&AE(&-O9&4@9'EN86UI8V%L;'D@9W)O=W,*"B-D M979I8V4)"7=T,`EA="!I7-C;VYS(&ES('1H92!D969A=6QT M(&-O;G-O;&4@9')I=F5R+"!R97-E;6)L:6YG(&%N(%-#3R!C;VYS;VQE"F1E M=FEC90D)2!I&EN='(*"B,*(R!,87!T;W`@2!IF4*(R!T:&ES(&QI&5D+@HC(%)I9VAT(&YO=R!I M="!A<'!E87)S('1H870@=&AE(&EE,"!M=7-T(&)E('!R;V)E9"!B969O'`P"B-D979I8V4@=G@P"F1E=FEC92!E9#`@870@ M:7-A/R!P;W)T(#!X,S`P(&YE="!I#(X,"!N970@:7)Q(#$P(&1R<2`P M('9E8W1OF4P(&%T(&ES83\@<&]R="`P>#,P M,"!N970@:7)Q(#4@:6]M96T@,'AD.#`P,"!V96-T;W(@>F5I;G1R"B-D979I M8V4@>G`P(&%T(&ES83\@<&]R="`P>#,P,"!N970@:7)Q(#$P(&EO;65M(#!X M9#@P,#`@=F5C=&]R('IP:6YT<@H*<'-E=61O+61E=FEC90EL;V]P"G!S975D M;RUD979I8V4)971H97(*<'-E=61O+61E=FEC90EL;V<*<'-E=61O+61E=FEC M90ES;`DQ"B,@:6IP<'`@=7-EFEP"0DC($5X96,@ M9WII<'!E9"!A+F]U="=S"@IC;VYT7-T96T@=&%B;&4@ MFEN9RX*"FUA>'5S97)S"3$P"@IC;VYF:6<)"6ME2!I2!IGuy Helmer writes: >> That might help explain some of the differences in numbers for my runs of >> SPEC95 fp benchmarks on 2.1.5 (-O2 optimization) w/o HAVE_FPU math libs >> vs. 2.2-BETA (-O4 optimization) w/ HAVE_FPU. I ran a few of the fp >> benchmarks on 2.2 to compare to my full run under 2.1.5 and found the >> codes ran from slightly faster to much slower under 2.2. I figured it was >> due to the different math library, but maybe the compiler is more at fault >> than I thought... > >Maybe this has to do with the patch in 2.7.2.1 to disable certain kinds of >strength reduction (-fstrength-reduce) because of buggy code generation. Recall >that this bug was why FreeBSD changed from using -O2 to -O optimization >(although some people used "-O2 -fno-strength-reduce). So is this a good option to put in for COPTFLAGS in /etc/make.conf for maximum kernel efficiency with a 2.2-Gamma system? Something like: COPTFLAGS= -O2 -fno-strength-reduce -pipe I searched the gcc man page and found -fstrength-reduce but no explicit reference to the negation option. Is this still a valid flag in 2.7.2.1, or does the below indicate that this action is automatic now? Thanks, Doug >Here's a quote from >David S. Miller, from the "Sun vs. GCC" thread last month: > >> Also, the various optimizer bugs in GCC in the past have led people >> to be wary to use -O2 optimization, much less try additional >> optimization flags. >> >>I know about them, just about all of them are in the strength >>reduction pass. I am very familiar with the problematic bugs this >>layer has, and I have been actively trying to get people on the GCC >>development team to fix them. Almost all of these problems have to do >>with when a pointer comparison is converted into an integer invariant >>comparison, and vice versa. GCC in certain circumstances does not >>notice the change in signed'ness and thus produces incorrect code. In >>gcc-2.7.2.1, the strength reduction transformations that were known to >>lead to this situation were disabled entirely and in fact this fix was >>the entire reason for that release of gcc. From owner-freebsd-questions Mon Mar 3 06:51:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA05669 for questions-outgoing; Mon, 3 Mar 1997 06:51:41 -0800 (PST) Received: from phoenix.inco.com.lb (phoenix.inco.com.lb [193.188.135.4]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id GAA05653 for ; Mon, 3 Mar 1997 06:51:26 -0800 (PST) Received: from Jade NAAMAN.inco.com.lb by phoenix.inco.com.lb with smtp (Smail3.1.29.1 #5) id m0w1Z6v-000iIYC; Mon, 3 Mar 97 16:53 IST Message-Id: Date: Mon, 3 Mar 97 16:53 IST X-Sender: jnaaman@nethopper.inco.com.lb X-Mailer: Windows Eudora Pro Version 2.1.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@freebsd.org From: Jade NAAMAN Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi! I heard FIPS splits DOS partitions into two. Is there a utility that joins two DOS partitions into one? (Having Win95 long file names) And will FreeBSD2.2.0-RELEASE support Win95 LFN? Jade Naaman From owner-freebsd-questions Mon Mar 3 06:58:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA06161 for questions-outgoing; Mon, 3 Mar 1997 06:58:41 -0800 (PST) Received: from mail.vcr.istar.ca (mail.vcr.iSTAR.ca [204.191.152.4]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id GAA06147 for ; Mon, 3 Mar 1997 06:58:38 -0800 (PST) Received: from kevin.sunshine.net [204.191.205.39] by mail.vcr.istar.ca with smtp (Exim 1.58 #2) id 0w1ZBO-00056k-00; Mon, 3 Mar 1997 06:57:43 -0800 Date: Mon, 3 Mar 1997 06:52:58 -0800 (PST) From: "kevin_eliuk@sunshine.net" To: "Jordan K. Hubbard" cc: FreeBSD-questions Subject: Re: 2.1.7 Install Query In-Reply-To: <6075.857372242@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 2 Mar 1997, Jordan K. Hubbard wrote: > > Another curiosity I have is why the core team chosen not to place the > > more updated version of the handbook with the ftp Release. > > I don't follow you? > > Jordan While using 2.1.6 and trying to setup mail I found that the your site handbook had topics on this whereas the release handbook doesn't. For me it is only another short download to get the more complete set therefore it is just as stated a "curiosty". Thanx Kevin From owner-freebsd-questions Mon Mar 3 07:21:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA07474 for questions-outgoing; Mon, 3 Mar 1997 07:21:43 -0800 (PST) Received: from sand.sentex.ca (sand.sentex.ca [206.222.77.6]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA07469 for ; Mon, 3 Mar 1997 07:21:37 -0800 (PST) Received: from gravel (gravel.sentex.ca [205.211.165.210]) by sand.sentex.ca (8.8.5/8.8.3) with SMTP id KAA05469 for ; Mon, 3 Mar 1997 10:22:49 -0500 (EST) Message-Id: <3.0.1.32.19970303100950.00944180@sentex.net> X-Sender: mdtancsa@sentex.net X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Mon, 03 Mar 1997 10:09:50 -0500 To: questions@freebsd.org From: Mike Tancsa Subject: is -O2 -m486 -pipe safe ? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am going to upgrade our 2.1.5 FreeBSD news machine to 2.1.7 by downloading the new src tree and doing a make world with those options.... Is it safe to do, or should I stick with with regular -O for optimzations... ---Mike ********************************************************************** Mike Tancsa (mike@sentex.net) * To do is to be -- Nietzsche Sentex Communications Corp, * To be is to do -- Sartre Cambridge, Ontario * Do be do be do -- Sinatra (http://www.sentex.net/~mdtancsa) * From owner-freebsd-questions Mon Mar 3 07:55:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA08944 for questions-outgoing; Mon, 3 Mar 1997 07:55:19 -0800 (PST) Received: from science-guy.npt.nuwc.navy.mil (SCIENCE-GUY.NPT.NUWC.NAVY.MIL [129.190.139.47]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA08939 for ; Mon, 3 Mar 1997 07:55:11 -0800 (PST) Received: (from tod@localhost) by science-guy.npt.nuwc.navy.mil (8.8.5/8.7.3) id KAA12625; Mon, 3 Mar 1997 10:54:46 -0500 (EST) Date: Mon, 3 Mar 1997 10:54:46 -0500 (EST) Message-Id: <199703031554.KAA12625@science-guy.npt.nuwc.navy.mil> From: Tod Luginbuhl To: freebsd-questions@freebsd.org Subject: Strange Console Messages Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I am running 2.1.7, and I keep getting the following error message on my console. It happens roughly once a week or so. I copied this one from the console... Feb 28 14:35:32 0.0.0.0 NetBlazer:#Processor FAULT: BPT (vector 3 0x3) (Panic: free_mbuf failed magic number check#)#Version: 3.1, Fri March 22 09:37:38 PST 1996#eip=0008:0003c982 eflags=00000046 #eax 00000001 ebx 00053fc0 ecx 00000000 edx 00000001#esp 006b56d0 ebp 006b56e8 esi 001c7158 edi 00000000#ds 0010 es 0010 fs 0010 gs 0010 ss 0018#Stack trace: #0005405c 008385d7 0003elbe 0006e86b 00067cea 00064cc9 00064ecb 00064f4b#00058c7c#Doing core dump, start=0, len=7e0000, ebp=6b56e8# Aside from the time of the incident, this message does not vary at all except for the numbers following esp, ebp and esi. Most of the time, this message does not seem to impact my system in anyway. However, sometimes the message arrives at the same time my ethernet card freezes. Then my system won't respond to pings, telnets, rlogins etc., but aside from network activity, the system is fine. I also received this console message Friday night, and I don't understand it either. Feb 28 21:08:16 0.0.0.0 NetBlazer:#Processor FAULT: Page Fault (vector 14 0xe) (cr2 5e5e5e5e) (error code 0000)#Version: 3.1, Fri March 22 09:37:38 PST 1996#eip=0008:000e1547 eflags=00010206 #eax 5e5e5e5e ebx 00048d1b ecx 5e5e5e5e edx 00000000#esp 007b6cd8 ebp 007b6cd8 esi 007602d0 edi 00000005#ds 0010 es 0010 fs 0010 gs 0010 ss 0018#Stack trace: #000e2017 003c051 0003bab7 00048d9c 0004922a 000d66c6 0006208 00034495#0007cb7c 0007cc10#Doing core dump, start=0, len=7e0000, ebp=7b6cd8# de0: transmission timeout de0: enabling 10baseT port I'm not sure what is causing the problems or how to track them down. Does anyone have some advice or constructive criticism? I've included a description of my hardware, my kernel configuration file and the boot up message from dmesg at the end of this message. Thanks for the help. Tod -------------------------------------------------------------------------- Tod Luginbuhl email: t.e.luginbuhl@ieee.org Code 2121 Naval Undersea Warfare Center Telephone: (401) 841-7505 x38241 1176 Howell Street FAX: (401) 841-7453 Newport, Rhode Island USA "Don't argue with drunks and fanatics!" -- Sun Wolf (Barbara Hambly) -------------------------------------------------------------------------- hardware description... I have a Gateway 2000 G6-200 (Pentium Pro 200mhz) with 32mb of EDO RAM, a Matrox MGA Millennium 2mb PCI video card, a SMC EtherPower PCI ethernet card, an Adaptec 2940 ultra wide PCI SCSI card (only have SCSI II devices though), a Sound Blaster 16 card (ISA), a Seagate ST32140A 2gb EIDE drive and a Wearnes CDD-620 ATAPI CDROM drive. --------------------------------------------------------------------- # # configuration file for my computer # machine "i386" cpu "I586_CPU" ident SCIENCEGUY maxusers 10 options INET #InterNETworking options FFS #Berkeley Fast 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 options "COMPAT_LINUX" #linux compatibility options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options USER_LDT #allow user-level control of i386 ldt options SYSVSHM options SYSVSEM options SYSVMSG config kernel root on wd0 controller isa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr options ATAPI #Enable ATAPI support for IDE bus device wcd0 #IDE CD-ROM controller ahc0 controller scbus0 device sd0 device st0 device st1 device st2 device cd0 #Only need one of these, the code dynamically grows device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device apm0 at isa? # 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 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr device de0 controller snd0 device sb0 at isa? port 0x220 irq 5 conflicts drq 1 vector sbintr device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 conflicts device pca0 at isa? port IO_TIMER1 tty device joy0 at isa? port "IO_GAME" pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's --------------------------------------------------------------- output from dmesg.... FreeBSD 2.1.7-RELEASE #0: Tue Feb 25 15:24:49 EST 1997 root@science-guy.npt.nuwc.navy.mil:/usr/src/sys/compile/SCIENCEGUY CPU: 199-MHz unknown (Pentium-class CPU) Origin = "GenuineIntel" Id = 0x616 Stepping=6 Features=0xf9ff,MTRR,PGE,MCA,CMOV> real memory = 33554432 (32768K bytes) avail memory = 31211520 (30480K bytes) Probing for devices on PCI bus 0: chip0 rev 2 on pci0:2:0 chip1 rev 2 on pci0:2:1 de0 rev 17 int a irq 11 on pci0:6 de0: DC21041 [10Mb/s] pass 1.1 de0: address 00:00:c0:7f:e4:cf vga0 rev 1 int a irq 11 on pci0:12 ahc0 rev 0 int a irq 9 on pci0:14 ahc0: aic7880 Wide Channel, SCSI Id=7, 16 SCBs ahc0 waiting for scsi devices to settle (ahc0:0:0): "SEAGATE ST32430N 0640" type 0 fixed SCSI 2 sd0(ahc0:0:0): Direct-Access 2049MB (4197405 512 byte sectors) (ahc0:1:0): "MICROP 1588-15MB1057404 HSP4" type 0 fixed SCSI 1 sd1(ahc0:1:0): Direct-Access 636MB (1304052 512 byte sectors) ahc0:A:4: refuses syncronous negotiation. Using asyncronous transfers (ahc0:4:0): "ARCHIVE VIPER 150 21531 -004" type 1 removable SCSI 1 st0(ahc0:4:0): Sequential-Access st0: Archive Viper 150 is a known rogue drive offline (ahc0:5:0): "EXABYTE EXB-8500-85Qanx0 03U1" type 1 removable SCSI 2 st1(ahc0:5:0): Sequential-Access density code 0x0, drive empty ahc0:A:6: refuses syncronous negotiation. Using asyncronous transfers (ahc0:6:0): "IOMEGA ZIP 100 D.06" type 0 removable SCSI 2 sd2(ahc0:6:0): Direct-Access sd2(ahc0:6:0): ILLEGAL REQUEST asc:24,0 Invalid field in CDB sd2 could not mode sense (4). Using ficticious geometry sd2(ahc0:6:0): NOT READY asc:3a,0 Medium not present sd2: could not get size 0MB (0 512 byte sectors) chip2 rev 2 on pci0:25 Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface psm0 at 0x60-0x63 irq 12 on motherboard pca0 on motherboard pca0: PC speaker audio driver fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 72065B fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 2015MB (4127760 sectors), 4095 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): , removable, iordy wcd0: 688/1033Kb/sec, 256Kb cache, audio play, 256 volume levels, ejectable tray wcd0: no disc inside, unlocked, lock protected npx0 on motherboard npx0: INT 16 interface apm0 not found sb0 at 0x220 irq 5 drq 1 on isa sb0: sbxvi0 at 0x0 drq 5 on isa sbxvo0: sbmidi0 at 0x330 on isa opl0 at 0x388 on isa opl0: joy0 at 0x201 on isa joy0: joystick de0: enabling 10baseT port st1(ahc0:5:0): NOT READY asc:3a,0 Medium not present de0: transmission timeout de0: enabling 10baseT port From owner-freebsd-questions Mon Mar 3 08:01:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA09230 for questions-outgoing; Mon, 3 Mar 1997 08:01:39 -0800 (PST) Received: from f7.hotmail.com (F7.hotmail.com [207.82.250.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA09221 for ; Mon, 3 Mar 1997 08:01:33 -0800 (PST) Received: (from root@localhost) by f7.hotmail.com (8.7.5/8.7.3) id IAA28816; Mon, 3 Mar 1997 08:00:57 -0800 (PST) Date: Mon, 3 Mar 1997 08:00:57 -0800 (PST) Message-Id: <199703031600.IAA28816@f7.hotmail.com> Received: from 137.229.17.253 by www.hotmail.com with HTTP; Mon, 03 Mar 1997 08:00:57 PST X-Originating-IP: [137.229.17.253] From: " steve howe" To: questions@freebsd.org Subject: profile probs Content-Type: text/plain Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk ok - here is detailed info on what appears to be some "profile" problems with 2.1.5 - can anyone tell me if i'm nuts? or if they have been corrected? From owner-freebsd-questions Mon Mar 3 08:06:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA09561 for questions-outgoing; Mon, 3 Mar 1997 08:06:51 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA09554 for ; Mon, 3 Mar 1997 08:06:43 -0800 (PST) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id SAA20801; Mon, 3 Mar 1997 18:06:19 +0200 (IST) Date: Mon, 3 Mar 1997 18:06:19 +0200 (IST) From: Nadav Eiron To: Jade NAAMAN cc: questions@freebsd.org Subject: Re: your mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, Jade NAAMAN wrote: > Hi! > > I heard FIPS splits DOS partitions into two. Is there a utility that joins > two DOS partitions into one? (Having Win95 long file names) There's a commercial product called PartitionMagic that does that. Look at http://www.partition.com. > > And will FreeBSD2.2.0-RELEASE support Win95 LFN? Don't think so... > > Jade Naaman > > Nadav From owner-freebsd-questions Mon Mar 3 08:16:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA10227 for questions-outgoing; Mon, 3 Mar 1997 08:16:57 -0800 (PST) Received: from buffnet4.buffnet.net (root@buffnet4.buffnet.net [205.246.19.13]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id IAA10209 for ; Mon, 3 Mar 1997 08:16:46 -0800 (PST) Received: from buffnet1.buffnet.net (mmdf@buffnet1.buffnet.net [205.246.19.10]) by buffnet4.buffnet.net (8.6.12/8.6.9) with SMTP id KAA15126 for ; Mon, 3 Mar 1997 10:53:11 -0500 Received: from buffnet7.buffnet.net by buffnet1.buffnet.net id aa05911; 3 Mar 97 11:17 EST Date: Mon, 3 Mar 1997 11:16:56 -0500 (EST) From: Stephen Hovey To: freebsd-questions@freebsd.org Subject: IDE cdrom Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On 2.1R - was the IDE cd-rom fully supported? I have one on the second IDE interface, on bootup it sees the interface and the drive but as wd3 a 4 gig HD which it is not. From owner-freebsd-questions Mon Mar 3 08:22:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA10623 for questions-outgoing; Mon, 3 Mar 1997 08:22:57 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA10613 for ; Mon, 3 Mar 1997 08:22:48 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id IAA18612; Mon, 3 Mar 1997 08:22:32 -0800 (PST) To: Wade Bourland cc: freebsd-questions@FreeBSD.ORG Subject: Re: Install In-reply-to: Your message of "Mon, 03 Mar 1997 07:49:21 MST." <331AE4F1.3421@optionomics.com> Date: Mon, 03 Mar 1997 08:22:32 -0800 Message-ID: <18608.857406152@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I am attempting to install FreeBSD. I have downloaded the files with an > ftp client through Windows 95. I followed your install instructions and > started the install from a DOS partition. The install went fine until it I'm going to assume that you're using FreeBSD 2.1.6 or earlier? You're running afoul of a bug in the DOS installer. Please try 2.1.7 or later from ftp.freebsd.org, thanks! If this happened with 2.1.7, perhaps you ran out of space in the target filesystem? Jordan From owner-freebsd-questions Mon Mar 3 08:54:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA13438 for questions-outgoing; Mon, 3 Mar 1997 08:54:56 -0800 (PST) Received: from cold.org (cold.org [206.81.134.103]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA13432 for ; Mon, 3 Mar 1997 08:54:53 -0800 (PST) Received: from localhost (brandon@localhost) by cold.org (8.8.5/8.8.3) with SMTP id JAA15955 for ; Mon, 3 Mar 1997 09:54:53 -0700 (MST) Date: Mon, 3 Mar 1997 09:54:52 -0700 (MST) From: Brandon Gillespie To: freebsd-questions@freebsd.org Subject: /etc/sysconfig for firewall? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk What options need to be on/off for a firewall? do I define a default gateway? what is it? I know I turn on 'firewall'--do I set a routing daemon? -Brandon Gillespie From owner-freebsd-questions Mon Mar 3 08:59:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA13662 for questions-outgoing; Mon, 3 Mar 1997 08:59:50 -0800 (PST) Received: from f15.hotmail.com (F15.hotmail.com [207.82.250.26]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA13657 for ; Mon, 3 Mar 1997 08:59:48 -0800 (PST) Received: (from root@localhost) by f15.hotmail.com (8.7.5/8.7.3) id IAA12206; Mon, 3 Mar 1997 08:59:15 -0800 (PST) Date: Mon, 3 Mar 1997 08:59:15 -0800 (PST) Message-Id: <199703031659.IAA12206@f15.hotmail.com> Received: from 137.229.17.253 by www.hotmail.com with HTTP; Mon, 03 Mar 1997 08:59:15 PST X-Originating-IP: [137.229.17.253] From: " steve howe" To: questions@freebsd.org Subject: profile probs Content-Type: text/plain Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk oops! my previous post was 1/2 deleted because i used periods as line seperators in a perl/www based emailer - sorry. \ anyway ... /etc/profile -> any ordinary variables used remain in a users environment and must be explicitly "unset" in /etc/profile to avoid this. i don't think this should be! (2.1.5) \ ~/.profile -> the first alias (only verified as first non-comment line) will never work, resulting in a "alias: not found" error. although it will show if the "alias" command is issued. even if you try to re-alias that 1st alias in ~/.profile, nothing changes, and the alias still does not work. \ has this been fixed? or am i being stupid here? \ thanks. --------------------------------------------------------- Get Your *Web-Based* Free Email at http://www.hotmail.com --------------------------------------------------------- From owner-freebsd-questions Mon Mar 3 09:00:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA13799 for questions-outgoing; Mon, 3 Mar 1997 09:00:58 -0800 (PST) Received: from plains.nodak.edu (tinguely@plains.NoDak.edu [134.129.111.64]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA13793 for ; Mon, 3 Mar 1997 09:00:53 -0800 (PST) Received: (from tinguely@localhost) by plains.nodak.edu (8.8.4/8.8.3) id LAA03301; Mon, 3 Mar 1997 11:00:59 -0600 (CST) Date: Mon, 3 Mar 1997 11:00:59 -0600 (CST) From: Mark Tinguely Message-Id: <199703031700.LAA03301@plains.nodak.edu> To: vince@mail.MCESTATE.COM Subject: Re: /etc/fstab file screwup. Cc: questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I agree with most of the replies to the /etc/fstab loss. I would add that if you do not know where your devices are, do a: disklabel -r wd0 # or sd0 for SCSI the line: disk: wd0s1 will give you the slice information and the partitions lines will give the mount points. If you do not know what goes where, use "fsck" command on the raw partition: if disklabel list a partition as: e: 1209600 564480 4.2BSD 0 0 0 # (Cyl. 70 - 219) then run the command: fsck /dev/rwd0s1e *****#*****@ * from disklabel disk line # r is raw partition @ is from partition line. If a person does not know/like ed, a person must mount the /usr partition to use vi. --mark. From owner-freebsd-questions Mon Mar 3 09:28:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA14985 for questions-outgoing; Mon, 3 Mar 1997 09:28:31 -0800 (PST) Received: from science-guy.npt.nuwc.navy.mil (SCIENCE-GUY.NPT.NUWC.NAVY.MIL [129.190.139.47]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA14976 for ; Mon, 3 Mar 1997 09:28:26 -0800 (PST) Received: from science-guy.npt.nuwc.navy.mil (localhost [127.0.0.1]) by science-guy.npt.nuwc.navy.mil (8.8.5/8.7.3) with ESMTP id MAA12797; Mon, 3 Mar 1997 12:26:41 -0500 (EST) Message-Id: <199703031726.MAA12797@science-guy.npt.nuwc.navy.mil> To: "Jordan K. Hubbard" Subject: Re: Strange Console Messages In-reply-to: Your message of "Mon, 03 Mar 1997 09:01:57 PST." <18762.857408517@time.cdrom.com> cc: freebsd-questions@freebsd.org Date: Mon, 03 Mar 1997 12:26:41 -0500 From: Tod Luginbuhl Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jordan, Thanks for the quick reply. >Is your connection to the outside world via a Telebit Netblazer >by any chance? No, I'm connected via a SMC8432BT PCI ethernet board to a 10baseT network. >It looks to me like the modem's own software is crashing and it's >alerting FreeBSD to this event, causing FreeBSD (well, one of its >daemons) to obligingly print that information to the console. I've >certainly never seen an error message like that within FreeBSD itself. However, I've been wondering if the messages are from the processor on my ethernet board. How would I go about tracking down the source of the message? Telling me to go read a particular book or article is a good answer as far as I'm concerned (or looking at source code). Thanks for the help. Tod -------------------------------------------------------------------------- Tod Luginbuhl email: t.e.luginbuhl@ieee.org Code 2121 Naval Undersea Warfare Center Telephone: (401) 841-7505 x38241 1176 Howell Street FAX: (401) 841-7453 Newport, Rhode Island USA "Don't argue with drunks and fanatics!" -- Sun Wolf (Barbara Hambly) -------------------------------------------------------------------------- From owner-freebsd-questions Mon Mar 3 09:32:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA15280 for questions-outgoing; Mon, 3 Mar 1997 09:32:37 -0800 (PST) Received: from horst.bfd.com (horst.bfd.com [204.160.242.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA15275 for ; Mon, 3 Mar 1997 09:32:35 -0800 (PST) Received: from harlie.bfd.com (bastion.bfd.com [204.160.242.14]) by horst.bfd.com (8.8.5/8.7.3) with SMTP id JAA00156; Mon, 3 Mar 1997 09:32:12 -0800 (PST) Date: Mon, 3 Mar 1997 09:32:12 -0800 (PST) From: "Eric J. Schwertfeger" To: Brandon Gillespie cc: freebsd-questions@FreeBSD.org Subject: Re: /etc/sysconfig for firewall? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, Brandon Gillespie wrote: > What options need to be on/off for a firewall? do I define a default > gateway? what is it? I know I turn on 'firewall'--do I set a routing > daemon? 1: recompile a kernel with "options IPFIREWALL" 2: edit /etc/sysconfig for the following lines firewall=YES gateway=YES 3: edit /etc/rc.firewall to comply with your security plan. 4: reboot, and test thoroughly. best done at the console, in case you missed something and can now no longer get into the machine (I did that once on a machine 2000 miles away). step 2 assumes static routing, which I prefer on firewalls. If you need to use dynamic routing, rather than setting gateway to yes, you'll set router to the type of router you plan on using. From owner-freebsd-questions Mon Mar 3 10:55:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA20910 for questions-outgoing; Mon, 3 Mar 1997 10:55:05 -0800 (PST) Received: from ns2.emirates.net.ae (ns2.emirates.net.ae [194.170.1.7]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA20899 for ; Mon, 3 Mar 1997 10:54:58 -0800 (PST) Received: from mail.emirates.net.ae ([194.170.165.90]) by ns2.emirates.net.ae (SMI-8.6/8.6) with SMTP id WAA15715 for ; Mon, 3 Mar 1997 22:54:22 +0400 Date: Mon, 3 Mar 1997 22:54:22 +0400 Message-Id: <1.5.4.16.19970303225257.1eb75ce2@emirates.net.ae> X-Sender: polyauto@emirates.net.ae (Unverified) X-Mailer: Windows Eudora Light Version 1.5.4 (16) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@FreeBSD.org From: "Poly Auto Spare Parts Co. LTD." Subject: Login Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Dear Sirs, After installing FreeBSD 2.1, I received the followings on screen: / was not properly dismount (I reboot the system because I don't know how to dismount the system) myname.my.domain : bad value myname.my.domain : bad value (twice) standard daemono : cronhttpd : cannot determine local host name. Use ServerName to set it manually. printer sendmailMy host name (myname.my.domain) does not seem to exit! : Connection refused. FreeBSD (myname.my.domain) (ttyv0) login : What default username we have to enter and what password we have to use. I reboot the system from the floppy and tried to run the program host password : nothing happened on screen, I coudn't run the program. Can you inform me how to correct the errors mentioned above, and how can I login? and suppose I don't know the password, how can I dismount the system? Do you have any book name where I can find all the features of FreeBSD? Thanks in advance for your help. Best regards, Chehade Awky. From owner-freebsd-questions Mon Mar 3 10:59:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA21178 for questions-outgoing; Mon, 3 Mar 1997 10:59:24 -0800 (PST) Received: from darius.concentric.net (darius.concentric.net [207.155.184.79]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA21153; Mon, 3 Mar 1997 10:59:16 -0800 (PST) Received: from cliff.cris.com (cliff.cris.com [199.3.12.45]) by darius.concentric.net (8.8.5/(97/03/03 3.23)) id NAA14956; Mon, 3 Mar 1997 13:59:15 -0500 (EST) [1-800-745-2747 The Concentric Network] Received: from crc3.concentric.net (61033d0007ny.concentric.net [206.173.18.67]) by cliff.cris.com (8.8.5) id NAA05250; Mon, 3 Mar 1997 13:59:12 -0500 (EST) Message-ID: <331B2045.5460@pop3.concentric.net> Date: Mon, 03 Mar 1997 14:02:29 -0500 From: Richard Linane Reply-To: Typh0on@concentric.net Organization: Richard Linane X-Mailer: Mozilla 3.0Gold (Win95; U) MIME-Version: 1.0 To: hackers@freebsd.org CC: questions@freebsd.org Subject: 2.2 Gamma Install Problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am attempting to install from a DOS Ver 7 2.5 GIG IDE primary master to a 1.2 GIG Primary slave IDE) I select my keyboard type, set the source type for the distribution. After entering the proper drive geometry I am able to partition the drive and label using the automatic selection. I select Boot Easy Because I intend to run the two Operating sys's on the same system). At this point it tells you there is no turning back. I proceed and about half way through the installation of "bin" there is an error and I quote... "Write failure on transfer wrote -1 of 1024 bytes". It doesn't seem to stop installing at he same time every time. ie. 20 %- 75%- etc.. I am able to access BSD through the fixit disk however. Any suggestions would be greatly appriciated Rich Linane Typh0on@concentric.net From owner-freebsd-questions Mon Mar 3 11:24:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA22481 for questions-outgoing; Mon, 3 Mar 1997 11:24:39 -0800 (PST) Received: from mail1.sirius.com (mail1.sirius.com [205.134.253.131]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id LAA22474 for ; Mon, 3 Mar 1997 11:24:33 -0800 (PST) Received: from ds9.sirius.com (ds9.sirius.com [205.134.226.34]) by mail1.sirius.com (8.6.12/960710) with ESMTP id LAA08386 for ; Mon, 3 Mar 1997 11:22:23 -0800 Received: from localhost (dlowe@localhost) by ds9.sirius.com (8.6.12/961127) with SMTP id LAA01663 for ; Mon, 3 Mar 1997 11:24:35 -0800 X-Authentication-Warning: ds9.sirius.com: dlowe owned process doing -bs Date: Mon, 3 Mar 1997 11:24:34 -0800 (PST) From: David Lowe X-Sender: dlowe@ds9 To: freebsd-questions@freebsd.org Subject: Bay Networks Netgear FA310tx - anyone? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello answer-people - I have a Bay Networks "Netgear" FA310tx Fast ethernet PCI adapter. It is enabled on boot from the GENERIC 2.2-BETA_A kernel as "de0", but causes the error: /kernel: de0: transmission timeout whenever it is used. The question is, is there any plan for support of this card? Is there some magic kernel config option to make it work? Thanks, David Lowe From owner-freebsd-questions Mon Mar 3 11:28:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA22631 for questions-outgoing; Mon, 3 Mar 1997 11:28:24 -0800 (PST) Received: from cedb.dpcsys.com (cedb.DPCSYS.com [209.25.4.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA22620 for ; Mon, 3 Mar 1997 11:28:19 -0800 (PST) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id TAA21822; Mon, 3 Mar 1997 19:09:13 GMT Date: Mon, 3 Mar 1997 11:08:18 -0800 (PST) From: Dan Busarow To: George Hegyes cc: freebsd-questions@FreeBSD.ORG Subject: Re: Need some help with ethernet card configuration In-Reply-To: <331A3E98.3F26@internetuniverse.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 2 Mar 1997, George Hegyes wrote: > The ethernet card is an LINKSYS Ether 16 Lan Card (Plug & Play) this > card is NE2000 COMPATIBLE. > > The card is set at 0x300 on irq 10, the system is linked to an windows > 95 machine with Thin Coax Cable with terminators. Boot with -c and configure ed1 for irq 10, or configure ed0 for port 300 and irq 10. You can type in "visual" at the > prompt for the nifty full screen config tool. Dan -- Dan Busarow 714 443 4172 DPC Systems / Beach.Net dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 From owner-freebsd-questions Mon Mar 3 12:10:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA24552 for questions-outgoing; Mon, 3 Mar 1997 12:10:26 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA24547 for ; Mon, 3 Mar 1997 12:10:19 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id MAA20502; Mon, 3 Mar 1997 12:10:05 -0800 (PST) Date: Mon, 3 Mar 1997 12:10:05 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: PitLord cc: questions@freebsd.org Subject: Re: Compiling perl In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 1 Mar 1997, PitLord wrote: > Has anyone successfully compiled perl 5.003 using FreeBSD 3.0-970124-SNAP? > I keep receiving errors about the DIR structure. Have you tried the perl5 port? If this is in the port you should contact the port's maintainer, listed in the Makefile. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 12:17:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA24905 for questions-outgoing; Mon, 3 Mar 1997 12:17:23 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA24893 for ; Mon, 3 Mar 1997 12:17:20 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id MAA20527; Mon, 3 Mar 1997 12:17:12 -0800 (PST) Date: Mon, 3 Mar 1997 12:17:12 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Jade NAAMAN cc: questions@freebsd.org Subject: Re: your mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, Jade NAAMAN wrote: > I heard FIPS splits DOS partitions into two. Is there a utility that joins > two DOS partitions into one? (Having Win95 long file names) Partition Magic MIGHT. This is a lot harder than it sounds. > And will FreeBSD2.2.0-RELEASE support Win95 LFN? No. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 12:22:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA25119 for questions-outgoing; Mon, 3 Mar 1997 12:22:39 -0800 (PST) Received: from iworks.InterWorks.org (deischen@iworks.interworks.org [128.255.18.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA25108 for ; Mon, 3 Mar 1997 12:22:23 -0800 (PST) Received: (from deischen@localhost) by iworks.InterWorks.org (8.7.5/) id OAA28931; Mon, 3 Mar 1997 14:21:26 -0600 (CST) Message-Id: <199703032021.OAA28931@iworks.InterWorks.org> Date: Mon, 3 Mar 1997 14:21:26 -0600 (CST) From: "Daniel M. Eischen" To: dlowe@sirius.com, questions@freebsd.org Subject: Re: Bay Networks Netgear FA310tx - anyone? Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I have a Bay Networks "Netgear" FA310tx Fast ethernet PCI adapter. It is > enabled on boot from the GENERIC 2.2-BETA_A kernel as "de0", but causes > the error: > > /kernel: de0: transmission timeout > > whenever it is used. > > The question is, is there any plan for support of this card? Is there > some magic kernel config option to make it work? What's the chipset shown during the device probe? If it's the 21140A, Matt Thomas is rewriting the de driver to better handle these chips. I think he hangs out in -hackers or -current. Search the hackers/current mailing list archives for more info. I'm having the same problem :-( Dan Eischen deischen@iworks.InterWorks.org From owner-freebsd-questions Mon Mar 3 12:24:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA25256 for questions-outgoing; Mon, 3 Mar 1997 12:24:43 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA25251 for ; Mon, 3 Mar 1997 12:24:41 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id MAA20538; Mon, 3 Mar 1997 12:24:30 -0800 (PST) Date: Mon, 3 Mar 1997 12:24:29 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Henrik Johansson cc: questions@freebsd.org Subject: Re: 2.2 release date In-Reply-To: <1.5.4.16.19970301143635.1c27cbb8@student.udd.htu.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 1 Mar 1997, Henrik Johansson wrote: > Have you decided on a release date for 2.2 yet? The current rumor is March 10, but don't depend on it. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 12:25:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA25316 for questions-outgoing; Mon, 3 Mar 1997 12:25:16 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA25291; Mon, 3 Mar 1997 12:25:02 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id MAA20534; Mon, 3 Mar 1997 12:24:02 -0800 (PST) Date: Mon, 3 Mar 1997 12:24:02 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Richard Linane cc: hackers@freebsd.org, questions@freebsd.org Subject: Re: 2.2 Gamma Install Problem In-Reply-To: <331B2045.5460@pop3.concentric.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, Richard Linane wrote: > I am attempting to install from a DOS Ver 7 > 2.5 GIG IDE primary master to a 1.2 GIG Primary slave IDE) > I select my keyboard type, set the source type for the distribution. > After entering the proper drive geometry I am able to partition the > drive and label using the automatic selection. > I select Boot Easy Because I intend to run the two Operating sys's on > the same system). > At this point it tells you there is no turning back. > I proceed and about half way through the installation of "bin" there is > an error and I quote... > "Write failure on transfer wrote -1 of 1024 bytes". At this point, press ALT-F2 and tell us what you see. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 12:26:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA25397 for questions-outgoing; Mon, 3 Mar 1997 12:26:28 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA25392 for ; Mon, 3 Mar 1997 12:26:27 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id MAA20545; Mon, 3 Mar 1997 12:25:39 -0800 (PST) Date: Mon, 3 Mar 1997 12:25:39 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Shaun Courtney cc: questions@freebsd.org Subject: Re: 2.2-BETA to 2.2-970225-GAMMA In-Reply-To: <19970303100144.65506@emma.eng.uct.ac.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, Shaun Courtney wrote: > I'm trying to upgrade 2.2-B to 2.2-G by doing a "make world" with the 2.2-G > sources. I have hit an error. Is this is know bug or is there something > I'm missing. You can follow the normal upgrade procedure and it'll work fine. I updated my ALPHA box to GAMMA and aren't having any problems. FreeBSD Upgrade Checklist for 2.2: 1) Boot the new floppy. Select the 'update' option. Follow the prompts. Make sure you MOUNT your filesystems and not NEWFS them. Select the same distributions you did originally (including the kernel source, src/ssys!) and any you wish to add. 2) Hit 'commit' to start the upgrade. 3) When you're dumped to a shell prompt: . Your /etc directory is preserved as it was for 2.1.x. You will want to look in /etc/upgrade, which contains new & updated files for this release. . Using your old sysconfig as a guide, create a new sysconfig using the one in /etc/upgrade as a template. . You may want to copy over the rc* files from upgrade/, so new features in sysconfig are used. . Migrate other files as necessary. 5) Reboot, recompile & reinstall your kernel, reboot again, and enjoy. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 12:35:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA25922 for questions-outgoing; Mon, 3 Mar 1997 12:35:54 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA25911 for ; Mon, 3 Mar 1997 12:35:44 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id MAA20614; Mon, 3 Mar 1997 12:35:27 -0800 (PST) Date: Mon, 3 Mar 1997 12:35:26 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Chip Marshall cc: FreeBSD Quesions Subject: Re: A quota question In-Reply-To: <19970302155542.NJ45113@verdi.jlc.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 2 Mar 1997, Chip Marshall wrote: > I work for an ISP and am trying to impose quotas on our customer's web page > directories. All of these users are in the same group, but when the group file > has all of the users in the group line, quota will not recognize the group. > If I remove some of the users, making the line in the group file shorter, quota > will see the group. My question is, does quota need the users to be in the > group file to impose the quota, or is thier being in the group (as stated in > the passwd file) good enough? If not, how can I get quota to see the group > with all the usernames in the group file? This appears to be a bug in the group file reading code. There is a long standing bug that group lines over 1024 characters will cause odd problems. REport this to hackers@freebsd.org or use send-pr and file a bug report. In the meantime, split your group into two and it should work OK. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 12:39:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA26137 for questions-outgoing; Mon, 3 Mar 1997 12:39:09 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA26131 for ; Mon, 3 Mar 1997 12:39:07 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id MAA20618; Mon, 3 Mar 1997 12:39:00 -0800 (PST) Date: Mon, 3 Mar 1997 12:38:59 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: John Lind cc: questions@freebsd.org Subject: Re: Anyone have luck with Apache 1.2b7 with FreeBSD 2.1.6/2.1.7? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, John Lind wrote: > I am running a FreeBSD 2.1.6 on a number of systems that I applied > patches for the security holes. When I compile apache 1.2b7 for it, > I get this tremendously strange behavior where it says > httpd: cannot determine the IP address of the specified ServerName (workbench2.skypoint.net). > when it runs. > > I tried this with an "out-of-the-box" config and and compile, and adapting > the FreeBSD-current port, with the same results. > > When I cut down the code to just the tiny fragment around the gethostbyname, > the call works (of course). Consider submitting this to the apache port's maintainer or ports@freebsd.org. It most likely is a problem with the port. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 13:31:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA28882 for questions-outgoing; Mon, 3 Mar 1997 13:31:35 -0800 (PST) Received: from darius.concentric.net (darius.concentric.net [207.155.184.79]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA28858; Mon, 3 Mar 1997 13:31:26 -0800 (PST) Received: from cliff.cris.com (cliff.cris.com [199.3.12.45]) by darius.concentric.net (8.8.5/(97/03/03 3.23)) id QAA21071; Mon, 3 Mar 1997 16:31:20 -0500 (EST) [1-800-745-2747 The Concentric Network] Received: from crc3.concentric.net (61035d0001ny.concentric.net [206.173.18.109]) by cliff.cris.com (8.8.5) id QAA13352; Mon, 3 Mar 1997 16:31:17 -0500 (EST) Message-ID: <331B43BB.30AB@pop3.concentric.net> Date: Mon, 03 Mar 1997 16:33:47 -0500 From: Richard Linane Reply-To: Typh0on@concentric.net Organization: Richard Linane X-Mailer: Mozilla 3.0Gold (Win95; U) MIME-Version: 1.0 To: Doug White CC: Richard Linane , hackers@freebsd.org, questions@freebsd.org Subject: Re: 2.2 Gamma Install Problem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Doug White wrote: > > On Mon, 3 Mar 1997, Richard Linane wrote: > > > I am attempting to install from a DOS Ver 7 > > 2.5 GIG IDE primary master to a 1.2 GIG Primary slave IDE) > > I select my keyboard type, set the source type for the distribution. > > After entering the proper drive geometry I am able to partition the > > drive and label using the automatic selection. > > I select Boot Easy Because I intend to run the two Operating sys's on > > the same system). > > At this point it tells you there is no turning back. > > I proceed and about half way through the installation of "bin" there is > > an error and I quote... > > "Write failure on transfer wrote -1 of 1024 bytes". > > At this point, press ALT-F2 and tell us what you see. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major When I press ALT-F2 this is displayed: gunzip: stdin: invalid comp data--format violated /stand/cpio/: premature end of file Debug: switching back to VTY1 Any Clues ? From owner-freebsd-questions Mon Mar 3 13:43:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA29807 for questions-outgoing; Mon, 3 Mar 1997 13:43:27 -0800 (PST) Received: from optel.net (dns.optel.net [206.48.96.237]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA29801 for ; Mon, 3 Mar 1997 13:43:23 -0800 (PST) Received: from apatron.optel.net by optel.net (SMI-8.6/SMI-SVR4) id PAA13410; Mon, 3 Mar 1997 15:41:47 -0600 Message-Id: <199703032141.PAA13410@optel.net> From: "Ing. Alfredo Patron Schacht" To: "FreeBSD support" Subject: installing Date: Mon, 3 Mar 1997 15:42:03 -0600 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1160 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hey guys, IŽm having trouble installing Free BSD 2.1 over a SCSI hard drive and CDROM any suggestions?? ------------------------------------------------------------------ Ing. Alfredo Patron Schacht Optel Telecomunicaciones e-mail: apatron@optel.net web: http://www.optel.net tel: 525-201-4083 fax: 525-201-4030 ----------------------------------------------------------------- From owner-freebsd-questions Mon Mar 3 13:45:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA00131 for questions-outgoing; Mon, 3 Mar 1997 13:45:33 -0800 (PST) Received: from tibet.stepnet.com (tibet.stepnet.com [206.14.120.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA00121 for ; Mon, 3 Mar 1997 13:45:30 -0800 (PST) Received: (from ping@localhost) by tibet.stepnet.com (8.7.6/8.7.3) id NAA09018 for questions@freebsd.org; Mon, 3 Mar 1997 13:45:29 -0800 (PST) From: Ping Mai Message-Id: <199703032145.NAA09018@tibet.stepnet.com> Subject: multi-session cdr support in fbsd? To: questions@freebsd.org Date: Mon, 3 Mar 1997 13:45:28 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk is multi-session cd supported in freebsd? how can i read/write multi-session cd? how can i read/write audio cd in freebsd? thx in advance, ping From owner-freebsd-questions Mon Mar 3 14:20:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA02167 for questions-outgoing; Mon, 3 Mar 1997 14:20:38 -0800 (PST) Received: from sol.harbor.ab.ca (sol.harbor.ab.ca [198.161.82.129]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA02018; Mon, 3 Mar 1997 14:19:37 -0800 (PST) Received: from olympus (olympus.harbor.ab.ca [198.161.82.144]) by sol.harbor.ab.ca (8.6.10/8.6.9) with SMTP id WAA03967; Mon, 3 Mar 1997 22:17:00 GMT Date: Mon, 3 Mar 1997 15:16:59 -0700 (MST) From: Stephen Mathezer X-Sender: mathezer@olympus To: questions@freebsd.org, current@freebsd.org Subject: Solution to Help w/ ppp to NT 4 server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk My apologies if I'm out to lunch on this. I inquired yesterday about connecting as a client to an NT 4 server with ppp. I couldn't get either pppd or iijppp to successfully authenticate. I believe that this is due to the Microsoft Chap extensions on the NT server which encrypts the username/password. Anyways, I have turned off those extensions on the server and expect everything to work fine but in the course of exploring this I discovered some patches to pppd to support the MS extensions. These are at ftp://sunsite.unc.edu/pub/Linux/system/network/serial/ppp/ppp-2.2.0f.tar.gz. There is a README.mschap80 in this distribution and it includes patches to make pppd use the MS extensions. I took a quick glance in -current and didn't see any indication that these patches have been applied. I don't expect to need them and don't have the experience to pursue this any further but I thought I'd send this in case anybody else has a need for this information. -Steve On Sun, 2 Mar 1997, Stephen Mathezer wrote: > > We just moved our dialin server to an NT 4 server and of course I am > struggling to successfully connect using either iijppp or pppd. > > I searched the Email archives and discovered lots of questions but few > answers. > > Can somebody tell me first whether it is possible to connect to an NT 4 > server using either pppd or iijppp. Secondly of course, how exactly is > this done. > > The NT server is of course trying to use chap and does not provide a > login: prompt. > > I do have access to the NT server if there is something I can change at > that end to make things work better. > > Thanks for any help. > > -Steve > > > This is what I get running pppd -d: > > Mar 2 14:53:17 cygnus pppd[292]: pppd 2.2.0 started by root, uid 0 > Mar 2 14:53:17 cygnus pppd[292]: Connect: ppp0 <--> /dev/cuaa1 > Mar 2 14:53:18 cygnus pppd[292]: Modem hangup > Mar 2 14:53:17 cygnus pppd[292]: pppd 2.2.0 started by root, uid 0 > Mar 2 14:53:17 cygnus pppd[292]: Using interface ppp0 > Mar 2 14:53:17 cygnus pppd[292]: Connect: ppp0 <--> /dev/cuaa1 > Mar 2 14:53:17 cygnus pppd[292]: sent [LCP ConfReq id=0x1 > ] > Mar 2 14:53:18 cygnus pppd[292]: rcvd [LCP ConfReq id=0x0 > ] > Mar 2 14:53:18 cygnus pppd[292]: sent [LCP ConfRej id=0x0 ] > Mar 2 14:53:18 cygnus pppd[292]: rcvd [LCP ConfAck id=0x1 > ] > Mar 2 14:53:18 cygnus pppd[292]: rcvd [LCP TermReq id=0x1 00 00 02 dc] > Mar 2 14:53:18 cygnus pppd[292]: sent [LCP TermAck id=0x1] > Mar 2 14:53:18 cygnus pppd[292]: Hangup (SIGHUP) > Mar 2 14:53:18 cygnus pppd[292]: Modem hangup > Mar 2 14:53:18 cygnus pppd[292]: Exit. > > > From owner-freebsd-questions Mon Mar 3 14:38:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA03171 for questions-outgoing; Mon, 3 Mar 1997 14:38:30 -0800 (PST) Received: from uniqsite.com (uniqsite.com [206.14.149.33]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA03164 for ; Mon, 3 Mar 1997 14:38:26 -0800 (PST) Received: from localhost (nickliu@localhost) by uniqsite.com (8.8.3/8.8.3) with SMTP id OAA02942 for ; Mon, 3 Mar 1997 14:37:15 GMT Date: Mon, 3 Mar 1997 14:37:15 +0000 () From: Nick Liu Reply-To: Nick Liu To: questions@freebsd.org Subject: subscribe Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk subscribe freebsd-questions From owner-freebsd-questions Mon Mar 3 14:44:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA03555 for questions-outgoing; Mon, 3 Mar 1997 14:44:17 -0800 (PST) Received: from croute.com (ishm2.croute.com [199.97.106.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA03547; Mon, 3 Mar 1997 14:44:11 -0800 (PST) Received: from bldg1.croute.com by croute.com (4.1/SMI-4.1) id AA16638; Mon, 3 Mar 97 16:44:06 CST Received: from COMPUROUTE/SpoolDir by bldg1.croute.com (Mercury 1.21); 3 Mar 97 16:44:07 -0600 (CST) Received: from SpoolDir by COMPUROUTE (Mercury 1.30); 3 Mar 97 16:43:49 -0600 (CST) From: "Larry Dolinar" Organization: CompuRoute, Inc. To: owner-questions@freebsd.org Date: Mon, 3 Mar 1997 16:43:46 -0600 CDT Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Subject: Re: Is this a failing HD? Cc: Nat Low , David Kelly , questions@freebsd.org Priority: normal X-Mailer: Pegasus Mail v3.40 Message-Id: <73A225F7C28@bldg1.croute.com> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk and the clouds parted, and on 2 Mar 97, Andrew Perry said: I've long seen WD Caviar drives lose their minds under the influence of MS products after 6-12 months. Long ago I took a couple of 220MB IDEs and they made a fine mini-FreeBSD system (all the way back to 1.1.5 or something like that). I avoid WD like the plague now. Prefer SCSI, when budget permits. >> Funny. I had the exact opposite problem. I have a Western Digital 1.6 >> EIDE drive. When I didn't know any better and I was still running >> Micro$oft Lose95 the drive would start spinning and thrashing for no >> apparent reason. After I disinfected my HD of the nasty virus [Lose95] >> and dedicated the system to FBSD the problem went away. >> >> Burton Sampley >> >I believe the answer to this is that M$ Windows is not a virus - Viruses >to something. :-) > >Andrew Perry >andrew@shoal.net.au > > From owner-freebsd-questions Mon Mar 3 14:53:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA04005 for questions-outgoing; Mon, 3 Mar 1997 14:53:23 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA03985; Mon, 3 Mar 1997 14:53:17 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id XAA01605; Mon, 3 Mar 1997 23:52:54 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id XAA07282; Mon, 3 Mar 1997 23:45:53 +0100 (MET) Message-ID: Date: Mon, 3 Mar 1997 23:45:53 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: Typh0on@concentric.net Cc: dwhite@resnet.uoregon.edu (Doug White), hackers@freebsd.org, questions@freebsd.org Subject: Re: 2.2 Gamma Install Problem References: <331B43BB.30AB@pop3.concentric.net> X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <331B43BB.30AB@pop3.concentric.net>; from Richard Linane on Mar 3, 1997 16:33:47 -0500 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Richard Linane wrote: > When I press ALT-F2 this is displayed: > > gunzip: stdin: invalid comp data--format violated > /stand/cpio/: premature end of file > Debug: switching back to VTY1 Anything before this? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-questions Mon Mar 3 15:01:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA04403 for questions-outgoing; Mon, 3 Mar 1997 15:01:33 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA04398 for ; Mon, 3 Mar 1997 15:01:26 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id OAA20765; Mon, 3 Mar 1997 14:59:24 -0800 (PST) Date: Mon, 3 Mar 1997 14:59:24 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Joe Marcus cc: freebsd-questions@freebsd.org Subject: Re: Ethernet and CAP In-Reply-To: <33194CEC.7F47@ocala.cs.miami.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 2 Mar 1997, Joe Marcus wrote: > I have been trying to get the cap package running on two FreeBSD > 3.0-970209-SNAP machines for the longest time. One has a DEC-205 > EtherWORKS III card and the other a 3Com ep0. Both of them will not run > CAP installed as either a package or a port. Both fail with an > SIOCADDMULTI error...the same error. Odd, the de0 should work. I can understand the 3com, it doesn't support multicast, but the de does. > I was willing to believe that this > was a problem with the le0 driver until I encountered it with 3Com. I > have 16 bpfilters compiled into my kernel, all configured(0-15) in /dev, > and CAP will not work. I think I've tried everything. I wrote Max, who > maintains the port, and he seemed to think it was the card...now I'm not > so sure. I've also tried to compile netatalk-1.4b2 with no luck. I can > hack it to get it to compile, but it seems to have multicast problems, > too. I've compiled in NETATALK and MROUTING in my kernel with no > effect. So my question has two parts really: Netatalk doesn't apply for cap, and you don't need MROUTING for multicast to work depending on your network. > 1. Is there anything special I need to do to get CAP or netatalk running > with 3.0-970209-SNAP? Not that I know of, but I just set it up with 2.2-GAMMA. > 2. What is the BEST ethernet card to use with FreeBSD? THis is a bit of a religious question, but I'll answer it according to my experience. The one you've got is pretty good; I'm having good luck with a Dayna PCI card. The NE2000 compatible adapters work well too, I had one in my Pentium for about a year. CAP runs off our 486/25 server with a NE2000 with no problem as well. Since this is current, you might consider asking current@freebsd.org. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 15:02:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA04541 for questions-outgoing; Mon, 3 Mar 1997 15:02:56 -0800 (PST) Received: from mail.shlink.de (root@mail.shlink.de [194.64.6.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id PAA04531 for ; Mon, 3 Mar 1997 15:02:48 -0800 (PST) Received: by mail.shlink.de (Smail3.1.29.1 #3) id m0w1gnP-000XtGC; Tue, 4 Mar 97 00:05 MET Received: (from hw@localhost) by thor.shn.com (8.6.12/8.6.6) id XAA13367 for questions@freebsd.org; Mon, 3 Mar 1997 23:47:32 +0100 Date: Mon, 3 Mar 1997 23:47:32 +0100 Message-Id: <199703032247.XAA13367@thor.shn.com> From: hw@thor.shn.com (Henning Wickhorst) Subject: Re: Starting postgres at bootup To: questions@freebsd.org Organization: Private site Reply-To: h.wickhorst@elmshorn.netsurf.de Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Henning Wickhorst (hw@thor.shn.com) wrote: : Hi, : : I' m running postgresql V6.0 on a FreeBSD Box (V2.1.0-R). : But i found no way to start the postmaster while booting. : : The postmaster daemon has to run under uid 'postgres'. : : I put this line into the 'rc.local' file : : /bin/echo "/u/pgsql/bin/postmaster -D/u/pgsql/data > \ : /u/pgsql/server.log 2>&1 &" | /usr/bin/su - postgres : But the postmaster dies with signal 11 at bootup. I found the solution: /bin/echo "/u/pgsql/bin/postmaster -D/u/pgsql/data > \ /u/pgsql/server.log 2>&1 &" | /usr/bin/su - postgres ^ | This dash was causing the problem. I took it away and eyerything works fine. Does anybody know what this dash is exactly doing ? Regards, Henning -- ------------------------------------------------------------------ Henning Wickhorst Elmshorn, Germany E-Mail: h.wickhorst@elmshorn.netsurf.de ------------------------------------------------------------------ From owner-freebsd-questions Mon Mar 3 15:37:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA06352 for questions-outgoing; Mon, 3 Mar 1997 15:37:19 -0800 (PST) Received: from widow.spyder.net (widow.spyder.net [207.87.203.22]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA06346 for ; Mon, 3 Mar 1997 15:37:14 -0800 (PST) Received: from tarantula (tarantula.spyder.net [207.87.203.20]) by widow.spyder.net (8.7.5/8.7.3) with SMTP id SAA12064 for ; Mon, 3 Mar 1997 18:38:57 -0500 (EST) Message-ID: <331B60CB.3FEC@spyder.net> Date: Mon, 03 Mar 1997 18:37:47 -0500 From: Chuck Rouzer Organization: SpyderByte Communications, Inc. X-Mailer: Mozilla 3.01 (X11; I; SunOS 5.5 sun4c) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: secondary master IDE HD & System Commander v3.01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, Please email me if you know a solution. System Commander v3.01 does not recognize or allow me to boot to /dev/wd2 which is my Secondary Master HD that I have installed FreeBSD on. I have tried writing the MBR and setting the partition active during the install, but nothing works. i can't even boot to the HD from the Boot: prompt from the install floppy. I tried: wd2/kernel wd2a/kernel wd(2,a)/kernel, etc, etc... But I am able to see the partition during the install/post install. I have not been able to find any info concerning if it is ok to install on this HD. Any help is appreciated. -- /* Chuck Rouzer - rouzer@spyder.net - http://www.spyder.net /* From owner-freebsd-questions Mon Mar 3 15:55:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA07315 for questions-outgoing; Mon, 3 Mar 1997 15:55:48 -0800 (PST) Received: from usr11.primenet.com (root@usr11.primenet.com [206.165.5.111]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA07310 for ; Mon, 3 Mar 1997 15:55:46 -0800 (PST) From: pirahna@primenet.com Received: from primenet.com (root@mailhost01.primenet.com [206.165.5.52]) by usr11.primenet.com (8.8.5/8.8.5) with ESMTP id QAA22765 for ; Mon, 3 Mar 1997 16:55:45 -0700 (MST) Received: from marktrum (dialup-248-tol.glasscity.net [208.13.2.248]) by primenet.com (8.8.5/8.8.5) with SMTP id QAA06241 for ; Mon, 3 Mar 1997 16:55:39 -0700 (MST) Message-ID: <331B6598.39B8@primenet.com> Date: Mon, 03 Mar 1997 18:58:17 -0500 X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Floppy drive Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Ok This is my first UNIX system and although this seems like a incredibly stupid question. I can not figure out how to get to the floppy drive so I can copy things to and from it. Please help me if you are able to Sincerely, Mark From owner-freebsd-questions Mon Mar 3 16:06:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA07972 for questions-outgoing; Mon, 3 Mar 1997 16:06:02 -0800 (PST) Received: from mtunx2.mtech.edu (mtunx2.mtech.edu [192.160.47.12]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id QAA07956 for ; Mon, 3 Mar 1997 16:05:52 -0800 (PST) Received: by mtunx2.mtech.edu (5.65/DEC-Ultrix/4.3) id AA05371; Mon, 3 Mar 1997 17:07:18 -0700 Received: by MTMGW1 with NT SMTP Gateway ver 31 id <331B6323@MTMGW1>; Mon, 03 Mar 97 16:47:47 M From: Keller Ben To: "'freebsd'" Subject: install gives write error Date: Mon, 03 Mar 97 16:53:00 M Message-Id: <331B6323@MTMGW1> Encoding: 17 TEXT X-Mailer: Microsoft Mail V3.0 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I'm attempting to install 2.1.6 from a DOS partition. After going through the installation dialog and the installation starts, I get errors that the bin cannot be copied (after a " -1 of 1024 bytes" written message.) Occasionally, I'll get a message box that explains that bin may not be on the installation media. However, sometimes it looks like some of src is being found and copied. My machine has a 2.5G IDE drive, and has a 500MB DOS partition. Any suggestions? Thanks Ben bkeller@po1.mtech.edu From owner-freebsd-questions Mon Mar 3 16:10:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA08190 for questions-outgoing; Mon, 3 Mar 1997 16:10:16 -0800 (PST) Received: from pompano.pcola.gulf.net (root@pompano.pcola.gulf.net [198.69.72.14]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA08181 for ; Mon, 3 Mar 1997 16:10:12 -0800 (PST) Received: from pompano.pcola.gulf.net (spatula@localhost.gulf.net [127.0.0.1]) by pompano.pcola.gulf.net (8.8.5/8.7.3) with SMTP id SAA21108 for ; Mon, 3 Mar 1997 18:09:59 -0600 (CST) Date: Mon, 3 Mar 1997 18:09:59 -0600 (CST) From: Prisoner X-Sender: spatula@pompano.pcola.gulf.net To: questions@freebsd.org Subject: NTWO Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is there support for SDL's NTWO cards available or will there be support available in the future? Nick -- This is not sport, this is MURDER! - some stupid animal rights woman in Sarasota screaming outside a pidgeon shoot Nick Johnson, with volterator. http://www.gulf.net/~spatula/ From owner-freebsd-questions Mon Mar 3 16:36:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA10919 for questions-outgoing; Mon, 3 Mar 1997 16:36:23 -0800 (PST) Received: from netcom15.netcom.com (stanb@netcom15.netcom.com [192.100.81.128]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id QAA10909 for ; Mon, 3 Mar 1997 16:36:18 -0800 (PST) Received: (from stanb@localhost) by netcom15.netcom.com (8.6.13/Netcom) id TAA07991; Mon, 3 Mar 1997 19:36:18 -0500 From: stanb@netcom.com (Stan Brown) Message-Id: <199703040036.TAA07991@netcom15.netcom.com> Subject: Advice on installing over bad ppp link To: freebsd-questions@freebsd.com (Free BSD Questions list) Date: Mon, 3 Mar 1997 19:36:17 -0500 (EST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I am trying to install 2.2 GAMA on my new laptop using ftp via an unreliable ppp link. Unreliable that is in keeping a connection for the *several* hours required to do a full install. Is there anyway to get the install to restart where it left off? Any other advice on this? -- Stan Brown stanb@netcom.com 404-996-6955 Factory Automation Systems Atlanta Ga. -- Look, look, see Windows 95. Buy, lemmings, buy! Pay no attention to that cliff ahead... Henry Spencer (c) 1997 Stan Brown. Redistribution via the Microsoft Network is prohibited. From owner-freebsd-questions Mon Mar 3 16:47:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA11946 for questions-outgoing; Mon, 3 Mar 1997 16:47:11 -0800 (PST) Received: from helmholtz.salk.edu (helmholtz.salk.edu [198.202.70.34]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA11940 for ; Mon, 3 Mar 1997 16:47:06 -0800 (PST) Received: from pauling.salk.edu (pauling [198.202.70.108]) by helmholtz.salk.edu (8.7.5/8.7.3) with SMTP id QAA25301 for ; Mon, 3 Mar 1997 16:47:01 -0800 (PST) Date: Mon, 3 Mar 1997 16:47:00 -0800 (PST) From: Tom Bartol Reply-To: Tom Bartol To: questions@freebsd.org Subject: Density codes for Exabyte 8505XL Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Does anyone know what density code I should use in the mt command to get max density on an Exabyte 8505XL 8mm tape drive? I'm using freebsd-current as of 2/9/97. An "mt status" gives the following: Present Mode: Density = 0x00 Blocksize variable ---------available modes--------- Mode 0: Density = 0x00 Blocksize variable Mode 1: Density = X3.136-1986 Blocksize = 512 bytes Mode 2: Density = X3.39-1986 Blocksize variable Mode 3: Density = X3.54-1986 Blocksize variable But the modes listed here don't really correspond what I'd expect to see for a helical scanning tape drive. I have been able to use density mode X3.202-1991 (hex code 0x14) but I don't whether is the the max density code for my drive and I don't know what other codes might be available. Codes 0x13 and 0x15 (which are listed at helical scan density codes in the mt manpage) don't work on my drive. Thanks, Tom From owner-freebsd-questions Mon Mar 3 16:48:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA12112 for questions-outgoing; Mon, 3 Mar 1997 16:48:21 -0800 (PST) Received: from smtp1.sympatico.ca (smtp1.sympatico.ca [204.101.251.52]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id QAA12096 for ; Mon, 3 Mar 1997 16:48:18 -0800 (PST) Received: from LOCALNAME (ppp1004.on.sympatico.ca [206.172.224.44]) by smtp1.sympatico.ca (SMI-8.6/8.6.12) with SMTP id TAA29666 for ; Mon, 3 Mar 1997 19:47:45 -0500 Message-ID: <331B2B47.70FA@sympatico.ca> Date: Mon, 03 Mar 1997 19:49:27 +0000 From: Jim Chapman Reply-To: jim.chapman@sympatico.ca X-Mailer: Mozilla 3.01 (Win16; I) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Database Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I am planning to convert some Dos applications to FreeBSD. They use a database and are written in C. I would appreciate any suggestions as to a suitable database. It should run on FreeBSD, interface with C and be free. Thanks Jim Chapman From owner-freebsd-questions Mon Mar 3 17:04:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA13426 for questions-outgoing; Mon, 3 Mar 1997 17:04:33 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA13419 for ; Mon, 3 Mar 1997 17:04:30 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id RAA20164; Mon, 3 Mar 1997 17:04:22 -0800 (PST) To: Tod Luginbuhl cc: freebsd-questions@freebsd.org Subject: Re: Strange Console Messages In-reply-to: Your message of "Mon, 03 Mar 1997 12:26:41 EST." <199703031726.MAA12797@science-guy.npt.nuwc.navy.mil> Date: Mon, 03 Mar 1997 17:04:22 -0800 Message-ID: <20160.857437462@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > However, I've been wondering if the messages are from the processor on > my ethernet board. How would I go about tracking down the source of > the message? Telling me to go read a particular book or article is a > good answer as far as I'm concerned (or looking at source code). Hmmm. Good question. :) I would probably try to pinpoint it by process of elimination, though I'm not sure that option is open to you... Jordan From owner-freebsd-questions Mon Mar 3 17:09:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA13679 for questions-outgoing; Mon, 3 Mar 1997 17:09:43 -0800 (PST) Received: from optel.net (dns.optel.net [206.48.96.237]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id RAA13674 for ; Mon, 3 Mar 1997 17:09:37 -0800 (PST) Received: from dns.optel.net.optel.net by optel.net (SMI-8.6/SMI-SVR4) id TAA14165; Mon, 3 Mar 1997 19:07:16 -0600 Message-Id: <199703040107.TAA14165@optel.net> From: "Roberto Abarca" To: Subject: problems with scsi controller Date: Mon, 3 Mar 1997 19:05:43 -0600 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 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dear Sirs: Im working with a Compaq ProSignia 300 server, this machine has installed a Fast-SCSI-2/P controller for cdrom and hard drive. Im unable to install FreeBSD 2.1 from the cdrom, it looks like there is no hard drive present. Thanks in advance. Roberto Abarca _____________________________________________ Optel Telecomunicaciones Sierra Santa Rosa #61 Col. Lomas de Chapultepec Mexico, D.F. 11650 Phone: (525) 201.40.80 Fax:: (525) 201.40.30 http:\\www.optel.net From owner-freebsd-questions Mon Mar 3 17:35:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA15020 for questions-outgoing; Mon, 3 Mar 1997 17:35:34 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA15015 for ; Mon, 3 Mar 1997 17:35:28 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id RAA20978; Mon, 3 Mar 1997 17:34:30 -0800 (PST) Date: Mon, 3 Mar 1997 17:34:30 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Stan Brown cc: Free BSD Questions list Subject: Re: Advice on installing over bad ppp link In-Reply-To: <199703040036.TAA07991@netcom15.netcom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, Stan Brown wrote: > I am trying to install 2.2 GAMA on my new laptop using ftp via an > unreliable ppp link. Unreliable that is in keeping a connection for the > *several* hours required to do a full install. > > Is there anyway to get the install to restart where it left off? Any > other advice on this? No, you've got to go the whole way... Try re-fetching the boot floppy from ftp.freebsd.org. We've put a new version up that should help the unstable ppp problems. Did you try installing files from a DOS partition, if any? Or is this machine totally dedicated to FreeBSD? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 17:40:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA15269 for questions-outgoing; Mon, 3 Mar 1997 17:40:35 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA15262 for ; Mon, 3 Mar 1997 17:40:30 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id RAA20985; Mon, 3 Mar 1997 17:39:32 -0800 (PST) Date: Mon, 3 Mar 1997 17:39:32 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Tom Bartol cc: questions@FreeBSD.ORG Subject: Re: Density codes for Exabyte 8505XL In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, Tom Bartol wrote: > But the modes listed here don't really correspond what I'd expect to see > for a helical scanning tape drive. I have been able to use density > mode X3.202-1991 (hex code 0x14) but I don't whether is the the max > density code for my drive and I don't know what other codes might be > available. Codes 0x13 and 0x15 (which are listed at helical scan density > codes in the mt manpage) don't work on my drive. The dump density/length options don't apply to newer drives very well. Instead, use the B and b options, which specify # blocks and blocksize in kilobytes respectively. We have a Connor 2gb drive and use the following dump commands to make backups over a network. rdump 0uBbf 2000000 10 resnet2.uoregon.edu:/dev/nrst0 / rdump 0uBbf 2000000 10 resnet2.uoregon.edu:/dev/nrst0 /var rdump 0uBbf 2000000 10 resnet2.uoregon.edu:/dev/nrst0 /usr rdump 0uBbf 2000000 10 resnet2.uoregon.edu:/dev/rst0 /usr1 Tune to meet your needs. Excessive shoeshining (back,forth,back,forth) can be solved by adjusting the blocksize. Hope this helps. See dump(8) for further details. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 17:43:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA15379 for questions-outgoing; Mon, 3 Mar 1997 17:43:22 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA15374 for ; Mon, 3 Mar 1997 17:43:16 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id RAA20992; Mon, 3 Mar 1997 17:42:27 -0800 (PST) Date: Mon, 3 Mar 1997 17:42:27 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: pirahna@primenet.com cc: freebsd-questions@FreeBSD.ORG Subject: Re: Floppy drive In-Reply-To: <331B6598.39B8@primenet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997 pirahna@primenet.com wrote: > Ok This is my first UNIX system and although this seems like a > incredibly stupid question. I can not figure out how to get to the > floppy drive so I can copy things to and from it. Please help me if you > are able to Assuming these are DOS formatted floppies and you are running as root, you can use the following commands to access your floppy drive. 1. Mount the disk: mount -t msdos /dev/fd0 /mnt The disk's filesystem will be available as /mnt being the root of the floppy's filesystem. DO NOT REMOVE THE DISK WITHOUT PERFORMING #2 FIRST. 2. When you're done: make sure your current directory is not on the floppy and type: umount /mnt Now you may remove your floppy. Alternatively, you can use the 'mtools' (?) port or package to access the floppy's filesystem. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 17:58:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA15872 for questions-outgoing; Mon, 3 Mar 1997 17:58:15 -0800 (PST) Received: from narcissus.ml.org (root@brosenga.Pitzer.edu [134.173.120.201]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA15866 for ; Mon, 3 Mar 1997 17:58:12 -0800 (PST) Received: from localhost (ben@localhost) by narcissus.ml.org (8.7.5/8.7.3) with SMTP id RAA01781; Mon, 3 Mar 1997 17:58:09 -0800 (PST) Date: Mon, 3 Mar 1997 17:58:09 -0800 (PST) From: Snob Art Genre To: Sean Eric Fagan cc: questions@freebsd.org Subject: Re: Using "popper" in FreeBSD In-Reply-To: <199703030735.XAA03099@kithrup.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 2 Mar 1997, Sean Eric Fagan wrote: > popper wants /var/mail to be publicly writable. This is a very bad thing. > Before I start rewriting that portion of code, has anyone else gotten it > working with FreeBSD? Why is this a bad thing? What happens if you set the sticky bit? > Sean. > Ben "You have your mind on computers, it seems." From owner-freebsd-questions Mon Mar 3 18:06:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA16285 for questions-outgoing; Mon, 3 Mar 1997 18:06:59 -0800 (PST) Received: from darius.concentric.net (darius.concentric.net [207.155.184.79]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA16259; Mon, 3 Mar 1997 18:06:46 -0800 (PST) Received: from cliff.cris.com (cliff.cris.com [199.3.12.45]) by darius.concentric.net (8.8.5/(97/03/03 3.23)) id VAA11773; Mon, 3 Mar 1997 21:06:43 -0500 (EST) [1-800-745-2747 The Concentric Network] Received: from crc3.concentric.net (61033d0023ny.concentric.net [206.173.18.83]) by cliff.cris.com (8.8.5) id VAA16820; Mon, 3 Mar 1997 21:06:40 -0500 (EST) Message-ID: <331B8448.67EE@pop3.concentric.net> Date: Mon, 03 Mar 1997 21:09:12 -0500 From: Richard Linane Reply-To: Typh0on@concentric.net Organization: Richard Linane X-Mailer: Mozilla 3.0Gold (Win95; U) MIME-Version: 1.0 To: Joerg Wunsch CC: Typh0on@concentric.net, Doug White , hackers@freebsd.org, questions@freebsd.org Subject: Re: 2.2 Gamma Install Problem References: <331B43BB.30AB@pop3.concentric.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk J Wunsch wrote: > > As Richard Linane wrote: > > > When I press ALT-F2 this is displayed: > > > > gunzip: stdin: invalid comp data--format violated > > /stand/cpio/: premature end of file > > Debug: switching back to VTY1 > > Anything before this? > > -- > cheers, J"org > > joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE > Never trust an operating system you don't have sources for. ;-) Yes but this looks like an uncompress though /stand/cpio: usr/bin/nvi linked to usr/bin/ex usr/bin/ex /stand/cpio: usr/bin/nvi linked to usr/bin/view usr/bin/view usr/bin/vis usr/bin/w /stand/cpio: usr/bin/w linked to usr/bin/uptime usr/bin/uptime usr/bin/wall usr/bin/wc usr/bin/what usr/bin/whereis usr/bin/which usr/bin/who usr/bin/whois usr/bin/window usr/bin/write usr/bin/xargs gunzip: stdin: invalid comp data--format violated /stand/cpio/: premature end of file Debug: switching back to VTY1 >Thats exactly what had been displayed< From owner-freebsd-questions Mon Mar 3 20:25:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA21963 for questions-outgoing; Mon, 3 Mar 1997 20:25:29 -0800 (PST) Received: from starfire.mn.org (root@starfire.skypoint.net [199.86.32.187]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA21955 for ; Mon, 3 Mar 1997 20:25:25 -0800 (PST) Received: (from john@localhost) by starfire.mn.org (8.8.5/1.1) id WAA25338; Mon, 3 Mar 1997 22:25:20 -0600 (CST) Message-ID: Date: Mon, 3 Mar 1997 22:25:18 -0600 From: john@dexter.starfire.mn.org (John Lind) To: questions@freebsd.org Subject: termcap for Win95 telnet client? X-Mailer: Mutt 0.53 Mime-Version: 1.0 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk iAnybody got a fully-functional termcap for the Win95-bundled telnet client? Or at least one that doesn't cause it to GPF from time to time? Yes, I know that this is a Microsoft problem, but I don't expect them to fix it. John Lind, Starfire Consulting Services E-mail: john@starfire.MN.ORG USnail: PO Box 17247, Mpls MN 55417 From owner-freebsd-questions Mon Mar 3 20:39:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA22554 for questions-outgoing; Mon, 3 Mar 1997 20:39:33 -0800 (PST) Received: from mail2.exodus.net (root@mail2.exodus.net [206.79.240.110]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id UAA22549 for ; Mon, 3 Mar 1997 20:39:30 -0800 (PST) Received: from jsnet.com (breyer.jsnet.com [207.82.57.164]) by mail2.exodus.net (8.6.12/8.6.9) with ESMTP id UAA03936; Mon, 3 Mar 1997 20:39:29 -0800 Received: by jsnet.com (SMI-8.6/SMI-SVR4) id UAA10959; Mon, 3 Mar 1997 20:38:52 -0800 Date: Mon, 3 Mar 1997 20:38:52 -0800 From: breyer@breyer.jsnet.com (Larry Breyer) Message-Id: <199703040438.UAA10959@jsnet.com> To: freebsd-questions@FreeBSD.ORG Subject: How do I create an NIS Master? Cc: breyer@breyer.com Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, I ran "NIS Master" through your search engine and got two 1000 pt. hits. Unfortunately the links were no good. So, I ask, how do I create an NIS Master with FreeBSD? thanks, Larry Breyer 408-222-7027 From owner-freebsd-questions Mon Mar 3 21:19:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA24334 for questions-outgoing; Mon, 3 Mar 1997 21:19:31 -0800 (PST) Received: from atlas.synflux.com.au (root@atlas.synflux.com.au [203.63.24.8]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA24321 for ; Mon, 3 Mar 1997 21:19:24 -0800 (PST) Received: from unknown (syd-modem0015.synflux.com.au [203.63.24.24]) by atlas.synflux.com.au (8.7.5/8.7.3) with SMTP id IAA30941 for ; Wed, 5 Mar 1997 08:16:55 +1100 Message-ID: Priority: Normal X-MSMail-Priority: Normal X-Priority: 3 To: questions@freebsd.org MIME-Version: 1.0 From: "Ernie Catania" Subject: Installation of FreeBSD from extended DOS partion Date: Tue, 04 Mar 97 15:37:58 PST Content-Type: text/plain; charset="ISO-8859-1"; X-MAPIextension=".TXT" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm attempting to install FreeBSD-2.1.7 from an extended DOS partition, your notes suggests this is possible using the following command " mount -t msdos /dev/wd0s2 /dos_e". "wd0s2" is my extended dos partition, "e" is the logical drive I created solely for FreeBSD distribution files. Logical drive "d" I use for WIN3.1 and "c" is my primary dos partition. I used the mount command at the initial Boot: prompt when the boot disk loads up. The extended partition appears on the fdisk screen but not on the Label editor screen. When I attempt to install I get the message " Error Mounting Dos patition /dev/wd0s2 : invalid argument (22). From owner-freebsd-questions Mon Mar 3 21:24:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA24627 for questions-outgoing; Mon, 3 Mar 1997 21:24:52 -0800 (PST) Received: from atlas.synflux.com.au (root@atlas.synflux.com.au [203.63.24.8]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA24620 for ; Mon, 3 Mar 1997 21:24:46 -0800 (PST) Received: from unknown (syd-modem0013.synflux.com.au [203.63.24.22]) by atlas.synflux.com.au (8.7.5/8.7.3) with SMTP id IAA31110 for ; Wed, 5 Mar 1997 08:22:43 +1100 Message-ID: Priority: Normal X-MSMail-Priority: Normal X-Priority: 3 To: questions@freebsd.org MIME-Version: 1.0 From: "Ernie Catania" Subject: Installation of FreeBSD from extended DOS partion Date: Tue, 04 Mar 97 15:37:58 PST Content-Type: text/plain; charset="ISO-8859-1"; X-MAPIextension=".TXT" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm attempting to install FreeBSD-2.1.7 from an extended DOS partition, your notes suggests this is possible using the following command " mount -t msdos /dev/wd0s2 /dos_e". "wd0s2" is my extended dos partition, "e" is the logical drive I created solely for FreeBSD distribution files. Logical drive "d" I use for WIN3.1 and "c" is my primary dos partition. I used the mount command at the initial Boot: prompt when the boot disk loads up. The extended partition appears on the fdisk screen but not on the Label editor screen. When I attempt to install I get the message " Error Mounting Dos patition /dev/wd0s2 : invalid argument (22). From owner-freebsd-questions Mon Mar 3 21:24:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA24649 for questions-outgoing; Mon, 3 Mar 1997 21:24:58 -0800 (PST) Received: from atlas.synflux.com.au (root@atlas.synflux.com.au [203.63.24.8]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA24619 for ; Mon, 3 Mar 1997 21:24:45 -0800 (PST) Received: from unknown (syd-modem0013.synflux.com.au [203.63.24.22]) by atlas.synflux.com.au (8.7.5/8.7.3) with SMTP id IAA31107 for ; Wed, 5 Mar 1997 08:22:41 +1100 Message-ID: Priority: Normal X-MSMail-Priority: Normal X-Priority: 3 To: questions@freebsd.org MIME-Version: 1.0 From: "Ernie Catania" Subject: installing freebsd from extended dos partition Date: Tue, 04 Mar 97 16:17:58 PST Content-Type: text/plain; charset="ISO-8859-1"; X-MAPIextension=".TXT" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm attempting to install FreeBSD-2.1.7 from an extended DOS partition. Help info suggests this is possible using the following command " mount -t msdos /dev/wd0s2 /dos_e". Exchanging dos_e with dos_d dosn't change the results. "wd0s2" is my extended dos partition, "e" is the logical drive I created solely for FreeBSD distribution files. Logical drive "d" I use for WIN3.1 and "c" is my primary dos partition. I used the mount command at the initial Boot: prompt when the boot disk loads up. The extended partition appears on the fdisk screen but not on the Label editor screen. When I attempt to install I get the message " Error Mounting Dos patition /dev/wd0s2 : invalid argument (22)" and another screen "Unable to initialize selected media etc" and suggests that I should repair it. My computer is a P120 with ide Hard drive and 16m of ram Any suggestions would be greatly appreciated. regards Ernie Catania erniec@synflux.com.au From owner-freebsd-questions Mon Mar 3 21:56:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA26408 for questions-outgoing; Mon, 3 Mar 1997 21:56:43 -0800 (PST) Received: from mailhost1.cac.washington.edu (mailhost1.cac.washington.edu [140.142.32.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA26402 for ; Mon, 3 Mar 1997 21:56:39 -0800 (PST) Received: from s5-25-199.student.washington.edu (S5-25-199.student.washington.edu [128.95.25.199]) by mailhost1.cac.washington.edu (8.8.4+UW96.12/8.8.4+UW96.12) with SMTP id VAA22658; Mon, 3 Mar 1997 21:56:28 -0800 Message-ID: <331BB961.7F86@u.washington.edu> Date: Mon, 03 Mar 1997 21:55:45 -0800 From: Jason Wells Organization: (soon to be) Highperformance.net X-Mailer: Mozilla 3.0Gold (Win95; I) MIME-Version: 1.0 To: pirahna@primenet.com CC: freebsd-questions@freebsd.org Subject: Re: Floppy drive References: <331B6598.39B8@primenet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk pirahna@primenet.com wrote: > > Ok This is my first UNIX system and although this seems like a > incredibly stupid question. I can not figure out how to get to the > floppy drive so I can copy things to and from it. Please help me if you > are able to Mark 1-Insert disk that has been labeled using disklabel and has a filesystem installed using newfs. This is the unix equivalent to DOS formatting. This will make the disk a "UNIX" disk. Type man disklabel and man newfs for more info. 2-type "mount /dev/fd0 /mnt" at the commandline. Type man mount for more info. The directory /mnt should exist on your system. If not, you can use mkdir to create one. If the disk is in DOS format this will not work. You must use a "UNIX" disk. 3-Then you should try cd /mnt. 4-Then type ls. The contents of this disk should now be displayed. 5-Type "umount /mnt" to unmount the floppy. Note: if the disk that you want to access is in DOS format try "mount -t msdos /dev/fd0 /mnt" But if you get a warning that says something about the directory not being a multiple of blocksize then immediatley type "umount /mnt". There is a problem that occurs sometimes when mounting a DOS filesystem. I seriously messed up my system by ignoring that warning. I recommend avoiding mounting msdos filesystems for reasons based on superstition. -- __ __ / 0\ / 0\ Thank you * Highperformance.net ) Wannabe Sysadmin * The homeless domain )-------( Jason Wells * "Pardon me sir, spare some bandwidth?" \_____/ From owner-freebsd-questions Mon Mar 3 21:56:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA26432 for questions-outgoing; Mon, 3 Mar 1997 21:56:49 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA26407 for ; Mon, 3 Mar 1997 21:56:42 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id VAA21236; Mon, 3 Mar 1997 21:56:34 -0800 (PST) Date: Mon, 3 Mar 1997 21:56:33 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Ricardo Williams cc: freebsd-questions@freebsd.org Subject: Re: Custom kernel not compiling In-Reply-To: <3.0.32.19970303152920.0069dc20@ctpop01.iafrica.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Next time, just post the file straight to the message. It's just as big as if you attached it, but I don't have to go through the rigamorole of decoding it. Thanks :) On Mon, 3 Mar 1997, Ricardo Williams wrote: > I have written from scratch a custom kernel config file using the LINT > config file as a guide. I basically only wanted to enable support for the > above configuration. The config file passes the "/usr/sbin/config ?????" > stage but "make depend" fails with "Syntax error: "(" unexpected. Fix your MAXMEM option. In-line math doesn't cut it, use bc if you need a calculator :) options MAXMEM=32768 > What is wrong and what can I do to fix it ? I though that since I had no > eisa or scsi devices, I would not enable support for any of them, and also > since there is no native support for my Accton 1650 network card, I > disabled all other network card probes and only enabled the "device ed0" > probing for a NE1/2000 network cards. You may want to remove the SCSIDEBUG option, or your log may get filled with SCSI messages. Also PROBE_VERBOSE, this is equivalent to the -v boot-time option. Hope this helps. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 22:03:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA26770 for questions-outgoing; Mon, 3 Mar 1997 22:03:19 -0800 (PST) Received: from rma.edu (rma.edu [207.0.141.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA26764 for ; Mon, 3 Mar 1997 22:03:13 -0800 (PST) Received: from alwan ([207.0.141.98]) by rma.edu with ESMTP (IPAD 1.51) id 4613300 ; Tue, 04 Mar 1997 01:07:34 EST Message-ID: <331BBB00.41C67EA6@rma.edu> Date: Tue, 04 Mar 1997 01:02:40 -0500 From: Michael Alwan X-Mailer: Mozilla 4.0b2 (X11; I; FreeBSD 2.1.7-RELEASE i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: disk usage reporting X-Priority: 3 (Normal) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk To all: Using df to look at my disk space, I get some confusing reports: free capacity mounted on /dev/wd0a -1282 104% / /dev/wd0s4f etc etc The first entry perplexes me. According to the disk label editor, the name of the disk is wd0, and the freebsd partition name is wd0s4, and the file systems are wd0s4a...f. (This is a 1.6mb hard drive with three primary dos partitions and one freebsd partition with the autodefaults for file system allocation). Is the wd0a file system mentioned above the root file system, and is it filling up because I log on as root and all my mail and web caches are there? Why is it /dev/wd0a and not /dev/wd0s4a? Perhaps these are the wages of the evil sin of logging on as root--perhaps if I had a /usr/home directory I wouldn't be running out of space. Any suggestions on how to handle this problem in the future (relocate mail and disk caches--a temporary fix?), are my suppositions correct, and what about the file system name discrepancies. Any light shed on these matters would be appreciated! Thanks, Michael From owner-freebsd-questions Mon Mar 3 22:08:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA26945 for questions-outgoing; Mon, 3 Mar 1997 22:08:05 -0800 (PST) Received: from mta1.rocketmail.com (mta1.rocketmail.com [205.180.57.65]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA26932 for ; Mon, 3 Mar 1997 22:08:00 -0800 (PST) Received: from web4 (web4.rocketmail.com [205.180.57.78]) by mta1.rocketmail.com (8.8.5/8.6.12) with SMTP id WAA28256 for ; Mon, 3 Mar 1997 22:07:11 -0800 (PST) Message-Id: <199703040607.WAA28256@mta1.rocketmail.com> Date: Mon, 3 Mar 1997 22:08:16 -0800 (PST) From: michael gesundheit Subject: freebsd boot program To: questions@freeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-questions@freeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi There, I wonder if you can help with the following: I'm trying to bringup a new pci bus card. I would like to run a standalone program that will let me debug the hardware. About 10-12 years ago I did just that (not fpr pci ) and would like to do that again. I can't find the sources for any of the standalone libraries or the boot program or docs associate with them. If I remember correctly bsd did have some utilities and their source code. Can you please help with this? Thanks, Michael _____________________________________________________________________ Sent by RocketMail. Get your free e-mail at http://www.rocketmail.com From owner-freebsd-questions Mon Mar 3 22:19:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA27736 for questions-outgoing; Mon, 3 Mar 1997 22:19:19 -0800 (PST) Received: from goodall.u.washington.edu (pharaoh@goodall.u.washington.edu [140.142.12.163]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA27728 for ; Mon, 3 Mar 1997 22:19:17 -0800 (PST) Received: from localhost (pharaoh@localhost) by goodall.u.washington.edu (8.8.4+UW96.12/8.8.4+UW97.02) with SMTP id WAA146846 for ; Mon, 3 Mar 1997 22:19:16 -0800 Date: Mon, 3 Mar 1997 22:19:15 -0800 (PST) From: E Lakin To: freebsd-questions@freebsd.org Subject: netbooting a SLC off a FreeBSD box Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As the subject indicates, i'm trying to get a Sparcstation SLC to do a network boot (of NetBSD/sparc) from my FreeBSD machine. I've got the two machines talking, but after the SLC gets the initial boot program & IP/name, it just sits there. To (hopefully) make things simpler, the SLC is Anubis, and the FreeBSD server is Osiris. So far, Anubis does a RARP request for it's name, which Osiris' rarpd provides. Then, anubis requests a boot program via tftp from Osiris (0A000005.SUN4C), and proceeds to download it. Anubis again asks for it's name via RARP, and then (i think) starts talking to Osiris' bootparamd. This is where things get stuck. I think that either bootparamd is giving different info than Anubis expects, or Anubis is trying to do an NFS mount from the info the bootparam provided, and NFS isn't set up correctly on Osiris (mountd/nfsd are running, but iv've never set up nfs) I have the NetBSD/Sparc filesystem residing in /usr/local/boot/sparc, the initial boot code in /tftpboot, and am running rarpd, bootparamd, nfsd, and mountd at startup. Hopefully, with some info below, the problem will be clear to someone! (below: SLC messages, bootparamd log, tcpdump, /etc/bootparams, etc/exports) Here's the text displayed on the SLC... ok boot net netbsd -s b200 >> NetBSD BOOT [$Revision: 1.4 $] boot: client IP address: 10.0.0.5 boot: client name: anubis Here's the error messages from bootparamd (the only other thing logged is a succesful tftp transfer)... /var/log/messages:Mar 3 19:48:27 osiris bootparamd: whoami got question for 10.0.0.5 /var/log/messages:Mar 3 19:48:27 osiris bootparamd: This is host anubis.purgatory.net /var/log/messages:Mar 3 19:48:27 osiris bootparamd: Returning anubis 10.0.0.1 /var/log/messages:Mar 3 19:48:28 osiris bootparamd: getfile got question for "anubis" and file "root" /var/log/messages:Mar 3 19:48:28 osiris bootparamd: getfile failed for anubis here's a tcpdump of the conversation...(tcpdump -i ep0 -t -N) rarp who-is anubis.purgatory.net tell anubis.purgatory.net rarp reply anubis.purgatory.net at anubis anubis.10977 > osiris.tftp: 23 RRQ "0A000005.SUN4C" osiris.1028 > anubis.10977: udp 516 anubis.10977 > osiris.1028: udp 4 osiris.1028 > anubis.10977: udp 516 anubis.10977 > osiris.1028: udp 4 ... osiris.1028 > anubis.10977: udp 236 anubis.10977 > osiris.1028: udp 4 rarp who-is anubis.purgatory.net tell anubis.purgatory.net rarp reply anubis.purgatory.net at anubis anubis.1023 > 255.255.255.255.sunrpc: udp 96 osiris.sunrpc > anubis.1023: udp 68 arp who-has osiris tell anubis arp reply osiris is-at osiris.purgatory.net anubis.1022 > osiris.756: udp 80 and here's my /etc/bootparams file... anubis root=/usr/local/boot/sparc/ \ swap=/usr/local/boot/swap/ and my exports file... /usr/local/boot/sparc anubis.purgatory.net /usr/local/boot/swap if any other info is necessary, i'll send it up. --eric lakin From owner-freebsd-questions Mon Mar 3 22:20:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA27974 for questions-outgoing; Mon, 3 Mar 1997 22:20:45 -0800 (PST) Received: from hops.cs.jhu.edu (hops.cs.jhu.edu [128.220.13.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id WAA27951 for ; Mon, 3 Mar 1997 22:20:41 -0800 (PST) Received: from [150.1.199.13] (hops.cs.jhu.edu [128.220.13.2]) by hops.cs.jhu.edu (8.6.12/8.6.9) with SMTP id BAA29044 for ; Tue, 4 Mar 1997 01:20:30 -0500 Message-Id: <199703040620.BAA29044@hops.cs.jhu.edu> Comments: Authenticated sender is From: "Claudius Li" To: questions@freebsd.org Date: Sat, 31 Aug 1996 13:37:50 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: networking Priority: normal X-mailer: Pegasus Mail for Windows (v2.52) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk How do I set up FreeBSD for networking. I have a pentium 75 with 8 megs of ram and an intel etherexpress pro More specifically, where can I get more information of the style "Networking Newbies" -Claudius Li aprentic@jhunix.hcf.jhu.edu (410) 662-8092 -----BEGIN PGP PUBLIC KEY BLOCK----- Version: 2.6.2 mQCNAzIE9rcAAAEEAPHdPUwmKD6HjTnQK9gLitQwUP5uZXkTXdw92puaqUWAHp+j yTinQq/7MqKUn2qwhsmI38d51YlVAEO3i4lEH4IS5635kG67LwJwNZacwz+FMv6h r7R1T4/5MhOOZzyp//fE7xRUQvkF8BdH/REZS7FUDwbYpQd0Jq4y3ElDqjl1AAUT tBhhcHJlbnRpY0Bob3BzLmNzLmpodS5lZHU= =FCk0 -----END PGP PUBLIC KEY BLOCK----- From owner-freebsd-questions Mon Mar 3 22:39:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA29620 for questions-outgoing; Mon, 3 Mar 1997 22:39:43 -0800 (PST) Received: from proxy3.ba.best.com (root@proxy3.ba.best.com [206.184.139.14]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA29615 for ; Mon, 3 Mar 1997 22:39:41 -0800 (PST) Received: from shellx.best.com (shellx.best.com [206.86.0.11]) by proxy3.ba.best.com (8.8.5/8.8.3) with SMTP id WAA12022 for ; Mon, 3 Mar 1997 22:38:20 -0800 (PST) Date: Mon, 3 Mar 1997 22:38:20 -0800 (PST) From: Mitch James X-Sender: mitchj@shellx.best.com To: questions@freebsd.org Subject: Fatal Trap 12: Page fault...... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi All, I started with FreeBSD on my machine with 1.5.1? upgraded to 1.5.5 off the WC CD-ROM. I began getting The Fatal Trap 23: ... error right after the upgrade. I'm using a Cyrix 686 P-150 w/32 meg ram. I thought my problem was some bug with 1.5.5 so I waited for the 1.5.6 CD to fix the problem. I have now changed out the SCSI card that I thought was suspect, but running 1.5.1 just fine. I just to night started to track the info that pops up on screen just before the reboot. Here it is: Fatal Trap 12: page fault while in kernel mode fault vertual address =0x1c fault code =supervisor read, page not present instruction pointer =0x8:0xf01292d9 code segment =base 0x0, limit 0xfffff type 0x1b =DPL 0, pres 1, def32 1, gran 1 processor eflags =interrupt enabled, resume, IOPL=0 current process =137 (sysinstall) interrupt mask = Panic:page fault ********************************************************** I tried for a while to see if I could repeat, looking for a common behavior on my part, and got the same message while in /stand/sysintall. The two lines with different messages are below. I've had this happen while doing other thing besides sysinstall. As varried as finger, shutdown, ppp etc. I've rebuilt the kernel several times, and tried to reload through sysinstall. I have not tried to delete all the directories to install from a bare disk. instruction pointer =0x8:0xf01271c6 current process =221 (XF86Setup) Thanks in advance. Cheers, Mitch ___________________________________________________________________ Mitch James--Poulsbo, Wa. Living near Latte' land mitch@hardware.com James Lumber & Ace Hardware http://www.hardware.com/ http://www.hardware.com/complist.html From owner-freebsd-questions Mon Mar 3 22:46:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA00360 for questions-outgoing; Mon, 3 Mar 1997 22:46:36 -0800 (PST) Received: from mx.serv.net (mx.serv.net [199.201.191.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA00355; Mon, 3 Mar 1997 22:46:33 -0800 (PST) Received: from MindBender.serv.net by mx.serv.net (8.7.5/SERV Revision: 2.30) id WAA12227; Mon, 3 Mar 1997 22:46:31 -0800 (PST) Received: from localhost.HeadCandy.com (michaelv@localhost.HeadCandy.com [127.0.0.1]) by MindBender.serv.net (8.7.5/8.7.3) with SMTP id WAA09994; Mon, 3 Mar 1997 22:46:06 -0800 (PST) Message-Id: <199703040646.WAA09994@MindBender.serv.net> X-Authentication-Warning: MindBender.serv.net: Host michaelv@localhost.HeadCandy.com [127.0.0.1] didn't use HELO protocol To: Stephen Mathezer cc: questions@freebsd.org, current@freebsd.org Subject: Re: Solution to Help w/ ppp to NT 4 server In-reply-to: Your message of Mon, 03 Mar 97 15:16:59 -0700. Date: Mon, 03 Mar 1997 22:46:06 -0800 From: "Michael L. VanLoon -- HeadCandy.com" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >I inquired yesterday about connecting as a client to an NT 4 server with >ppp. I couldn't get either pppd or iijppp to successfully authenticate. >I believe that this is due to the Microsoft Chap extensions on the NT >server which encrypts the username/password. Anyways, I have turned off >those extensions on the server and expect everything to work fine but in >the course of exploring this I discovered some patches to pppd to support >the MS extensions. [...] Also, verify what version of NT they're running. If they have upgraded NT 4.0 to Service Patch 2, verify that they have applied the PPP fix. Stock Service Patch 2 broke some PPP functionality. Alternately, they can back-step to SP1 if there are no specific fixes they need in SP2. SP3 should be out soon, and is the first SP to go through a beta cycle, so it should be very solid. ----------------------------------------------------------------------------- Michael L. VanLoon michaelv@MindBender.serv.net --< Free your mind and your machine -- NetBSD free un*x >-- NetBSD working ports: 386+PC, Mac 68k, Amiga, Atari 68k, HP300, Sun3, Sun4/4c/4m, DEC MIPS, DEC Alpha, PC532, VAX, MVME68k, arm32... NetBSD ports in progress: PICA, others... ----------------------------------------------------------------------------- From owner-freebsd-questions Mon Mar 3 22:47:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA00464 for questions-outgoing; Mon, 3 Mar 1997 22:47:44 -0800 (PST) Received: from helmholtz.salk.edu (helmholtz.salk.edu [198.202.70.34]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA00457 for ; Mon, 3 Mar 1997 22:47:42 -0800 (PST) Received: from helmholtz (helmholtz [198.202.70.34]) by helmholtz.salk.edu (8.7.5/8.7.3) with SMTP id WAA19183; Mon, 3 Mar 1997 22:47:21 -0800 (PST) Date: Mon, 3 Mar 1997 22:47:21 -0800 (PST) From: Tom Bartol X-Sender: bartol@helmholtz To: Doug White cc: questions@FreeBSD.ORG Subject: Re: Density codes for Exabyte 8505XL In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thanks for the info. The -B and -b options for dump are new to me and are most interesting but not exactly what I was after. An 8505XL can read and write in four density modes: 2.6 GB, 5 GB, 7 GB, and 14 GB (all on a 112 meter tape). I'd like to use the 14 GB mode. One can use the mt command to set the density mode but it's not clear what density code to use to get this mode. After having set the mode to 14 GB, though, the -B and -b dump options (set to say, 450000 and 32 respectively) would be extremely useful to allow dump to calculate how many tapes it will need and its progress etc... I assume you meant to say you use -B = 200000 not 2000000 in your example below -- 200000 * 10K = ~2GB. Thanks, Tom On Mon, 3 Mar 1997, Doug White wrote: > On Mon, 3 Mar 1997, Tom Bartol wrote: > > > But the modes listed here don't really correspond what I'd expect to see > > for a helical scanning tape drive. I have been able to use density > > mode X3.202-1991 (hex code 0x14) but I don't whether is the the max > > density code for my drive and I don't know what other codes might be > > available. Codes 0x13 and 0x15 (which are listed at helical scan density > > codes in the mt manpage) don't work on my drive. > > The dump density/length options don't apply to newer drives very well. > Instead, use the B and b options, which specify # blocks and blocksize in > kilobytes respectively. We have a Connor 2gb drive and use the following > dump commands to make backups over a network. > > rdump 0uBbf 2000000 10 resnet2.uoregon.edu:/dev/nrst0 / > rdump 0uBbf 2000000 10 resnet2.uoregon.edu:/dev/nrst0 /var > rdump 0uBbf 2000000 10 resnet2.uoregon.edu:/dev/nrst0 /usr > rdump 0uBbf 2000000 10 resnet2.uoregon.edu:/dev/rst0 /usr1 > > Tune to meet your needs. Excessive shoeshining (back,forth,back,forth) > can be solved by adjusting the blocksize. > > Hope this helps. See dump(8) for further details. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > From owner-freebsd-questions Mon Mar 3 23:04:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA01222 for questions-outgoing; Mon, 3 Mar 1997 23:04:18 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA01216 for ; Mon, 3 Mar 1997 23:04:12 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id XAA21309; Mon, 3 Mar 1997 23:04:10 -0800 (PST) Date: Mon, 3 Mar 1997 23:04:09 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Burton Sampley cc: questions@freebsd.org Subject: Re: help w/ cvsup & ports In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 2 Mar 1997, Burton Sampley wrote: > bash# pwd > /usr/ports/sysutils/xperfmon > bash# make install > make: don't know how to make install. Stop > bash# an 'ls' and contents of Makefile, if any, would help. > What's the best way to correct this? Make sure the port's all there. You may have not have grabbed it. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 23:20:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA02219 for questions-outgoing; Mon, 3 Mar 1997 23:20:25 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA02212 for ; Mon, 3 Mar 1997 23:20:24 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id XAA21333; Mon, 3 Mar 1997 23:20:12 -0800 (PST) Date: Mon, 3 Mar 1997 23:20:12 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Stephen Hovey cc: freebsd-questions@freebsd.org Subject: Re: IDE cdrom In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, Stephen Hovey wrote: > On 2.1R - was the IDE cd-rom fully supported? 2.1.0, yes, you had to use the atapi.flp. Everything after that, it's built into the boot.flp. > I have one on the second IDE interface, on bootup it sees the interface > and the drive but as wd3 a 4 gig HD which it is not. wd3 would be on wdc1 (the second controller) which must be enabled & configured properly in the BIOS/IDE controller's setup and in UserConfig (boot: -c). Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 23:20:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA02240 for questions-outgoing; Mon, 3 Mar 1997 23:20:29 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA02227 for ; Mon, 3 Mar 1997 23:20:27 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id XAA27330 for ; Mon, 3 Mar 1997 23:20:26 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id XAA21326; Mon, 3 Mar 1997 23:18:24 -0800 (PST) Date: Mon, 3 Mar 1997 23:18:23 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Terry Eck cc: questions@FreeBSD.ORG Subject: Re: How to boot from hard drive using install boot disk In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 2 Mar 1997, Terry Eck wrote: > Is there any way to boot a root partition located on the hard drive > using the install boot disk. I have / mounted on wd0s4. I've used > the fixit disk to mount / under /mnt and looked at the files. > Can anyone tell me what to enter at the boot prompt. It should > be something like "0:wd0s4 /kernel". Under linux I've been able to > boot from the install disk using "linux root=/dev/hda4" and I'd > like to do the same thing with FreeBSD. The reason is I've installed > the base system and it refuses to boot directly from the hard disk. > If I'm not making myself clear, could someone please let me know > and maybe I can rephrase my problem. Actually, you want wd(0,a)/kernel That should work...._should_. :) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 23:21:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA02365 for questions-outgoing; Mon, 3 Mar 1997 23:21:47 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA02359 for ; Mon, 3 Mar 1997 23:21:44 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id XAA21338; Mon, 3 Mar 1997 23:21:36 -0800 (PST) Date: Mon, 3 Mar 1997 23:21:36 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Keller Ben cc: "'freebsd'" Subject: Re: install gives write error In-Reply-To: <331B6323@MTMGW1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, Keller Ben wrote: > I'm attempting to install 2.1.6 from a DOS partition. After going through > the installation dialog and the installation starts, I get errors that the > bin cannot be copied (after a " -1 of 1024 bytes" written message.) > Occasionally, I'll get a message box that explains that bin may not be on > the installation media. However, sometimes it looks like some of src is > being found and copied. Hm, did you remember to copy bin.inf as well as the archives? See if there's any output on the ALT-F2 debug console. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 23:22:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA02440 for questions-outgoing; Mon, 3 Mar 1997 23:22:48 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA02435 for ; Mon, 3 Mar 1997 23:22:44 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id XAA21342; Mon, 3 Mar 1997 23:22:31 -0800 (PST) Date: Mon, 3 Mar 1997 23:22:31 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Ernie Catania cc: questions@freebsd.org Subject: Re: Installation of FreeBSD from extended DOS partion In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Ernie Catania wrote: > I'm attempting to install FreeBSD-2.1.7 from an extended DOS partition, > your notes suggests this is possible using the following command " mount -t > msdos /dev/wd0s2 /dos_e". "wd0s2" is my extended dos partition, "e" is the > logical drive I created solely for FreeBSD distribution files. Logical > drive "d" I use for WIN3.1 and "c" is my primary dos partition. I used the > mount command at the initial Boot: prompt when the boot disk loads up. The > extended partition appears on the fdisk screen but not on the Label editor > screen. When I attempt to install I get the message " Error Mounting Dos > patition /dev/wd0s2 : invalid argument (22). You may, AFTER you install. The install program requires you to install from a PRIMARY dos partition. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 23:23:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA02545 for questions-outgoing; Mon, 3 Mar 1997 23:23:49 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA02532 for ; Mon, 3 Mar 1997 23:23:45 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id XAA21346; Mon, 3 Mar 1997 23:23:42 -0800 (PST) Date: Mon, 3 Mar 1997 23:23:42 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: "Ing. Alfredo Patron Schacht" cc: FreeBSD support Subject: Re: installing In-Reply-To: <199703032141.PAA13410@optel.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, Ing. Alfredo Patron Schacht wrote: > Hey guys, I4m having trouble installing Free BSD 2.1 over a SCSI hard drive > and CDROM > > any suggestions?? Tell us more about your system? The exact error message(s)? Install method? I'm sorry, we haven't perfected mind reading technology yet (but we're getting close). :) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 23:25:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA02667 for questions-outgoing; Mon, 3 Mar 1997 23:25:26 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA02662 for ; Mon, 3 Mar 1997 23:25:23 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id XAA21353; Mon, 3 Mar 1997 23:25:21 -0800 (PST) Date: Mon, 3 Mar 1997 23:25:21 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Juan Fagette III cc: freebsd-questions@freebsd.org Subject: Re: Iomega Ditto Drive In-Reply-To: <33186518.28CF@c-com.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 1 Mar 1997, Juan Fagette III wrote: > is there any possible way of making an Iomega Ditto Drive 3200 work > under FreeBSD? If this is floppy-interfaced, there is a 1 in a trillion chance of it working. Anything over QIC-80 is a bit outside of current software. SCSI tapes work fine, BTW. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 23:26:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA02731 for questions-outgoing; Mon, 3 Mar 1997 23:26:42 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA02725 for ; Mon, 3 Mar 1997 23:26:38 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id XAA21357; Mon, 3 Mar 1997 23:26:25 -0800 (PST) Date: Mon, 3 Mar 1997 23:26:25 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Mike Tancsa cc: questions@freebsd.org Subject: Re: is -O2 -m486 -pipe safe ? In-Reply-To: <3.0.1.32.19970303100950.00944180@sentex.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, Mike Tancsa wrote: > > I am going to upgrade our 2.1.5 FreeBSD news machine to 2.1.7 by > downloading the new src tree and doing a make world with those options.... > Is it safe to do, or should I stick with with regular -O for optimzations... Why not just run the 'upgrade' procedure from sysinstall? Or is there a directive to use ``make all install'' and not this? FreeBSD Upgrade Checklist: 1) BACKUP /ETC, BACKUP /ETC, BACKUP /ETC. IT __WILL__ BE MODIFIED!!! 2) Boot the new floppy. Select the 'update' option. Follow the prompts. Make sure you MOUNT your filesystems and not NEWFS them. Select the same distributions you did originally and any you wish to add. 3) Hit 'commit'. Take note of the modified files. 4) WHen you're dumped to a shell prompt: . Copy services back from your backup /etc. It's three lines long now :( . Edit sysconfig and re-config from scratch using your old one as a guide. . Migrate any changes you made to rc.local and other files noted during the upgrade process. 5) Reboot, recompile & reinstall your kernel, reboot again, and enjoy. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 23:30:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA02953 for questions-outgoing; Mon, 3 Mar 1997 23:30:14 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA02947 for ; Mon, 3 Mar 1997 23:30:08 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id XAA21362; Mon, 3 Mar 1997 23:29:51 -0800 (PST) Date: Mon, 3 Mar 1997 23:29:51 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: "Poly Auto Spare Parts Co. LTD." cc: questions@freebsd.org Subject: Re: Login In-Reply-To: <1.5.4.16.19970303225257.1eb75ce2@emirates.net.ae> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, Poly Auto Spare Parts Co. LTD. wrote: Looks like you missed the post-install setup. > What default username we have to enter and what password we have to use. the default user is 'root' with no password (unless you set one during setup). > I > reboot the system from the floppy and tried to run the program host password > : nothing happened on screen, I coudn't run the program. > Can you inform me how to correct the errors mentioned above, and how can I > login? and suppose I don't know the password, how can I dismount the system? Edit /etc/sysconfig and change the 'hostname' item to be the name of your machine. Use the command `ee /etc/sysconfig' to do this. > Do you have any book name where I can find all the features of FreeBSD? You can pick up "The Complete FreeBSD" from Walnut Creek CDROM (http://www.cdrom.com); also see the Handbook at http://www.freebsd.org on the Web. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Mon Mar 3 23:30:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA02981 for questions-outgoing; Mon, 3 Mar 1997 23:30:25 -0800 (PST) Received: from proxy1.ba.best.com (proxy1.ba.best.com [206.184.139.12]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA02974 for ; Mon, 3 Mar 1997 23:30:23 -0800 (PST) Received: from bsampley.vip.best.com (bsampley.vip.best.com [206.184.160.196]) by proxy1.ba.best.com (8.8.5/8.8.3) with SMTP id XAA21703; Mon, 3 Mar 1997 23:28:49 -0800 (PST) Date: Mon, 3 Mar 1997 23:27:29 -0800 (PST) From: Burton Sampley To: Doug White cc: questions@freebsd.org Subject: Re: help w/ cvsup & ports In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, Doug White wrote: > On Sun, 2 Mar 1997, Burton Sampley wrote: > > > bash# pwd > > /usr/ports/sysutils/xperfmon > > bash# make install > > make: don't know how to make install. Stop > > bash# > > an 'ls' and contents of Makefile, if any, would help. I'd love to show you the contents of Makefile, but they're gone! I checked several other applications, but I haven't found a singe Makefile since I cvsup'ed back to RELENG_2_2. I used the ports collection extensively, and would love to use it again, once I find out what cvsup did to the Makefiles. I remember watching the GUI while cvsup was running. It updated the ports tree first (most likely because that was the first entry in the supfile). I saw something to the effect of 8000+ files were deleted. Since make world worked, I didn't think too much of it. Here's 'ls' of the above directory: bash$ pwd /usr/ports/sysutils/xperfmon bash$ ls 00_TRANS.TBL README.html files patches pkg bash$ > > > What's the best way to correct this? > > Make sure the port's all there. You may have not have grabbed it. > How can I make sure I grabbed all of the ports? Burton Sampley From owner-freebsd-questions Mon Mar 3 23:52:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA03997 for questions-outgoing; Mon, 3 Mar 1997 23:52:32 -0800 (PST) Received: from execulink.com (root@execulink.com [207.216.160.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA03992 for ; Mon, 3 Mar 1997 23:52:30 -0800 (PST) Received: from empey (PC-531.on.rogers.wave.ca [24.112.48.46]) by execulink.com (8.8.4/8.7.3) with ESMTP id CAA26931 for ; Tue, 4 Mar 1997 02:52:27 -0500 (EST) Received: from Spooler by empey (Mercury/32 1.22); 4 Mar 97 02:52:08 +0500 Received: from spooler by integral.on.ca (Mercury/32 1.23); 4 Mar 97 02:51:36 +0500 From: "David Empey" Organization: Integral Communications To: freebsd-questions@freebsd.org Date: Tue, 4 Mar 1997 02:51:10 +0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Another question: Installing packages from a HD. Reply-to: empey@integral.on.ca Priority: normal X-mailer: Pegasus Mail for Windows (v2.42a) Message-ID: Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm having trouble installing the packages from a DOS partition on my HD. I've copied the directory structure from the fto site (ftp.freebsg.org), and folllowed the install instructions. The dir tree looks like this: /freebsd/bin . . /packages/archivers/ /audio/ etc. The index file is also in the /packages dir. The install utility finds the index file for the packages, but when it tries to install them, each package comes up not found. Is there perhaps something wrong in my dir tree? Any help is appreciated! ___________________________________________________________ David Empey mailto: empey@integral.on.ca homepage: http://www.integral.on.ca/empey/ 604-185 Berkshire Drive, London, Ontario, Canada, N6J 3R6 (519)-474-0296 From owner-freebsd-questions Tue Mar 4 00:07:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA04964 for questions-outgoing; Tue, 4 Mar 1997 00:07:05 -0800 (PST) Received: from tu.kielce.pl (andrzej@eden.tu.kielce.pl [193.59.4.8]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA04959 for ; Tue, 4 Mar 1997 00:06:52 -0800 (PST) Received: (from andrzej@localhost) by tu.kielce.pl (8.7.5/8.7.3/ts-ugUA.960515) id JAA18605 for freebsd-questions@freebsd.org; Tue, 4 Mar 1997 09:04:38 +0100 (MET) From: Andrzej Szydlo Message-Id: <199703040804.JAA18605@tu.kielce.pl> Subject: IP masquerading an ipfw To: freebsd-questions@freebsd.org Date: Tue, 4 Mar 1997 09:04:37 +0100 (MET) X-Mailer: ELM [version 2.4 PL24 ME8] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Colud someone forward me any examples or point to any documentation describing how to use ipfw for IP masquerading? TIA Andrzej From owner-freebsd-questions Tue Mar 4 00:36:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA06816 for questions-outgoing; Tue, 4 Mar 1997 00:36:43 -0800 (PST) Received: from mail.vcr.istar.ca (mail.vcr.iSTAR.ca [204.191.152.4]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id AAA06811 for ; Tue, 4 Mar 1997 00:36:41 -0800 (PST) Received: from kevin.sunshine.net [204.191.205.16] by mail.vcr.istar.ca with smtp (Exim 1.58 #2) id 0w1pdj-0007ha-00; Tue, 4 Mar 1997 00:32:04 -0800 Date: Tue, 4 Mar 1997 00:27:19 -0800 (PST) From: "kevin_eliuk@sunshine.net" To: pirahna@primenet.com cc: freebsd-questions@freebsd.org Subject: Re: Floppy drive In-Reply-To: <331B6598.39B8@primenet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997 pirahna@primenet.com wrote: > Ok This is my first UNIX system and although this seems like a > incredibly stupid question. I can not figure out how to get to the > floppy drive so I can copy things to and from it. Please help me if you > are able to > As another resource read the beginning of your /etc/disktab file for a step by step of fdformat, disklabel, and newfs. Kevin From owner-freebsd-questions Tue Mar 4 00:43:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA07058 for questions-outgoing; Tue, 4 Mar 1997 00:43:26 -0800 (PST) Received: from f4.hotmail.com (F4.hotmail.com [207.82.250.15]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA07053 for ; Tue, 4 Mar 1997 00:43:25 -0800 (PST) Received: (from root@localhost) by f4.hotmail.com (8.7.5/8.7.3) id AAA14597; Tue, 4 Mar 1997 00:42:54 -0800 (PST) Date: Tue, 4 Mar 1997 00:42:54 -0800 (PST) Message-Id: <199703040842.AAA14597@f4.hotmail.com> Received: from 137.229.17.253 by www.hotmail.com with HTTP; Tue, 04 Mar 1997 00:42:53 PST X-Originating-IP: [137.229.17.253] From: " steve howe" To: pirahna@primenet.com, freebsd-questions@FreeBSD.ORG Subject: Re: Floppy drive Content-Type: text/plain Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mount -t ufs (or msdos) /dev/fd0.1720 (or 1440) /mnt \ >Ok This is my first UNIX system and although this seems like a >incredibly stupid question. I can not figure out how to get to the >floppy drive so I can copy things to and from it. Please help me if you >are able to > >Sincerely, >Mark > --------------------------------------------------------- Get Your *Web-Based* Free Email at http://www.hotmail.com --------------------------------------------------------- From owner-freebsd-questions Tue Mar 4 00:44:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA07133 for questions-outgoing; Tue, 4 Mar 1997 00:44:16 -0800 (PST) Received: from python.shoal.net.au (andrew@python.shoal.net.au [203.26.44.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA07126 for ; Tue, 4 Mar 1997 00:44:08 -0800 (PST) Received: from localhost (andrew@localhost) by python.shoal.net.au (8.8.5/8.7.3) with SMTP id SAA03286; Tue, 4 Mar 1997 18:42:32 +1000 (EST) Date: Tue, 4 Mar 1997 18:42:32 +1000 (EST) From: Andrew Perry To: dennis cc: questions@freebsd.org Subject: Re: unsubcribe In-Reply-To: <3.0.1.32.19970303162219.008a1250@kentauros> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk i dunno if you guys usually ignore these, i've got out of the habit of cc'ing my replies to the list as it's a bit too much like spam. i usually just tell them how to get on or off and where to look for more info (if they're trying to get on) so everyone can just ignore them if they want and i'll deal with them. Dennis: send this to majordomo@freebsd.org, not to questions@freebsd.org On Mon, 3 Mar 1997, dennis wrote: > unsubcribe questions@freebsd.org > > Andrew Perry andrew@shoal.net.au From owner-freebsd-questions Tue Mar 4 00:53:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA07486 for questions-outgoing; Tue, 4 Mar 1997 00:53:49 -0800 (PST) Received: from f22.hotmail.com (F22.hotmail.com [207.82.250.33]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA07481 for ; Tue, 4 Mar 1997 00:53:47 -0800 (PST) Received: (from root@localhost) by f22.hotmail.com (8.7.5/8.7.3) id AAA25527; Tue, 4 Mar 1997 00:53:06 -0800 (PST) Date: Tue, 4 Mar 1997 00:53:06 -0800 (PST) Message-Id: <199703040853.AAA25527@f22.hotmail.com> Received: from 137.229.17.253 by www.hotmail.com with HTTP; Tue, 04 Mar 1997 00:53:06 PST X-Originating-IP: [137.229.17.253] From: " steve howe" To: andrew@ugh.net.au Cc: questions@freebsd.org Subject: Re: bugs? Content-Type: text/plain Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk remember - this only realates to connecting to a vt100 terminal server via "cu". yes - kill -HUP 1 re-reads my ttys file, but i can't get cu to connect w/o rebooting (when failure occurs) or w/o the tty line in my ttys file:modem none network vt100 on ... ps. i still have no answer to my: profile probs (got one? :) \ >> yes - i know - it's VERY flaky though - but the kill -HUP 1 >> never does the trick - sometimes i have to reboot 2 or 3 times > >I never have had this problem - kill -HUP 1 always works for me. > >> enter "none" instead of "none network", but i get some getty error > >I can...what version of FreeBSD did you say you were running? > >Andrew > 2.1.5 --------------------------------------------------------- Get Your *Web-Based* Free Email at http://www.hotmail.com --------------------------------------------------------- From owner-freebsd-questions Tue Mar 4 01:16:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA08485 for questions-outgoing; Tue, 4 Mar 1997 01:16:01 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA08471 for ; Tue, 4 Mar 1997 01:15:56 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id LAA22670; Tue, 4 Mar 1997 11:15:37 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma022667; Tue Mar 4 11:15:19 1997 Message-ID: <331BE7DE.4DC4@barcode.co.il> Date: Tue, 04 Mar 1997 11:14:06 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: empey@integral.on.ca CC: freebsd-questions@freebsd.org Subject: Re: Another question: Installing packages from a HD. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk David Empey wrote: > > I'm having trouble installing the packages from a DOS partition on my > HD. I've copied the directory structure from the fto site > (ftp.freebsg.org), and folllowed the install instructions. The dir > tree looks like this: > > /freebsd/bin > . > . > /packages/archivers/ > /audio/ > > etc. > > The index file is also in the /packages dir. The install utility > finds the index file for the packages, but when it tries to install > them, each package comes up not found. Is there perhaps something > wrong in my dir tree? Any help is appreciated! This is due to DOS trimming the file nanes to 8.3 format. Just copy the file for the package you want into a FreeBSD partition, rename it to its original name on the ftp site, and then use pkg_add to install it. > > ___________________________________________________________ > > David Empey > mailto: empey@integral.on.ca > homepage: http://www.integral.on.ca/empey/ > 604-185 Berkshire Drive, London, Ontario, Canada, N6J 3R6 > (519)-474-0296 Nadav From owner-freebsd-questions Tue Mar 4 01:17:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA08699 for questions-outgoing; Tue, 4 Mar 1997 01:17:49 -0800 (PST) Received: from ns.NL.net (ns.NL.net [193.78.240.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id BAA08694 for ; Tue, 4 Mar 1997 01:17:45 -0800 (PST) Received: from stuyts by ns.NL.net (5.65b/NLnet1.3) id AA15935; Tue, 4 Mar 1997 09:55:07 +0100 Received: from daneel (daneel.stuyts.nl [193.78.231.7]) by terminus.stuyts.nl (8.8.5/8.8.4) with SMTP id JAA00556 for ; Tue, 4 Mar 1997 09:53:58 +0100 (MET) Message-Id: <199703040853.JAA00556@terminus.stuyts.nl> Received: by daneel (NX5.67f2/NX3.0X) id AA07287; Tue, 4 Mar 97 09:53:07 +0100 Content-Type: text/plain Mime-Version: 1.0 (NeXT Mail 3.3 v118.2) X-Nextstep-Mailer: Mail 3.3 (Enhance 1.2) Received: by NeXT.Mailer (1.118.2) From: Ben Stuyts Date: Tue, 4 Mar 97 09:53:05 +0100 To: freebsd-questions@freebsd.org Subject: Are multi-session cdrom's supported? Reply-To: ben@stuyts.nl Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I haven't got any responses yet about the following question. Please, has anybody got any idea why this isn't working? Begin forwarded message: Hi, I just appended a second session to a CDR. I wrote the CDR under Win95 with Gear 4 software on a Philips CDD2600 drive. The same drive is now being used to read the CDR under FreeBSD 2.2 gamma, ctm 189. I am unable to read the second session under FreeBSD; I can only see the data from the first session. However, df shows that the disc has the correct amount of data on it. du on the mount point only shows the data for the first session. I tried mounting /dev/cd0a and /dev/cd0c. No difference. I can read the second session correctly under Win95 and WinNT. Any ideas? Am I doing something wrong or doesn't FreeBSD support multi-session cdrom's, or is this a bug? Thanks, Ben From owner-freebsd-questions Tue Mar 4 01:19:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA08881 for questions-outgoing; Tue, 4 Mar 1997 01:19:30 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA08874 for ; Tue, 4 Mar 1997 01:19:24 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id LAA22676; Tue, 4 Mar 1997 11:17:07 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma022674; Tue Mar 4 11:17:00 1997 Message-ID: <331BE845.63C1@barcode.co.il> Date: Tue, 04 Mar 1997 11:15:49 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: Andrzej Szydlo CC: freebsd-questions@FreeBSD.ORG Subject: Re: IP masquerading an ipfw References: <199703040804.JAA18605@tu.kielce.pl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Andrzej Szydlo wrote: > > Hi, > > Colud someone forward me any examples or point to any documentation > describing how to use ipfw for IP masquerading? > > TIA > > Andrzej AFAIK ipfw won't do masquerading. You may want to use IPfilter for that (it's somewhere in the ports). Nadav From owner-freebsd-questions Tue Mar 4 01:21:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA09286 for questions-outgoing; Tue, 4 Mar 1997 01:21:59 -0800 (PST) Received: from nero.in-design.com (root@nero.in-design.com [204.157.146.146]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA09281 for ; Tue, 4 Mar 1997 01:21:56 -0800 (PST) Received: (from archive@localhost) by nero.in-design.com (8.8.5/8.8.5) id EAA27195; Tue, 4 Mar 1997 04:22:00 -0500 (EST) Date: Tue, 4 Mar 1997 04:21:58 -0500 (EST) From: Intuitive Design Archive To: Andrzej Szydlo cc: freebsd-questions@freebsd.org Subject: Re: IP masquerading an ipfw In-Reply-To: <199703040804.JAA18605@tu.kielce.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Andrzej Szydlo wrote: > Hi, > > Colud someone forward me any examples or point to any documentation > describing how to use ipfw for IP masquerading? > > TIA If you are looking for a way to connect a small internal lan via PPP, check out for a proggy called ppp-alias, I am not sure where it can be had, but I am sure someone on this list knows. Also this is for Fbsd bellow 2.2 as I understand that this feature is included. As for IPFW for other perpouses, check out the handbook and faq for firewall, if you have a full install cd /usr/share/FAQ and grep firewall * :) Hope that helps. Intuitive Design Archive http://www.in-design.com archive@in-design.com From owner-freebsd-questions Tue Mar 4 01:24:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA09572 for questions-outgoing; Tue, 4 Mar 1997 01:24:37 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA09564 for ; Tue, 4 Mar 1997 01:24:32 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id LAA22696; Tue, 4 Mar 1997 11:24:38 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma022693; Tue Mar 4 11:23:57 1997 Message-ID: <331BE9E6.24C@barcode.co.il> Date: Tue, 04 Mar 1997 11:22:46 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: Michael Alwan CC: questions@FreeBSD.ORG Subject: Re: disk usage reporting References: <331BBB00.41C67EA6@rma.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Michael Alwan wrote: > > To all: > > Using df to look at my disk space, I get some confusing reports: > > free capacity mounted > on > /dev/wd0a -1282 104% / > /dev/wd0s4f etc etc This is a *very* weird setup. Why mounting something on /etc? Files in /etc are used before the filesystems get mounted (specificaly, /etc/fstab tells the system what filesystems to mount), so mounting something on top of that really makes no sense (at least to me). Are these the only file systems you have? > > The first entry perplexes me. According to the disk label editor, the > name of the disk is wd0, and the freebsd partition name is wd0s4, and > the file systems are wd0s4a...f. (This is a 1.6mb hard drive with three > primary dos partitions and one freebsd partition with the autodefaults > for file system allocation). Is the wd0a file system mentioned above > the root file system, and is it filling up because I log on as root and > all my mail and web caches are there? Why is it /dev/wd0a and not > /dev/wd0s4a? Perhaps these are the wages of the evil sin of logging on > as root--perhaps if I had a /usr/home directory I wouldn't be running > out of space. Any suggestions on how to handle this problem in the > future (relocate mail and disk caches--a temporary fix?), are my > suppositions correct, and what about the file system name > discrepancies. Any light shed on these matters would be appreciated! > > Thanks, > > Michael The root file system is reported without the slice number for historical reasons. Anyhow, FreeBSD will always boot the first BSD slice off the hard drive, so the slice number for the root filesystem is implicit. Using the root filesystem for all your needs is not recommended. Apart from getting it filled up you may also get it corrupted. The standard setup (with /usr and /var on separate file systems) will ensure that under normal operation the root filesystem is read-only, lowering the risk of corruption. Running as root also lets you use the space that UFS normaly reserves to allow faster allocations (that's why you have negative free space on it). This has a very large impact on write performance. In short - I usually try to use the root filesystem as little as possible. Most of my machines have just 20MB of root filesystem, and I never had it filled up. Your df output doesn't show any additional filesystems, but is /usr on a separate partition? If not, moving to /usr/home won't help... Nadav From owner-freebsd-questions Tue Mar 4 01:26:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA09634 for questions-outgoing; Tue, 4 Mar 1997 01:26:20 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA09629 for ; Tue, 4 Mar 1997 01:26:15 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id LAA22705; Tue, 4 Mar 1997 11:26:08 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma022703; Tue Mar 4 11:25:49 1997 Message-ID: <331BEA53.5FB8@barcode.co.il> Date: Tue, 04 Mar 1997 11:24:35 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: Larry Breyer CC: freebsd-questions@FreeBSD.ORG, breyer@breyer.com Subject: Re: How do I create an NIS Master? References: <199703040438.UAA10959@jsnet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Larry Breyer wrote: > > Hello, > > I ran "NIS Master" through your search engine and got two > 1000 pt. hits. Unfortunately the links were no good. So, > I ask, how do I create an NIS Master with FreeBSD? > > thanks, > > Larry Breyer > 408-222-7027 Start by reading 'man yp', and then go on to read the manpages for the utilities and daemons mentioned there. Basically, you need to set up a couple of options in /etc/sysconfig, and build the NIS database itself (by running make in /var/yp, after creating a NIS domain and possibly editing the Makefile there). Nadav From owner-freebsd-questions Tue Mar 4 01:28:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA09760 for questions-outgoing; Tue, 4 Mar 1997 01:28:29 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA09753 for ; Tue, 4 Mar 1997 01:28:24 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id LAA22712; Tue, 4 Mar 1997 11:28:08 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma022710; Tue Mar 4 11:28:02 1997 Message-ID: <331BEADA.1E5B@barcode.co.il> Date: Tue, 04 Mar 1997 11:26:50 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: Chuck Rouzer CC: freebsd-questions@freebsd.org Subject: Re: secondary master IDE HD & System Commander v3.01 References: <331B60CB.3FEC@spyder.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Chuck Rouzer wrote: > > Hello, > > Please email me if you know a solution. > > System Commander v3.01 does not recognize or allow me to boot to > /dev/wd2 > which is my Secondary Master HD that I have installed FreeBSD on. > > I have tried writing the MBR and setting the partition active > during > the install, but nothing works. i can't even boot to the HD from the > Boot: prompt from the install floppy. I tried: wd2/kernel wd2a/kernel > wd(2,a)/kernel, etc, etc... But I am able to see the partition during > the install/post install. > > I have not been able to find any info concerning if it is ok to > install on this HD. Any help is appreciated. > > -- > /* Chuck Rouzer - rouzer@spyder.net - http://www.spyder.net /* What is the error message you're getting if you just let it boot? Try giving 1:wd(2,a)/kernel at the Boot: prompt. If this works for you you may have to modify your kernel config file and rebuild a kernel, telling the system that the root partition is on wd2. Nadav From owner-freebsd-questions Tue Mar 4 01:34:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA10207 for questions-outgoing; Tue, 4 Mar 1997 01:34:04 -0800 (PST) Received: from f15.hotmail.com (F15.hotmail.com [207.82.250.26]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA10180 for ; Tue, 4 Mar 1997 01:34:00 -0800 (PST) Received: (from root@localhost) by f15.hotmail.com (8.7.5/8.7.3) id BAA19674; Tue, 4 Mar 1997 01:33:22 -0800 (PST) Date: Tue, 4 Mar 1997 01:33:22 -0800 (PST) Message-Id: <199703040933.BAA19674@f15.hotmail.com> Received: from 137.229.17.253 by www.hotmail.com with HTTP; Tue, 04 Mar 1997 01:33:22 PST X-Originating-IP: [137.229.17.253] From: " steve howe" To: empey@integral.on.ca, freebsd-questions@freebsd.org Subject: Re: Another question: Installing packages from a HD. Content-Type: text/plain Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk like this (and make sure of case sensitivity) ... /usr/packages/All/*.tgz's /usr/packages/INDEX / >I'm having trouble installing the packages from a DOS partition on my >HD. I've copied the directory structure from the fto site >(ftp.freebsg.org), and folllowed the install instructions. The dir >tree looks like this: > >/freebsd/bin > . > . > /packages/archivers/ > /audio/ > >etc. > >The index file is also in the /packages dir. The install utility >finds the index file for the packages, but when it tries to install >them, each package comes up not found. Is there perhaps something >wrong in my dir tree? Any help is appreciated! > >___________________________________________________________ > >David Empey >mailto: empey@integral.on.ca >homepage: http://www.integral.on.ca/empey/ >604-185 Berkshire Drive, London, Ontario, Canada, N6J 3R6 >(519)-474-0296 --------------------------------------------------------- Get Your *Web-Based* Free Email at http://www.hotmail.com --------------------------------------------------------- From owner-freebsd-questions Tue Mar 4 02:50:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA15396 for questions-outgoing; Tue, 4 Mar 1997 02:50:10 -0800 (PST) Received: from postbox.ee.ed.ac.uk (root@cox-ee-net2.ee.ed.ac.uk [129.215.80.253]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA15365 for ; Tue, 4 Mar 1997 02:49:38 -0800 (PST) Received: from lochluichart (ee3jxp@lochluichart [129.215.54.43]) by postbox.ee.ed.ac.uk (8.8.5/8.8.5) with SMTP id KAA01286 for ; Tue, 4 Mar 1997 10:48:40 GMT Message-ID: <331BFE04.1A6F@ug.ee.ed.ac.uk> Date: Tue, 04 Mar 1997 10:48:36 +0000 From: "J.Pingot" Organization: Electrical Engineering, The University of Edinburgh X-Mailer: Mozilla 3.01Gold (X11; I; SunOS 5.5.1 sun4m) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: PSpice and drawing packages under FreeBSD? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello!! Could anybody tell me, if there is a version of PSpice or any good drawing package for FreeBSD Unix operating system. If it is I would be grateful for any information about it. Thanks in advance. -- J.F.Pingot Department of Electrical Engineering The University of Edinburgh King's Buildings Mayfield Rd Edinburgh EH9 3JL (Int +44) 131 650 5665 (enquiries) J.Pingot@ug.ee.ed.ac.uk From owner-freebsd-questions Tue Mar 4 02:53:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA15480 for questions-outgoing; Tue, 4 Mar 1997 02:53:11 -0800 (PST) Received: from highdesert.net (empnet66.empnet.com [208.192.38.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA15469 for ; Tue, 4 Mar 1997 02:53:04 -0800 (PST) Received: (from natlow@localhost) by highdesert.net (8.8.3/8.8.3) id CAA00372; Tue, 4 Mar 1997 02:52:04 GMT Date: Tue, 4 Mar 1997 02:52:01 +0000 () From: Nat Low X-Sender: natlow@highdesert.net To: Stan Brown cc: Free BSD Questions list Subject: Re: Advice on installing over bad ppp link In-Reply-To: <199703040036.TAA07991@netcom15.netcom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, Stan Brown wrote: > I am trying to install 2.2 GAMA on my new laptop using ftp via an > unreliable ppp link. Unreliable that is in keeping a connection for the > *several* hours required to do a full install. > > Is there anyway to get the install to restart where it left off? Any > other advice on this? I've installed over a link like that, and I just kind of watched the monitor of the machine in the corner of my eye while it's installing. If it looks like it's hung, hit Alt-F3 and re-open your ppp connection real quick. This worked for me, it just re-established the ftp connection, and went on where it left off. Just make sure you re-open your ppp link before the download times out. > > -- > Stan Brown stanb@netcom.com 404-996-6955 > Factory Automation Systems > Atlanta Ga. > -- > Look, look, see Windows 95. Buy, lemmings, buy! > Pay no attention to that cliff ahead... Henry Spencer > (c) 1997 Stan Brown. Redistribution via the Microsoft Network is prohibited. > > From owner-freebsd-questions Tue Mar 4 03:05:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA15928 for questions-outgoing; Tue, 4 Mar 1997 03:05:43 -0800 (PST) Received: from sand.sentex.ca (sand.sentex.ca [206.222.77.6]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA15909; Tue, 4 Mar 1997 03:05:36 -0800 (PST) Received: from gravel (gravel.sentex.ca [205.211.165.210]) by sand.sentex.ca (8.8.5/8.8.3) with SMTP id GAA01294; Tue, 4 Mar 1997 06:06:47 -0500 (EST) Message-Id: <3.0.1.32.19970304055400.009cde50@sentex.net> X-Sender: mdtancsa@sentex.net X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Tue, 04 Mar 1997 05:54:00 -0500 To: Doug White From: Mike Tancsa Subject: Re: is -O2 -m486 -pipe safe ? Cc: questions@freebsd.org, stable@freebsd.org In-Reply-To: References: <3.0.1.32.19970303100950.00944180@sentex.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 11:26 PM 3/03/97 -0800, Doug White wrote: >On Mon, 3 Mar 1997, Mike Tancsa wrote: > >> >> I am going to upgrade our 2.1.5 FreeBSD news machine to 2.1.7 by >> downloading the new src tree and doing a make world with those options.... >> Is it safe to do, or should I stick with with regular -O for optimzations... > >Why not just run the 'upgrade' procedure from sysinstall? Or is there a >directive to use ``make all install'' and not this? > >FreeBSD Upgrade Checklist: Hi, Thanks for the response... I dont want to use the standard upgrade method because a)I have read a few people have had problems with the 2.1.7 upgrade taking serveral tries before working. This is a production machine that I cant have down for an "unknown" length of time with reboots and potentially tape backup restores b)Although its a production machine, I would sort of like to use it as a general test to upgrading our main server. Also, if I can compile with optimizations, and I can get a bit of a performance boost out of it then great. Its a pentium and the -m486 and -HAVE_FPU should in theory help for some of our apps... There is at least one user who runs some FP transformations on occasion. I have tried this method on my home machine, and it 'seemd' to work. However, its the first time I did a make world, and I couldnt find much documentation on it... Any idea where I can find more docs on the process ? Again, the procedure I followed was 1) Slurp down the src from ftp.freebsd.org in FreeBSD-stable/src 2) moved my old /usr/src to /usr/src.old and untared the stable src to /usr/src 3) did a make world in /usr/src 4) did a make install 5) went to /usr/src/sys/i386/conf and did a config, and recompiled and make install 6) did a reboot and all "seems" fine... But I am worried I missing anything here... I guess also, I would like to move to CSV style updates... Apart from the man pages, are there any extra docs on it? Thanks, ---Mike ---Mike ********************************************************************** Mike Tancsa (mike@sentex.net) * To do is to be -- Nietzsche Sentex Communications Corp, * To be is to do -- Sartre Cambridge, Ontario * Do be do be do -- Sinatra (http://www.sentex.net/~mdtancsa) * From owner-freebsd-questions Tue Mar 4 03:08:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA16068 for questions-outgoing; Tue, 4 Mar 1997 03:08:27 -0800 (PST) Received: from ilink.nis.za (root@ilink.nis.za [196.6.121.10]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id DAA16063 for ; Tue, 4 Mar 1997 03:08:22 -0800 (PST) Received: from robin.nis.za (robin.nis.za [196.6.121.52]) by ilink.nis.za (8.6.12/8.6.6) with SMTP id NAA24615 for ; Thu, 4 Apr 1996 13:08:02 +0200 Received: by robin.nis.za with Microsoft Mail id <01BC289D.1F813830@robin.nis.za>; Tue, 4 Mar 1997 13:08:16 -0000 Message-ID: <01BC289D.1F813830@robin.nis.za> From: Robin Hunt To: "'questions@freebsd.org'" Subject: Max number of aliased ip addresses Date: Tue, 4 Mar 1997 13:08:14 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, What is the maximum number of aliased ip addressed (ie ipconfig alias...) that freebsd supports? Thanks robin@nis.za From owner-freebsd-questions Tue Mar 4 03:38:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA17210 for questions-outgoing; Tue, 4 Mar 1997 03:38:14 -0800 (PST) Received: from chow.cisco.com (chow.cisco.com [171.69.1.204]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id DAA17205 for ; Tue, 4 Mar 1997 03:38:12 -0800 (PST) Received: from rjohnson-home-ss20.cisco.com (rjohnson-home-ss20.cisco.com [171.69.113.50]) by chow.cisco.com (8.6.12/8.6.5) with ESMTP id DAA03305 for ; Tue, 4 Mar 1997 03:37:41 -0800 Received: from rjohnson-home-ss20 ([127.0.0.1]) by rjohnson-home-ss20.cisco.com (8.6.8+c/CISCO.WS.1.1) with SMTP id DAA20054 for ; Tue, 4 Mar 1997 03:37:40 -0800 Message-Id: <331C0983.41C67EA6@cisco.com> Date: Tue, 04 Mar 1997 03:37:39 -0800 From: Richard Johnson X-Mailer: Mozilla 2.0 (X11; I; SunOS 4.1.3_U1 sun4m) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD on an NEC Versa 6030X? X-Url: http://www.freebsd.org/handbook/hw.html Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm thinking about purchasing a NEC Versa 6030X notebook PC and running FreeBSD with X Windows on it. This system has a 1024x768 (XGA) TFT screen, a Pentium 133 processor, 1.44Gb disk, 16Mb memory (I would probably upgrade that to at least 32Mb). Are there any known problems with this type of setup? I figured I'd get the latest FreeBSD CDROM and boot/install directly from the internal CD drive onto disk. The system can handle two LiIon batteries at once so that should help a lot with power consumption, and I can always exchange the CDROM for another disk drive if I need more space for compiling programs for installation. Opinions? Things to look out for? Any input will be greatly appreciated. (I'm not on this mailing list so please reply directly to me. Thanks.) /raj From owner-freebsd-questions Tue Mar 4 04:26:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA19338 for questions-outgoing; Tue, 4 Mar 1997 04:26:36 -0800 (PST) Received: from out1.ibm.net (out1.ibm.net [165.87.194.252]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id EAA19332 for ; Tue, 4 Mar 1997 04:26:33 -0800 (PST) Received: (from uucp@localhost) by out1.ibm.net (8.6.9/8.6.9) id MAA141779 for ; Tue, 4 Mar 1997 12:26:32 GMT Message-Id: <199703041226.MAA141779@out1.ibm.net> Received: from slip166-72-108-68.ny.us.ibm.net(166.72.108.68) by out1.ibm.net via smap (V1.3mjr) id smaQrcDe7; Tue Mar 4 12:26:21 1997 From: "Mike G." To: "freebsd-install" Date: Tue, 04 Mar 97 07:22:18 Reply-To: "Mike G." Priority: Normal X-Mailer: Michael Goeringer's Registered PMMail 1.53 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: X-window Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Just installed 2.1.6 and the strangest thing. X-window can only be run by a user who is using a tcsh shell. Not even root who defaults to csh. I've checked the permissions and all seems well. I would appreciate any suggestions as to why this is. Michael G. Brought to you by the Letters 'O' and 'S' and the number '2' :) From owner-freebsd-questions Tue Mar 4 04:36:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA20379 for questions-outgoing; Tue, 4 Mar 1997 04:36:34 -0800 (PST) Received: from main.gbdata.com (USR1-1.detnet.com [207.113.12.24]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA20368 for ; Tue, 4 Mar 1997 04:36:27 -0800 (PST) Received: (from gclarkii@localhost) by main.gbdata.com (8.8.5/8.6.9) id GAA10597; Tue, 4 Mar 1997 06:36:09 -0600 (CST) From: Gary Clark II Message-Id: <199703041236.GAA10597@main.gbdata.com> Subject: Re: Compiling perl To: dwhite@resnet.uoregon.edu Date: Tue, 4 Mar 1997 06:36:09 -0600 (CST) Cc: pitlord@dementia.net, questions@freebsd.org In-Reply-To: from Doug White at "Mar 3, 97 12:10:05 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Doug White wrote: > On Sat, 1 Mar 1997, PitLord wrote: > > > Has anyone successfully compiled perl 5.003 using FreeBSD 3.0-970124-SNAP? > > I keep receiving errors about the DIR structure. I did a make world with source to upgrade an old 2.2-current machine right around this date and have had no problems with perl5.003_23 or higher. > > Have you tried the perl5 port? If this is in the port you should contact > the port's maintainer, listed in the Makefile. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > Gary -- Gary Clark II (N5VMF) | I speak only for myself and "maybe" my company gclarkii@GBData.COM | Member of the FreeBSD Doc Team Providing Internet and ISP startups mail info@GBData.COM for information FreeBSD FAQ at ftp://ftp.FreeBSD.ORG/pub/FreeBSD/docs/freebsd-faq.ascii From owner-freebsd-questions Tue Mar 4 07:12:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA25762 for questions-outgoing; Tue, 4 Mar 1997 07:12:07 -0800 (PST) Received: from chain-work.iafrica.com (chain-work.iafrica.com [196.31.1.66]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA25755 for ; Tue, 4 Mar 1997 07:12:03 -0800 (PST) Received: from localhost (khetan@localhost) by chain-work.iafrica.com (8.8.5/8.8.5) with SMTP id RAA09245 for ; Tue, 4 Mar 1997 17:13:07 +0200 (SAT) Date: Tue, 4 Mar 1997 17:13:07 +0200 (SAT) From: Khetan Gajjar To: questions@freebsd.org Subject: Web search engines Message-ID: X-Alternate-Address: gjjkhe01@sonnenberg.uct.ac.za X-PGP-Fingerprint: FF F9 1C B8 39 06 1E CD 60 4C E8 57 2D A3 46 E7 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi. Does anybody in -question land know of a good web search engine ? I've had a look at htDig, but it keeps core-dumping as soon as the databases get larger than 40MB. I tried Excite, but it requires all the documents to be on the same machine as the engine - not viable in our case, where the web server needs to index about 5/6 machines. Any advice appreciated. --- Khetan Gajjar [ http://www.iafrica.com/~khetan] I'm a FreeBSD User! [ http://www.freebsd.org ] PGP Key [finger khetan@chain.iafrica.com] UUNet Internet Africa [0800-030-002 & help@iafrica.com] From owner-freebsd-questions Tue Mar 4 07:27:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA26440 for questions-outgoing; Tue, 4 Mar 1997 07:27:48 -0800 (PST) Received: from rtp.vnet.net (rtp.vnet.net [166.82.1.8]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA26435 for ; Tue, 4 Mar 1997 07:27:46 -0800 (PST) From: austin@wil.net Received: from jimi.vnet.net (jimi.vnet.net [166.82.1.19]) by rtp.vnet.net (8.8.4/8.8.4) with ESMTP id KAA13499 for ; Tue, 4 Mar 1997 10:25:30 -0500 (EST) Received: from default (sts-wil1-7.wil.net [166.82.142.230]) by jimi.vnet.net (8.8.4/8.8.4) with ESMTP id KAA22547 for ; Tue, 4 Mar 1997 10:28:12 -0500 (EST) Message-ID: <331C3F60.201D@wil.net> Date: Tue, 04 Mar 1997 10:27:28 -0500 Reply-To: austin@wil.net X-Mailer: Mozilla 4.0b2 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: BSD vs Linux X-Priority: 3 (Normal) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk  What are the adavantages of using FreeBSD vs Linux? From owner-freebsd-questions Tue Mar 4 07:54:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA27760 for questions-outgoing; Tue, 4 Mar 1997 07:54:38 -0800 (PST) Received: from mailbox.ser.bbnplanet.com (mailbox.sura.net [128.167.254.216]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA27747 for ; Tue, 4 Mar 1997 07:54:20 -0800 (PST) Received: from nola.srrc.usda.gov (nola.srrc.usda.gov [199.78.118.2]) by mailbox.ser.bbnplanet.com (8.8.4/8.7.2) with SMTP id KAA05415 for ; Tue, 4 Mar 1997 10:53:35 -0500 (EST) Received: from [199.78.118.118] by nola.srrc.usda.gov (AIX 3.2/UCB 5.64/4.03) id AA20548; Tue, 4 Mar 1997 09:46:52 -0600 Message-Id: <331C4567.52B0C1B8@nola.srrc.usda.gov> Date: Tue, 04 Mar 1997 09:53:11 -0600 From: Glenn Johnson Organization: USDA-ARS-SRRC; CFQ X-Mailer: Mozilla 3.01 (X11; I; Linux 2.0.18 i686) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: xdm on 2.2GAMMA Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I just upgraded from 2.1.6 to 2.2GAMMA(2-15-97). I put the following command in /etc/fbtab: /dev/ttyv0 0600 /dev/console and I put the following in /etc/rc.local: /usr/X11R6/bin/xdm This worked in 2.1.6 but it does not work in 2.2GAMMA. I get the xdm login screen but when I enter the username and password, the screen switces to a grey background, sits for a couple of seconds, and then goes back to the login screen. Is this a known problem in 2.2, or do I need to do something different to set up xdm? Any help is most appeciated and I thank you in advance. -- Glenn Johnson USDA-ARS-SRRC; CFQ Phone: (504) 286-4252; FAX: (504) 286-4217 e-mail: gjohnson@nola.srrc.usda.gov From owner-freebsd-questions Tue Mar 4 08:03:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA28207 for questions-outgoing; Tue, 4 Mar 1997 08:03:37 -0800 (PST) Received: from theoden.adc.com (theoden.adc.com [155.226.16.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA28201 for ; Tue, 4 Mar 1997 08:03:31 -0800 (PST) Received: (from mad@localhost) by theoden.adc.com (8.7.5/8.7.3) id KAA07885 for questions@freebsd.org; Tue, 4 Mar 1997 10:02:55 -0600 (CST) From: "Michael A. Dorin" Message-Id: <199703041602.KAA07885@theoden.adc.com> Subject: ethernet bridge To: questions@freebsd.org Date: Tue, 4 Mar 1997 10:02:55 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk A while ago somebody posted a message regarding an ethernet bridge. What I would like to do is use an old 286 with 2 ethernet cards and have it just dump packets from one lan to the other. (My isdn router will only talk to 1 ethernet address and I have 6 IP address I would like to use) Anybody remember where I can ftp that code from? -Mike http://www.chaski.com/wwwboards/freebsd From owner-freebsd-questions Tue Mar 4 08:15:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA28627 for questions-outgoing; Tue, 4 Mar 1997 08:15:53 -0800 (PST) Received: from dragon.ti.com (dragon.ti.com [192.94.94.61]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA28620 for ; Tue, 4 Mar 1997 08:15:48 -0800 (PST) Received: from lesol1.dseg.ti.com ([157.170.147.17]) by dragon.ti.com (8.6.13) with ESMTP id KAA02467 for ; Tue, 4 Mar 1997 10:15:11 -0600 Received: from sc10.dseg.ti.com (sc10.dseg.ti.com [172.25.34.214]) by lesol1.dseg.ti.com (8.6.9/8.6.6) with SMTP id KAA11723 for ; Tue, 4 Mar 1997 10:15:10 -0600 Received: by sc10.dseg.ti.com (4.1/SMI-4.1) id AA24802; Tue, 4 Mar 97 10:18:01 CST Date: Tue, 4 Mar 97 10:18:01 CST From: eck@sc10.dseg.ti.com (Terry Eck) Message-Id: <9703041618.AA24802@sc10.dseg.ti.com> To: questions@FreeBSD.ORG Subject: Documentation on fbsdboot.exe Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As the subject says I'm looking for documentation on the use of a DOS program called fbsdboot.exe. I've downloaded the code and had a look at the source. Apparently it expects the kernel on C:\kernel as the default. Anyone using this program? If so, can you give me some details? My situation is I've install / of FreeBSD on my first ide drive with /usr /var and swap on a scsi partition. I've tried booting with System Commander and with the install boot disk using wd(0,a)/kernel without much success. Now I'd like to try fbsdboot.exe before giving. Regards, Terry _____________________________________________________________________________ Terry Eck //// Hukt on Foniks Rilly Wurkt Fer Mee! //// From owner-freebsd-questions Tue Mar 4 08:29:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA29114 for questions-outgoing; Tue, 4 Mar 1997 08:29:26 -0800 (PST) Received: from optel.net (dns.optel.net [206.48.96.237]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id IAA29108 for ; Tue, 4 Mar 1997 08:29:22 -0800 (PST) Received: from apatron.optel.net by optel.net (SMI-8.6/SMI-SVR4) id KAA15281; Tue, 4 Mar 1997 10:27:56 -0600 Message-Id: <199703041627.KAA15281@optel.net> From: "Ing. Alfredo Patron Schacht" To: "FreeBSD support" Subject: problems with SCSI controller Date: Tue, 4 Mar 1997 10:28:14 -0600 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1160 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dear Sirs I have the following problem installing FreeBSD 2.1 from a CD-ROM: Im installing over a Compaq Prosignia 300 server it has a Fast SCSI-2/P controller. I place the FreeBSD 2.1 CDROM and proceed to install but it gives me the error that there is no hard disk present, nor CD-ROM present. I go to the options menu and tell it to install from the CD-ROM and it tells me that there is no CD-ROM present, and IŽm actually reading the installation program from the CD-ROM!!! Please help ------------------------------------------------------------------ Ing. Alfredo Patron Schacht Optel Telecomunicaciones e-mail: apatron@optel.net web: http://www.optel.net tel: 525-201-4083 fax: 525-201-4030 ----------------------------------------------------------------- From owner-freebsd-questions Tue Mar 4 08:30:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA29218 for questions-outgoing; Tue, 4 Mar 1997 08:30:14 -0800 (PST) Received: from slacker.cu-online.com (slacker.cu-online.com [206.185.2.73]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA29213 for ; Tue, 4 Mar 1997 08:30:10 -0800 (PST) Received: (from valgar@localhost) by slacker.cu-online.com (8.8.3/8.8.3) id KAA13672 for questions@freebsd.org; Tue, 4 Mar 1997 10:31:31 -0600 (CST) Date: Tue, 4 Mar 1997 10:31:31 -0600 (CST) From: Valgar Allslayer Message-Id: <199703041631.KAA13672@slacker.cu-online.com> To: questions@freebsd.org Subject: Upgrading... Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I currently have 2.1.6 installed on my system. I began the install from a 2.1.5 cdrom, unfortunately I couldn't get FreeBSD to recognize the cdrom drive once the process had begun. Thus I was forced to install via FTP, thus I installed 2.1.6 rather than 2.1.5. Now I want to upgrade to either 2.1.7 or 2.2 I attempted to use SUP, but after receiving all the sources I began the compile and it would run for about 2-3 hours then dump on error code 1. I then attempted to install via /stand/sysinstall. After setting the version in the options editor I would attempt to log in via ftp. It would log in, then sit at a blank screen. Is there any surefire way to upgrade? From owner-freebsd-questions Tue Mar 4 08:32:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA29346 for questions-outgoing; Tue, 4 Mar 1997 08:32:57 -0800 (PST) Received: from execulink.com (root@execulink.com [207.216.160.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA29340 for ; Tue, 4 Mar 1997 08:32:52 -0800 (PST) Received: from empey (PC-531.on.rogers.wave.ca [24.112.48.46]) by execulink.com (8.8.4/8.7.3) with ESMTP id LAA23566; Tue, 4 Mar 1997 11:32:26 -0500 (EST) Received: from Spooler by empey (Mercury/32 1.22); 4 Mar 97 11:32:18 +0500 Received: from spooler by integral.on.ca (Mercury/32 1.23); 4 Mar 97 11:32:04 +0500 From: "David Empey" Organization: Integral Communications To: " steve howe" Date: Tue, 4 Mar 1997 11:31:50 +0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Another question: Installing packages from a HD. Reply-to: empey@integral.on.ca CC: freebsd-questions@freebsd.org Priority: normal X-mailer: Pegasus Mail for Windows (v2.42a) Message-ID: <1F5B39083C@integral.on.ca> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk With the exeception of the /usr dir, I have things set up the way you describe. FreeBSD finds the index file, and gives me a list of packages, but then can't find the packages when I try to install them. > like this (and make sure of case sensitivity) ... > /usr/packages/All/*.tgz's > /usr/packages/INDEX > / > >I'm having trouble installing the packages from a DOS partition on my > >HD. I've copied the directory structure from the fto site > >(ftp.freebsg.org), and folllowed the install instructions. The dir > >tree looks like this: > > > >/freebsd/bin > > . > > . > > /packages/archivers/ > > /audio/ > > > >etc. > > > >The index file is also in the /packages dir. The install utility > >finds the index file for the packages, but when it tries to install > >them, each package comes up not found. Is there perhaps something > >wrong in my dir tree? Any help is appreciated! From owner-freebsd-questions Tue Mar 4 08:38:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA29531 for questions-outgoing; Tue, 4 Mar 1997 08:38:17 -0800 (PST) Received: from macon.informatik.uni-tuebingen.de (macon2.Informatik.Uni-Tuebingen.De [134.2.13.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA29525 for ; Tue, 4 Mar 1997 08:38:12 -0800 (PST) Received: from modas.informatik.uni-tuebingen.de (modas.Informatik.Uni-Tuebingen.De [134.2.12.3]) by macon.informatik.uni-tuebingen.de (8.8.4/8.8.3/AIX-4.1/WSI-1.0) with SMTP id RAA22722 for ; Tue, 4 Mar 1997 17:37:57 +0100 Received: by modas.informatik.uni-tuebingen.de (AIX 4.1/UCB 5.64/4.03) id AA24244; Tue, 4 Mar 1997 17:37:56 +0100 To: questions@freebsd.org Subject: How to initialize printer from user space? Mime-Version: 1.0 (generated by tm-edit 7.105) Content-Type: text/plain; charset=US-ASCII From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) Date: 04 Mar 1997 17:37:55 +0100 Message-Id: Lines: 9 X-Mailer: Gnus v5.4.15/XEmacs 20.1 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm looking for a way to send an INIT signal to a centronics part---I need this to drive some non-standard hardware. (I.e. from C code.) The code is obviously in the kernel (and seems to get run at boot time), I just don't know how to invoke it from user space. Any help would be *much* appreciated. Cheers =8-} Mike From owner-freebsd-questions Tue Mar 4 09:21:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA01629 for questions-outgoing; Tue, 4 Mar 1997 09:21:55 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA01623 for ; Tue, 4 Mar 1997 09:21:49 -0800 (PST) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id TAA24039; Tue, 4 Mar 1997 19:21:54 +0200 (IST) Date: Tue, 4 Mar 1997 19:21:54 +0200 (IST) From: Nadav Eiron To: "Ing. Alfredo Patron Schacht" cc: FreeBSD support Subject: Re: problems with SCSI controller In-Reply-To: <199703041627.KAA15281@optel.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by freefall.freebsd.org id JAA01624 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Ing. Alfredo Patron Schacht wrote: > Dear Sirs I have the following problem installing FreeBSD 2.1 from a > CD-ROM: 2.1 is a bit outdated, you may want to try something newer... > > Im installing over a Compaq Prosignia 300 server it has a Fast SCSI-2/P > controller. > I place the FreeBSD 2.1 CDROM and proceed to install but it gives me the > error that there is no hard disk present, nor CD-ROM present. What type of SCSI controller do you have? Try to disable all other controllers you don't use (by giving -c at the Boot: prompt). > > I go to the options menu and tell it to install from the CD-ROM and it > tells me that there is no CD-ROM present, and IŽm actually reading the > installation program from the CD-ROM!!! > > Please help Gladly, but we need to know more details. Your full hardware configuration would be of great help, as well as any messages written to the console during the device probe. > ------------------------------------------------------------------ > Ing. Alfredo Patron Schacht > Optel Telecomunicaciones > e-mail: apatron@optel.net > web: http://www.optel.net > tel: 525-201-4083 > fax: 525-201-4030 > ----------------------------------------------------------------- > Nadav From owner-freebsd-questions Tue Mar 4 09:27:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA01927 for questions-outgoing; Tue, 4 Mar 1997 09:27:37 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA01920 for ; Tue, 4 Mar 1997 09:27:30 -0800 (PST) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id TAA24075; Tue, 4 Mar 1997 19:26:56 +0200 (IST) Date: Tue, 4 Mar 1997 19:26:56 +0200 (IST) From: Nadav Eiron To: David Empey cc: steve howe , freebsd-questions@freebsd.org Subject: Re: Another question: Installing packages from a HD. In-Reply-To: <1F5B39083C@integral.on.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, David Empey wrote: > With the exeception of the /usr dir, I have things set up the way you > describe. FreeBSD finds the index file, and gives me a list of > packages, but then can't find the packages when I try to install > them. Don't put packages on DOS partitions. Copy them to the FreeBSD partition. DOS will truncate the file name. You must give the .tgz files the same name they have on the ftp site. > > > like this (and make sure of case sensitivity) ... > > /usr/packages/All/*.tgz's > > /usr/packages/INDEX > > / > > >I'm having trouble installing the packages from a DOS partition on my > > >HD. I've copied the directory structure from the fto site > > >(ftp.freebsg.org), and folllowed the install instructions. The dir > > >tree looks like this: > > > > > >/freebsd/bin > > > . > > > . > > > /packages/archivers/ > > > /audio/ > > > > > >etc. > > > > > >The index file is also in the /packages dir. The install utility > > >finds the index file for the packages, but when it tries to install > > >them, each package comes up not found. Is there perhaps something > > >wrong in my dir tree? Any help is appreciated! > From owner-freebsd-questions Tue Mar 4 09:45:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA02827 for questions-outgoing; Tue, 4 Mar 1997 09:45:34 -0800 (PST) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA02796 for ; Tue, 4 Mar 1997 09:44:59 -0800 (PST) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id RAA11215; Tue, 4 Mar 1997 17:57:58 +0100 From: Luigi Rizzo Message-Id: <199703041657.RAA11215@labinfo.iet.unipi.it> Subject: Re: ethernet bridge To: mad@theoden.adc.com (Michael A. Dorin) Date: Tue, 4 Mar 1997 17:57:57 +0100 (MET) Cc: questions@freebsd.org In-Reply-To: <199703041602.KAA07885@theoden.adc.com> from "Michael A. Dorin" at Mar 4, 97 10:02:36 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > A while ago somebody posted a message regarding an ethernet bridge. that was me... > What I would like to do is use an old 286 with 2 ethernet cards and have > it just dump packets from one lan to the other. (My isdn router will only > talk to 1 ethernet address and I have 6 IP address I would like to use) > > Anybody remember where I can ftp that code from? http://www.iet.unipi.it/~luigi/ bdg277 is the 286 version, but it requires the (now discontinued) SMC8013 boards (or the WD80x3, extremely hard to find here). bdg3xx is the 386+ version, much more performant and supports NE2000 clones including PCI Luigi From owner-freebsd-questions Tue Mar 4 09:48:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA03079 for questions-outgoing; Tue, 4 Mar 1997 09:48:47 -0800 (PST) Received: from knights.cc.ucf.edu (root@knights.cc.ucf.edu [132.170.246.40]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA03072 for ; Tue, 4 Mar 1997 09:48:45 -0800 (PST) Received: from Pegasus.cc.ucf.edu(really [132.170.240.30]) by knights.cc.ucf.edu via sendmail with smtp (ident mn39337 using rfc1413) id for ; Tue, 4 Mar 1997 12:42:44 -0500 (EST) (Smail-3.2 1996-Jul-4 #14 built 1996-Oct-22) Date: Tue, 4 Mar 1997 12:44:20 -0500 (EST) From: Martin Naskovski X-Sender: mn39337@pegasus To: freebsd-questions@freebsd.com Subject: PPP/PAP authentication Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi. I can't get PAP to work on ppp under FreeBSD 2.1.7. I set up the login name right, the password too, including the enable pap, disable chap, accept pap parameters, and then all I get once it successfully logs in is a "Packet mode" response, the ppp doesn't convert to PPP to signify that it did actually went into PPP, and when I try to ping, it shows as though no routes exist for the outside world. Would anyone _please_ tell me what I miss to do? I just used the stuff that's in /etc/ppp but it don't quite work, I guess I'm forgetting to set something up? Can someone else who uses PAP authentication tell me what their setup looks like or forward it to me as attachment? Thank you. Martin From owner-freebsd-questions Tue Mar 4 10:04:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA04036 for questions-outgoing; Tue, 4 Mar 1997 10:04:12 -0800 (PST) Received: from rma.edu (rma.edu [207.0.141.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA04016 for ; Tue, 4 Mar 1997 10:04:06 -0800 (PST) Received: from alwan.rma.edu ([207.0.141.27]) by rma.edu with SMTP (IPAD 1.51) id 4714800 ; Tue, 04 Mar 1997 13:08:31 EST Message-Id: <3.0.1.32.19970304130236.00690c6c@rma.edu> X-Sender: alwan@rma.edu (Unverified) X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Tue, 04 Mar 1997 13:02:36 -0500 To: Nadav Eiron From: Michael Alwan Subject: Re: disk usage reporting Cc: questions@freebsd.org In-Reply-To: <331BE9E6.24C@barcode.co.il> References: <331BBB00.41C67EA6@rma.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 11:22 AM 3/4/97 +0200, you wrote: >Michael Alwan wrote: >> >> To all: >> >> Using df to look at my disk space, I get some confusing reports: >> >> free capacity mounted >> on >> /dev/wd0a -1282 104% / >> /dev/wd0s4f etc etc > >This is a *very* weird setup. Why mounting something on /etc? My apologies for the confusing shorthand. "Etc" just meant more output I didn't think was related to my question. These are my actual file systems: 1-k blocks used avail capacity mounted on /dev/wd0a 31775 29903 -603 102% / /dev/wd0s4f 371087 126120 215281 37% /usr /dev/wd0s4e 29727 14061 13288 51% /var procfs 4 4 0 100% /proc >> Is the wd0a file system mentioned above >> the root file system, and is it filling up because I log on as root and >> all my mail and web caches are there? Why is it /dev/wd0a and not >> /dev/wd0s4a? Perhaps these are the wages of the evil sin of logging on >> as root--perhaps if I had a /usr/home directory I wouldn't be running >> out of space. Any suggestions on how to handle this problem in the >> future (relocate mail and disk caches--a temporary fix?), are my >> suppositions correct, and what about the file system name >> discrepancies. Any light shed on these matters would be appreciated! >> >> Thanks, >> >> Michael >The root file system is reported without the slice number for historical >reasons. Anyhow, FreeBSD will always boot the first BSD slice off the >hard drive, so the slice number for the root filesystem is implicit. >Using the root filesystem for all your needs is not recommended. Apart >from getting it filled up you may also get it corrupted. The standard >setup (with /usr and /var on separate file systems) will ensure that >under normal operation the root filesystem is read-only, lowering the >risk of corruption. > >Running as root also lets you use the space that UFS normaly reserves to >allow faster allocations (that's why you have negative free space on >it). This has a very large impact on write performance. In short - I >usually try to use the root filesystem as little as possible. Most of my >machines have just 20MB of root filesystem, and I never had it filled >up. > >Your df output doesn't show any additional filesystems, but is /usr on a >separate partition? If not, moving to /usr/home won't help... > >Nadav > So, installing Netscape Communicator, xfmail, and all those other goodies while running as root has dumped their caches and so on in the root ( / ) filesystem--correct? Besides getting these caches out of root, what other kinds of cleanup should I do? I can change the cache locations from Netscape, and prefer not to have to reinstall everything if that is realistic. But I get the impression that installing so many things as root may have totally screwed up my file systems in ways I don't yet understand. I assume the correct thing to do is create at least one user and user group like the setup program suggested. I had some problems with this before--specifically, creating a user that had permission to su to root so I could work on configuration files. I tried to create a user in the group wheel and was told wheel was not a valid group assignment. Could you give me a couple pointers to keep me from destroying my system until I finish RTFM? :) Thanks, Michael From owner-freebsd-questions Tue Mar 4 10:14:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA04996 for questions-outgoing; Tue, 4 Mar 1997 10:14:57 -0800 (PST) Received: from mail.tm.net.my (janeway.tm.net.my [202.188.0.155]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA04980 for ; Tue, 4 Mar 1997 10:14:45 -0800 (PST) From: sweeting@tm.net.my Received: from [111.111.111.110] ([202.184.153.105]) by mail.tm.net.my (8.8.5/8.8.4) with SMTP id CAA22417 for ; Wed, 5 Mar 1997 02:14:13 +0800 (SGT) Date: Wed, 5 Mar 1997 02:14:13 +0800 (SGT) X-Sender: sweeting@mail.tm.net.my Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@freebsd.org Subject: pls help : route and virtual domains ? Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk pls excuse the length of this email : i am hoping that by including all details, someone can put me out of my misery and i can eventually go home : The goal : -------- I am trying to run virtual domains on my laptop connected to the Internet with 3com pcmcia ethernet card (zp0). The laptop boots as word.com.my (202.184.153.84) with no problems and now i simply wish to ifconfig alias models.com.my (202.184.153.18) too... This is pretty simple on AIX and OSF with # ifconfig zp0 202.184.153.18 netmask 255.255.255.0 alias The problem : ------------- # ifconfig zp0 202.184.153.18 netmask 255.255.255.0 alias caused and error .... ifconfig: ioctl (SIOCAIFADDR) : file exists and i found archive references saying to use the following : # ifconfig zp0 202.184.153.18 netmask 255.255.255.255 alias but then i received - #Feb 22 05:32:16 word routed[50]:punt RTM_ADD without a gateway Feb 22 05:32:16 word routed[50]:punt RTM_ADD without a gateway Feb 22 05:32:16 word routed[50]:punt RTM_ADD without a gateway #Feb 22 05:32:16 word routed[50]:possible netmask problem between zp0:202.184.153.18/32 and zp0:202.184.153.0/24 Feb 22 05:32:16 word routed[50]:possible netmask problem between zp0:202.184.153.18/32 and zp0:202.184.153.0/24 Feb 22 05:32:16 word routed[50]:possible netmask problem between zp0:202.184.153.18/32 and zp0:202.184.153.0/24 #Feb 22 05:32:16 word /kernel:arp_rtrequest:bad gateway value I can ping both word.com.my and models.com.my from any other machine. But if I ping them from the FreeBSD box itself, I can ping the original interface IP (word.com.my) but pinging the alias, models.com.my, gives : Feb 22 05:32:16 word /kernel arpresolve:can't allocate llinfo for 202.184.153.18 I checked the archives and it would appear that arpresolve errors are due to the routing tables being not set up properly. The Evidence : ------------- ==== results of netstat -r ===== Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 202.184.153.1 UGc 0 0 zp0 localhost localhost UH 0 1 lo0 202.184.153 link#2 UC 0 0 202.184.153.1 link#2 UHLW 1 0 neuronet 0:0:f8:21:2b:74 UHLW 0 90 zp0 1175 202.184.153.18 202.184.153.18 UH 0 0 zp0 => 202.184.153.18/32 link#2 UC 0 0 love 0:c0:4f:db:17:23 UHLW 0 59 zp0 686 ==== the networking part of /etc/sysconfig contains the following : ==== hostname=word.com.my defaultdomainname=NO tcp_extensions=YES network_interfaces="zp0 lo0" ifconfig_lo0="inet localhost" ifconfig_zp0="inet 202.184.153.84 netmask 0xffffff00" static_routes="" defaultrouter=202.184.153.1 router="routed" routerflags=-q namedflags="-b /etc/namedb/named.boot" gateway=NO firewall=NO additional info : ----------------- running secondary name server on this FreeBSD box. BUT the zone files equating models.com.my to 202.184.153.18 are on the Domain Name server one up from us in the food chain. (202.184.153.1 is our router) ie. named.root contains ... . 3600000 IN NS duke.neuronet.com.my. duke.neuronet.com.my. 3600000 A 202.184.153.3 === localhost.rev : === ; This file is automatically edited by the `make-localhost' script in ; the /etc/namedb directory. ; @ IN SOA world.com.my. root.word.com.my. ( 970221 ; Serial 3600 ; Refresh 300 ; Retry 3600000 ; Expire 3600 ) ; Minimum IN NS word.com.my. 1 IN PTR localhost.com.my. === /etc/resolv.conf === nameserver 202.184.153.3 domain neuronet.com.my Can anyone pls point me in the right direction here? Evi Nemeth's normally very helpful book is confusing me with routing and "route" . if you could email me at sweeting@tm.net.my, i would be extremely grateful. thank you very much in advance., chas ps. also, the results of ifconfig -a ---------------------------------- lp0: flags=8810 mtu 1500 zp0: flags=1843 mtu 1500 inet 202.184.153.84 netmask 0xffffff00 broadcast 202.184.153.255 inet 202.184.153.18 netmask 0xffffffff broadcast 202.184.153.18 ether 00:a0:24:ac:13:e7 tun0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 /etc/hosts ---------- 127.0.0.1 localhost.word.com.my localhost 202.184.153.84 word.com.my word 202.184.153.3 duke.neuronet.com.my From owner-freebsd-questions Tue Mar 4 10:17:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA05233 for questions-outgoing; Tue, 4 Mar 1997 10:17:09 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA05223 for ; Tue, 4 Mar 1997 10:17:06 -0800 (PST) Received: from www.sdsp.mc.xerox.com ([13.231.132.18]) by alpha.xerox.com with SMTP id <16683(8)>; Tue, 4 Mar 1997 10:16:25 PST Received: from gnu.sdsp.mc.xerox.com (gnu.sdsp.mc.xerox.com [13.231.133.90]) by www.sdsp.mc.xerox.com (8.8.5/8.8.5) with SMTP id NAA09715; Tue, 4 Mar 1997 13:18:12 -0500 (EST) Received: by gnu.sdsp.mc.xerox.com (4.1/client-1.3) id AA26088; Tue, 4 Mar 97 13:17:56 EST Message-Id: <9703041817.AA26088@gnu.sdsp.mc.xerox.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Chuck Rouzer Cc: freebsd-questions@freebsd.org Subject: Re: secondary master IDE HD & System Commander v3.01 In-Reply-To: Your message of "Mon, 03 Mar 1997 15:37:47 PST." <331B60CB.3FEC@spyder.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 4 Mar 1997 10:17:55 PST From: "Marty Leisner" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've had grief trying to boot freebsd from a non-primary disk... (I've had no problem with other systems). I load the kernel, but I panic afterwards (this happened on different machines over the last year). The solution I've found is to make a small slice on the first disk, boot that, and have a larger slice on the second disk... (with system commander, booting has been no problem, mounting root confused things). -- marty leisner@sdsp.mc.xerox.com The Feynman problem solving Algorithm 1) Write down the problem 2) Think real hard 3) Write down the answer Murray Gel-mann in the NY Times From owner-freebsd-questions Tue Mar 4 10:27:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA06131 for questions-outgoing; Tue, 4 Mar 1997 10:27:23 -0800 (PST) Received: from cicese.cicese.mx (cicese.cicese.mx [158.97.1.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA06123 for ; Tue, 4 Mar 1997 10:27:20 -0800 (PST) Received: from knuth.cicese.mx by cicese.cicese.mx (4.1/SMI-4.1) id AA08098; Tue, 4 Mar 97 10:27:07 PST Received: by knuth.cicese.mx (SMI-8.6/SMI-SVR4) id KAA06320; Tue, 4 Mar 1997 10:29:41 -0800 Date: Tue, 4 Mar 1997 10:29:41 -0800 From: rvega@cicese.mx (Raymundo Vega Aguilar) Message-Id: <199703041829.KAA06320@knuth.cicese.mx> To: questions@freebsd.org, apatron@optel.net Subject: Re: problems with SCSI controller Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Md5: GhbMZUxv40dVQiTjBRmI6g== Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by freefall.freebsd.org id KAA06125 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Im installing over a Compaq Prosignia 300 server it has a Fast SCSI-2/P > controller. > I place the FreeBSD 2.1 CDROM and proceed to install but it gives me the > error that there is no hard disk present, nor CD-ROM present. > > I go to the options menu and tell it to install from the CD-ROM and it > tells me that there is no CD-ROM present, and IŽm actually reading the > installation program from the CD-ROM!!! > > Please help > ------------------------------------------------------------------ > Ing. Alfredo Patron Schacht what is the make and model of thescsi controller card??? raymundo From owner-freebsd-questions Tue Mar 4 10:36:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA06683 for questions-outgoing; Tue, 4 Mar 1997 10:36:12 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA06674 for ; Tue, 4 Mar 1997 10:36:06 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id KAA21986; Tue, 4 Mar 1997 10:35:47 -0800 (PST) Date: Tue, 4 Mar 1997 10:35:47 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: ben@stuyts.nl cc: freebsd-questions@freebsd.org Subject: Re: Are multi-session cdrom's supported? In-Reply-To: <199703040853.JAA00556@terminus.stuyts.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Ben Stuyts wrote: > I am unable to read the second session under FreeBSD; I can only see the data > from the first session. However, df shows that the disc has the correct > amount of data on it. du on the mount point only shows the data for the first > session. I tried mounting /dev/cd0a and /dev/cd0c. No difference. To be honest, I don't think they're supported. Why would you have multiple ISO9660 filesystems on the same CD? Isn't that a bit of a waste of space? I know of having multiple different FSs (ie, PC and Mac on one disc). Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 10:39:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA06933 for questions-outgoing; Tue, 4 Mar 1997 10:39:17 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA06922 for ; Tue, 4 Mar 1997 10:39:03 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id KAA21990; Tue, 4 Mar 1997 10:38:47 -0800 (PST) Date: Tue, 4 Mar 1997 10:38:47 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: austin@wil.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: BSD vs Linux In-Reply-To: <331C3F60.201D@wil.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997 austin@wil.net wrote: > What are the adavantages of using FreeBSD vs Linux? Lots. Primarily stability and integration of distribution -- there is one and only one, and when you say you have 2.1.7-RELEASE, everyone knows what you're talking about. No more "I'm on libc ver x and kernel ver y, why doesn't z work?". This is a touchy issue, so I'll refer you to the mail archives at http://www.freebsd.org (under 'Search') for the range of opinions. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 10:46:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA07281 for questions-outgoing; Tue, 4 Mar 1997 10:46:33 -0800 (PST) Received: from dss.com (titan.dss.com [192.41.217.8]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA07256 for ; Tue, 4 Mar 1997 10:45:38 -0800 (PST) Received: from pluto.dss.com by dss.com (4.1/SMI-4.1) id AA02589; Tue, 4 Mar 97 13:55:55 EST Received: from pintopc (abm194) by pluto.dss.com (4.1/SMI-4.1) id AA00385; Tue, 4 Mar 97 13:47:02 EST Message-Id: <331C6CA8.6815@dss.com> Date: Tue, 04 Mar 1997 13:41:03 -0500 From: Peter Pinto Reply-To: pinto@dss.com Organization: AT&T X-Mailer: Mozilla 3.01 (Win95; I) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: PCMCIA Ethernet Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I think FreeBSD is great. I'm new to Unix, and I've installed it on a Toshiba laptop - so I can play with it anywhere. I do have one problem, though. I can't figure out how to get my Simple Technologies PCMCIA ethernet adapter working with the OS. I've also installed on a Compaq Deskpro with a Compaq (no so intuitively built on the motherboard) NetFlex 3 adapter. This card, also, appears not to work. Both of these occurances may be due to the cards' PnP nature. But, again, I just don'e know. Any info on this? Your help would be greatly appreciated. pinto@dss.com From owner-freebsd-questions Tue Mar 4 11:04:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA08184 for questions-outgoing; Tue, 4 Mar 1997 11:04:07 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA08162 for ; Tue, 4 Mar 1997 11:03:58 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id LAA22010; Tue, 4 Mar 1997 11:03:43 -0800 (PST) Date: Tue, 4 Mar 1997 11:03:43 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Tom Bartol cc: questions@FreeBSD.ORG Subject: Re: Density codes for Exabyte 8505XL In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, Tom Bartol wrote: > > Thanks for the info. The -B and -b options for dump are new to me and are > most interesting but not exactly what I was after. An 8505XL can read and > write in four density modes: 2.6 GB, 5 GB, 7 GB, and 14 GB (all on a 112 > meter tape). I'd like to use the 14 GB mode. One can use the mt command > to set the density mode but it's not clear what density code to use to get > this mode. Ah, I understand. As I said, I'm not familiar with the Exabyte tapes. You might poke the mail archives if you haven't already, someone may have it your problem before. > After having set the mode to 14 GB, though, the -B and -b dump > options (set to say, 450000 and 32 respectively) would be extremely useful > to allow dump to calculate how many tapes it will need and its progress > etc... I assume you meant to say you use -B = 200000 not 2000000 in your > example below -- 200000 * 10K = ~2GB. Well, that is what those options are for :) I'm aware the values are wrong, but for some reason the tape estimates check out if we use those values. It's not a big deal, we don't have even close to 2gb of data to backup, and the guy who does the backups insists on using separate tapes for each machine and we don't do incrementals. Our backup strategy is "lacking" to say the least, but it's not the end of the world if the disks blow up. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 11:08:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA08375 for questions-outgoing; Tue, 4 Mar 1997 11:08:55 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA08368 for ; Tue, 4 Mar 1997 11:08:51 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id LAA22023; Tue, 4 Mar 1997 11:08:41 -0800 (PST) Date: Tue, 4 Mar 1997 11:08:41 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Richard Johnson cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBSD on an NEC Versa 6030X? In-Reply-To: <331C0983.41C67EA6@cisco.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Richard Johnson wrote: > I'm thinking about purchasing a NEC Versa 6030X notebook PC and running > FreeBSD with X Windows on it. This system has a 1024x768 (XGA) TFT > screen, a Pentium 133 processor, 1.44Gb disk, 16Mb memory (I would > probably upgrade that to at least 32Mb). Are there any known problems > with this type of setup? What video chips? > I figured I'd get the latest FreeBSD CDROM and boot/install directly > from the internal CD drive onto disk. The system can handle two LiIon > batteries at once so that should help a lot with power consumption, and > I can always exchange the CDROM for another disk drive if I need more > space for compiling programs for installation. Can you mount the CDROM and floppies simultaneously? if you can't you can't install from CDROM, you'll have to use network or floppies. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 11:21:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA09064 for questions-outgoing; Tue, 4 Mar 1997 11:21:10 -0800 (PST) Received: from dss.com (titan.dss.com [192.41.217.8]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id LAA09054 for ; Tue, 4 Mar 1997 11:21:01 -0800 (PST) Received: from pluto.dss.com by dss.com (4.1/SMI-4.1) id AA02712; Tue, 4 Mar 97 14:04:05 EST Received: from pintopc (abm194) by pluto.dss.com (4.1/SMI-4.1) id AA00391; Tue, 4 Mar 97 13:55:15 EST Message-Id: <331C6EAD.62A0@dss.com> Date: Tue, 04 Mar 1997 13:49:17 -0500 From: Peter Pinto Reply-To: pinto@dss.com Organization: AT&T X-Mailer: Mozilla 3.01 (Win95; I) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: PS/2 Model 65 SX Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I tried installing 2.1.7 on a PS/2 Model 65 SX with 6MB on the motherboard and another 4MB on a MCA expansion card. The system is also configured with IBM's MCA SCSI-II card, an IBM 200MB SCSI drive, a 3.5" floppy and a QIC tape drive on the "B" floppy connector. When the FreeBSD boot disk tries to boot, the system hangs less than a second after the drive begins to be read. I thought it may be the floppy drive itself, since I can't remember the last time I've used it. So, I pulled the hard drive and did a full install working off an ISA type motherboard so that FreeBSD was the only partition on the drive. When I installed the hard drive back into the PS/2, it hung while trying to boot in what appeared to be the same place. It would seem to be that the boot block (or whatever driver tries to load immediately afterward) is completely incompatible with PS/2 hardware. Is this true? Has this ever been tried? Thanks for your time. pinto@dss.com From owner-freebsd-questions Tue Mar 4 11:24:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA09534 for questions-outgoing; Tue, 4 Mar 1997 11:24:05 -0800 (PST) Received: from okstate.edu (email.okstate.edu [139.78.119.139]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id LAA09474 for ; Tue, 4 Mar 1997 11:24:00 -0800 (PST) Received: from osuunx.ucc.okstate.edu by email.okstate.edu id aa137932; 4 Mar 97 13:11 CST Date: Tue, 4 Mar 1997 13:11:35 -0600 (CST) From: "Paul J. Thompson" To: freebsd-questions@freebsd.org Subject: kernel configuration trouble Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1263142014-857502695=:9550" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1263142014-857502695=:9550 Content-Type: TEXT/PLAIN; charset=US-ASCII background: i am a new unix user and system admin...only admining to myself, really, but anyways. just installed FreeBSD on my computer and have been trying to compile a custom kernel for my computer. current problem: i edited the kernel with the guidelines given in the FreeBSD Handbook, Chapter 5... i "thought" everything was going to be ok. ran config on the kernel and it worked fine. tried to run "make intend" and had chaotic and mentally disturbing error. The error: this is what it said to me... wds02f: hard error reading from fsbn 89651 of 89640-89679 (wd0s2 bn 255155; cn 419 tn 10 sn 23)wd0: status 59 error 40 vnode_pager_input: I/O read error vm_fault: pager input (probably hardware) error, PID 493 failure pid 493 (ccl), uid 0: exited on signal 11 *** Error code 1 anyways, i tried to play with the kernel configuration file to find the error but only came up with more errors so here is the original config file i edited from a copy of KERNEL original. small other question that may or may not nessacarily (can't spell) tie into the first problem: when i tried to do post-install installation of packages, it let me install four packages and then quit letting me. i installed mc-3.0, tcl-7.5, perl-5.002, and mh-6.8.4. Those worked. the next one i tried was pine-3.91...it gave me a "can nor install...etc, etc... Error Code 1" message and has been doing this ever since. this iritates me, but think probably it is something simple i am doing. can you help me here? thank you very much for taking the time to read this email and respond. i have appreciated FreeBSD, as said in the goal of freebsd section of the handbook, as a tool to learn about computers and wish to continue that learning. if you can help, iw will be greatly appreciative. thanks, Paul J. Thompson ftp://thomppj.student.okstate.edu http://thomppj.student.okstate.edu (both FreeBSD powered...) --0-1263142014-857502695=:9550 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="MYKERNEL.thomppj.970304" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: my kernel config file, named with me (thomppj) and the date Iw0KIyBNWUtFUk5FTCAtLSBNeSBtYWNoaW5lIHNwZWNpZmljIChNYXJjaCAz LCAxOTk3KSBmcm9tOg0KIw0KIyAgICAgICBHZW5lcmljIG1hY2hpbmUgd2l0 aCBXRC9BSHgvTkNSL0JUeCBmYW1pbHkgZGlza3MNCiMNCiMJJElkOiBHRU5F UklDLHYgMS40Ni4yLjE5IDE5OTYvMTAvMTYgMDI6MjA6NTYgamtoIEV4cCAk DQojDQoNCm1hY2hpbmUJCSJpMzg2Ig0KY3B1CQkiSTM4Nl9DUFUiDQppZGVu dAkJTVlLRVJORUwNCm1heHVzZXJzICAgICAgICA1DQoNCm9wdGlvbnMJCU1B VEhfRU1VTEFURQkJI1N1cHBvcnQgZm9yIHg4NyBlbXVsYXRpb24NCm9wdGlv bnMJCUlORVQJCQkjSW50ZXJORVR3b3JraW5nDQpvcHRpb25zCQlGRlMJCQkj QmVya2VsZXkgRmFzdCBGaWxlc3lzdGVtDQojb3B0aW9ucwkJTkZTCQkJI05l dHdvcmsgRmlsZXN5c3RlbQ0KI29wdGlvbnMJCU1TRE9TRlMJCQkjTVNET1Mg RmlsZXN5c3RlbQ0KI29wdGlvbnMJCSJDRDk2NjAiCQkjSVNPIDk2NjAgRmls ZXN5c3RlbQ0Kb3B0aW9ucwkJUFJPQ0ZTCQkJI1Byb2Nlc3MgZmlsZXN5c3Rl bQ0Kb3B0aW9ucwkJIkNPTVBBVF80MyIJCSNDb21wYXRpYmxlIHdpdGggQlNE IDQuMw0KI29wdGlvbnMJCSJTQ1NJX0RFTEFZPTE1IgkJI0JlIHBlc3NpbWlz dGljIGFib3V0IEpvZSBTQ1NJIGRldmljZQ0KI29wdGlvbnMJCUJPVU5DRV9C VUZGRVJTCQkjaW5jbHVkZSBzdXBwb3J0IGZvciBETUEgYm91bmNlIGJ1ZmZl cnMNCiNvcHRpb25zCQlVQ09OU09MRQkJI0FsbG93IHVzZXJzIHRvIGdyYWIg dGhlIGNvbnNvbGUNCg0Kb3B0aW9ucwkJVVNFUkNPTkZJRyAgICAgICAgICAg ICAgI2Jvb3QgLWMgZWRpdG9yDQpvcHRpb25zCQlWSVNVQUxfVVNFUkNPTkZJ RyAgICAgICAjdmlzdWFsIGJvb3QgLWMgZWRpdG9yDQoNCm9wdGlvbnMJCVNZ U1ZTSE0NCm9wdGlvbnMJCVNZU1ZTRU0NCm9wdGlvbnMJCVNZU1ZNU0cNCg0K Y29uZmlnCQlrZXJuZWwgIHJvb3Qgb24gd2QwIA0KDQpjb250cm9sbGVyCWlz YTANCmNvbnRyb2xsZXIJZWlzYTANCiNjb250cm9sbGVyCXBjaTANCg0KY29u dHJvbGxlcglmZGMwCWF0IGlzYT8gcG9ydCAiSU9fRkQxIiBiaW8gaXJxIDYg ZHJxIDIgdmVjdG9yIGZkaW50cg0KZGlzawkJZmQwCWF0IGZkYzAgZHJpdmUg MA0KZGlzawkJZmQxCWF0IGZkYzAgZHJpdmUgMQ0KI3RhcGUJCWZ0MAlhdCBm ZGMwIGRyaXZlIDINCg0KY29udHJvbGxlcgl3ZGMwCWF0IGlzYT8gcG9ydCAi SU9fV0QxIiBiaW8gaXJxIDE0IHZlY3RvciB3ZGludHINCmRpc2sJCXdkMAlh dCB3ZGMwIGRyaXZlIDANCiNkaXNrCQl3ZDEJYXQgd2RjMCBkcml2ZSAxDQoN CiNjb250cm9sbGVyCXdkYzEJYXQgaXNhPyBwb3J0ICJJT19XRDIiIGJpbyBp cnEgMTUgdmVjdG9yIHdkaW50cg0KI2Rpc2sJCXdkMglhdCB3ZGMxIGRyaXZl IDANCiNkaXNrCQl3ZDMJYXQgd2RjMSBkcml2ZSAxDQoNCm9wdGlvbnMgICAg ICAgICBBVEFQSSAgICNFbmFibGUgQVRBUEkgc3VwcG9ydCBmb3IgSURFIGJ1 cw0KI2RldmljZSAgICAgICAgICB3Y2QwICAgICNJREUgQ0QtUk9NDQoNCiNj b250cm9sbGVyCW5jcjANCiNjb250cm9sbGVyCWFoYjANCiNjb250cm9sbGVy CWFoYzANCg0KI2NvbnRyb2xsZXIJYnQwCWF0IGlzYT8gcG9ydCAiSU9fQlQw IiBiaW8gaXJxID8gdmVjdG9yIGJ0X2lzYV9pbnRyDQojY29udHJvbGxlcgl1 aGEwCWF0IGlzYT8gcG9ydCAiSU9fVUhBMCIgYmlvIGlycSA/IGRycSA1IHZl Y3RvciB1aGFpbnRyDQojY29udHJvbGxlcglhaGEwCWF0IGlzYT8gcG9ydCAi SU9fQUhBMCIgYmlvIGlycSA/IGRycSA1IHZlY3RvciBhaGFpbnRyDQojY29u dHJvbGxlcglhaWMwICAgIGF0IGlzYT8gcG9ydCAweDM0MCBiaW8gaXJxIDEx IHZlY3RvciBhaWNpbnRyDQojY29udHJvbGxlcgluY2EwCWF0IGlzYT8gcG9y dCAweDFmODggYmlvIGlycSAxMCB2ZWN0b3IgbmNhaW50cg0KI2NvbnRyb2xs ZXIJbmNhMQlhdCBpc2E/IHBvcnQgMHgzNTAgYmlvIGlycSA1IHZlY3RvciBu Y2FpbnRyDQojY29udHJvbGxlcglzZWEwCWF0IGlzYT8gYmlvIGlycSA1IGlv bWVtIDB4YzgwMDAgaW9zaXogMHgyMDAwIHZlY3RvciBzZWFpbnRyDQoNCiNj b250cm9sbGVyCXNjYnVzMA0KDQojZGV2aWNlCQlzZDANCg0KI2RldmljZQkJ c3QwDQoNCiNkZXZpY2UJCWNkMAkjT25seSBuZWVkIG9uZSBvZiB0aGVzZSwg dGhlIGNvZGUgZHluYW1pY2FsbHkgZ3Jvd3MNCg0KI2RldmljZQkJd3QwCWF0 IGlzYT8gcG9ydCAweDMwMCBiaW8gaXJxIDUgZHJxIDEgdmVjdG9yIHd0aW50 cg0KI2RldmljZQkJbWNkMAlhdCBpc2E/IHBvcnQgMHgzMDAgYmlvIGlycSAx MCB2ZWN0b3IgbWNkaW50cg0KDQojY29udHJvbGxlcgltYXRjZDAJYXQgaXNh PyBwb3J0IDB4MjMwIGJpbw0KDQojZGV2aWNlCQlzY2QwCWF0IGlzYT8gcG9y dCAweDIzMCBiaW8NCg0KIyBzeXNjb25zIGlzIHRoZSBkZWZhdWx0IGNvbnNv bGUgZHJpdmVyLCByZXNlbWJsaW5nIGFuIFNDTyBjb25zb2xlDQojZGV2aWNl CQlzYzAJYXQgaXNhPyBwb3J0ICJJT19LQkQiIHR0eSBpcnEgMSB2ZWN0b3Ig c2NpbnRyDQojIEVuYWJsZSB0aGlzIGFuZCBQQ1ZUX0ZSRUVCU0QgZm9yIHBj dnQgdnQyMjAgY29tcGF0aWJsZSBjb25zb2xlIGRyaXZlcg0KI2RldmljZQkJ dnQwCWF0IGlzYT8gcG9ydCAiSU9fS0JEIiB0dHkgaXJxIDEgdmVjdG9yIHBj cmludA0KI29wdGlvbnMJCSJQQ1ZUX0ZSRUVCU0Q9MjEwIgkjIHBjdnQgcnVu bmluZyBvbiBGcmVlQlNEIDIuMQ0KI29wdGlvbnMJCVhTRVJWRVIJCQkjIGlu Y2x1ZGUgY29kZSBmb3IgWEZyZWU4Ng0KIyBJZiB5b3UgaGF2ZSBhIFRoaW5r UEFELCB1bmNvbW1lbnQgdGhpcyBhbG9uZyB3aXRoIHRoZSByZXN0IG9mIHRo ZSBQQ1ZUIGxpbmVzDQojb3B0aW9ucwkJUENWVF9TQ0FOU0VUPTIJCSMgSUJN IGtleWJvYXJkcyBhcmUgbm9uLXN0ZA0KDQojIE1hbmRhdG9yeSwgZG9uJ3Qg cmVtb3ZlDQpkZXZpY2UJCW5weDAJYXQgaXNhPyBwb3J0ICJJT19OUFgiIGly cSAxMyB2ZWN0b3IgbnB4aW50cg0KDQojDQojIExhcHRvcCBzdXBwb3J0IChz ZWUgTElOVCBmb3IgbW9yZSBvcHRpb25zKQ0KIw0KI2RldmljZQkJYXBtMCAg ICBhdCBpc2E/CQkjIEFkdmFuY2VkIFBvd2VyIE1hbmFnZW1lbnQNCiNvcHRp b25zCQlBUE1fQlJPS0VOX1NUQVRDTE9DSwkjIFdvcmthcm91bmQgc29tZSBi dWdneSBBUE0gQklPUw0KDQpkZXZpY2UJCXNpbzAJYXQgaXNhPyBwb3J0ICJJ T19DT00xIiB0dHkgaXJxIDQgdmVjdG9yIHNpb2ludHINCmRldmljZQkJc2lv MQlhdCBpc2E/IHBvcnQgIklPX0NPTTIiIHR0eSBpcnEgMyB2ZWN0b3Igc2lv aW50cg0KI2RldmljZQkJc2lvMglhdCBpc2E/IGRpc2FibGUgcG9ydCAiSU9f Q09NMyIgdHR5IGlycSA1IHZlY3RvciBzaW9pbnRyDQojZGV2aWNlCQlzaW8z CWF0IGlzYT8gZGlzYWJsZSBwb3J0ICJJT19DT000IiB0dHkgaXJxIDkgdmVj dG9yIHNpb2ludHINCg0KZGV2aWNlCQlscHQwCWF0IGlzYT8gcG9ydD8gdHR5 IGlycSA3IHZlY3RvciBscHRpbnRyDQojZGV2aWNlCQlscHQxCWF0IGlzYT8g cG9ydD8gdHR5DQojZGV2aWNlCQltc2UwCWF0IGlzYT8gcG9ydCAweDIzYyB0 dHkgaXJxIDUgdmVjdG9yIG1zZWludHINCiNkZXZpY2UJCXBzbTAJYXQgaXNh PyBkaXNhYmxlIHBvcnQgIklPX0tCRCIgY29uZmxpY3RzIHR0eSBpcnEgMTIg dmVjdG9yIHBzbWludHINCg0KIyBPcmRlciBpcyBpbXBvcnRhbnQgaGVyZSBk dWUgdG8gaW50cnVzaXZlIHByb2JlcywgZG8gKm5vdCogYWxwaGFiZXRpemUN CiMgdGhpcyBsaXN0IG9mIG5ldHdvcmsgaW50ZXJmYWNlcyB1bnRpbCB0aGUg cHJvYmVzIGhhdmUgYmVlbiBmaXhlZC4NCiMgUmlnaHQgbm93IGl0IGFwcGVh cnMgdGhhdCB0aGUgaWUwIG11c3QgYmUgcHJvYmVkIGJlZm9yZSBlcDAuIFNl ZQ0KIyByZXZpc2lvbiAxLjIwIG9mIHRoaXMgZmlsZS4NCiNkZXZpY2UgZGUw DQojZGV2aWNlIGZ4cDANCiNkZXZpY2UgdngwDQojZGV2aWNlIGVkMCBhdCBp c2E/IHBvcnQgMHgyODAgbmV0IGlycSAgNSBpb21lbSAweGQ4MDAwIHZlY3Rv ciBlZGludHINCiNkZXZpY2UgZWQxIGF0IGlzYT8gcG9ydCAweDMwMCBuZXQg aXJxICA1IGlvbWVtIDB4ZDgwMDAgdmVjdG9yIGVkaW50cg0KI2RldmljZSBp ZTAgYXQgaXNhPyBwb3J0IDB4MzYwIG5ldCBpcnEgIDcgaW9tZW0gMHhkMDAw MCB2ZWN0b3IgaWVpbnRyDQpkZXZpY2UgZXAwIGF0IGlzYT8gcG9ydCAweDMw MCBuZXQgaXJxIDEwIHZlY3RvciBlcGludHINCiNkZXZpY2UgaXgwIGF0IGlz YT8gcG9ydCAweDMwMCBuZXQgaXJxIDEwIGlvbWVtIDB4ZDAwMDAgaW9zaXog MzI3NjggdmVjdG9yIGl4aW50cg0KI2RldmljZSBsZTAgYXQgaXNhPyBwb3J0 IDB4MzAwIG5ldCBpcnEgNSBpb21lbSAweGQwMDAwIHZlY3RvciBsZV9pbnRy DQojZGV2aWNlIGxuYzAgYXQgaXNhPyBwb3J0IDB4MjgwIG5ldCBpcnEgMTAg ZHJxIDAgdmVjdG9yIGxuY2ludHINCiNkZXZpY2UgemUwIGF0IGlzYT8gcG9y dCAweDMwMCBuZXQgaXJxIDUgaW9tZW0gMHhkODAwMCB2ZWN0b3IgemVpbnRy DQojZGV2aWNlIHpwMCBhdCBpc2E/IHBvcnQgMHgzMDAgbmV0IGlycSAxMCBp b21lbSAweGQ4MDAwIHZlY3RvciB6cGludHINCg0KcHNldWRvLWRldmljZQls b29wDQpwc2V1ZG8tZGV2aWNlCWV0aGVyDQpwc2V1ZG8tZGV2aWNlCWxvZw0K I3BzZXVkby1kZXZpY2UJc2wJMQ0KIyBpanBwcCB1c2VzIHR1biBpbnN0ZWFk IG9mIHBwcCBkZXZpY2UNCiNwc2V1ZG8tZGV2aWNlCXBwcAkxDQojcHNldWRv LWRldmljZQl0dW4JMQ0KcHNldWRvLWRldmljZQlwdHkJMTYNCnBzZXVkby1k ZXZpY2UJZ3ppcAkJIyBFeGVjIGd6aXBwZWQgYS5vdXQncw0KcHNldWRvLWRl dmljZSAgIHNwZWFrZXINCg== --0-1263142014-857502695=:9550-- From owner-freebsd-questions Tue Mar 4 11:35:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA10202 for questions-outgoing; Tue, 4 Mar 1997 11:35:16 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA10187 for ; Tue, 4 Mar 1997 11:35:03 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id LAA22048; Tue, 4 Mar 1997 11:34:50 -0800 (PST) Date: Tue, 4 Mar 1997 11:34:50 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Burton Sampley cc: questions@freebsd.org Subject: Re: help w/ cvsup & ports In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, Burton Sampley wrote: > > > make: don't know how to make install. Stop > > an 'ls' and contents of Makefile, if any, would help. > > I'd love to show you the contents of Makefile, but they're gone! Well, that explains that ;) > I checked > several other applications, but I haven't found a singe Makefile since I > cvsup'ed back to RELENG_2_2. How odd. Makefiles are the first things to change, perhaps your cvsup configuration was wrong. > > Here's 'ls' of the above directory: > > bash$ pwd > /usr/ports/sysutils/xperfmon > bash$ ls > 00_TRANS.TBL README.html files patches pkg That looks like the CDROM with the 00_TRANS.TBL file there. Everything else looks in order. > How can I make sure I grabbed all of the ports? make sure that: 1. Tehre's a Makefile on the top level of the port. 2. pkg contains a PLIST, DESCR, and COMMENT. 3. perhaps something in patches, ie patch-aa If not, then re-grab the port from the ftp site. Remember you can do 'get xperfmon.tar.gz' from the sysutils directory to get the entire dir. Then extract. I'm not familiar with cvsup files, I just converted some old sup files when I started pulling the share and www dists. Those appear to work ok. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 11:41:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA10855 for questions-outgoing; Tue, 4 Mar 1997 11:41:50 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA10818; Tue, 4 Mar 1997 11:41:40 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id LAA22066; Tue, 4 Mar 1997 11:41:25 -0800 (PST) Date: Tue, 4 Mar 1997 11:41:25 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Mike Tancsa cc: questions@freebsd.org, stable@freebsd.org Subject: Re: is -O2 -m486 -pipe safe ? In-Reply-To: <3.0.1.32.19970304055400.009cde50@sentex.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Mike Tancsa wrote: > a)I have read a few people have had problems with the 2.1.7 upgrade taking > serveral tries before working. This is a production machine that I cant > have down for an "unknown" length of time with reboots and potentially tape > backup restores I've heard that from the people doing 'make world's. :) Never a prob with the standard upgrade procedure. > b)Although its a production machine, I would sort of like to use it as a > general test to upgrading our main server. Also, if I can compile with > optimizations, and I can get a bit of a performance boost out of it then > great. Its a pentium and the -m486 and -HAVE_FPU should in theory help > for some of our apps... There is at least one user who runs some FP > transformations on occasion. OK, I'll buy that. > I have tried this method on my home machine, and it 'seemd' to work. > However, its the first time I did a make world, and I couldnt find much > documentation on it... Any idea where I can find more docs on the process ? Consult hackers@freebsd.org, they're the ones responsible for making sure everything works. > 3) did a make world in /usr/src I've heard 'make all install' but I've never done this. > I guess also, I would like to move to CSV style updates... Apart from the > man pages, are there any extra docs on it? CVSup has a section in the Handbook. If Sup is running fine then you run a prog to convert your existing supfile to cvsup format, and you're off and running. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 11:42:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA10954 for questions-outgoing; Tue, 4 Mar 1997 11:42:47 -0800 (PST) Received: from trogon.kiwi.net (trogon.kiwi.net [207.155.64.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA10934; Tue, 4 Mar 1997 11:42:44 -0800 (PST) Received: from localhost (freebsd@localhost) by trogon.kiwi.net (8.8.5/8.8.5) with SMTP id LAA02156; Tue, 4 Mar 1997 11:42:42 -0800 (PST) Date: Tue, 4 Mar 1997 11:42:42 -0800 (PST) From: Christopher Taylor To: freebsd-hackers@freebsd.org cc: freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org Subject: Squid Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am trying to get Squid to work on my FreeBSD 2.2-ALPHA system. It gives me an error at compile time re: res_init undefined: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Making all in lib... Making all in scripts... Making all in src... gcc -o dnsserver -g dnsserver.o -L../lib -lmiscutil -lm -lresolv -lgnumalloc dnsserver.c:267: Undefined symbol `___res_init' referenced from text segment /usr/lib/libresolv.so.2.0: Undefined symbol `___res_init' referenced *** Error code 1 Stop. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - I can get around it by commenting out res_init in dnsserver.c. I have also played around with the -l libs in Makefile, etc. Everything compiles ok, but when I try to run squid, it gives this message in the cache.log file: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 97/03/04 11:36:23| Starting Squid Cache version 1.1.8 for i386-unknown-freebsd2.2... 97/03/04 11:36:23| With 256 file descriptors available 97/03/04 11:36:23| Performing DNS Tests... FATAL: ipcache_init: DNS name lookup tests failed. Squid Cache (Version 1.1.8): Terminated abnormally. CPU Usage: user 0 sys 0 Maximum Resident Size: 1040 KB Page faults with physical i/o: 3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - I get the same results on a FreeBSD 3.0, 2.1.6, 2.1.7 system. If anyone can give me any insight, it would be greatly appreciated! -------- Christopher Taylor Kiwi Internet Services Best Rates Around! ctaylor@kiwi.net Phone: 909-274-7800! $12.95/mo FLAT PPP! BBS: SUCCESSBBS.COM Visit: Http://Www.Kiwi.Net Web Services! PGP Fingerprint: 0D 47 98 16 74 DC 3D 7E 1E 6E 6C 2B D9 A5 C7 1B Finger 'ctaylor@kiwi.net' for Public Keyring! From owner-freebsd-questions Tue Mar 4 11:44:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA11098 for questions-outgoing; Tue, 4 Mar 1997 11:44:04 -0800 (PST) Received: from aurora.alaska.edu (root@aurora.alaska.edu [137.229.18.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id LAA11073 for ; Tue, 4 Mar 1997 11:43:59 -0800 (PST) Received: from fxqjm.uafdcc.alaska.edu by aurora.alaska.edu; (5.65v3.2/1.1.8.2/08Oct96-0254PM) id AA07084; Tue, 4 Mar 1997 10:43:53 -0900 Message-Id: <331C7DFB.6D25@aurora.alaska.edu> Date: Tue, 04 Mar 1997 10:54:35 -0900 From: Quanah Mount Reply-To: fxqjm@aurora.alaska.edu Organization: UAF DC&C X-Mailer: Mozilla 3.01Gold (Win95; I) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: catpages Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I noticed under the 2.1.7-RELEASE there is an option to install "catpages"... However I am unable to install them or find out where the heck they are located.. any hints? Quanah Mount fxqjm@aurora.alaska.edu From owner-freebsd-questions Tue Mar 4 11:47:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA11313 for questions-outgoing; Tue, 4 Mar 1997 11:47:03 -0800 (PST) Received: from mail.tm.net.my (janeway.tm.net.my [202.188.0.155]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA11303 for ; Tue, 4 Mar 1997 11:46:59 -0800 (PST) From: sweeting@tm.net.my Received: from [111.111.111.110] ([202.184.153.105]) by mail.tm.net.my (8.8.5/8.8.4) with SMTP id DAA01944; Wed, 5 Mar 1997 03:46:22 +0800 (SGT) Date: Wed, 5 Mar 1997 03:46:22 +0800 (SGT) X-Sender: sweeting@mail.tm.net.my Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Steve Subject: Re: pls help : route and virtual domains ? Cc: questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >its 255.255.255.255 alias - unless the second ip is in a different class >c. ... thank you .... i think i did that ..... and that is where is started to get really horrible : >> # ifconfig zp0 202.184.153.18 netmask 255.255.255.255 alias >> >> but when i did that, i got the following output : >> >> #Feb 22 05:32:16 word routed[50]:punt RTM_ADD without a gateway >> Feb 22 05:32:16 word routed[50]:punt RTM_ADD without a gateway >> Feb 22 05:32:16 word routed[50]:punt RTM_ADD without a gateway >> #Feb 22 05:32:16 word routed[50]:possible netmask problem between >> zp0:202.184.153.18/32 and zp0:202.184.153.0/24 >> Feb 22 05:32:16 word routed[50]:possible netmask problem between >> zp0:202.184.153.18/32 and zp0:202.184.153.0/24 >> Feb 22 05:32:16 word routed[50]:possible netmask problem between >> zp0:202.184.153.18/32 and zp0:202.184.153.0/24 >> #Feb 22 05:32:16 word /kernel:arp_rtrequest:bad gateway value >> >> >> I can ping both word.com.my and models.com.my from any other >> machine. But if I ping them from the FreeBSD box itself, I can >> ping the original interface IP (word.com.my) but pinging >> the alias, models.com.my, gives : >> >> Feb 22 05:32:16 word /kernel arpresolve:can't allocate llinfo for >> 202.184.153.18 >> >> I checked the archives and it would appear that >> arpresolve errors are due to the routing tables being >> not set up properly. >> >> >> >> The Evidence : >> ------------- >> >> ==== results of netstat -r ===== >> Routing tables >> >> Internet: >> Destination Gateway Flags Refs Use >> Netif Expire >> default 202.184.153.1 UGc 0 0 zp0 >> localhost localhost UH 0 1 >> lo0 >> 202.184.153 link#2 UC 0 0 >> 202.184.153.1 link#2 UHLW 1 0 >> neuronet 0:0:f8:21:2b:74 UHLW 0 90 >>zp0 1175 >> 202.184.153.18 202.184.153.18 UH 0 0 zp0 => >> 202.184.153.18/32 link#2 UC 0 0 >> love 0:c0:4f:db:17:23 UHLW 0 59 zp0 >> 686 >> >> >> >> ==== the networking part of /etc/sysconfig contains the following : ==== >> hostname=word.com.my >> defaultdomainname=NO >> tcp_extensions=YES >> network_interfaces="zp0 lo0" >> ifconfig_lo0="inet localhost" >> ifconfig_zp0="inet 202.184.153.84 netmask 0xffffff00" >> static_routes="" >> defaultrouter=202.184.153.1 >> router="routed" >> routerflags=-q >> namedflags="-b /etc/namedb/named.boot" >> gateway=NO >> firewall=NO >> >> >> >> additional info : >> ----------------- >> running secondary name server on this FreeBSD box. >> BUT the zone files equating models.com.my to 202.184.153.18 are >> on the Domain Name server one up from us in the food chain. >> (202.184.153.1 is our router) >> ie. named.root contains ... >> >> >> . 3600000 IN NS duke.neuronet.com.my. >> duke.neuronet.com.my. 3600000 A 202.184.153.3 >> >> >> === localhost.rev : === >> >> ; This file is automatically edited by the `make-localhost' script in >> ; the /etc/namedb directory. >> ; >> >> @ IN SOA world.com.my. root.word.com.my. ( >> 970221 ; Serial >> 3600 ; Refresh >> 300 ; Retry >> 3600000 ; Expire >> 3600 ) ; Minimum >> IN NS word.com.my. >> 1 IN PTR localhost.com.my. >> >> >> >> >> === /etc/resolv.conf === >> nameserver 202.184.153.3 >> domain neuronet.com.my >> >> >> >> >> >> >> Can anyone pls point me in the right direction here? >> Evi Nemeth's normally very helpful book is confusing me with routing and >> "route" . >> if you could email me at sweeting@tm.net.my, i would be extremely grateful. >> >> thank you very much in advance., >> >> chas >> >> >> >> >> ps. >> >> also, the results of ifconfig -a >> ---------------------------------- >> lp0: flags=8810 mtu 1500 >> zp0: flags=1843 mtu 1500 >> inet 202.184.153.84 netmask 0xffffff00 broadcast 202.184.153.255 >> inet 202.184.153.18 netmask 0xffffffff broadcast 202.184.153.18 >> ether 00:a0:24:ac:13:e7 >> tun0: flags=8010 mtu 1500 >> sl0: flags=c010 mtu 552 >> lo0: flags=8049 mtu 16384 >> inet 127.0.0.1 netmask 0xff000000 >> >> >> /etc/hosts >> ---------- >> 127.0.0.1 localhost.word.com.my localhost >> 202.184.153.84 word.com.my word >> 202.184.153.3 duke.neuronet.com.my >> >> >> >> >> >> >> >> >> >> From owner-freebsd-questions Tue Mar 4 11:47:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA11347 for questions-outgoing; Tue, 4 Mar 1997 11:47:13 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA11340 for ; Tue, 4 Mar 1997 11:47:11 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id LAA22073; Tue, 4 Mar 1997 11:46:35 -0800 (PST) Date: Tue, 4 Mar 1997 11:46:35 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Robin Hunt cc: "'questions@freebsd.org'" Subject: Re: Max number of aliased ip addresses In-Reply-To: <01BC289D.1F813830@robin.nis.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Robin Hunt wrote: > What is the maximum number of aliased ip addressed (ie ipconfig > alias...) that freebsd supports? Lots. Named will give you headaches first, however; it will run out of file resources, so when you run it you'll have to do 'ulimit' (in *csh) before running named. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 11:49:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA11483 for questions-outgoing; Tue, 4 Mar 1997 11:49:19 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA11467 for ; Tue, 4 Mar 1997 11:48:47 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id LAA22077; Tue, 4 Mar 1997 11:48:34 -0800 (PST) Date: Tue, 4 Mar 1997 11:48:34 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Gerard Giamberdine cc: freebsd-questions@FreeBSD.ORG Subject: Re: mounting 1 gig IDE drive In-Reply-To: <3319FB4B.2781E494@holly.colostate.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 2 Mar 1997, Gerard Giamberdine wrote: > myname /kernel: mountmsdosfs(): Warning: root directory > is not a multiple of the clustersize in length 1. this is the death kell for mounting this partition. this means that at some point you used FIPS against this partition and shrank it past a clustersize boundary that DOS determines. Unfortunately the msdosfs code can't handle this and most likely will munge your FAT if not your BSD partition itself. Do NOT mount this partition! > plus files seem to get garbled. While I'm at it, are there any > other factors to address for when I plan to swap dos to the 420M > and Freebsd to the 1G? Just make sure that / is below 1024 C? You can't mount this partition. that is the best I can say. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 11:50:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA11566 for questions-outgoing; Tue, 4 Mar 1997 11:50:08 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA11559 for ; Tue, 4 Mar 1997 11:50:04 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id LAA22081; Tue, 4 Mar 1997 11:49:31 -0800 (PST) Date: Tue, 4 Mar 1997 11:49:30 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Ping Mai cc: questions@freebsd.org Subject: Re: multi-session cdr support in fbsd? In-Reply-To: <199703032145.NAA09018@tibet.stepnet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, Ping Mai wrote: > is multi-session cd supported in freebsd? No. > how can i read/write multi-session cd? Read: no. Write: ? never done an cd-r myself. > how can i read/write audio cd in freebsd? Can't, AFAIK. check the mail archives for full details. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 11:54:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA11850 for questions-outgoing; Tue, 4 Mar 1997 11:54:48 -0800 (PST) Received: from cedb.dpcsys.com (cedb.DPCSYS.com [209.25.4.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA11844 for ; Tue, 4 Mar 1997 11:54:43 -0800 (PST) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id TAA09399; Tue, 4 Mar 1997 19:35:28 GMT Date: Tue, 4 Mar 1997 11:35:27 -0800 (PST) From: Dan Busarow To: Khetan Gajjar cc: questions@freebsd.org Subject: Re: Web search engines In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Khetan Gajjar wrote: > Does anybody in -question land know of a good web search engine ? I've had > a look at htDig, but it keeps core-dumping as soon as the databases get > larger than 40MB. I tried Excite, but it requires all the documents to be > on the same machine as the engine - not viable in our case, where the web > server needs to index about 5/6 machines. http://harvest.transarc.com Takes a little bit of work to setup correctly but well worth the effort. Dan -- Dan Busarow 714 443 4172 DPC Systems / Beach.Net dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 From owner-freebsd-questions Tue Mar 4 11:56:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA11941 for questions-outgoing; Tue, 4 Mar 1997 11:56:01 -0800 (PST) Received: from horton.iaces.com (root@horton.iaces.com [204.147.87.98]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA11921 for ; Tue, 4 Mar 1997 11:55:58 -0800 (PST) Received: (from proot@localhost) by horton.iaces.com (8.8.4/8.8.4) id NAA00723; Tue, 4 Mar 1997 13:55:32 -0600 (CST) From: "Paul T. Root" Message-Id: <199703041955.NAA00723@horton.iaces.com> Subject: Re: Are multi-session cdrom's supported? To: dwhite@resnet.uoregon.edu Date: Tue, 4 Mar 1997 13:55:32 -0600 (CST) Cc: ben@stuyts.nl, freebsd-questions@FreeBSD.ORG In-Reply-To: from Doug White at "Mar 4, 97 10:35:47 am" X-Organization: !nterprise Networking Services - ACES X-Phone: (612) 663-1979 X-Fax: (612) 663-8030 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 200 S. 5th St., Suite 1100 X-Address: Minneapolis, MN 55402 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In a previous message, Doug White said: > On Tue, 4 Mar 1997, Ben Stuyts wrote: > > > I am unable to read the second session under FreeBSD; I can only see the data > > from the first session. However, df shows that the disc has the correct > > amount of data on it. du on the mount point only shows the data for the first > > session. I tried mounting /dev/cd0a and /dev/cd0c. No difference. > > To be honest, I don't think they're supported. > > Why would you have multiple ISO9660 filesystems on the same CD? Isn't > that a bit of a waste of space? I know of having multiple different FSs > (ie, PC and Mac on one disc). That's not what it it. multi-session just means that you didn't burn everything on the CDR at once. What happens is that table of contents (or whatever it is called) is re-written. -- What is the mating call of a blonde? --"I'm SOOOO drunk!!" From owner-freebsd-questions Tue Mar 4 12:12:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA12830 for questions-outgoing; Tue, 4 Mar 1997 12:12:17 -0800 (PST) Received: from zappa.cs.uncc.edu (zappa.cs.uncc.edu [152.15.35.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id MAA12820 for ; Tue, 4 Mar 1997 12:12:11 -0800 (PST) Received: by zappa.cs.uncc.edu (5.x/SMI-SVR4) id AA03270; Tue, 4 Mar 1997 15:08:53 -0500 From: jlrobins@zappa.cs.uncc.edu (James Robinson) Message-Id: <9703042008.AA03270@zappa.cs.uncc.edu> Subject: Re: Web search engines To: khetan@iafrica.com (Khetan Gajjar) Date: Tue, 4 Mar 1997 15:08:51 -0500 (EST) Cc: questions@freebsd.org In-Reply-To: from "Khetan Gajjar" at Mar 4, 97 05:13:07 pm X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm playing with webglimpse -- mixed opinions about it. Doesn't seem to be a really robust app yet, but it will reap / index pages from other servers. Check out http://donkey.CS.Arizona.EDU/webglimpse/ James -- James Robinson Phone: (704) 547-4876 Department of Computer Science FAX: (704) 547-3516 UNC Charlotte email: jlrobins@uncc.edu Charlotte, NC 28223-0001 System Administrator From owner-freebsd-questions Tue Mar 4 12:24:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA13604 for questions-outgoing; Tue, 4 Mar 1997 12:24:54 -0800 (PST) Received: from cygnus.ci.uc.pt (cygnus.ci.uc.pt [193.136.200.36]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id MAA13524 for ; Tue, 4 Mar 1997 12:23:43 -0800 (PST) Received: from student.dei.uc.pt by cygnus.ci.uc.pt; (5.65v3.2/1.1.8.2/19Sep95-0913PM) id AA07859; Tue, 4 Mar 1997 20:22:47 GMT Received: from localhost by student.dei.uc.pt; (5.65v3.2/1.1.8.2/08Jan96-0605PM) id AA23496; Tue, 4 Mar 1997 20:22:46 GMT Date: Tue, 4 Mar 1997 20:22:45 +0000 (GMT) From: Pedro Vapi To: freebsd-questions@freebsd.org Subject: My little 2400 modem... Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I have a 2400 modem (i am using it now trough DOS!). I am now using Freebsd 2.1 Is it possible use this modem trough BSD? Even if i only use only one session... If it is a RTFM answer, please tell me where to find it. Thx in advance ()'s Pedro Vapi NB: congrats for ur excelent work! --------- vapi@student.dei.uc.pt PGP @ finger From owner-freebsd-questions Tue Mar 4 12:31:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA14006 for questions-outgoing; Tue, 4 Mar 1997 12:31:52 -0800 (PST) Received: from horton.iaces.com (root@horton.iaces.com [204.147.87.98]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA13994 for ; Tue, 4 Mar 1997 12:31:49 -0800 (PST) Received: (from proot@localhost) by horton.iaces.com (8.8.4/8.8.4) id OAA01300; Tue, 4 Mar 1997 14:31:36 -0600 (CST) From: "Paul T. Root" Message-Id: <199703042031.OAA01300@horton.iaces.com> Subject: Re: Density codes for Exabyte 8505XL To: dwhite@resnet.uoregon.edu Date: Tue, 4 Mar 1997 14:31:36 -0600 (CST) Cc: bartol@salk.edu, questions@freebsd.org In-Reply-To: from Doug White at "Mar 4, 97 11:03:43 am" X-Organization: !nterprise Networking Services - ACES X-Phone: (612) 663-1979 X-Fax: (612) 663-8030 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 200 S. 5th St., Suite 1100 X-Address: Minneapolis, MN 55402 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In a previous message, Doug White said: > On Mon, 3 Mar 1997, Tom Bartol wrote: > > > > > Thanks for the info. The -B and -b options for dump are new to me and are > > most interesting but not exactly what I was after. An 8505XL can read and > > write in four density modes: 2.6 GB, 5 GB, 7 GB, and 14 GB (all on a 112 > > meter tape). I'd like to use the 14 GB mode. One can use the mt command > > to set the density mode but it's not clear what density code to use to get > > this mode. > > Ah, I understand. As I said, I'm not familiar with the Exabyte tapes. > You might poke the mail archives if you haven't already, someone may > have it your problem before. > > > After having set the mode to 14 GB, though, the -B and -b dump > > options (set to say, 450000 and 32 respectively) would be extremely useful > > to allow dump to calculate how many tapes it will need and its progress > > etc... I assume you meant to say you use -B = 200000 not 2000000 in your > > example below -- 200000 * 10K = ~2GB. > > Well, that is what those options are for :) I'm aware the values are > wrong, but for some reason the tape estimates check out if we use those > values. It's not a big deal, we don't have even close to 2gb of data to > backup, and the guy who does the backups insists on using separate tapes > for each machine and we don't do incrementals. Our backup strategy is > "lacking" to say the least, but it's not the end of the world if the disks > blow up. Doug, get amanda, its wonderful. Tom, As far as accessing the density modes, seems to me that you change modes via ioctl's therefore, you won't be able to change that via options on dump. Seems to me you'd need to access them via different devices. Solaris does it like: /dev/rmt/0 - regular density /dev/rmt/0h - high density. etc. Oh, looking in /dev/MAKEDEV, and /dev you'll see /dev/rst0.[0123]. Maybe that's it. The MAKEDEV calls it rst${unit}.${mode}. I'd bet that that's what you want. Do a man st. Hopefully, that will have ethe answer your looking for. -- What does a blonde say after six years of college? --"Welcome to McDonald's... would you like to try the combo meal?" From owner-freebsd-questions Tue Mar 4 12:32:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA14102 for questions-outgoing; Tue, 4 Mar 1997 12:32:17 -0800 (PST) Received: from darius.concentric.net (darius.concentric.net [207.155.184.79]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA14073; Tue, 4 Mar 1997 12:32:04 -0800 (PST) Received: from newman.concentric.net (newman.concentric.net [207.155.184.71]) by darius.concentric.net (8.8.5/(97/03/03 3.23)) id PAA07712; Tue, 4 Mar 1997 15:32:02 -0500 (EST) [1-800-745-2747 The Concentric Network] Received: from crc3.concentric.net (61033d0010ny.concentric.net [206.173.18.70]) by newman.concentric.net (8.8.5) id PAA08758; Tue, 4 Mar 1997 15:31:58 -0500 (EST) Message-ID: <331C8754.543D@pop3.concentric.net> Date: Tue, 04 Mar 1997 15:34:28 -0500 From: Richard Linane Reply-To: Typh0on@concentric.net Organization: Richard Linane X-Mailer: Mozilla 3.0Gold (Win95; U) MIME-Version: 1.0 To: Joerg Wunsch , Doug White , hackers@freebsd.org, questions@freebsd.org Subject: Re: 2.2 Gamma Install Problem References: <331B43BB.30AB@pop3.concentric.net> <331B8448.67EE@pop3.concentric.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Richard Linane wrote: > > J Wunsch wrote: > > > > As Richard Linane wrote: > > > > > When I press ALT-F2 this is displayed: > > > > > > gunzip: stdin: invalid comp data--format violated > > > /stand/cpio/: premature end of file > > > Debug: switching back to VTY1 > > > > Anything before this? > > > > -- > > cheers, J"org > > > > joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE > > Never trust an operating system you don't have sources for. ;-) > Yes but this looks like an uncompress though > /stand/cpio: usr/bin/nvi linked to usr/bin/ex > usr/bin/ex > /stand/cpio: usr/bin/nvi linked to usr/bin/view > usr/bin/view > usr/bin/vis > usr/bin/w > /stand/cpio: usr/bin/w linked to usr/bin/uptime > usr/bin/uptime > usr/bin/wall > usr/bin/wc > usr/bin/what > usr/bin/whereis > usr/bin/which > usr/bin/who > usr/bin/whois > usr/bin/window > usr/bin/write > usr/bin/xargs > > gunzip: stdin: invalid comp data--format violated > /stand/cpio/: premature end of file > Debug: switching back to VTY1 > > >Thats exactly what had been displayed< You had asked: How big is the Dos Partitian I installing from.. It is 2.146 GIG Bytes And what is the Geometry of the Drive I'm installing to.. The Geometry is >> 2446 cyls 16 heads 63 S/T 512 B/s After the failed installation this I presses ALT-F2 ( DEBUG Mode) and found it had stopped at the same place listed above. I had it try a second retrieve..it failed and reported this.. Unable to Extract the following distributions ..bin 100%.. They were not available on the installation media you've chosen. I then pressed ALT-F2 again ( DEBUG Mode) and this was printed on screen. Debug: Parse config: Invalid caracter 'p' at line 0Debug Switching back to VTY1 I think I'm going to disconnect my source drive and start the whole proccess over again as a single drive installation from floppies... ...at least the 'bin' distribution any way. From owner-freebsd-questions Tue Mar 4 12:46:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA14805 for questions-outgoing; Tue, 4 Mar 1997 12:46:56 -0800 (PST) Received: from bellind.com ([206.101.34.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA14799 for ; Tue, 4 Mar 1997 12:46:45 -0800 (PST) From: RGireyev@bellind.com Received: from cdcexchange.bellind.com ([170.1.130.2]) by firewall.bellind.com with SMTP id <3663-3>; Tue, 4 Mar 1997 12:43:51 -0800 Received: by cdcexchange.bellind.com with Microsoft Exchange (IMC 4.0.837.3) id <01BC289A.A8CB1F50@cdcexchange.bellind.com>; Tue, 4 Mar 1997 12:50:38 -0800 Message-ID: To: Cc: Subject: RE: Post installation stuff Date: Tue, 4 Mar 1997 12:50:36 -0800 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.837.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> [..] >> >> >> >> >> Question 1: I would like to have my prompt (PS1) >> >> to always show me the directory path I'm in (pwd) >> >> In HP-UX land (Korn shell) it's PS1='$PWD'. >> >> Any suggestions. >> > >> >I have a couple of suggestions: >> > >> >1) install the pd-ksh port so you have ksh. >> >> I did pull that down last night it looked alrmingly small (2K). >> Now if I install it will I be able to set my prompt by PS1='$PWD' ??? > >All you pulled down was the port -- when you build it will grab the >source >code off the net automatically. > >You need to install ksh and set it as your shell, then you can set your >prompt in the way you're accustomed to. Thank you. I read the README file that gave me the FTP site where I could get the distribution. Now this may seem stupid but I think Korn shell is so good it's gotta be a part of the distribution. > >> >2) if you want to use tcsh, use a statement that looks something like >> > this: >> >> I am guessing tcsh is a c shell ?? I just got used to Korn shell >> so I guess I better keep it. > >tcsh is the "turbo c shell". > >> >set prompt = "${mch:q}:{%/}% " >> > >> >This gives you a prompt that looks something like this: >> > >> >narcissus:{/home/ben}% >> > >> >Edit to taste -- it's the %/ part that gives the current working >> >directory. >> > >> >> Question 2: After installing the system I created >> >> a user, me. And assigned him (me) to the group wheel. >> >> But I cannot do su or shutdown, what would be a >> >> better group choice (bin comes to mind but I wanna >> >> be sure) >> > >> >You should be able to su. Are the permissions on /usr/bin/su 4555? >> >Shutdown belongs to group operator -- I put myself in that group and >> >made >> >/sbin/shutdown mode 4550, and it works. >> >> So should I have group operator AND wheel??? > >I don't see why not. Troubles continue. I added another user onto the system ( named beavis) and assigned him to the group bin, which if I'm not mistaken is the group of the root. I logged in as beavis and STILL was not allowed to su :-( I am running a clean install of 2.1.7 (not an upgrade) and I add users using /stand/sysinstall . Am I the only clueless newbie this is happening to? > > > > Ben > >"You have your mind on computers, it seems." > > From owner-freebsd-questions Tue Mar 4 13:11:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA16048 for questions-outgoing; Tue, 4 Mar 1997 13:11:15 -0800 (PST) Received: from sand.sentex.ca (sand.sentex.ca [206.222.77.6]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA16030; Tue, 4 Mar 1997 13:11:08 -0800 (PST) Received: from gravel (gravel.sentex.ca [205.211.165.210]) by sand.sentex.ca (8.8.5/8.8.3) with SMTP id QAA10874; Tue, 4 Mar 1997 16:11:51 -0500 (EST) Message-Id: <3.0.1.32.19970304155904.00a24d30@sentex.net> X-Sender: mdtancsa@sentex.net X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Tue, 04 Mar 1997 15:59:04 -0500 To: Doug White From: Mike Tancsa Subject: Re: is -O2 -m486 -pipe safe ? Cc: questions@freebsd.org, stable@freebsd.org In-Reply-To: References: <3.0.1.32.19970304055400.009cde50@sentex.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 11:41 AM 3/04/97 -0800, Doug White wrote: >On Tue, 4 Mar 1997, Mike Tancsa wrote: > >> a)I have read a few people have had problems with the 2.1.7 upgrade taking >> serveral tries before working. This is a production machine that I cant >> have down for an "unknown" length of time with reboots and potentially tape >> backup restores > >I've heard that from the people doing 'make world's. :) Never a prob >with the standard upgrade procedure. Actually, I have read of problems in the news groups... With it crashing at random points during the install... (e.g. Message-Id: <5ek98q$lsd$3@nntp2.ba.best.com>) >> 3) did a make world in /usr/src > >I've heard 'make all install' but I've never done this. It seems to have been mentioned a few times in the lists.... But I am not sure of the difference. However, the build order seems to be different, doing the libs first and so on. ---Mike ********************************************************************** Mike Tancsa (mike@sentex.net) * To do is to be -- Nietzsche Sentex Communications Corp, * To be is to do -- Sartre Cambridge, Ontario * Do be do be do -- Sinatra (http://www.sentex.net/~mdtancsa) * From owner-freebsd-questions Tue Mar 4 13:22:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA16490 for questions-outgoing; Tue, 4 Mar 1997 13:22:26 -0800 (PST) Received: from thelonious.spidome.net (thelonious.spidome.net [205.153.247.99]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA16480 for ; Tue, 4 Mar 1997 13:22:22 -0800 (PST) Received: (from daniel@localhost) by thelonious.spidome.net (8.8.3/8.8.3) id PAA15431 for questions@freebsd.org; Tue, 4 Mar 1997 15:22:59 -0600 (CST) From: Dan Odom Message-Id: <199703042122.PAA15431@thelonious.spidome.net> Subject: Iomega Zip + Adaptec To: questions@freebsd.org Date: Tue, 4 Mar 1997 15:22:59 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk How well does the Iomega Zip drive get along with the Adaptec 1522A? Any comments? I'm getting timeouts. -- Daniel Odom System administrator (sometimes) and web guy (the rest of the time) daniel@spidome.net http://www.spidome.net/daniel.html finger me for a PGP key From owner-freebsd-questions Tue Mar 4 13:23:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA16558 for questions-outgoing; Tue, 4 Mar 1997 13:23:44 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA16538 for ; Tue, 4 Mar 1997 13:23:19 -0800 (PST) Received: from www.sdsp.mc.xerox.com ([13.231.132.18]) by alpha.xerox.com with SMTP id <16956(4)>; Tue, 4 Mar 1997 13:22:44 PST Received: from gnu.sdsp.mc.xerox.com (gnu.sdsp.mc.xerox.com [13.231.133.90]) by www.sdsp.mc.xerox.com (8.8.5/8.8.5) with SMTP id QAA19075; Tue, 4 Mar 1997 16:24:31 -0500 (EST) Received: by gnu.sdsp.mc.xerox.com (4.1/client-1.3) id AA27696; Tue, 4 Mar 97 16:24:14 EST Message-Id: <9703042124.AA27696@gnu.sdsp.mc.xerox.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Doug White Cc: ben@stuyts.nl, freebsd-questions@freebsd.org Subject: Re: Are multi-session cdrom's supported? In-Reply-To: Your message of "Tue, 04 Mar 1997 10:35:47 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 4 Mar 1997 13:24:13 PST From: "Marty Leisner" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I don't know, but I think multi-session CDroms allow you to make backups on cdroms (if their mastered at different times?) Is this correct? If it is, it makes cdroms a useful backup device (100 Mbyte here, 100 Mbyte there...) -- marty leisner@sdsp.mc.xerox.com The Feynman problem solving Algorithm 1) Write down the problem 2) Think real hard 3) Write down the answer Murray Gel-mann in the NY Times From owner-freebsd-questions Tue Mar 4 13:41:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA17500 for questions-outgoing; Tue, 4 Mar 1997 13:41:08 -0800 (PST) Received: from po.EECS.Berkeley.EDU (po.EECS.Berkeley.EDU [128.32.138.91]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA17493 for ; Tue, 4 Mar 1997 13:41:04 -0800 (PST) Received: from localhost (leonardl@localhost) by po.EECS.Berkeley.EDU (8.6.11/8.6.6.Beta11) with SMTP id NAA03872 for ; Tue, 4 Mar 1997 13:41:06 -0800 Date: Tue, 4 Mar 1997 13:41:06 -0800 (PST) From: "Leonard 'leveret' Lau" To: freebsd-questions@FreeBSD.ORG Subject: XFree86 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I was trying to install the XFree86 in one of the computer in my office, that fact is, that computer didn't connect to any network and I don't have a CD-ROM for the program, so I tried to download the stuff in of the PC and transfer the files to the computer that I wanna install by floppy disks, I know it's kinda dumb but that's the only way. My question is, the X32bin.tgz file is too big, as I tried to untar the file, the long file name messed me up, is there a source that I can get a smaller chunks version of the same file? Thanks! Leonard. From owner-freebsd-questions Tue Mar 4 13:52:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA18011 for questions-outgoing; Tue, 4 Mar 1997 13:52:03 -0800 (PST) Received: from chow.cisco.com (chow.cisco.com [171.69.1.204]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA17959 for ; Tue, 4 Mar 1997 13:51:59 -0800 (PST) From: raj@cisco.com Received: from rjohnson-home-ss20.cisco.com (rjohnson-home-ss20.cisco.com [171.69.113.50]) by chow.cisco.com (8.6.12/8.6.5) with ESMTP id NAA18926; Tue, 4 Mar 1997 13:51:21 -0800 Received: from LOCALHOST.cisco.com (LOCALHOST.cisco.com [127.0.0.1]) by rjohnson-home-ss20.cisco.com (8.6.8+c/CISCO.WS.1.1) with SMTP id NAA20494; Tue, 4 Mar 1997 13:51:20 -0800 Message-Id: <199703042151.NAA20494@rjohnson-home-ss20.cisco.com> X-Authentication-Warning: rjohnson-home-ss20.cisco.com: Host LOCALHOST.cisco.com didn't use HELO protocol To: Doug White Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD on an NEC Versa 6030X? In-Reply-To: Your message of "Tue, 04 Mar 97 11:08:41 PST." Date: Tue, 04 Mar 97 13:51:19 PST Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > On Tue, 4 Mar 1997, Richard Johnson wrote: > > > I'm thinking about purchasing a NEC Versa 6030X notebook PC and running > > FreeBSD with X Windows on it. This system has a 1024x768 (XGA) TFT > > screen, a Pentium 133 processor, 1.44Gb disk, 16Mb memory (I would > > probably upgrade that to at least 32Mb). Are there any known problems > > with this type of setup? > > What video chips? I finally found specific information about this. It uses the CT65555 chipset. > > I figured I'd get the latest FreeBSD CDROM and boot/install directly > > from the internal CD drive onto disk. The system can handle two LiIon > > batteries at once so that should help a lot with power consumption, and > > I can always exchange the CDROM for another disk drive if I need more > > space for compiling programs for installation. > > Can you mount the CDROM and floppies simultaneously? if you can't you > can't install from CDROM, you'll have to use network or floppies. Nope. Can only have one of them at a time. I'm hoping I can install a basic system from floppy and then install the rest from CDROM? Thanks for the help! /raj From owner-freebsd-questions Tue Mar 4 13:59:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA18348 for questions-outgoing; Tue, 4 Mar 1997 13:59:04 -0800 (PST) Received: from narcissus.ml.org (root@brosenga.Pitzer.edu [134.173.120.201]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA18343 for ; Tue, 4 Mar 1997 13:59:02 -0800 (PST) Received: from localhost (ben@localhost) by narcissus.ml.org (8.7.5/8.7.3) with SMTP id NAA05226; Tue, 4 Mar 1997 13:58:52 -0800 (PST) Date: Tue, 4 Mar 1997 13:58:52 -0800 (PST) From: Snob Art Genre To: RGireyev@Bellind.com cc: questions@freebsd.org Subject: RE: Post installation stuff In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997 RGireyev@Bellind.com wrote: > Thank you. I read the README file that gave me the FTP site where > I could get the distribution. Now this may seem stupid but I think Korn > shell is so good it's gotta be a part of the distribution. Good isn't the issue. Only sh and csh are part of the distribution. All the extended shells are ports. > Troubles continue. I added another user onto the system ( named > beavis) and assigned him to the group bin, which if I'm not > mistaken is the group of the root. I logged in as beavis and You are mistaken. Root's group is wheel. > STILL was not allowed to su :-( I am running a clean install > of 2.1.7 (not an upgrade) and I add users using /stand/sysinstall . > Am I the only clueless newbie this is happening to? Probably not. Only members of group wheel are allowed to su. Ben "You have your mind on computers, it seems." From owner-freebsd-questions Tue Mar 4 14:07:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA18913 for questions-outgoing; Tue, 4 Mar 1997 14:07:06 -0800 (PST) Received: from warp10.smartlink.net (smartlink.net [204.118.4.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA18902 for ; Tue, 4 Mar 1997 14:07:00 -0800 (PST) Received: from linda by warp10.smartlink.net(8.6.12/SMARTLINK-1.0) with id OAA04833 SMTP for on Tue, 4 Mar 1997 14:09:34 -0800 Message-Id: <199703042209.OAA04833@warp10.smartlink.net> Comments: Authenticated sender is From: "Richard Daszkowski" To: freebsd-questions@FreeBSD.ORG Date: Tue, 4 Mar 1997 14:59:03 -0800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: (Fwd) Re: Are multi-session cdrom's supported? Reply-to: daz@smartlink.net Priority: normal X-mailer: Pegasus Mail for Win32 (v2.42) Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ------- Forwarded Message Follows ------- Paul T. Root wrote: > In a previous message, Doug White said: > > On Tue, 4 Mar 1997, Ben Stuyts wrote: > > > > > I am unable to read the second session under FreeBSD; I can only see the data > > > from the first session. However, df shows that the disc has the correct > > > amount of data on it. du on the mount point only shows the data for the first > > > session. I tried mounting /dev/cd0a and /dev/cd0c. No difference. > > > > To be honest, I don't think they're supported. My understanding of multi-session CD's are that it is the *drive* itself that is responsible for recognizing a multi-session recorded CD. Some cheaper/older drives do not read multisession. Only the *last* session is viewable, though, without special software. > > > > Why would you have multiple ISO9660 filesystems on the same CD? Isn't > > that a bit of a waste of space? I know of having multiple different FSs > > (ie, PC and Mac on one disc). > > That's not what it it. multi-session just means that you didn't burn > everything on the CDR at once. What happens is that table of contents (or > whatever it is called) is re-written. True, the TOC is written again, however, all of the other TOC's ("sessions") and the files written are still present on the CD (obviously). On reason you may not be able to read the latest "session" written to the CD is the CD has not been "fixated". You can try doing that, or try "write-protecting" it also. Richard Daszkowski From owner-freebsd-questions Tue Mar 4 14:10:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA19201 for questions-outgoing; Tue, 4 Mar 1997 14:10:41 -0800 (PST) Received: from narcissus.ml.org (root@brosenga.Pitzer.edu [134.173.120.201]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA19191 for ; Tue, 4 Mar 1997 14:10:37 -0800 (PST) Received: from localhost (ben@localhost) by narcissus.ml.org (8.7.5/8.7.3) with SMTP id OAA05554; Tue, 4 Mar 1997 14:10:24 -0800 (PST) Date: Tue, 4 Mar 1997 14:10:24 -0800 (PST) From: Snob Art Genre To: Pedro Vapi cc: freebsd-questions@FreeBSD.ORG Subject: Re: My little 2400 modem... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Pedro Vapi wrote: > > Hi, > > I have a 2400 modem (i am using it now trough DOS!). > I am now using Freebsd 2.1 > Is it possible use this modem trough BSD? Even if i only use only one > session... > If it is a RTFM answer, please tell me where to find it. > Thx in advance No need to RTFM. If it's a standard modem, it'll work with FreeBSD at any baud rate. > ()'s > Pedro Vapi > > NB: congrats for ur excelent work! > --------- > vapi@student.dei.uc.pt > PGP @ finger > > Ben "You have your mind on computers, it seems." From owner-freebsd-questions Tue Mar 4 14:19:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA19836 for questions-outgoing; Tue, 4 Mar 1997 14:19:08 -0800 (PST) Received: from narcissus.ml.org (root@brosenga.Pitzer.edu [134.173.120.201]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA19828 for ; Tue, 4 Mar 1997 14:19:05 -0800 (PST) Received: from localhost (ben@localhost) by narcissus.ml.org (8.7.5/8.7.3) with SMTP id OAA06984; Tue, 4 Mar 1997 14:18:59 -0800 (PST) Date: Tue, 4 Mar 1997 14:18:59 -0800 (PST) From: Snob Art Genre To: Peter Pinto cc: freebsd-questions@FreeBSD.ORG Subject: Re: PS/2 Model 65 SX In-Reply-To: <331C6EAD.62A0@dss.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk FreeBSD doesn't support MCA, I'm afraid. On Tue, 4 Mar 1997, Peter Pinto wrote: > Hi, > > I tried installing 2.1.7 on a PS/2 Model 65 SX with 6MB on the > motherboard and another 4MB on a MCA expansion card. The system is also > configured with IBM's MCA SCSI-II card, an IBM 200MB SCSI drive, a 3.5" > floppy and a QIC tape drive on the "B" floppy connector. > > When the FreeBSD boot disk tries to boot, the system hangs less than a > second after the drive begins to be read. > > I thought it may be the floppy drive itself, since I can't remember the > last time I've used it. So, I pulled the hard drive and did a full > install working off an ISA type motherboard so that FreeBSD was the only > partition on the drive. > > When I installed the hard drive back into the PS/2, it hung while trying > to boot in what appeared to be the same place. > > It would seem to be that the boot block (or whatever driver tries to > load immediately afterward) is completely incompatible with PS/2 > hardware. > > Is this true? Has this ever been tried? > > Thanks for your time. > > pinto@dss.com > Ben "You have your mind on computers, it seems." From owner-freebsd-questions Tue Mar 4 15:28:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA23098 for questions-outgoing; Tue, 4 Mar 1997 15:28:13 -0800 (PST) Received: from bellind.com ([206.101.34.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA23091 for ; Tue, 4 Mar 1997 15:28:10 -0800 (PST) From: RGireyev@Bellind.com Received: from cdcexchange.bellind.com ([170.1.130.2]) by firewall.bellind.com with SMTP id <3666-2>; Tue, 4 Mar 1997 15:25:20 -0800 Received: by cdcexchange.bellind.com with Microsoft Exchange (IMC 4.0.837.3) id <01BC28B1.378AD8A0@cdcexchange.bellind.com>; Tue, 4 Mar 1997 15:32:06 -0800 Message-ID: To: Cc: Subject: RE: Post installation stuff Date: Tue, 4 Mar 1997 15:32:04 -0800 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.837.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [..] >> Troubles continue. I added another user onto the system ( named >> beavis) and assigned him to the group bin, which if I'm not >> mistaken is the group of the root. I logged in as beavis and > >You are mistaken. Root's group is wheel. > >> STILL was not allowed to su :-( I am running a clean install >> of 2.1.7 (not an upgrade) and I add users using /stand/sysinstall . >> Am I the only clueless newbie this is happening to? > >Probably not. Only members of group wheel are allowed to su. Hi Ben! Thanks for replying again. If you remember though my original user was part of the group wheel and I still could not su. I cannot wait to get home and look at the code, maybe I'll see something there. > > > Ben > >"You have your mind on computers, it seems." > > From owner-freebsd-questions Tue Mar 4 15:35:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA23433 for questions-outgoing; Tue, 4 Mar 1997 15:35:48 -0800 (PST) Received: from newland.com ([205.233.79.6]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id PAA23427 for ; Tue, 4 Mar 1997 15:35:34 -0800 (PST) Received: from mnewton.newland.com ([205.233.79.111]) by newland.com (8.6.12/8.6.12) with SMTP id SAA03951 for ; Tue, 4 Mar 1997 18:35:49 -0500 Message-ID: <331CB1BE.43FE@newland.com> Date: Tue, 04 Mar 1997 18:35:26 -0500 From: mnewton Organization: The Newland Group X-Mailer: Mozilla 2.01Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ftp pauses at 17280bytes transferred X-URL: http://www.freebsd.org/support.html Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I have this notebook running freebsd connected to a motorola bitsurfer pro connected to and ascend max 200 generally it works fine when i ftp large binary files only 17280 bytes get transferred before ftp hangs I have changed all hardware once ftp seems to go into a pause as on an mget i can ctrl c and it send an abort and ask for continuation i can then get other short files ( <17280 bytes) Any ideas why 17280 bytes is significant? From owner-freebsd-questions Tue Mar 4 15:49:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA23978 for questions-outgoing; Tue, 4 Mar 1997 15:49:10 -0800 (PST) Received: from dementia.net (pitlord@onet.ziplink.net [199.232.254.23]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA23969 for ; Tue, 4 Mar 1997 15:49:06 -0800 (PST) Received: from localhost (pitlord@localhost) by dementia.net (8.8.5/8.8.5) with SMTP id SAA13680; Tue, 4 Mar 1997 18:48:01 -0500 (EST) Date: Tue, 4 Mar 1997 18:47:57 -0500 (EST) From: Eric Ogren To: Gary Clark II cc: questions@FreeBSD.org Subject: Re: Compiling perl In-Reply-To: <199703041236.GAA10597@main.gbdata.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Gary Clark II wrote: > Doug White wrote: > > On Sat, 1 Mar 1997, PitLord wrote: > > > > > Has anyone successfully compiled perl 5.003 using FreeBSD 3.0-970124-SNAP? > > > I keep receiving errors about the DIR structure. > I did a make world with source to upgrade an old 2.2-current machine right > around this date and have had no problems with perl5.003_23 or higher. > > > > > Have you tried the perl5 port? If this is in the port you should contact > > the port's maintainer, listed in the Makefile. > > > > Doug White | University of Oregon > > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > > http://gladstone.uoregon.edu/~dwhite | Computer Science Major Yeah, I fixed it too..I forgot to copy the new include files into /usr/include from /usr/src/include...go figure it was a stupid mistake =) -Eric From owner-freebsd-questions Tue Mar 4 15:56:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA24277 for questions-outgoing; Tue, 4 Mar 1997 15:56:55 -0800 (PST) Received: from caliban.dihelix.com (caliban.mrtc.org [199.4.33.251]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA24271 for ; Tue, 4 Mar 1997 15:56:50 -0800 (PST) Received: (from langfod@localhost) by caliban.dihelix.com (8.8.4/8.8.3) id OAA15856 for questions@freebsd.org; Tue, 4 Mar 1997 14:00:52 -1000 (HST) Date: Tue, 4 Mar 1997 14:00:52 -1000 (HST) From: David Langford Message-Id: <199703050000.OAA15856@caliban.dihelix.com> To: questions@freebsd.org Subject: does 2.1.5/2.1.7 support quotas over NFS? Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Not sure what else to ask. I need to find out if quotas are supported over NFS between FreeBSD servers. mount_nfs(8) doesnt mention anything and it complains if I have any quota things in fstab. Thanks, -David Langford langfod@dihelix.com From owner-freebsd-questions Tue Mar 4 16:03:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24690 for questions-outgoing; Tue, 4 Mar 1997 16:03:19 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA24685 for ; Tue, 4 Mar 1997 16:03:16 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id QAA04973; Tue, 4 Mar 1997 16:03:13 -0800 (PST) To: fxqjm@aurora.alaska.edu cc: freebsd-questions@freebsd.org Subject: Re: catpages In-reply-to: Your message of "Tue, 04 Mar 1997 10:54:35 -0900." <331C7DFB.6D25@aurora.alaska.edu> Date: Tue, 04 Mar 1997 16:03:12 -0800 Message-ID: <4970.857520192@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I noticed under the 2.1.7-RELEASE there is an option to install > "catpages"... However I am unable to install them or find out where the > heck they are located.. any hints? They don't exist - whoops, this was a mistake! :) Just pretend you never saw that option. Jordan From owner-freebsd-questions Tue Mar 4 16:04:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24797 for questions-outgoing; Tue, 4 Mar 1997 16:04:33 -0800 (PST) Received: from narcissus.ml.org (root@brosenga.Pitzer.edu [134.173.120.201]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA24790 for ; Tue, 4 Mar 1997 16:04:29 -0800 (PST) Received: from localhost (ben@localhost) by narcissus.ml.org (8.7.5/8.7.3) with SMTP id QAA08352; Tue, 4 Mar 1997 16:04:23 -0800 (PST) Date: Tue, 4 Mar 1997 16:04:22 -0800 (PST) From: Snob Art Genre To: RGireyev@BellInd.com cc: questions@freebsd.org Subject: RE: Post installation stuff In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997 RGireyev@BellInd.com wrote: > [..] > > >> Troubles continue. I added another user onto the system ( named > >> beavis) and assigned him to the group bin, which if I'm not > >> mistaken is the group of the root. I logged in as beavis and > > > >You are mistaken. Root's group is wheel. > > > >> STILL was not allowed to su :-( I am running a clean install > >> of 2.1.7 (not an upgrade) and I add users using /stand/sysinstall . > >> Am I the only clueless newbie this is happening to? > > > >Probably not. Only members of group wheel are allowed to su. > > Hi Ben! > Thanks for replying again. If you remember though my original > user was part of the group wheel and I still could not su. I cannot > wait to get home and look at the code, maybe I'll see something there. Right, but wheel is still the group that can su. Did you make sure the permissions were right? What happened when you tried to su? Ben "You have your mind on computers, it seems." From owner-freebsd-questions Tue Mar 4 16:09:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA25186 for questions-outgoing; Tue, 4 Mar 1997 16:09:31 -0800 (PST) Received: from mailhost.PII.COM (pii.com [192.77.209.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id QAA25177 for ; Tue, 4 Mar 1997 16:09:24 -0800 (PST) Received: from PII.COM by PII.COM (4.1/SMI-4.4) id AA15498; Tue, 4 Mar 97 16:10:46 PST Received: from PII-Message_Server by pii.com with Novell_GroupWise; Tue, 04 Mar 1997 16:12:49 -0800 Message-Id: X-Mailer: Novell GroupWise 4.1 Date: Tue, 04 Mar 1997 16:07:30 -0800 From: Robert Clark To: freebsd-questions@freebsd.org Subject: (DOS) Partition Size / Cluster Size. Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk (DOS) Partition Size Cluster Size 1-31MB 512bytes 32-63MB 1k 64-127MB 2k 128-255MB 4k 256-511MB 8k 512-1023MB 16k 1024-2047MB 32k If you use FIPS to shrink a partition, don't cross a boundary above? [RC] From owner-freebsd-questions Tue Mar 4 16:29:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA27338 for questions-outgoing; Tue, 4 Mar 1997 16:29:17 -0800 (PST) Received: from bellind.com ([206.101.34.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA27330 for ; Tue, 4 Mar 1997 16:29:14 -0800 (PST) From: RGireyev@BellInd.com Received: from cdcexchange.bellind.com ([170.1.130.2]) by firewall.bellind.com with SMTP id <3665-1>; Tue, 4 Mar 1997 16:26:20 -0800 Received: by cdcexchange.bellind.com with Microsoft Exchange (IMC 4.0.837.3) id <01BC28B9.BB0FFFE0@cdcexchange.bellind.com>; Tue, 4 Mar 1997 16:33:03 -0800 Message-ID: To: Cc: Subject: RE: Post installation stuff Date: Tue, 4 Mar 1997 16:33:01 -0800 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.837.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >On Tue, 4 Mar 1997 RGireyev@BellInd.com wrote: > >> [..] >> >> >> Troubles continue. I added another user onto the system ( named >> >> beavis) and assigned him to the group bin, which if I'm not >> >> mistaken is the group of the root. I logged in as beavis and >> > >> >You are mistaken. Root's group is wheel. >> > >> >> STILL was not allowed to su :-( I am running a clean install >> >> of 2.1.7 (not an upgrade) and I add users using /stand/sysinstall . >> >> Am I the only clueless newbie this is happening to? >> > >> >Probably not. Only members of group wheel are allowed to su. >> >> Hi Ben! >> Thanks for replying again. If you remember though my original >> user was part of the group wheel and I still could not su. I cannot >> wait to get home and look at the code, maybe I'll see something there. > >Right, but wheel is still the group that can su. Did you make sure the >permissions were right? What happened when you tried to su? Doohhh! Sorry completely forgot to tell you. After getting your mail I went home and did the following: 1. Logged in as root. 2. which su (gave me the path something like /sbin/su or whatever) 3. the permissions looked as follows -r-sr-xr-x 4. I type chmod 455 /sbin/su 5. did ll, it then looked like: -r--r-xr-x Still no go, not for a user in group wheel or group bin. I guess I should note here that it looks like the program executes, alright, and some snippet of code within it determines that I do not have the security to perform su. So it kindly spits a message to me telling me that "You do not have permission to perform su ...." Thanks again Rudy > > Ben > >"You have your mind on computers, it seems." > > From owner-freebsd-questions Tue Mar 4 16:57:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA00386 for questions-outgoing; Tue, 4 Mar 1997 16:57:39 -0800 (PST) Received: from pooh.cdrom.com (pooh.cdrom.com [204.216.28.222]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA00377 for ; Tue, 4 Mar 1997 16:57:37 -0800 (PST) Received: from mail.vcr.istar.ca (mail.vcr.iSTAR.ca [204.191.152.4]) by pooh.cdrom.com (8.7.5/8.7.3) with SMTP id QAA17904 for ; Tue, 4 Mar 1997 16:57:04 -0800 (PST) Received: from kevin.sunshine.net [204.191.205.79] by mail.vcr.istar.ca with smtp (Exim 1.58 #2) id 0w24yn-0002uY-00; Tue, 4 Mar 1997 16:54:50 -0800 Date: Tue, 4 Mar 1997 16:50:01 -0800 (PST) From: "kevin_eliuk@sunshine.net" To: Martin Naskovski cc: freebsd-questions@freebsd.com Subject: Re: PPP/PAP authentication In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Martin Naskovski wrote: > Hi. I can't get PAP to work on ppp under FreeBSD 2.1.7. I set up the login > name right, the password too, including the enable pap, disable chap, > accept pap parameters, and then all I get once it successfully logs in is > a "Packet mode" response, the ppp doesn't convert to PPP to signify that > it did actually went into PPP, and when I try to ping, it shows as though > no routes exist for the outside world. You want the server to assign the address to you so what I did successfully was: accept pap disable pap What I was told was if you enable pap it signifies that you are going to assign the IP addresses. > > Would anyone _please_ tell me what I miss to do? I just used the stuff > that's in /etc/ppp but it don't quite work, I guess I'm forgetting to set > something up? Can someone else who uses PAP authentication tell me what > their setup looks like or forward it to me as attachment? Thank you. > > Martin > Kevin P.S. I had the damnedest time with the setup and as a note if you run Linux Emulation the DNS setup is different. Check Handbook - Linux Emulation. From owner-freebsd-questions Tue Mar 4 16:58:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA00541 for questions-outgoing; Tue, 4 Mar 1997 16:58:32 -0800 (PST) Received: from news.netwiz.net (root@News.NetWiz.Net [208.136.106.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA00532 for ; Tue, 4 Mar 1997 16:58:30 -0800 (PST) Received: from [206.99.115.112] (Ted.NetWizards.Net [206.99.115.112]) by news.netwiz.net (8.7.4/8.7.3) with SMTP id QAA18927 for ; Tue, 4 Mar 1997 16:53:20 -0800 Date: Tue, 4 Mar 1997 16:53:20 -0800 X-Sender: ted@mail.netwiz.net Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions@FreeBSD.ORG From: ted@wildeye.com (Ted Cohn) Subject: linux emulation trouble Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by freefall.freebsd.org id QAA00534 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm still getting "./solinst: Exec format error: Wrong Architecture" running on FBSD 2.1.6 (from CD-ROM) even after performing all the steps for emulating linux outlined in the handbook (2.1-STABLE). I rebuilt the kernel for linux emulation and unpacked linux-lib2.0. I had to load LKM even with emulation in the kernel to get Mosaic(linux) to work. But more importantly, I'm trying to get Solid's database server (linux vers) running under FreeBSD. Do I need to upgrade to FBSD 2.2? Did I miss a step? Is there any way I can determine what I'm missing? A way to analyze the binary? Much thanks in advance... Ted From owner-freebsd-questions Tue Mar 4 17:09:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA01954 for questions-outgoing; Tue, 4 Mar 1997 17:09:21 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA01938 for ; Tue, 4 Mar 1997 17:09:15 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id RAA22445; Tue, 4 Mar 1997 17:08:50 -0800 (PST) Date: Tue, 4 Mar 1997 17:08:50 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Robert Clark cc: freebsd-questions@freebsd.org Subject: Re: (DOS) Partition Size / Cluster Size. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Robert Clark wrote: > (DOS) > Partition Size Cluster Size > 1-31MB 512bytes > 32-63MB 1k > 64-127MB 2k > 128-255MB 4k > 256-511MB 8k > 512-1023MB 16k > 1024-2047MB 32k > > If you use FIPS to shrink a > partition, don't cross a boundary > above? Yes it does, and it makes FreeBSD's msdosfs code go bonkers. DOS can handle it though. THat's why FIPS'd volumes are often ususable with FreeBSD (you get the Warning: root is not a multiple of clustersize in length or somesuch). Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 17:11:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA02265 for questions-outgoing; Tue, 4 Mar 1997 17:11:55 -0800 (PST) Received: from cedb.dpcsys.com (cedb.DPCSYS.com [209.25.4.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA02254 for ; Tue, 4 Mar 1997 17:11:52 -0800 (PST) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id AAA13442; Wed, 5 Mar 1997 00:52:43 GMT Date: Tue, 4 Mar 1997 16:52:42 -0800 (PST) From: Dan Busarow To: RGireyev@BellInd.com cc: questions@freebsd.org Subject: RE: Post installation stuff In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997 RGireyev@BellInd.com wrote: > Sorry completely forgot to tell you. After getting your mail I went home > and did the following: > 1. Logged in as root. > 2. which su (gave me the path something like /sbin/su or whatever) > 3. the permissions looked as follows -r-sr-xr-x Those are correct > 4. I type chmod 455 /sbin/su > 5. did ll, it then looked like: -r--r-xr-x Uh uh. They were correct, now they are not. To restore correct permissions chmod 4555 /usr/bin/su # or /sbin/su if that's where your's is > Still no go, not for a user in group wheel or group bin. Edit /etc/groups and add your user's login to the group list for wheel wheel:*:0:root,user Dan -- Dan Busarow 714 443 4172 DPC Systems / Beach.Net dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 From owner-freebsd-questions Tue Mar 4 17:12:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA02286 for questions-outgoing; Tue, 4 Mar 1997 17:12:01 -0800 (PST) Received: from mtigwc02.worldnet.att.net (mailhost.worldnet.att.net [204.127.131.34]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA02279 for ; Tue, 4 Mar 1997 17:11:58 -0800 (PST) Received: from LOCALNAME ([207.116.69.6]) by mtigwc02.worldnet.att.net (post.office MTA v2.0 0613 ) with SMTP id AAA10266 for ; Wed, 5 Mar 1997 01:11:24 +0000 Message-ID: <331CD5F0.2A42@worldnet.att.net> Date: Tue, 04 Mar 1997 18:09:52 -0800 From: "Douglas C. Garrick" X-Mailer: Mozilla 3.0C-WorldNet (Win16; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: bad trouble with devices Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I am still trying to recover from the crash caused by the errors in sysconfig and ttys. What happened was, when i had to pull an emergency shutdown i damaged the file system. when i finally got everything put back together where the system would boot i needed to fsck all the file systems. Well i booted from a spare drive with a root file system on it and fscked the original root file system. Well i apparently answered yes to some questions that i should have said no to because i have some /dev device with absurd attributes like owner = 1982437654 group = 4887652399 and major minor #s that are just as absurd. The big problem is that i can't remove those files (specifically ptyp4 and ptypf. In X i 'can't find available ptys for child process' but there are devices available after the absurd one's. It almost seems like the parent process won't look past those bad devices. I am right about that? What can I do to remove these files? I have tried to re MAKEDEV the ptys and it seems to work, at least it doesn't complain. I thought i would try to outsmart it and create users/groups with the names listed by ls -al but the names are invalid due to length. I think i need professional help :-) (read into that what you will.) thanks in advance. Doug Garrick Bridger Coal Company Rock Springs, Wyoming From owner-freebsd-questions Tue Mar 4 17:13:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA02478 for questions-outgoing; Tue, 4 Mar 1997 17:13:09 -0800 (PST) Received: from narcissus.ml.org (root@brosenga.Pitzer.edu [134.173.120.201]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA02461 for ; Tue, 4 Mar 1997 17:13:04 -0800 (PST) Received: from localhost (ben@localhost) by narcissus.ml.org (8.7.5/8.7.3) with SMTP id RAA08596; Tue, 4 Mar 1997 17:12:55 -0800 (PST) Date: Tue, 4 Mar 1997 17:12:55 -0800 (PST) From: Snob Art Genre To: RGireyev@BellInd.com cc: questions@freebsd.org Subject: RE: Post installation stuff In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997 RGireyev@BellInd.com wrote: > > > >On Tue, 4 Mar 1997 RGireyev@BellInd.com wrote: > > > >> [..] > >> > >> >> Troubles continue. I added another user onto the system ( named > >> >> beavis) and assigned him to the group bin, which if I'm not > >> >> mistaken is the group of the root. I logged in as beavis and > >> > > >> >You are mistaken. Root's group is wheel. > >> > > >> >> STILL was not allowed to su :-( I am running a clean install > >> >> of 2.1.7 (not an upgrade) and I add users using /stand/sysinstall . > >> >> Am I the only clueless newbie this is happening to? > >> > > >> >Probably not. Only members of group wheel are allowed to su. > >> > >> Hi Ben! > >> Thanks for replying again. If you remember though my original > >> user was part of the group wheel and I still could not su. I cannot > >> wait to get home and look at the code, maybe I'll see something there. > > > >Right, but wheel is still the group that can su. Did you make sure the > >permissions were right? What happened when you tried to su? > > Doohhh! > > Sorry completely forgot to tell you. After getting your mail I went home > and did the following: > 1. Logged in as root. > 2. which su (gave me the path something like /sbin/su or whatever) > 3. the permissions looked as follows -r-sr-xr-x > 4. I type chmod 455 /sbin/su Not 455, 4555. BIG difference. > 5. did ll, it then looked like: -r--r-xr-x > Still no go, not for a user in group wheel or group bin. > > I guess I should note here that it looks like the program executes, > alright, and some snippet of code within it determines that I do not > have the security to perform su. So it kindly spits a message to me > telling me that "You do not have permission to perform su ...." > Thanks again Send me your /etc/group file, please, and the output of "ls -l `which su`". Note that those are backquotes around the "which su", not regular single quotes. > Rudy > > > > Ben > > > >"You have your mind on computers, it seems." > > > > > Ben "You have your mind on computers, it seems." From owner-freebsd-questions Tue Mar 4 17:20:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA03266 for questions-outgoing; Tue, 4 Mar 1997 17:20:29 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA03252 for ; Tue, 4 Mar 1997 17:20:25 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id RAA22482; Tue, 4 Mar 1997 17:20:02 -0800 (PST) Date: Tue, 4 Mar 1997 17:20:02 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: "Paul T. Root" cc: bartol@salk.edu, questions@freebsd.org Subject: Re: Density codes for Exabyte 8505XL In-Reply-To: <199703042031.OAA01300@horton.iaces.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Paul T. Root wrote: > Doug, get amanda, its wonderful. I tried that. It's a huge hulking mess that did not fit well with our patchy backup logic. The backup server runs Win95 most of the time, so it must be rebooted to FreeBSD to work. And it took us forever to convice the systems to talk to one another -- I don't want to break something that's finally working :) > Oh, looking in /dev/MAKEDEV, and /dev you'll see /dev/rst0.[0123]. Maybe that's > it. The MAKEDEV calls it rst${unit}.${mode}. I'd bet that that's what > you want. > Do a man st. Hopefully, that will have ethe answer your looking for. If you _do_ a man st, you'll find the following in the FILES section: /dev/rst0.0 Mode 0, rewind on close /dev/nrst0.2 Mode 2, No rewind on close /dev/erst0.3 Mode 3, Eject on close (if capable) So I think we need to look to a different avenue here... Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 17:27:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA04070 for questions-outgoing; Tue, 4 Mar 1997 17:27:59 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA04062 for ; Tue, 4 Mar 1997 17:27:57 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id RAA28779 for ; Tue, 4 Mar 1997 17:27:55 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id RAA22497; Tue, 4 Mar 1997 17:26:32 -0800 (PST) Date: Tue, 4 Mar 1997 17:26:32 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: mnewton cc: freebsd-questions@FreeBSD.ORG Subject: Re: ftp pauses at 17280bytes transferred In-Reply-To: <331CB1BE.43FE@newland.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, mnewton wrote: > I have this notebook running freebsd > connected to a motorola bitsurfer pro > connected to and ascend max 200 > generally it works fine > when i ftp large binary files only 17280 bytes get transferred before > ftp hangs > I have changed all hardware once > > ftp seems to go into a pause as on an mget i can ctrl c and it > send an abort and ask for continuation > i can then get other short files ( <17280 bytes) > > Any ideas why 17280 bytes is significant? Ack, Acends. Try disabling tcp extensions in /etc/sysconfig and see if that helps. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 17:47:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA06520 for questions-outgoing; Tue, 4 Mar 1997 17:47:25 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA06503 for ; Tue, 4 Mar 1997 17:47:20 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id RAA28822 for ; Tue, 4 Mar 1997 17:46:45 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id RAA22536; Tue, 4 Mar 1997 17:44:19 -0800 (PST) Date: Tue, 4 Mar 1997 17:44:19 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: "Paul J. Thompson" cc: freebsd-questions@freebsd.org Subject: Re: kernel configuration trouble In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Paul J. Thompson wrote: > background: i am a new unix user and system admin...only admining to > myself, really, but anyways. just installed FreeBSD on my computer and > have been trying to compile a custom kernel for my computer. > > current problem: i edited the kernel with the guidelines given in the > FreeBSD Handbook, Chapter 5... i "thought" everything was going to be > ok. ran config on the kernel and it worked fine. tried to run "make intend" > and had chaotic and mentally disturbing error. You meant 'make depend' I bet. > > The error: this is what it said to me... > > wds02f: hard error reading from fsbn 89651 of 89640-89679 (wd0s2 bn > 255155; cn 419 tn 10 sn 23)wd0: status 59 error 40 > > vnode_pager_input: I/O read error > vm_fault: pager input (probably hardware) error, PID 493 failure > > pid 493 (ccl), uid 0: exited on signal 11 This is a problem with your hard disk. This sector is probably corrupted or your ide controller is going down. > when i tried to do post-install installation of packages, it let me > install four packages and then quit letting me. i installed mc-3.0, > tcl-7.5, perl-5.002, and mh-6.8.4. Those worked. the next one i tried > was pine-3.91...it gave me a "can nor install...etc, etc... Error Code 1" > message and has been doing this ever since. this iritates me, but think > probably it is something simple i am doing. can you help me here? This is a known problem. Just install the packages using the 'pkg_add' program instead of sysinstall. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 17:53:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA07314 for questions-outgoing; Tue, 4 Mar 1997 17:53:37 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA07302 for ; Tue, 4 Mar 1997 17:53:32 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id RAA22566; Tue, 4 Mar 1997 17:52:53 -0800 (PST) Date: Tue, 4 Mar 1997 17:52:53 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: David Empey cc: freebsd-questions@freebsd.org Subject: Re: Network Card - SMC 8416 In-Reply-To: <62B3DC0082@integral.on.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 1 Mar 1997, David Empey wrote: > I have a network card installed, an SMC 8416, which doesn't appear to > be supported . I tried the driver for the SMC 80XX cards to no avail. You mean the ed0 driver? The Handbook doesn't list one of these, can you find out what the WD chip is on it? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 18:00:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA08258 for questions-outgoing; Tue, 4 Mar 1997 18:00:10 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA08200 for ; Tue, 4 Mar 1997 18:00:02 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id RAA22577; Tue, 4 Mar 1997 17:57:03 -0800 (PST) Date: Tue, 4 Mar 1997 17:57:03 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Claudius Li cc: questions@FreeBSD.ORG Subject: Re: networking In-Reply-To: <199703040620.BAA29044@hops.cs.jhu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 31 Aug 1996, Claudius Li wrote: > How do I set up FreeBSD for networking. Plug in Ethernet into ethernet card. Configure ethernet card in UserConfig (-c). Make changes to /etc/sysconfig as necessary. Next reboot you should be online. > I have a pentium 75 with 8 megs of ram and an intel etherexpress pro > More specifically, where can I get more information of the style > "Networking Newbies" Intel EtherExpress _Pro_? Ugh, it may not be supported. Which model? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 18:01:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA08412 for questions-outgoing; Tue, 4 Mar 1997 18:01:17 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA08396 for ; Tue, 4 Mar 1997 18:01:09 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id SAA22589; Tue, 4 Mar 1997 18:00:57 -0800 (PST) Date: Tue, 4 Mar 1997 18:00:57 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Peter Pinto cc: freebsd-questions@FreeBSD.org Subject: Re: PCMCIA Ethernet In-Reply-To: <331C6CA8.6815@dss.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Peter Pinto wrote: > Hi, > > I think FreeBSD is great. I'm new to Unix, and I've installed it on a > Toshiba laptop - so I can play with it anywhere. > > I do have one problem, though. I can't figure out how to get my Simple > Technologies PCMCIA ethernet adapter working with the OS. FreeBSD doesn't support this by default, but you might try the PAO package, avaliable at http://www.jp.freebsd.org/PAO. This is an excellent PCCARD support system that has great docs and works very nicely. > I've also installed on a Compaq Deskpro with a Compaq (no so intuitively > built on the motherboard) NetFlex 3 adapter. This card, also, appears > not to work. That I don't expect to work. Compaq's tend to have proprietary (ie, requires Winblows drivers) hardware, even the modems. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 18:06:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA09082 for questions-outgoing; Tue, 4 Mar 1997 18:06:59 -0800 (PST) Received: from ormail.intel.com (ormail.intel.com [134.134.248.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA09066 for ; Tue, 4 Mar 1997 18:06:54 -0800 (PST) Received: from ichips.intel.com (ichips.intel.com [134.134.50.200]) by ormail.intel.com (8.8.4/8.8.4) with ESMTP id SAA14460 for ; Tue, 4 Mar 1997 18:06:39 -0800 (PST) Received: from ichips by ichips.intel.com (8.7.4/jIII) id RAA08044; Tue, 4 Mar 1997 17:59:32 -0800 (PST) Date: Tue, 4 Mar 1997 17:59:32 -0800 (PST) From: Steve Willoughby X-Sender: steve@ichips To: freebsd-questions@freebsd.org Subject: Wanted/Offered: FreeBSD voice mail system Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've noticed a number of FAX modems on the market now support a voice-mail system via Windows software (the software runs in the background on the Win box and stores voicemail on the hard drive (I guess), so when a voice call comes in, the caller gets the usual answering message played at them ("Press 1 to leave a message for John, 2 for Marsha," etc. and their digitized message is stored on the computer). Has anyone considered writing a BSD program to do the same thing, store voice mail on a FreeBSD box using one of these modems? I have an application where this would be very nice, but don't want to dedicate a Windows box when it could just be a daemon on Unix. Not to mention the utility of letting users retrieve their voice mail on any workstation on the net :) Anyway, if this is not planned or being worked on, I'm willing to volunteer to do the work myself and contribute the code to FreeBSD. Assuming I can get enough information from the modem companies to know the "special commands" to make the modem do those tricks. Let me know if there's any interest in this or if any other developers have hints on how to get technical specs out of modem companies. -- Steve Willoughby * Intel MD6 | It's said that the only thing scarier than steve@ichips.intel.com | a sysadmin with a screwdriver is a programmer Unix Systems Administrator | with the root password. MD6 E-Mail Postmaster | Then again, I'm both... Scares *me* anyway... From owner-freebsd-questions Tue Mar 4 18:08:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA09379 for questions-outgoing; Tue, 4 Mar 1997 18:08:40 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA09371 for ; Tue, 4 Mar 1997 18:08:35 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id SAA22596; Tue, 4 Mar 1997 18:05:27 -0800 (PST) Date: Tue, 4 Mar 1997 18:05:27 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Justin Fitzhugh cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP/cd-rom questions... In-Reply-To: <33192A36.281B@next.kkjj.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 1 Mar 1997, Justin Fitzhugh wrote: > Hey there... > > I can get ppp to connect, and work perfectly for about 3-4 minutes, then > after that it just disconnects - for no apparent reason. I can be > telented into another server, and it will still disconnect me > regardless. What could be wrong? By default, there is a 300 second timeout. Try putting 'set timeout 0' in your profile. > Also, I can get my cd-rom to be recognized using a 2.2 boot disk, but > 2.1.6, and 2.1.7 both will not see it. It is an atapti (something like > that) cd-rom. FreeBSD 2.1.6 will see it if it is a slave on my primary > ide, but then the cd-rom drive will not sync up with the maxtor drive I > have. So I am forced to but it on secondary ide. > How can I get 2.1.6/7 to see the drive? Experiment. ATAPI CDs take the cake for flakeo probing. Unfortunatley, the hot spot is slave on primary, so you'll have to either get your Maxtor and CD to kiss and make up, or find another method. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 18:13:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA09888 for questions-outgoing; Tue, 4 Mar 1997 18:13:53 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA09876 for ; Tue, 4 Mar 1997 18:13:46 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id SAA22608; Tue, 4 Mar 1997 18:13:38 -0800 (PST) Date: Tue, 4 Mar 1997 18:13:38 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: bextreme@pobox.com cc: questions@freebsd.org Subject: Re: Question: NAT? In-Reply-To: <199703010259.SAA02175@mail.ptw.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 28 Feb 1997, Jesse wrote: > Hello, I am curious if anyone knows of a freely available Network > Address Translation program for freeBSD. I currently have a single > 28.8 unlimited time dial-up to my ISP with a single IP#. I am wanting > to hook up a two computer LAN (10base-t), with a FreeBSD box as my > Mailhub, router, etc and a Windows95 box as my desktop machine > (Windows really sucks when it comes to server software.. :) ). The > problme is, I need to use the internet on both machines (Server > software only on the FreeBSD box however). I would much rather have > NAT set up than try to convince my ISP to allocate 2 ip#'s for me... > (hard enough getting one..) Take a peek at IPFilter, or newer versions of the ppp included with FreeBSD include an -alias option that does the necessary translations. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 18:17:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA10191 for questions-outgoing; Tue, 4 Mar 1997 18:17:03 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA10173 for ; Tue, 4 Mar 1997 18:16:55 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id SAA22612; Tue, 4 Mar 1997 18:14:55 -0800 (PST) Date: Tue, 4 Mar 1997 18:14:55 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Terry Eck cc: freebsd-questions@freebsd.org Subject: Re: Read Error on booting In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 1 Mar 1997, Terry Eck wrote: > I just finished installing FreeBSD and when rebooting I get and error > "Read Error" and the computer halts. When installing I had to configure > the kernel for an aha1542 base address of 0x130. When I finished > installing does the kernel located on the / partition contain the > correct configuration? Yes. Try resetting your boot blocks by running 'fdisk /mbr' from a DOS boot floppy. Someone reported that this will get the system to come around. > I have / located on the 4th partition of my 1st ide drive and the rest > of the file system is located on the 2nd partition of my scsi drive. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 18:27:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA11481 for questions-outgoing; Tue, 4 Mar 1997 18:27:47 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA11468 for ; Tue, 4 Mar 1997 18:27:37 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id SAA22629; Tue, 4 Mar 1997 18:26:56 -0800 (PST) Date: Tue, 4 Mar 1997 18:26:56 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Administrator cc: questions@freebsd.org Subject: Re: sio2.... In-Reply-To: <331A181F.4564@esus.cs.montana.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 2 Mar 1997, Administrator wrote: > I was running FreeBSD with Windows 95 on a partitioned drive. Everything > > in BSD was running fine, I could detect my modem(sio2) in BSD and use it > > to connect to the Internet. A couple of days ago I removed Windows 95 > from my hard drive. Now when I boot up into BSD my modem is no longer > found. It says > sio2: not found at 0x3e8. When before it was able to find it at that > location just fine. Any ideas? Your serial ports are plug & pray? Win95 will configure them, then you warmboot to BSD to run it. When you take Win95 off, you can't reconfig the ports. Take a look in your BIOS setup and make sure the ports are wired to specific port & IRQs. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 18:43:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA13364 for questions-outgoing; Tue, 4 Mar 1997 18:43:30 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA13349 for ; Tue, 4 Mar 1997 18:43:25 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id SAA22671; Tue, 4 Mar 1997 18:42:56 -0800 (PST) Date: Tue, 4 Mar 1997 18:42:56 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: humility cc: freebsd-questions@FreeBSD.ORG Subject: Re: video In-Reply-To: <331AD133.FF7@why.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Mar 1997, humility wrote: > I can't believe there is such little support > for 15" Vga's.....(gripe) Huh? My 17 inch Mag monitor works fine, and I think someone I know uses an Apple 15 inch on his FreeBSD box. > question: why bsd not linux? :o) See the mail archives. I won't touch it :) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 18:43:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA13375 for questions-outgoing; Tue, 4 Mar 1997 18:43:32 -0800 (PST) Received: from wawasee.read.indiana.edu (wawasee.read.indiana.edu [149.159.108.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA13362 for ; Tue, 4 Mar 1997 18:43:29 -0800 (PST) Received: from localhost (xwin@localhost) by wawasee.read.indiana.edu (8.8.4/8.6.12) with SMTP id VAA01002; Tue, 4 Mar 1997 21:42:59 -0500 (EST) X-Authentication-Warning: wawasee.read.indiana.edu: xwin owned process doing -bs Date: Tue, 4 Mar 1997 21:42:59 -0500 (EST) From: Gregory James Hormann X-Sender: xwin@wawasee.read.indiana.edu To: Doug White cc: Robert Clark , freebsd-questions@FreeBSD.ORG Subject: Re: (DOS) Partition Size / Cluster Size. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Yes it does, and it makes FreeBSD's msdosfs code go bonkers. DOS can > handle it though. THat's why FIPS'd volumes are often ususable with > FreeBSD (you get the Warning: root is not a multiple of clustersize in > length or somesuch). Even though I never used FIPS, I still get that error when I try to mount a 1GB drive who's only partition is a DOS partition 1GB long. Greg. From owner-freebsd-questions Tue Mar 4 18:52:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA14489 for questions-outgoing; Tue, 4 Mar 1997 18:52:41 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA14476 for ; Tue, 4 Mar 1997 18:52:34 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id SAA22694; Tue, 4 Mar 1997 18:52:20 -0800 (PST) Date: Tue, 4 Mar 1997 18:52:20 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Duncan Orthner cc: questions@FreeBSD.ORG Subject: Re: which package has the kernel sources? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 28 Feb 1997, Duncan Orthner wrote: > > Hi, sorry to bug you with this. I want to build my own kernel as per > the handbook, but I did a "user" installation. Where do I find the kernel > source and what is it called? It's in the src directory, as 'ssys.*'. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 18:54:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA14762 for questions-outgoing; Tue, 4 Mar 1997 18:54:52 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA14749 for ; Tue, 4 Mar 1997 18:54:48 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id SAA22698; Tue, 4 Mar 1997 18:53:41 -0800 (PST) Date: Tue, 4 Mar 1997 18:53:41 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: "Mike G." cc: freebsd-install Subject: Re: X-window In-Reply-To: <199703041226.MAA141779@out1.ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Mike G. wrote: > Just installed 2.1.6 and the strangest thing. X-window can > only be run by a user who is using a tcsh shell. Not even > root who defaults to csh. I've checked the permissions and > all seems well. I would appreciate any suggestions as to why > this is. What about the path? > Brought to you by the Letters 'O' and 'S' and the number '2' :) My laptop is, but this thing is "powered by FreeBSD" ! :) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 18:57:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA15119 for questions-outgoing; Tue, 4 Mar 1997 18:57:30 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA14962 for ; Tue, 4 Mar 1997 18:56:05 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id SAA22702; Tue, 4 Mar 1997 18:54:47 -0800 (PST) Date: Tue, 4 Mar 1997 18:54:46 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Glenn Johnson cc: freebsd-questions@freebsd.org Subject: Re: xdm on 2.2GAMMA In-Reply-To: <331C4567.52B0C1B8@nola.srrc.usda.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Glenn Johnson wrote: > I just upgraded from 2.1.6 to 2.2GAMMA(2-15-97). I put the following > command in /etc/fbtab: > > /dev/ttyv0 0600 /dev/console > > and I put the following in /etc/rc.local: > > /usr/X11R6/bin/xdm > > This worked in 2.1.6 but it does not work in 2.2GAMMA. I get the xdm > login screen but when I enter the username and password, the screen > switces to a grey background, sits for a couple of seconds, and then > goes back to the login screen. Your ~/.xsession is faulty or missing. Try copying over your .xinitrc, or generate a .xession. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 19:08:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA16494 for questions-outgoing; Tue, 4 Mar 1997 19:08:23 -0800 (PST) Received: from proxy3.ba.best.com (root@proxy3.ba.best.com [206.184.139.14]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA16469 for ; Tue, 4 Mar 1997 19:08:17 -0800 (PST) Received: from shellx.best.com (shellx.best.com [206.86.0.11]) by proxy3.ba.best.com (8.8.5/8.8.3) with SMTP id TAA03013 for ; Tue, 4 Mar 1997 19:06:31 -0800 (PST) Date: Tue, 4 Mar 1997 19:06:31 -0800 (PST) From: Mitch James X-Sender: mitchj@shellx.best.com To: questions@freebsd.org Subject: Correction:Fatal Trap 12: Page fault.... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Sorry to repost this, I got my versions upside down. :-( I was trying to be as detailed as possible. Thanks for any help.MJ. Hi All, I started with FreeBSD on my machine with 2.1.1? upgraded to 2.1.5 off the WC CD-ROM. I began getting The Fatal Trap 23: ... error right after the upgrade. I'm using a Cyrix 686 P-150 w/32 meg ram. I thought my problem was some bug with 2.1.5 so I waited for the 2.1.6 CD to fix the problem. I have now changed out the SCSI card that I thought was suspect, it was running 2.1.1 just fine. I just tonight started to track the info that pops up on screen just before the reboot. Here it is: Fatal Trap 12: page fault while in kernel mode fault vertual address =0x1c fault code =supervisor read, page not present instruction pointer =0x8:0xf01292d9 code segment =base 0x0, limit 0xfffff type 0x1b =DPL 0, pres 1, def32 1, gran 1 processor eflags =interrupt enabled, resume, IOPL=0 current process =137 (sysinstall) interrupt mask = Panic:page fault ********************************************************** I tried for a while to see if I could repeat, looking for a common behavior on my part, and got the same message while in /stand/sysintall. The two lines with different messages are below. I've had this happen while doing other thing besides sysinstall. As varried as finger, shutdown, ppp etc. I've rebuilt the kernel several times, and tried to reload through sysinstall. I have not tried to delete all the directories to install from a bare disk. instruction pointer =0x8:0xf01271c6 current process =221 (XF86Setup) Thanks in advance. Cheers, Mitch ___________________________________________________________________ Mitch James--Poulsbo, Wa. Living near Latte' land mitch@hardware.com James Lumber & Ace Hardware http://www.hardware.com/ http://www.hardware.com/complist.html From owner-freebsd-questions Tue Mar 4 19:27:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA18976 for questions-outgoing; Tue, 4 Mar 1997 19:27:20 -0800 (PST) Received: from nero.in-design.com (root@nero.in-design.com [204.157.146.146]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA18968 for ; Tue, 4 Mar 1997 19:27:17 -0800 (PST) Received: (from archive@localhost) by nero.in-design.com (8.8.5/8.8.5) id WAA01348; Tue, 4 Mar 1997 22:27:12 -0500 (EST) Date: Tue, 4 Mar 1997 22:27:12 -0500 (EST) From: Intuitive Design Archive To: Steve Willoughby cc: freebsd-questions@freebsd.org Subject: Re: Wanted/Offered: FreeBSD voice mail system In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Steve Willoughby wrote: > I've noticed a number of FAX modems on the market now support a voice-mail > system via Windows software (the software runs in the background on the Win > box and stores voicemail on the hard drive (I guess), so when a voice call > comes in, the caller gets the usual answering message played at them ("Press > 1 to leave a message for John, 2 for Marsha," etc. and their digitized > message is stored on the computer). > > Has anyone considered writing a BSD program to do the same thing, store > voice mail on a FreeBSD box using one of these modems? I have an application > where this would be very nice, but don't want to dedicate a Windows box when > it could just be a daemon on Unix. Not to mention the utility of letting > users retrieve their voice mail on any workstation on the net :) > > Anyway, if this is not planned or being worked on, I'm willing to volunteer to > do the work myself and contribute the code to FreeBSD. Assuming I can get > enough information from the modem companies to know the "special commands" to > make the modem do those tricks. > > Let me know if there's any interest in this or if any other developers have > hints on how to get technical specs out of modem companies. > This would be a god sent to those with desktop UNIX workstations. I know slick SGI supports these things, but I dunno about any other ones that do. Knowing Solaris' ambitions of being a bussiness users friend, must have this as well. SO what is the word for Fbsd? I still think that it is the best UN*X out there, and would love thise sort of thing on my desktop workstation. :) Tamer Ziady From owner-freebsd-questions Tue Mar 4 19:28:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA19119 for questions-outgoing; Tue, 4 Mar 1997 19:28:10 -0800 (PST) Received: from Radford.i-Plus.net (root@Radford.i-Plus.net [206.99.237.6]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA19071 for ; Tue, 4 Mar 1997 19:27:59 -0800 (PST) Received: from abyss (pitlord@abyss.i-Plus.net [206.99.237.42]) by Radford.i-Plus.net (8.8.5/8.8.5) with SMTP id WAA09349; Tue, 4 Mar 1997 22:26:40 -0500 (EST) Message-Id: <199703050326.WAA09349@Radford.i-Plus.net> Comments: Authenticated sender is From: "Troy Settle" Organization: iPlus Internet Services To: freebsd-questions@freebsd.org, breyer@breyer.com, breyer@breyer.jsnet.com Date: Tue, 4 Mar 1997 22:39:20 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: How do I create an NIS Master? Reply-to: rewt@i-Plus.net Priority: normal In-reply-to: <331BEA53.5FB8@barcode.co.il> X-mailer: Pegasus Mail for Win32 (v2.52) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Larry Breyer wrote: > > > > Hello, > > > > I ran "NIS Master" through your search engine and got two > > 1000 pt. hits. Unfortunately the links were no good. So, > > I ask, how do I create an NIS Master with FreeBSD? > > > > thanks, > > > > Larry Breyer > > 408-222-7027 > > Start by reading 'man yp', and then go on to read the manpages for the > utilities and daemons mentioned there. > > Basically, you need to set up a couple of options in /etc/sysconfig, and > build the NIS database itself (by running make in /var/yp, after > creating a NIS domain and possibly editing the Makefile there). > > Nadav > And when/if you get stumped (Like I did), try this, it was given to me by somone (ksh?) on irc #FreeBSD. All that's missing, is a simple way to add/remove users. But nothing a few simple scripts can't handle. --- yp.readme --- The NIS support in FreeBSD is fairly complete. rpc.ypupdated is only available if you have Secure RPC, which FreeBSD doesn't currently support. (Though with any luck it will before too long.) However it's not mornally needed for plain NIS support. The getservent(3) code was updated to support NIS before 2.1.5 was released. 2.1.6 and 2.2 will have it too. (getservent(3) is for reading /etc/services). The getprotoent(3) code in libc still doesn't have YP support, however the /etc/protocols file is quite small and doesn't tend to change very often. I plan to add NIS client support for this eventually though. Everything else is there. FreeBSD has NIS client and server support starting with 2.1.0. There were a few bug fixes for 2.1.5 (and there'll be a few more for 2.1.6). 2.2.0 will have all new server support (the existing code was written by other people and ported to FreeBSD by me, and is subject to the GPL; the new code is all written by me and is covered by a BSD-style copyright). Anyway. Assuming you know how to use NIS, you should be able to get FreeBSD's NIS support to do what you want. One machine will need to run ypserv and yppasswdd (or rpc.yppasswdd in 2.2.x) in order to be a server. Both will need to be configured as clients. (The one which is a server will be a client of itself, if that makes any sense.) Read the passwd(5) man page to see how to set up /etc/master.passwd for the client support. To create a server, do the following: # domainname your.chosen.nis.domain.name # cd /var/yp # ln -s Makefile.dist Makefile (do this if /var/yp/Makefile doesn't # exist) cp /etc/master.passwd . hostname > ypservers make ypserv # yppasswdd -m /var/yp/master.passwd -s -f This will create the NIS maps and start ypserv and yppasswdd. (On 2.2.x, rpc.yppasswdd has different comand line switches, and there's also an rpc.ypxfrd which is useful for sites with NIS master and slave servers.) Note: Up until 2.2, you are required to run ypbind on the server. For the clients, just do this: # domainname your.chosen.nis.domain.name # ypbind -s # # # Ultimately I hope to add NIS+ support, but this is a little ways off yet. It probably won't appear until FreeBSD 3.0 (at least) and probably later. --- yp.readme --- Good luck, -- Troy Settle Network Administrator, iPlus Internet Services http://www.i-Plus.net ( Stuff I said does not reflect the company I work ) ( for unless I'm speaking on behalf of said company ) From owner-freebsd-questions Tue Mar 4 19:32:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA19538 for questions-outgoing; Tue, 4 Mar 1997 19:32:34 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA19533 for ; Tue, 4 Mar 1997 19:32:30 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id TAA18376; Tue, 4 Mar 1997 19:33:03 -0800 (PST) Message-Id: <199703050333.TAA18376@root.com> X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol To: Doug White cc: Claudius Li , questions@FreeBSD.ORG Subject: Re: networking In-reply-to: Your message of "Tue, 04 Mar 1997 17:57:03 PST." From: David Greenman Reply-To: dg@root.com Date: Tue, 04 Mar 1997 19:33:03 -0800 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >On Sat, 31 Aug 1996, Claudius Li wrote: > >> How do I set up FreeBSD for networking. > >Plug in Ethernet into ethernet card. >Configure ethernet card in UserConfig (-c). >Make changes to /etc/sysconfig as necessary. >Next reboot you should be online. > >> I have a pentium 75 with 8 megs of ram and an intel etherexpress pro >> More specifically, where can I get more information of the style >> "Networking Newbies" > >Intel EtherExpress _Pro_? Ugh, it may not be supported. Which model? The EtherExpress Pro/100B is supported in 2.1.5 and newer releases - I wrote the driver for it. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Tue Mar 4 19:41:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA19878 for questions-outgoing; Tue, 4 Mar 1997 19:41:36 -0800 (PST) Received: from alwan (l31.rma.edu [207.0.141.31]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA19871 for ; Tue, 4 Mar 1997 19:41:23 -0800 (PST) From: Michael.Alwan.alwan@rma.edu Received: from alwan (localhost [127.0.0.1]) by alwan (8.8.5/8.8.5) with SMTP id WAA00286 for ; Tue, 4 Mar 1997 22:40:31 -0500 (EST) Message-ID: X-Mailer: XFMail 0.4 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 04 Mar 1997 22:18:33 -0500 (EST) To: questions@freebsd.org Subject: group and user confusion Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk ---------------------------------- E-Mail: Michael Alwan alwan@rma.edu Date: 03/04/97 Time: 22:18:33 This message was sent by XF-Mail ---------------------------------- To all: I'm getting really confused about groups and users. I've been logging in as roo t, setting up xwindows, etc. Now I see that my mail, news, and browser cache have filled up the root director y, and I understand there are other problems that will arise too doing everything as root. This is a single-user ma chine, so security is not an issue. So I created another user in the group wheel, which would presumably give me acc ess to all the configuration files but create caches in /usr/home/"username". However this new user, which id says belongs to wheel, cannot su to root. In addition, I cannot start user ppp while logged in as anything but root. Also, though I think I understand why, I can't start xwindows with xdm except as root. (I need to figure out why startx can't find the symbolic link X to the xserver--the path se ems to be correct). How do I create a usr that can su to root? Should I just bite the bullet and re install everything? Michael From owner-freebsd-questions Tue Mar 4 20:04:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA20849 for questions-outgoing; Tue, 4 Mar 1997 20:04:52 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA20842 for ; Tue, 4 Mar 1997 20:04:47 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id UAA18491; Tue, 4 Mar 1997 20:05:44 -0800 (PST) Message-Id: <199703050405.UAA18491@root.com> X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol To: Mitch James cc: questions@freebsd.org Subject: Re: Correction:Fatal Trap 12: Page fault.... In-reply-to: Your message of "Tue, 04 Mar 1997 19:06:31 PST." From: David Greenman Reply-To: dg@root.com Date: Tue, 04 Mar 1997 20:05:44 -0800 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >I started with FreeBSD on my machine with 2.1.1? upgraded to 2.1.5 off the >WC CD-ROM. I began getting The Fatal Trap 23: ... error right after the >upgrade. I'm using a Cyrix 686 P-150 w/32 meg ram. I thought my problem >was some bug with 2.1.5 so I waited for the 2.1.6 CD to fix the problem. I >have now changed out the SCSI card that I thought was suspect, it was >running 2.1.1 just fine. I just tonight started to track the info that >pops up on screen just before the reboot. Here it is: We release 2.1.0, 2.1.5, and 2.1.6...but in any case, I think you're experiancing some sort of hardware problem - perhaps main memory or cache. There aren't any known problems in any of the above that would cause frequent random panics when running things like sysinstall and finger. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Tue Mar 4 20:09:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA21023 for questions-outgoing; Tue, 4 Mar 1997 20:09:17 -0800 (PST) Received: from plasma.engr.Arizona.EDU (root@sunshine.engr.Arizona.EDU [150.135.83.142]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA21011 for ; Tue, 4 Mar 1997 20:09:11 -0800 (PST) Received: from localhost (toast@localhost) by plasma.engr.Arizona.EDU (8.8.3/8.7.3) with SMTP id VAA29957; Tue, 4 Mar 1997 21:09:09 -0700 (MST) Date: Tue, 4 Mar 1997 21:09:09 -0700 (MST) From: Tim Jensen To: Mitch James cc: questions@freebsd.org Subject: Re: Correction:Fatal Trap 12: Page fault.... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Mitch James wrote: > > Fatal Trap 12: page fault while in kernel mode > fault vertual address =0x1c > fault code =supervisor read, page not present > instruction pointer =0x8:0xf01292d9 > code segment =base 0x0, limit 0xfffff type 0x1b > =DPL 0, pres 1, def32 1, gran 1 > processor eflags =interrupt enabled, resume, IOPL=0 > current process =137 (sysinstall) > interrupt mask = > Panic:page fault > > I tried for a while to see if I could repeat, looking for a common behavior > on my part, and got the same message while in /stand/sysintall. The > two lines with different messages are below. I've had this happen while > doing other thing besides sysinstall. As varried as finger, shutdown, ppp > etc. I've rebuilt the kernel several times, and tried to reload through > sysinstall. I have not tried to delete all the directories to install from > a bare disk. This has happened to me on my P120. It turned out to be a bad SIMM. My machine crashed at least 1 time every day, and that was with all memory caches turned off. Turned on, it crashed almost every 5 - 10 minutes. I replaced the bad memory and now its running fine. Your problem might be caused by something completely different, but I just thought I was mention my experience. Good luck. --- Tim Jensen http://plasma.engr.arizona.edu/~toast/ Q: How many surrealists does it take to screw in a lightbulb? A: Two. One to hold the giraffe and the other to fill the bathtub with brightly colored machine tools. From owner-freebsd-questions Tue Mar 4 20:26:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA21693 for questions-outgoing; Tue, 4 Mar 1997 20:26:11 -0800 (PST) Received: from obewan.n-e-t.co.uk (obewan.n-e-t.co.uk [194.133.15.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA21684 for ; Tue, 4 Mar 1997 20:26:00 -0800 (PST) Received: from localhost (glynn@localhost) by obewan.n-e-t.co.uk (8.8.4/8.6.9) with SMTP id EAA03054 for ; Wed, 5 Mar 1997 04:30:54 GMT Date: Wed, 5 Mar 1997 04:30:54 +0000 (GMT) From: Glynn Stanton To: freebsd-questions@Freebsd.org Subject: Bug? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@Freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have what I feel is a serious problem with FreeBSD 2.1.7 The Root partition is on a 320M disk, With bin, doc, dict and X. The problem comes when I use mount_msdos to mount a 1G partition of my 2.5Gb Quantum Bigfoot. After a few commands, I start getting errors: bad file descriptor. Unmounting the disk does not clear it, and last night the dev files were giving bad file descriptor errors resulting in a non bootable system. Has anyone else experienced these problems ? Glynn Stanton From owner-freebsd-questions Tue Mar 4 20:44:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA22486 for questions-outgoing; Tue, 4 Mar 1997 20:44:51 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA22479 for ; Tue, 4 Mar 1997 20:44:48 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id UAA25418; Tue, 4 Mar 1997 20:44:30 -0800 (PST) Date: Tue, 4 Mar 1997 20:44:30 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: David Greenman cc: Claudius Li , questions@freebsd.org Subject: Re: networking In-Reply-To: <199703050333.TAA18376@root.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, David Greenman wrote: > >On Sat, 31 Aug 1996, Claudius Li wrote: > > > >> How do I set up FreeBSD for networking. > > > >Plug in Ethernet into ethernet card. > >Configure ethernet card in UserConfig (-c). > >Make changes to /etc/sysconfig as necessary. > >Next reboot you should be online. > > > >> I have a pentium 75 with 8 megs of ram and an intel etherexpress pro > >> More specifically, where can I get more information of the style > >> "Networking Newbies" > > > >Intel EtherExpress _Pro_? Ugh, it may not be supported. Which model? > > The EtherExpress Pro/100B is supported in 2.1.5 and newer releases - I > wrote the driver for it. That's what I wanted to know, which one it was. Isn't there a 10/100 and a strict 10? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Mar 4 21:03:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA23329 for questions-outgoing; Tue, 4 Mar 1997 21:03:55 -0800 (PST) Received: from out1.ibm.net (out1.ibm.net [165.87.194.252]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id VAA23318 for ; Tue, 4 Mar 1997 21:03:51 -0800 (PST) Received: (from uucp@localhost) by out1.ibm.net (8.6.9/8.6.9) id FAB71535 for ; Wed, 5 Mar 1997 05:03:46 GMT Message-Id: <199703050503.FAB71535@out1.ibm.net> Received: from slip166-72-108-214.ny.us.ibm.net(166.72.108.214) by out1.ibm.net via smap (V1.3mjr) id smaZGQDe7; Wed Mar 5 05:03:38 1997 From: "Mike G." To: "freebsd-install" Date: Tue, 04 Mar 97 23:59:23 Reply-To: "Mike G." Priority: Normal X-Mailer: Michael Goeringer's Registered PMMail 1.53 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: X-window Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997 18:53:41 -0800 (PST), Doug White wrote: >On Tue, 4 Mar 1997, Mike G. wrote: > >> Just installed 2.1.6 and the strangest thing. X-window can >> only be run by a user who is using a tcsh shell. Not even >> root who defaults to csh. I've checked the permissions and >> all seems well. I would appreciate any suggestions as to why >> this is. > >What about the path? I tried executing the commands while in the directory with no luck. Michael G. Brought to you by the Letters 'O' and 'S' and the number '2' :) From owner-freebsd-questions Tue Mar 4 21:07:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA23533 for questions-outgoing; Tue, 4 Mar 1997 21:07:29 -0800 (PST) Received: from mailgate.execpc.com (root@mailgate.execpc.com [169.207.16.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA23528 for ; Tue, 4 Mar 1997 21:07:27 -0800 (PST) Received: from mail.execpc.com (mail [169.207.16.2]) by mailgate.execpc.com (8.8.5/8.8.3) with ESMTP id XAA25922 for ; Tue, 4 Mar 1997 23:07:25 -0600 Received: from csi-mike-home (tilsit.execpc.com [169.207.12.153]) by mail.execpc.com (8.8.5/8.8.3) with SMTP id XAA16813 for ; Tue, 4 Mar 1997 23:07:23 -0600 (CST) Message-ID: <331CFE29.4172@execpc.com> Date: Tue, 04 Mar 1997 23:02:26 -0600 From: Mike Larsen Reply-To: criticar@execpc.com Organization: Criticare Systems Inc. X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 To: questions@freebsd.org Subject: FTP Installation Problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have downloaded boot.flp twice in the past ten days but in both cases was unable to install over a PPP / FTP connection. I dial into my ISP PPP account through the install term, login and get a PPP started text message. Sometimes, term says "packet mode". It seems as if the connection is dropped within 5-10 secs (click) but even if I initiate the transfer immediately, I get errors. Sometimes, it says "logging into ftp@ftp.freebsd.org" for some time (300 secs?) and then says "unable to login to ftp.freebsd.org". Other times, it jumps right to "unable to login". P5-100 Intel motherboard, Sportster 28.8K internal modem on com3. Any idea what it going wrong? Thanks, Mike Larsen From owner-freebsd-questions Tue Mar 4 21:07:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA23558 for questions-outgoing; Tue, 4 Mar 1997 21:07:45 -0800 (PST) Received: from mail.tm.net.my (janeway.tm.net.my [202.188.0.155]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA23551 for ; Tue, 4 Mar 1997 21:07:34 -0800 (PST) From: sweeting@tm.net.my Received: from [111.111.111.110] ([202.184.153.105]) by mail.tm.net.my (8.8.5/8.8.4) with SMTP id NAA12793 for ; Wed, 5 Mar 1997 13:06:45 +0800 (SGT) Date: Wed, 5 Mar 1997 13:06:45 +0800 (SGT) X-Sender: sweeting@mail.tm.net.my Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@freebsd.org Subject: how to : route / routed ? (/kernel arpresolve:can't allocate llinfo) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The FreeBSD handbook arrived today and seems a little light on networking configuration, especially virtual domains ; I am waiting for the O'Reilly book but in the meantime, can somebody pls explain routing in total layman's terms for the following problem = Whenever i try to create an IP alias with the following : # ifconfig zp0 202.184.153.18 netmask 255.255.255.255 alias I receive : #word routed[50]:punt RTM_ADD without a gateway #word routed[50]:possible netmask problem between zp0:202.184.153.18/32 and zp0:202.184.153.0/24 #word /kernel:arp_rtrequest:bad gateway value then i get the : " /kernel arpresolve:can't allocate llinfo for 202.184.153.18 " error when i try to ping the virtual domain. Does anyone know how to cure this ? Apparently, my routing tables are screwed : but i used this in /etc/sysconfig = hostname=word.com.my defaultdomainname=NO tcp_extensions=YES network_interfaces="zp0 lo0" ifconfig_lo0="inet localhost" ifconfig_zp0="inet 202.184.153.84 netmask 0xffffff00" static_routes="" defaultrouter=202.184.153.1 router="routed" routerflags=-q namedflags="-b /etc/namedb/named.boot" gateway=NO firewall=NO is any of this wrong ????? why is it such a pain on FreeBSD and so easy on AIX / OSF etc ??? any help whatsoever much appreciated. tia, chas ps. if it helps = - running secondary name server on this FreeBSD box. - zp0 is my interface which is a 3com pcmcia ethernet - initial IP = word.com.my = 202.184.153.84 - virtual IP = models.com.my = 202.184.153.18 ==== results of netstat -r ===== Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 202.184.153.1 UGc 0 0 zp0 localhost localhost UH 0 1 lo0 202.184.153 link#2 UC 0 0 202.184.153.1 link#2 UHLW 1 0 neuronet 0:0:f8:21:2b:74 UHLW 0 90 zp0 1175 202.184.153.18 202.184.153.18 UH 0 0 zp0 => 202.184.153.18/32 link#2 UC 0 0 love 0:c0:4f:db:17:23 UHLW 0 59 zp0 686 From owner-freebsd-questions Tue Mar 4 21:15:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA23951 for questions-outgoing; Tue, 4 Mar 1997 21:15:05 -0800 (PST) Received: from mailhost2.cac.washington.edu (mailhost2.cac.washington.edu [140.142.33.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA23939 for ; Tue, 4 Mar 1997 21:15:01 -0800 (PST) Received: from s5-25-199.student.washington.edu (S5-25-199.student.washington.edu [128.95.25.199]) by mailhost2.cac.washington.edu (8.8.4+UW96.12/8.8.4+UW96.12) with SMTP id VAA14567; Tue, 4 Mar 1997 21:14:57 -0800 Message-ID: <331D0131.2D61@u.washington.edu> Date: Tue, 04 Mar 1997 21:14:25 -0800 From: Jason Wells Organization: (soon to be) Highperformance.net X-Mailer: Mozilla 3.0Gold (Win95; I) MIME-Version: 1.0 To: Michael.Alwan.alwan@rma.edu CC: freebsd-questions@freebsd.org Subject: Re: group and user confusion References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Michael.Alwan.alwan@rma.edu wrote: > I'm getting really confused about groups and users. I've been logging in as root, setting up xwindows, etc. > Now I see that my mail, news, and browser cache have filled up the root director > y, and I understand there are other > problems that will arise too doing everything as root. This is a > single-user machine, so security is not an issue. Security against a malicious attack may not be an issue. What about security against your own mistakes ?? I think we all learn about the risk one runs when using root. > So I created another user in the group wheel, which would presumably give me acc Read the file /etc/group. Check to see if the non-root user ("usr" for the sake of discussion) is in wheel. I used adduser to put a user in wheel once and it didn't work. To be sure that your new user is in wheel you must read /etc/group. Your correct entry will look some thing like this. The useranmes in any one group are comma seperated with no spaces before or after the comma. wheel:0:*:root,usr > ess to all the configuration files but create caches > in /usr/home/"username". However this new user, which id says belongs to wheel, > cannot su to root. In addition, I cannot start user ppp If the user is in wheel then you can su to root. > while logged in as anything but root. Also, though I think I understand why, I > can't start xwindows with xdm except as root. > (I need to > figure out why startx can't find the symbolic link X to the > xserver--the path se > ems to be correct). Look in your startup file for the "usr". This file will have the name .profile or .login depending on whether you use /bin/sh or /bin/csh for your shell. This file must have a statement for your path. This path should include /usr/X11R6/bin. Check this to see if your path is correct. > How do I create a usr that can su to root? Put the username in group wheel per above. > Should I just bite the bullet and re > install everything? NO NO. It will be much easier to figure it out than reinstall. You will learn something new about configuring your system. It will take less time. Also, I know it doesn't matter to the single user environment like yours but keeping your system operable is something many people in the UNIX community strive for. Read man su, man group, man vipw, man chgrp, for more info. -- __ __ / 0\ / 0\ Thank you * Highperformance.net ) Wannabe Sysadmin * The homeless domain )-------( Jason Wells * "Pardon me sir, spare some bandwidth?" \_____/ From owner-freebsd-questions Tue Mar 4 21:19:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA24098 for questions-outgoing; Tue, 4 Mar 1997 21:19:26 -0800 (PST) Received: from narcissus.ml.org (root@brosenga.Pitzer.edu [134.173.120.201]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA24093 for ; Tue, 4 Mar 1997 21:19:24 -0800 (PST) Received: from localhost (ben@localhost) by narcissus.ml.org (8.7.5/8.7.3) with SMTP id VAA09316; Tue, 4 Mar 1997 21:19:22 -0800 (PST) Date: Tue, 4 Mar 1997 21:19:22 -0800 (PST) From: Snob Art Genre To: "Mike G." cc: freebsd-install Subject: Re: X-window In-Reply-To: <199703050503.FAB71535@out1.ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Mike G. wrote: > On Tue, 4 Mar 1997 18:53:41 -0800 (PST), Doug White wrote: > > >On Tue, 4 Mar 1997, Mike G. wrote: > > > >> Just installed 2.1.6 and the strangest thing. X-window can > >> only be run by a user who is using a tcsh shell. Not even > >> root who defaults to csh. I've checked the permissions and > >> all seems well. I would appreciate any suggestions as to why > >> this is. > > > >What about the path? > > I tried executing the commands while in the directory with > no luck. That means nothing if "." isn't on your path! > Michael G. > > > > Brought to you by the Letters 'O' and 'S' and the number '2' :) > > Ben "You have your mind on computers, it seems." From owner-freebsd-questions Tue Mar 4 21:33:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA24584 for questions-outgoing; Tue, 4 Mar 1997 21:33:14 -0800 (PST) Received: from caliban.dihelix.com (caliban.mrtc.org [199.4.33.251]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA24577 for ; Tue, 4 Mar 1997 21:33:11 -0800 (PST) Received: (from langfod@localhost) by caliban.dihelix.com (8.8.4/8.8.3) id TAA16769; Tue, 4 Mar 1997 19:37:04 -1000 (HST) Message-Id: <199703050537.TAA16769@caliban.dihelix.com> Subject: Re: How do I create an NIS Master? In-Reply-To: <199703050326.WAA09349@Radford.i-Plus.net> from Troy Settle at "Mar 4, 97 10:39:20 pm" To: rewt@i-Plus.net Date: Tue, 4 Mar 1997 19:37:04 -1000 (HST) Cc: freebsd-questions@freebsd.org, breyer@breyer.com, breyer@breyer.jsnet.com From: "David Langford" X-blank-line: This space intentionaly left blank. X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is there a version of vipw(8) that works with the passwd files being in /var/yp? It makes editing the files much easier. Thanks, - David Langford langfod@dihelix.com > yppasswddflags="-m /var/yp/master.passwd -s -f" > This will cause ypserv and yppasswdd to start each time the system > is booted.> >This will create the NIS maps and start ypserv and yppasswdd. (On >2.2.x, rpc.yppasswdd has different comand line switches, and there's >also an rpc.ypxfrd which is useful for sites with NIS master and slave >servers.) Note: Up until 2.2, you are required to run ypbind on the >server. For the clients, just do this: # domainname >your.chosen.nis.domain.name # ypbind -s # the following things: > defaultdomainname=your.chosen.nis.domain > nis_clientflags="-s" > This will cause ypbind to start when the system is booted.> ># +::::::::: >This will check the yppasswd maps for passwords if they are not stored >in /etc/master.passwd.> # Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA25133 for questions-outgoing; Tue, 4 Mar 1997 21:46:53 -0800 (PST) Received: from PaloAlto01.POP.InterNex.Net (PaloAlto01.POP.InterNex.Net [205.158.3.130]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA25128 for ; Tue, 4 Mar 1997 21:46:49 -0800 (PST) Received: from epigram.com ([199.2.31.210]) by PaloAlto01.POP.InterNex.Net (post.office MTA v1.9.1 ID# 0-11232) with ESMTP id AAA23479 for ; Tue, 4 Mar 1997 21:46:45 -0700 Received: from cswbsd.epigram.com (cswbsd.epigram.com [10.100.100.2]) by epigram.com (8.7.5/8.7.3) with ESMTP id VAA03495 for ; Tue, 4 Mar 1997 21:41:23 -0800 (PST) Received: (from csw@localhost) by cswbsd.epigram.com (8.7.5/8.7.3) id PAA00648; Tue, 4 Mar 1997 15:45:40 -0800 (PST) Date: Tue, 4 Mar 1997 15:45:40 -0800 (PST) Message-Id: <199703042345.PAA00648@cswbsd.epigram.com> From: Christopher Warth To: questions@freebsd.org Subject: Amd direct mappings Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Has anyone successfully used -direct mappings in Amd? I set it up the way it is explained in the info file but all I get when I try to access the mount point is "Stale NFS file handle" errors. I'm beginning to suspect something might be broken in this version of Amd. Specifics on OS and AMD version are: FreeBSD 2.1.5-RELEASE hardware: Dell Pro200 amd 1.1.1.1 of 1994/05/26 05:22:08 bsd44 #0: Wed Jul 17 01:11:58 1996 Built by jkh@whisker.cdrom.com for an i386 running bsd44 (little-endian). Map support for: root, passwd, union, nis, file, error. FS: ufs, nfs, nfsx, host, link, linkx, program, union, auto, direct, toplvl, error. The amd command line looks like: /usr/sbin/amd -p -r "foo.com" -w 240 -l "/var/log/amd.log" \ /source /etc/amdmaps/amd.direct -type:=direct The amd.direct map file contains: source type:=nfs;rhost=mach000;rfs:=/s0;sublink:=${key} The results when running amd are: # pwd /var/log # cd /source # pwd /source # ls ls: .: Stale NFS file handle I know there are about a thousand things that could be wrong here, but I think I've eliminated the most obvious possibilities. My amd mounts for home directories and for hosts all work fine, even the host mappings for the same machine where the sources are coming from works. I've tried using a "link" or "linkx" type for the entry in the amd.direct map with the same results. I can successfully mount mach000:/s0 my hand and access the "source" directory there - it is just this direct automount that keeps failing. Has anyone seen this behavior before under FBSD2.1.5? if you have direct mappings working could I see some samples of your direct mapping file and your amd command line? Thanks in advance, -csw From owner-freebsd-questions Tue Mar 4 21:49:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA25291 for questions-outgoing; Tue, 4 Mar 1997 21:49:57 -0800 (PST) Received: from knights.cc.ucf.edu (root@knights.cc.ucf.edu [132.170.246.40]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id VAA25286 for ; Tue, 4 Mar 1997 21:49:55 -0800 (PST) Received: from port7.2c.tserver.ucf.edu(really [132.170.24.109]) by knights.cc.ucf.edu via sendmail with esmtp id for ; Wed, 5 Mar 1997 00:43:38 -0500 (EST) (Smail-3.2 1996-Jul-4 #14 built 1996-Oct-22) Message-Id: From: "Breakdown" Cc: Subject: Re: (DOS) Partition Size / Cluster Size. Date: Wed, 5 Mar 1997 00:45:25 -0500 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1160 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I still get that same error message even though I never FIPS-ed my hard drive... Just to clarify :-). Martin ---------- > From: Doug White > To: Robert Clark > Cc: freebsd-questions@freebsd.org > Subject: Re: (DOS) Partition Size / Cluster Size. > Date: Tuesday, March 04, 1997 8:08 PM > > On Tue, 4 Mar 1997, Robert Clark wrote: > > > (DOS) > > Partition Size Cluster Size > > 1-31MB 512bytes > > 32-63MB 1k > > 64-127MB 2k > > 128-255MB 4k > > 256-511MB 8k > > 512-1023MB 16k > > 1024-2047MB 32k > > > > If you use FIPS to shrink a > > partition, don't cross a boundary > > above? > > Yes it does, and it makes FreeBSD's msdosfs code go bonkers. DOS can > handle it though. THat's why FIPS'd volumes are often ususable with > FreeBSD (you get the Warning: root is not a multiple of clustersize in > length or somesuch). > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > From owner-freebsd-questions Tue Mar 4 21:58:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA25619 for questions-outgoing; Tue, 4 Mar 1997 21:58:31 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA25611 for ; Tue, 4 Mar 1997 21:58:26 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.4/8.6.9) id AAA27805; Wed, 5 Mar 1997 00:58:16 -0500 (EST) From: "John S. Dyson" Message-Id: <199703050558.AAA27805@dyson.iquest.net> Subject: Re: (DOS) Partition Size / Cluster Size. To: ROBERTC@PII.COM (Robert Clark) Date: Wed, 5 Mar 1997 00:58:16 -0500 (EST) Cc: freebsd-questions@freebsd.org In-Reply-To: from "Robert Clark" at Mar 4, 97 04:07:30 pm X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > (DOS) > Partition Size Cluster Size > 1-31MB 512bytes > 32-63MB 1k > 64-127MB 2k > 128-255MB 4k > 256-511MB 8k > 512-1023MB 16k > 1024-2047MB 32k > > If you use FIPS to shrink a > partition, don't cross a boundary > above? > I don't know what you are really asking, but on FreeBSD V2.1.X DO NOT use a DOS filesystem that has a cluster size of greater than 16K. If you shrink a filesystem with FIPS, you'll not shrink the cluster size, and will still have problems if the cluster size is greater than 16K. Anecdote: I just tried to install FreeBSD from a DOS partition today. (It was 2.1.6). It wouldn't install properly. Found out that the DOS partition was 1.6GB!!! We rebuilt the disk so that it had a 500MB partition (from scratch, not using FIPS), and the install went fine. So, don't even mount a DOS FS with cluster size of greater than 16K read-only -- if you do, you will be placing the rest of your filesystems at risk. FreeBSD V2.2 apparently has the problem fixed. John dyson@freebsd.org From owner-freebsd-questions Tue Mar 4 22:14:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA26162 for questions-outgoing; Tue, 4 Mar 1997 22:14:09 -0800 (PST) Received: from obie.softweyr.ml.org ([199.104.124.49]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA26156 for ; Tue, 4 Mar 1997 22:14:04 -0800 (PST) Received: (from wes@localhost) by obie.softweyr.ml.org (8.7.5/8.6.12) id VAA06512; Tue, 4 Mar 1997 21:24:56 -0700 (MST) Date: Tue, 4 Mar 1997 21:24:56 -0700 (MST) Message-Id: <199703050424.VAA06512@obie.softweyr.ml.org> From: Wes Peters To: toj@gorilla.net CC: questions@freebsd.org Subject: Re: Mount query In-Reply-To: <199702281934.NAA01161@peeper.jackson.org> References: <199702280549.XAA00400@peeper.jackson.org> <199702281934.NAA01161@peeper.jackson.org> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Tom Jackson writes: > this is my main interest. The removable media is syquest cartridges of > 135 and 230 mb size. I upgraded to the ezflyer but have a stack of 135 mb > carts from the ez135. The problem seems to be the fact freebsd considers > the syquest a hard disk (which *is* good for performance) but will not let > me change the incore configuration of the carts. Was hoping there was a > Magic way to change the incore config, like re-probe the drive without > rebooting. Have you tried re-reading the disklabel after changing the media? If each of the cartriges is properly disklabelled, you should be able to 'disklabel -r sdx' and then mount correctly. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.xmission.com/~softweyr softweyr@xmission.com From owner-freebsd-questions Tue Mar 4 23:53:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA29126 for questions-outgoing; Tue, 4 Mar 1997 23:53:03 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA29120 for ; Tue, 4 Mar 1997 23:52:56 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id JAA25958; Wed, 5 Mar 1997 09:53:05 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma025956; Wed Mar 5 09:52:42 1997 Message-ID: <331D2609.65A5@barcode.co.il> Date: Wed, 05 Mar 1997 09:51:37 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: Michael Alwan CC: questions@freebsd.org Subject: Re: disk usage reporting References: <331BBB00.41C67EA6@rma.edu> <3.0.1.32.19970304130236.00690c6c@rma.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Michael Alwan wrote: > [snip] > > My apologies for the confusing shorthand. "Etc" just meant more output I > didn't think was related to my question. These are my actual file systems: > > 1-k blocks used avail capacity mounted on > /dev/wd0a 31775 29903 -603 102% / > /dev/wd0s4f 371087 126120 215281 37% /usr > /dev/wd0s4e 29727 14061 13288 51% /var > procfs 4 4 0 100% /proc > [snip] > > So, installing Netscape Communicator, xfmail, and all those other goodies > while running as root has dumped their caches and so on in the root ( / ) > filesystem--correct? Besides getting these caches out of root, what other > kinds of cleanup should I do? I can change the cache locations from > Netscape, and prefer not to have to reinstall everything if that is > realistic. But I get the impression that installing so many things as root > may have totally screwed up my file systems in ways I don't yet understand. Installing things while running as root is O.K. For most software, this is the only way to install. *Using* that software while running as root is the problem. I haven't used Netscape Communicator, but Netscape 2.0/3.0 had the cache under the user's home directory. root's home is on the root file system, other users have their home on /usr by default. > > I assume the correct thing to do is create at least one user and user group > like the setup program suggested. I had some problems with this > before--specifically, creating a user that had permission to su to root so > I could work on configuration files. I tried to create a user in the group > wheel and was told wheel was not a valid group assignment. Could you give > me a couple pointers to keep me from destroying my system until I finish > RTFM? :) USe adduser to create a user in its own group (not wheel). Then, edit the file /etc/groups and add that user's name on the line for the wheel group. Then, cleanup root's home moving whatever is applicable to your new user's home directory. > > Thanks, > > Michael Nadav From owner-freebsd-questions Tue Mar 4 23:53:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA29167 for questions-outgoing; Tue, 4 Mar 1997 23:53:39 -0800 (PST) Received: from proxy1.ba.best.com (root@proxy1.ba.best.com [206.184.139.12]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA29083 for ; Tue, 4 Mar 1997 23:52:17 -0800 (PST) Received: from bsampley.vip.best.com (bsampley.vip.best.com [206.184.160.196]) by proxy1.ba.best.com (8.8.5/8.8.3) with SMTP id XAA11077; Tue, 4 Mar 1997 23:46:04 -0800 (PST) Date: Tue, 4 Mar 1997 23:44:15 -0800 (PST) From: Burton Sampley To: Doug White cc: Glenn Johnson , freebsd-questions@FreeBSD.ORG Subject: Re: xdm on 2.2GAMMA In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Don't forget .xsession must be an executable file. (per X User Tools ISBN 0-56592-019-8; Good book on using X) Burton On Tue, 4 Mar 1997, Doug White wrote: > On Tue, 4 Mar 1997, Glenn Johnson wrote: > > > I just upgraded from 2.1.6 to 2.2GAMMA(2-15-97). I put the following > > command in /etc/fbtab: > > > > /dev/ttyv0 0600 /dev/console > > > > and I put the following in /etc/rc.local: > > > > /usr/X11R6/bin/xdm > > > > This worked in 2.1.6 but it does not work in 2.2GAMMA. I get the xdm > > login screen but when I enter the username and password, the screen > > switces to a grey background, sits for a couple of seconds, and then > > goes back to the login screen. > > Your ~/.xsession is faulty or missing. Try copying over your .xinitrc, or > generate a .xession. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > From owner-freebsd-questions Tue Mar 4 23:56:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA29251 for questions-outgoing; Tue, 4 Mar 1997 23:56:23 -0800 (PST) Received: from python.shoal.net.au (andrew@python.shoal.net.au [203.26.44.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA29242 for ; Tue, 4 Mar 1997 23:56:09 -0800 (PST) Received: from localhost (andrew@localhost) by python.shoal.net.au (8.8.5/8.7.3) with SMTP id RAA15414; Wed, 5 Mar 1997 17:55:13 +1000 (EST) Date: Wed, 5 Mar 1997 17:55:13 +1000 (EST) From: Andrew Perry To: "Mike G." cc: freebsd-install Subject: Re: X-window In-Reply-To: <199703041226.MAA141779@out1.ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk is /usr/X11R6/bin in your default path? might only be in the startup files for tcsh (dunno what they are though) Andrew Perry andrew@shoal.net.au On Tue, 4 Mar 1997, Mike G. wrote: > Just installed 2.1.6 and the strangest thing. X-window can > only be run by a user who is using a tcsh shell. Not even > root who defaults to csh. I've checked the permissions and > all seems well. I would appreciate any suggestions as to why > this is. > > Michael G. > > > > Brought to you by the Letters 'O' and 'S' and the number '2' :) > > From owner-freebsd-questions Wed Mar 5 00:16:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA00575 for questions-outgoing; Wed, 5 Mar 1997 00:16:03 -0800 (PST) Received: from rma.edu (rma.edu [207.0.141.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA00562 for ; Wed, 5 Mar 1997 00:16:00 -0800 (PST) Received: from alwan ([207.0.141.21]) by rma.edu with ESMTP (IPAD 1.51) id 4851100 ; Wed, 05 Mar 1997 03:20:24 EST Message-ID: <331D2BA0.167EB0E7@rma.edu> Date: Wed, 05 Mar 1997 03:15:28 -0500 From: Michael Alwan X-Mailer: Mozilla 4.0b2 (X11; I; FreeBSD 2.1.7-RELEASE i386) MIME-Version: 1.0 To: Nadav Eiron CC: questions@freebsd.org Subject: Re: disk usage reporting X-Priority: 3 (Normal) References: <331BBB00.41C67EA6@rma.edu> <3.0.1.32.19970304130236.00690c6c@rma.edu> <331D2609.65A5@barcode.co.il> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Nadav Eiron wrote: > Installing things while running as root is O.K. For most software, this > is the only way to install. *Using* that software while running as root > is the problem. I haven't used Netscape Communicator, but Netscape > 2.0/3.0 had the cache under the user's home directory. root's home is on > the root file system, other users have their home on /usr by default. > > > USe adduser to create a user in its own group (not wheel). Then, edit > the file /etc/groups and add that user's name on the line for the wheel > group. Then, cleanup root's home moving whatever is applicable to your > new user's home directory. > > > > > Thanks, > > > > Michael > Nadav Nadav: Finally worked out the correct procedure for adding a user with wheel permission. Everything else fell into place after that. Browser, mail and news caches are now in the /usr file system. Thanks for your help! Michael From owner-freebsd-questions Wed Mar 5 00:20:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA00855 for questions-outgoing; Wed, 5 Mar 1997 00:20:49 -0800 (PST) Received: from wiley.csusb.edu (wiley.csusb.edu [139.182.2.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA00848 for ; Wed, 5 Mar 1997 00:20:46 -0800 (PST) Received: (from wwong@localhost) by wiley.csusb.edu (8.8.5/8.6.11) id AAA25616; Wed, 5 Mar 1997 00:20:21 -0800 (PST) From: William Wong Message-Id: <199703050820.AAA25616@wiley.csusb.edu> Subject: results by gethostby*.gethostanswer To: wwong@wiley.csusb.edu Date: Wed, 5 Mar 1997 00:20:20 -0800 (PST) Cc: questions@freebsd.org X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Has anybody seen something like this before? http: gethostby*.gethostanswer: asked for "102.63.32.128.in-addr.arpa", got "102.0.63.32.128.in-addr.arpa" Notice the extra field with the 0. Isn't that illegal? This is a 486 machine running 2.0.5-RELEASE with generic everything (almost). -- William T. Wong Assistant Network Analyst Cal State University, San Bernardino Phone: (909) 880-7281 email: wwong@wiley.csusb.edu From owner-freebsd-questions Wed Mar 5 00:22:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA00969 for questions-outgoing; Wed, 5 Mar 1997 00:22:23 -0800 (PST) Received: from scotty.masternet.it (scotty.masternet.it [194.184.65.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA00955 for ; Wed, 5 Mar 1997 00:22:18 -0800 (PST) Received: from gmarco (ts1port9d.masternet.it [194.184.65.31]) by scotty.masternet.it (8.8.4/8.7.3) with SMTP id JAA25474 for ; Wed, 5 Mar 1997 09:23:29 GMT Message-Id: <3.0.1.32.19970306092311.0072ffc0@scotty.masternet.it> X-Sender: gmarco@scotty.masternet.it X-Mailer: Windows Eudora Pro Version 3.0.1 beta 8 (32) Date: Thu, 06 Mar 1997 09:23:11 +0100 To: questions@freebsd.org From: Gianmarco Giovannelli Subject: scotty routed[47]: punt RTM_LOSING without gateway Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello , what does the error in the subject mean ? Thanks Regards... Gianmarco ( gmarco@masternet.it ) http://www2.masternet.it/~gmarco http://www2.masternet.it/ From owner-freebsd-questions Wed Mar 5 00:23:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA01077 for questions-outgoing; Wed, 5 Mar 1997 00:23:44 -0800 (PST) Received: from python.shoal.net.au (andrew@python.shoal.net.au [203.26.44.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA01069 for ; Wed, 5 Mar 1997 00:23:29 -0800 (PST) Received: from localhost (andrew@localhost) by python.shoal.net.au (8.8.5/8.7.3) with SMTP id SAA15701; Wed, 5 Mar 1997 18:22:11 +1000 (EST) Date: Wed, 5 Mar 1997 18:22:11 +1000 (EST) From: Andrew Perry To: Valgar Allslayer cc: questions@freebsd.org Subject: Re: Upgrading... In-Reply-To: <199703041631.KAA13672@slacker.cu-online.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'd recommend downloading the 2.1.7 boot.flp, making a new install floppy, boot it and take the upgrade option. I've included a copy of Doug White's upgrade checklist. Andrew Perry andrew@shoal.net.au On Tue, 4 Mar 1997, Valgar Allslayer wrote: > I currently have 2.1.6 installed on my system. I began the install from a 2.1.5 cdrom, unfortunately I couldn't get FreeBSD to recognize the cdrom drive once the process had begun. Thus I was forced to install via FTP, thus I installed 2.1.6 rather than 2.1.5. Now I want to upgrade to either 2.1.7 or 2.2 I attempted to use SUP, but after receiving all the sources I began the compile and it would run for about 2-3 hours then dump on error code 1. I then attempted to install via /stand/sysinstall. After setting the version in the options editor I would > attempt to log in via ftp. It would log in, then sit at a blank screen. > Is there any surefire way to upgrade? > Doug White's sure fire upgrade checklist: 1) BACKUP /ETC, BACKUP /ETC, BACKUP /ETC. IT__WILL__BE__MODIFIED!!! 2) Boot the new floppy. Select the 'update' option. Follow the prompts. Make sure you MOUNT you filesystems and not NEWFS them. Select the same distributions you did originally and any you wish to add. 3) Hit 'commit'. Take note of the modified files. 4) When you're dumped to a shell prompt: - Copy services back from your backup /etc. It's three lines long now :( - Edit sysconfig and re-config from scratch using your old one as a guide. - Migrate any changes you made to rc.local and other files noted during the upgrade process. 5) Reboot, recompile & reinstall your kernel, reboot again, and enjoy. From owner-freebsd-questions Wed Mar 5 00:25:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA01226 for questions-outgoing; Wed, 5 Mar 1997 00:25:53 -0800 (PST) Received: from scotty.masternet.it (scotty.masternet.it [194.184.65.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA01221 for ; Wed, 5 Mar 1997 00:25:47 -0800 (PST) Received: from gmarco (ts1port9d.masternet.it [194.184.65.31]) by scotty.masternet.it (8.8.4/8.7.3) with SMTP id JAA25487 for ; Wed, 5 Mar 1997 09:27:01 GMT Message-Id: <3.0.1.32.19970306092642.007119c0@scotty.masternet.it> X-Sender: gmarco@scotty.masternet.it X-Mailer: Windows Eudora Pro Version 3.0.1 beta 8 (32) Date: Thu, 06 Mar 1997 09:26:42 +0100 To: questions@freebsd.org From: Gianmarco Giovannelli Subject: Pentium , Cyrix or Pentium Pro ? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Are there noticeable differences in the use of those cpus with FreeBSD 2.2 ? I have to put one in a box that do mail server , dns and ftp server . Thanks for attention. Regards... Gianmarco ( gmarco@masternet.it ) http://www2.masternet.it/~gmarco http://www2.masternet.it/ From owner-freebsd-questions Wed Mar 5 00:27:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA01358 for questions-outgoing; Wed, 5 Mar 1997 00:27:33 -0800 (PST) Received: from scotty.masternet.it (scotty.masternet.it [194.184.65.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA01351 for ; Wed, 5 Mar 1997 00:27:29 -0800 (PST) Received: from gmarco (ts1port9d.masternet.it [194.184.65.31]) by scotty.masternet.it (8.8.4/8.7.3) with SMTP id JAA25495 for ; Wed, 5 Mar 1997 09:28:41 GMT Message-Id: <3.0.1.32.19970306092821.007119c0@scotty.masternet.it> X-Sender: gmarco@scotty.masternet.it X-Mailer: Windows Eudora Pro Version 3.0.1 beta 8 (32) Date: Thu, 06 Mar 1997 09:28:21 +0100 To: questions@freebsd.org From: Gianmarco Giovannelli Subject: * mirror and HD * Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have two HD of the same type and size.... How can I dupe one on the other with the dd command (or with another one ?) Thanks Regards... Gianmarco ( gmarco@masternet.it ) http://www2.masternet.it/~gmarco http://www2.masternet.it/ From owner-freebsd-questions Wed Mar 5 00:34:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA01977 for questions-outgoing; Wed, 5 Mar 1997 00:34:39 -0800 (PST) Received: from python.shoal.net.au (andrew@python.shoal.net.au [203.26.44.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA01970 for ; Wed, 5 Mar 1997 00:34:29 -0800 (PST) Received: from localhost (andrew@localhost) by python.shoal.net.au (8.8.5/8.7.3) with SMTP id SAA15868; Wed, 5 Mar 1997 18:33:27 +1000 (EST) Date: Wed, 5 Mar 1997 18:33:26 +1000 (EST) From: Andrew Perry To: Martin Naskovski cc: freebsd-questions@freebsd.com Subject: Re: PPP/PAP authentication In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I had this problem too. I've included a copy of my ppp.conf, maybe that'll help. Make sure you've got the 'set authname username' and 'set authkey password' commands. Does your isp provide pap or chap? maybe you've also got to use the 'disable chap' line? The set login line is just a script to get through my isp's xylogics annex. username, password, select slip/ppp/telnet hope this helps Andrew Perry andrew@shoal.net.au On Tue, 4 Mar 1997, Martin Naskovski wrote: > Hi. I can't get PAP to work on ppp under FreeBSD 2.1.7. I set up the login > name right, the password too, including the enable pap, disable chap, > accept pap parameters, and then all I get once it successfully logs in is > a "Packet mode" response, the ppp doesn't convert to PPP to signify that > it did actually went into PPP, and when I try to ping, it shows as though > no routes exist for the outside world. > > Would anyone _please_ tell me what I miss to do? I just used the stuff > that's in /etc/ppp but it don't quite work, I guess I'm forgetting to set > something up? Can someone else who uses PAP authentication tell me what > their setup looks like or forward it to me as attachment? Thank you. > > Martin > > default: set speed 115200 set device /dev/cuaa1 set parity none set timeout 1200 accept pap disable chap set authname username set authkey password set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATZ OK-AT-OK \\dATDT123456\\T TIMEOUT 60 CONNECT" set login "TIMEOUT 5 name:--name: username word: password annex: 3" set ifaddr 0 0 From owner-freebsd-questions Wed Mar 5 00:38:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA02304 for questions-outgoing; Wed, 5 Mar 1997 00:38:14 -0800 (PST) Received: from scotty.masternet.it (scotty.masternet.it [194.184.65.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA02299 for ; Wed, 5 Mar 1997 00:38:11 -0800 (PST) Received: from gmarco (ts1port9d.masternet.it [194.184.65.31]) by scotty.masternet.it (8.8.4/8.7.3) with SMTP id JAA25560 for ; Wed, 5 Mar 1997 09:39:24 GMT Message-Id: <3.0.1.32.19970306093905.00714564@scotty.masternet.it> X-Sender: gmarco@scotty.masternet.it X-Mailer: Windows Eudora Pro Version 3.0.1 beta 8 (32) Date: Thu, 06 Mar 1997 09:39:05 +0100 To: questions@freebsd.org From: Gianmarco Giovannelli Subject: * make world fails if I put HD in other box * Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have installed 2.2 GAMMA on my server that was running 2.1.5 . For doing this I have installed a twin box with the same hardware of the box of the server. I am started from October snap and then I configured the box as the server is. I apply the ctm till 165 , I do make world and everything works like a charm. When everything was finished I backup my relevant files from the 2.1.5 box and put on the new box, then I exchange the HDs. Everything works ok, so the upgrade is ok, but now I am not able to make a world again. It always fails with an internal compiler error . Now I have lost the output, I have found only this in the messages file. Mar 5 04:16:24 scotty /kernel: pid 24728 (cc1), uid 0: exited on signal 10 (core dumped) But I 'll try again to send you the output. Regards... Gianmarco ( gmarco@masternet.it ) http://www2.masternet.it/~gmarco http://www2.masternet.it/ From owner-freebsd-questions Wed Mar 5 00:47:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA02711 for questions-outgoing; Wed, 5 Mar 1997 00:47:46 -0800 (PST) Received: from python.shoal.net.au (andrew@python.shoal.net.au [203.26.44.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA02705 for ; Wed, 5 Mar 1997 00:47:30 -0800 (PST) Received: from localhost (andrew@localhost) by python.shoal.net.au (8.8.5/8.7.3) with SMTP id SAA16028; Wed, 5 Mar 1997 18:46:46 +1000 (EST) Date: Wed, 5 Mar 1997 18:46:46 +1000 (EST) From: Andrew Perry To: Mike Larsen cc: questions@freebsd.org Subject: Re: FTP Installation Problems In-Reply-To: <331CFE29.4172@execpc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I had this prob. Here's bits from how I do it when I dial manually (like you have to do when you do an install). default: set speed 115200 set device /dev/cuaa1 (for com2, /dev/cuaa0 for com1)(but i see you're using com3, you must have this bit worked out or else you wouldn't have got as far as you did) set parity none set timeout 1200 accept pap (if your isp uses chap instead of pap then) disable chap (swap these around ) set authname username set authkey password set ifaddr 0 0 then type term to drop into term mode and dial your number etc. On Tue, 4 Mar 1997, Mike Larsen wrote: > I have downloaded boot.flp twice in the past ten days but in both cases > was unable to install over a PPP / FTP connection. I dial into my ISP > PPP account through the install term, login and get a PPP started text > message. Sometimes, term says "packet mode". when it says packet mode that's when it's switching to ppp >It seems as if the > connection is dropped within 5-10 secs (click) but even if I initiate when this happened to me it was becuase i hadn't used the set authname and authkey commands so I failed to log in when it switched to ppp > the transfer immediately, I get errors. Sometimes, it says "logging > into ftp@ftp.freebsd.org" for some time (300 secs?) and then says > "unable to login to ftp.freebsd.org". Other times, it jumps right to > "unable to login". P5-100 Intel motherboard, Sportster 28.8K internal > modem on com3. Any idea what it going wrong? > > Thanks, > > Mike Larsen hope this helps Andrew Perry andrew@shoal.net.au From owner-freebsd-questions Wed Mar 5 00:58:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA03072 for questions-outgoing; Wed, 5 Mar 1997 00:58:48 -0800 (PST) Received: from dfw-ix2.ix.netcom.com (dfw-ix2.ix.netcom.com [206.214.98.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA03055; Wed, 5 Mar 1997 00:58:44 -0800 (PST) Received: (from smap@localhost) by dfw-ix2.ix.netcom.com (8.8.4/8.8.4) id CAA07292; Wed, 5 Mar 1997 02:58:07 -0600 (CST) Received: from wck-ca14-39.ix.netcom.com(207.92.174.103) by dfw-ix2.ix.netcom.com via smap (V1.3) id sma007288; Wed Mar 5 02:57:46 1997 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id AAA24992; Wed, 5 Mar 1997 00:57:42 -0800 (PST) Date: Wed, 5 Mar 1997 00:57:42 -0800 (PST) Message-Id: <199703050857.AAA24992@silvia.HIP.Berkeley.EDU> To: freebsd@trogon.kiwi.net CC: freebsd-hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG In-reply-to: (message from Christopher Taylor on Tue, 4 Mar 1997 11:42:42 -0800 (PST)) Subject: Re: Squid From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * cc: freebsd-questions@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG * * I am trying to get Squid to work on my FreeBSD 2.2-ALPHA system. It gives Two advices: (1) Use the port (2) Don't post to more than one mailing list (especially when none of them are appropriate ;) Satoshi From owner-freebsd-questions Wed Mar 5 01:16:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA03992 for questions-outgoing; Wed, 5 Mar 1997 01:16:26 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA03967 for ; Wed, 5 Mar 1997 01:16:20 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.4/8.6.9) id EAA28158; Wed, 5 Mar 1997 04:16:09 -0500 (EST) From: "John S. Dyson" Message-Id: <199703050916.EAA28158@dyson.iquest.net> Subject: Re: (DOS) Partition Size / Cluster Size. To: ghormann@indiana.edu (Gregory James Hormann) Date: Wed, 5 Mar 1997 04:16:09 -0500 (EST) Cc: dwhite@resnet.uoregon.edu, ROBERTC@PII.COM, freebsd-questions@freebsd.org In-Reply-To: from "Gregory James Hormann" at Mar 4, 97 09:42:59 pm X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > > Yes it does, and it makes FreeBSD's msdosfs code go bonkers. DOS can > > handle it though. THat's why FIPS'd volumes are often ususable with > > FreeBSD (you get the Warning: root is not a multiple of clustersize in > > length or somesuch). > > Even though I never used FIPS, I still get that error when I try to mount > a 1GB drive who's only partition is a DOS partition 1GB long. > Cluster sizes > 16K is the real problem. If you have such a filesystem on FreeBSD V2.1.X, then it is best to use MTOOLS. John From owner-freebsd-questions Wed Mar 5 02:24:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA07472 for questions-outgoing; Wed, 5 Mar 1997 02:24:08 -0800 (PST) Received: from mail.tm.net.my (janeway.tm.net.my [202.188.0.155]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA07446 for ; Wed, 5 Mar 1997 02:24:01 -0800 (PST) From: sweeting@tm.net.my Received: from [111.111.111.110] ([202.184.153.105]) by mail.tm.net.my (8.8.5/8.8.4) with SMTP id SAA18321 for ; Wed, 5 Mar 1997 18:23:28 +0800 (SGT) Date: Wed, 5 Mar 1997 18:23:28 +0800 (SGT) X-Sender: sweeting@mail.tm.net.my Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@freebsd.org Subject: are errors defined anywhere ? Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Gianmarco Giovannelli wrote : >Re: scotty routed[47]: punt RTM_LOSING without gateway >Hello , what does the error mean ? i would also like to know what : #word routed[50]:punt RTM_ADD without gateway means ? and is there a glossary of all of these errors anywhere ? thank you chas From owner-freebsd-questions Wed Mar 5 03:20:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA09181 for questions-outgoing; Wed, 5 Mar 1997 03:20:29 -0800 (PST) Received: from tao.lab.kdd.co.jp (tao.lab.kdd.co.jp [192.26.91.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA09174 for ; Wed, 5 Mar 1997 03:20:25 -0800 (PST) Received: from nespa.nes.lab.kdd.co.jp (nespa.nes.lab.kdd.co.jp [133.128.8.10]) by tao.lab.kdd.co.jp (8.8.5/KDDLAB-3.0) with SMTP id UAA19939 for ; Wed, 5 Mar 1997 20:20:23 +0900 (JST) Received: from maepc.nes.lab.kdd.co.jp by nespa.nes.lab.kdd.co.jp (SMI-8.6/KDD-1.00MX) id UAA11586; Wed, 5 Mar 1997 20:22:06 +0900 Message-ID: <331D5715.3625@nes.lab.kdd.co.jp> Date: Wed, 05 Mar 1997 20:20:53 +0900 From: Osamu Maeshima Organization: KDD R&D Labs. X-Mailer: Mozilla 3.01 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: SDL WAN Adapter Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi all, can we use our WANic(RISCom/N2pci ?) sync serial card (SDL Communications) with FreeBSD 2.1.6 ? Sincerely, -- Osamu Maeshima KDD R&D Labs., Japan Phone: 81-492-78-7895, -7510(Fax) E-mail: maeshima@nes.lab.kdd.co.jp From owner-freebsd-questions Wed Mar 5 03:43:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA09868 for questions-outgoing; Wed, 5 Mar 1997 03:43:54 -0800 (PST) Received: from python.shoal.net.au (root@python.shoal.net.au [203.26.44.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA09863 for ; Wed, 5 Mar 1997 03:43:45 -0800 (PST) Received: from monty-port27.shoal.net.au (monty-port27.shoal.net.au [203.26.44.37]) by python.shoal.net.au (8.8.5/8.7.3) with SMTP id VAA18249; Wed, 5 Mar 1997 21:43:20 +1000 (EST) Received: by monty-port27.shoal.net.au with Microsoft Mail id <01BC29B6.91CC4000@monty-port27.shoal.net.au>; Wed, 5 Mar 1997 22:42:56 +-1000 Message-ID: <01BC29B6.91CC4000@monty-port27.shoal.net.au> From: Andrew Perry To: "'Leonard 'leveret' Lau'" Cc: "'Questions'" Subject: RE: XFree86 Date: Wed, 5 Mar 1997 22:27:39 +-1000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'll send you a copy of what was sent to me. (thanks ben :) ) Hi, I was trying to install the XFree86 in one of the computer in my office, that fact is, that computer didn't connect to any network and I don't have a CD-ROM for the program, so I tried to download the stuff in of the PC and transfer the files to the computer that I wanna install by floppy disks, I know it's kinda dumb but that's the only way. My question is, the X32bin.tgz file is too big, as I tried to untar the file, the long file name messed me up, is there a source that I can get a smaller chunks version of the same file? Thanks! Leonard. From owner-freebsd-questions Wed Mar 5 04:25:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA12413 for questions-outgoing; Wed, 5 Mar 1997 04:25:32 -0800 (PST) Received: from out2.ibm.net (out2.ibm.net [165.87.201.252]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id EAA12407 for ; Wed, 5 Mar 1997 04:25:29 -0800 (PST) Received: (from uucp@localhost) by out2.ibm.net (8.6.9/8.6.9) id MAA38702; Wed, 5 Mar 1997 12:25:27 GMT Received: from slip129-37-221-140.ny.us.ibm.net(129.37.221.140) by out2.ibm.net via smap (V1.3mjr) id sma_RICzR; Wed Mar 5 12:25:15 1997 Message-Id: <3.0.1.32.19970305071642.006adb3c@pop01.ny.us.ibm.net> X-Sender: jrmartz@pop01.ny.us.ibm.net X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Wed, 05 Mar 1997 07:16:42 -0500 To: freebsd-questions@freebsd.org From: "John R. Martz" Subject: Re: BSD vs Linux Cc: Doug White In-Reply-To: References: <331C3F60.201D@wil.net> Mime-Version: 1.0 Content-Type: text/enriched; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 10:38 AM 3/4/97 -0800, Doug White wrote: >This is a touchy issue, so I'll refer you to the mail archives at >http://www.freebsd.org (under 'Search') for the range of opinions. Doug, Thanks for the explicit reference. I should have listened when it was suggested I use this feature before. The way it is set up, it IS extremely easy to search the archives. -john
When the only tool you own is a hammer, every problem begins to resemble a nail. -- Abraham Maslow
From owner-freebsd-questions Wed Mar 5 04:45:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA15088 for questions-outgoing; Wed, 5 Mar 1997 04:45:40 -0800 (PST) Received: from os.inf.tu-dresden.de (os.inf.tu-dresden.de [141.76.1.46]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA15048; Wed, 5 Mar 1997 04:45:32 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by os.inf.tu-dresden.de (8.8.5/8.8.5) with ESMTP id NAA27354; Wed, 5 Mar 1997 13:20:44 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id JAA19293; Wed, 5 Mar 1997 09:40:09 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id JAA15427; Wed, 5 Mar 1997 09:02:28 +0100 (MET) Message-ID: Date: Wed, 5 Mar 1997 09:02:28 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: freebsd@trogon.kiwi.net (Christopher Taylor) Cc: freebsd-hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG Subject: Re: Squid References: X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: ; from Christopher Taylor on Mar 4, 1997 11:42:42 -0800 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Christopher Taylor wrote: > Making all in src... > gcc -o dnsserver -g dnsserver.o -L../lib -lmiscutil -lm -lresolv -lgnumalloc > dnsserver.c:267: Undefined symbol `___res_init' referenced from text segment > /usr/lib/libresolv.so.2.0: Undefined symbol `___res_init' referenced mv /usr/lib/libresolv.so.2.0 /usr/lib/compat/ ldconfig -m /usr/lib/compat rm /usr/lib/libresolv* FreeBSD 2.2 is not supposed to have one at all. Remove -lresolv, you don't need it. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-questions Wed Mar 5 04:45:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA15112 for questions-outgoing; Wed, 5 Mar 1997 04:45:44 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA15061; Wed, 5 Mar 1997 04:45:37 -0800 (PST) Received: from os.inf.tu-dresden.de (os.inf.tu-dresden.de [141.76.1.46]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id EAA29968 ; Wed, 5 Mar 1997 04:45:35 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by os.inf.tu-dresden.de (8.8.5/8.8.5) with ESMTP id NAA27870; Wed, 5 Mar 1997 13:29:14 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id IAA07738; Tue, 4 Mar 1997 08:03:34 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id HAA10348; Tue, 4 Mar 1997 07:31:13 +0100 (MET) Message-ID: Date: Tue, 4 Mar 1997 07:31:13 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: Typh0on@concentric.net Cc: hackers@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: 2.2 Gamma Install Problem References: <331B43BB.30AB@pop3.concentric.net> <331B8448.67EE@pop3.concentric.net> X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <331B8448.67EE@pop3.concentric.net>; from Richard Linane on Mar 3, 1997 21:09:12 -0500 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Richard Linane wrote: > usr/bin/window > usr/bin/write > usr/bin/xargs > > gunzip: stdin: invalid comp data--format violated > /stand/cpio/: premature end of file > Debug: switching back to VTY1 > > >Thats exactly what had been displayed< That means input data has stopped flowing in. :-( -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-questions Wed Mar 5 04:56:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA15785 for questions-outgoing; Wed, 5 Mar 1997 04:56:03 -0800 (PST) Received: from wawasee.read.indiana.edu (wawasee.read.indiana.edu [149.159.108.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA15754 for ; Wed, 5 Mar 1997 04:56:01 -0800 (PST) Received: from localhost (ghormann@localhost) by wawasee.read.indiana.edu (8.8.4/8.6.12) with SMTP id HAA03063; Wed, 5 Mar 1997 07:55:56 -0500 (EST) X-Authentication-Warning: wawasee.read.indiana.edu: ghormann owned process doing -bs Date: Wed, 5 Mar 1997 07:55:51 -0500 (EST) From: Gregory James Hormann X-Sender: ghormann@wawasee.read.indiana.edu To: "John S. Dyson" cc: freebsd-questions@freebsd.org Subject: Re: (DOS) Partition Size / Cluster Size. In-Reply-To: <199703050916.EAA28158@dyson.iquest.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- On Wed, 5 Mar 1997, John S. Dyson wrote: > > > > > > Yes it does, and it makes FreeBSD's msdosfs code go bonkers. DOS can > > > handle it though. THat's why FIPS'd volumes are often ususable with > > > FreeBSD (you get the Warning: root is not a multiple of clustersize in > > > length or somesuch). > > > > Even though I never used FIPS, I still get that error when I try to mount > > a 1GB drive who's only partition is a DOS partition 1GB long. > > > Cluster sizes > 16K is the real problem. If you have such a filesystem > on FreeBSD V2.1.X, then it is best to use MTOOLS. Yea, but when your are running -current (before Lite/2) it shouldn't be a problem, but I already trashed / once by mounting that partition there. Greg. -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQB1AwUBMx1tW6LNRJrnJUqZAQHPLQMAwnChtbIm7B3P//l0vy9+UoIH49wbb2px wCd5jlhqfLVu4RtQLKjTD8GuGllxO89w92lrOu2IqX8tsoov5oEU4bicDGgRbfkS hT5a2pXiqhC7gkzwtRdwQOKvgj2DYlJj =2jE8 -----END PGP SIGNATURE----- From owner-freebsd-questions Wed Mar 5 05:15:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA16603 for questions-outgoing; Wed, 5 Mar 1997 05:15:32 -0800 (PST) Received: from kddfuji.lab.kdd.co.jp (kddfuji.lab.kdd.co.jp [192.26.91.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA16598 for ; Wed, 5 Mar 1997 05:15:26 -0800 (PST) From: maeshima@rhapsody.nes.lab.kdd.co.jp Received: from rhapsody.nes.lab.kdd.co.jp (rhapsody.nes.lab.kdd.co.jp [133.128.8.13]) by kddfuji.lab.kdd.co.jp (8.8.4/3.5Wpl1) with ESMTP id WAA12386 for ; Wed, 5 Mar 1997 22:15:25 +0900 Received: by rhapsody.nes.lab.kdd.co.jp (8.7.5+2.6Wbeta7/KDD-1.00MX) id WAA14194; Wed, 5 Mar 1997 22:15:24 +0900 Message-Id: <199703051315.WAA14194@rhapsody.nes.lab.kdd.co.jp> To: freebsd-questions@FreeBSD.ORG cc: maeshima@nes.lab.kdd.co.jp Subject: SDL WAN Adapter Date: Wed, 05 Mar 1997 22:15:24 JST Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi all, can we use our WANic(RISCom/N2pci ?) sync serial card (SDL Communications) with FreeBSD 2.1.6 ? Sincerely, -- Osamu Maeshima KDD Labs., Japan Tel.0492-78-7895, Fax.0492-78-7510 E-mail maeshima@nes.lab.kdd.co.jp From owner-freebsd-questions Wed Mar 5 05:57:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA18767 for questions-outgoing; Wed, 5 Mar 1997 05:57:53 -0800 (PST) Received: from horton.iaces.com (root@horton.iaces.com [204.147.87.98]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA18757 for ; Wed, 5 Mar 1997 05:57:49 -0800 (PST) Received: (from proot@localhost) by horton.iaces.com (8.8.4/8.8.4) id HAA15445; Wed, 5 Mar 1997 07:57:14 -0600 (CST) From: "Paul T. Root" Message-Id: <199703051357.HAA15445@horton.iaces.com> Subject: Re: Density codes for Exabyte 8505XL To: dwhite@resnet.uoregon.edu Date: Wed, 5 Mar 1997 07:57:14 -0600 (CST) Cc: bartol@salk.edu, questions@freebsd.org In-Reply-To: from Doug White at "Mar 4, 97 05:20:02 pm" X-Organization: !nterprise Networking Services - ACES X-Phone: (612) 663-1979 X-Fax: (612) 663-8030 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 200 S. 5th St., Suite 1100 X-Address: Minneapolis, MN 55402 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In a previous message, Doug White said: > On Tue, 4 Mar 1997, Paul T. Root wrote: > > > Doug, get amanda, its wonderful. > > I tried that. It's a huge hulking mess that did not fit well with our > patchy backup logic. The backup server runs Win95 most of the time, so it > must be rebooted to FreeBSD to work. And it took us forever to convice > the systems to talk to one another -- I don't want to break something > that's finally working :) Yep, if it's not broke, don't fix it. > > Oh, looking in /dev/MAKEDEV, and /dev you'll see /dev/rst0.[0123]. Maybe that's > > it. The MAKEDEV calls it rst${unit}.${mode}. I'd bet that that's what > > you want. > > > Do a man st. Hopefully, that will have ethe answer your looking for. > > If you _do_ a man st, you'll find the following in the FILES section: > > /dev/rst0.0 Mode 0, rewind on close > /dev/nrst0.2 Mode 2, No rewind on close > /dev/erst0.3 Mode 3, Eject on close (if capable) > > So I think we need to look to a different avenue here... Looks like. I didn't read the man page (since it wasn't my problem). I saw that stuff in MAKEDEV and scsitape.h. From owner-freebsd-questions Wed Mar 5 06:05:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA19392 for questions-outgoing; Wed, 5 Mar 1997 06:05:26 -0800 (PST) Received: from buffnet4.buffnet.net (root@buffnet4.buffnet.net [205.246.19.13]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id GAA19373 for ; Wed, 5 Mar 1997 06:05:16 -0800 (PST) Received: from buffnet1.buffnet.net (mmdf@buffnet1.buffnet.net [205.246.19.10]) by buffnet4.buffnet.net (8.6.12/8.6.9) with SMTP id JAA12797 for ; Wed, 5 Mar 1997 09:04:31 -0500 Received: from buffnet11.buffnet.net by buffnet1.buffnet.net id aa02600; 5 Mar 97 9:05 EST Date: Wed, 5 Mar 1997 09:04:44 -0500 (EST) From: Steve To: Steve Willoughby cc: freebsd-questions@freebsd.org Subject: Re: Wanted/Offered: FreeBSD voice mail system In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I think mgetty+sendfax is supposed to have this ability - but I could never get it to work (but it was over a year ago that I tried). On Tue, 4 Mar 1997, Steve Willoughby wrote: > I've noticed a number of FAX modems on the market now support a voice-mail > > Has anyone considered writing a BSD program to do the same thing, store From owner-freebsd-questions Wed Mar 5 06:26:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA20390 for questions-outgoing; Wed, 5 Mar 1997 06:26:11 -0800 (PST) Received: from mail.tm.net.my (janeway.tm.net.my [202.188.0.155]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA20355 for ; Wed, 5 Mar 1997 06:25:38 -0800 (PST) From: sweeting@tm.net.my Received: from [111.111.111.110] ([202.184.153.105]) by mail.tm.net.my (8.8.5/8.8.4) with SMTP id WAA08550; Wed, 5 Mar 1997 22:24:14 +0800 (SGT) Date: Wed, 5 Mar 1997 22:24:14 +0800 (SGT) X-Sender: sweeting@mail.tm.net.my Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Adrian Chadd Subject: Re: how to : route / routed ? (/kernel arpresolve:can't allocate llinfo) Cc: questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Adrian, thank you everso much for taking the time to help. >As a general rule, if you are aliasing on the same subnet, then use the >same subnet mask as the 'real' machine IP. > >ifconfig zp0 202.184.153.18 netmask 255.255.255.0 alias that is actually the very first thing i tried to do exactly 24 hours ago (and it is identical to what i use for virtual domains on AIX/OSF) but then i got the following error : ifconfig: ioctl (SIOCAIFADDR) : file exists Thoroughly checking the archives, there were so many postings saying to not use the same netmask but to use 255.255.255.255 . To quote the postings : " Why must you use "netmask 255.255.255.255" and NOT the normal netmask ?" "A netmask of 255.255.255.255 is required because a route already exists for that network (the address the interface was orginally configured with) so you need to establish a HOST route, not a network route." And that was the beginning of my troubles..... Anyway, i've decided to go back to what you suggested (especially since i am coincidentally going to run 3 IPs on one 486 sx 33 ) . I still get the ioctl (SIOCAIFADDR) error but for all intents and purposes, the virtual domains are working..... so i can live with that little feature. >route add -host 202.184.153.18 127.0.0.1 (so it can resolve for itself >*grin*) .. I run 3 virtual webservers at home on a 486 dx 33 and it runs >like a charm (after plenty of fiddling> :) > Thank you for the tip on route too..... i still don't really understand the routing but the end justifies the means and it is all working now i hope. Cheers Chas ps. after a sleepless nite (literally) i now have the exact same configuration as 24 hours ago. >> Whenever i try to create an IP alias with the following : >> # ifconfig zp0 202.184.153.18 netmask 255.255.255.255 alias >> >> I receive : >> #word routed[50]:punt RTM_ADD without a gateway >> #word routed[50]:possible netmask problem between >> zp0:202.184.153.18/32 and zp0:202.184.153.0/24 >> #word /kernel:arp_rtrequest:bad gateway value >> >> then i get the : >> " /kernel arpresolve:can't allocate llinfo for 202.184.153.18 " error when >> i try to ping >> the virtual domain. >> >> Does anyone know how to cure this ? >> >> Apparently, my routing tables are screwed : but i used this in >>/etc/sysconfig = >> >> hostname=word.com.my >> defaultdomainname=NO >> tcp_extensions=YES >> network_interfaces="zp0 lo0" >> ifconfig_lo0="inet localhost" >> ifconfig_zp0="inet 202.184.153.84 netmask 0xffffff00" >> static_routes="" >> defaultrouter=202.184.153.1 >> router="routed" >> routerflags=-q >> namedflags="-b /etc/namedb/named.boot" >> gateway=NO >> firewall=NO >> >> >> is any of this wrong ????? >> why is it such a pain on FreeBSD and so easy on AIX / OSF etc ??? >> >> any help whatsoever much appreciated. >> >> tia, >> >> chas >> >> >> ps. if it helps = >> >> - running secondary name server on this FreeBSD box. >> - zp0 is my interface which is a 3com pcmcia ethernet >> - initial IP = word.com.my = 202.184.153.84 >> - virtual IP = models.com.my = 202.184.153.18 >> >> ==== results of netstat -r ===== >> Routing tables >> >> Internet: >> Destination Gateway Flags Refs Use >> Netif Expire >> default 202.184.153.1 UGc 0 0 zp0 >> localhost localhost UH 0 1 >> lo0 >> 202.184.153 link#2 UC 0 0 >> 202.184.153.1 link#2 UHLW 1 0 >> neuronet 0:0:f8:21:2b:74 UHLW 0 90 >>zp0 1175 >> 202.184.153.18 202.184.153.18 UH 0 0 zp0 => >> 202.184.153.18/32 link#2 UC 0 0 >> love 0:c0:4f:db:17:23 UHLW 0 59 zp0 >> 686 >> >> >> >> >> >> >> >> >> From owner-freebsd-questions Wed Mar 5 07:38:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA22863 for questions-outgoing; Wed, 5 Mar 1997 07:38:36 -0800 (PST) Received: from apollo.it.hq.nasa.gov (apollo.it.hq.nasa.gov [131.182.119.87]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA22858 for ; Wed, 5 Mar 1997 07:38:34 -0800 (PST) Received: from wirehead.it.hq.nasa.gov (WireHead.it.hq.nasa.gov [131.182.119.88]) by apollo.it.hq.nasa.gov (8.8.3/8.8.3) with ESMTP id KAA06833; Wed, 5 Mar 1997 10:36:21 -0500 (EST) Received: from localhost (cshenton@localhost) by wirehead.it.hq.nasa.gov (8.6.12/8.6.12) with ESMTP id PAA10101; Wed, 5 Mar 1997 15:38:32 GMT Message-Id: <199703051538.PAA10101@wirehead.it.hq.nasa.gov> X-Authentication-Warning: wirehead.it.hq.nasa.gov: cshenton owned process doing -bs To: Doug White cc: questions@freefall.freebsd.org Subject: Re: Question: NAT? In-Reply-To: Your message of "Wed, 5 Mar 1997 01:16:31 -0800 (PST)" References: <199703050916.BAA04011@freefall.freebsd.org> X-Mailer: Mew version 1.03 on Emacs 19.31.8 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Wed, 05 Mar 1997 10:38:31 -0500 From: Chris Shenton Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Doug said: Take a peek at IPFilter, or newer versions of the ppp included with FreeBSD include an -alias option that does the necessary translations. I did, but couldn't find info -- no man page info about "alias" in ppp nor pppd pages; which one were you meaning here? I also didn't find any man page on "ipfilter" :-( I'm running 2.1.7-RELEASE and just cvsup'ed the ports collection: I don't find ppp, pppd, or ipfilter there. Thanks. PS: any comparisons on ipfilter vs. ipfw for a newbie to both (but not networking in general)? I know this provoked a bit of a heated debate here a while back: I am looking mainly for NAT. Just curious because I do see an /etc/rc.firewall which uses ipfw, not ipfilter. From owner-freebsd-questions Wed Mar 5 07:55:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA23907 for questions-outgoing; Wed, 5 Mar 1997 07:55:55 -0800 (PST) Received: from mail.EUnet.hu (www.eunet.hu [193.225.28.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA23902 for ; Wed, 5 Mar 1997 07:55:49 -0800 (PST) Received: by mail.EUnet.hu, id QAA16143; Wed, 5 Mar 1997 16:55:45 +0100 Received: (from zgabor@localhost) by CoDe.hu (8.7.5/8.7.3) id MAA00749 for freebsd-questions@freebsd.org; Wed, 5 Mar 1997 12:16:10 +0100 (MET) From: Zahemszky Gabor Message-Id: <199703051116.MAA00749@CoDe.hu> Subject: Re: Floppy drive To: freebsd-questions@freebsd.org (FreeBSD questions) Date: Wed, 5 Mar 1997 12:16:09 +0100 (MET) In-Reply-To: <331BB961.7F86@u.washington.edu> from Jason Wells at "Mar 3, 97 09:55:45 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > 2-type "mount /dev/fd0 /mnt" at the commandline. Type man mount for more > info. The directory /mnt should exist on your system. If not, you can > use mkdir to create one. If the disk is in DOS format this will not > work. You must use a "UNIX" disk. > > 3-Then you should try cd /mnt. > > 4-Then type ls. The contents of this disk should now be displayed. > > 5-Type "umount /mnt" to unmount the floppy. > > Note: if the disk that you want to access is in DOS format try > "mount -t msdos /dev/fd0 /mnt" Opps! 4.5-Then type cd /. Without it, the 5 (umount) will generate an error about device busy. > But if you get a warning that says something about the directory not > being a multiple of blocksize then immediatley type "umount /mnt". > There is a problem that occurs sometimes when mounting a DOS filesystem. > I seriously messed up my system by ignoring that warning. I recommend > avoiding mounting msdos filesystems for reasons based on superstition. If I know well, it doesn't matter, it's another warning, so many people reported that after this warning, nothing bad happened. And the problem is with something on hard disk partitions, which is big enough to use 16kB sector-size or something. As I heard, no problem with floppies. Gabor From owner-freebsd-questions Wed Mar 5 07:56:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA23936 for questions-outgoing; Wed, 5 Mar 1997 07:56:00 -0800 (PST) Received: from mail.EUnet.hu (www.eunet.hu [193.225.28.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA23919 for ; Wed, 5 Mar 1997 07:55:56 -0800 (PST) Received: by mail.EUnet.hu, id QAA16150; Wed, 5 Mar 1997 16:55:52 +0100 Received: (from zgabor@localhost) by CoDe.hu (8.7.5/8.7.3) id OAA00197; Wed, 5 Mar 1997 14:20:06 +0100 (MET) From: Zahemszky Gabor Message-Id: <199703051320.OAA00197@CoDe.hu> Subject: Re: FreeBSD on an NEC Versa 6030X? To: freebsd-questions@freebsd.org (FreeBSD questions) Date: Wed, 5 Mar 1997 14:20:05 +0100 (MET) Cc: raj@cisco.com In-Reply-To: <199703042151.NAA20494@rjohnson-home-ss20.cisco.com> from "raj@cisco.com" at "Mar 4, 97 01:51:19 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > I figured I'd get the latest FreeBSD CDROM and boot/install directly > > > from the internal CD drive onto disk. The system can handle two LiIon > > > batteries at once so that should help a lot with power consumption, and > > > I can always exchange the CDROM for another disk drive if I need more > > > space for compiling programs for installation. > > > > Can you mount the CDROM and floppies simultaneously? if you can't you > > can't install from CDROM, you'll have to use network or floppies. > > Nope. Can only have one of them at a time. I'm hoping I can install > a basic system from floppy and then install the rest from CDROM? Yes. But, if you have a minimal dos on your machine, you can boot it the normal way, use your cd, and from dos, you can boot FreeBSD. On the CD, there is an autoboot or autoexec or I don't know exactly the name .bat file, which use the dos fbsdboot.exe utility which can boot FreeBSD, from a working dos machine. So first, try this one, it's much more simple. The only trick is to boot dos without emm386 or such memory-manager, fbsdboot doesn't like it. (It's interesting, that the loadlin.exe utility can kick off emm386, and fbsdboot cannot.) Gabor From owner-freebsd-questions Wed Mar 5 07:56:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA23967 for questions-outgoing; Wed, 5 Mar 1997 07:56:02 -0800 (PST) Received: from mail.EUnet.hu (www.eunet.hu [193.225.28.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA23925 for ; Wed, 5 Mar 1997 07:55:58 -0800 (PST) Received: by mail.EUnet.hu, id QAA16153; Wed, 5 Mar 1997 16:55:54 +0100 Received: (from zgabor@localhost) by CoDe.hu (8.7.5/8.7.3) id PAA00270; Wed, 5 Mar 1997 15:45:20 +0100 (MET) From: Zahemszky Gabor Message-Id: <199703051445.PAA00270@CoDe.hu> Subject: Re: Post installation stuff To: freebsd-questions@freebsd.org (FreeBSD questions) Date: Wed, 5 Mar 1997 15:45:19 +0100 (MET) Cc: rgireyev@BellInd.com In-Reply-To: from "RGireyev@BellInd.com" at "Feb 28, 97 04:11:09 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Hi! > > I have a success story and a couple of questions. > > I have been able to successfully install 2.1.7 on a > 5x86 120, 16M RAM, 850HD. I tried using system > commander but kept getting read error. Anyway, I ended > up using the default MBR handler and it works just fine. > > Question 1: I would like to have my prompt (PS1) > to always show me the directory path I'm in (pwd) > In HP-UX land (Korn shell) it's PS1='$PWD'. > Any suggestions. FreeBSD has only sh and csh installed, all the other shells are only ports or packages. a) get pdksh b) go to AT&T's www server, and get the new ksh93 binary, built on a BSDI system (or the Linux version with the linuxulator, if 2.1.7 can run Linux elf programs - as I've heard 2.2 will do.) c) FreeBSD's sh is a not 100%-compatible Bourne-shell(*), and in it you can do a shell-function, like this: cd() { chdir "$1" PS1="`pwd` # " } and it works. This sh has an ENV-file as ksh has, so you can put this command to it. * (The original Bourne-shell hasn't got functions. The new versions has, but they search functions after built-in-commands, so cannot make a cd-function. And sh hasn't got a chdir command, it's a bit like csh-ism. And yes, in this version of sh, we have alias, but as you know, the ksh alias command cannot get parameters.) > Question 2: After installing the system I created > a user, me. And assigned him (me) to the group wheel. > But I cannot do su or shutdown, what would be a > better group choice (bin comes to mind but I wanna > be sure) I've read somewhere in this list, that adduser cannot correctly put anybody into wheel group, so put that person into group wheel with ``vi /etc/group'' like command. Gabor From owner-freebsd-questions Wed Mar 5 07:56:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA24015 for questions-outgoing; Wed, 5 Mar 1997 07:56:07 -0800 (PST) Received: from mail.EUnet.hu (www.eunet.hu [193.225.28.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA23943 for ; Wed, 5 Mar 1997 07:56:01 -0800 (PST) Received: by mail.EUnet.hu, id QAA16159; Wed, 5 Mar 1997 16:55:57 +0100 Received: (from zgabor@localhost) by CoDe.hu (8.7.5/8.7.3) id QAA00310; Wed, 5 Mar 1997 16:05:40 +0100 (MET) From: Zahemszky Gabor Message-Id: <199703051505.QAA00310@CoDe.hu> Subject: Re: Starting postgres at bootup To: freebsd-questions@freebsd.org (FreeBSD questions) Date: Wed, 5 Mar 1997 16:05:39 +0100 (MET) Cc: h.wickhorst@elmshorn.netsurf.de In-Reply-To: <199703032247.XAA13367@thor.shn.com> from Henning Wickhorst at "Mar 3, 97 11:47:32 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I found the solution: > /bin/echo "/u/pgsql/bin/postmaster -D/u/pgsql/data > \ > /u/pgsql/server.log 2>&1 &" | /usr/bin/su - postgres > ^ > | > This dash was causing the problem. I took it away and eyerything > works fine. > > Does anybody know what this dash is exactly doing ? Hi! Well, it's not in the manual (2.1.5), but it means: simulate a full login of user, (as the ``-l'' option in the FreeBSD's manual). It's the old semantic, used most of the Unices (I worked on), but it's in the sources, too. Of course, you need the source to verify it :-) Gabor From owner-freebsd-questions Wed Mar 5 07:56:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA24026 for questions-outgoing; Wed, 5 Mar 1997 07:56:08 -0800 (PST) Received: from mail.EUnet.hu (www.eunet.hu [193.225.28.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA23948 for ; Wed, 5 Mar 1997 07:56:01 -0800 (PST) Received: by mail.EUnet.hu, id QAA16146; Wed, 5 Mar 1997 16:55:47 +0100 Received: (from zgabor@localhost) by CoDe.hu (8.7.5/8.7.3) id OAA00178; Wed, 5 Mar 1997 14:05:35 +0100 (MET) From: Zahemszky Gabor Message-Id: <199703051305.OAA00178@CoDe.hu> Subject: Re: Compatibilites To: freebsd-questions@freebsd.org (FreeBSD questions) Date: Wed, 5 Mar 1997 14:05:34 +0100 (MET) Cc: stefan.veith@mail.online-club.de In-Reply-To: <3311C0A7.4AE2@mail.online-club.de> from Stefan Veith at "Feb 24, 97 05:24:08 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Dir Sir or Madam, > > I am very interested in using FreeBSD but I could not find many devices > of my harware in your compatibility list, which would be interesting for > me to know before buying FreeBSD. > > First question: Does FreeBSD support any ISDN-Cards? I have got a Teles > 16.3 ISDN-Card. I don't know, but there are some ISDN drivers. > Is it possible to use a CDU-33a (Sony Doublespeed CD-ROM) at a Mozart > Soundcard? Well, I have a CDU33A, and it works great with the cdu31a driver, only setup it correctly with the boot -c UserConfig menu. My CD is on a Sound Blaster Vibra16 card, so I don't know about your sound card, but if I remember well, there were some chat about this card in this list, search on www.freebsd.org under the search menu. Gabor From owner-freebsd-questions Wed Mar 5 07:56:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA24017 for questions-outgoing; Wed, 5 Mar 1997 07:56:08 -0800 (PST) Received: from mail.EUnet.hu (www.eunet.hu [193.225.28.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA23969 for ; Wed, 5 Mar 1997 07:56:02 -0800 (PST) Received: by mail.EUnet.hu, id QAA16163; Wed, 5 Mar 1997 16:55:59 +0100 Received: (from zgabor@localhost) by CoDe.hu (8.7.5/8.7.3) id QAA00339; Wed, 5 Mar 1997 16:20:45 +0100 (MET) From: Zahemszky Gabor Message-Id: <199703051520.QAA00339@CoDe.hu> Subject: Re: Wanted/Offered: FreeBSD voice mail system To: freebsd-questions@freebsd.org (FreeBSD questions) Date: Wed, 5 Mar 1997 16:20:44 +0100 (MET) Cc: steve@ichips.intel.com In-Reply-To: from Steve Willoughby at "Mar 4, 97 05:59:32 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Anyway, if this is not planned or being worked on, I'm willing to volunteer to > do the work myself and contribute the code to FreeBSD. Assuming I can get > enough information from the modem companies to know the "special commands" to > make the modem do those tricks. > > Let me know if there's any interest in this or if any other developers have > hints on how to get technical specs out of modem companies. Well, I haven't the time nor the info to help you, but I'm interested in it! Gabor From owner-freebsd-questions Wed Mar 5 07:56:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA24059 for questions-outgoing; Wed, 5 Mar 1997 07:56:13 -0800 (PST) Received: from mail.EUnet.hu (www.eunet.hu [193.225.28.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA24012 for ; Wed, 5 Mar 1997 07:56:06 -0800 (PST) Received: by mail.EUnet.hu, id QAA16167; Wed, 5 Mar 1997 16:56:02 +0100 Received: (from zgabor@localhost) by CoDe.hu (8.7.5/8.7.3) id QAA00382; Wed, 5 Mar 1997 16:39:27 +0100 (MET) From: Zahemszky Gabor Message-Id: <199703051539.QAA00382@CoDe.hu> Subject: Re: linux emulation trouble To: freebsd-questions@freebsd.org (FreeBSD questions) Date: Wed, 5 Mar 1997 16:39:27 +0100 (MET) Cc: ted@wildeye.com In-Reply-To: from Ted Cohn at "Mar 4, 97 04:53:20 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi! Please, try a little bit shorter lines in your next mail. Thanks! > I'm still getting "./solinst: Exec format error: Wrong Architecture" running on FBSD 2.1.6 (from CD-ROM) even after performing all the steps for emulating linux outlined in the handbook (2.1-STABLE). I rebuilt the kernel for linux emulation and unpacked linux-lib2.0. Maybe I'm not correct, but if I know well, before 2.2, the linuxulator cannot run Linux elf programs, only a.outs. Try file progname to view is it an elf, or a.out. And of course most of the modern softwares (OK new softwares) are in elf format nowadays. > Do I need to upgrade to FBSD 2.2? Did I miss a step? Is there any way I can determine what I'm missing? A way to analyze the binary? Much thanks in advance... As I said: I think yes; dunno ; dunno; the file command. Gabor From owner-freebsd-questions Wed Mar 5 07:56:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA24124 for questions-outgoing; Wed, 5 Mar 1997 07:56:23 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA24116 for ; Wed, 5 Mar 1997 07:56:21 -0800 (PST) Received: from mail.EUnet.hu (www.eunet.hu [193.225.28.100]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id HAA00289 for ; Wed, 5 Mar 1997 07:56:19 -0800 (PST) Received: by mail.EUnet.hu, id QAA16173; Wed, 5 Mar 1997 16:56:04 +0100 Received: (from zgabor@localhost) by CoDe.hu (8.7.5/8.7.3) id QAA00531; Wed, 5 Mar 1997 16:43:22 +0100 (MET) From: Zahemszky Gabor Message-Id: <199703051543.QAA00531@CoDe.hu> Subject: Re: MAKEDEV and ptys To: freebsd-questions@freebsd.org (FreeBSD questions) Date: Wed, 5 Mar 1997 16:43:22 +0100 (MET) Cc: spork@super-g.com In-Reply-To: from spork at "Mar 1, 97 03:24:47 am" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Hi, > > I'm having troubles getting MAKEDEV to cooperate with me. I already have > 32 ptys, and need to add 32 more. I've created the entries in /etc/ttys > already, but when I go to /dev and do this: > > shell [/dev]# sh MAKEDEV ptyq0 > > I get: > > bad unit for pty in: ptyq0 On my 2.1.5 machine: sh MAKEDEV pty1 (read MAKEDEV, and in it you will see, that the number will generate the nth 32 pty. So pty0 will generate ptyp0...ptypv, and pty1 will ptyq0..ptyqv, etc.) Gabor From owner-freebsd-questions Wed Mar 5 08:05:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA24827 for questions-outgoing; Wed, 5 Mar 1997 08:05:43 -0800 (PST) Received: from odin.visigenic.com (odin.visigenic.com [204.179.98.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA24822 for ; Wed, 5 Mar 1997 08:05:38 -0800 (PST) Received: from VSI48 (vsi48.visigenic.com [206.64.15.185]) by odin.visigenic.com (Netscape Mail Server v2.02) with SMTP id AAA23369; Wed, 5 Mar 1997 08:02:34 -0800 Message-Id: <3.0.32.19970305080549.00976e30@visigenic.com> X-Sender: toneil@visigenic.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 05 Mar 1997 08:05:49 -0800 To: "Leonard 'leveret' Lau" From: "Tim Oneil" Subject: Re: XFree86 Cc: questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 01:41 PM 3/4/97 -0800, you wrote: >Hi, I was trying to install the XFree86 in one of the computer in my >office, that fact is, that computer didn't connect to any network and I >don't have a CD-ROM for the program, so I tried to download the stuff in >of the PC and transfer the files to the computer that I wanna install by >floppy disks, I know it's kinda dumb but that's the only way. My question >is, the X32bin.tgz file is too big, as I tried to untar the file, the long >file name messed me up, is there a source that I can get a smaller chunks >version of the same file? Yer not supposed to untar *.tgz files, are ya? I mean, I suppose you could, but seems like the pkg_add command would be easier... -Tim From owner-freebsd-questions Wed Mar 5 08:39:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA26580 for questions-outgoing; Wed, 5 Mar 1997 08:39:59 -0800 (PST) Received: from science-guy.npt.nuwc.navy.mil (SCIENCE-GUY.NPT.NUWC.NAVY.MIL [129.190.139.47]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA26571 for ; Wed, 5 Mar 1997 08:39:53 -0800 (PST) Received: from science-guy.npt.nuwc.navy.mil (localhost [127.0.0.1]) by science-guy.npt.nuwc.navy.mil (8.8.5/8.7.3) with ESMTP id LAA17047; Wed, 5 Mar 1997 11:38:39 -0500 (EST) Message-Id: <199703051638.LAA17047@science-guy.npt.nuwc.navy.mil> To: "Jordan K. Hubbard" Subject: Re: Strange Console Messages In-reply-to: Your message of "Mon, 03 Mar 1997 17:04:22 PST." <20160.857437462@time.cdrom.com> cc: freebsd-questions@freebsd.org Date: Wed, 05 Mar 1997 11:38:39 -0500 From: Tod Luginbuhl Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> However, I've been wondering if the messages are from the processor on >> my ethernet board. How would I go about tracking down the source of >> the message? Telling me to go read a particular book or article is a >> good answer as far as I'm concerned (or looking at source code). > >Hmmm. Good question. :) > >I would probably try to pinpoint it by process of elimination, though >I'm not sure that option is open to you... Thanks for the suggestion. I assume you mean pulling (or swapping) cards out and waiting to see if the error appears again (repeat process until problem isolated). I can do this - the display card and the ethernet card are more involved than the scsi card. I guess I could reconfigure and set up a serial console; pull all the cards out except the ethernet card and wait. Changing the ethernet card would be the simplest thing to do, but I'll have to work with the people who maintain the domain name server here. As an aside, this system use to run Windows NT and Linux (I wipe both off the system when I got the machine). The person who had this computer before me, could never get Linux to run and use the scsi card and the ethernet card simultaneously - instead he built two separate kernels, one for each card (both work under NT with out any problem). I have never found any conflicts between these two cards under FreeBSD or Windows 95. I just wonder if there is any connection between my console messages and the issues experienced under Linux (my guess is probably not!). Anyway, thanks again. I'm going to go off and pound my head, pull and swap boards etc. Tod -------------------------------------------------------------------------- Tod Luginbuhl email: t.e.luginbuhl@ieee.org Code 2121 Naval Undersea Warfare Center Telephone: (401) 841-7505 x38241 1176 Howell Street FAX: (401) 841-7453 Newport, Rhode Island USA "Don't argue with drunks and fanatics!" -- Sun Wolf (Barbara Hambly) -------------------------------------------------------------------------- From owner-freebsd-questions Wed Mar 5 09:15:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA27957 for questions-outgoing; Wed, 5 Mar 1997 09:15:27 -0800 (PST) Received: from bellind.com ([206.101.34.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA27949 for ; Wed, 5 Mar 1997 09:15:19 -0800 (PST) From: RGireyev@BellInd.com Received: from cdcexchange.bellind.com ([170.1.130.2]) by firewall.bellind.com with SMTP id <3665-1>; Wed, 5 Mar 1997 09:12:38 -0800 Received: by cdcexchange.bellind.com with Microsoft Exchange (IMC 4.0.837.3) id <01BC2946.47180FA0@cdcexchange.bellind.com>; Wed, 5 Mar 1997 09:19:07 -0800 Message-ID: To: Cc: Subject: RE: Post installation stuff Date: Wed, 5 Mar 1997 09:19:06 -0800 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.837.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >> >> [..] >> >> Doohhh! >> >> Sorry completely forgot to tell you. After getting your mail I went home >> and did the following: >> 1. Logged in as root. >> 2. which su (gave me the path something like /sbin/su or whatever) >> 3. the permissions looked as follows -r-sr-xr-x >> 4. I type chmod 455 /sbin/su > >Not 455, 4555. BIG difference. > >> 5. did ll, it then looked like: -r--r-xr-x >> Still no go, not for a user in group wheel or group bin. >> >> I guess I should note here that it looks like the program executes, >> alright, and some snippet of code within it determines that I do not >> have the security to perform su. So it kindly spits a message to me >> telling me that "You do not have permission to perform su ...." >> Thanks again OK I went home last night and looked at the source code for su (su.c from FreeBSD-stable). Let me ask you a couple of questions about the code below. Also, this is getting close to beeing a hackers mailing list issue, I think, so let me know if I need to repost this there. 195: { 196: /* only allow those in group zero to su to root. */ 197: if (pwd->pw_uid == 0 && (gr = getgrgid((gid_t)0))) 198: for (g = gr->gr_mem;; ++g) { 199: if (!*g) 200: errx(1, 201: "you are not in the correct group to su %s.", 202: user); 203: if (strcmp(username, *g) == 0) { #ifdef WHEELSU iswheelsu = 1; #endif /* WHEELSU */ 204: break; 205: } 206: } 207: } Now, line 198 loads pointer g to the root group members, then line 203 compares username with the root group members. Line 203 seems to make no sense. I guess I need someone who knows how su's algorithm is supposed to work, let me know what was intended here. Thanks. >Send me your /etc/group file, please, and the output of "ls -l `which >su`". Note that those are backquotes around the "which su", not >regular >single quotes. OK. Unfortunately my PC is at home so the earliest I can do this is tomorrow. >> Rudy >> > >> > Ben >> > >> >"You have your mind on computers, it seems." >> > >> > >> > From owner-freebsd-questions Wed Mar 5 09:20:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA28104 for questions-outgoing; Wed, 5 Mar 1997 09:20:44 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA28099 for ; Wed, 5 Mar 1997 09:20:37 -0800 (PST) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id TAA27385; Wed, 5 Mar 1997 19:20:09 +0200 (IST) Date: Wed, 5 Mar 1997 19:20:09 +0200 (IST) From: Nadav Eiron To: Chris Shenton cc: Doug White , questions@freefall.freebsd.org Subject: Re: Question: NAT? In-Reply-To: <199703051538.PAA10101@wirehead.it.hq.nasa.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Chris Shenton wrote: > Doug said: > > Take a peek at IPFilter, or newer versions of the ppp included with > FreeBSD include an -alias option that does the necessary translations. > > I did, but couldn't find info -- no man page info about "alias" in ppp > nor pppd pages; which one were you meaning here? I also didn't find > any man page on "ipfilter" :-( Did you install ipfilter? After you do, do man -k ipnat and it'll give you plenty of info. > > I'm running 2.1.7-RELEASE and just cvsup'ed the ports collection: I > don't find ppp, pppd, or ipfilter there. ppp and pppd are part of FreeBSD itself. IPfilter can be compiled pretty easily from the standard sources. Take a look at: http://cheops.anu.edu.au/~avalon/ > > Thanks. > > PS: any comparisons on ipfilter vs. ipfw for a newbie to both (but > not networking in general)? I know this provoked a bit of a heated > debate here a while back: I am looking mainly for NAT. Just curious > because I do see an /etc/rc.firewall which uses ipfw, not ipfilter. > For your purposes ipfw simply doesn't do the job. It does not provide NAT facilities. IPfilter does. I guess that makes the choice easier for you. I used to use IPfilter in 2.1.0R days and when I've moved to 2.1.5 I changed to ipfw, but I don't do NAT. Nadav From owner-freebsd-questions Wed Mar 5 09:26:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA28313 for questions-outgoing; Wed, 5 Mar 1997 09:26:59 -0800 (PST) Received: from phobos.frii.com (phobos.frii.com [204.144.241.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA28300 for ; Wed, 5 Mar 1997 09:26:52 -0800 (PST) Received: from elara.frii.com (elara.frii.com [204.144.241.9]) by phobos.frii.com (8.8.5/8.8.4) with ESMTP id KAA27969 for ; Wed, 5 Mar 1997 10:26:42 -0700 (MST) Received: (from gnat@localhost) by elara.frii.com (8.8.5/8.6.9) id KAA10584; Wed, 5 Mar 1997 10:26:33 -0700 (MST) Date: Wed, 5 Mar 1997 10:26:33 -0700 (MST) Message-Id: <199703051726.KAA10584@elara.frii.com> From: Nathan Torkington To: freebsd-questions@freebsd.org Subject: 2.1.5->2.1.7 causes SCSI errors? Mime-Version: 1.0 (generated by tm-edit 7.103) Content-Type: text/plain; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Our news machine worked just fine under 2.1.5, but barfed miserably when upgraded to 2.1.7. It reboots about every 20 minutes now. The kernel probe finds the disks: kernel: ahc0 rev 3 int a irq 11 on pci0:12 kernel: ahc0: aic7870 Single Channel, SCSI Id=7, 16 SCBs kernel: ahc0 waiting for scsi devices to settle kernel: (ahc0:0:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 kernel: sd0(ahc0:0:0): Direct-Access 2049MB (4197405 512 byte sectors) kernel: (ahc0:1:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 kernel: sd1(ahc0:1:0): Direct-Access 2049MB (4197405 512 byte sectors) kernel: (ahc0:2:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 kernel: sd2(ahc0:2:0): Direct-Access 2049MB (4197405 512 byte sectors) kernel: (ahc0:3:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 kernel: sd3(ahc0:3:0): Direct-Access 2049MB (4197405 512 byte sectors) kernel: (ahc0:4:0): "QUANTUM XP34300 F81H" type 0 fixed SCSI 2 kernel: sd4(ahc0:4:0): Direct-Access 4101MB (8399520 512 byte sectors) The messages we get before reboots are: kernel: sd4(ahc0:4:0): timed out while idle, LASTPHASE == 0x1, SCSISIGI == 0x0 kernel: SEQADDR == 0x8 kernel: panic: ahc0: Timed-out command times out again kernel: kernel: syncing disks... 70 70 70 70 70 70 70 70 70 70 70 70 70 70 70 70 70 70 70 70 giving up kernel: Automatic reboot in 15 seconds - press a key on the console to abort kernel: Rebooting... That disk is part of a large CCD device: ccd0 32 0 /dev/sd1s1 /dev/sd2s1 /dev/sd3s1 /dev/sd4s1 I copied the old kernel configuration file from 2.1.5 to 2.1.7 and built and installed it without complaints. I couldn't find anything in the 2.1.7 LINT file to suggest that the format of the SCSI device specification has significantly changed between 2.1.5 and 2.1.7. We haven't seen this behaviour on any of our other 5 servers which I upgraded at the same time and in the same manner (the others don't have ccd or the Quantum drive). What did I do wrong and (more importantly) what do I do to fix it? Thanks, Nat (I'm not a list subscriber, just someone who is following the kernel's instructions and is panicking, so please CC: gnat@frii.com on your replies) From owner-freebsd-questions Wed Mar 5 09:47:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA29652 for questions-outgoing; Wed, 5 Mar 1997 09:47:38 -0800 (PST) Received: from pixera.com ([208.209.38.196]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA29645 for ; Wed, 5 Mar 1997 09:47:36 -0800 (PST) Received: from richard.pixera by pixera.com (SMI-8.6/SMI-SVR4) id JAA03312; Wed, 5 Mar 1997 09:49:25 -0800 Received: by richard.pixera with Microsoft Mail id <01BC294A.29477980@richard.pixera>; Wed, 5 Mar 1997 09:46:55 -0800 Message-ID: <01BC294A.29477980@richard.pixera> From: Richard Kraus To: "'freebsd-questions@freebsd.org'" Subject: High Resolution Digital Camera Date: Wed, 5 Mar 1997 09:46:54 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hey Guy's: Check out www.pixera.com it could be your lucky day. From owner-freebsd-questions Wed Mar 5 09:56:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA00566 for questions-outgoing; Wed, 5 Mar 1997 09:56:18 -0800 (PST) Received: from yang.cpac.washington.edu (yang.cpac.washington.edu [128.95.152.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA00558 for ; Wed, 5 Mar 1997 09:56:16 -0800 (PST) Received: by yang.cpac.washington.edu (8.6.9/internet->uucp gateway 2.4.2) id JAA28686; Wed, 5 Mar 1997 09:57:04 -0800 Date: Wed, 5 Mar 1997 09:57:04 -0800 Message-Id: <199703051757.JAA28686@yang.cpac.washington.edu> From: Ken McGlothlen To: freebsd-questions@freebsd.org Subject: 2.2-GAMMA. Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I tried upgrading my 2.1.6 system to 2.2-GAMMA (primarily to do IP routing and autodialing under PPP for my home network). It seemed really straightforward (I'm most impressed with the amount of thought that went into this), except that I haven't been able to compile a new kernel. (I upgraded bin, compat21, des, info, doc, dict, manpages, floppies, and proflibs.) Aside from a large number of warnings about type mismatches (comparing signed to unsigned values), it finally dies compiling param.c noting that TIMEZONE and DST aren't defined. I'm guessing I need part of the src distribution. But which part(s)? And where do I find out about new options that have been added to the kernal configuration file? Thanks. ---Ken McGlothlen mcglk@serv.net mcglk@cpac.washington.edu From owner-freebsd-questions Wed Mar 5 10:01:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA01093 for questions-outgoing; Wed, 5 Mar 1997 10:01:20 -0800 (PST) Received: from speedbump.datapark.com (ns1.datapark.com [207.102.240.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA01078 for ; Wed, 5 Mar 1997 10:01:16 -0800 (PST) Received: from k2 (k2.datapark.com [207.102.240.32]) by speedbump.datapark.com (8.8.5/8.6.12) with SMTP id KAA01039 for ; Wed, 5 Mar 1997 10:03:48 -0800 (PST) Message-ID: <331DB4EE.3E40@datapark.com> Date: Wed, 05 Mar 1997 10:01:18 -0800 From: Jeff Newton Organization: Tantalus Communications X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5.1 sun4u) MIME-Version: 1.0 To: questions@freebsd.org Subject: Ghostscript require X? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm trying to install Hylafax on 2.1.7 which requires both bash and ghostscript. The bash port worked great but ghostscript spit up sqwaking about not having certain X11 files. Is this an error with the port or did I miss something in the docs about ghostscript requiring X? Also, it would be a good if the hylafax port contained bash and ghostscript or yanked them down if needed. Cheers, -- Jeff Newton Network Administrator Tantalus Communications Datapark Advanced Communications (604) 664-7454 ----------------- "Keep your stick on the ice!" - Red Greene From owner-freebsd-questions Wed Mar 5 10:11:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA02014 for questions-outgoing; Wed, 5 Mar 1997 10:11:07 -0800 (PST) Received: from mail.telcentral.com ([207.211.70.7]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA02005 for ; Wed, 5 Mar 1997 10:11:02 -0800 (PST) Received: from mail.telcentral.com by mail.telcentral.com (NTMail 3.02.10) with ESMTP id ba001301 for ; Wed, 5 Mar 1997 12:13:05 -0600 Received: by mail.CorporateFlight.com with Microsoft Mail id <01BC295E.941E7560@mail.CorporateFlight.com>; Wed, 5 Mar 1997 12:13:04 -0600 Message-ID: <01BC295E.941E7560@mail.CorporateFlight.com> From: TelCentral Internet Network Operations Center To: "'freebsd-questions@FreeBSD.ORG'" Subject: libc.sco.3.0 ?? Date: Wed, 5 Mar 1997 12:13:01 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by freefall.freebsd.org id KAA02006 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Greetings, I have recently converted one of our machines from BSDI v2.1 to FreeBSD 2.1.7-RELEASE, and now have a couple problems..namely the above mentioned shared lib. Without this...users cannot log into our system. I have scanned the ftp site many times for this lib, and have been unable to locate it. If anyone knows where I can get it, I would be much appreciative... also... by adding this to the /usr/lib dir... what other supportive files are needed? Anything? The system ran into this problem after I installed the des package for security... it was working prior to that pkg.. --Mark Rollings Systems Administrator TelCentral Internet From owner-freebsd-questions Wed Mar 5 10:29:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA03214 for questions-outgoing; Wed, 5 Mar 1997 10:29:01 -0800 (PST) Received: from cedb.dpcsys.com (cedb.DPCSYS.com [209.25.4.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA03206 for ; Wed, 5 Mar 1997 10:28:58 -0800 (PST) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id SAA25549; Wed, 5 Mar 1997 18:09:41 GMT Date: Wed, 5 Mar 1997 10:09:40 -0800 (PST) From: Dan Busarow To: William Wong cc: questions@freebsd.org Subject: Re: results by gethostby*.gethostanswer In-Reply-To: <199703050820.AAA25616@wiley.csusb.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, William Wong wrote: > Has anybody seen something like this before? > > http: gethostby*.gethostanswer: asked for "102.63.32.128.in-addr.arpa", got > "102.0.63.32.128.in-addr.arpa" It's reverse DNS on a subnet, a /25 based on the target address. See draft-ietf-cidrd-classless-inaddr-01.txt Dan -- Dan Busarow 714 443 4172 DPC Systems / Beach.Net dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 From owner-freebsd-questions Wed Mar 5 10:37:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA03707 for questions-outgoing; Wed, 5 Mar 1997 10:37:29 -0800 (PST) Received: from pro200.farmer.org (65.dallas-010.tx.dial-access.att.net [207.147.1.65]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA03695 for ; Wed, 5 Mar 1997 10:37:19 -0800 (PST) Received: (from steve@localhost) by pro200.farmer.org (8.8.3/8.8.3) id MAA00251; Wed, 5 Mar 1997 12:36:39 -0600 (CST) Date: Wed, 5 Mar 1997 12:36:39 -0600 (CST) Message-Id: <199703051836.MAA00251@pro200.farmer.org> From: stevenfarmer@worldnet.att.net To: freebsd-questions@freebsd.org Subject: Re: Network Card - SMC 8416 In-Reply-To: <100512629@toto.iv> Reply-To: stevenfarmer@worldnet.att.net Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I bought an SMC 8416BT "EtherEZ" card by mistake. I decided to try it before returning it, and surprised myself by getting it to work. It uses a proprietary SMC83C795 chip and no WD chip compatibility is mentioned in the manual. I used the supplied EZStart program under DOS to configure it. I disabled Plug and Play, and used i/o mapped mode with a base address of 0x280 and irq 5. My FreeBSD 2.1.6 config: % grep ed0 /usr/src/sys/i386/conf/PRO200 device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr % dmesg | grep ed0 ed0 at 0x280-0x29f irq 5 maddr 0xd8000 msize 8192 on isa ed0: address 00:00:c0:25:72:e2, type SMC8416C/SMC8416BT (16 bit) I did run into one bit of wierdness though. After installing the 8416, my Sportster internal modem stopped working and I had to move it from com2/irq3 to com1/irq4 to get it going again. This is very strange, since there are no evident irq, i/o address or com port conflicts with any other devices. Irq 5 was my only choice for the 8416 given my other hardware, and none of the other available i/o base addresses made any difference. irqs 10 and 11 are supported by the 8416 on the eisa bus, but mine's in a plain isa slot. I just *hate* an unsolved mystery like this, but I'm a pc newbie and probably overlooking something obvious. Can't comment on how robust the card is under heavy load. Mine talks to a gandalf LANLine ISDN bridge and I've been using it to telecommute for several weeks now. Steve Doug White writes: > On Sat, 1 Mar 1997, David Empey wrote: > > > I have a network card installed, an SMC 8416, which doesn't appear to > > be supported . I tried the driver for the SMC 80XX cards to no avail. > > You mean the ed0 driver? > > The Handbook doesn't list one of these, can you find out what the WD chip > is on it? > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > From owner-freebsd-questions Wed Mar 5 10:53:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA04628 for questions-outgoing; Wed, 5 Mar 1997 10:53:47 -0800 (PST) Received: from sol.via-net.com.br (sol.via-net.com.br [200.239.63.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA04611 for ; Wed, 5 Mar 1997 10:53:31 -0800 (PST) Received: from firewall.via-net.com.br ([200.239.63.1]) by sol.via-net.com.br (post.office MTA v1.9.3 **** trial license expired ****) with ESMTP id AAA274 for ; Wed, 5 Mar 1997 15:53:43 -0300 Received: by firewall.via-net.com.br (8.8.4) id PAA01390; Wed, 5 Mar 1997 15:49:15 -0300 (EST) Received: from libra.via-net.com.br(200.239.63.5) by firewall.via-net.com.br via smap (V2.0beta) id xma001386; Wed, 5 Mar 97 15:48:49 -0300 Message-ID: <331DC1D6.599A@via-net.com.br> Date: Wed, 05 Mar 1997 15:56:22 -0300 From: "Fernando A. M. Cima" Reply-To: cima@via-net.com.br Organization: Via Internet Informatica X-Sender: "Fernando A. M. Cima" X-Mailer: Mozilla 4.0b1 (WinNT; I) MIME-Version: 1.0 To: questions@freebsd.org Subject: Installation Kernel X-Priority: Normal Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dear sirs, I need to write a custom installation program for FreeBSD, mainly due to translation for portuguese. Looking at the boot disk (boot.flp), it seems that the installation program is built into the initial kernel. Where I can find the source for this kernel? Is there any copyright problem in doing this? As I'm not subscribed, please forward me directly an answer. Thanks for any help, - Fernando Cima  From owner-freebsd-questions Wed Mar 5 11:05:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA05252 for questions-outgoing; Wed, 5 Mar 1997 11:05:57 -0800 (PST) Received: from eeyore.lv-hrc.nevada.edu (eeyore.lv-hrc.nevada.edu [131.216.27.16]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA05246 for ; Wed, 5 Mar 1997 11:05:53 -0800 (PST) Received: from scooby.lv-hrc.nevada.edu (scooby.lv-hrc.nevada.edu [131.216.27.8]) by eeyore.lv-hrc.nevada.edu (8.7.6/8.7.3) with ESMTP id LAA07345; Wed, 5 Mar 1997 11:08:06 -0800 (PST) Message-Id: <199703051908.LAA07345@eeyore.lv-hrc.nevada.edu> From: "Harry Reed" To: "Nathan Torkington" , Subject: Re: 2.1.5->2.1.7 causes SCSI errors? Date: Wed, 5 Mar 1997 11:08:03 -0800 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1160 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I experienced this problem also, but with 2.1.6. Had to dump the 2940 :) and use a 1542B Ugh! Let ne know if you ever find out what happened! Thanks Harry Reed ---------- > From: Nathan Torkington > To: freebsd-questions@freebsd.org > Subject: 2.1.5->2.1.7 causes SCSI errors? > Date: Wednesday, March 05, 1997 9:26 AM > > Our news machine worked just fine under 2.1.5, but barfed miserably > when upgraded to 2.1.7. It reboots about every 20 minutes now. > > The kernel probe finds the disks: > kernel: ahc0 rev 3 int a irq 11 on pci0:12 > kernel: ahc0: aic7870 Single Channel, SCSI Id=7, 16 SCBs > kernel: ahc0 waiting for scsi devices to settle > kernel: (ahc0:0:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 > kernel: sd0(ahc0:0:0): Direct-Access 2049MB (4197405 512 byte sectors) > kernel: (ahc0:1:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 > kernel: sd1(ahc0:1:0): Direct-Access 2049MB (4197405 512 byte sectors) > kernel: (ahc0:2:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 > kernel: sd2(ahc0:2:0): Direct-Access 2049MB (4197405 512 byte sectors) > kernel: (ahc0:3:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 > kernel: sd3(ahc0:3:0): Direct-Access 2049MB (4197405 512 byte sectors) > kernel: (ahc0:4:0): "QUANTUM XP34300 F81H" type 0 fixed SCSI 2 > kernel: sd4(ahc0:4:0): Direct-Access 4101MB (8399520 512 byte sectors) > > The messages we get before reboots are: > > kernel: sd4(ahc0:4:0): timed out while idle, LASTPHASE == 0x1, SCSISIGI == 0x0 > kernel: SEQADDR == 0x8 > kernel: panic: ahc0: Timed-out command times out again > kernel: > kernel: syncing disks... 70 70 70 70 70 70 70 70 70 70 70 70 70 70 70 70 70 70 70 70 giving up > kernel: Automatic reboot in 15 seconds - press a key on the console to abort > kernel: Rebooting... > > That disk is part of a large CCD device: > ccd0 32 0 /dev/sd1s1 /dev/sd2s1 /dev/sd3s1 /dev/sd4s1 > > I copied the old kernel configuration file from 2.1.5 to 2.1.7 and > built and installed it without complaints. I couldn't find anything > in the 2.1.7 LINT file to suggest that the format of the SCSI device > specification has significantly changed between 2.1.5 and 2.1.7. We > haven't seen this behaviour on any of our other 5 servers which I > upgraded at the same time and in the same manner (the others don't > have ccd or the Quantum drive). > > What did I do wrong and (more importantly) what do I do to fix it? > > Thanks, > > Nat > (I'm not a list subscriber, just someone who is following the kernel's > instructions and is panicking, so please CC: gnat@frii.com on your > replies) > From owner-freebsd-questions Wed Mar 5 11:11:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA05562 for questions-outgoing; Wed, 5 Mar 1997 11:11:59 -0800 (PST) Received: from phobos.frii.com (phobos.frii.com [204.144.241.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA05554 for ; Wed, 5 Mar 1997 11:11:52 -0800 (PST) From: gnat@frii.com Received: from elara.frii.com (elara.frii.com [204.144.241.9]) by phobos.frii.com (8.8.5/8.8.4) with ESMTP id MAA07197; Wed, 5 Mar 1997 12:11:41 -0700 (MST) Received: (from gnat@localhost) by elara.frii.com (8.8.5/8.6.9) id MAA12464; Wed, 5 Mar 1997 12:11:40 -0700 (MST) Date: Wed, 5 Mar 1997 12:11:40 -0700 (MST) Message-Id: <199703051911.MAA12464@elara.frii.com> To: "Harry Reed" Cc: neely@frii.com, Subject: Re: 2.1.5->2.1.7 causes SCSI errors? In-Reply-To: <199703051908.LAA07345@eeyore.lv-hrc.nevada.edu> References: <199703051908.LAA07345@eeyore.lv-hrc.nevada.edu> Mime-Version: 1.0 (generated by tm-edit 7.103) Content-Type: text/plain; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Harry Reed writes: > I experienced this problem also, but with 2.1.6. Had to dump the > 2940 :) and use a 1542B Ugh! Let ne know if you ever find out what > happened! That's very weird. We're using 2940s in all our machines, and the news server is the only thing that's giving us grief. I'm currently going through the kernel configuration file, trying to see if anything has changed in there that would cause problems. I'll keep you and -questions posted on any developments (assuming -questions cares :-) Thanks for letting us know we're not the only ones with this problem. Nat From owner-freebsd-questions Wed Mar 5 11:49:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA08213 for questions-outgoing; Wed, 5 Mar 1997 11:49:39 -0800 (PST) Received: from mailhost.PII.COM (pii.com [192.77.209.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id LAA08208 for ; Wed, 5 Mar 1997 11:49:37 -0800 (PST) Received: from PII.COM by PII.COM (4.1/SMI-4.4) id AA15782; Wed, 5 Mar 97 11:50:54 PST Received: from PII-Message_Server by pii.com with Novell_GroupWise; Wed, 05 Mar 1997 11:52:53 -0800 Message-Id: X-Mailer: Novell GroupWise 4.1 Date: Wed, 05 Mar 1997 11:47:43 -0800 From: Robert Clark To: toor@dyson.iquest.net Cc: freebsd-questions@freebsd.org Subject: Re: (DOS) Partition Size / Cluster Size. -Reply Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk My real intent, was to get that info out on the list. I used FIPS to shrink a partition some time ago, and didn't know what cluster size was based on. I'm just trying to put some useful info out there. FWIW, Quarterdeck's Partition It, should be able to dynamicly change cluster size. (I haven't tested it yet.) [RC] >>> John S. Dyson 03/04/97 09:58pm >>> > > (DOS) > Partition Size Cluster Size > 1-31MB 512bytes > 32-63MB 1k > 64-127MB 2k > 128-255MB 4k > 256-511MB 8k > 512-1023MB 16k > 1024-2047MB 32k > > If you use FIPS to shrink a > partition, don't cross a boundary > above? > I don't know what you are really asking, but on FreeBSD V2.1.X DO NOT use a DOS filesystem that has a cluster size of greater than 16K. If you shrink a filesystem with FIPS, you'll not shrink the cluster size, and will still have problems if the cluster size is greater than 16K. Anecdote: I just tried to install FreeBSD from a DOS partition today. (It was 2.1.6). It wouldn't install properly. Found out that the DOS partition was 1.6GB!!! We rebuilt the disk so that it had a 500MB partition (from scratch, not using FIPS), and the install went fine. So, don't even mount a DOS FS with cluster size of greater than 16K read-only -- if you do, you will be placing the rest of your filesystems at risk. FreeBSD V2.2 apparently has the problem fixed. John dyson@freebsd.org From owner-freebsd-questions Wed Mar 5 12:08:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA09067 for questions-outgoing; Wed, 5 Mar 1997 12:08:43 -0800 (PST) Received: from caliban.dihelix.com (caliban.mrtc.org [199.4.33.251]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA09062 for ; Wed, 5 Mar 1997 12:08:37 -0800 (PST) Received: (from langfod@localhost) by caliban.dihelix.com (8.8.4/8.8.3) id KAA19783; Wed, 5 Mar 1997 10:07:53 -1000 (HST) Message-Id: <199703052007.KAA19783@caliban.dihelix.com> Subject: Re: 2.1.5->2.1.7 causes SCSI errors? In-Reply-To: <199703051908.LAA07345@eeyore.lv-hrc.nevada.edu> from Harry Reed at "Mar 5, 97 11:08:03 am" To: doon@eeyore.lv-hrc.nevada.edu (Harry Reed) Date: Wed, 5 Mar 1997 10:07:53 -1000 (HST) Cc: gnat@frii.com, freebsd-questions@freebsd.org From: "David Langford" X-blank-line: This space intentionaly left blank. X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I had a real problem when I tried using CCD with 2.1.7. It looks like the ahc driver was updated in the 2.1.0 tree and a cvsup and kernel rebuild seemed to fix the problem. (knock on the wood) -David Langford langfod@dihelix.com >I experienced this problem also, but with 2.1.6. Had to dump the 2940 :) >and use a 1542B Ugh! >Let ne know if you ever find out what happened! >> Our news machine worked just fine under 2.1.5, but barfed miserably >> when upgraded to 2.1.7. It reboots about every 20 minutes now. >> >> The kernel probe finds the disks: >> kernel: ahc0 rev 3 int a irq 11 on >pci0:12 From owner-freebsd-questions Wed Mar 5 12:19:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA09662 for questions-outgoing; Wed, 5 Mar 1997 12:19:11 -0800 (PST) Received: from narcissus.ml.org (root@brosenga.Pitzer.edu [134.173.120.201]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA09655 for ; Wed, 5 Mar 1997 12:19:08 -0800 (PST) Received: from localhost (ben@localhost) by narcissus.ml.org (8.7.5/8.7.3) with SMTP id MAA14770; Wed, 5 Mar 1997 12:19:01 -0800 (PST) Date: Wed, 5 Mar 1997 12:19:01 -0800 (PST) From: Snob Art Genre To: Tim Oneil cc: "Leonard 'leveret' Lau" , questions@freebsd.org Subject: Re: XFree86 In-Reply-To: <3.0.32.19970305080549.00976e30@visigenic.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Tim Oneil wrote: > Yer not supposed to untar *.tgz files, are ya? I mean, I suppose you > could, but seems like the pkg_add command would be easier... Packages are in the .tgz format, but not all .tgz files are packages. > -Tim > > Ben "You have your mind on computers, it seems." From owner-freebsd-questions Wed Mar 5 12:22:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA09874 for questions-outgoing; Wed, 5 Mar 1997 12:22:37 -0800 (PST) Received: from mail.tm.net.my (janeway.tm.net.my [202.188.0.155]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA09867 for ; Wed, 5 Mar 1997 12:22:31 -0800 (PST) From: sweeting@tm.net.my Received: from [111.111.111.110] ([202.184.153.105]) by mail.tm.net.my (8.8.5/8.8.4) with SMTP id EAA10206 for ; Thu, 6 Mar 1997 04:21:57 +0800 (SGT) Date: Thu, 6 Mar 1997 04:21:57 +0800 (SGT) X-Sender: sweeting@mail.tm.net.my Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@freebsd.org Subject: same problem for 2.1.7 kernel (.Re: 2.2-GAMMA.) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This just happened to me also for 2.1.7 : I had grabbed the ssys.* files from /src for 2.1.7-RELEASE and got exactly the same errors with DST and timezone when trying to recompile the kernel. Any ideas ? Cheers. chas fwiw, actually got 2.1.6 installed but was configuring 2.1.7 kernel source >I tried upgrading my 2.1.6 system to 2.2-GAMMA (primarily to do IP routing and >autodialing under PPP for my home network). It seemed really straightforward >(I'm most impressed with the amount of thought that went into this), except >that I haven't been able to compile a new kernel. (I upgraded bin, compat21, >des, info, doc, dict, manpages, floppies, and proflibs.) > >Aside from a large number of warnings about type mismatches (comparing signed >to unsigned values), it finally dies compiling param.c noting that TIMEZONE and >DST aren't defined. > >I'm guessing I need part of the src distribution. But which part(s)? And >where do I find out about new options that have been added to the kernal >configuration file? From owner-freebsd-questions Wed Mar 5 12:23:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA09941 for questions-outgoing; Wed, 5 Mar 1997 12:23:18 -0800 (PST) Received: from odin.visigenic.com (odin.visigenic.com [204.179.98.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA09929 for ; Wed, 5 Mar 1997 12:23:14 -0800 (PST) Received: from VSI48 (vsi48.visigenic.com [206.64.15.185]) by odin.visigenic.com (Netscape Mail Server v2.02) with SMTP id AAA20786; Wed, 5 Mar 1997 12:20:11 -0800 Message-Id: <3.0.32.19970305122324.009aa380@visigenic.com> X-Sender: toneil@visigenic.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 05 Mar 1997 12:23:25 -0800 To: Snob Art Genre From: "Tim Oneil" Subject: Re: XFree86 Cc: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 12:19 PM 3/5/97 -0800, you wrote: >On Wed, 5 Mar 1997, Tim Oneil wrote: > >> Yer not supposed to untar *.tgz files, are ya? I mean, I suppose you >> could, but seems like the pkg_add command would be easier... > >Packages are in the .tgz format, but not all .tgz files are packages. Gotcha. Tnx Ben. -Tim From owner-freebsd-questions Wed Mar 5 12:25:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA10084 for questions-outgoing; Wed, 5 Mar 1997 12:25:18 -0800 (PST) Received: from 200.34.47.10 (exxor.red2000.com.mx [200.34.47.10]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id MAA10079 for ; Wed, 5 Mar 1997 12:25:15 -0800 (PST) Received: from [200.34.47.142] (200.34.47.142) by exxor.red2000.com.mx (EMWAC SMTPRS 0.81) with SMTP id ; Wed, 05 Mar 1997 13:27:49 -0700 Message-ID: <331DE44C.6831@red2000.com.mx> Date: Wed, 05 Mar 1997 13:23:24 -0800 From: Alfredo Garcia Ramirez X-Mailer: Mozilla 2.02 (Win95; I; 16bit) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Driver to UPS X-URL: http://www.freebsd.org/mailto.html Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a UPS from trip lite. How can i conect this UPS and in case i lose electric supply. The UPS notify to freebsd this event. Sorry for my poor english. i hope you understand me. From owner-freebsd-questions Wed Mar 5 12:38:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA10641 for questions-outgoing; Wed, 5 Mar 1997 12:38:47 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA10636 for ; Wed, 5 Mar 1997 12:38:45 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id MAA26681; Wed, 5 Mar 1997 12:38:36 -0800 (PST) Date: Wed, 5 Mar 1997 12:38:36 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Ken McGlothlen cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2.2-GAMMA. In-Reply-To: <199703051757.JAA28686@yang.cpac.washington.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Ken McGlothlen wrote: > I tried upgrading my 2.1.6 system to 2.2-GAMMA (primarily to do IP routing and > autodialing under PPP for my home network). It seemed really straightforward > (I'm most impressed with the amount of thought that went into this), except > that I haven't been able to compile a new kernel. (I upgraded bin, compat21, > des, info, doc, dict, manpages, floppies, and proflibs.) > > Aside from a large number of warnings about type mismatches (comparing signed > to unsigned values), it finally dies compiling param.c noting that TIMEZONE and > DST aren't defined. Try removing /usr/src/sys and reinstalling it. Leftover garbage will confuse things sometimes. > I'm guessing I need part of the src distribution. But which part(s)? And > where do I find out about new options that have been added to the kernal > configuration file? IT's the ssys distribution, and just look over GENERIC for anything important. All the opts are in LINT. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Wed Mar 5 12:58:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA11781 for questions-outgoing; Wed, 5 Mar 1997 12:58:13 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA11775 for ; Wed, 5 Mar 1997 12:58:07 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id MAA26705; Wed, 5 Mar 1997 12:57:57 -0800 (PST) Date: Wed, 5 Mar 1997 12:57:57 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: sweeting@tm.net.my cc: questions@freebsd.org Subject: Re: are errors defined anywhere ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997 sweeting@tm.net.my wrote: > Gianmarco Giovannelli wrote : > >Re: scotty routed[47]: punt RTM_LOSING without gateway > >Hello , what does the error mean ? WEll, you know what they say, the source makes the best documentation ;) These generally mean, AFAIK, that some route was removed from your routing table because of some link problem, or you added a default route and routed is doing its job and killing it once it figures out where it can go. Most likely, you don't need routed. If you can get by with just a default route, you don't need routed. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Wed Mar 5 13:04:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA12070 for questions-outgoing; Wed, 5 Mar 1997 13:04:31 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA12065 for ; Wed, 5 Mar 1997 13:04:23 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id NAA26713; Wed, 5 Mar 1997 13:03:54 -0800 (PST) Date: Wed, 5 Mar 1997 13:03:54 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Glynn Stanton cc: freebsd-questions@FreeBSD.ORG Subject: Re: Bug? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Glynn Stanton wrote: > > I have what I feel is a serious problem with FreeBSD 2.1.7 > > The Root partition is on a 320M disk, With bin, doc, dict and X. > > The problem comes when I use mount_msdos to mount a 1G partition > of my 2.5Gb Quantum Bigfoot. OK, this is what probably killed you. You may have gotten a warning: root cluster is not a multiple of clustersize in length or something like that. You should have IMMEDIATELY dismounted your msdos partition and hope nothing broke. > After a few commands, I start getting errors: > bad file descriptor. > > Unmounting the disk does not clear it, and last night the dev files > were giving bad file descriptor errors resulting in a non bootable system. Yes, your root filesystem may have been damaged. You should be able to fsck the filesystem from the fixit system and get the partition fixed. This is a known bug and *may* have been fixed in 2.2. But for the time being, do NOT mount dos filesystems with 16k clusters, which is ones greater than about 500mb (?). Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Wed Mar 5 13:28:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA13224 for questions-outgoing; Wed, 5 Mar 1997 13:28:39 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA13216 for ; Wed, 5 Mar 1997 13:28:32 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id NAA22077; Wed, 5 Mar 1997 13:28:44 -0800 (PST) Message-Id: <199703052128.NAA22077@root.com> X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol To: gnat@frii.com cc: "Harry Reed" , neely@frii.com, freebsd-questions@freebsd.org Subject: Re: 2.1.5->2.1.7 causes SCSI errors? In-reply-to: Your message of "Wed, 05 Mar 1997 12:11:40 MST." <199703051911.MAA12464@elara.frii.com> From: David Greenman Reply-To: dg@root.com Date: Wed, 05 Mar 1997 13:28:44 -0800 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Harry Reed writes: >> I experienced this problem also, but with 2.1.6. Had to dump the >> 2940 :) and use a 1542B Ugh! Let ne know if you ever find out what >> happened! > >That's very weird. We're using 2940s in all our machines, and the >news server is the only thing that's giving us grief. I'm currently >going through the kernel configuration file, trying to see if anything >has changed in there that would cause problems. I'll keep you and >-questions posted on any developments (assuming -questions cares :-) > >Thanks for letting us know we're not the only ones with this problem. Everyone should update the machines to 2.1-stable. There were some problems in the 2940 driver as it was released in 2.1.7 that have been fixed. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Wed Mar 5 13:30:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA13363 for questions-outgoing; Wed, 5 Mar 1997 13:30:27 -0800 (PST) Received: from tsi.gte.com ([205.174.176.40]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA13358 for ; Wed, 5 Mar 1997 13:30:23 -0800 (PST) Received: from g07.tsi.gte.com ([205.174.179.141]) by tsi.gte.com (5.x/SMI-SVR4) id AA02934; Wed, 5 Mar 1997 16:32:33 -0500 Date: Wed, 5 Mar 1997 16:32:33 -0500 Message-Id: <1.5.4.16.19970305163006.30af7254@uhuru.tsi.gte.com> X-Sender: smorris@uhuru.tsi.gte.com X-Mailer: Windows Eudora Light Version 1.5.4 (16) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions@freebsd.org From: Scott Morris Subject: Now how did that happen??? Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Well, it seems that I did something truly bizarre. As I was adding packages, it came to my attention that I could not find them. That was annoying but not a crisis. As I browsed down the directory tree to /usr/local/bin I was rather surprised to discover that their was not such directory. Some how the /usr/local/bin is a file and not a directory. LOL. How the devil did that happen? I'll do a reload tomorrow but am very curious? -rwxr-xr-x 1 root bin 110592 Mar 4 09:34 bin # pwd /usr/local --- Scott Morris GTE Telecommunication Services smorris@tsi.gte.com *** My opinions do not necessarily reflect those of my employer. *** From owner-freebsd-questions Wed Mar 5 13:45:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA14049 for questions-outgoing; Wed, 5 Mar 1997 13:45:15 -0800 (PST) Received: from cheese.westminster.edu (cheese.westminster.edu [204.171.15.201]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA14044 for ; Wed, 5 Mar 1997 13:45:10 -0800 (PST) Received: by cheese.westminster.edu (AIX 3.2/UCB 5.64/4.03) id AA13517; Wed, 5 Mar 1997 16:44:46 -0500 Date: Wed, 5 Mar 1997 16:44:46 -0500 (EST) From: "Matthew D. Fuller" To: freebsd-questions@freebsd.org Subject: RAM Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have 24 MB, but the kernel only reports finding 16MB of 'real memory' on bootup. Is it detecting my extra RAM, and just not reporting it, and is it using it, or what? Thanx, MAtt From owner-freebsd-questions Wed Mar 5 14:07:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA14813 for questions-outgoing; Wed, 5 Mar 1997 14:07:00 -0800 (PST) Received: from huey.cadvision.com (huey2.cadvision.com [207.228.64.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA14794 for ; Wed, 5 Mar 1997 14:06:53 -0800 (PST) Received: from default (ts21ip245.cadvision.com [207.228.68.245]) by huey.cadvision.com (8.7.5/8.7.5/DCX/TRI) with SMTP id PAA125314 for ; Wed, 5 Mar 1997 15:04:57 -0700 Message-ID: <331DFB60.4968@cadvision.com> Date: Wed, 05 Mar 1997 15:01:52 -0800 From: Danny boy X-Mailer: Mozilla 3.0Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: login Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi I wonder if someone out there would be able to tell, be....how do I login from a remote computer to my BSD made server? do I have to set it up to wait for a call??? what aboyt routers? does anyone know how to set one up?? ok thanks for now! Dan! belkied@cadvision.com From owner-freebsd-questions Wed Mar 5 14:11:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA15064 for questions-outgoing; Wed, 5 Mar 1997 14:11:10 -0800 (PST) Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA15052 for ; Wed, 5 Mar 1997 14:11:05 -0800 (PST) Received: from localhost (richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.12/8.6.12) with SMTP id OAA27493 for ; Wed, 5 Mar 1997 14:13:14 -0800 Date: Wed, 5 Mar 1997 14:13:12 -0800 (PST) From: Richard Chang To: questions@FreeBSD.ORG Subject: uucp assistance needed Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I am in need of help from someone more experienced with uucp. I want the uucp machine to call up via uucico (which it currently can do, I just don't have a login & password to get me uucp access) to our machine earth. It then needs to transfer news files to earth either directly to /usr/local/dnews/uucpin or to another directory where they can later be copied to /usr/local/dnews/uucpin. It also needs to retrieve any news waiting to go out via uucp from /usr/local/dnews/uucpout. That's pretty much it...like I said, the uucp machine is directly connected via null modem cable, so it gets to the login prompt, I just don't know how to set up earth. Config files are in /etc/uucp, I briefly played with them, but I'm not sure how it's supposed to work. Thanks a bunch! Richard From owner-freebsd-questions Wed Mar 5 14:23:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA15673 for questions-outgoing; Wed, 5 Mar 1997 14:23:58 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA15644 for ; Wed, 5 Mar 1997 14:22:25 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id OAA26799; Wed, 5 Mar 1997 14:22:13 -0800 (PST) Date: Wed, 5 Mar 1997 14:22:13 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Chris Shenton cc: questions@freefall.freebsd.org Subject: Re: Question: NAT? In-Reply-To: <199703051538.PAA10101@wirehead.it.hq.nasa.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Chris Shenton wrote: > Take a peek at IPFilter, or newer versions of the ppp included with > FreeBSD include an -alias option that does the necessary translations. > > I did, but couldn't find info -- no man page info about "alias" in ppp > nor pppd pages; which one were you meaning here? I also didn't find > any man page on "ipfilter" :-( IPFilter is a port; ppp and pppd come with the system. If you're on 2.1.7, you have the -alias'd ppp. (look at the SYNOPSIS on the man page.) > I'm running 2.1.7-RELEASE and just cvsup'ed the ports collection: I > don't find ppp, pppd, or ipfilter there. Oh, it's not in ports, it comes with the binary distribution. > PS: any comparisons on ipfilter vs. ipfw for a newbie to both (but > not networking in general)? I know this provoked a bit of a heated > debate here a while back: I am looking mainly for NAT. Just curious > because I do see an /etc/rc.firewall which uses ipfw, not ipfilter. ipfilter contains the NAT translation software and is a bit more complete; ipfw gives you ip filtering only. If you're looking for true firewall tools you may want to look at the FWTK port. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Wed Mar 5 14:48:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA17115 for questions-outgoing; Wed, 5 Mar 1997 14:48:44 -0800 (PST) Received: from dopey.pathlink.com (dopey.pathlink.com [204.30.237.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA17110 for ; Wed, 5 Mar 1997 14:48:40 -0800 (PST) Received: from dvl-1.pathlink.com (dvl-1.pathlink.com [204.30.237.241]) by dopey.pathlink.com (8.8.5/8.8.4) with SMTP id OAA16637; Wed, 5 Mar 1997 14:48:20 -0800 (PST) Message-Id: <199703052248.OAA16637@dopey.pathlink.com> To: gnat@frii.com Subject: Re: 2.1.5->2.1.7 causes SCSI errors? Cc: freebsd-questions@freebsd.org From: kachun@zippo.com (Kachun Lee) Date: Wed, 05 Mar 97 14:48:12 PST X-Mailer: WinVN 0.99.8 (beta 2) In-Reply-To: <199703051911.MAA12464@elara.frii.com> References: <199703051908.LAA07345@eeyore.lv-hrc.nevada.edu> <199703051911.MAA12464@elara.frii.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <199703051911.MAA12464@elara.frii.com>, you say... > >Harry Reed writes: >> I experienced this problem also, but with 2.1.6. Had to dump the >> 2940 :) and use a 1542B Ugh! Let ne know if you ever find out what >> happened! > >That's very weird. We're using 2940s in all our machines, and the >news server is the only thing that's giving us grief. I'm currently >going through the kernel configuration file, trying to see if anything >has changed in there that would cause problems. I'll keep you and >-questions posted on any developments (assuming -questions cares :-) > >Thanks for letting us know we're not the only ones with this problem. > >Nat I upgraded one of our news systems from 2.1.6 to 2.2-GAMMA-970225 and it was crashing about once a day with your same disk error messages. It has a 3940. But, I upgraded several other systems and they have not a crash yet. Best regards From owner-freebsd-questions Wed Mar 5 14:49:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA17190 for questions-outgoing; Wed, 5 Mar 1997 14:49:48 -0800 (PST) Received: from apollo.it.hq.nasa.gov (apollo.it.hq.nasa.gov [131.182.119.87]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA17182 for ; Wed, 5 Mar 1997 14:49:41 -0800 (PST) Received: from wirehead.it.hq.nasa.gov (WireHead.it.hq.nasa.gov [131.182.119.88]) by apollo.it.hq.nasa.gov (8.8.3/8.8.3) with ESMTP id RAA08838; Wed, 5 Mar 1997 17:46:59 -0500 (EST) Received: from localhost (cshenton@localhost) by wirehead.it.hq.nasa.gov (8.6.12/8.6.12) with ESMTP id WAA10898; Wed, 5 Mar 1997 22:49:10 GMT Message-Id: <199703052249.WAA10898@wirehead.it.hq.nasa.gov> X-Authentication-Warning: wirehead.it.hq.nasa.gov: cshenton owned process doing -bs To: dwhite@resnet.uoregon.edu, dwhite@gdi.uoregon.edu Cc: questions@freefall.freebsd.org Subject: Re: Question: NAT? In-Reply-To: Your message of "Wed, 5 Mar 1997 14:22:13 -0800 (PST)" References: X-Mailer: Mew version 1.03 on Emacs 19.31.8 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Wed, 05 Mar 1997 17:49:09 -0500 From: Chris Shenton Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997 14:22:13 -0800 (PST) Doug White wrote: dwhite> IPFilter is a port; ppp and pppd come with the system. dwhite> dwhite> If you're on 2.1.7, you have the -alias'd ppp. (look at the SYNOPSIS on dwhite> the man page.) Not there, must have an old version. I'll try supping the ppp sources again, unless there's a better way. dwhite> ipfilter contains the NAT translation software and is a bit more complete; dwhite> ipfw gives you ip filtering only. dwhite> dwhite> If you're looking for true firewall tools you may want to look at the FWTK dwhite> port. Got the FWTK. Guess I'll get the ipfilter going, cuz I wanna try playing with mpd :-) Thanks! From owner-freebsd-questions Wed Mar 5 15:02:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA17839 for questions-outgoing; Wed, 5 Mar 1997 15:02:03 -0800 (PST) Received: from xmission.xmission.com (softweyr@xmission.xmission.com [198.60.22.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA17834 for ; Wed, 5 Mar 1997 15:01:57 -0800 (PST) Received: (from softweyr@localhost) by xmission.xmission.com (8.8.5/8.7.5) id QAA08221; Wed, 5 Mar 1997 16:01:19 -0700 (MST) From: Softweyr LLC Message-Id: <199703052301.QAA08221@xmission.xmission.com> Subject: Re: PPP/PAP authentication To: andrew@python.shoal.net.au (Andrew Perry) Date: Wed, 5 Mar 1997 16:01:18 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: from "Andrew Perry" at Mar 5, 97 06:33:26 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-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Martin Naskovski wrote: > Hi. I can't get PAP to work on ppp under FreeBSD 2.1.7. I set up the login > name right, the password too, including the enable pap, disable chap, > accept pap parameters, and then all I get once it successfully logs in is > a "Packet mode" response, the ppp doesn't convert to PPP to signify that > it did actually went into PPP, and when I try to ping, it shows as though > no routes exist for the outside world. In general, you only ever want *one* of "enable pap" and "accept pap"; one means "OK, I'll do PAP if the other side wants it" and the other means "I'm going to require him to PAP authenticate with me." Your ISP isn't going to authenticate with you. Search the archives for my responses in January and February, I posted a tutorial on IIJPPP twice in the last two months. If you find the right posting, it tells you how to start PPP at system boot, setup auto-dial with routing, and everything else. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.xmission.com/~softweyr softweyr@xmission.com From owner-freebsd-questions Wed Mar 5 15:13:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA18427 for questions-outgoing; Wed, 5 Mar 1997 15:13:27 -0800 (PST) Received: from mailhost.PII.COM (pii.com [192.77.209.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id PAA18400 for ; Wed, 5 Mar 1997 15:13:22 -0800 (PST) Received: from PII.COM by PII.COM (4.1/SMI-4.4) id AA27997; Wed, 5 Mar 97 15:14:39 PST Received: from PII-Message_Server by pii.com with Novell_GroupWise; Wed, 05 Mar 1997 15:16:41 -0800 Message-Id: X-Mailer: Novell GroupWise 4.1 Date: Wed, 05 Mar 1997 15:11:48 -0800 From: Robert Clark To: belkied@cadvision.com Cc: freebsd-questions@freebsd.org Subject: login -Reply Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The first question might be, What would YOU like to do. With FreeBSD, just about anything is possible. [RC] >>> Danny boy 03/05/97 03:01pm >>> Hi I wonder if someone out there would be able to tell, be....how do I login from a remote computer to my BSD made server? do I have to set it up to wait for a call??? what aboyt routers? does anyone know how to set one up?? ok thanks for now! Dan! belkied@cadvision.com From owner-freebsd-questions Wed Mar 5 15:35:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA19988 for questions-outgoing; Wed, 5 Mar 1997 15:35:49 -0800 (PST) Received: from obewan.n-e-t.co.uk (obewan.n-e-t.co.uk [194.133.15.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA19981 for ; Wed, 5 Mar 1997 15:35:40 -0800 (PST) Received: from localhost (glynn@localhost) by obewan.n-e-t.co.uk (8.8.4/8.6.9) with SMTP id XAA29209; Wed, 5 Mar 1997 23:40:33 GMT Date: Wed, 5 Mar 1997 23:40:33 +0000 (GMT) From: Glynn Stanton To: Doug White cc: Glynn Stanton , freebsd-questions@FreeBSD.ORG Subject: Re: Bug? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Doug White wrote: > On Wed, 5 Mar 1997, Glynn Stanton wrote: > > > > The Root partition is on a 320M disk, With bin, doc, dict and X. > > > > The problem comes when I use mount_msdos to mount a 1G partition > > of my 2.5Gb Quantum Bigfoot. > > OK, this is what probably killed you. You may have gotten a > warning: root cluster is not a multiple of clustersize in length > > or something like that. You should have IMMEDIATELY dismounted your msdos > partition and hope nothing broke. Ok, yes, I did.. as it said "Warning".. Im used to that meaning something so be aware of, but not fatal. > Yes, your root filesystem may have been damaged. You should be able to > fsck the filesystem from the fixit system and get the partition fixed. As it was a new install, I went for the reformat option.. then when it happened again, I was more concerned with why it happened, as I was really beginning to see performance benefits of FreeBSD over Linux. > This is a known bug and *may* have been fixed in 2.2. But for the time > being, do NOT mount dos filesystems with 16k clusters, which is ones > greater than about 500mb (?). Thank you *very* much for the help and info. Much appreciated. Glynn Stanton. > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > From owner-freebsd-questions Wed Mar 5 16:11:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA22367 for questions-outgoing; Wed, 5 Mar 1997 16:11:19 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA22347 for ; Wed, 5 Mar 1997 16:11:08 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id QAA26929; Wed, 5 Mar 1997 16:11:02 -0800 (PST) Date: Wed, 5 Mar 1997 16:11:02 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Chris Shenton cc: questions@freefall.freebsd.org Subject: Re: Question: NAT? In-Reply-To: <199703052249.WAA10898@wirehead.it.hq.nasa.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Chris Shenton wrote: > Not there, must have an old version. I'll try supping the ppp sources > again, unless there's a better way. Hm, oh well. I suppose I could throw out my binary if you can't get the sources to compile. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Wed Mar 5 16:13:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA22550 for questions-outgoing; Wed, 5 Mar 1997 16:13:23 -0800 (PST) Received: from mail.tm.net.my (janeway.tm.net.my [202.188.0.155]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA22415 for ; Wed, 5 Mar 1997 16:11:46 -0800 (PST) From: sweeting@tm.net.my Received: from [111.111.111.110] ([202.184.153.105]) by mail.tm.net.my (8.8.5/8.8.4) with SMTP id IAA29114 for ; Thu, 6 Mar 1997 08:11:06 +0800 (SGT) Date: Thu, 6 Mar 1997 08:11:06 +0800 (SGT) X-Sender: sweeting@mail.tm.net.my Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@freebsd.org Subject: TIMEZONE and DST .... making the kernel (was Re: 2.2-GAMMA.) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> Aside from a large number of warnings about type mismatches (comparing signed >> to unsigned values), it finally dies compiling param.c noting that >>TIMEZONE and >> DST aren't defined. > >Try removing /usr/src/sys and reinstalling it. Leftover garbage will >confuse things sometimes. ok, i removed /usr/src/sys and got hold of the ssys.* files again. when the whatever.tar.gz (created from the ssys.* files) is decompressed, it says that the garbage is ignored. i customised the GENERIC config file and tried to make it.... still the DST and TIMEZONE errors occured and sure enough, looking in param.c the DST and TIMEZONE variables do seem to be used before assigned values but then again, i'm not a coder ...... so, for amusement, i commented that line out .... compilation continued until the following : Warning: Object directory not changed from original /usr/src/sys/libkern cc -O -I/usr/src/sys/libkern -I/usr/src/sys/libkern/.. -DKERNEL -c mcount.c -o mcount.o *** Error code 1 Stop. *** Error code 1 Stop. >> I'm guessing I need part of the src distribution. But which part(s)? And >> where do I find out about new options that have been added to the kernal >> configuration file? > >IT's the ssys distribution, and just look over GENERIC for anything >important. All the opts are in LINT. did i perhaps make a boo boo in the config file ???? cheers, chas From owner-freebsd-questions Wed Mar 5 16:22:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23857 for questions-outgoing; Wed, 5 Mar 1997 16:22:32 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA23841 for ; Wed, 5 Mar 1997 16:22:24 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id QAA26972; Wed, 5 Mar 1997 16:22:03 -0800 (PST) Date: Wed, 5 Mar 1997 16:22:03 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Glynn Stanton cc: freebsd-questions@FreeBSD.ORG Subject: Re: Bug? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Glynn Stanton wrote: > > This is a known bug and *may* have been fixed in 2.2. But for the time > > being, do NOT mount dos filesystems with 16k clusters, which is ones > > greater than about 500mb (?). BTW, someone informed me the actual cutoff here is 1GB. > Thank you *very* much for the help and info. You're quite welcome. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Wed Mar 5 16:22:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23921 for questions-outgoing; Wed, 5 Mar 1997 16:22:51 -0800 (PST) Received: from tok.qiv.com ([204.214.141.211]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA23914 for ; Wed, 5 Mar 1997 16:22:47 -0800 (PST) Received: (from uucp@localhost) by tok.qiv.com (8.8.5/8.7.3) with UUCP id SAA18512; Wed, 5 Mar 1997 18:22:35 -0600 (CST) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.3/8.7.3) with SMTP id VAA01875; Fri, 21 Feb 1997 21:42:03 -0600 (CST) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Fri, 21 Feb 1997 21:42:02 -0600 (CST) From: "Jay D. Nelson" To: Cliff Addy cc: questions@FreeBSD.ORG Subject: Re: newer pine? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Don't know what the latest is, but 3.95 was the last I found. I used the 'build neb' option (NetBSD) and it worked fine -- under 2.1.6 and 2.2. -- Jay On Fri, 21 Feb 1997, Cliff Addy wrote: ->I was very disappointed to see that the 2.1.6 cd did not have a port of ->the latest pine. We have a constant problem with the current port when ->the user loses their connection, the process runs wild, eating 80% of the ->cpu time. -> ->Supposedly this is a known bug that is fixed in the latest pine. I tried ->compiling the source, but there is no direct support of fbsd and I could ->not get it working. -> ->Will the newer version be ported soon? Barring that, does anyone know ->what needs to be hacked to get a good compile on the newer code? -> From owner-freebsd-questions Wed Mar 5 16:23:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24015 for questions-outgoing; Wed, 5 Mar 1997 16:23:15 -0800 (PST) Received: from tok.qiv.com ([204.214.141.211]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA24003 for ; Wed, 5 Mar 1997 16:23:11 -0800 (PST) Received: (from uucp@localhost) by tok.qiv.com (8.8.5/8.7.3) with UUCP id SAA18527; Wed, 5 Mar 1997 18:23:01 -0600 (CST) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.3/8.7.3) with SMTP id VAA00834; Mon, 24 Feb 1997 21:31:09 -0600 (CST) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Mon, 24 Feb 1997 21:31:08 -0600 (CST) From: "Jay D. Nelson" To: Cole Jones cc: freebsd-questions@FreeBSD.ORG Subject: Re: PS/2 Mouse not recognized??? In-Reply-To: <3311F014.934@dankaoi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Remove the 'disable' from your configuration file or 'boot: -c' and enable the driver. The "disable" in the configuration file essentially includes the driver but disables it. -- Jay On Mon, 24 Feb 1997, Cole Jones wrote: ->Hi, ->I have recompiled the kernel for FreeBSD 2.1.6 to include the PS/2 ->mouse. I followed the instructions in the FreeBSD Handbook as closely ->as I could. The line looks like the following in the kernel option ->file: -> ->device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector ->psmitr -> ->After recompiling the kernel, I rebooted the machine and tried to ->configure X-Windows, but the PS/2 mouse is still not being detected. I ->must be missing something simple, but I can't figure out what it is. -> ->Your suggestions and comments are appreciated! -> ->TIA from a FreeBSD newbie! -> From owner-freebsd-questions Wed Mar 5 16:23:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24050 for questions-outgoing; Wed, 5 Mar 1997 16:23:24 -0800 (PST) Received: from webcrawler.com (mail.webcrawler.com [192.216.46.12]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA24036 for ; Wed, 5 Mar 1997 16:23:19 -0800 (PST) Received: from roadkill.webcrawler.com (roadkill.webcrawler.com [192.216.46.123]) by webcrawler.com (8.7.5/8.7.3) with SMTP id QAA00775 for ; Wed, 5 Mar 1997 16:21:13 -0800 (PST) Message-Id: <199703060021.QAA00775@webcrawler.com> Received: by roadkill.webcrawler.com (NX5.67f2/NX3.0X) id AA00910; Wed, 5 Mar 97 16:23:01 -0800 Content-Type: text/plain Mime-Version: 1.0 (NeXT Mail 3.3 v118.2) Received: by NeXT.Mailer (1.118.2) From: Ted Cohn Date: Wed, 5 Mar 97 16:23:00 -0800 To: freebsd-questions@freebsd.org Subject: More Linux ELF probs w/2.2-GAMMA Reply-To: ted@webcrawler.com Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I installed 2.2-GAMMA and turned on appropriate linux emulation and still canot execute a certain ELF binary from Solid Technology: % ./solinst ELF binary type not known Abort % file ./solinst ./solinst: ELF 32-bit LSB executable, Intel 80386, version 1 % modstat Type Id Off Loadaddr Size Info Rev Module Name EXEC 0 4 f441b000 001c f4421010 1 linux_mod And I recompiled the kernel with options COMPAT_LINUX and LINUX too... Thanks, Ted Cohn From owner-freebsd-questions Wed Mar 5 16:23:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24128 for questions-outgoing; Wed, 5 Mar 1997 16:23:43 -0800 (PST) Received: from tok.qiv.com ([204.214.141.211]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA24089 for ; Wed, 5 Mar 1997 16:23:33 -0800 (PST) Received: (from uucp@localhost) by tok.qiv.com (8.8.5/8.7.3) with UUCP id SAA18532; Wed, 5 Mar 1997 18:23:17 -0600 (CST) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.3/8.7.3) with SMTP id VAA00849; Tue, 25 Feb 1997 21:47:31 -0600 (CST) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Tue, 25 Feb 1997 21:47:31 -0600 (CST) From: "Jay D. Nelson" To: Doug White cc: wott@mail.iserv.net, freebsd-questions@freebsd.org Subject: Re: NEWBIE questions - cu & named In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Sorry -- I got in on this late. cu uses the uucp configuration files. If they are not set up with at least "direct" in dial or Dialer, you probably can't get there. I never done anything more to get cu to work. -- Jay On Mon, 24 Feb 1997, Doug White wrote: ->On Mon, 24 Feb 1997 wott@mail.iserv.net wrote: -> ->> ->> I'm relatively new to FreeBSD (2.1.6) and am having a couple of ->> problems. ->> When trying to use cu, I receive an error that the specified port is ->> not found (cuaa2). I can use ecu, and dial right out, but the ->> display gets set so the text is black on black. Any suggestions? I'm ->> trying to attach to an older system and have to use some form of cu. -> ->Make sure you are in the dialer group (see /etc/group). -> ->> Also, I need the terminal type set to an att605 so when/if I get ->> connected I will be able to read things, will this be a problem? -> ->You need to tell the remote side you're an att605. -> ->> The named problem is minor, when starting up, I get an error that the ->> named.boot file is not found, but by loading it from a command prompt, ->> it loads just fine... possibly a problem in where it is located in the ->> sysconfig ? -> ->Perhaps, make sure the path to named.boot is given explicitly. -> ->Doug White | University of Oregon ->Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant ->http://gladstone.uoregon.edu/~dwhite | Computer Science Major -> From owner-freebsd-questions Wed Mar 5 16:24:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24265 for questions-outgoing; Wed, 5 Mar 1997 16:24:15 -0800 (PST) Received: from super-g.inch.com (super-g.com [204.178.32.161]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA24244; Wed, 5 Mar 1997 16:24:11 -0800 (PST) Received: from localhost (spork@localhost) by super-g.inch.com (8.8.5/8.6.9) with SMTP id TAA00620; Wed, 5 Mar 1997 19:39:28 -0500 (EST) Date: Wed, 5 Mar 1997 19:39:28 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: freebsd-questions@freebsd.org cc: freebsd-isp@freebsd.org Subject: "safe" fingerd Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've been hunting around for a finger(d) that will not follow symlinks, truncate overly long .plan and .project files, etc. The included one (2.1.7) will happily follow any symlink and seems to have no limits on how long the .plan/.project file is. GNU-finger seems even worse. Anyone know if what I'm looking for exists? If I knew my C I'd modify lprint.c in /usr/src/usr.bin/finger to not follow symlinks and truncate output, but I just don't know enough C to do this. Any help/input appreciated, Charles From owner-freebsd-questions Wed Mar 5 16:24:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24320 for questions-outgoing; Wed, 5 Mar 1997 16:24:29 -0800 (PST) Received: from tok.qiv.com ([204.214.141.211]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA24310 for ; Wed, 5 Mar 1997 16:24:25 -0800 (PST) Received: (from uucp@localhost) by tok.qiv.com (8.8.5/8.7.3) with UUCP id SAA18535; Wed, 5 Mar 1997 18:24:17 -0600 (CST) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.3/8.7.3) with SMTP id LAA00206; Sat, 1 Mar 1997 11:44:40 -0600 (CST) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Sat, 1 Mar 1997 11:44:40 -0600 (CST) From: "Jay D. Nelson" To: John Lind cc: questions@freebsd.org Subject: Re: "pg" equivalent? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk /usr/bin/more -- Jay On Sat, 1 Mar 1997, John Lind wrote: ->What is the nearest FreeBSD equivalent to "pg"? -> -> John Lind, Starfire Consulting Services ->E-mail: john@starfire.MN.ORG USnail: PO Box 17247, Mpls MN 55417 -> From owner-freebsd-questions Wed Mar 5 16:24:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24363 for questions-outgoing; Wed, 5 Mar 1997 16:24:39 -0800 (PST) Received: from tok.qiv.com ([204.214.141.211]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA24347 for ; Wed, 5 Mar 1997 16:24:34 -0800 (PST) Received: (from uucp@localhost) by tok.qiv.com (8.8.5/8.7.3) with UUCP id SAA18536; Wed, 5 Mar 1997 18:24:26 -0600 (CST) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.3/8.7.3) with SMTP id LAA00214; Sat, 1 Mar 1997 11:46:56 -0600 (CST) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Sat, 1 Mar 1997 11:46:56 -0600 (CST) From: "Jay D. Nelson" To: John Kenagy cc: freebsd-questions@FreeBSD.ORG Subject: Re: Altavistoid index or search tools for FreeBSD intranet In-Reply-To: <3317C5B5.41C67EA6@bga.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Take a look at Glimpse. -- Jay On Sat, 1 Mar 1997, John Kenagy wrote: ->Greetings! -> ->Does anyone know of a search/document index toolset that runs ->on FreeBSD? Free? Cheap?(very) -> ->Any help appreciated. Thanks, John -> From owner-freebsd-questions Wed Mar 5 16:24:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24423 for questions-outgoing; Wed, 5 Mar 1997 16:24:51 -0800 (PST) Received: from tok.qiv.com ([204.214.141.211]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA24403 for ; Wed, 5 Mar 1997 16:24:47 -0800 (PST) Received: (from uucp@localhost) by tok.qiv.com (8.8.5/8.7.3) with UUCP id SAA18543; Wed, 5 Mar 1997 18:24:39 -0600 (CST) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.3/8.7.3) with SMTP id RAA00461; Wed, 5 Mar 1997 17:57:41 -0600 (CST) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Wed, 5 Mar 1997 17:57:40 -0600 (CST) From: "Jay D. Nelson" To: Richard Chang cc: questions@FreeBSD.ORG Subject: Re: uucp assistance needed In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Richard Chang wrote: -> I am in need of help from someone more experienced with uucp. -> -> I want the uucp machine to call up via uucico (which it currently ->can do, I just don't have a login & password to get me uucp access) to our ->machine earth. Without a uucp login and password, there's nothing you can do. The machine earth must have a user account that executes uucico as the login shell. That's the easy part. After that you get the joy of setting up CNEWS. -- Jay -> -> It then needs to transfer news files to earth either directly to ->/usr/local/dnews/uucpin or to another directory where they can later be ->copied to /usr/local/dnews/uucpin. -> -> It also needs to retrieve any news waiting to go out via uucp from ->/usr/local/dnews/uucpout. -> -> That's pretty much it...like I said, the uucp machine is directly ->connected via null modem cable, so it gets to the login prompt, I just ->don't know how to set up earth. Config files are in /etc/uucp, I briefly ->played with them, but I'm not sure how it's supposed to work. -> -> Thanks a bunch! -> ->Richard -> -> From owner-freebsd-questions Wed Mar 5 16:31:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA25084 for questions-outgoing; Wed, 5 Mar 1997 16:31:51 -0800 (PST) Received: from tok.qiv.com ([204.214.141.211]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA25074 for ; Wed, 5 Mar 1997 16:31:44 -0800 (PST) Received: (from uucp@localhost) by tok.qiv.com (8.8.5/8.7.3) with UUCP id SAA18576; Wed, 5 Mar 1997 18:31:37 -0600 (CST) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.3/8.7.3) with SMTP id SAA00572; Wed, 5 Mar 1997 18:31:09 -0600 (CST) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Wed, 5 Mar 1997 18:31:08 -0600 (CST) From: "Jay D. Nelson" To: Richard Chang cc: questions@FreeBSD.ORG Subject: Re: uucp assistance needed In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Richard Chang wrote: -> I am in need of help from someone more experienced with uucp. -> -> I want the uucp machine to call up via uucico (which it currently ->can do, I just don't have a login & password to get me uucp access) to our You must have a uucp login account on the machine earth that executes uucico as a login shell. The uucp system on the machine earth must also be configured to know who you are. ->machine earth. -> -> It then needs to transfer news files to earth either directly to ->/usr/local/dnews/uucpin or to another directory where they can later be ->copied to /usr/local/dnews/uucpin. -> -> It also needs to retrieve any news waiting to go out via uucp from ->/usr/local/dnews/uucpout. -> -> That's pretty much it...like I said, the uucp machine is directly ->connected via null modem cable, so it gets to the login prompt, I just ->don't know how to set up earth. Config files are in /etc/uucp, I briefly ->played with them, but I'm not sure how it's supposed to work. -> -> Thanks a bunch! -> ->Richard -> -> From owner-freebsd-questions Wed Mar 5 16:31:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA25100 for questions-outgoing; Wed, 5 Mar 1997 16:31:55 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA25079 for ; Wed, 5 Mar 1997 16:31:49 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id QAA26987; Wed, 5 Mar 1997 16:31:14 -0800 (PST) Date: Wed, 5 Mar 1997 16:31:14 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Jeff Newton cc: questions@freebsd.org Subject: Re: Ghostscript require X? In-Reply-To: <331DB4EE.3E40@datapark.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Jeff Newton wrote: > I'm trying to install Hylafax on 2.1.7 which requires both bash and > ghostscript. The bash port worked great but ghostscript spit up > sqwaking about not having certain X11 files. Is this an error with the > port or did I miss something in the docs about ghostscript requiring X? > > Also, it would be a good if the hylafax port contained bash and > ghostscript or yanked them down if needed. Ghostscript has an X display component, but if you muck around in the Ghostscript makefile there may be a way to disable it (--no-x with configure or some define). I have X on the computers that I installed it on so I can't say how to disable it offhand. The old ports/packages tree used to pull stuff automatically (the way I like it), but some people may have complained that they got built without too much human intervention. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Wed Mar 5 16:52:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA26630 for questions-outgoing; Wed, 5 Mar 1997 16:52:04 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA26604 for ; Wed, 5 Mar 1997 16:52:00 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id QAA01033 for ; Wed, 5 Mar 1997 16:51:07 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id QAA27008; Wed, 5 Mar 1997 16:48:21 -0800 (PST) Date: Wed, 5 Mar 1997 16:48:21 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Richard Kraus cc: FreeBSD Questions Subject: Re: High Resolution Digital Camera In-Reply-To: <01BC294A.29477980@richard.pixera> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Richard Kraus wrote: > Check out www.pixera.com it could be your lucky day. IF this is an ad, you are going to get it. [checking...] This is an ad. It's not your lucky day. PLEASE DO NOT SPAM THE MAILING LIST. THIS IS IMPROPER INTERNET PRACTICE AND IS ILLEGAL. Do NOT send any more of these messages! It's not even supported by FreeBSD! What the nerve! Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Wed Mar 5 16:55:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA26853 for questions-outgoing; Wed, 5 Mar 1997 16:55:57 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA26820 for ; Wed, 5 Mar 1997 16:55:39 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id QAA27018; Wed, 5 Mar 1997 16:54:20 -0800 (PST) Date: Wed, 5 Mar 1997 16:54:20 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: TelCentral Internet Network Operations Center cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: libc.sco.3.0 ?? In-Reply-To: <01BC295E.941E7560@mail.CorporateFlight.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, TelCentral Internet Network Operations Center wrote: > I have recently converted one of our machines from BSDI v2.1 to > FreeBSD 2.1.7-RELEASE, and now have a couple problems..namely the above > mentioned shared lib. Without this...users cannot log into our system. Is it libc.so.3.0 or libc.sco.3.0? There is no libc.sco on FreeBSD, and you can get libc.so.3.0 by copying /usr/lib/libc.so.2.2 to libc.so.3.0. This will work fine. For some reason there is something that your users start (a shell?) that was a package bound for 2.2 but you installed it on 2.1.x. There shouldn't be any problems though. > The system ran into this problem after I installed the des > package for security... it was working prior to that pkg.. You did pull the des for 2.1.7-RELEASE and not 2.2-GAMMA? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Wed Mar 5 16:56:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA26895 for questions-outgoing; Wed, 5 Mar 1997 16:56:03 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA26850 for ; Wed, 5 Mar 1997 16:55:56 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id QAA27030; Wed, 5 Mar 1997 16:55:44 -0800 (PST) Date: Wed, 5 Mar 1997 16:55:44 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Danny boy cc: freebsd-questions@freebsd.org Subject: Re: login In-Reply-To: <331DFB60.4968@cadvision.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Danny boy wrote: > Hi I wonder if someone out there would be able to tell, be....how do I > login from a remote computer to my BSD made server? do I have to set it > up to wait for a call??? what aboyt routers? does anyone know how to set > one up?? ok thanks for now! You need to look at the Handbook. http://www.freebsd.org/handbook/ That will solve all your questions. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Wed Mar 5 17:06:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA27619 for questions-outgoing; Wed, 5 Mar 1997 17:06:27 -0800 (PST) Received: from rs1.mtmc.edu (rs1.mtmc.edu [206.176.50.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id RAA27613 for ; Wed, 5 Mar 1997 17:06:23 -0800 (PST) Received: from localhost by rs1.mtmc.edu (AIX 3.2/UCB 5.64/4.03) id AA31305; Wed, 5 Mar 1997 18:54:21 -0600 Date: Wed, 5 Mar 1997 18:54:21 -0600 (CST) From: Wes Side Story To: questions@freebsd.org Subject: Reformating fips partitions Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk All of this talk about fips and cluster size has me wondering if reformating the partition created after you "fips" a disk would change the cluster size to corespond with the size of the partition rather than the size of the disk. I've got quite a few drives partitioned using fips and I reformated the new partition assuming that it would change the cluster size to a smaller value. I know the original partition would still be the same cluster size but does reformating change that? Wes R Dorale Network Administrator Mount Marty College From owner-freebsd-questions Wed Mar 5 17:16:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA28302 for questions-outgoing; Wed, 5 Mar 1997 17:16:36 -0800 (PST) Received: from unix1.ism.com.br (root@unix1.ism.com.br [200.255.211.35]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA28296 for ; Wed, 5 Mar 1997 17:16:31 -0800 (PST) Received: from clpc1.compuland.com.br (clpc1.compuland.com.br [200.255.96.22]) by unix1.ism.com.br (8.8.5/8.7.1) with SMTP id WAA25096 for ; Wed, 5 Mar 1997 22:17:04 -0300 Date: Wed, 5 Mar 1997 22:17:04 -0300 Message-Id: <199703060117.WAA25096@unix1.ism.com.br> X-Sender: compland@ism.com.br X-Mailer: Windows Eudora Version 1.4.4 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@freebsd.org From: compland@ism.com.br (Helio Coelho Jr. - CompuLand Informatica) Subject: routing help Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi: Sorry to be a little off-topic... I have a network subneted in 8 groups of 30 hosts (255.255.255.224). I use the first block to my hosts, and the second to dial-in access. Now I need to link, using slip, I remote network. I don't know if it is the right approach: the machine is 200.255.96.24 . Can I define the sl0 interface as 200.255.96.28 (for example), and the other end be 200.255.96.193 (in another subnet) ? Or I need to define the sl0 interface in another subnet ? host1 router 200.255.96.24 (ether) 200.255.96.194 (ether) 200.255.96.28 (slip) ------- 200.255.96.193 (slip) It would work if I run gated in host1 ? Thanks a lot, Regards, Helio. From owner-freebsd-questions Wed Mar 5 17:26:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA28919 for questions-outgoing; Wed, 5 Mar 1997 17:26:28 -0800 (PST) Received: from mail.telcentral.com ([207.211.70.7]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id RAA28914 for ; Wed, 5 Mar 1997 17:26:26 -0800 (PST) Received: from mail.telcentral.com by mail.telcentral.com (NTMail 3.02.10) with ESMTP id ya001324 for ; Wed, 5 Mar 1997 19:28:46 -0600 Reply-To: From: "Mark Rollings" To: Subject: lib.so.3.0 revisited. Date: Wed, 5 Mar 1997 19:21:18 -0600 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 Message-Id: <01284656201436@telcentral.net> Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I sent a message to this address earlier today regarding this shared lib. After some further investigation I found a few more things that could be pointing out the issue. I installed FreeBSD 2.1.7-RELEASE. I added the bash-2.0.tgz package to the system via pkg_add. Upon completing this addition... no users using a bash shell from a remote site were able to log into the system, and were disconnected with the message: lib.so failed: cannot find lib.so.3.0 I am curious as to how this can be remedied... or what I have possibly done incorrectly to induce this situation. Mark Rollings Systems Administrator TelCentral Internet www.telcentral.net From owner-freebsd-questions Wed Mar 5 17:29:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA29117 for questions-outgoing; Wed, 5 Mar 1997 17:29:23 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA29108 for ; Wed, 5 Mar 1997 17:29:20 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id RAA19440; Wed, 5 Mar 1997 17:28:38 -0800 (PST) To: "Harry Reed" cc: "Nathan Torkington" , freebsd-questions@freebsd.org Subject: Re: 2.1.5->2.1.7 causes SCSI errors? In-reply-to: Your message of "Wed, 05 Mar 1997 11:08:03 PST." <199703051908.LAA07345@eeyore.lv-hrc.nevada.edu> Date: Wed, 05 Mar 1997 17:28:38 -0800 Message-ID: <19436.857611718@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk You guys just need to update your firmware (at least this is a definite in Nathan's case). The modern driver takes more advantage these drives, and firmware bugs in the earlier revisions of them cause problems for this code. ftp.qntm.com > I experienced this problem also, but with 2.1.6. Had to dump the 2940 :) > and use a 1542B Ugh! > Let ne know if you ever find out what happened! > > Thanks > > Harry Reed > > ---------- > > From: Nathan Torkington > > To: freebsd-questions@freebsd.org > > Subject: 2.1.5->2.1.7 causes SCSI errors? > > Date: Wednesday, March 05, 1997 9:26 AM > > > > Our news machine worked just fine under 2.1.5, but barfed miserably > > when upgraded to 2.1.7. It reboots about every 20 minutes now. > > > > The kernel probe finds the disks: > > kernel: ahc0 rev 3 int a irq 11 on > pci0:12 > > kernel: ahc0: aic7870 Single Channel, SCSI Id=7, 16 SCBs > > kernel: ahc0 waiting for scsi devices to settle > > kernel: (ahc0:0:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 > > kernel: sd0(ahc0:0:0): Direct-Access 2049MB (4197405 512 byte sectors) > > kernel: (ahc0:1:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 > > kernel: sd1(ahc0:1:0): Direct-Access 2049MB (4197405 512 byte sectors) > > kernel: (ahc0:2:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 > > kernel: sd2(ahc0:2:0): Direct-Access 2049MB (4197405 512 byte sectors) > > kernel: (ahc0:3:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 > > kernel: sd3(ahc0:3:0): Direct-Access 2049MB (4197405 512 byte sectors) > > kernel: (ahc0:4:0): "QUANTUM XP34300 F81H" type 0 fixed SCSI 2 > > kernel: sd4(ahc0:4:0): Direct-Access 4101MB (8399520 512 byte sectors) > > > > The messages we get before reboots are: > > > > kernel: sd4(ahc0:4:0): timed out while idle, LASTPHASE == 0x1, SCSISIGI > == 0x0 > > kernel: SEQADDR == 0x8 > > kernel: panic: ahc0: Timed-out command times out again > > kernel: > > kernel: syncing disks... 70 70 70 70 70 70 70 70 70 70 70 70 70 70 70 70 > 70 70 70 70 giving up > > kernel: Automatic reboot in 15 seconds - press a key on the console to > abort > > kernel: Rebooting... > > > > That disk is part of a large CCD device: > > ccd0 32 0 /dev/sd1s1 /dev/sd2s1 /dev/sd3s1 > /dev/sd4s1 > > > > I copied the old kernel configuration file from 2.1.5 to 2.1.7 and > > built and installed it without complaints. I couldn't find anything > > in the 2.1.7 LINT file to suggest that the format of the SCSI device > > specification has significantly changed between 2.1.5 and 2.1.7. We > > haven't seen this behaviour on any of our other 5 servers which I > > upgraded at the same time and in the same manner (the others don't > > have ccd or the Quantum drive). > > > > What did I do wrong and (more importantly) what do I do to fix it? > > > > Thanks, > > > > Nat > > (I'm not a list subscriber, just someone who is following the kernel's > > instructions and is panicking, so please CC: gnat@frii.com on your > > replies) > > From owner-freebsd-questions Wed Mar 5 17:38:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA29815 for questions-outgoing; Wed, 5 Mar 1997 17:38:46 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA29803 for ; Wed, 5 Mar 1997 17:38:40 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id RAA27071; Wed, 5 Mar 1997 17:38:31 -0800 (PST) Date: Wed, 5 Mar 1997 17:38:31 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Gianmarco Giovannelli cc: questions@freebsd.org Subject: Re: Pentium , Cyrix or Pentium Pro ? In-Reply-To: <3.0.1.32.19970306092642.007119c0@scotty.masternet.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Mar 1997, Gianmarco Giovannelli wrote: > > Are there noticeable differences in the use of those cpus with FreeBSD 2.2 ? They all work with FreeBSD, I can say that. I can't say if there's a big difference between the cpu's, given that I've not tried them myself, but I would hazard a guess that you get what you pay for. > I have to put one in a box that do mail server , dns and ftp server . You would not be going wrong either way. It depends on how much load this machine will be seeing. The motherboard plays a part as well. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Wed Mar 5 17:49:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA00696 for questions-outgoing; Wed, 5 Mar 1997 17:49:30 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA00675 for ; Wed, 5 Mar 1997 17:49:08 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id RAA27093; Wed, 5 Mar 1997 17:48:36 -0800 (PST) Date: Wed, 5 Mar 1997 17:48:36 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: "Matthew D. Fuller" cc: freebsd-questions@freebsd.org Subject: Re: RAM In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Matthew D. Fuller wrote: > I have 24 MB, but the kernel only reports finding 16MB of 'real memory' > on bootup. Is it detecting my extra RAM, and just not reporting it, and > is it using it, or what? Does your BIOS see it? Most likely you: 1. Didn't buy enough SIMMS to fill the bank. 2. Have different type or speed SIMMs with a motherboard that won't take them. 3. Have bad SIMMs. See your motherboard documentation for more details. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Wed Mar 5 18:01:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA01445 for questions-outgoing; Wed, 5 Mar 1997 18:01:01 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA01433 for ; Wed, 5 Mar 1997 18:00:55 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id SAA27117; Wed, 5 Mar 1997 18:00:37 -0800 (PST) Date: Wed, 5 Mar 1997 18:00:37 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: sweeting@tm.net.my cc: questions@freebsd.org Subject: Re: TIMEZONE and DST .... making the kernel (was Re: 2.2-GAMMA.) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Mar 1997 sweeting@tm.net.my wrote: > > >> Aside from a large number of warnings about type mismatches (comparing signed > >> to unsigned values), it finally dies compiling param.c noting that > >>TIMEZONE and > >> DST aren't defined. Hm, I don't have a TIMEZONE or DST in param.c. Are you sure you grabbed the right source? > > > >Try removing /usr/src/sys and reinstalling it. Leftover garbage will > >confuse things sometimes. > > ok, i removed /usr/src/sys and got hold of the ssys.* files again. > when the whatever.tar.gz (created from the ssys.* files) is decompressed, it > says that the garbage is ignored. You may have sucked in ssys.inf too, or when you reconstituted the tar.gz, one of the archives was out of order. Use this command: cat ssys.* | tar xzf - Cat will process them in the proper order. > i customised the GENERIC config file and tried to make it.... > still the DST and TIMEZONE errors occured and sure enough, looking in param.c > the DST and TIMEZONE variables do seem to be used before assigned values > but then again, i'm not a coder ...... Have you tried just building GENERIC? > >IT's the ssys distribution, and just look over GENERIC for anything > >important. All the opts are in LINT. > > did i perhaps make a boo boo in the config file ???? Maybe. Can I see it? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Wed Mar 5 18:08:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA02100 for questions-outgoing; Wed, 5 Mar 1997 18:08:19 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA02074 for ; Wed, 5 Mar 1997 18:08:11 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id SAA27141; Wed, 5 Mar 1997 18:07:59 -0800 (PST) Date: Wed, 5 Mar 1997 18:07:59 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: "Mike G." cc: freebsd-install Subject: Re: X-window In-Reply-To: <199703050503.FAB71535@out1.ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Mike G. wrote: > On Tue, 4 Mar 1997 18:53:41 -0800 (PST), Doug White wrote: > > >On Tue, 4 Mar 1997, Mike G. wrote: > > > >> Just installed 2.1.6 and the strangest thing. X-window can > >> only be run by a user who is using a tcsh shell. Not even > >> root who defaults to csh. I've checked the permissions and > >> all seems well. I would appreciate any suggestions as to why > >> this is. > > > >What about the path? > > I tried executing the commands while in the directory with > no luck. Well, that will fail. FreeBSD doesn't assume that the current directory is in the PATH. To run something in the current dir you have to do ./programname It's something you have to get used to when you move over from DOS-ish OSs. Make sure the requisite path(s) are in .cshrc in your home directory. Look at the tcsh user's .tcshrc or .cshrc. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Wed Mar 5 18:12:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA02382 for questions-outgoing; Wed, 5 Mar 1997 18:12:51 -0800 (PST) Received: from main.cyclades.com (root@main.cyclades.com [208.138.19.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA02375 for ; Wed, 5 Mar 1997 18:12:46 -0800 (PST) Received: from main.cyclades.com ([208.138.19.230]) by main.cyclades.com with smtp id m0w2Sff-000SivC (Debian Smail-3.2 1996-Jul-4 #2); Wed, 5 Mar 1997 18:12:39 -0800 (PST) Message-ID: <331E2962.5DE@cyclades.com> Date: Wed, 05 Mar 1997 18:18:10 -0800 From: Marcio Saito Reply-To: marcio@cyclades.com Organization: Cyclades Corporation X-Mailer: Mozilla 3.0 (Win95; I) MIME-Version: 1.0 To: dg@root.com, support@freebsd.org Subject: Cyclom-Y and FreeBSD 2.1.5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk David Greenman. This is Marcio from Cyclades. Not long ago, you sent us a patch to fix a bug you had found in the Cyclom-Y driver included with the kernel 2.1.6. It is not clear to me: was there any problem with the driver included with the kernel 2.1.5? I think I had tested a long time ago it with 2.1.5 and it worked fine. Now, we have a customer with 2.1.5 and we cannot get the board to work. Is there any patch for kernel 2.1.5 to fix the cyclom-Y driver? Thanks, Marcio -- ---------------------------------------------------------------------- Marcio Saito e-mail: marcio@cyclades.com SW Engineer/Product Manager phone: (510)770-9727 x214 Cyclades Corporation fax: (510)770-0355 ---------------------------------------------------------------------- From owner-freebsd-questions Wed Mar 5 19:11:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA06097 for questions-outgoing; Wed, 5 Mar 1997 19:11:47 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA06083 for ; Wed, 5 Mar 1997 19:11:39 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id TAA23742; Wed, 5 Mar 1997 19:11:59 -0800 (PST) Message-Id: <199703060311.TAA23742@root.com> X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol To: marcio@cyclades.com cc: support@freebsd.org Subject: Re: Cyclom-Y and FreeBSD 2.1.5 In-reply-to: Your message of "Wed, 05 Mar 1997 18:18:10 PST." <331E2962.5DE@cyclades.com> From: David Greenman Reply-To: dg@root.com Date: Wed, 05 Mar 1997 19:11:59 -0800 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >David Greenman. > >This is Marcio from Cyclades. > >Not long ago, you sent us a patch to fix a bug you had found in >the Cyclom-Y driver included with the kernel 2.1.6. The bug was in the PCI support. The PCI support was not included in FreeBSD 2.1.6. FreeBSD 2.1.6 and 2.1.7 are bug-fix releases and generally do not include new features or device support. >It is not clear to me: was there any problem with the driver >included with the kernel 2.1.5? I think I had tested a long >time ago it with 2.1.5 and it worked fine. Now, we have a >customer with 2.1.5 and we cannot get the board to work. > >Is there any patch for kernel 2.1.5 to fix the cyclom-Y driver? Yes, there was a bug in the original PCI driver. The fix is attached. FreeBSD 2.1.* does not have support for the PCI driver, however. This is why I provided it to you seperately. Only FreeBSD 2.2 and newer have the support for the PCI Cyclades Cyclom-Y card. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project Index: cy_pci.c =================================================================== RCS file: /home/ncvs/src/sys/pci/cy_pci.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** cy_pci.c 1997/01/14 06:53:22 1.3 --- cy_pci.c 1997/02/05 22:19:18 1.4 *************** *** 120,126 **** * Enable the "local" interrupt input to generate a * PCI interrupt. */ ! outw(ioport + CY_PLX_ICS, inw(CY_PLX_ICS) | CY_PLX_ICS_IENABLE | CY_PLX_ICS_LOCAL_IENABLE); return; --- 120,126 ---- * Enable the "local" interrupt input to generate a * PCI interrupt. */ ! outw(ioport + CY_PLX_ICS, inw(ioport + CY_PLX_ICS) | CY_PLX_ICS_IENABLE | CY_PLX_ICS_LOCAL_IENABLE); return; From owner-freebsd-questions Wed Mar 5 19:34:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA07418 for questions-outgoing; Wed, 5 Mar 1997 19:34:18 -0800 (PST) Received: from luke.cpl.net ([206.85.245.131]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA07413 for ; Wed, 5 Mar 1997 19:34:14 -0800 (PST) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.5/8.7.3) with SMTP id TAA02417; Wed, 5 Mar 1997 19:38:31 GMT Date: Wed, 5 Mar 1997 19:38:30 +0000 (GMT) From: Shawn Ramsey To: Ted Cohn cc: freebsd-questions@freebsd.org Subject: Re: More Linux ELF probs w/2.2-GAMMA In-Reply-To: <199703060021.QAA00775@webcrawler.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Hi, > > I installed 2.2-GAMMA and turned on appropriate linux emulation and still canot execute a certain ELF binary from Solid Technology: > > % ./solinst > ELF binary type not known > Abort > > % file ./solinst > ./solinst: ELF 32-bit LSB executable, Intel 80386, version 1 > > % modstat > Type Id Off Loadaddr Size Info Rev Module Name > EXEC 0 4 f441b000 001c f4421010 1 linux_mod > > And I recompiled the kernel with options COMPAT_LINUX and LINUX too... I don't believe you need these. Did you run "linux" before trying to run this? This is what I do you I get the same error on any ELF. You can probably put that in rc.local, but I don't since I rarely use Linux emulation. From owner-freebsd-questions Wed Mar 5 19:50:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA08283 for questions-outgoing; Wed, 5 Mar 1997 19:50:41 -0800 (PST) Received: from localhost (PM-118.Muskegon.novagate.net [205.138.137.50]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id TAA08259 for ; Wed, 5 Mar 1997 19:50:34 -0800 (PST) Received: (from eyager@localhost) by localhost (8.6.12/8.6.12) id VAA02912; Wed, 5 Mar 1997 21:36:40 GMT Date: Wed, 5 Mar 1997 21:36:40 +0000 () From: Eric Yagerlener X-Sender: eyager@localhost To: questions@freebsd.org Subject: Serial Printer flow control Message-ID: X-Secure: never MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have an Epson LQ-2550 that I have hooked up to my FreeBSD box. For some reason the hardware flow control isn't working to prevent data from being sent to the printer when internal buffer is full. I would have to use software flow control which could hopefully work. I enabled the DC1/DC3 option on the printer itself, but it doesn't seem to work. I'm not sure if DC1 and DC3 are the same as XON/XOFF. In the configuration the baud rate is set to 9600. The fs flag is set to 0x82000c1 the xs flag is set to 0x820. I suspect that I might have to set one of these flags to a different value make FreeBSD use DC1/DC3. Does anyone know what flag I should set? In the meantime I can use a baud rate of 1200 but that isn't fast enough to push the printer to 100% speed. -- Eric From owner-freebsd-questions Wed Mar 5 19:58:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA08550 for questions-outgoing; Wed, 5 Mar 1997 19:58:32 -0800 (PST) Received: from nexgen.hiwaay.net (max19-74.HiWAAY.net [208.147.146.74]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA08542 for ; Wed, 5 Mar 1997 19:58:24 -0800 (PST) Received: from nexgen (localhost [127.0.0.1]) by nexgen.hiwaay.net (8.8.5/8.8.4) with ESMTP id VAA07717; Wed, 5 Mar 1997 21:58:15 -0600 (CST) Message-Id: <199703060358.VAA07717@nexgen.hiwaay.net> X-Mailer: exmh version 1.6.9 8/22/96 To: questions@freebsd.org Cc: "Jordan K. Hubbard" From: dkelly@hiwaay.net Subject: Re: 2.1.5->2.1.7 causes SCSI errors? In-reply-to: Message from "Jordan K. Hubbard" of "Wed, 05 Mar 1997 17:28:38 PST." <19436.857611718@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 05 Mar 1997 21:58:13 -0600 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jordan K. Hubbard writes: > > You guys just need to update your firmware (at least this is > a definite in Nathan's case). The modern driver takes more advantage > these drives, and firmware bugs in the earlier revisions of them > cause problems for this code. > > ftp.qntm.com ftp.quantum.com? By that I am guessing you mean the firmware on the HD's and not on the 2940? I'm under the impression the aic7870 version 2940 is fairly old. I have two. And its trying to give me troubles. Upgraded the 2940 firmware on one to 1.16 but my current problem (not as severe as the others are reporting) is running 1.1. Was under the impression once FreeBSD boots its independent of the firmware on the card. Is that the case with the 2940? -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. From owner-freebsd-questions Wed Mar 5 20:21:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA09634 for questions-outgoing; Wed, 5 Mar 1997 20:21:29 -0800 (PST) Received: from mail.tm.net.my (janeway.tm.net.my [202.188.0.155]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA09629 for ; Wed, 5 Mar 1997 20:21:25 -0800 (PST) From: sweeting@tm.net.my Received: from [111.111.111.110] ([202.184.153.105]) by mail.tm.net.my (8.8.5/8.8.4) with SMTP id MAA10428; Thu, 6 Mar 1997 12:20:25 +0800 (SGT) Date: Thu, 6 Mar 1997 12:20:25 +0800 (SGT) X-Sender: sweeting@mail.tm.net.my Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Doug White Subject: Re: TIMEZONE and DST .... making the kernel (was Re: 2.2-GAMMA.) Cc: questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Doug, thank you again for your help - do you ever sleep ? >> >> Aside from a large number of warnings about type mismatches >>(comparing signed >> >> to unsigned values), it finally dies compiling param.c noting that >> >>TIMEZONE and >> >> DST aren't defined. > >Hm, I don't have a TIMEZONE or DST in param.c. Are you sure you grabbed >the right source? i thought so : all the ssys.* files from src directory of 2.1.7-RELEASE but ...... >You may have sucked in ssys.inf too, or when you reconstituted the tar.gz, >one of the archives was out of order. you are correct, i had ssys.inf too !!! i will go back and get everything except ssys.inf this time. >Use this command: > >cat ssys.* | tar xzf - > >Cat will process them in the proper order. cheers, i tried that first time and was told it wasn't a tar file so i made one big tarball first. >> i customised the GENERIC config file and tried to make it.... >> still the DST and TIMEZONE errors occured and sure enough, looking in param.c >> the DST and TIMEZONE variables do seem to be used before assigned values >> but then again, i'm not a coder ...... > >Have you tried just building GENERIC? will do if it doesn't work without ssys.inf this time. >> >IT's the ssys distribution, and just look over GENERIC for anything >> >important. All the opts are in LINT. >> >> did i perhaps make a boo boo in the config file ???? > >Maybe. Can I see it? i won't trouble you with that - gonna go try without the ssys.inf file first. thank you again for your great help chas From owner-freebsd-questions Wed Mar 5 20:22:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA09698 for questions-outgoing; Wed, 5 Mar 1997 20:22:42 -0800 (PST) Received: from skye2.skyenet.net (root@skye2.skyenet.net [162.142.242.21]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA09687 for ; Wed, 5 Mar 1997 20:22:33 -0800 (PST) Received: from yingling (ts-warsaw01-22.skyenet.net [162.142.5.51]) by skye2.skyenet.net (8.8.2/8.6.9) with ESMTP id XAA26311 for ; Wed, 5 Mar 1997 23:27:21 -0500 Message-Id: <199703060427.XAA26311@skye2.skyenet.net> From: "John Yingling" To: Subject: Booting Date: Wed, 5 Mar 1997 23:22:01 -0500 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 Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi! my name is John. I have just received FreeBSD and I am tring to install it on a second drive ie: drive 0 - C:500M DOS, E:500M DOS, F:600M DOS, G:CD drive. drive 1 - D:40M DOS & 500M BSD(this is my FreeBSD slice of the second drive). I can not make the system boot BSD. I have tried setting up the boot manager but when I do nothing will boot. I am new to Unix and I do not totally understand harddrive configurations and bootstraps. Is there someone that can give me detail instructions as to how to get my system working? All I really care about is that I use one drive for DOS and the other for BSD. Preferably the 1.6 G drive (drive 0) for DOS and the 540 M drive (drive1) for BSD. Thanks very much for any help anyone can give. John From owner-freebsd-questions Wed Mar 5 20:27:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA09901 for questions-outgoing; Wed, 5 Mar 1997 20:27:02 -0800 (PST) Received: from almond.elite.net (root@almond.elite.net [205.199.220.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA09896 for ; Wed, 5 Mar 1997 20:27:00 -0800 (PST) Received: from root (modem51.atw2.elite.net [205.199.221.51]) by almond.elite.net (8.8.3/ELITE) with ESMTP id UAA05423 for ; Wed, 5 Mar 1997 20:27:02 -0800 (PST) Message-Id: <199703060427.UAA05423@almond.elite.net> From: "TDlord" To: Subject: Problem Date: Wed, 5 Mar 1997 20:22:42 -0800 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 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hay guess what ? IT'S ME AGAIN! =] Well, I tried to install at a friends house and the modem worked.. Brought his modem to my house... NOPE!! still doesn't werk =[ ( I'm pissed ) What's wrong? Modems on com1, irq4 In Visual Kernel Configuration irq4 is port 0x3F8 ok then I type in ppp set device /dev/cuaa0 set speed 57600 set parity none set timeout 1200 set openmode active ( btw, what the hell does this do ) term Blah blah blah blah (here I type atz, BUT there is no echo it just stays blank) (atz doesn't even echo back) HELP! From owner-freebsd-questions Wed Mar 5 20:31:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA10260 for questions-outgoing; Wed, 5 Mar 1997 20:31:14 -0800 (PST) Received: from cruzio.com (root@cruzio.com [165.227.254.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA10255 for ; Wed, 5 Mar 1997 20:31:13 -0800 (PST) Received: from unknown (pine51.cruzio.com [165.227.222.51]) by cruzio.com (8.7.4/8.7.3) with SMTP id UAA00386 for ; Wed, 5 Mar 1997 20:34:46 -0800 (PST) Message-ID: Read-Receipt-To: "Daniel A. Borlean" Priority: Normal X-MSMail-Priority: Normal X-Priority: 3 To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 From: "Daniel A. Borlean" Subject: Missing libraries in FreeBSD Date: Wed, 05 Mar 97 20:29:51 PST Content-Type: text/plain; charset="ISO-8859-1"; X-MAPIextension=".TXT" Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I'm having difficulties running several applications with my 2.1.6-RELEASE FreeBSD system. For example, when I try to start up the fvwm X Windows manager, I get this error message: ld.so failed: Can't find shared library "libXpm.so.4.6" Again with X Windows emacs-19.14 I get another error: ld.so failed: Can't find shared library "libgcc.so.261.0" I searched all over my system files and could not find any lib files with libXpm or libgcc. Also, I believe I received a similar error message when trying to use xv. Since I couldn't find any of these required libraries, I searched the ftp.freebsd.com site, but wasn't able to find them. Can you please point me to the exact ftp site and relative directory or full path where I could locate and download these libraries? Also, do you know if I'd need any other lib files for such applications as I've described. By the way, I installed my system with the ftp over the network option, so the installation might have missed some lib files needed for X Windows. Thank you very much for any help, Daniel bord@cruzio.com From owner-freebsd-questions Wed Mar 5 20:41:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA10769 for questions-outgoing; Wed, 5 Mar 1997 20:41:50 -0800 (PST) Received: from phobos.frii.com (phobos.frii.com [204.144.241.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA10763 for ; Wed, 5 Mar 1997 20:41:47 -0800 (PST) From: gnat@frii.com Received: from elara.frii.com (elara.frii.com [204.144.241.9]) by phobos.frii.com (8.8.5/8.8.4) with ESMTP id VAA06739; Wed, 5 Mar 1997 21:41:28 -0700 (MST) Received: (from gnat@localhost) by elara.frii.com (8.8.5/8.6.9) id VAA00554; Wed, 5 Mar 1997 21:41:28 -0700 (MST) Date: Wed, 5 Mar 1997 21:41:28 -0700 (MST) Message-Id: <199703060441.VAA00554@elara.frii.com> To: "Jordan K. Hubbard" Cc: "Harry Reed" , neely@frii.com, freebsd-questions@freebsd.org Subject: Re: 2.1.5->2.1.7 causes SCSI errors? In-Reply-To: <19436.857611718@time.cdrom.com> References: <199703051908.LAA07345@eeyore.lv-hrc.nevada.edu> <19436.857611718@time.cdrom.com> Mime-Version: 1.0 (generated by tm-edit 7.103) Content-Type: text/plain; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jordan K. Hubbard writes: > You guys just need to update your firmware (at least this is > a definite in Nathan's case). The modern driver takes more advantage > these drives, and firmware bugs in the earlier revisions of them > cause problems for this code. We'll update the firmware, but we have rebuilt the kernels using the sys/* tree from ftp.freebsd.org:/pub/FreeBSD/FreeBSD-stable and that (fingers crossed) seems to have done away with the reboots. Nat From owner-freebsd-questions Wed Mar 5 22:22:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA20045 for questions-outgoing; Wed, 5 Mar 1997 22:22:49 -0800 (PST) Received: from mail.island.net.au (mail.island.net.au [203.102.137.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA20008 for ; Wed, 5 Mar 1997 22:22:41 -0800 (PST) Received: from scotland.island.net.au (scotland.island.net.au [203.102.137.2]) by mail.island.net.au (8.8.3/8.8.3) with SMTP id QAA00754 for ; Thu, 6 Mar 1997 16:22:22 +1100 (EST) Message-ID: <331E7118.64AE@island.net.au> Date: Thu, 06 Mar 1997 17:24:08 +1000 From: Hugh Blandford Reply-To: hugh@s055.aone.net.au X-Mailer: Mozilla 3.01 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Using userppp on a freebsd box as a server. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi all, I'm hoping to use a freebsd box that has a permanent connection to the net as a ppp server for one line until my terminal server arrives next month. When I read the man ppp page, it said that various things were required to be done and then launches into a section on timeouts etc. Where is this all supposed to go? Is it supposed to go in /usr/local/bin/ppplogin? Do I have to customise all the files in the ppp directory? I'm planning on using a static address for the dialing in machine and naturally the server has a static address. Does the server need to run gated for the dialin machine to have access to the net? I know that this has no doubt been answered before but I cannot find the answer amongst all the using freebsd to connect to machine x. Regards, Hugh. From owner-freebsd-questions Wed Mar 5 22:56:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA26983 for questions-outgoing; Wed, 5 Mar 1997 22:56:42 -0800 (PST) Received: from mailhost2.cac.washington.edu (mailhost2.cac.washington.edu [140.142.33.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA26978 for ; Wed, 5 Mar 1997 22:56:40 -0800 (PST) Received: from s5-25-199.student.washington.edu (S5-25-199.student.washington.edu [128.95.25.199]) by mailhost2.cac.washington.edu (8.8.4+UW96.12/8.8.4+UW96.12) with SMTP id WAA12050; Wed, 5 Mar 1997 22:56:34 -0800 Message-ID: <331E6A7A.883@u.washington.edu> Date: Wed, 05 Mar 1997 22:55:54 -0800 From: Jason Wells Organization: (soon to be) Highperformance.net X-Mailer: Mozilla 3.0Gold (Win95; I) MIME-Version: 1.0 To: "Daniel A. Borlean" CC: freebsd-questions@freebsd.org Subject: Re: Missing libraries in FreeBSD References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Daniel A. Borlean wrote: > > Hi, > > I'm having difficulties running several applications with my 2.1.6-RELEASE > FreeBSD system. > For example, when I try to start up the fvwm X Windows manager, I get this > error message: Did you know that to run fvwm with color icons that you need to get an added library called xpm? This a seperate library that does not necessarily come with Xfree86, fwvm, or FreeBSD. Get this library. Install it. Then try fvwm. > ld.so failed: Can't find shared library "libXpm.so.4.6" > > Again with X Windows emacs-19.14 I get another error: > > ld.so failed: Can't find shared library "libgcc.so.261.0" > > I searched all over my system files and could not find any lib files with > libXpm or libgcc. > Also, I believe I received a similar error message when trying to use xv. > > Since I couldn't find any of these required libraries, I searched the > ftp.freebsd.com site, but > wasn't able to find them. > > Can you please point me to the exact ftp site and relative directory or > full path where I could > locate and download these libraries? Also, do you know if I'd need any > other lib files for such > applications as I've described. > > By the way, I installed my system with the ftp over the network option, so > the installation might > have missed some lib files needed for X Windows. > > Thank you very much for any help, > Daniel > > bord@cruzio.com -- __ __ / 0\ / 0\ Thank you * Highperformance.net ) Wannabe Sysadmin * The homeless domain )-------( Jason Wells * "Pardon me sir, spare some bandwidth?" \_____/ From owner-freebsd-questions Thu Mar 6 00:14:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA03281 for questions-outgoing; Thu, 6 Mar 1997 00:14:15 -0800 (PST) Received: from server.life.nthu.edu.tw (server.life.nthu.edu.tw [140.114.98.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA03276 for ; Thu, 6 Mar 1997 00:14:05 -0800 (PST) Received: from doom2.life.nthu.edu.tw (doom2.life.nthu.edu.tw [140.114.98.177]) by server.life.nthu.edu.tw (8.8.5/8.8.5) with ESMTP id QAA11905 for ; Thu, 6 Mar 1997 16:14:06 +0800 (CST) Message-ID: <331E7C71.41C67EA6@doomer.life.nthu.edu.tw> Date: Thu, 06 Mar 1997 16:12:34 +0800 From: tfcheng Organization: nthu,Lab JKH X-Mailer: Mozilla 4.0b2 (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: about ftp tool! X-Priority: 3 (Normal) Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=big5 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk
Dear FreeBSD,
 I am looking for a certain kind of ftp tool, that is able to set
proxy server, can you tell me among all the packages, which one can do this?
best regards!
-- 
KillerQueen,
        http://doom2.life.nthu.edu.tw
        Running by FreeBSD 3.0-CURRENT
            ~ FreeBSD
                Turning PCs into Workstations~
  
From owner-freebsd-questions Thu Mar 6 00:23:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA03797 for questions-outgoing; Thu, 6 Mar 1997 00:23:45 -0800 (PST) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA03785 for ; Thu, 6 Mar 1997 00:23:43 -0800 (PST) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.8.5/8.6.9) id JAA07846 for freebsd-questions@freefall.cdrom.com; Thu, 6 Mar 1997 09:29:09 +0100 (MET) Date: Thu, 6 Mar 1997 09:29:09 +0100 (MET) From: Christoph Kukulies Message-Id: <199703060829.JAA07846@gilberto.physik.rwth-aachen.de> To: freebsd-questions@freefall.FreeBSD.org Subject: wwwcount and netscape 402b (communicator) Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Anyone familar with wwwcount and CGI? I have a little www test page (under construction) (http:/mozart.physik.rwth-aachen.de) and the counter I have in there worked fine with netscape 3.01. Yesterday I installed Netscape 4.0b2 and the counter always shows 888888 Known problem? Does anyone see the counter right (in the range 140)? -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-questions Thu Mar 6 00:33:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA04626 for questions-outgoing; Thu, 6 Mar 1997 00:33:43 -0800 (PST) Received: from python.shoal.net.au (root@python.shoal.net.au [203.26.44.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA04610 for ; Thu, 6 Mar 1997 00:33:40 -0800 (PST) Received: from localhost (andrew@localhost) by python.shoal.net.au (8.8.5/8.7.3) with SMTP id RAA22544; Thu, 6 Mar 1997 17:39:36 +1000 (EST) Date: Thu, 6 Mar 1997 17:39:36 +1000 (EST) From: Andrew Perry To: TDlord cc: freebsd-questions@freebsd.org Subject: Re: Problem In-Reply-To: <199703060427.UAA05423@almond.elite.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, TDlord wrote: > Hay guess what ? IT'S ME AGAIN! > =] > Well, I tried to install at a friends house and the modem worked.. > Brought his modem to my house... > NOPE!! > still doesn't werk > =[ > ( I'm pissed ) > What's wrong? > Modems on com1, irq4 > In Visual Kernel Configuration irq4 is port 0x3F8 > ok > then I type in ppp > set device /dev/cuaa0 > set speed 57600 > set parity none > set timeout 1200 > set openmode active ( btw, what the hell does this do ) > term > when you type atdt whatever your number is does it come up on the screen? if not try the other com port > Blah blah blah blah > (here I type atz, BUT there is no echo it just stays blank) > (atz doesn't even echo back) > > HELP! > Andrew Perry andrew@shoal.net.au From owner-freebsd-questions Thu Mar 6 00:45:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA05434 for questions-outgoing; Thu, 6 Mar 1997 00:45:18 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA05418 for ; Thu, 6 Mar 1997 00:45:09 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id KAA29053; Thu, 6 Mar 1997 10:45:08 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma029048; Thu Mar 6 10:44:46 1997 Message-ID: <331E83BC.2761@barcode.co.il> Date: Thu, 06 Mar 1997 10:43:40 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: Wes Side Story CC: questions@freebsd.org Subject: Re: Reformating fips partitions References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Wes Side Story wrote: > > All of this talk about fips and cluster size has me wondering if > reformating the partition created after you "fips" a disk would change the > cluster size to corespond with the size of the partition rather than the > size of the disk. I've got quite a few drives partitioned using fips and > I reformated the new partition assuming that it would change the cluster > size to a smaller value. I know the original partition would still be the > same cluster size but does reformating change that? > > Wes R Dorale > Network Administrator > Mount Marty College It should. Chkdsk will show you the cluster size so you can check. If you find yourself partitioning alot you may want to get PartitionMagic (http://www.partition.com). It really does magic with partitions. Nadav From owner-freebsd-questions Thu Mar 6 00:49:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA05803 for questions-outgoing; Thu, 6 Mar 1997 00:49:38 -0800 (PST) Received: from f22.hotmail.com (F22.hotmail.com [207.82.250.33]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA05797 for ; Thu, 6 Mar 1997 00:49:35 -0800 (PST) Received: (from root@localhost) by f22.hotmail.com (8.7.5/8.7.3) id AAA24950; Thu, 6 Mar 1997 00:48:57 -0800 (PST) Date: Thu, 6 Mar 1997 00:48:57 -0800 (PST) Message-Id: <199703060848.AAA24950@f22.hotmail.com> Received: from 137.229.17.253 by www.hotmail.com with HTTP; Thu, 06 Mar 1997 00:48:57 PST X-Originating-IP: [137.229.17.253] From: " steve howe" To: questions@freebsd.org Subject: profile/alias Content-Type: text/plain Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk could amyone verify this odd problem? (sh, 2.1.5) \ ~/.profile -> any "alias" as the 1st non-comment line will show up in a following "alias" command, but will not be found upon execution. \ and using "export ENV=~/.shinit" instead of "ENV=~/.shinit; export ENV" causes ~/.shinit to not be executed by ~/.profile. \ thanks. --------------------------------------------------------- Get Your *Web-Based* Free Email at http://www.hotmail.com --------------------------------------------------------- From owner-freebsd-questions Thu Mar 6 00:51:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA06006 for questions-outgoing; Thu, 6 Mar 1997 00:51:48 -0800 (PST) Received: from murkwood.gaffaneys.com (dialup2.gaffaneys.com [134.129.252.21]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA05988 for ; Thu, 6 Mar 1997 00:51:44 -0800 (PST) Received: (from zach@localhost) by murkwood.gaffaneys.com (8.8.5/8.8.5) id CAA02035; Thu, 6 Mar 1997 02:52:05 -0600 (CST) To: Doug White Cc: "Matthew D. Fuller" , freebsd-questions@FreeBSD.ORG Subject: Re: RAM References: Mime-Version: 1.0 (generated by tm-edit 7.103) Content-Type: text/plain; charset=US-ASCII From: Zach Heilig Date: 06 Mar 1997 02:52:04 -0600 In-Reply-To: Doug White's message of Wed, 5 Mar 1997 17:48:36 -0800 (PST) Message-ID: <87sp291jyj.fsf@murkwood.gaffaneys.com> Lines: 31 X-Mailer: Gnus v5.4.15/Emacs 19.34 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >>>>> "Doug" == Doug White writes: > On Wed, 5 Mar 1997, Matthew D. Fuller wrote: >> I have 24 MB, but the kernel only reports finding 16MB of 'real >> memory' on bootup. Is it detecting my extra RAM, and just not >> reporting it, and is it using it, or what? > Does your BIOS see it? Most likely you: > 1. Didn't buy enough SIMMS to fill the bank. > 2. Have different type or speed SIMMs with a motherboard that > won't take them. > 3. Have bad SIMMs. > See your motherboard documentation for more details. Or, 4, Some motherboards BIOS only report up to 16 Meg (all the rest seem to have a limit of 64 Meg). Try setting the "MAXMEM" config variable (see /usr/src/sys/i386/conf/LINT for details). I heard a rumor you could also set it from the user kernel config (use the -c option on boot), but I've never actually tried that. -- Zach Heilig (zach@blizzard.gaffaneys.com) | ALL unsolicited commercial email Support bacteria -- it's the only | is unwelcome. I avoid dealing form of culture some people have! | with companies that email ads. From owner-freebsd-questions Thu Mar 6 00:54:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA06153 for questions-outgoing; Thu, 6 Mar 1997 00:54:22 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA06148 for ; Thu, 6 Mar 1997 00:54:16 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id KAA29090; Thu, 6 Mar 1997 10:53:38 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma029088; Thu Mar 6 10:53:22 1997 Message-ID: <331E85C3.44B9@barcode.co.il> Date: Thu, 06 Mar 1997 10:52:19 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: John Yingling CC: questions@FreeBSD.org Subject: Re: Booting References: <199703060427.XAA26311@skye2.skyenet.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk John Yingling wrote: > > Hi! my name is John. I have just received FreeBSD and I am tring to > install it on a second drive ie: drive 0 - C:500M DOS, E:500M DOS, F:600M > DOS, G:CD drive. drive 1 - D:40M DOS & 500M BSD(this is my FreeBSD slice > of the second drive). I can not make the system boot BSD. I have tried > setting up the boot manager but when I do nothing will boot. I am new to > Unix and I do not totally understand harddrive configurations and > bootstraps. Is there someone that can give me detail instructions as to > how to get my system working? All I really care about is that I use one > drive for DOS and the other for BSD. Preferably the 1.6 G drive (drive 0) > for DOS and the 540 M drive (drive1) for BSD. > > Thanks very much for any help anyone can give. > > John A more detailed description of teh sysmptoms and your configuration would be helpful. I assume your drives are IDE and that you intend to use BootEasy (the boot manager that comes with FreeBSD by default). You install FreeBSD onto the second disk as usual and then install BootEasy manually on the first disk by running bootinst.exe from DOS (this utility is on the CD/ftp site in the tools directory). Then when you boot you'll get something like: F1 - DOS F5 - Disk 2 Press F5 and FreeBSD's Boot: prompt should appear. If your second disk is the slave on the primary interface, just press enter at that point. If it's the master on the secondary channel, type: 1:wd(2,a)/kernel If you find you have to type that then there is a remedy that will let it boot with the defaults, but I guess it's best you get a basic system working first. If you have that you may want to search the mail archives for "cannot mount root" and you'll find countless comments on this issue. Good luck, Nadav From owner-freebsd-questions Thu Mar 6 01:33:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA07938 for questions-outgoing; Thu, 6 Mar 1997 01:33:05 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA07899 for ; Thu, 6 Mar 1997 01:31:43 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id BAA20931; Thu, 6 Mar 1997 01:30:34 -0800 (PST) To: cima@via-net.com.br cc: questions@freebsd.org Subject: Re: Installation Kernel In-reply-to: Your message of "Wed, 05 Mar 1997 15:56:22 -0300." <331DC1D6.599A@via-net.com.br> Date: Thu, 06 Mar 1997 01:30:33 -0800 Message-ID: <20927.857640633@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I need to write a custom installation program for FreeBSD, mainly due to tran slation for > portuguese. Looking at the boot disk (boot.flp), it seems that the installati on program > is built into the initial kernel. Everything you need to know is actually in /usr/src/release/Makefile, and you will also need a *full* CVS repository online to do this. > Where I can find the source for this kernel? Is there any copyright problem i n doing > this? No, no copyright problem at all. Of course, the next installer will be far more customizable than this one, but if this is something you have to do right away, then I also understand. Jordan From owner-freebsd-questions Thu Mar 6 01:41:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA08317 for questions-outgoing; Thu, 6 Mar 1997 01:41:56 -0800 (PST) Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id BAA08307 for ; Thu, 6 Mar 1997 01:41:47 -0800 (PST) Received: from localhost (richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.12/8.6.12) with SMTP id BAA13363; Thu, 6 Mar 1997 01:43:49 -0800 Date: Thu, 6 Mar 1997 01:43:48 -0800 (PST) From: Richard Chang To: "Jay D. Nelson" cc: questions@FreeBSD.ORG Subject: Re: uucp assistance needed In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Jay D. Nelson wrote: > On Wed, 5 Mar 1997, Richard Chang wrote: > > -> I am in need of help from someone more experienced with uucp. > -> > -> I want the uucp machine to call up via uucico (which it currently > ->can do, I just don't have a login & password to get me uucp access) to our > > You must have a uucp login account on the machine earth that executes > uucico as a login shell. The uucp system on the machine earth must also be > configured to know who you are. How does one configure the uucp system on the machine earth? > ->machine earth. > -> > -> It then needs to transfer news files to earth either directly to > ->/usr/local/dnews/uucpin or to another directory where they can later be > ->copied to /usr/local/dnews/uucpin. > -> > -> It also needs to retrieve any news waiting to go out via uucp from > ->/usr/local/dnews/uucpout. > -> > -> That's pretty much it...like I said, the uucp machine is directly > ->connected via null modem cable, so it gets to the login prompt, I just > ->don't know how to set up earth. Config files are in /etc/uucp, I briefly > ->played with them, but I'm not sure how it's supposed to work. > -> > -> Thanks a bunch! Richard From owner-freebsd-questions Thu Mar 6 01:43:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA08399 for questions-outgoing; Thu, 6 Mar 1997 01:43:13 -0800 (PST) Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id BAA08387 for ; Thu, 6 Mar 1997 01:43:09 -0800 (PST) Received: from localhost (richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.12/8.6.12) with SMTP id BAA13392; Thu, 6 Mar 1997 01:45:11 -0800 Date: Thu, 6 Mar 1997 01:45:10 -0800 (PST) From: Richard Chang To: "Jay D. Nelson" cc: questions@freebsd.org Subject: Re: uucp assistance needed In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Jay D. Nelson wrote: > On Wed, 5 Mar 1997, Richard Chang wrote: > > -> I am in need of help from someone more experienced with uucp. > -> > -> I want the uucp machine to call up via uucico (which it currently > ->can do, I just don't have a login & password to get me uucp access) to our > ->machine earth. > > Without a uucp login and password, there's nothing you can do. The machine > earth must have a user account that executes uucico as the login shell. > > That's the easy part. After that you get the joy of setting up CNEWS. Is cnews needed when dnews is already setted up? Richard From owner-freebsd-questions Thu Mar 6 01:53:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA08946 for questions-outgoing; Thu, 6 Mar 1997 01:53:49 -0800 (PST) Received: from pbox.rz.rwth-aachen.de (root@pbox.rz.RWTH-Aachen.DE [137.226.70.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA08941 for ; Thu, 6 Mar 1997 01:53:46 -0800 (PST) Received: from wahnsinn (s2m215.dialup.RWTH-Aachen.DE [137.226.3.215]) by pbox.rz.rwth-aachen.de (8.8.0/8.8.0) with SMTP id KAA02526 for ; Thu, 6 Mar 1997 10:53:39 +0100 Message-ID: <331E9338.1C90@post.rwth-aachen.de> Date: Thu, 06 Mar 1997 10:49:44 +0100 From: Martin Kleinsorge X-Mailer: Mozilla 3.0 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Installation-Problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello from Aachen! I tried to install FreeBSD on a second EIDE-HD. The Installation was successfull - said the program - but I couldn't start BSD. ("Unable to mount root"). It works only on the first EIDE-Controller, but I don't want to dispense with my main-HD. What can I do? Thanks for Your help! From owner-freebsd-questions Thu Mar 6 02:03:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA09443 for questions-outgoing; Thu, 6 Mar 1997 02:03:28 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA09435 for ; Thu, 6 Mar 1997 02:03:23 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id CAA21140; Thu, 6 Mar 1997 02:03:26 -0800 (PST) To: dkelly@hiwaay.net cc: questions@freebsd.org Subject: Re: 2.1.5->2.1.7 causes SCSI errors? In-reply-to: Your message of "Wed, 05 Mar 1997 21:58:13 CST." <199703060358.VAA07717@nexgen.hiwaay.net> Date: Thu, 06 Mar 1997 02:03:24 -0800 Message-ID: <21136.857642604@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Jordan K. Hubbard writes: > > > > You guys just need to update your firmware (at least this is > > a definite in Nathan's case). The modern driver takes more advantage > > these drives, and firmware bugs in the earlier revisions of them > > cause problems for this code. > > > > ftp.qntm.com > > ftp.quantum.com? By that I am guessing you mean the firmware on the HD's No, ftp.qntm.com. :-) And yes, the firmware on the HDs. I had many problems with my Quantum Atlas drive until I updated its firmware to revision 915. Jordan From owner-freebsd-questions Thu Mar 6 02:58:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA12546 for questions-outgoing; Thu, 6 Mar 1997 02:58:09 -0800 (PST) Received: from python.shoal.net.au (andrew@python.shoal.net.au [203.26.44.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA12530 for ; Thu, 6 Mar 1997 02:57:56 -0800 (PST) Received: from localhost (andrew@localhost) by python.shoal.net.au (8.8.5/8.7.3) with SMTP id UAA25835; Thu, 6 Mar 1997 20:57:35 +1000 (EST) Date: Thu, 6 Mar 1997 20:57:35 +1000 (EST) From: Andrew Perry To: Martin Kleinsorge cc: freebsd-questions@freebsd.org Subject: Re: Installation-Problem In-Reply-To: <331E9338.1C90@post.rwth-aachen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk You've got to install the boot manager on the first hdd, bootinst.exe I think. But I can't remember where you can find it. :-) sorry, someone will know Andrew Perry andrew@shoal.net.au On Thu, 6 Mar 1997, Martin Kleinsorge wrote: > Hello from Aachen! > > I tried to install FreeBSD on a second EIDE-HD. The Installation was > successfull - said the program - but I couldn't start BSD. ("Unable to > mount root"). It works only on the first EIDE-Controller, but I don't > want to dispense with my main-HD. What can I do? > > Thanks for Your help! > From owner-freebsd-questions Thu Mar 6 03:15:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA13215 for questions-outgoing; Thu, 6 Mar 1997 03:15:46 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA13210 for ; Thu, 6 Mar 1997 03:15:40 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id NAA29468; Thu, 6 Mar 1997 13:15:41 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma029466; Thu Mar 6 13:15:14 1997 Message-ID: <331EA703.7217@barcode.co.il> Date: Thu, 06 Mar 1997 13:14:11 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: Martin Kleinsorge CC: freebsd-questions@FreeBSD.ORG Subject: Re: Installation-Problem References: <331E9338.1C90@post.rwth-aachen.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Martin Kleinsorge wrote: > > Hello from Aachen! > > I tried to install FreeBSD on a second EIDE-HD. The Installation was > successfull - said the program - but I couldn't start BSD. ("Unable to > mount root"). It works only on the first EIDE-Controller, but I don't > want to dispense with my main-HD. What can I do? > > Thanks for Your help! Try giving 1:wd(2,a)/kernel at the Boot: prompt. If this works for you, rebuild a kernel with the line: config kernel root on wd2 in it. If it doesn't make that behavior the default, try renaming your wd2 drive to wd1 (again, in the kernel config file, and also change /etc/fstab). You may also search the archives for more detailed descriptions of the solution as this problem was answered many times before. Nadav From owner-freebsd-questions Thu Mar 6 04:40:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA16688 for questions-outgoing; Thu, 6 Mar 1997 04:40:09 -0800 (PST) Received: from bort.mv.net (root@bort.mv.net [192.80.84.6]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA16681 for ; Thu, 6 Mar 1997 04:40:05 -0800 (PST) Received: from logrus.mv.com (knh-1-13.mv.com [207.22.5.33]) by bort.mv.net (8.8.3/mem-951016) with ESMTP id HAA00990 for ; Thu, 6 Mar 1997 07:40:02 -0500 (EST) Message-ID: <331EBA17.794BDF32@logrus.mv.com> Date: Thu, 06 Mar 1997 07:35:35 -0500 From: Jeff Clough X-Mailer: Mozilla 4.0b2 (X11; I; FreeBSD 2.1.5-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: My own vanished library X-Priority: 3 (Normal) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk To Whom It May Concern, After upgrading from 2.1 to 2.1.5, I found that XEmacs no longer worked. ld.so reports "Can't find shared library "libXm.so.2.0". Is this part of the xpm package previously discussed? If not, where can I get it? Don't get me wrong, I like emacs and all, and I even like vi, but it would be really nice to have *all* of my programs working. =) Thanks all! -Jeff -- Well, see, Joyce, there we were, trapped in the elevator. Now, I had my tennis racquet and the goldfish; she was holding the Crisco. Surely you can imagine how one thing naturally led to another! From owner-freebsd-questions Thu Mar 6 04:53:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA17071 for questions-outgoing; Thu, 6 Mar 1997 04:53:26 -0800 (PST) Received: from antares.linf.unb.br (root@[164.41.12.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA17062 for ; Thu, 6 Mar 1997 04:53:22 -0800 (PST) Received: (from luthor@localhost) by antares.linf.unb.br (8.8.4/8.7.3) id JAA24130; Thu, 6 Mar 1997 09:49:41 -0300 (EST) Date: Thu, 6 Mar 1997 09:49:40 -0300 (EST) From: Lex Luthor X-Sender: luthor@antares To: freebsd-questions@freebsd.org Subject: --> Filter quesstion Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, How may I setup a filter to pass the DCC Chat and send/receive on IRC clients? There are a lot of IRC clients on my network, but they cannot make a DCC Chat on IRC, or send a file, the filters does let it, but I don't know how this filter must be. The user receive ther question to accept the connection, but when he accepts, nothing happens, the file doesn't start to transfer and the chat dosen't work. Does anybody know how this filter must be (to allow the DCC) ? Thanks, --- _________________________________ _________________________ / Alex Carlos Braga Antao \ /_ __ \ | UnB - Universidade de Brasilia | // ...on IRC | | | // ____ | | e-mail : luthor@linf.unb.br | // / _/________ | | http://www.linf.unb.br/~luthor | /____ /_/ / /) (_) / | \_________________________________/ \_______It's me !_________/ From owner-freebsd-questions Thu Mar 6 05:02:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA17609 for questions-outgoing; Thu, 6 Mar 1997 05:02:52 -0800 (PST) Received: from nero.in-design.com (root@nero.in-design.com [204.157.146.146]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA17601 for ; Thu, 6 Mar 1997 05:02:48 -0800 (PST) Received: (from archive@localhost) by nero.in-design.com (8.8.5/8.8.5) id IAA09020; Thu, 6 Mar 1997 08:04:20 -0500 (EST) Date: Thu, 6 Mar 1997 08:04:20 -0500 (EST) From: Intuitive Design Archive To: "Jay D. Nelson" cc: John Kenagy , freebsd-questions@freebsd.org Subject: Re: Altavistoid index or search tools for FreeBSD intranet In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 1 Mar 1997, Jay D. Nelson wrote: Also check out Isearch, if you doing only local. If not local, I would strongly recomend Harvest or WebGlimpse. > Take a look at Glimpse. > > -- Jay > > On Sat, 1 Mar 1997, John Kenagy wrote: > > ->Greetings! > -> > ->Does anyone know of a search/document index toolset that runs > ->on FreeBSD? Free? Cheap?(very) > -> > ->Any help appreciated. Thanks, John > -> > > Intuitive Design Archive http://www.in-design.com archive@in-design.com From owner-freebsd-questions Thu Mar 6 05:20:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA18180 for questions-outgoing; Thu, 6 Mar 1997 05:20:42 -0800 (PST) Received: from dg-rtp.dg.com (dg-rtp.rtp.dg.com [128.222.1.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id FAA18171 for ; Thu, 6 Mar 1997 05:20:37 -0800 (PST) Received: by dg-rtp.dg.com (5.4R3.10/dg-rtp-v02) id AA17562; Thu, 6 Mar 1997 08:20:02 -0500 Received: from ponds by dg-rtp.dg.com.rtp.dg.com; Thu, 6 Mar 1997 08:20 EST Received: from lakes.water.net (lakes [10.0.0.3]) by ponds.water.net (8.8.3/8.7.3) with ESMTP id GAA02742; Thu, 6 Mar 1997 06:24:28 -0500 (EST) Received: (from rivers@localhost) by lakes.water.net (8.8.3/8.6.9) id GAA06001; Thu, 6 Mar 1997 06:30:09 -0500 (EST) Date: Thu, 6 Mar 1997 06:30:09 -0500 (EST) From: Thomas David Rivers Message-Id: <199703061130.GAA06001@lakes.water.net> To: ponds!freebsd.org!questions, ponds!CSUA.Berkeley.EDU!richardc Subject: Re: uucp assistance needed Content-Type: text Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk See below.. > > I am in need of help from someone more experienced with uucp. > > I want the uucp machine to call up via uucico (which it currently > can do, I just don't have a login & password to get me uucp access) to our > machine earth. > > It then needs to transfer news files to earth either directly to > /usr/local/dnews/uucpin or to another directory where they can later be > copied to /usr/local/dnews/uucpin. > > It also needs to retrieve any news waiting to go out via uucp from > /usr/local/dnews/uucpout. > > That's pretty much it...like I said, the uucp machine is directly > connected via null modem cable, so it gets to the login prompt, I just > don't know how to set up earth. Config files are in /etc/uucp, I briefly > played with them, but I'm not sure how it's supposed to work. > > Thanks a bunch! > > Richard > > > Richard - If you're trying to set up a basic newsfeed via uucp; then you've made your problem more difficult that it could be... First, I suggest getting the excellent book: Managing uucp and Usenet from O'Reilly and associates (see O'Reilly's home page for ordering information.) They explain how to do this in a really understandable fashion. However, the current issue doesn't address Taylor UUCP (which is the UUCP FreeBSD uses) so, the UUCP configuration files will be different. It sounds like you've already got that covered. Now, if you don't want to get that involved and simply want to copy these files around; you need to look into the "uucp" command itself. This will explain how to copy the files in a manner that I think will help you (man uucp). Remember uucp stands for Unix to Unix CoPy. I'd imagine you can set up a cron job to simply issue the appropriate uucp command every now-and-then. - Dave Rivers - From owner-freebsd-questions Thu Mar 6 05:20:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA18203 for questions-outgoing; Thu, 6 Mar 1997 05:20:59 -0800 (PST) Received: from dg-rtp.dg.com (dg-rtp.rtp.dg.com [128.222.1.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id FAA18175 for ; Thu, 6 Mar 1997 05:20:40 -0800 (PST) Received: by dg-rtp.dg.com (5.4R3.10/dg-rtp-v02) id AA17593; Thu, 6 Mar 1997 08:20:06 -0500 Received: from ponds by dg-rtp.dg.com.rtp.dg.com; Thu, 6 Mar 1997 08:20 EST Received: from lakes.water.net (lakes [10.0.0.3]) by ponds.water.net (8.8.3/8.7.3) with ESMTP id GAA03466; Thu, 6 Mar 1997 06:39:55 -0500 (EST) Received: (from rivers@localhost) by lakes.water.net (8.8.3/8.6.9) id GAA06439; Thu, 6 Mar 1997 06:45:36 -0500 (EST) Date: Thu, 6 Mar 1997 06:45:36 -0500 (EST) From: Thomas David Rivers Message-Id: <199703061145.GAA06439@lakes.water.net> To: ponds!eeyore.lv-hrc.nevada.edu!doon, ponds!freebsd.org!freebsd-questions, ponds!frii.com!gnat Subject: Re: 2.1.5->2.1.7 causes SCSI errors? Content-Type: text Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > I experienced this problem also, but with 2.1.6. Had to dump the 2940 :) > and use a 1542B Ugh! > Let ne know if you ever find out what happened! Yes, I reported this problem when I got my 2940 with a 2.1-STABLE just before 2.1.6(.1) was released. I'm happy to say that I've tested 2.2-GAMMA (around last Jan.) and found that the panic part of the problem had gone away. I still got mysterious messages about restarting the SCSI bus, etc... but the machine recovered. You might also experience spontaneous SCSI lock-outs at that time. You might want to give 2.2-GAMMA a try and see what behaviour you see. Also, a quick perusal of the mail archives (look for SCSI in the subject) will relate my findings. - Dave Rivers - > > Thanks > > Harry Reed > > ---------- > > From: Nathan Torkington > > To: freebsd-questions@freebsd.org > > Subject: 2.1.5->2.1.7 causes SCSI errors? > > Date: Wednesday, March 05, 1997 9:26 AM > > > > Our news machine worked just fine under 2.1.5, but barfed miserably > > when upgraded to 2.1.7. It reboots about every 20 minutes now. > > > > The kernel probe finds the disks: > > kernel: ahc0 rev 3 int a irq 11 on > pci0:12 > > kernel: ahc0: aic7870 Single Channel, SCSI Id=7, 16 SCBs > > kernel: ahc0 waiting for scsi devices to settle > > kernel: (ahc0:0:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 > > kernel: sd0(ahc0:0:0): Direct-Access 2049MB (4197405 512 byte sectors) > > kernel: (ahc0:1:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 > > kernel: sd1(ahc0:1:0): Direct-Access 2049MB (4197405 512 byte sectors) > > kernel: (ahc0:2:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 > > kernel: sd2(ahc0:2:0): Direct-Access 2049MB (4197405 512 byte sectors) > > kernel: (ahc0:3:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 > > kernel: sd3(ahc0:3:0): Direct-Access 2049MB (4197405 512 byte sectors) > > kernel: (ahc0:4:0): "QUANTUM XP34300 F81H" type 0 fixed SCSI 2 > > kernel: sd4(ahc0:4:0): Direct-Access 4101MB (8399520 512 byte sectors) > > > > The messages we get before reboots are: > > > > kernel: sd4(ahc0:4:0): timed out while idle, LASTPHASE == 0x1, SCSISIGI > == 0x0 > > kernel: SEQADDR == 0x8 > > kernel: panic: ahc0: Timed-out command times out again > > kernel: > > kernel: syncing disks... 70 70 70 70 70 70 70 70 70 70 70 70 70 70 70 70 > 70 70 70 70 giving up > > kernel: Automatic reboot in 15 seconds - press a key on the console to > abort > > kernel: Rebooting... > > > > That disk is part of a large CCD device: > > ccd0 32 0 /dev/sd1s1 /dev/sd2s1 /dev/sd3s1 > /dev/sd4s1 > > > > I copied the old kernel configuration file from 2.1.5 to 2.1.7 and > > built and installed it without complaints. I couldn't find anything > > in the 2.1.7 LINT file to suggest that the format of the SCSI device > > specification has significantly changed between 2.1.5 and 2.1.7. We > > haven't seen this behaviour on any of our other 5 servers which I > > upgraded at the same time and in the same manner (the others don't > > have ccd or the Quantum drive). > > > > What did I do wrong and (more importantly) what do I do to fix it? > > > > Thanks, > > > > Nat > > (I'm not a list subscriber, just someone who is following the kernel's > > instructions and is panicking, so please CC: gnat@frii.com on your > > replies) > > > From owner-freebsd-questions Thu Mar 6 06:25:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA20428 for questions-outgoing; Thu, 6 Mar 1997 06:25:55 -0800 (PST) Received: from dragon.ti.com (dragon.ti.com [192.94.94.61]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA20423 for ; Thu, 6 Mar 1997 06:25:52 -0800 (PST) Received: from lesol1.dseg.ti.com ([157.170.147.17]) by dragon.ti.com (8.6.13) with ESMTP id IAA28846 for ; Thu, 6 Mar 1997 08:25:20 -0600 Received: from sc10.dseg.ti.com (sc10.dseg.ti.com [172.25.34.214]) by lesol1.dseg.ti.com (8.6.9/8.6.6) with SMTP id IAA27418 for ; Thu, 6 Mar 1997 08:25:20 -0600 Received: by sc10.dseg.ti.com (4.1/SMI-4.1) id AA00330; Thu, 6 Mar 97 08:28:11 CST Date: Thu, 6 Mar 97 08:28:11 CST From: eck@sc10.dseg.ti.com (Terry Eck) Message-Id: <9703061428.AA00330@sc10.dseg.ti.com> To: freebsd-questions@freebsd.org Subject: Install Bootloader Question Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I installed FreeBSD from a DOS partition by placing the install files under DOS as C:\freebsd\bin . The first time I installed I told the program not to mess with the MBR. I was not able to boot FreeBSD. Even System Commander would not boot it. The second time I installed I told the program to install on the MBR. I was able to boot FreeBSD but nothing else. I boot DOS from floppy, reinstalled System Commander and it found the partition with FreeBSD but could not boot it. System Commander just gave the error "Read Error" and halted. Now I want to try and install booteasy (FreeBSD default bootloader) during the install of FreeBSD. I searched the mail archives and found reference to someone doing this and then installing SysCom and it worked. Finally, my question. Installing from a DOS partiton as C:\freebsd\bin where do I put the bootloader file(s) so the install program will find them? Regards, Terry _____________________________________________________________________________ Terry Eck //// Hukt on Foniks Rilly Wurkt Fer Mee! //// From owner-freebsd-questions Thu Mar 6 06:47:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA21304 for questions-outgoing; Thu, 6 Mar 1997 06:47:40 -0800 (PST) Received: from mail.tm.net.my (janeway.tm.net.my [202.188.0.155]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA21068 for ; Thu, 6 Mar 1997 06:42:18 -0800 (PST) From: sweeting@tm.net.my Received: from [111.111.111.110] ([202.184.153.200]) by mail.tm.net.my (8.8.5/8.8.4) with SMTP id WAA17496; Thu, 6 Mar 1997 22:37:56 +0800 (SGT) Date: Thu, 6 Mar 1997 22:37:56 +0800 (SGT) X-Sender: sweeting@mail.tm.net.my Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Doug White Subject: Re: TIMEZONE and DST .... making the kernel (was Re: 2.2-GAMMA.) Cc: questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Doug, >> >> Aside from a large number of warnings about type mismatches >>(comparing signed >> >> to unsigned values), it finally dies compiling param.c noting that >> >>TIMEZONE and >> >> DST aren't defined. > >Hm, I don't have a TIMEZONE or DST in param.c. Are you sure you grabbed >the right source? 2.1.7-RELEASE/src/ssys.* and no ssys.inf this time. >Use this command: > >cat ssys.* | tar xzf - this worked perfectly. >Have you tried just building GENERIC? yes, and i got the same errors. so i figure it is not due to my config file. could it be due to using the 2.1.7 source but having 2.1.6 installed at present ? (i was hoping to use this as a method to upgrade since i/o is poor and do not want to reinstall.... but in any case, i need to reconfigure the kernel.) cheers chas >> did i perhaps make a boo boo in the config file ???? > >Maybe. Can I see it? since GENRIC doesn't work, figure it is not the config file. has anyone managed to reconfigure the kernel for 2.1.7 ? (i am using 486 sx /33 if it helps) From owner-freebsd-questions Thu Mar 6 06:50:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA21508 for questions-outgoing; Thu, 6 Mar 1997 06:50:31 -0800 (PST) Received: from tailspin.qcworld.com (tailspin.qcworld.com [204.217.252.252]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA21498 for ; Thu, 6 Mar 1997 06:50:28 -0800 (PST) Received: (from frf@localhost) by tailspin.qcworld.com (8.8.5/8.8.3) id GAA03678 for questions@freebsd.org; Thu, 6 Mar 1997 06:50:28 -0800 (PST) From: frf Message-Id: <199703061450.GAA03678@tailspin.qcworld.com> Subject: Keyboard RESET failed (2.2-GAMMA) To: questions@freebsd.org Date: Thu, 6 Mar 1997 06:50:28 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk While installing 2.2-GAMMA, I get the following error, during boot from floppy: scprobe: keyboard RESET failed (result code = 0xfc) After which I have no keyboard. This is a Dell 486, and until scprobe, the keyboard is fine. Anyone seen this before? -- frf@qcworld.com frf@xocolatl.com Patriotism is your conviction that this country is superior to all others because you were born in it. -- George Bernard Shaw From owner-freebsd-questions Thu Mar 6 06:57:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA21833 for questions-outgoing; Thu, 6 Mar 1997 06:57:57 -0800 (PST) Received: from antares.linf.unb.br (root@[164.41.12.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA21824 for ; Thu, 6 Mar 1997 06:57:44 -0800 (PST) Received: (from luthor@localhost) by antares.linf.unb.br (8.8.4/8.7.3) id LAA24865; Thu, 6 Mar 1997 11:54:01 -0300 (EST) Date: Thu, 6 Mar 1997 11:54:00 -0300 (EST) From: Lex Luthor X-Sender: luthor@antares To: questions@freebsd.org Subject: --> last message DCC Filters Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I sent a message about DCC Filters, but I forgot to ask to CC to me, because I'm not part of this list. Thanks. --- _________________________________ _________________________ / Alex Carlos Braga Antao \ /_ __ \ | UnB - Universidade de Brasilia | // ...on IRC | | | // ____ | | e-mail : luthor@linf.unb.br | // / _/________ | | http://www.linf.unb.br/~luthor | /____ /_/ / /) (_) / | \_________________________________/ \_______It's me !_________/ From owner-freebsd-questions Thu Mar 6 07:20:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA23000 for questions-outgoing; Thu, 6 Mar 1997 07:20:33 -0800 (PST) Received: from mail.fasts.com (qmailr@server.fasts.com [199.125.215.66]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id HAA22995 for ; Thu, 6 Mar 1997 07:20:24 -0800 (PST) Received: (qmail 1584 invoked from network); 6 Mar 1997 17:19:22 -0000 Received: from unknown (HELO cabby.fasts.com) (unknown) by unknown with SMTP; 6 Mar 1997 17:19:22 -0000 Message-ID: <331EE06D.2B32@fasts.com> Date: Thu, 06 Mar 1997 17:19:09 +0200 From: Victor Rotanov Organization: FASTS Ltd. X-Mailer: Mozilla 4.0b2 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: dos+freebsd network X-Priority: 3 (Normal) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi. Is there any way to share freebsd directories as dos drives and vice versa? Thanks, bye. vitjok From owner-freebsd-questions Thu Mar 6 07:33:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA23937 for questions-outgoing; Thu, 6 Mar 1997 07:33:48 -0800 (PST) Received: from mole.mole.org (marmot.mole.org [204.216.57.191]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id HAA23929 for ; Thu, 6 Mar 1997 07:33:43 -0800 (PST) Received: (from mail@localhost) by mole.mole.org (8.6.12/8.6.12) id PAA12442; Thu, 6 Mar 1997 15:34:46 GMT Received: from meerkat.mole.org(206.197.192.110) by mole.mole.org via smap (V1.3) id sma012439; Thu Mar 6 15:34:37 1997 Received: (from mrm@localhost) by meerkat.mole.org (8.6.11/8.6.9) id HAA21545; Thu, 6 Mar 1997 07:33:29 -0800 Date: Thu, 6 Mar 1997 07:33:29 -0800 From: "M.R.Murphy" Message-Id: <199703061533.HAA21545@meerkat.mole.org> To: cima@via-net.com.br, jkh@time.cdrom.com Subject: Re: Installation Kernel Cc: questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > cc: questions@freebsd.org > Subject: Re: Installation Kernel > Date: Thu, 06 Mar 1997 01:30:33 -0800 > From: "Jordan K. Hubbard" > > > I need to write a custom installation program for FreeBSD, mainly due to tran > slation for > > portuguese. Looking at the boot disk (boot.flp), it seems that the installati > on program > > is built into the initial kernel. > > Everything you need to know is actually in /usr/src/release/Makefile, > and you will also need a *full* CVS repository online to do this. Jordan keeps making the point that you will need a *full* CVS repository online to do this, but it is not the case. A little examination of /usr/src/release/Makefile will show that you don't need a full CVS repository if you define RELEASENOUPDATE. You don't even have to make world if you use "make rerelease" rather than "make release". You do need a large free space (disk, possibly) for the destination CHROOTDIR. > > > Where I can find the source for this kernel? Is there any copyright problem i > n doing > > this? > > No, no copyright problem at all. Of course, the next installer will > be far more customizable than this one, but if this is something you > have to do right away, then I also understand. > There is no magic to any of this. Just look at /usr/src/release/Makefile. I repeat, you do not need a full CVS repository to build a release. (This as of 2.1.5, I haven't looked at this for 2.1.6 upward). Even if it were the case that the release process were made more complicated, note that nothing stops you from adding targets to /usr/src/release/Makefile that make it do what you want. Stick a little script in /usr/src/release that sets up the environment the way you want it, does the appropriate make, execute it, and you're there. -- Mike Murphy mrm@Mole.ORG +1 619 598 5874 Better is the enemy of Good From owner-freebsd-questions Thu Mar 6 07:40:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA24742 for questions-outgoing; Thu, 6 Mar 1997 07:40:45 -0800 (PST) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id HAA24717 for ; Thu, 6 Mar 1997 07:40:36 -0800 (PST) Received: from freepass.tu-graz.ac.at by mail.crl.com with SMTP id AA22386 (5.65c/IDA-1.5 for ); Thu, 6 Mar 1997 07:39:21 -0800 Received: (from mdgrosse@localhost) by freepass.tu-graz.ac.at (8.6.11/8.6.9) id QAA27120; Thu, 6 Mar 1997 16:31:42 +0100 Date: Thu, 6 Mar 1997 16:31:42 +0100 (MET) From: MICHAEL GROSS X-Sender: mdgrosse@freepass.tu-graz.ac.at To: Terry Eck Cc: freebsd-questions@freebsd.org Subject: Re: Install Bootloader Question In-Reply-To: <9703061428.AA00330@sc10.dseg.ti.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello So far I know you can install FreeBSD with or without Boot-Manager. If you don't have a Boot-Manager you have to choos the OS you want to start by activating the correct patition. You can do that with fdisk. The DOS-fdisk is very easy to use. The FreeBSD fdisk you have to start with the "-a" option and then choose the correct patition (depending on how you have installed FreeBSD that is eg. 0 or 1). I hope that helps. MICHAEL GROSS alias mdgrosse@sbox.tu-graz.ac.at On Thu, 6 Mar 1997, Terry Eck wrote: > Hello, > > I installed FreeBSD from a DOS partition by placing the install files under > DOS as C:\freebsd\bin . > > The first time I installed I told the program not to mess with the MBR. > I was not able to boot FreeBSD. Even System Commander would not boot it. > > The second time I installed I told the program to install on the MBR. I > was able to boot FreeBSD but nothing else. I boot DOS from floppy, reinstalled > System Commander and it found the partition with FreeBSD but could not boot > it. System Commander just gave the error "Read Error" and halted. > > Now I want to try and install booteasy (FreeBSD default bootloader) during > the install of FreeBSD. I searched the mail archives and found reference to > someone doing this and then installing SysCom and it worked. > > Finally, my question. Installing from a DOS partiton as C:\freebsd\bin where > do I put the bootloader file(s) so the install program will find them? > > Regards, > Terry > _____________________________________________________________________________ > Terry Eck //// Hukt on Foniks Rilly Wurkt Fer Mee! //// > > From owner-freebsd-questions Thu Mar 6 07:55:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA25453 for questions-outgoing; Thu, 6 Mar 1997 07:55:20 -0800 (PST) Received: from eeyore.lv-hrc.nevada.edu (eeyore.lv-hrc.nevada.edu [131.216.27.16]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA25447 for ; Thu, 6 Mar 1997 07:55:18 -0800 (PST) Received: from scooby.lv-hrc.nevada.edu (scooby.lv-hrc.nevada.edu [131.216.27.8]) by eeyore.lv-hrc.nevada.edu (8.7.6/8.7.3) with ESMTP id HAA00182; Thu, 6 Mar 1997 07:57:56 -0800 (PST) Message-Id: <199703061557.HAA00182@eeyore.lv-hrc.nevada.edu> From: "Harry Reed" To: "Harry Reed" , "Jordan K. Hubbard" Cc: Subject: Re: 2.1.5->2.1.7 causes SCSI errors? Date: Thu, 6 Mar 1997 07:58:16 -0800 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1160 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ---------- > From: Jordan K. Hubbard > To: Harry Reed > Cc: Nathan Torkington ; freebsd-questions@FreeBSD.ORG > Subject: Re: 2.1.5->2.1.7 causes SCSI errors? > Date: Wednesday, March 05, 1997 5:28 PM > > You guys just need to update your firmware (at least this is > a definite in Nathan's case). The modern driver takes more advantage > these drives, and firmware bugs in the earlier revisions of them > cause problems for this code. > Hm, Unfortunately our disk is a conner! As /sbin/dmesg reveals .... (aha0:0:0): "CONNER CFP1080S 4040" type 0 fixed SCSI 2 sd0(aha0:0:0): Direct-Access 1030MB (2110812 512 byte sectors) We had the exact same harward running Linux 1.2.13 for many months. We had a severe security breah and decided to move up to a more secure, robust OS - FreeBSD :} Went to install 2.1.6 and out 2940 gave out the strange messages all without even cycling power on the box! Had to put in an old spare 1542B. Do we have a case where an old, crusty version of Linux can do something that FBSD 2.1.6 can't???? 10 * :} - that's a joke son, I say, that's a joke!!!! While I would not say that FBSD broke our 2940 :), but it seems like it! I would like to go back to our 2940, but until I have an idea what went wrong I can't justify too much downtime just for tinkering when the 1542 works. cheers, Harry Reed From owner-freebsd-questions Thu Mar 6 08:16:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA26309 for questions-outgoing; Thu, 6 Mar 1997 08:16:30 -0800 (PST) Received: from xmission.xmission.com (softweyr@xmission.xmission.com [198.60.22.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA26304 for ; Thu, 6 Mar 1997 08:16:27 -0800 (PST) Received: (from softweyr@localhost) by xmission.xmission.com (8.8.5/8.7.5) id JAA25990; Thu, 6 Mar 1997 09:13:11 -0700 (MST) From: Softweyr LLC Message-Id: <199703061613.JAA25990@xmission.xmission.com> Subject: Re: dos+freebsd network To: vitok@fasts.com (Victor Rotanov) Date: Thu, 6 Mar 1997 09:13:10 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: <331EE06D.2B32@fasts.com> from "Victor Rotanov" at Mar 6, 97 05:19:09 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-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Is there any way to share freebsd directories as dos drives and vice > versa? Sure, there are two: NFS and SMB. NFS is the classical UNIX approach to sharing files over a network; every system has the ability to share files (NFS server) or mount files from another system (NFS client). The code is included in FreeBSD, as it is with most UNIX systems, and works quite well. For DOS or Windows, you'll have to buy an NFS client, and NFS servers are not generally availble, except for WinNT. The other solution is SMB, also known as Microsoft LAN Manager or "Windows file sharing." Client and server are both included in Win95, WinNT, and Windows for Wankers. On the FreeBSD side, you'll need to install Samba from the packages distribution, which will let your FreeBSD machine become an SMB server. You can also share printers over the network. Samba includes printer sharing in both directions, i.e. UNIX->PC and PC->UNIX; most PC NFS solutions allow the PCs to use printers attached to the UNIX system. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.xmission.com/~softweyr softweyr@xmission.com From owner-freebsd-questions Thu Mar 6 08:19:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA26454 for questions-outgoing; Thu, 6 Mar 1997 08:19:50 -0800 (PST) Received: from xmission.xmission.com (softweyr@xmission.xmission.com [198.60.22.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA26449 for ; Thu, 6 Mar 1997 08:19:46 -0800 (PST) Received: (from softweyr@localhost) by xmission.xmission.com (8.8.5/8.7.5) id JAA27631; Thu, 6 Mar 1997 09:19:00 -0700 (MST) From: Softweyr LLC Message-Id: <199703061619.JAA27631@xmission.xmission.com> Subject: Re: How do I create an NIS Master? To: langfod@dihelix.com (David Langford) Date: Thu, 6 Mar 1997 09:18:59 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: <199703050537.TAA16769@caliban.dihelix.com> from "David Langford" at Mar 4, 97 07:37:04 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-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk David Langford asked: > Is there a version of vipw(8) that works with the passwd > files being in /var/yp? It makes editing the files much easier. No, but you don't really need one since you don't need to lock the files while editing. All vipw adds to vi is to lock the passwd database while you're editing; these locks are not supported with NIS. If you're using NIS/yp for serious work, I suggest getting the O'Reilly book _Administering NIS and NFS_, it has some pretty valuable information for setting up working NIS domains. The commands may not be 100% correct for the FreeBSD implementation, but with the help of the man pages, most of the mysteries of NIS should be revealed. ;^) -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.xmission.com/~softweyr softweyr@xmission.com From owner-freebsd-questions Thu Mar 6 08:24:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA26765 for questions-outgoing; Thu, 6 Mar 1997 08:24:27 -0800 (PST) Received: from scotty.masternet.it (scotty.masternet.it [194.184.65.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA26750 for ; Thu, 6 Mar 1997 08:24:22 -0800 (PST) Received: from gmarco (ts1port6d.masternet.it [194.184.65.28]) by scotty.masternet.it (8.8.4/8.7.3) with SMTP id RAA09302 for ; Thu, 6 Mar 1997 17:25:37 GMT Message-Id: <3.0.1.32.19970307172516.0073dd50@scotty.masternet.it> X-Sender: gmarco@scotty.masternet.it X-Mailer: Windows Eudora Pro Version 3.0.1 beta 8 (32) Date: Fri, 07 Mar 1997 17:25:16 +0100 To: questions@freebsd.org From: Gianmarco Giovannelli Subject: Does FreeBSD has crash utility ? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Have we this utility under FreeBSD ? >>Use the crash utility if you have that under BSD to get a stack trace of the >>zombie process. Regards... Gianmarco ( gmarco@masternet.it ) http://www2.masternet.it/~gmarco http://www2.masternet.it/ From owner-freebsd-questions Thu Mar 6 08:33:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA27453 for questions-outgoing; Thu, 6 Mar 1997 08:33:35 -0800 (PST) Received: from plato.salford.ac.uk (plato.salford.ac.uk [146.87.1.3]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id IAA27229 for ; Thu, 6 Mar 1997 08:31:56 -0800 (PST) Received: (qmail 6955 invoked by uid 141); 6 Mar 1997 16:31:04 -0000 Date: Thu, 6 Mar 1997 16:31:04 +0000 (GMT) From: Mark Powell To: Harald Koenig cc: Mark Powell , XFree86@XFree86.org, freebsd-questions@freebsd.org Subject: Re: 868 1024x768 sync problems with XFree In-Reply-To: <19970305190259.06317@tat.physik.uni-tuebingen.de> Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1441642192-857665864=:6941" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1441642192-857665864=:6941 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 5 Mar 1997, Harald Koenig wrote: > > > > Currently running XFree 3.2A, but I've had this problem on 3.2 as > > > > well. > > > > > > > > I have an S3 Vision868 rev. 31 by Pheonix Technologies. > > are you 100% sure that you specified the correct ramdac (att20c409) > in your config file ? Yeah. I can see the chip on the card. > please comment out the ramdac line and start X11 again (and send server output then) Okay attached. It just auto detects att20c409 then. > > > > I've run xf86config on it and can't get the 1024x768 to sync. on a > > > > standard SVGA monitor (87Hz interlaced.) I've tried other cards in the > > > > system; S3 Trio 32, S3 Trio 64 & S3 968 which all produced a fine > > > > 1024x768 using xf86config. I've tried tweaking the sync's to get them > > > > exactly as the monitors manual specifies, but with no improvement. > > > > As the other cards had no problems, is this a bug in the S3 868 code? > > not that I'd know. your config file works fine for me (with different card You're using the same video card as me? I know everything looks okay. As I said I've tried various other S3 cards in the same machine with no problems at all. This is really puzzling. > definitions in the device section of course). you may want to try the following > mode line: > > ModeLine "1024x768i" 45 1024 1048 1208 1264 768 776 784 817 Interlace Okay will do. Mark Powell - Unix Information Officer - Clifford Whitworth Building A.I.S., University of Salford, Salford, Manchester, UK. Tel: +44 161 745 5936 Fax: +44 161 736 3596 Email: mark@salford.ac.uk finger mark@ucsalf.ac.uk (for PGP key) Home Page --0-1441642192-857665864=:6941 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=x Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: DQoNClhGcmVlODYgVmVyc2lvbiAzLjJBIC8gWCBXaW5kb3cgU3lzdGVtDQoo cHJvdG9jb2wgVmVyc2lvbiAxMSwgcmV2aXNpb24gMCwgdmVuZG9yIHJlbGVh c2UgNjMwMCkNClJlbGVhc2UgRGF0ZTogSmFuIDI4IDE5OTcNCglJZiB0aGUg c2VydmVyIGlzIG9sZGVyIHRoYW4gNi0xMiBtb250aHMsIG9yIGlmIHlvdXIg Y2FyZCBpcyBuZXdlcg0KCXRoYW4gdGhlIGFib3ZlIGRhdGUsIGxvb2sgZm9y IGEgbmV3ZXIgdmVyc2lvbiBiZWZvcmUgcmVwb3J0aW5nDQoJcHJvYmxlbXMu ICAoc2VlIGh0dHA6Ly93d3cuWEZyZWU4Ni5PcmcvRkFRKQ0KT3BlcmF0aW5n IFN5c3RlbTogRnJlZUJTRCAyLjItUkVMRUFTRSBpMzg2IA0KQ29uZmlndXJl ZCBkcml2ZXJzOg0KICBTMzogYWNjZWxlcmF0ZWQgc2VydmVyIGZvciBTMyBn cmFwaGljcyBhZGFwdG9ycyAoUGF0Y2hsZXZlbCAwKQ0KICAgICAgbmV3bW1p bywgbW1pb185MjgsIHMzX2dlbmVyaWMNClVzaW5nIHN5c2NvbnMgZHJpdmVy IHdpdGggWCBzdXBwb3J0ICh2ZXJzaW9uIDIuMCkNCih1c2luZyBWVCBudW1i ZXIgNCkNCg0KWEY4NkNvbmZpZzogL2V0Yy9YRjg2Q29uZmlnDQooKiopIHN0 YW5kcyBmb3Igc3VwcGxpZWQsICgtLSkgc3RhbmRzIGZvciBwcm9iZWQvZGVm YXVsdCB2YWx1ZXMNCigqKikgWEtCOiBrZXljb2RlczogInhmcmVlODYiDQoo KiopIFhLQjogdHlwZXM6ICJkZWZhdWx0Ig0KKCoqKSBYS0I6IGNvbXBhdDog ImRlZmF1bHQiDQooKiopIFhLQjogc3ltYm9sczogInVzKHBjMTAxKSINCigq KikgWEtCOiBnZW9tZXRyeTogInBjIg0KKCoqKSBYS0I6IGtleW1hcDogInhm cmVlODYodXMpIiAob3ZlcnJpZGVzIG90aGVyIFhLQiBzZXR0aW5ncykNCigq KikgWEtCOiBydWxlczogInhmcmVlODYiDQooKiopIFhLQjogbW9kZWw6ICJw YzEwNCINCigqKikgWEtCOiBsYXlvdXQ6ICJnYiINCigqKikgTW91c2U6IHR5 cGU6IE1vdXNlU3lzdGVtcywgZGV2aWNlOiAvZGV2L21vdXNlLCBiYXVkcmF0 ZTogMTIwMA0KKCoqKSBTMzogR3JhcGhpY3MgZGV2aWNlIElEOiAiNCINCigq KikgUzM6IE1vbml0b3IgSUQ6ICIxIg0KKCoqKSBGb250UGF0aCBzZXQgdG8g Ii91c3IvWDExUjYvbGliL1gxMS9mb250cy9taXNjLywvdXNyL1gxMVI2L2xp Yi9YMTEvZm9udHMvNzVkcGkvOnVuc2NhbGVkLC91c3IvWDExUjYvbGliL1gx MS9mb250cy8xMDBkcGkvOnVuc2NhbGVkLC91c3IvWDExUjYvbGliL1gxMS9m b250cy9UeXBlMS8sL3Vzci9YMTFSNi9saWIvWDExL2ZvbnRzL1NwZWVkby8s L3Vzci9YMTFSNi9saWIvWDExL2ZvbnRzLzc1ZHBpLywvdXNyL1gxMVI2L2xp Yi9YMTEvZm9udHMvMTAwZHBpLyINCigtLSkgUzM6IFBDSTogODY4IHJldiAw LCBMaW5lYXIgRkIgQCAweGYwMDAwMDAwDQooLS0pIFMzOiBjaGlwc2V0OiAg IDg2OCByZXYuIDMxDQooLS0pIFMzOiBjaGlwc2V0IGRyaXZlcjogbmV3bW1p bw0KKC0tKSBTMzogY2FyZCB0eXBlOiBQQ0kNCigtLSkgUzM6IHZpZGVvcmFt OiAgMjA0OGsNCigtLSkgUzM6IERldGVjdGVkIGFuIEFUVCAyMEM0MDkgUkFN REFDDQooLS0pIFMzOiBSYW1kYWMgdHlwZTogYXR0MjBjNDA5DQooLS0pIFMz OiBSYW1kYWMgc3BlZWQ6IDEzNQ0KKC0tKSBTMzogVXNpbmcgQVRUMjBDNDA5 L0FUVDIwQzQ5OSBwcm9ncmFtbWFibGUgY2xvY2sNCigtLSkgUzM6IE1heGlt dW0gYWxsb3dlZCBkb3QtY2xvY2s6IDEzNS4wMDAgTUh6DQooKiopIFMzOiBN b2RlICIxMDI0eDc2OCI6IG1vZGUgY2xvY2sgPSAgNDQuOTAwDQooKiopIFMz OiBNb2RlICI4MDB4NjAwIjogbW9kZSBjbG9jayA9ICAzNi4wMDANCigqKikg UzM6IE1vZGUgIjY0MHg0ODAiOiBtb2RlIGNsb2NrID0gIDI1LjE4MA0KKC0t KSBTMzogVXNpbmcgOCBiaXRzIHBlciBSR0IgdmFsdWUNCigtLSkgUzM6IFZp cnR1YWwgcmVzb2x1dGlvbiBzZXQgdG8gMTAyNHg3NjgNCigtLSkgUzM6IExv Y2FsIGJ1cyBMQVcgaXMgMHhGMDAwMDAwMA0KKC0tKSBTMzogVXNpbmcgYSBi YW5rc2l6ZSBvZiAyMDQ4aywgbGluZSB3aWR0aCBvZiAxMDI0DQooLS0pIFMz OiBTMyA5NjggZGFzaGVkIGxpbmUgbWFsZnVuY3Rpb24sIHVzaW5nIHdvcmth cm91bmQgY29kZQ0KKC0tKSBTMzogVXNpbmcgYSBzaW5nbGUgNjR4NjQgYXJl YSBhdCAoOTYwLDc2OSkgZm9yIGV4cGFuZGluZyBwaXhtYXBzDQooLS0pIFMz OiBVc2luZyA4IHBsYW5lcyBvZiAxMDI0eDEyMTUgYXQgKDAsODMzKSBhbGln bmVkIDggYXMgZm9udCBjYWNoZQ0KUEVYIGV4dGVuc2lvbiBtb2R1bGUgbm90 IGxvYWRlZA0KWElFIGV4dGVuc2lvbiBtb2R1bGUgbm90IGxvYWRlZA0K --0-1441642192-857665864=:6941-- From owner-freebsd-questions Thu Mar 6 09:17:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA29306 for questions-outgoing; Thu, 6 Mar 1997 09:17:22 -0800 (PST) Received: from info.icz.com.pl ([195.164.255.10]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA29283 for ; Thu, 6 Mar 1997 09:16:58 -0800 (PST) Received: from piotr (pc1.icz.com.pl [194.181.212.225]) by info.icz.com.pl (8.6.12/8.6.12) with ESMTP id SAA08975 for ; Thu, 6 Mar 1997 18:09:42 +0100 Message-Id: <199703061709.SAA08975@info.icz.com.pl> From: "=?ISO-8859-2?Q?Piotr_St=EAclik?=" To: Subject: digiboard 8em Date: Thu, 6 Mar 1997 18:16:56 +0100 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-2 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by freefall.freebsd.org id JAA29302 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm user of FreeBSD 2.1 and I'm loking for driver to DIGIBOARD 8em. I'll be thankful if you sent me any informations. Thanks in advance Piotr Steclik psteclik@icz.com.pl From owner-freebsd-questions Thu Mar 6 09:24:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA29635 for questions-outgoing; Thu, 6 Mar 1997 09:24:56 -0800 (PST) Received: from bellind.com ([206.101.34.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA29628 for ; Thu, 6 Mar 1997 09:24:53 -0800 (PST) From: RGireyev@BellInd.com Received: from cdcexchange.bellind.com ([170.1.130.2]) by firewall.bellind.com with SMTP id <3668-1>; Thu, 6 Mar 1997 09:22:27 -0800 Received: by cdcexchange.bellind.com with Microsoft Exchange (IMC 4.0.837.3) id <01BC2A10.CBC1F2A0@cdcexchange.bellind.com>; Thu, 6 Mar 1997 09:28:48 -0800 Message-ID: To: Cc: Subject: RE: Post installation stuff Date: Thu, 6 Mar 1997 09:28:46 -0800 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.837.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Huge thanks to all for replying. The problem was the fact that /stand/sysinstall does not add users to group wheel correctly, or to be more exact, the user is not added to the /etc/group file. Once I did that I was able to su till my cows came home :-) ---------- From: Snob Art Genre[SMTP:ben@narcissus.ml.org] Sent: Tuesday, March 04, 1997 4:04 PM To: Rudy Gireyev Cc: questions@freebsd.org Subject: RE: Post installation stuff On Tue, 4 Mar 1997 RGireyev@BellInd.com wrote: > [..] > > >> Troubles continue. I added another user onto the system ( named > >> beavis) and assigned him to the group bin, which if I'm not > >> mistaken is the group of the root. I logged in as beavis and > > > >You are mistaken. Root's group is wheel. > > > >> STILL was not allowed to su :-( I am running a clean install > >> of 2.1.7 (not an upgrade) and I add users using /stand/sysinstall . > >> Am I the only clueless newbie this is happening to? > > > >Probably not. Only members of group wheel are allowed to su. > > Hi Ben! > Thanks for replying again. If you remember though my original > user was part of the group wheel and I still could not su. I cannot > wait to get home and look at the code, maybe I'll see something there. Right, but wheel is still the group that can su. Did you make sure the permissions were right? What happened when you tried to su? Ben "You have your mind on computers, it seems." From owner-freebsd-questions Thu Mar 6 09:31:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA29906 for questions-outgoing; Thu, 6 Mar 1997 09:31:29 -0800 (PST) Received: from nero.alingsas.se ([194.23.150.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA29901 for ; Thu, 6 Mar 1997 09:31:23 -0800 (PST) Received: from christia ([195.198.64.5]) by nero.alingsas.se (8.8.3/8.8.3) with SMTP id TAA12198 for ; Thu, 6 Mar 1997 19:37:24 +0100 (MET) Message-Id: <3.0.1.32.19970306182641.0068d14c@nero.alingsas.se> X-Sender: al@nero.alingsas.se X-Mailer: Windows Eudora Light Version 3.0.1 beta 12 (32) Date: Thu, 06 Mar 1997 18:26:41 +0100 To: freebsd-questions@FreeBSD.ORG From: Christian Alfredsson Subject: New Mailserver Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by freefall.freebsd.org id JAA29902 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm the mailmaster of nero.alingsas.se. Today we have a HP Vectra 133Mhz with 64MB memory and 4Gb harddisk. We only use it for popper and it's not possible to telnet and so on to it... We have had a little problem with the hardware so we want't to change the server. I have thought of the following configuration for the new server Pentium Pro 200 Mhx 128 MB Ram 2 * 2 Gb harddisk on separate SCSI-cards Which machine do you recommend me to buy that works fine with FreeBSD and qpop-2.2? I don't want to build the computer, so i'll have to buy a labedl one. We will have about 5000 accounts on this server. Christian Alfredsson IT-samordnare, Utbildningsförvaltningen christian.alfredsson@alingsas.se From owner-freebsd-questions Thu Mar 6 09:32:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA29994 for questions-outgoing; Thu, 6 Mar 1997 09:32:49 -0800 (PST) Received: from xmission.xmission.com (softweyr@xmission.xmission.com [198.60.22.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA29987 for ; Thu, 6 Mar 1997 09:32:39 -0800 (PST) Received: (from softweyr@localhost) by xmission.xmission.com (8.8.5/8.7.5) id KAA16244; Thu, 6 Mar 1997 10:31:38 -0700 (MST) From: Softweyr LLC Message-Id: <199703061731.KAA16244@xmission.xmission.com> Subject: Re: how to : route / routed ? (/kernel arpresolve:can't allocate llinfo) To: sweeting@tm.net.my Date: Thu, 6 Mar 1997 10:31:36 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: from "sweeting@tm.net.my" at Mar 5, 97 01:06:45 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-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Whenever i try to create an IP alias with the following : > # ifconfig zp0 202.184.153.18 netmask 255.255.255.255 alias > > I receive : > #word routed[50]:punt RTM_ADD without a gateway > #word routed[50]:possible netmask problem between > zp0:202.184.153.18/32 and zp0:202.184.153.0/24 > #word /kernel:arp_rtrequest:bad gateway value > > then i get the : > " /kernel arpresolve:can't allocate llinfo for 202.184.153.18 " error when > i try to ping the virtual domain. > > Apparently, my routing tables are screwed : but i used this in /etc/sysconfig > > hostname=word.com.my > defaultdomainname=NO > tcp_extensions=YES > network_interfaces="zp0 lo0" > ifconfig_lo0="inet localhost" > ifconfig_zp0="inet 202.184.153.84 netmask 0xffffff00" > static_routes="" > defaultrouter=202.184.153.1 > router="routed" > routerflags=-q If your routing is simple enough that a default route handles everything, i.e. you have one connection to all networks that are not on your local wire, then you don't need routed. Routed is a fairly complicated program, and difficult to configure correctly, so if your default route handles everything for you, TURN routed OFF! The routing table you included would seem to indicate this is true. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.xmission.com/~softweyr softweyr@xmission.com From owner-freebsd-questions Thu Mar 6 09:37:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA00375 for questions-outgoing; Thu, 6 Mar 1997 09:37:01 -0800 (PST) Received: from www.nation-net.com (www.nation-net.com [194.159.125.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA00368 for ; Thu, 6 Mar 1997 09:36:57 -0800 (PST) Received: from mag.nation-net.com (194.159.125.14) by www.nation-net.com with SMTP (Apple Internet Mail Server 1.1.1); Thu, 6 Mar 1997 17:41:34 +0000 Message-ID: <331F00B5.73CE@nation-net.com> Date: Thu, 06 Mar 1997 17:36:53 +0000 From: Paul Walsh Organization: NATION-NET X-Mailer: Mozilla 2.0 (Win95; I) MIME-Version: 1.0 To: questions@freebsd.org Subject: CC:MAIL ramblings Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Possibly a daft question but here goes. We have a client who want a quick and easy gateway to Internet mail for CC:mail ( they don't use Notes ) now that they have installed a leased line. Will FreeBSD do this? Because I know it doesn't entertain MS Mail. And so will CC:mail work as a POP client too with popper? And in fact why do they need cc:mail at all? Wouldn't Internet mail clients for both LAN and E-mail be better and more fun? If the answer is yes surely this has to a very stable and fast solution for every LAN mail system? So ... how did MS Mail and cc:mail ever come to be invented at all. Was it purely to run on dos boxes? Cheers and keep up the good work, Paul Walsh. From owner-freebsd-questions Thu Mar 6 09:53:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA01084 for questions-outgoing; Thu, 6 Mar 1997 09:53:03 -0800 (PST) Received: from caliban.dihelix.com (caliban.mrtc.org [199.4.33.251]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA01078 for ; Thu, 6 Mar 1997 09:52:58 -0800 (PST) Received: (from langfod@localhost) by caliban.dihelix.com (8.8.4/8.8.3) id HAA03207; Thu, 6 Mar 1997 07:51:33 -1000 (HST) Message-Id: <199703061751.HAA03207@caliban.dihelix.com> Subject: Re: How do I create an NIS Master? In-Reply-To: <199703061619.JAA27631@xmission.xmission.com> from Softweyr LLC at "Mar 6, 97 09:18:59 am" To: softweyr@xmission.com (Softweyr LLC) Date: Thu, 6 Mar 1997 07:51:33 -1000 (HST) Cc: langfod@dihelix.com, questions@freebsd.org From: "David Langford" X-blank-line: This space intentionaly left blank. X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Softweyr LLC >David Langford asked: >> Is there a version of vipw(8) that works with the passwd >> files being in /var/yp? It makes editing the files much easier. > >No, but you don't really need one since you don't need to lock the >files while editing. All vipw adds to vi is to lock the passwd >database while you're editing; these locks are not supported with NIS. Actually what I find most useful is that it combines the passwd and master.passwd file so I can make whatever changes I need at once. -David Langford langod@dihelix.com From owner-freebsd-questions Thu Mar 6 10:03:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA01610 for questions-outgoing; Thu, 6 Mar 1997 10:03:32 -0800 (PST) Received: from cicese.cicese.mx (cicese.cicese.mx [158.97.1.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA01598 for ; Thu, 6 Mar 1997 10:03:21 -0800 (PST) Received: from knuth.cicese.mx by cicese.cicese.mx (4.1/SMI-4.1) id AA11101; Thu, 6 Mar 97 10:03:19 PST Received: by knuth.cicese.mx (SMI-8.6/SMI-SVR4) id KAA07266; Thu, 6 Mar 1997 10:05:55 -0800 Date: Thu, 6 Mar 1997 10:05:55 -0800 From: rvega@cicese.mx (Raymundo Vega Aguilar) Message-Id: <199703061805.KAA07266@knuth.cicese.mx> To: freebsd-questions@FreeBSD.ORG Subject: Re: dos+freebsd network Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Md5: /LFh7xqdGLDRFmIZ0Lr8OA== Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hi. > > Is there any way to share freebsd directories as dos drives and vice > versa? > > Thanks, bye. > > vitjok > see samba on ports raymundo From owner-freebsd-questions Thu Mar 6 10:11:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA01966 for questions-outgoing; Thu, 6 Mar 1997 10:11:44 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA01958 for ; Thu, 6 Mar 1997 10:11:40 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id KAA02064; Thu, 6 Mar 1997 10:11:09 -0800 (PST) Date: Thu, 6 Mar 1997 10:11:09 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Gregory James Hormann cc: Robert Clark , freebsd-questions@FreeBSD.ORG Subject: Re: (DOS) Partition Size / Cluster Size. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Gregory James Hormann wrote: > Even though I never used FIPS, I still get that error when I try to mount > a 1GB drive who's only partition is a DOS partition 1GB long. This filesystem breaks the 16k clusters rule. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Mar 6 10:16:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA02285 for questions-outgoing; Thu, 6 Mar 1997 10:16:41 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA02280 for ; Thu, 6 Mar 1997 10:16:37 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id KAA02071; Thu, 6 Mar 1997 10:15:28 -0800 (PST) Date: Thu, 6 Mar 1997 10:15:28 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: tfcheng cc: freebsd-questions@FreeBSD.ORG Subject: Re: about ftp tool! In-Reply-To: <331E7C71.41C67EA6@doomer.life.nthu.edu.tw> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm sorry, but I cannot read html-encoded mail. Please follow the following instructions, then repost your message in plain text. Thank you. How do I disable the use of the HTML tags in Messenger? To disable the use of the HTML tags, choose Preferences from the Edit Menu. Choose Mail and News Preferences, then click the Composition tab and uncheck Use HTML Composition Window. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Mar 6 10:27:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA02721 for questions-outgoing; Thu, 6 Mar 1997 10:27:40 -0800 (PST) Received: from vdp01.vailsystems.com (root@vdp01.vailsystems.com [207.152.98.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA02714 for ; Thu, 6 Mar 1997 10:27:38 -0800 (PST) Received: from crocodile.vale.com (crocodile [204.117.217.147]) by vdp01.vailsystems.com (8.8.3/8.7.3) with ESMTP id MAA05815 for ; Thu, 6 Mar 1997 12:27:31 -0600 (CST) Received: from slave1.vale.com (slave1.vale.com [204.117.217.100]) by crocodile.vale.com (8.8.3/8.7.3) with ESMTP id MAA14158; Thu, 6 Mar 1997 12:27:31 -0600 (CST) Message-ID: <331F0CF6.167EB0E7@vailsys.com> Date: Thu, 06 Mar 1997 12:29:10 -0600 From: Dan Riley Organization: Vail Systems, Inc. X-Mailer: Mozilla 4.0b2 (X11; I; FreeBSD 2.2-970225-GAMM i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG CC: driley@vailsys.com Subject: utmp errors? X-Priority: 3 (Normal) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk From owner-freebsd-questions Thu Mar 6 10:27:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA02766 for questions-outgoing; Thu, 6 Mar 1997 10:27:58 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA02761 for ; Thu, 6 Mar 1997 10:27:56 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id KAA02086; Thu, 6 Mar 1997 10:27:36 -0800 (PST) Date: Thu, 6 Mar 1997 10:27:36 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Paul Walsh cc: questions@FreeBSD.ORG Subject: Re: CC:MAIL ramblings In-Reply-To: <331F00B5.73CE@nation-net.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Mar 1997, Paul Walsh wrote: > We have a client who want a quick and easy gateway to Internet mail for > CC:mail ( they don't use Notes ) now that they have installed a leased > line. > > Will FreeBSD do this? Because I know it doesn't entertain MS Mail. And > so will CC:mail work as a POP client too with popper? And in fact why do > they need cc:mail at all? Wouldn't Internet mail clients for both LAN > and E-mail be better and more fun? AFAIK, FreeBSD can't handle anything but SMTP, and with add-on ports, pop and imap. To say the least, it could be cheaper -- you can use Eudora and other free mail clients if you install pop on your mail server. Check licensing though, it may be different for commercial environments. I do know that a SMTP <-> CC:Mail gateway exists, we have one running here at the UO. CC:Mail is an old throwback that some departments don't want to discard, everyone else uses pine or eudora, so we've had to hack them into the existing system. Of course, it costs $$$, and unless everyone on cc:mail is ready to dump it (don't count on it!), you might consider buying the gateway. > If the answer is yes surely this has to a very stable and fast solution > for every LAN mail system? It works for the University of Oregon, a 15,000+ student college, and with proper setup, it can work for you. > So ... how did MS Mail and cc:mail ever come to be invented at all. Was > it purely to run on dos boxes? These were developed before pop3 was a real standard, and as always, there is a rush for proprietarity when a competitor fires up... Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Mar 6 10:31:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA02956 for questions-outgoing; Thu, 6 Mar 1997 10:31:53 -0800 (PST) Received: from vdp01.vailsystems.com (root@vdp01.vailsystems.com [207.152.98.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA02945 for ; Thu, 6 Mar 1997 10:31:50 -0800 (PST) Received: from crocodile.vale.com (crocodile [204.117.217.147]) by vdp01.vailsystems.com (8.8.3/8.7.3) with ESMTP id MAA05997 for ; Thu, 6 Mar 1997 12:31:49 -0600 (CST) Received: from slave1.vale.com (slave1.vale.com [204.117.217.100]) by crocodile.vale.com (8.8.3/8.7.3) with ESMTP id MAA14181; Thu, 6 Mar 1997 12:31:48 -0600 (CST) Message-ID: <331F0DF8.2781E494@vailsys.com> Date: Thu, 06 Mar 1997 12:33:28 -0600 From: Dan Riley Organization: Vail Systems, Inc. X-Mailer: Mozilla 4.0b2 (X11; I; FreeBSD 2.2-970225-GAMM i386) MIME-Version: 1.0 To: Dan Riley , freebsd-questions@freebsd.org Subject: Re: utmp errors? X-Priority: 3 (Normal) References: <331F0CF6.167EB0E7@vailsys.com> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I seem to have run into a bit of a problem with xterms and rexec logins and maybe utmp... First of all my local xterm login shells (X started with xdm) do not show up, I have at least 4 xterms open as daniel (root is on the console not xtermed): >slave1 daniel /home/daniel > w >12:14PM up 2:35, 1 user, load averages: 0.14, 0.27, 0.26 >USER TTY FROM LOGIN@ IDLE WHAT >root v0 - 9:55AM 2:17 -csh (csh) >slave1 daniel /home/daniel > finger >Login Name TTY Idle Login Time Office Office Phone >root Charlie Root *v0 2:17 Thu 09:55 >slave1 daniel /home/daniel > who >root ttyv0 Mar 6 09:55 neither do xterm login shells started remotely via rexec or with a +ut option: >slave1 daniel /home/daniel > xterm -ls +ut >slave1 daniel /usr/home/daniel > who >root ttyv0 Mar 6 09:55 >el 3 Dec 31 18:00 >4 W >~3ttypJul 27 23:16 what in the world is this entry? >slave1 daniel /usr/home/daniel > w >w: /dev//3: No such file or directory and this? but if I rlogin localhost from a xterm or just on a virtual tty they seem to show up normally: >slave1 daniel /usr/home/daniel > w >12:15PM up 2:35, 2 users, load averages: 0.28, 0.29, 0.26 >USER TTY FROM LOGIN@ IDLE WHAT >root v0 - 9:55AM 2:18 -csh (csh) >daniel p3 localhost 12:15PM - w I am running 2.2-Gamma but see the same sort of weirdness on 2.1.5/6 systems, any clues as to what I may have mis-configured or what is goin on? Thanks From owner-freebsd-questions Thu Mar 6 10:39:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA03248 for questions-outgoing; Thu, 6 Mar 1997 10:39:01 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA03243 for ; Thu, 6 Mar 1997 10:38:58 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id KAA02099; Thu, 6 Mar 1997 10:37:30 -0800 (PST) Date: Thu, 6 Mar 1997 10:37:30 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: =?ISO-8859-2?Q?Piotr_St=EAclik?= cc: freebsd-questions@FreeBSD.ORG Subject: Re: digiboard 8em In-Reply-To: <199703061709.SAA08975@info.icz.com.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by freefall.freebsd.org id KAA03244 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Mar 1997, [ISO-8859-2] Piotr Stêclik wrote: > I'm user of FreeBSD 2.1 and I'm loking for driver to DIGIBOARD 8em. I'll > be thankful if you sent me any informations. There is a digiboard driver in FreeBSD, but it appears to support the PC/#e series (#=number of ports). Your 8em may work, you'd have to try it. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Mar 6 10:39:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA03313 for questions-outgoing; Thu, 6 Mar 1997 10:39:54 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA03306 for ; Thu, 6 Mar 1997 10:39:50 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id KAA02103; Thu, 6 Mar 1997 10:39:26 -0800 (PST) Date: Thu, 6 Mar 1997 10:39:26 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Gianmarco Giovannelli cc: questions@FreeBSD.ORG Subject: Re: Does FreeBSD has crash utility ? In-Reply-To: <3.0.1.32.19970307172516.0073dd50@scotty.masternet.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 7 Mar 1997, Gianmarco Giovannelli wrote: > Have we this utility under FreeBSD ? > > >>Use the crash utility if you have that under BSD to get a stack trace of the > >>zombie process. Why would you want to backtrace a zombie process? It's dead/finished, but it's parent hasn't wait()ed for it yet. See wait(2) for details. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Mar 6 10:41:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA03446 for questions-outgoing; Thu, 6 Mar 1997 10:41:58 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA03436 for ; Thu, 6 Mar 1997 10:41:46 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id KAA02110; Thu, 6 Mar 1997 10:41:38 -0800 (PST) Date: Thu, 6 Mar 1997 10:41:38 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Alfredo Garcia Ramirez cc: freebsd-questions@freebsd.org Subject: Re: Driver to UPS In-Reply-To: <331DE44C.6831@red2000.com.mx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Alfredo Garcia Ramirez wrote: > I have a UPS from trip lite. How can i conect this UPS and in case i > lose electric supply. The UPS notify to freebsd this event. > Sorry for my poor english. i hope you understand me. I've never seen the specifications to Tripp-Lite devices, and the existing upsd only has bits for the APC units. If you can convince Tripp-Lite to send the signalling specs, the upsd author may be able to get them into the program. the program in question is at ftp://ftp.ww.net/pub/wildwind/upsd. It only allows 2 ftp users at a time, so cross your fingers. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Mar 6 10:58:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA04204 for questions-outgoing; Thu, 6 Mar 1997 10:58:28 -0800 (PST) Received: from monk.via.net (monk.via.net [140.174.204.10]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA04194 for ; Thu, 6 Mar 1997 10:58:26 -0800 (PST) Received: (from joe@localhost) by monk.via.net (8.6.11/8.6.12) id KAA21885 for questions@freebsd.org; Thu, 6 Mar 1997 10:50:36 -0800 Date: Thu, 6 Mar 1997 10:50:36 -0800 From: Joe McGuckin Message-Id: <199703061850.KAA21885@monk.via.net> To: questions@freebsd.org Subject: NFS file sizes? X-Sun-Charset: US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm exporting a filesystem from FreeBSD 2.1.6 and mounting on Solaris 2.5. du reports completely bogus info for the mounted files. # Solaris monk% du -sk src 28937 src # FreeBSD % du -sk src 443517 src Why is this? From owner-freebsd-questions Thu Mar 6 11:00:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA04384 for questions-outgoing; Thu, 6 Mar 1997 11:00:22 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA04379 for ; Thu, 6 Mar 1997 11:00:20 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id LAA02135; Thu, 6 Mar 1997 11:00:07 -0800 (PST) Date: Thu, 6 Mar 1997 11:00:07 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Mark Rollings cc: freebsd-questions@freebsd.org Subject: Re: lib.so.3.0 revisited. In-Reply-To: <01284656201436@telcentral.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Mark Rollings wrote: > I installed FreeBSD 2.1.7-RELEASE. I added the bash-2.0.tgz package to > the system via pkg_add. Upon completing this addition... no users using a > bash shell from a remote site were able to log into the system, and were > disconnected with the message: > > lib.so failed: cannot find lib.so.3.0 > > I am curious as to how this can be remedied... or what I have possibly done > incorrectly to induce this situation. for some reason the package you installed was linked against libc 3.0 instead of libc 2.2, which means the package was built on a 2.2-GAMMA box or a "fixed" 2.1.7 box. Make sure you install the 2.1.x package (in ftp.freebsd.org:/pub/FreeBSD/packages-2.1.7/shells/) instead of the '-current' package. I'll reiterate that you can fix this by putting '-s' on teh boot: prompt, which will get you single user mode and the sh shell. Copy /usr/lib/libc.so.2.2 to libc.so.3.0, type 'exit' and you should be up and running again. > Mark Rollings > Systems Administrator > TelCentral Internet > www.telcentral.net That's where that came from! I'm going to get another message from your autoresponder. Could you please disable it or use a different email address? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Mar 6 11:08:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA04833 for questions-outgoing; Thu, 6 Mar 1997 11:08:35 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA04823 for ; Thu, 6 Mar 1997 11:08:30 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id LAA02146; Thu, 6 Mar 1997 11:07:43 -0800 (PST) Date: Thu, 6 Mar 1997 11:07:43 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: "Daniel A. Borlean" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Missing libraries in FreeBSD In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Daniel A. Borlean wrote: > ld.so failed: Can't find shared library "libXpm.so.4.6" Mr. Wells beat me to this one. > Again with X Windows emacs-19.14 I get another error: > > ld.so failed: Can't find shared library "libgcc.so.261.0" Jordan gave me the "proper" solution for this, assuming you have the compat21 dist installed. Make a small script in /usr/local/etc/rc.d/ with this as the contents: #!/bin/sh ldconfig -m /compat/lib if you're on 2.1.5 or earlier, you can modify /etc/rc and find the section that configures the ldconfig paths. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Mar 6 11:11:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA04954 for questions-outgoing; Thu, 6 Mar 1997 11:11:21 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA04948 for ; Thu, 6 Mar 1997 11:11:16 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id LAA02153; Thu, 6 Mar 1997 11:11:03 -0800 (PST) Date: Thu, 6 Mar 1997 11:11:03 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Jeff Clough cc: freebsd-questions@freebsd.org Subject: Re: My own vanished library In-Reply-To: <331EBA17.794BDF32@logrus.mv.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Mar 1997, Jeff Clough wrote: > To Whom It May Concern, > > After upgrading from 2.1 to 2.1.5, I found that XEmacs no longer worked. > ld.so reports "Can't find shared library "libXm.so.2.0". This is a Motif library. perhaps you didn't reinstall it when you upgraded? Motif is a commercial widget set for X. If you install the xemacs package, it won't require it. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Mar 6 11:14:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA05172 for questions-outgoing; Thu, 6 Mar 1997 11:14:00 -0800 (PST) Received: from thelab.hub.org (ott-on4-41.netcom.ca [207.181.90.233]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA05167 for ; Thu, 6 Mar 1997 11:13:57 -0800 (PST) Received: from thelab.hub.org (localhost [127.0.0.1]) by thelab.hub.org (8.8.5/8.8.2) with SMTP id PAA08816 for ; Thu, 6 Mar 1997 15:13:44 -0400 (AST) Date: Thu, 6 Mar 1997 15:13:44 -0400 (AST) From: The Hermit Hacker To: questions@freebsd.org Subject: Too many open files... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi... I'm running a news server on a FreeBSD 2.2-CURRENT machine (it was CURRENT when I upgraded to it way way back) and have just added a few news feeds onto it. Over the past couple of days, I've started to get the following error, which I'm assuming is a result of now having more newsfeeds then my currently compiled kernel can handle (am upgrading to the Feb 3.0-CURRENT over the next few days: news> ctlinnd mode Server throttled Too many open files writing article file -- throttling Allowing remote connections Parameters c 14 i 0 (28) l 1000000 o 115 t 300 H 2 T 60 X 0 normal specified Not reserved Readers separate enabled Am I correct in doing the following to fix/reduce this problem: hub# sysctl kern.maxfilesperproc kern.maxfilesperproc: 2088 hub# sysctl kern.maxfiles kern.maxfiles: 2088 hub# sysctl -w kern.maxfiles=4096 kern.maxfiles: 2088 -> 4096 hub# ^files^filesperproc sysctl -w kern.maxfilesperproc=4096 kern.maxfilesperproc: 2088 -> 4096 Am more or less wondering if I've set the correct values... Thanks... From owner-freebsd-questions Thu Mar 6 11:21:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA05808 for questions-outgoing; Thu, 6 Mar 1997 11:21:44 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA05802 for ; Thu, 6 Mar 1997 11:21:42 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id LAA02171; Thu, 6 Mar 1997 11:21:25 -0800 (PST) Date: Thu, 6 Mar 1997 11:21:25 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Zach Heilig cc: "Matthew D. Fuller" , freebsd-questions@FreeBSD.ORG Subject: Re: RAM In-Reply-To: <87sp291jyj.fsf@murkwood.gaffaneys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 6 Mar 1997, Zach Heilig wrote: > 4, Some motherboards BIOS only report up to 16 Meg (all the rest > seem to have a limit of 64 Meg). Try setting the "MAXMEM" config > variable (see /usr/src/sys/i386/conf/LINT for details). I heard a > rumor you could also set it from the user kernel config (use the -c > option on boot), but I've never actually tried that. MAXMEM is set to 64mb by default. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Mar 6 11:31:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA06165 for questions-outgoing; Thu, 6 Mar 1997 11:31:12 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA06159 for ; Thu, 6 Mar 1997 11:31:03 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id LAA02186; Thu, 6 Mar 1997 11:30:54 -0800 (PST) Date: Thu, 6 Mar 1997 11:30:54 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: sweeting@tm.net.my cc: questions@freebsd.org Subject: Re: TIMEZONE and DST .... making the kernel (was Re: 2.2-GAMMA.) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Mar 1997 sweeting@tm.net.my wrote: > thank you again for your help - do you ever sleep ? Strangely, yes, I do squeak in a good 8 hours. > cheers, i tried that first time and was told it wasn't a tar file so i > made one big tarball first. May have been ssys.inf clogging the works. > >Maybe. Can I see it? > > i won't trouble you with that - gonna go try without the ssys.inf file first. OK, but if it dies do post it. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Mar 6 11:35:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA06379 for questions-outgoing; Thu, 6 Mar 1997 11:35:55 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA06373 for ; Thu, 6 Mar 1997 11:35:48 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id LAA02190; Thu, 6 Mar 1997 11:34:27 -0800 (PST) Date: Thu, 6 Mar 1997 11:34:27 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: sweeting@tm.net.my cc: questions@freebsd.org Subject: Re: TIMEZONE and DST .... making the kernel (was Re: 2.2-GAMMA.) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Mar 1997 sweeting@tm.net.my wrote: > could it be due to using the 2.1.7 source but having 2.1.6 installed at > present ? > (i was hoping to use this as a method to upgrade since i/o is poor and do not > want to reinstall.... but in any case, i need to reconfigure the kernel.) Yes, it's possible it's sucking in some old headers from /usr/include. You should probably upgrade the entire machine to 2.1.7, it's not a good idea to run stuff piecemeal unless you know what you're doing. > since GENRIC doesn't work, figure it is not the config file. > has anyone managed to reconfigure the kernel for 2.1.7 ? True. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Mar 6 11:37:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA06490 for questions-outgoing; Thu, 6 Mar 1997 11:37:41 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA06481 for ; Thu, 6 Mar 1997 11:37:39 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id LAA02197; Thu, 6 Mar 1997 11:37:29 -0800 (PST) Date: Thu, 6 Mar 1997 11:37:29 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: hugh@s055.aone.net.au cc: freebsd-questions@freebsd.org Subject: Re: Using userppp on a freebsd box as a server. In-Reply-To: <331E7118.64AE@island.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Mar 1997, Hugh Blandford wrote: > I'm hoping to use a freebsd box that has a permanent connection to the > net as a ppp server for one line until my terminal server arrives next > month. > > When I read the man ppp page, it said that various things were required > to be done and then launches into a section on timeouts etc. Where is > this all supposed to go? Is it supposed to go in > /usr/local/bin/ppplogin? Do I have to customise all the files in the > ppp directory? I'm planning on using a static address for the dialing > in machine and naturally the server has a static address. Does the > server need to run gated for the dialin machine to have access to the > net? You may want to run pppd (kernel-mode ppp) as it's a bit more stable for logins. I believe the Handbook has a section on configuring dialup ppp servers, or else take a look at http://resnet.uoregon.edu/ppp/. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Mar 6 12:07:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA08601 for questions-outgoing; Thu, 6 Mar 1997 12:07:34 -0800 (PST) Received: from stone.csc.ncsu.edu (stone.csc.ncsu.edu [152.1.61.102]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA08596 for ; Thu, 6 Mar 1997 12:07:29 -0800 (PST) Received: (from oliver@localhost) by stone.csc.ncsu.edu (8.8.5/8.8.3) id PAA12371 for questions@freebsd.org; Thu, 6 Mar 1997 15:06:43 -0500 (EST) From: oliver W Message-Id: <199703062006.PAA12371@stone.csc.ncsu.edu> Subject: telnet To: questions@freebsd.org Date: Thu, 6 Mar 1997 15:06:43 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, all I am using 2.1.7 Release. The problem I have is whenever to run "telnet", it first try make the connection, then it report me "Connection was closed by foreign host", but actually I can telnet it from other machine. Could someone help me that? Thx oliver From owner-freebsd-questions Thu Mar 6 12:15:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA08969 for questions-outgoing; Thu, 6 Mar 1997 12:15:07 -0800 (PST) Received: from saturn.apana.org.au (root@saturn.apana.org.au [202.12.90.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA08962 for ; Thu, 6 Mar 1997 12:15:03 -0800 (PST) Received: by saturn.apana.org.au id m0w2jYy-0000XBC (Debian Smail-3.2 1996-Jul-4 #2); Fri, 7 Mar 1997 07:14:52 +1100 (EST) Received: from magpie.apana.org.au (magpie [203.9.107.246]) by bullseye.apana.org.au (8.6.12/8.6.12) with SMTP id TAA03543; Thu, 6 Mar 1997 19:12:27 +1000 Date: Thu, 6 Mar 1997 19:09:54 +1100 (EST) From: Andrew MacIntyre X-Sender: andymac@magpie.apana.org.au To: Doug White cc: David Empey , freebsd-questions@FreeBSD.ORG Subject: Re: Network Card - SMC 8416 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Mar 1997, Doug White wrote: > On Sat, 1 Mar 1997, David Empey wrote: > > > I have a network card installed, an SMC 8416, which doesn't appear to > > be supported . I tried the driver for the SMC 80XX cards to no avail. > > You mean the ed0 driver? > > The Handbook doesn't list one of these, can you find out what the WD chip > is on it? It works fine with the ed driver as long as PnP is disabled and its set to memory mapped mode (the default is port mapped mode. Andrew I MacIntyre "These thoughts are mine alone..." E-mail: andrew.macintyre@aba.gov.au (work) | Snail: PO Box 370 andymac@bullseye.apana.org.au (play) | Belconnen ACT 2616 Fido: Andrew MacIntyre, 3:620/243.18 | Australia From owner-freebsd-questions Thu Mar 6 14:18:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA15464 for questions-outgoing; Thu, 6 Mar 1997 14:18:52 -0800 (PST) Received: from pegasus.rutgers.edu (pegasus.rutgers.edu [128.6.10.45]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA15407 for ; Thu, 6 Mar 1997 14:16:42 -0800 (PST) Received: from hell.dorm.rutgers.edu (nomad@[165.230.177.4]) by pegasus.rutgers.edu (8.6.12+bestmx+oldruq+newsunq/8.5) with SMTP id RAA03160; Thu, 6 Mar 1997 17:16:19 -0500 Message-ID: <331F424A.41C67EA6@pegasus.rutgers.edu> Date: Thu, 06 Mar 1997 17:16:42 -0500 From: Red Barchetta X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2-970225-GAMMA0 i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: wtmp inconsistencies under XFree86 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I recently noticed that when I log in to my computer (running 2.2-GAMMA-970225) using XFree86 3.2, the entry in /var/log/wtmp is made incorrectly. The date and time for X logins is almost invariably recorded as December 31 at 7:00 p.m., as in the sample 'last' output below. I have seen a few examples with different times, and a few that were garbled (various non-standard characters, control characters, etc.). As you can see from the second (terminal) entry, non-X logins are recorded without a problem. Has anyone else noticed this behavior, and does anyone have any suggestions? Output of 'last nomad'. (/var/log/wtmp was cleared on March 6 at 4:50 p.m.) nomad ttyp1 Wed Dec 31 19:00 still logged in nomad ttyv0 Thu Mar 6 16:54 still logged in wtmp begins Thu Mar 6 16:54 As far as my configuration goes, I have not touched the files in /usr/X11R6/lib/X11/config, so I have not modified the behavior of XFree86 in any way. Thanks for any help. If possible, please forward a copy of any responses to me, as I don't subscribe to -questions any longer due to its high volume. Thanks a lot! Ernie Pistor From owner-freebsd-questions Thu Mar 6 14:49:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA17000 for questions-outgoing; Thu, 6 Mar 1997 14:49:52 -0800 (PST) Received: from naz.naz.com (root@[207.1.39.66]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA16751 for ; Thu, 6 Mar 1997 14:43:45 -0800 (PST) Received: from default (modem74.webbernet.net [206.137.189.74]) by naz.naz.com (8.8.0/8.6.9) with SMTP id RAA04321 for ; Thu, 6 Mar 1997 17:35:22 -0500 Message-ID: <331F47CE.4EEB@naz.com> Date: Thu, 06 Mar 1997 17:40:14 -0500 From: graberc Reply-To: fike@naz.com X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: TCP wrappers Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I was on efnet the other day talking in #freebsd And a person was talking alittle about tcp wrappers I looked for them on the cd and could not find them. The reason I ask is I am trying things with the finger command and I was told I needed to install them. Thankz Steve B From owner-freebsd-questions Thu Mar 6 14:57:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA17364 for questions-outgoing; Thu, 6 Mar 1997 14:57:26 -0800 (PST) Received: from student.uq.edu.au (root@student.uq.edu.au [130.102.2.20]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA17343 for ; Thu, 6 Mar 1997 14:57:13 -0800 (PST) Received: from localhost (cs321536@localhost [127.0.0.1]) by student.uq.edu.au (8.8.5/8.8.5) with SMTP id GAA29839 for ; Fri, 7 Mar 1997 06:31:39 +1000 (GMT+1000) Date: Fri, 7 Mar 1997 06:31:39 +1000 (GMT+1000) From: Christopher Stephensen To: questions@FreeBSD.org Subject: Disk space requirements. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk To whom it may concern, I am considering running FreeBSD on my system and am curious to know how much disk space will be required. I realise that this may be a difficult question to answer, but a rough figure for a minimum FreeBSD system with XFree86 will give me an idea. Thank you for your time. Chris Stephensen. From owner-freebsd-questions Thu Mar 6 15:08:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA18054 for questions-outgoing; Thu, 6 Mar 1997 15:08:57 -0800 (PST) Received: from mail12.digital.com (mail12.digital.com [192.208.46.20]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA18040 for ; Thu, 6 Mar 1997 15:08:46 -0800 (PST) From: perry@zso.dec.com Received: from rust.zso.dec.com by mail12.digital.com (8.7.5/UNX 1.5/1.0/WV) id SAA26442; Thu, 6 Mar 1997 18:00:20 -0500 (EST) Received: from yakko.zso.dec.com by rust.zso.dec.com (5.65/DECwest-CLUSTRIX-mwd-12Dec94) id AA11299; Thu, 6 Mar 1997 15:00:19 -0800 Received: from localhost by yakko.zso.dec.com (5.65v3.2/1.1.10.5/27Nov96-0917PM) id AA24916; Thu, 6 Mar 1997 15:02:14 -0800 Message-Id: <9703062302.AA24916@yakko.zso.dec.com> To: freebsd-questions@freebsd.org Subject: arplookup failure? Reply-To: perry@zso.dec.com Date: Thu, 06 Mar 97 15:02:14 -0800 X-Mts: smtp Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi there. I am running 2.2-970227-GAMMA on an old DEC-PC 433. It has the adaptec 152x chip on the motherboard and and the DE100 ethernet card on the motherboard. I did an ftp install from 22gamma.freebsd.org and all went well with the install after I disconnected my external SCSI devices. When those devices were connected, the kernel would not boot. It would instead hang on probing the SCSI bus and keep timing out. This happened even if only one external device was connected. When I disconnected the external cable from the main box, the kernel came up and discovered the internal SCSI drive and I continued with the install. Now that the network is up I am getting tons of these messages: arplookup 16.64.16.97 failed: host is not on local network arplookup 16.64.0.39 failed: host is not on local network arplookup 16.64.16.97 failed: host is not on local network arplookup 16.64.0.1 failed: host is not on local network Can I get a clue about where to look for the problem? Thanks. -Reggie ------------------- Reginald S. Perry e-mail: perry@zso.dec.com Digital Equipment Corporation Performance Manager Group My opinions are barely my own. Clearly Digital wants nothing to do with them From owner-freebsd-questions Thu Mar 6 15:38:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA19899 for questions-outgoing; Thu, 6 Mar 1997 15:38:22 -0800 (PST) Received: from tok.qiv.com ([204.214.141.211]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA19894 for ; Thu, 6 Mar 1997 15:38:19 -0800 (PST) Received: (from uucp@localhost) by tok.qiv.com (8.8.5/8.7.3) with UUCP id RAA20389; Thu, 6 Mar 1997 17:37:22 -0600 (CST) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.3/8.7.3) with SMTP id RAA00526; Thu, 6 Mar 1997 17:36:49 -0600 (CST) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Thu, 6 Mar 1997 17:36:48 -0600 (CST) From: "Jay D. Nelson" To: Christoph Kukulies cc: freebsd-questions@freefall.freebsd.org Subject: Re: wwwcount and netscape 402b (communicator) In-Reply-To: <199703060829.JAA07846@gilberto.physik.rwth-aachen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As I recall, if the user agent doesn't report itself via the HTTP_USER_AGENT header (or something like that) the default behavior of wwwcount is to report the 8's you are seeing. There is a configuration option you can set when you compile wwwcount that turns this off. -- Jay On Thu, 6 Mar 1997, Christoph Kukulies wrote: -> ->Anyone familar with wwwcount and CGI? -> ->I have a little www test page (under construction) ->(http:/mozart.physik.rwth-aachen.de) ->and the counter I have in there worked fine with ->netscape 3.01. Yesterday I installed Netscape 4.0b2 ->and the counter always shows 888888 -> ->Known problem? ->Does anyone see the counter right (in the range 140)? -> ->-- ->Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de -> From owner-freebsd-questions Thu Mar 6 16:08:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA21970 for questions-outgoing; Thu, 6 Mar 1997 16:08:11 -0800 (PST) Received: from thelab.hub.org (ott-on5-43.netcom.ca [207.181.91.107]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA21959 for ; Thu, 6 Mar 1997 16:08:05 -0800 (PST) Received: from thelab.hub.org (localhost [127.0.0.1]) by thelab.hub.org (8.8.5/8.8.2) with SMTP id UAA10592; Thu, 6 Mar 1997 20:07:21 -0400 (AST) Date: Thu, 6 Mar 1997 20:07:21 -0400 (AST) From: The Hermit Hacker To: graberc cc: freebsd-questions@FreeBSD.ORG Subject: Re: TCP wrappers In-Reply-To: <331F47CE.4EEB@naz.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Mar 1997, graberc wrote: > I was on efnet the other day talking in #freebsd And a person was > talking alittle about tcp wrappers I looked for them on the cd and could > not find them. The reason I ask is I am trying things with the finger > command and I was told I needed to install them. > Check under /usr/local/ports/security/tcp_wrapper From owner-freebsd-questions Thu Mar 6 16:22:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23431 for questions-outgoing; Thu, 6 Mar 1997 16:22:36 -0800 (PST) Received: from hops.cs.jhu.edu (hops.cs.jhu.edu [128.220.13.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id QAA23417 for ; Thu, 6 Mar 1997 16:22:28 -0800 (PST) Received: from Unknown (hops.cs.jhu.edu [128.220.13.2]) by hops.cs.jhu.edu (8.6.12/8.6.9) with SMTP id TAA08100; Thu, 6 Mar 1997 19:20:49 -0500 Message-Id: <199703070020.TAA08100@hops.cs.jhu.edu> Comments: Authenticated sender is From: "Claudius Li" To: David Greenman , Doug White Date: Thu, 6 Mar 1997 07:25:18 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: networking CC: Claudius Li , questions@freebsd.org Priority: normal References: <199703050333.TAA18376@root.com> In-reply-to: X-mailer: Pegasus Mail for Windows (v2.52) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > >> I have a pentium 75 with 8 megs of ram and an intel etherexpress pro > > >> More specifically, where can I get more information of the style > > >> "Networking Newbies" > > > > > >Intel EtherExpress _Pro_? Ugh, it may not be supported. Which model? > > > > The EtherExpress Pro/100B is supported in 2.1.5 and newer releases - I > > wrote the driver for it. > > That's what I wanted to know, which one it was. Isn't there a 10/100 and > a strict 10? > I heard that the generic ne2000 works with the Etherexpress pro. Do you know where I can find it? From owner-freebsd-questions Thu Mar 6 16:35:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24713 for questions-outgoing; Thu, 6 Mar 1997 16:35:34 -0800 (PST) Received: from daisy.snet.net (daisy.snet.net [204.60.7.85]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA24705 for ; Thu, 6 Mar 1997 16:35:28 -0800 (PST) Received: from default (hrfr03-sh4-port219.snet.net [204.60.8.219]) by daisy.snet.net (8.8.5/8.8.5/SNET-1.3.0.1) with ESMTP id TAA12071; Thu, 6 Mar 1997 19:34:49 -0500 (EST) Message-Id: <199703070034.TAA12071@daisy.snet.net> From: "Jeffrey M. Metcalf" To: "Jeffrey M Metcalf" , "FreeBSD questions" Subject: What does gets() unsafe question mean? Date: Thu, 6 Mar 1997 19:35:07 -0500 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I recently wrote a little C program which uses the stdio.h function gets(). I compiled and ran it under FreeBSD and I get.. warning: this program uses gets(), which is unsafe. What exactly does this mean? Why is it unsafe? If possible, can any replies be sent as an e-mail to the above address? Thank You, JM -- ----- Jeffrey M. Metcalf metcalf@snet.net http://ruddles.stat.uconn.edu/~jeff From owner-freebsd-questions Thu Mar 6 16:36:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24867 for questions-outgoing; Thu, 6 Mar 1997 16:36:45 -0800 (PST) Received: from emout04.mail.aol.com (emout04.mx.aol.com [198.81.11.95]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA24859 for ; Thu, 6 Mar 1997 16:36:36 -0800 (PST) From: Marquisoft@aol.com Received: (from root@localhost) by emout04.mail.aol.com (8.7.6/8.7.3/AOL-2.0.0) id TAA25908 for freebsd-questions@freebsd.org; Thu, 6 Mar 1997 19:36:04 -0500 (EST) Date: Thu, 6 Mar 1997 19:36:04 -0500 (EST) Message-ID: <970306193555_-1406191414@emout04.mail.aol.com> To: freebsd-questions@freebsd.org Subject: where on your ftp site is freebsd? Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk with all those directories on your ftp site, its hard to tell where the installation files are! please help!!! can ya give me a directory name i can get the installation files from? whats the difference between freebsd and linux? are they both 64 bit operating systems? do they support DOS, Windows 3.1, or Win95? From owner-freebsd-questions Thu Mar 6 17:16:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA27883 for questions-outgoing; Thu, 6 Mar 1997 17:16:20 -0800 (PST) Received: from icicle.winternet.com (adm@icicle.winternet.com [198.174.169.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA27878 for ; Thu, 6 Mar 1997 17:16:16 -0800 (PST) Received: (from adm@localhost) by icicle.winternet.com (8.7.5/8.7.5) id TAA09030 for ; Thu, 6 Mar 1997 19:16:10 -0600 (CST) Posted-Date: Thu, 6 Mar 1997 19:16:10 -0600 (CST) Received: from fools.ecpnet.com(204.246.64.101) by icicle.winternet.com via smap (V2.0beta) id xma009010; Thu, 6 Mar 97 19:15:49 -0600 Received: from localhost (moke@localhost) by fools.ecpnet.com (8.8.5/8.8.4) with SMTP id TAA00435 for ; Thu, 6 Mar 1997 19:12:34 -0600 (CST) Date: Thu, 6 Mar 1997 19:12:34 -0600 (CST) From: Jimbo Bahooli To: freebsd-questions@freebsd.org Subject: VGA && PCVT Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have been hacking on the pcvt driver alittle recently. Nothing really technical except getting it to display 8-bit ala 437 codepage, and changing the VC actions to that of the sc0 driver (alt-fX). My next goal was to get it to do INTENSE. This proved somewhat more difficult, and I am looking for some pointers. I know this would disable the 2nd_charset capability but I have no need for that. I would rather have intensity. thanks. From owner-freebsd-questions Thu Mar 6 17:21:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA28360 for questions-outgoing; Thu, 6 Mar 1997 17:21:16 -0800 (PST) Received: from dg-rtp.dg.com (dg-rtp.rtp.dg.com [128.222.1.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id RAA28264 for ; Thu, 6 Mar 1997 17:20:38 -0800 (PST) Received: by dg-rtp.dg.com (5.4R3.10/dg-rtp-v02) id AA13109; Thu, 6 Mar 1997 20:20:05 -0500 Received: from ponds by dg-rtp.dg.com.rtp.dg.com; Thu, 6 Mar 1997 20:20 EST Received: from lakes.water.net (lakes [10.0.0.3]) by ponds.water.net (8.8.3/8.7.3) with ESMTP id TAA16280; Thu, 6 Mar 1997 19:59:08 -0500 (EST) Received: (from rivers@localhost) by lakes.water.net (8.8.3/8.6.9) id UAA08869; Thu, 6 Mar 1997 20:04:53 -0500 (EST) Date: Thu, 6 Mar 1997 20:04:53 -0500 (EST) From: Thomas David Rivers Message-Id: <199703070104.UAA08869@lakes.water.net> To: ponds!eeyore.lv-hrc.nevada.edu!doon, ponds!time.cdrom.com!jhk Subject: Re: 2.1.5->2.1.7 causes SCSI errors? Cc: ponds!freebsd.org!freebsd-questions, ponds!frii.com!gnat Content-Type: text Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jordan writes: > You guys just need to update your firmware (at least this is > a definite in Nathan's case). The modern driver takes more advantage > these drives, and firmware bugs in the earlier revisions of them > cause problems for this code. At the time I reported the problem; (Aug. 1996) someone else made the same suggestion. I called adaptec. They informed me I had (as of that time ) the most recent firmware on my 2940UW there was; there was no updating I could possibly do... The problem was still there. - Dave Rivers - > > ftp.qntm.com > > > I experienced this problem also, but with 2.1.6. Had to dump the 2940 :) > > and use a 1542B Ugh! > > Let ne know if you ever find out what happened! > > > > Thanks > > > > Harry Reed > > > > ---------- > > > From: Nathan Torkington > > > To: freebsd-questions@freebsd.org > > > Subject: 2.1.5->2.1.7 causes SCSI errors? > > > Date: Wednesday, March 05, 1997 9:26 AM > > > > > > Our news machine worked just fine under 2.1.5, but barfed miserably > > > when upgraded to 2.1.7. It reboots about every 20 minutes now. > > > > > > The kernel probe finds the disks: > > > kernel: ahc0 rev 3 int a irq 11 on > > pci0:12 > > > kernel: ahc0: aic7870 Single Channel, SCSI Id=7, 16 SCBs > > > kernel: ahc0 waiting for scsi devices to settle > > > kernel: (ahc0:0:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 > > > kernel: sd0(ahc0:0:0): Direct-Access 2049MB (4197405 512 byte sectors) > > > kernel: (ahc0:1:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 > > > kernel: sd1(ahc0:1:0): Direct-Access 2049MB (4197405 512 byte sectors) > > > kernel: (ahc0:2:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 > > > kernel: sd2(ahc0:2:0): Direct-Access 2049MB (4197405 512 byte sectors) > > > kernel: (ahc0:3:0): "SEAGATE ST32430N 0510" type 0 fixed SCSI 2 > > > kernel: sd3(ahc0:3:0): Direct-Access 2049MB (4197405 512 byte sectors) > > > kernel: (ahc0:4:0): "QUANTUM XP34300 F81H" type 0 fixed SCSI 2 > > > kernel: sd4(ahc0:4:0): Direct-Access 4101MB (8399520 512 byte sectors) > > > > > > The messages we get before reboots are: > > > > > > kernel: sd4(ahc0:4:0): timed out while idle, LASTPHASE == 0x1, SCSISIGI > > == 0x0 > > > kernel: SEQADDR == 0x8 > > > kernel: panic: ahc0: Timed-out command times out again > > > kernel: > > > kernel: syncing disks... 70 70 70 70 70 70 70 70 70 70 70 70 70 70 70 70 > > 70 70 70 70 giving up > > > kernel: Automatic reboot in 15 seconds - press a key on the console to > > abort > > > kernel: Rebooting... > > > > > > That disk is part of a large CCD device: > > > ccd0 32 0 /dev/sd1s1 /dev/sd2s1 /dev/sd3s1 > > /dev/sd4s1 > > > > > > I copied the old kernel configuration file from 2.1.5 to 2.1.7 and > > > built and installed it without complaints. I couldn't find anything > > > in the 2.1.7 LINT file to suggest that the format of the SCSI device > > > specification has significantly changed between 2.1.5 and 2.1.7. We > > > haven't seen this behaviour on any of our other 5 servers which I > > > upgraded at the same time and in the same manner (the others don't > > > have ccd or the Quantum drive). > > > > > > What did I do wrong and (more importantly) what do I do to fix it? > > > > > > Thanks, > > > > > > Nat > > > (I'm not a list subscriber, just someone who is following the kernel's > > > instructions and is panicking, so please CC: gnat@frii.com on your > > > replies) > > > > > From owner-freebsd-questions Thu Mar 6 17:40:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA00116 for questions-outgoing; Thu, 6 Mar 1997 17:40:39 -0800 (PST) Received: from digi.jungle.net (root@digi.jungle.net [206.137.16.16]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA29994 for ; Thu, 6 Mar 1997 17:40:31 -0800 (PST) Received: (from lynx@localhost) by digi.jungle.net (8.8.4/8.8.5-JungleVirtualMail) id TAA01238; Thu, 6 Mar 1997 19:42:07 -0500 (EST) Date: Thu, 6 Mar 1997 19:42:07 -0500 (EST) Message-Id: <199703070042.TAA01238@digi.jungle.net> To: freebsd-questions@FreeBSD.ORG X-URL: http://www.freebsd.org/support.html X-Mailer: Lynx, Version 2.6 X-Personal_name: phrozen From: thinker@jungle.net Subject: http://www.freebsd.org/support.html Cc: moron@null.net Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk If I want to install freebsd on my machine, which files should i dl off the ftp server? is there one compressed file for each package? i already have the boot disk made up.. i can't get my modem to work in the PPP, so it would be easier for me to dl the files and put them on a dos partition... any info greatly appreciated.. thanx From owner-freebsd-questions Thu Mar 6 17:53:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA01331 for questions-outgoing; Thu, 6 Mar 1997 17:53:40 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA01326 for ; Thu, 6 Mar 1997 17:53:35 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id RAA02643; Thu, 6 Mar 1997 17:53:15 -0800 (PST) Date: Thu, 6 Mar 1997 17:53:15 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Claudius Li cc: David Greenman , questions@freebsd.org Subject: Re: networking In-Reply-To: <199703070020.TAA08100@hops.cs.jhu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Mar 1997, Claudius Li wrote: > I heard that the generic ne2000 works with the Etherexpress pro. Do > you know where I can find it? I don't understand. Generic NE2000 cards (which are ISA) do work, I used one on this workstation for quite a while. You can bet that any card <$30 is most likely NE2000 compatible. But they certainly aren't the same. I'm not that familiar with the intel networking product line tho. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Mar 6 17:55:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA01446 for questions-outgoing; Thu, 6 Mar 1997 17:55:24 -0800 (PST) Received: from murkwood.gaffaneys.com (dialup15.gaffaneys.com [134.129.252.34]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA01438 for ; Thu, 6 Mar 1997 17:55:19 -0800 (PST) Received: (from zach@localhost) by murkwood.gaffaneys.com (8.8.5/8.8.5) id TAA04182; Thu, 6 Mar 1997 19:54:18 -0600 (CST) To: "Jeffrey M. Metcalf" Cc: "Jeffrey M Metcalf" , "FreeBSD questions" Subject: Re: What does gets() unsafe question mean? References: <199703070034.TAA12071@daisy.snet.net> Mime-Version: 1.0 (generated by tm-edit 7.103) Content-Type: text/plain; charset=US-ASCII From: Zach Heilig Date: 06 Mar 1997 19:54:17 -0600 In-Reply-To: "Jeffrey M. Metcalf"'s message of Thu, 6 Mar 1997 19:35:07 -0500 Message-ID: <87n2sg1n7a.fsf@murkwood.gaffaneys.com> Lines: 32 X-Mailer: Gnus v5.4.15/Emacs 19.34 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>>> "Jeffrey" == Jeffrey M Metcalf writes: > Hello, I recently wrote a little C program which uses the stdio.h > function gets(). I compiled and ran it under FreeBSD and I get.. > warning: this program uses gets(), which is unsafe. > What exactly does this mean? Why is it unsafe? If possible, can > any replies be sent as an e-mail to the above address? Compile this small program: #include main() { char buf[1]; puts("Enter lots of text and press enter:"); gets(buf); } Run it, and follow instructions. This will usually crash an MS-DOS machine, and it crashed the pty driver on one version of unix I tried it on (it was awhile ago, and I don't remember which machine it happened on). I had to telnet in from another box, and kill the processes attached to that terminal so it would log out and reset. This sort of programming has been the cause of far too many security holes in sendmail and many other setuid programs. -- Zach Heilig (zach@blizzard.gaffaneys.com) | ALL unsolicited commercial email Support bacteria -- it's the only | is unwelcome. I avoid dealing form of culture some people have! | with companies that email ads. From owner-freebsd-questions Thu Mar 6 18:27:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA03113 for questions-outgoing; Thu, 6 Mar 1997 18:27:03 -0800 (PST) Received: from chow.cisco.com (chow.cisco.com [171.69.1.204]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id SAA03086 for ; Thu, 6 Mar 1997 18:26:29 -0800 (PST) From: raj@cisco.com Received: from rjohnson-home-ss20.cisco.com (rjohnson-home-ss20.cisco.com [171.69.113.50]) by chow.cisco.com (8.6.12/8.6.5) with ESMTP id SAA07071 for ; Thu, 6 Mar 1997 18:25:48 -0800 Received: from LOCALHOST.cisco.com (LOCALHOST.cisco.com [127.0.0.1]) by rjohnson-home-ss20.cisco.com (8.6.8+c/CISCO.WS.1.1) with SMTP id SAA22285 for freebsd-questions@freebsd.org; Thu, 6 Mar 1997 18:25:46 -0800 Message-Id: <199703070225.SAA22285@rjohnson-home-ss20.cisco.com> X-Authentication-Warning: rjohnson-home-ss20.cisco.com: Host LOCALHOST.cisco.com didn't use HELO protocol To: freebsd-questions@freebsd.org Subject: Running on a Ascentia P50 CTS12? Date: Thu, 06 Mar 97 18:25:40 PST Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm looking at running FreeBSD and XFree86 on an AST Ascentia P50 CTS12. This system has a 12.1" screen (800x600). I talked to someone recently who ran this on the same AST Ascentia P50 but with a 11.3" screen and said he had no problems. (Surprisingly, he even had no problems running XFree86 3.1.2 on this eventhough it uses a GD7543 video chip which wasn't supported until 3.2 and even then supposedly still has some problems. He even tells me his system uses the same video chip. He tells me he used a compatible config and I have a copy of his config file.) This sounds good but I'm hesitating because I can't find any company which would allow me to return the system if it didn't work out. So... Given that someone has already run this on an AST Ascentia P50 with a smaller screen, what's the chance of my having problems on this newer model with a larger screen? I'm worried about possible minor changes in things like CDROM controllers, memory cache chips, etc. What do you think? /raj From owner-freebsd-questions Thu Mar 6 18:33:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA03313 for questions-outgoing; Thu, 6 Mar 1997 18:33:55 -0800 (PST) Received: from netcom22.netcom.com (sauber@netcom22.netcom.com [192.100.81.136]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id SAA03308 for ; Thu, 6 Mar 1997 18:33:52 -0800 (PST) Received: from localhost (sauber@localhost) by netcom22.netcom.com (8.6.13/Netcom) id SAA10706; Thu, 6 Mar 1997 18:33:50 -0800 Date: Thu, 6 Mar 1997 18:33:49 -0800 (PST) From: Soren Dossing X-Sender: sauber@netcom22 To: questions@freebsd.org Subject: rexecd Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I did not find a port of webstone anywhere, so I am trying to make one. But I need a suggestion. Part of the webstone test is to generate some files and rcp them to the webservers www directory. This must be done as root. However reading the manual page for rexecd it turns out, that root is not allowed to use the rcp, and that the entire concept of rexec/rexecd is an example of how not to do things. So right now I miss an example of how to do things. What would be the best way to copy the files to the web server non-interactively ? Please CC: to me directly, since I'm not on the ports list. Soren From owner-freebsd-questions Thu Mar 6 19:20:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA06591 for questions-outgoing; Thu, 6 Mar 1997 19:20:46 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA06586 for ; Thu, 6 Mar 1997 19:20:44 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id TAA04815; Thu, 6 Mar 1997 19:20:23 -0800 (PST) To: eck@sc10.dseg.ti.com (Terry Eck) cc: freebsd-questions@freebsd.org Subject: Re: Install Bootloader Question In-reply-to: Your message of "Thu, 06 Mar 1997 08:28:11 CST." <9703061428.AA00330@sc10.dseg.ti.com> Date: Thu, 06 Mar 1997 19:20:23 -0800 Message-ID: <4810.857704823@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Finally, my question. Installing from a DOS partiton as C:\freebsd\bin where > do I put the bootloader file(s) so the install program will find them? You don't - the bootloader is built into the installation program itself, and will be written out when you write the partition information to the disk (assuming that you also specified that a boot manager be used in the appropriate menu when it came up). Jordan From owner-freebsd-questions Thu Mar 6 19:30:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA07516 for questions-outgoing; Thu, 6 Mar 1997 19:30:06 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA07511 for ; Thu, 6 Mar 1997 19:30:03 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id TAA04847; Thu, 6 Mar 1997 19:24:59 -0800 (PST) To: "M.R.Murphy" cc: cima@via-net.com.br, questions@freebsd.org Subject: Re: Installation Kernel In-reply-to: Your message of "Thu, 06 Mar 1997 07:33:29 PST." <199703061533.HAA21545@meerkat.mole.org> Date: Thu, 06 Mar 1997 19:24:59 -0800 Message-ID: <4844.857705099@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Jordan keeps making the point that you will need a *full* CVS repository > online to do this, but it is not the case. A little examination of I just replied to Mike privately on this, but just to make the point publically - there is good reason why I document the CVS repository as a necessary ingredient. Jordan From owner-freebsd-questions Thu Mar 6 19:31:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA07600 for questions-outgoing; Thu, 6 Mar 1997 19:31:14 -0800 (PST) Received: from auth.internode.net (drussell@auth.internode.net [198.161.228.75]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA07581 for ; Thu, 6 Mar 1997 19:31:11 -0800 (PST) Received: from localhost (drussell@localhost) by auth.internode.net (8.8.2/8.8.2) with SMTP id VAA21063 for ; Thu, 6 Mar 1997 21:10:02 -0700 Date: Thu, 6 Mar 1997 21:10:02 -0700 (MST) From: Doug Russell To: freebsd-questions@freebsd.org Subject: PPPd server, with statix AND dynamic IP users... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Please send a cc: of responses to me... drussell@internode.net, as I'm only subscribed to things like -current and -hackers. :) I am trying to figure out a way to have PPPd act as a "server" side of a connection, forcing users to use a certain IP address, varying by ttydX line they are connected to. The exception is the few priviledged users who have static IPs. This is driving me nuts. I don't see anything in the list archives, either. If I use the options.ttydX files, it is read after the command line, options file, etc, and so forces the user to use that address (regardless of what addresses are specified for that user in pap-secrets when using PAP, incidentally). If I use no "default" IP number in options or options.ttydX, and have the static IP users listed in pap-secrets, with a generic line for other users, it works, but the user has to specify the IP address from their end. If they don't specify an address, PPPd doesn't volunteer one, essentally. Has anyone ever done something like this? I can't specify a single address in options and override with ~/.ppprc, either, because then it doesn't change by tty, and ~/.ppprc is read before options.ttydX.... Hmm Ian and I are going to have to hack the ppp source somehow to get this to work if there isn't already a way to do it. If it isn't already there, we will make it clean and provide a diff, because this is something that really should be possible without a lot of fuss. Later...... From owner-freebsd-questions Thu Mar 6 19:37:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA08334 for questions-outgoing; Thu, 6 Mar 1997 19:37:22 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA08328; Thu, 6 Mar 1997 19:37:09 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id TAA04923; Thu, 6 Mar 1997 19:37:14 -0800 (PST) To: "Harry Reed" cc: freebsd-questions@FreeBSD.ORG, gibbs@FreeBSD.ORG Subject: Re: 2.1.5->2.1.7 causes SCSI errors? In-reply-to: Your message of "Thu, 06 Mar 1997 07:58:16 PST." <199703061557.HAA00182@eeyore.lv-hrc.nevada.edu> Date: Thu, 06 Mar 1997 19:37:14 -0800 Message-ID: <4919.857705834@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hm, Unfortunately our disk is a conner! Ah, so much for that theory. Damn. > We had the exact same harward running Linux 1.2.13 for many months. > We had a severe security breah and decided to move up to a more secure, > robust OS - FreeBSD :} Went to install 2.1.6 and out 2940 gave out the > strange messages all without even cycling power on the box! Had to put > in an old spare 1542B. Do we have a case where an old, crusty version of > Linux > can do something that FBSD 2.1.6 can't???? 10 * :} - that's a joke son, > I say, that's a joke!!!! Well, I appreciate the humor, but trust me when I say that non-functioning FreeBSD systems are no joke to us! :-) Did any previous release of FreeBSD work on this hardware? Some changes were made to the Adaptec 2940 driver to in order to deal with performance issues with the newer drives which support tagged queueing and other nice features we weren't taking full advantage of. Now that we do, however, it appears that some previously working systems are now falling over. Cal you tell us a little more about this system and its attached drives, keeping Justin Gibbs on the Cc line? Thanks! Maybe we can figure out what broke and release a patch to 2.1.7. Jordan From owner-freebsd-questions Thu Mar 6 19:47:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA09083 for questions-outgoing; Thu, 6 Mar 1997 19:47:54 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA09078 for ; Thu, 6 Mar 1997 19:47:50 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id TAA05000; Thu, 6 Mar 1997 19:47:46 -0800 (PST) To: RGireyev@BellInd.com cc: ben@narcissus.ml.org, questions@FreeBSD.ORG Subject: Re: Post installation stuff In-reply-to: Your message of "Thu, 06 Mar 1997 09:28:46 PST." Date: Thu, 06 Mar 1997 19:47:46 -0800 Message-ID: <4996.857706466@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Huge thanks to all for replying. The problem was the fact that > /stand/sysinstall > does not add users to group wheel correctly, or to be more exact, the > user is > not added to the /etc/group file. Once I did that I was able to su till > my cows > came home :-) Really? I just tested this and it worked fine! (puzzled). Jordan From owner-freebsd-questions Thu Mar 6 20:07:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA10324 for questions-outgoing; Thu, 6 Mar 1997 20:07:43 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA10316 for ; Thu, 6 Mar 1997 20:07:38 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id UAA05127; Thu, 6 Mar 1997 20:07:38 -0800 (PST) To: Doug White cc: "Daniel A. Borlean" , freebsd-questions@freebsd.org Subject: Re: Missing libraries in FreeBSD In-reply-to: Your message of "Thu, 06 Mar 1997 11:07:43 PST." Date: Thu, 06 Mar 1997 20:07:37 -0800 Message-ID: <5124.857707657@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Another option these days would be to build the current Lesstif port (which is in the ports collection, currently at version 0.77). I tried this the other day with Mosaic and it worked fairly well. Jordan > On Wed, 5 Mar 1997, Daniel A. Borlean wrote: > > > ld.so failed: Can't find shared library "libXpm.so.4.6" > > Mr. Wells beat me to this one. > > > Again with X Windows emacs-19.14 I get another error: > > > > ld.so failed: Can't find shared library "libgcc.so.261.0" > > Jordan gave me the "proper" solution for this, assuming you have the > compat21 dist installed. > > Make a small script in /usr/local/etc/rc.d/ with this as the contents: > > #!/bin/sh > ldconfig -m /compat/lib > > if you're on 2.1.5 or earlier, you can modify /etc/rc and find the section > that configures the ldconfig paths. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > From owner-freebsd-questions Thu Mar 6 20:10:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA10567 for questions-outgoing; Thu, 6 Mar 1997 20:10:58 -0800 (PST) Received: from skye2.skyenet.net (root@skye2.skyenet.net [162.142.242.21]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA10558 for ; Thu, 6 Mar 1997 20:10:50 -0800 (PST) Received: from yingling (ts-warsaw01-27.skyenet.net [162.142.5.56]) by skye2.skyenet.net (8.8.2/8.6.9) with ESMTP id XAA07471 for ; Thu, 6 Mar 1997 23:15:54 -0500 Message-Id: <199703070415.XAA07471@skye2.skyenet.net> From: "John Yingling" To: "BSD" Subject: Re: Booting Date: Thu, 6 Mar 1997 23:07:21 -0500 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 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thanks to nadav@barcode.co.il and all that answered my booting problem. I now have a good operating system with DOS/Window95 on drive 0 and Dos/BSD on drive 1. I used Bootinst.exe only on drive 0 and everything is now booting as it should. When I boot I now get F1-DOS F5-Disk 2 If I press F1 windows 95 starts and if I press F5 the a new boot selection appears. F1-Dos F2-BSD F5-Disk 1 If I press F1 the system locks. F2 will boot BSD and F5 will sent me back to the first boot selections of F1-DOS and F5-Disk 2. You all have been a big help. Thanks! John From owner-freebsd-questions Thu Mar 6 20:40:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA12500 for questions-outgoing; Thu, 6 Mar 1997 20:40:08 -0800 (PST) Received: from zoom.bga.com (root@zoom.realtime.net [205.238.128.40]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id UAA12413 for ; Thu, 6 Mar 1997 20:39:57 -0800 (PST) Received: from roost.com (apm1-67.realtime.net [205.238.146.67]) by zoom.bga.com (8.6.12/8.6.12) with SMTP id WAA25136; Thu, 6 Mar 1997 22:38:36 -0600 Date: Thu, 6 Mar 1997 22:41:37 -0600 (CST) From: john kenagy X-Sender: jktheowl@roost.com To: Intuitive Design Archive cc: "Jay D. Nelson" , freebsd-questions@freebsd.org Subject: Re: Altavistoid index or search tools for FreeBSD intranet In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Thanks for the info. I am doing this on a local system(trying to). Could you point me at where these packages are? Thanks in advance. John From owner-freebsd-questions Thu Mar 6 21:05:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA14642 for questions-outgoing; Thu, 6 Mar 1997 21:05:28 -0800 (PST) Received: from chic.saglac.qc.ca (chic.saglac.qc.ca [204.19.37.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA14629 for ; Thu, 6 Mar 1997 21:05:23 -0800 (PST) From: bmat@videotron.ca Received: from bmat.205.151.222.205 (ppp089.219.mtimi.videotron.net [207.96.219.89]) by chic.saglac.qc.ca (8.8.2/8.8.2) with SMTP id AAA02460 for ; Fri, 7 Mar 1997 00:04:35 -0500 (EST) Message-ID: <313D1DC5.42FF@videotron.ca> Date: Wed, 06 Mar 1996 00:08:21 -0500 Reply-To: bmat@videotron.ca X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: TEAC CD-ROM Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello! I want to know if the TEAC CD-ROM is supported by FreeBsd... Thanks Mathieu Brassard From owner-freebsd-questions Thu Mar 6 21:23:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA15269 for questions-outgoing; Thu, 6 Mar 1997 21:23:19 -0800 (PST) Received: from nekto.ucs.mun.ca (nekto.ucs.mun.ca [134.153.112.22]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA15264 for ; Thu, 6 Mar 1997 21:23:14 -0800 (PST) Received: from ganyopa (gnat.thezone.net [198.165.63.97]) by nekto.ucs.mun.ca (8.8.5/8.8.5) with ESMTP id BAA05139 for ; Fri, 7 Mar 1997 01:53:01 -0330 (NST) Message-Id: <199703070523.BAA05139@nekto.ucs.mun.ca> From: "Adam Migus" To: Subject: upgrade question/problem Date: Fri, 7 Mar 1997 01:54:45 -0330 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 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I was running a 2.1.5 system and using the boot floppy (specifying wd(1,a)/kernel) to boot. I performed an upgrade via nfs using the 2.1.7 bootdisk. Now when I attempt to boot with the floppy and enter "wd(1,a)/kernel" or any kernel image on wd1 I get an "invalid format" error... does anyone know why and how to fix it? thanks _______________________________________________ Adam Migus amigus@morgan.ucs.mun.ca CG, Dept. of Computing and Communications Memorial University of Newfoundland From owner-freebsd-questions Thu Mar 6 22:52:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA20163 for questions-outgoing; Thu, 6 Mar 1997 22:52:02 -0800 (PST) Received: from Radford.i-Plus.net (root@Radford.i-Plus.net [206.99.237.6]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA20140 for ; Thu, 6 Mar 1997 22:51:57 -0800 (PST) Received: from abyss (pitlord@abyss.i-Plus.net [206.99.237.42]) by Radford.i-Plus.net (8.8.5/8.8.5) with SMTP id BAA26925; Fri, 7 Mar 1997 01:50:42 -0500 (EST) Message-Id: <199703070650.BAA26925@Radford.i-Plus.net> Comments: Authenticated sender is From: "Troy Settle" Organization: iPlus Internet Services To: Doug Russell , freebsd-questions@FreeBSD.ORG Date: Fri, 7 Mar 1997 02:02:47 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: PPPd server, with statix AND dynamic IP users... Reply-to: rewt@i-Plus.net Priority: normal In-reply-to: X-mailer: Pegasus Mail for Win32 (v2.52) Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Please send a cc: of responses to me... drussell@internode.net, as I'm > only subscribed to things like -current and -hackers. :) Ok > I am trying to figure out a way to have PPPd act as a "server" side of a > connection, forcing users to use a certain IP address, varying by ttydX > line they are connected to. The exception is the few priviledged users > who have static IPs. This is driving me nuts. I don't see anything in > the list archives, either. Bad word here, but have you tried looking at all the linux stuff on sunsite? (ok, 2 bad words :) > If I use the options.ttydX files, it is read after the command line, > options file, etc, and so forces the user to use that address (regardless > of what addresses are specified for that user in pap-secrets when using > PAP, incidentally). If I use no "default" IP number in options or > options.ttydX, and have the static IP users listed in pap-secrets, with a > generic line for other users, it works, but the user has to specify the IP > address from their end. If they don't specify an address, PPPd doesn't > volunteer one, essentally. > > Has anyone ever done something like this? I can't specify a single > address in options and override with ~/.ppprc, either, because then it > doesn't change by tty, and ~/.ppprc is read before options.ttydX.... Hmm I don't know your exact setup, but if you call pppd from a script, you can have that same script check a file to determine the proper IP to assign. It's a fairly straight forward task in perl. Just create a file like: user1 www.xxx.yyy.aaa user2 www.xxx.yyy.bbb ttyd0 www.xxx.yyy.zzz ttyd1 www.xxx.yyy.zz1 ... Put the users first, the ttys last. then have your script stop at the first match (either user or tty), and assign the IP from that file. You can expand on this to allow for users that require special configurations and whatnot. I used something like this for a while, and it worked rather well. grab a file called ppplogin or some such. It should be on sunsite.unc.edu somewhere... have fun looking for it > > Ian and I are going to have to hack the ppp source somehow to get this to > work if there isn't already a way to do it. If it isn't already there, we > will make it clean and provide a diff, because this is something that > really should be possible without a lot of fuss. No fuss, no hacking... good luck > > Later...... Later, -- Troy Settle Network Administrator, iPlus Internet Services http://www.i-Plus.net ( Stuff I said does not reflect the company I work ) ( for unless I'm speaking on behalf of said company ) From owner-freebsd-questions Thu Mar 6 22:56:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA20456 for questions-outgoing; Thu, 6 Mar 1997 22:56:39 -0800 (PST) Received: from Radford.i-Plus.net (root@Radford.i-Plus.net [206.99.237.6]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA20444 for ; Thu, 6 Mar 1997 22:56:34 -0800 (PST) Received: from abyss (pitlord@abyss.i-Plus.net [206.99.237.42]) by Radford.i-Plus.net (8.8.5/8.8.5) with SMTP id BAA26976; Fri, 7 Mar 1997 01:55:29 -0500 (EST) Message-Id: <199703070655.BAA26976@Radford.i-Plus.net> Comments: Authenticated sender is From: "Troy Settle" Organization: iPlus Internet Services To: The Hermit Hacker , questions@freebsd.org Date: Fri, 7 Mar 1997 02:07:35 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Too many open files... Reply-to: rewt@i-Plus.net Priority: normal In-reply-to: X-mailer: Pegasus Mail for Win32 (v2.52) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Hi... > > I'm running a news server on a FreeBSD 2.2-CURRENT machine (it > was CURRENT when I upgraded to it way way back) and have just added a > few news feeds onto it. Over the past couple of days, I've started to > get the following error, which I'm assuming is a result of now having > more newsfeeds then my currently compiled kernel can handle (am upgrading > to the Feb 3.0-CURRENT over the next few days: > > news> ctlinnd mode > Server throttled Too many open files writing article file -- throttling > Allowing remote connections > Parameters c 14 i 0 (28) l 1000000 o 115 t 300 H 2 T 60 X 0 normal specified > Not reserved > Readers separate enabled > > Am I correct in doing the following to fix/reduce this problem: > > hub# sysctl kern.maxfilesperproc > kern.maxfilesperproc: 2088 > hub# sysctl kern.maxfiles > kern.maxfiles: 2088 > hub# sysctl -w kern.maxfiles=4096 > kern.maxfiles: 2088 -> 4096 > hub# ^files^filesperproc > sysctl -w kern.maxfilesperproc=4096 > kern.maxfilesperproc: 2088 -> 4096 > > Am more or less wondering if I've set the correct values... > > Thanks... I thought it was something like: MAXFILES=XXXX oh... wait, that's some other OS.... oh well Actually, I've been having the same problem lately on a 2.2-GAMMA box, and am wondering what all that sysctl stuff is. Isn't there a kernel config option I can use? --Troy -- Troy Settle Network Administrator, iPlus Internet Services http://www.i-Plus.net ( Stuff I said does not reflect the company I work ) ( for unless I'm speaking on behalf of said company ) From owner-freebsd-questions Thu Mar 6 23:05:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA21144 for questions-outgoing; Thu, 6 Mar 1997 23:05:05 -0800 (PST) Received: from Radford.i-Plus.net (root@Radford.i-Plus.net [206.99.237.6]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA21130 for ; Thu, 6 Mar 1997 23:05:02 -0800 (PST) Received: from abyss (pitlord@abyss.i-Plus.net [206.99.237.42]) by Radford.i-Plus.net (8.8.5/8.8.5) with SMTP id CAA27133; Fri, 7 Mar 1997 02:03:51 -0500 (EST) Message-Id: <199703070703.CAA27133@Radford.i-Plus.net> Comments: Authenticated sender is From: "Troy Settle" Organization: iPlus Internet Services To: Marquisoft@aol.com, freebsd-questions@freebsd.org Date: Fri, 7 Mar 1997 02:15:57 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: where on your ftp site is freebsd? Reply-to: rewt@i-Plus.net Priority: normal In-reply-to: <970306193555_-1406191414@emout04.mail.aol.com> X-mailer: Pegasus Mail for Win32 (v2.52) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > with all those directories on your ftp site, its hard to tell where the > installation files are! please help!!! can ya give me a directory name i can > get the installation files from? whats the difference between freebsd and > linux? are they both 64 bit operating systems? do they support DOS, Windows > 3.1, or Win95? Perhaps I shouldn't answer this, but I think I will anyways. on ftp.freebsd.org, look in /pub/FreeBSD for extensive help on installing FreeBSD, check out http://www.freebsd.org -- It's got more information than you need for a beginner. Both FreeBSD and Linux are 32 bit operating systems, they both run on the i386 platform (80396, 80486, pentium, pentiumpro). Linux runs on several other platforms as well. The biggest difference in the two, is probably religious. If you want to know more, read through several usenet archives. Two groups to look at are: comp.os.linux.misc comp.unix.bsd.freebsd.misc (correct me here, I ain't used the full name for a while :) Dos is a completely different operating system all together, it is 16bit at best, and is needed for either win3.x or win95. There is however, a couple emulators out there. While they don't support all dos/windows software, they are getting better all the time. Have fun with it all, I know I have :) -- Troy Settle Network Administrator, iPlus Internet Services http://www.i-Plus.net ( Stuff I said does not reflect the company I work ) ( for unless I'm speaking on behalf of said company ) From owner-freebsd-questions Fri Mar 7 00:13:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA25345 for questions-outgoing; Fri, 7 Mar 1997 00:13:53 -0800 (PST) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA25331 for ; Fri, 7 Mar 1997 00:13:47 -0800 (PST) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.8.5/8.6.9) id JAA13907; Fri, 7 Mar 1997 09:14:34 +0100 (MET) From: Christoph Kukulies Message-Id: <199703070814.JAA13907@gilberto.physik.rwth-aachen.de> Subject: Re: wwwcount and netscape 402b (communicator) In-Reply-To: from "Jay D. Nelson" at "Mar 6, 97 05:36:48 pm" To: jdn@qiv.com (Jay D. Nelson) Date: Fri, 7 Mar 1997 09:14:34 +0100 (MET) Cc: freebsd-questions@freefall.freebsd.org Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > As I recall, if the user agent doesn't report itself via the > HTTP_USER_AGENT header (or something like that) the default behavior of > wwwcount is to report the 8's you are seeing. Yes, HTTP_REFERER. visiting http://www.fccc.edu/users/muquit/ shows the same behaviour and there is a FAQ item on these 888,888 (BTW. muquit seems to have a mail answering automaton that send you an automatic mail pointing to the FAQ :-) The answer can be found in item 3 of: http://www.fccc.edu/users/muquit/Count.html#freqa It's a problem of the browser (netscape 4.0n2 in this case) One can change this strict behaviour by setting the strict flag to 0 in /usr/local/etc/www/Counter/conf/count.cfg > > There is a configuration option you can set when you compile wwwcount that > turns this off. > > -- Jay > > On Thu, 6 Mar 1997, Christoph Kukulies wrote: > > -> > ->Anyone familar with wwwcount and CGI? > -> > ->I have a little www test page (under construction) > ->(http:/mozart.physik.rwth-aachen.de) > ->and the counter I have in there worked fine with > ->netscape 3.01. Yesterday I installed Netscape 4.0b2 > ->and the counter always shows 888888 > -> > ->Known problem? > ->Does anyone see the counter right (in the range 140)? > -> > ->-- > ->Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de > -> > > -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-questions Fri Mar 7 00:52:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA27287 for questions-outgoing; Fri, 7 Mar 1997 00:52:52 -0800 (PST) Received: from nero.in-design.com (root@nero.in-design.com [204.157.146.146]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA27282 for ; Fri, 7 Mar 1997 00:52:48 -0800 (PST) Received: (from archive@localhost) by nero.in-design.com (8.8.5/8.8.5) id DAA12911; Fri, 7 Mar 1997 03:54:29 -0500 (EST) Date: Fri, 7 Mar 1997 03:54:28 -0500 (EST) From: Intuitive Design Archive To: john kenagy cc: "Jay D. Nelson" , freebsd-questions@freebsd.org Subject: Re: Altavistoid index or search tools for FreeBSD intranet In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Mar 1997, john kenagy wrote: > Thanks for the info. > > I am doing this on a local system(trying to). Could you point me at > where these packages are? > > Thanks in advance. > > John > ftp://ftp.cnidr.org/pub/software/Isearch/ Intuitive Design Archive http://www.in-design.com archive@in-design.com From owner-freebsd-questions Fri Mar 7 01:14:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA28702 for questions-outgoing; Fri, 7 Mar 1997 01:14:26 -0800 (PST) Received: from pcpsj.pfcs.com (ef9jKtoO/5U7tTq/5b3DhmjsVKO4Cj1z@harlan.fred.net [205.252.219.31]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id BAA28697 for ; Fri, 7 Mar 1997 01:14:21 -0800 (PST) Received: from mumps.pfcs.com (mumps.pfcs.com [192.52.69.11]) by pcpsj.pfcs.com (8.6.12/8.6.9) with SMTP id EAA14898 for ; Fri, 7 Mar 1997 04:14:03 -0500 Received: from localhost by mumps.pfcs.com with SMTP id AA18195 (5.67b/IDA-1.5 for ); Fri, 7 Mar 1997 04:14:02 -0500 To: freebsd-questions@freebsd.org Subject: 3 button mouse problem on 2.1.6.1 ... Date: Fri, 07 Mar 1997 04:14:00 -0500 Message-Id: <18191.857726040@mumps.pfcs.com> From: Harlan Stenn Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I got an "EZ Mouse" 3 button mouse, Microsoft/Mouse Systems compatible. It's worked great for a while (all 3 buttons). I was getting some disk block retries, so I did a low-level format of the disk drive and then reinstalled 2.1.6.1 (expecting to recompile something more recent). Unfortunately, the mouse now only behaves as a 2 button mouse. I've tried using both microsoft and mouse systems mode with X, and on the Mouse Systems I've tried with and without the ClearDTR/RTS (or whatever) options to no avail. Any ideas? Of course, the DOS driver disk's test program is a two button test program... H From owner-freebsd-questions Fri Mar 7 02:04:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA01406 for questions-outgoing; Fri, 7 Mar 1997 02:04:17 -0800 (PST) Received: from superior.mooseriver.com (ppp021-sm2.sirius.com [205.134.231.21]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA01331 for ; Fri, 7 Mar 1997 02:03:20 -0800 (PST) Received: (from jgrosch@localhost) by superior.mooseriver.com (8.7.6/8.7.3) id BAA07107; Fri, 7 Mar 1997 01:59:38 -0800 (PST) From: Josef Grosch Message-Id: <199703070959.BAA07107@superior.mooseriver.com> Subject: Re: 3 button mouse problem on 2.1.6.1 ... In-Reply-To: <18191.857726040@mumps.pfcs.com> from Harlan Stenn at "Mar 7, 97 04:14:00 am" To: Harlan.Stenn@pfcs.com (Harlan Stenn) Date: Fri, 7 Mar 1997 01:59:38 -0800 (PST) Cc: freebsd-questions@freebsd.org Reply-To: jgrosch@sirius.com X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >I got an "EZ Mouse" 3 button mouse, Microsoft/Mouse Systems compatible. > >It's worked great for a while (all 3 buttons). > >I was getting some disk block retries, so I did a low-level format of >the disk drive and then reinstalled 2.1.6.1 (expecting to recompile >something more recent). > >Unfortunately, the mouse now only behaves as a 2 button mouse. > >I've tried using both microsoft and mouse systems mode with X, and on >the Mouse Systems I've tried with and without the ClearDTR/RTS (or >whatever) options to no avail. > >Any ideas? > >Of course, the DOS driver disk's test program is a two button test >program... > I had problem like this once. The mouse had a switch to select Microslime and Mouse Systems. Well the switch stopped working and I was stuck with a 2 button button mouse. When I upgraded to a new motherboard I got a PS/2 mouse. THis one seems to be OK. IMHO most mouse just don't hold up under serious use. It could be your's just gave up the ghost. Josef -- Josef Grosch | Laugh while you can, monkey boy ! | FreeBSD 2.1.6 jgrosch@sirius.com | - John Warfin - | UNIX for the masses From owner-freebsd-questions Fri Mar 7 03:40:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA04776 for questions-outgoing; Fri, 7 Mar 1997 03:40:16 -0800 (PST) Received: from mail.MCESTATE.COM (vince@mail.MCESTATE.COM [207.211.200.50]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA04770 for ; Fri, 7 Mar 1997 03:40:04 -0800 (PST) Received: from localhost (vince@localhost) by mail.MCESTATE.COM (8.8.5/8.8.5) with SMTP id DAA02347 for ; Fri, 7 Mar 1997 03:40:02 -0800 (PST) Date: Fri, 7 Mar 1997 03:40:01 -0800 (PST) From: Vincent Poy To: questions@FreeBSD.ORG Subject: library weirdness Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On a FreeBSD -current system, running anything that requires a library in /usr/local/lib seems to fail with: As a example, for tcpd of tcpwrapper: ld.so failed: Can't find shared library "libwrap.so.7.4" The system does boot up with: setting ldconfig path: /usr/lib /usr/X11R6/lib /usr/X386/lib /usr/local/lib Thanks to the help of Chuck Robey by doing a env variable for LD but it didn't do anything except for users who are logged on. Anyone have any ideas what else I can try to fix this problem? Cheers, Vince - vince@MCESTATE.COM - vince@GAIANET.NET ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] GaiaNet Corporation - M & C Estate / / / / | / | __] ] Beverly Hills, California USA 90210 / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] From owner-freebsd-questions Fri Mar 7 03:57:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA05375 for questions-outgoing; Fri, 7 Mar 1997 03:57:44 -0800 (PST) Received: from lsmarso.dialup.access.net (lsmarso.dialup.access.net [166.84.254.60]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA05370 for ; Fri, 7 Mar 1997 03:57:38 -0800 (PST) Received: (from larry@localhost) by lsmarso.dialup.access.net (8.8.5/8.8.3) id QAA00415 for questions@FreeBSD.ORG; Thu, 6 Mar 1997 16:25:58 GMT Message-ID: X-Mailer: XFMail 1.1-alpha [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 06 Mar 1997 11:21:07 -0500 (EST) From: Larry Marso To: questions@FreeBSD.ORG Subject: Limit on rxvt; "can't open pseudo teletype" (?) Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rxvt (*unlike* xterm) can only open about 12 windows in X. xterm seems about unlimited. I've added CHILD_MAX=128 and OPEN_MAX=128, as well as pseudo-device pty 256 to the kernel, and executed a MAKEDEV pty7. I don't understand why rxvt yields the error "rxvt: can't open a psuedo-teletype; rxvt: quitting" on the 13th window, but I can open xterms until my carpal tunnel acts up! Suggestions? I need about 4x this many rxvt windows. Regards. ---------------------------------- Larry Marso date: 06-Mar-97 Time: 11:21:07 From owner-freebsd-questions Fri Mar 7 04:07:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA05978 for questions-outgoing; Fri, 7 Mar 1997 04:07:46 -0800 (PST) Received: from d2si.com (cs2-10.protocom.com [204.72.128.210]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA05972 for ; Fri, 7 Mar 1997 04:07:41 -0800 (PST) Received: (from alec@localhost) by d2si.com (8.8.3/8.8.3) id GAA11970; Fri, 7 Mar 1997 06:07:31 -0600 (CST) From: Alec Kloss Message-Id: <199703071207.GAA11970@d2si.com> Subject: Re: TEAC CD-ROM To: bmat@videotron.ca Date: Fri, 7 Mar 1997 06:07:30 -0600 (CST) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <313D1DC5.42FF@videotron.ca> from "bmat@videotron.ca" at "Mar 6, 96 00:08:21 am" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bmat@videotron.ca is responsible for: > Hello! > > I want to know if the TEAC CD-ROM is supported by FreeBsd... > > Thanks > Mathieu Brassard > I'm using a Teac CD-ROM drive in my FreeBSD box. As FreeBSD is "Waiting for SCSI devices to settle" it takes a LONG time (45 sec or longer maybe) to kick in but then it is fine. If you've got one like the one I do, it should be just fine. From owner-freebsd-questions Fri Mar 7 05:24:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA10673 for questions-outgoing; Fri, 7 Mar 1997 05:24:39 -0800 (PST) Received: from ht.eimb.rssi.ru (ht.eimb.rssi.ru [193.232.192.7]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id FAA10620 for ; Fri, 7 Mar 1997 05:24:31 -0800 (PST) Received: (from qwe@localhost) by ht.eimb.rssi.ru (8.6.11/8.6.9) id QAA10972; Fri, 7 Mar 1997 16:22:55 +0300 Date: Fri, 7 Mar 1997 16:22:55 +0300 (MSK) From: Fedor Gnuchev To: questions@freebsd.org Subject: Chances/tools for restoring fs after 'rm -rf /' ? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Good morning, What are my chances for restoring fs after 'rm -rf /' ? Are there *ANY* existing tools to assist in such an adventure? - There is an evidence that it was exactly that command issued ( it was repeated after trapdoor was installed :-); - there is no backup tape avialable (drive died a couple of weeks ago). - system was rebooted after the accident. - disk layout and f/s parameters are known (journaled). *ANY* hints/ideas/pointers are most welcome With best regards Fedor Gnuchev mailto:qwe@ht.eimb.rssi.ru From owner-freebsd-questions Fri Mar 7 06:06:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA13138 for questions-outgoing; Fri, 7 Mar 1997 06:06:29 -0800 (PST) Received: from f23.hotmail.com (F23.hotmail.com [207.82.250.34]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA13126 for ; Fri, 7 Mar 1997 06:06:22 -0800 (PST) Received: (from root@localhost) by f23.hotmail.com (8.7.5/8.7.3) id GAA24576; Fri, 7 Mar 1997 06:05:48 -0800 (PST) Date: Fri, 7 Mar 1997 06:05:48 -0800 (PST) Message-Id: <199703071405.GAA24576@f23.hotmail.com> Received: from 137.229.17.253 by www.hotmail.com with HTTP; Fri, 07 Mar 1997 06:05:48 PST X-Originating-IP: [137.229.17.253] From: " steve howe" To: questions@freebsd.org Subject: cu/vt100 Content-Type: text/plain Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk just to answer my own question ... \ i had problems connecting with a vt100 terminal server - sometimes i'd connect, sometimes not. this led me to come up with some wierd tricks that i thought was allowing me to get in at times - but as it turned out - my tricks only worked only by mere coincidence. \ i now find that no matter what - it's a matter of just trying over and over again until it works. --------------------------------------------------------- Get Your *Web-Based* Free Email at http://www.hotmail.com --------------------------------------------------------- From owner-freebsd-questions Fri Mar 7 06:45:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA17013 for questions-outgoing; Fri, 7 Mar 1997 06:45:10 -0800 (PST) Received: from cliff.bms.com (cliff.bms.com [140.176.1.102]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA16981 for ; Fri, 7 Mar 1997 06:45:03 -0800 (PST) Received: from ccgate0.bms.com by cliff.bms.com (PMDF V5.0-7 #15142) id <01IG7T12GT3K000EAI@cliff.bms.com>; Fri, 07 Mar 1997 09:41:31 -0500 (EST) Received: from ccMail by ccgate0.bms.com (SMTPLINK V2.11 PreRelease 4) id AA857755172; Fri, 07 Mar 1997 09:03:54 -0500 (EST) Date: Fri, 07 Mar 1997 09:03:54 -0500 (EST) From: "Jeffrey M. Metcalf" Subject: Re[2]: What does gets() unsafe question mean? To: Zach Heilig Cc: questions@freebsd.org, metcalf@snet.net Message-id: <9702078577.AA857755172@ccgate0.bms.com> Content-transfer-encoding: 7BIT Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Thank You for the reply Zach, I just wrote the following on a sun4 #include main() { char buf[1]; puts("Enter lots of text and press enter:"); gets(buf); printf("\n\n"); puts(buf); } Entering a huge line of text results in the _exact_ same huge line of text on stdout. Why should this be if buf was only declared to be char[1]? Is it because gets is allowing me to put characters into memory sequentially and then when buf (pointer to the first character of array, buf[0]) is returned via puts, I get everything until the first newline? Or does SunOS have its own implementation of gets()/puts()? Incidentally, I don't get the warning message from SunOS. You mentioned gets() creates problems and security holes with setuid programs. Given the result in the above paragraph from SunOS, is it reasonable to assume that a non setuid program that uses gets() on SunOS is reasonably safe if the program is well written? Or is there much more involved here? Lastly, is the fgets() function call the much better (and safer) choice to get a line from stream? Since it reads 'at most n chars' from stream, I presume it is safer due to more controllable boundary conditions. Am I correct? Thank You, J. Metcalf ______________________________ Reply Separator _________________________________ Subject: Re: What does gets() unsafe question mean? Author: Zach Heilig at *Internet* Date: 3/7/97 3:24 AM >>>>> "Jeffrey" == Jeffrey M Metcalf writes: > Hello, I recently wrote a little C program which uses the stdio.h > function gets(). I compiled and ran it under FreeBSD and I get.. > warning: this program uses gets(), which is unsafe. > What exactly does this mean? Why is it unsafe? If possible, can > any replies be sent as an e-mail to the above address? Compile this small program: #include main() { char buf[1]; puts("Enter lots of text and press enter:"); gets(buf); } Run it, and follow instructions. This will usually crash an MS-DOS machine, and it crashed the pty driver on one version of unix I tried it on (it was awhile ago, and I don't remember which machine it happened on). I had to telnet in from another box, and kill the processes attached to that terminal so it would log out and reset. This sort of programming has been the cause of far too many security holes in sendmail and many other setuid programs. -- Zach Heilig (zach@blizzard.gaffaneys.com) | ALL unsolicited commercial email Support bacteria -- it's the only | is unwelcome. I avoid dealing form of culture some people have! | with companies that email ads. From owner-freebsd-questions Fri Mar 7 06:58:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA18503 for questions-outgoing; Fri, 7 Mar 1997 06:58:37 -0800 (PST) Received: from nero.in-design.com (root@nero.in-design.com [204.157.146.146]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA18498 for ; Fri, 7 Mar 1997 06:58:34 -0800 (PST) Received: (from archive@localhost) by nero.in-design.com (8.8.5/8.8.5) id KAA15566; Fri, 7 Mar 1997 10:00:20 -0500 (EST) Date: Fri, 7 Mar 1997 10:00:19 -0500 (EST) From: Intuitive Design Archive To: questions@freebsd.org Subject: vpop Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello all; Does anyone out there use vpop? What have been the experience with it? Are there alternatives? I guess you can just put in extra users with non-existant shells. Is this what most of you do? I tried installing it, and when I send mail to webmaster@virtual.com it came to webmaster@real.com? Am I doing something wrong? Thanks Intuitive Design Archive http://www.in-design.com archive@in-design.com From owner-freebsd-questions Fri Mar 7 07:07:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA19174 for questions-outgoing; Fri, 7 Mar 1997 07:07:52 -0800 (PST) Received: from cyan.healthnet-sl.es (CYAN.HEALTHNET-SL.ES [194.179.35.142]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA19160 for ; Fri, 7 Mar 1997 07:07:45 -0800 (PST) From: info@healthnet-sl.es Received: from pc7 ([194.179.35.116]) by cyan.healthnet-sl.es (8.8.5/8.6.12) with SMTP id QAA13308 for ; Fri, 7 Mar 1997 16:07:40 +0100 (MET) Message-ID: <33202F4D.6F3A@healthnet-sl.es> Date: Fri, 07 Mar 1997 16:07:57 +0100 X-Mailer: Mozilla 3.0 (Win95; I) MIME-Version: 1.0 To: questions@freebsd.org Subject: Upgrading to 2.1.7 without using a floppy Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk One question about upgrading a 2.1.x system to 2.1.7: I have downloaded the 2.1.7 distribution via FTP, and have it on a 2.1.5 system. I plan to upgrade two or three FreeBSD 2.1.x servers to 2.1.7, but each is located on a different place, and due to timetable reasons it is difficult for me to upgrade the machines by staying physically there at the console. My question is: would it be possible to upgrade the systems without the usual floppy-reboot procedure ? I mean, something like killing every unnecessary process, then replacing the kernel on the disk (like when you build a new one), then installing the distributions using the install.sh scripts, and rebooting. I understand that there are no boot/disk geometry variations among the 2.1.x releases, so I would appreciate to learn what I'm missing if it cannot be done. I know that any such approach would have its risks, but I always could proceed the ordinary way if something goes wrong. Sincerely, Carlos |-------------------------------------------------------------------| | This is a tech support address. Do not send commercial email here | |-------------------------------------------------------------------| From owner-freebsd-questions Fri Mar 7 07:12:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA19544 for questions-outgoing; Fri, 7 Mar 1997 07:12:33 -0800 (PST) Received: from didier.ee.gatech.edu (didier.ee.gatech.edu [130.207.230.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA19536 for ; Fri, 7 Mar 1997 07:12:30 -0800 (PST) Received: from krips.eecom.gatech.edu (krips.eecom.gatech.edu [130.207.231.30]) by didier.ee.gatech.edu (8.8.4/8.8.4) with SMTP id KAA29553 for ; Fri, 7 Mar 1997 10:12:23 -0500 (EST) Message-ID: <33203052.41C67EA6@ee.gatech.edu> Date: Fri, 07 Mar 1997 10:12:18 -0500 From: Myung Cheon Choi Organization: Georgia Institute of Technology X-Mailer: Mozilla 3.0 (X11; I; SunOS 4.1.4 sun4m) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Packet classifier and scheduler... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dear, I have couple questions. To run RSVPD developed by ISI, I need to have packet classifier, scheduler, policy control, and admission control. Does FreeBSD have these modules? Or do I have to have it seperately to install? If FreeBSD already has it, how can I enable those. If not, are there source codes (or binary for FreeBSD) available. I have CD-ROM (2.1.6), I couldn't find them in the package... >From Myung, -- +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+ | Georgia Institute of Technology | | School of Electrical Engineering, Atlanta, GA 30332-0250 | | | | NAME : MYUNG CHEON CHOI | | E-MAIL : myung@eecom.gatech.edu | | gt7162a@prism.gatech.edu | | HOME PAGE: http://www.ece.gatech.edu/users/myung/ | | | | PHONE : [O] (404) 894-2955, [H] (404) 897-5832 | +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+ From owner-freebsd-questions Fri Mar 7 07:13:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA19580 for questions-outgoing; Fri, 7 Mar 1997 07:13:11 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA19575 for ; Fri, 7 Mar 1997 07:13:04 -0800 (PST) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id RAA02900; Fri, 7 Mar 1997 17:11:44 +0200 (IST) Date: Fri, 7 Mar 1997 17:11:44 +0200 (IST) From: Nadav Eiron To: John Yingling cc: questions@freebsd.org Subject: Re: Booting In-Reply-To: <199703061605.LAA20855@skye2.skyenet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Mar 1997, John Yingling wrote: > > > ---------- > > From: Nadav Eiron > > To: John Yingling > > Cc: questions@FreeBSD.org > > Subject: Re: Booting > > Date: Thursday, March 06, 1997 2:52 AM > > > Nadav, > > Yes, I am using IDE drives. 1 primary(host) with dos partitions and 1 > secondary(slave) with a dos and a BSD partition. I am trying to use > BootEasy. > > All drives and partitions were set up as DOS, then during BSD install I > deleted the second partition on the slave drive and recreated it as a BSD > partition. (I have also tried setting up the drives using Fips). > > I have tried doing the things you suggest but when I allow BSD to setup > BootEasy automaticly nothing will happen when I press any of the listed > function keys. It creates functions keys like F1 - ??, F2 - ??, F5 - disk > 2. I have also tried using Bootinst.exe but that did not work either. > First, I've CC'ed the questions list, so that anyone else trying to help you will be able to use that info. Second, it seems like a geometry problem. What is the geometry of your disk (as the BIOS think it is and as the boot floppy thinks it is)? I'm sorry, but I don't know about geometry problems (never had one :-). I hope other people will be able to help you better. > > John Nadav From owner-freebsd-questions Fri Mar 7 07:25:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA20367 for questions-outgoing; Fri, 7 Mar 1997 07:25:46 -0800 (PST) Received: from zoom.bga.com (root@zoom.realtime.net [205.238.128.40]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id HAA20362 for ; Fri, 7 Mar 1997 07:25:43 -0800 (PST) Received: from roost.com (apm0-40.realtime.net [205.238.146.40]) by zoom.bga.com (8.6.12/8.6.12) with SMTP id JAA24633; Fri, 7 Mar 1997 09:25:37 -0600 Date: Fri, 7 Mar 1997 09:28:39 -0600 (CST) From: john kenagy X-Sender: jktheowl@roost.com To: Intuitive Design Archive cc: "Jay D. Nelson" , freebsd-questions@freebsd.org Subject: Re: Altavistoid index or search tools for FreeBSD intranet In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Thanks again. I'll give it a shot! John From owner-freebsd-questions Fri Mar 7 08:36:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA25693 for questions-outgoing; Fri, 7 Mar 1997 08:36:57 -0800 (PST) Received: from mail.tm.net.my (janeway.tm.net.my [202.188.0.155]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA25674 for ; Fri, 7 Mar 1997 08:36:49 -0800 (PST) From: sweeting@tm.net.my Received: from [202.184.153.110] ([202.184.153.110]) by mail.tm.net.my (8.8.5/8.8.4) with SMTP id AAA23052; Sat, 8 Mar 1997 00:35:39 +0800 (SGT) Date: Sat, 8 Mar 1997 00:35:39 +0800 (SGT) X-Sender: sweeting@mail.tm.net.my Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: info@healthnet-sl.es Subject: Re: Upgrading to 2.1.7 without using a floppy Cc: questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk i was trying to upgrade from 2.1.6 to 2.1.7 by reconfiguring the kernel with the source for the latter... after 6 failed attempts (due to DST / TIMEZONE errors in the build process) i gave up and reinstalled 2.1.7 from scratch... By downloading all the desired 2.1.7 bin archives to a DOS partition in advance, the reinstallation was over in 15-20 minutes - FreeBSD is the most amazing OS i have ever seen in its installation procedure. Just own experience.... maybe you will have better luck with upgrading the kernel but i wasted 16 hours trying it and wouldn't like to see anyone else go through that too. chas ps. Just want to say a huge thanks to all the FreeBSD gurus who make this OS what it is and also who give the best support ever, as well as all other kind souls who take time to offer help and advice. Thank you. >One question about upgrading a 2.1.x system to 2.1.7: > >I have downloaded the 2.1.7 distribution via FTP, and have it on a 2.1.5 >system. I plan to upgrade two or three FreeBSD 2.1.x servers to 2.1.7, >but each is located on a different place, and due to timetable reasons >it is difficult for me to upgrade the machines by staying physically >there at the console. > >My question is: would it be possible to upgrade the systems without the >usual floppy-reboot procedure ? > >I mean, something like killing every unnecessary process, then replacing >the kernel on the disk (like when you build a new one), then installing >the distributions using the install.sh scripts, and rebooting. I >understand that there are no boot/disk geometry variations among the >2.1.x releases, so I would appreciate to learn what I'm missing if it >cannot be done. > >I know that any such approach would have its risks, but I always could >proceed the ordinary way if something goes wrong. > >Sincerely, > >Carlos > > >|-------------------------------------------------------------------| >| This is a tech support address. Do not send commercial email here | >|-------------------------------------------------------------------| From owner-freebsd-questions Fri Mar 7 08:56:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA27635 for questions-outgoing; Fri, 7 Mar 1997 08:56:06 -0800 (PST) Received: from vdp01.vailsystems.com (root@vdp01.vailsystems.com [207.152.98.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA27486 for ; Fri, 7 Mar 1997 08:53:24 -0800 (PST) Received: from crocodile.vale.com (crocodile [204.117.217.147]) by vdp01.vailsystems.com (8.8.3/8.7.3) with ESMTP id KAA19047 for ; Fri, 7 Mar 1997 10:52:43 -0600 (CST) Received: from slave1.vale.com (slave1.vale.com [204.117.217.100]) by crocodile.vale.com (8.8.3/8.7.3) with ESMTP id KAA20906; Fri, 7 Mar 1997 10:52:42 -0600 (CST) Message-ID: <3320483F.41C67EA6@vailsys.com> Date: Fri, 07 Mar 1997 10:54:23 -0600 From: Dan Riley Organization: Vail Systems, Inc. X-Mailer: Mozilla 4.0b2 (X11; I; FreeBSD 2.2-970225-GAMM i386) MIME-Version: 1.0 To: Dan Riley , freebsd-questions@FreeBSD.ORG Subject: utmp errors? X-Priority: 3 (Normal) References: <331F0CF6.167EB0E7@vailsys.com> <331F0DF8.2781E494@vailsys.com> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I seem to have run into a bit of a problem with xterms and rexec logins and maybe utmp... First of all my local xterm login shells (X started with xdm) do not show up, I have at least 4 xterms open as daniel (root is on the console not xtermed): >slave1 daniel /home/daniel > w >12:14PM up 2:35, 1 user, load averages: 0.14, 0.27, 0.26 >USER TTY FROM LOGIN@ IDLE WHAT >root v0 - 9:55AM 2:17 -csh (csh) >slave1 daniel /home/daniel > finger >Login Name TTY Idle Login Time Office Office Phone >root Charlie Root *v0 2:17 Thu 09:55 >slave1 daniel /home/daniel > who >root ttyv0 Mar 6 09:55 neither do xterm login shells started remotely via rexec or with a +ut option: >slave1 daniel /home/daniel > xterm -ls +ut >slave1 daniel /usr/home/daniel > who >root ttyv0 Mar 6 09:55 >el 3 Dec 31 18:00 >4 W >~3ttypJul 27 23:16 what in the world is this entry? >slave1 daniel /usr/home/daniel > w >w: /dev//3: No such file or directory and this? but if I rlogin localhost from a xterm or just on a virtual tty they seem to show up normally: >slave1 daniel /usr/home/daniel > w >12:15PM up 2:35, 2 users, load averages: 0.28, 0.29, 0.26 >USER TTY FROM LOGIN@ IDLE WHAT >root v0 - 9:55AM 2:18 -csh (csh) >daniel p3 localhost 12:15PM - w I am running 2.2-Gamma but see the same sort of weirdness on 2.1.5/6 systems, any clues as to what I may have mis-configured or what is goin on? Thanks From owner-freebsd-questions Fri Mar 7 08:58:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA27839 for questions-outgoing; Fri, 7 Mar 1997 08:58:09 -0800 (PST) Received: from mailhost.PII.COM (pii.com [192.77.209.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id IAA27829 for ; Fri, 7 Mar 1997 08:58:07 -0800 (PST) Received: from PII.COM by PII.COM (4.1/SMI-4.4) id AA09119; Fri, 7 Mar 97 08:59:27 PST Received: from PII-Message_Server by pii.com with Novell_GroupWise; Fri, 07 Mar 1997 08:58:11 -0800 Message-Id: X-Mailer: Novell GroupWise 4.1 Date: Fri, 07 Mar 1997 08:56:12 -0800 From: Robert Clark To: jyingling@ppc-inc.com Cc: nadav@barcode.co.il Subject: Re: Booting -Reply Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk John, don't give up, even if it takes tries, or people, to make things work, it should work. I've yet to find a situation like this, where OSBS isn't worth looking at. It may just be a personal bias, but there seems to be more info I can relate to in OSBS. Email me direct if you need more info. [RC] >>> Nadav Eiron 03/07/97 07:11am >>> On Thu, 6 Mar 1997, John Yingling wrote: > > > ---------- > > From: Nadav Eiron > > To: John Yingling > > Cc: questions@FreeBSD.org > > Subject: Re: Booting > > Date: Thursday, March 06, 1997 2:52 AM > > > Nadav, > > Yes, I am using IDE drives. 1 primary(host) with dos partitions and 1 > secondary(slave) with a dos and a BSD partition. I am trying to use > BootEasy. > > All drives and partitions were set up as DOS, then during BSD install I > deleted the second partition on the slave drive and recreated it as a BSD > partition. (I have also tried setting up the drives using Fips). > > I have tried doing the things you suggest but when I allow BSD to setup > BootEasy automaticly nothing will happen when I press any of the listed > function keys. It creates functions keys like F1 - ??, F2 - ??, F5 - disk > 2. I have also tried using Bootinst.exe but that did not work either. > First, I've CC'ed the questions list, so that anyone else trying to help you will be able to use that info. Second, it seems like a geometry problem. What is the geometry of your disk (as the BIOS think it is and as the boot floppy thinks it is)? I'm sorry, but I don't know about geometry problems (never had one :-). I hope other people will be able to help you better. > > John Nadav From owner-freebsd-questions Fri Mar 7 09:41:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA02247 for questions-outgoing; Fri, 7 Mar 1997 09:41:33 -0800 (PST) Received: from tsi.gte.com ([205.174.176.40]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA02227 for ; Fri, 7 Mar 1997 09:41:30 -0800 (PST) Received: from g07.tsi.gte.com ([205.174.179.141]) by tsi.gte.com (5.x/SMI-SVR4) id AA10159; Fri, 7 Mar 1997 12:43:37 -0500 Date: Fri, 7 Mar 1997 12:43:37 -0500 Message-Id: <1.5.4.16.19970307124111.08d725a2@uhuru.tsi.gte.com> X-Sender: smorris@uhuru.tsi.gte.com X-Mailer: Windows Eudora Light Version 1.5.4 (16) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions@freebsd.org From: Scott Morris Subject: /usr/local/bin not created at install Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Earlier this week I commented that somehow I had managed to hammer /usr/local/bin. Well as it turns out it wasn't me but a failure of the 2.1.7 install to create said directory. Once manually created then all ports and packages install fine. Any ideas on why it isn't created at install time? --- Scott Morris GTE Telecommunication Services smorris@tsi.gte.com *** My opinions do not necessarily reflect those of my employer. *** From owner-freebsd-questions Fri Mar 7 09:42:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA02397 for questions-outgoing; Fri, 7 Mar 1997 09:42:28 -0800 (PST) Received: from quail.swcp.com (lappp19.swcp.com [204.134.3.52]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA02383 for ; Fri, 7 Mar 1997 09:42:23 -0800 (PST) Received: (from crs@localhost) by quail.swcp.com (8.7.5/8.7.3) id KAA00219 for questions@freebsd.org; Fri, 7 Mar 1997 10:42:10 -0700 (MST) Date: Fri, 7 Mar 1997 10:42:10 -0700 (MST) From: Charlie Sorsby Message-Id: <199703071742.KAA00219@quail.swcp.com> To: questions@freebsd.org Subject: lpd question Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Printing had been working fine. Suddenly today, it quit. I printed one file successfully and when I tried to print another lpd had quit. I ran (with sudo) lpc restart all to no avail. I even tried rebooting the system. After doing so, dmesg ends with the following line: pid 96 (lpd), uid 0: exited on signal 11 How can I verify what's wrong? Any suggestions? Best regards, Charlie Sorsby crs@swcp.com From owner-freebsd-questions Fri Mar 7 09:46:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA02681 for questions-outgoing; Fri, 7 Mar 1997 09:46:53 -0800 (PST) Received: from bellind.com ([206.101.34.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA02676 for ; Fri, 7 Mar 1997 09:46:47 -0800 (PST) From: RGireyev@bellind.com Received: from cdcexchange.bellind.com ([170.1.130.2]) by firewall.bellind.com with SMTP id <3663-2>; Fri, 7 Mar 1997 09:44:44 -0800 Received: by cdcexchange.bellind.com with Microsoft Exchange (IMC 4.0.837.3) id <01BC2ADD.0F8B7CF0@cdcexchange.bellind.com>; Fri, 7 Mar 1997 09:50:59 -0800 Message-ID: To: Cc: Subject: RE: Post installation stuff Date: Fri, 7 Mar 1997 09:50:58 -0800 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.837.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk May be we have different releases. I have 2.1.7 . Let me know if you want the size and date of it or something. ---------- From: Jordan K. Hubbard[SMTP:jkh@time.cdrom.com] Sent: Thursday, March 06, 1997 7:48 PM To: Rudy Gireyev Cc: ben@narcissus.ml.org; questions@FreeBSD.ORG Subject: Re: Post installation stuff > Huge thanks to all for replying. The problem was the fact that > /stand/sysinstall > does not add users to group wheel correctly, or to be more exact, the > user is > not added to the /etc/group file. Once I did that I was able to su till > my cows > came home :-) Really? I just tested this and it worked fine! (puzzled). Jordan From owner-freebsd-questions Fri Mar 7 09:47:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA02734 for questions-outgoing; Fri, 7 Mar 1997 09:47:37 -0800 (PST) Received: from chic.saglac.qc.ca (chic.saglac.qc.ca [204.19.37.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA02723 for ; Fri, 7 Mar 1997 09:47:31 -0800 (PST) From: bmat@videotron.ca Received: from bmat.205.151.222.205 (ppp038.219.mtimi.videotron.net [207.96.219.38]) by chic.saglac.qc.ca (8.8.2/8.8.2) with SMTP id MAA07670; Fri, 7 Mar 1997 12:46:26 -0500 (EST) Message-ID: <313DD082.43FA@videotron.ca> Date: Wed, 06 Mar 1996 12:50:58 -0500 Reply-To: bmat@videotron.ca X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 To: Alec Kloss CC: freebsd-questions@FreeBSD.ORG Subject: Re: TEAC CD-ROM References: <199703071207.GAA11970@d2si.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Is your TEAC CD-ROM a SCSI one? Cause mine is IDE connected to my SB16 sound card.... Alec Kloss wrote: > > bmat@videotron.ca is responsible for: > > Hello! > > > > I want to know if the TEAC CD-ROM is supported by FreeBsd... > > > > Thanks > > Mathieu Brassard > > > I'm using a Teac CD-ROM drive in my FreeBSD box. As FreeBSD is > "Waiting for SCSI devices to settle" it takes a LONG time (45 sec > or longer maybe) to kick in but then it is fine. If you've got > one like the one I do, it should be just fine. From owner-freebsd-questions Fri Mar 7 09:53:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA03127 for questions-outgoing; Fri, 7 Mar 1997 09:53:26 -0800 (PST) Received: from vic.cioe.com (ns1.cioe.com [204.120.165.37]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA03105; Fri, 7 Mar 1997 09:53:05 -0800 (PST) Received: (from root@localhost) by vic.cioe.com (8.7.5/8.7.3) id MAA20405; Fri, 7 Mar 1997 12:51:41 -0500 (EST) Date: Fri, 7 Mar 1997 12:51:41 -0500 (EST) From: Steve Ames Message-Id: <199703071751.MAA20405@vic.cioe.com> To: freebsd-questions@freebsd.org Subject: Conner tapestor problems? Cc: freebsd-scsi@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a conner tapestor (TSM4000R) SCSI tape backup. Thats one of them QIC-3080 jobs. I'm using Sony QW3080XLF tapes (what the drive recommended). Problem seems to be that I'm only getting use about an eighth of the tape. I run the backup of my system and get an I/O error (or a screenful of MEDIUM errors). i use 'mt rewind' and the tape is definately rewound. I try to go to the end of the tape and look at it physically and its only gone about an eighth of the way (consistent with how far along in the dump process it gets before barfing...) Anyone got a clue for me? Seems i'm sorely in need of one.. -Steve From owner-freebsd-questions Fri Mar 7 09:53:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA03143 for questions-outgoing; Fri, 7 Mar 1997 09:53:31 -0800 (PST) Received: from d2si.com (cs2-10.protocom.com [204.72.128.210]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA03115 for ; Fri, 7 Mar 1997 09:53:23 -0800 (PST) Received: (from alec@localhost) by d2si.com (8.8.3/8.8.3) id LAA13317; Fri, 7 Mar 1997 11:52:29 -0600 (CST) From: Alec Kloss Message-Id: <199703071752.LAA13317@d2si.com> Subject: Re: TEAC CD-ROM To: bmat@videotron.ca Date: Fri, 7 Mar 1997 11:52:28 -0600 (CST) Cc: alec@d2si.com, freebsd-questions@FreeBSD.ORG In-Reply-To: <313DD082.43FA@videotron.ca> from "bmat@videotron.ca" at "Mar 6, 96 12:50:58 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Yes, my Teac drive is SCSI. I can't help you with the IDE or sound card drives. Sorry, I should have been more clear. From owner-freebsd-questions Fri Mar 7 10:29:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA05026 for questions-outgoing; Fri, 7 Mar 1997 10:29:35 -0800 (PST) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA05016 for ; Fri, 7 Mar 1997 10:29:25 -0800 (PST) Received: from plato.salford.ac.uk by mail.crl.com with SMTP id AA02970 (5.65c/IDA-1.5 for ); Fri, 7 Mar 1997 07:56:01 -0800 Received: (qmail 8902 invoked by uid 141); 7 Mar 1997 15:46:13 -0000 Date: 7 Mar 1997 15:46:13 -0000 Message-Id: <19970307154613.8898.qmail@plato.salford.ac.uk> From: M.S.Powell@ais.salford.ac.uk To: freebsd-questions@freebsd.org Newsgroups: salford.mailing-lists.squid-users Subject: FreeBSD 2.2 squid problems Organization: Academic Information Services, Salford University, Salford, Manchester, UK Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I'm still having the squid >1.0.28 problems. It keeps giving DNS failures for sites that can be pinged quite happily from the command line. What gives here? Anyone else seen this? -- Mark Powell - Unix Information Officer - Clifford Whitworth Building A.I.S., University of Salford, Salford, Manchester, UK. Tel: +44 161 745 5936 Fax: +44 161 736 3596 Email: mark@salford.ac.uk finger mark@ucsalf.ac.uk (for PGP key) Home Page From owner-freebsd-questions Fri Mar 7 10:31:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA05148 for questions-outgoing; Fri, 7 Mar 1997 10:31:09 -0800 (PST) Received: from quail.swcp.com (lappp02.swcp.com [204.134.3.35]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA05143 for ; Fri, 7 Mar 1997 10:31:06 -0800 (PST) Received: (from crs@localhost) by quail.swcp.com (8.7.5/8.7.3) id LAA00208; Fri, 7 Mar 1997 11:31:04 -0700 (MST) Date: Fri, 7 Mar 1997 11:31:04 -0700 (MST) From: Charlie Sorsby Message-Id: <199703071831.LAA00208@quail.swcp.com> To: questions@freebsd.org Subject: Oops! More on lpd problem Cc: marvin@swt.net Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I apologize! I neglected to include the fact that the printer works from W95. The problem only occurs with FreeBSD (2.1.5). The FAQ suggests a hardware problem but I should have thought that a hardware problem would affect both. Suggestions sincerely appreciated--including how I may test hardware. > From crs Fri Mar 7 10:42:10 1997 > To: questions@freebsd.org > Subject: lpd question > > Printing had been working fine. Suddenly today, it quit. I printed > one file successfully and when I tried to print another lpd had quit. > I ran (with sudo) lpc restart all to no avail. I even tried rebooting > the system. After doing so, dmesg ends with the following line: > > pid 96 (lpd), uid 0: exited on signal 11 > > How can I verify what's wrong? > > Any suggestions? > > Best regards, > > Charlie Sorsby > crs@swcp.com > From owner-freebsd-questions Fri Mar 7 10:52:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA06708 for questions-outgoing; Fri, 7 Mar 1997 10:52:51 -0800 (PST) Received: from centaur.chias.org (centaur.chias.org [207.208.16.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA06700 for ; Fri, 7 Mar 1997 10:52:48 -0800 (PST) Received: from minotaur.chias.org (minotaur.chias.org [207.208.16.8]) by centaur.chias.org (8.7.5/8.7.3) with SMTP id MAA10211 for ; Fri, 7 Mar 1997 12:49:55 -0600 (CST) Message-ID: <33206402.359A@chias.org> Date: Fri, 07 Mar 1997 12:52:50 -0600 From: Chris Dunn Reply-To: chris@chias.org Organization: Chicago Academy of Sciences X-Mailer: Mozilla 3.0Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: libc.so.3.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Ok, i went through the archives, and came up with the tibit that libc.so.3.0 should be in 2.1.6 and above... im playing with the JDK, and copying libc.so.2.2 -> 3.0 dosent seem to be cutting it. I upgraded to 2.1.7 the other day, but still dont have 3.0 Can anyone clue me in on the ezyest way to get libc.so.3.0 ? Much thanks! -Chris From owner-freebsd-questions Fri Mar 7 10:58:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA07028 for questions-outgoing; Fri, 7 Mar 1997 10:58:52 -0800 (PST) Received: from mail.tm.net.my (janeway.tm.net.my [202.188.0.155]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA07022 for ; Fri, 7 Mar 1997 10:58:48 -0800 (PST) From: sweeting@tm.net.my Received: from [202.184.153.110] ([202.184.153.110]) by mail.tm.net.my (8.8.5/8.8.4) with SMTP id CAA20653 for ; Sat, 8 Mar 1997 02:58:11 +0800 (SGT) Date: Sat, 8 Mar 1997 02:58:11 +0800 (SGT) X-Sender: sweeting@mail.tm.net.my Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions@FreeBSD.ORG Subject: virtual sendmail domains with specific users in each domain ? Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I have set up virtual sendmail domains as per the many postings and faqs, using additions to S98 in sendmail.cf and a DB file for the mapping. (appended below) Now I can have 2 domains on my FreeBSD box : real.com and virtual.com I have no problems making mail go from : info@real.com to user@otherdomain.com (not on the freebsd box) info@virtual.com to user@otherdomain.com help@real.com to fred (local user on the freebsd box) help@real.com to fred but now i find that fred exists (and can send and collect mail) as fred@real.com and fred@virtual.com but i want these fred's to be different users. ie. fred@real.com and fred@virtual.com have different passwords, different mail boxes, and belong to different people. (at the moment i can send mail to fred@real.com and fred@virtual.com and it is one and the same user.) Is this possible to have this on the one FreeBSD box ? If so, could you pls point me in the right direction. I do not think that the virtual domains explained in the faqs and documents i have seen allow this. thank you very much, chas ps. should i have posted this to a different list ? if so, my apologies and i will do so in future.... there just seem to be so many knowledgeable ISP people here. ------------- what i am using at the moment -- it works but doesn't allow what i really want. it is good from aesthetic point of view since each domain has its own email but i am looking for jdoe, jane in the example below being 'bound' to a specific domain. [snipped from http://www.amazing.com/internet/faq-9.0.html] 9.6 How do you set up a "Phantom Domain"? Many users want a package of benefits from you that will include an indentification of their site as theirname.com. This makes it look like they own a site on the Internet, which is a sign of some prestige in the net.world. To make mail to user@theirname.com work, you can hack Sendmail as described below. My thanks to Christopher X. Candreva for passing on this information. ----------------------------------------------------- S98 R$+ < @ $+ . > $: $1 < @ $2 > . R$+ < @ $+ > $* $: $(maildomains $1@$2 $: $1 < @ $2 > $3 $) R$+ < @ $+ > $* $: $(maildomains $2 $: $1 < @ $2 > $3 $) R$+ < @ $+ > . $: $1 < @ $2 . > ----------------------------------------------------- With a DB file that holds these associations: ----------------------------------------------------- jdoe@someplace.com jdoe janedoe@someplace.com jane someplace.com spowner ----------------------------------------------------- I can have mail to jdoe@someplace.com go to the jdoe mailbox, janedoe@someplace.com go to jane, and all other mail be delivered to the "spowner" mailbox. It's not a bad setup, although I still want to tweak it to short-circuit that DB lookup altogether if the destination domain is not present in a certain class. [/snip] From owner-freebsd-questions Fri Mar 7 11:05:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA07405 for questions-outgoing; Fri, 7 Mar 1997 11:05:24 -0800 (PST) Received: from netcom22.netcom.com (sauber@netcom22.netcom.com [192.100.81.136]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id LAA07381 for ; Fri, 7 Mar 1997 11:04:47 -0800 (PST) Received: from localhost (sauber@localhost) by netcom22.netcom.com (8.6.13/Netcom) id LAA11952; Fri, 7 Mar 1997 11:04:32 -0800 Date: Fri, 7 Mar 1997 11:04:32 -0800 (PST) From: Soren Dossing X-Sender: sauber@netcom22 To: Alec Kloss cc: questions@freebsd.org Subject: Re: TEAC CD-ROM Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I had the same settle delay "problem" the first couple of months, until I figured out how to configure the kernel and scsi adapter correctly. Now it is configured in a matter of 1-2 seconds, and the system is running almost immediately after power on. If you like, I can send you my kernel configuration file, but you will probably have to poke around yourself with the scsi adpater settings. Soren From owner-freebsd-questions Fri Mar 7 19:46:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA14265 for questions-outgoing; Fri, 7 Mar 1997 19:46:37 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA14247 for ; Fri, 7 Mar 1997 19:46:32 -0800 (PST) Received: from shell4.ba.best.com (root@shell4.ba.best.com [206.184.139.135]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id SAA02360 for ; Fri, 7 Mar 1997 18:17:07 -0800 (PST) Received: (from holla@localhost) by shell4.ba.best.com (8.8.5/8.7.3) id SAA23295 for freebsd-questions@FreeBSD.ORG; Fri, 7 Mar 1997 18:14:10 -0800 (PST) Date: Fri, 7 Mar 1997 18:14:10 -0800 (PST) From: "Dr. Craig Hollabaugh" Message-Id: <199703080214.SAA23295@shell4.ba.best.com> To: freebsd-questions@freebsd.org Subject: xtend source Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Folks, I'm having problems finding the source for programs called xten, xtend, and tw which are for X-10 home control. You have man pages but I can't find the source code. Any ideas? Thanks, craig holla@best.com From owner-freebsd-questions Fri Mar 7 19:46:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA14291 for questions-outgoing; Fri, 7 Mar 1997 19:46:42 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA14235; Fri, 7 Mar 1997 19:46:29 -0800 (PST) Received: from surf.pangea.ca (root@surf.pangea.ca [204.112.101.109]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id SAA02556 ; Fri, 7 Mar 1997 18:58:01 -0800 (PST) Received: from atdot (dock04-30.pangea.ca [206.45.92.158]) by surf.pangea.ca (8.8.5/8.8.5) with SMTP id UAA05287; Fri, 7 Mar 1997 20:53:17 -0600 (CST) Received: by atdot with Microsoft Mail id <01BC2B39.82E1D620@atdot>; Fri, 7 Mar 1997 20:52:46 -0600 Message-ID: <01BC2B39.82E1D620@atdot> From: John Gunkel To: "'freebsd-isp@FreeBSD.ORG'" , "'freebsd-questions@freebsd.org'" Subject: Compile error with Qpopper and Free-BSD 2.1.7 Date: Fri, 7 Mar 1997 20:52:41 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Help! I have to get this running by Monday, so here goes: I have been trying to get Qualcomm's popserver to compile for the last couple of days and it keeps dying on (what I think is) the final link with some complaint about "Undefined symbol '_crypt' " I installed secure and eBones during the instalation, so unless I have misconfigured something.... Anyway, here is a transcript of the make: ===================================================== gonzo: {8} make clean rm -f core *.o *.Z* gonzo: {9} make 44bsd make -f make.44bsd cc -O -DHAVE_PARAM_H -c pop_dele.c cc -O -DHAVE_PARAM_H -c pop_dropcopy.c cc -O -DHAVE_PARAM_H -c pop_get_command.c cc -O -DHAVE_PARAM_H -c pop_get_subcommand.c cc -O -DHAVE_PARAM_H -c pop_init.c cc -O -DHAVE_PARAM_H -c pop_last.c cc -O -DHAVE_PARAM_H -c pop_list.c cc -O -DHAVE_PARAM_H -c pop_log.c cc -O -DHAVE_PARAM_H -c pop_lower.c cc -O -DHAVE_PARAM_H -c pop_msg.c cc -O -DHAVE_PARAM_H -c pop_parse.c cc -O -DHAVE_PARAM_H -c pop_pass.c cc -O -DHAVE_PARAM_H -c pop_quit.c cc -O -DHAVE_PARAM_H -c pop_rset.c cc -O -DHAVE_PARAM_H -c pop_send.c cc -O -DHAVE_PARAM_H -c pop_stat.c cc -O -DHAVE_PARAM_H -c pop_updt.c cc -O -DHAVE_PARAM_H -c pop_user.c cc -O -DHAVE_PARAM_H -c pop_xtnd.c cc -O -DHAVE_PARAM_H -c pop_xmit.c cc -O -DHAVE_PARAM_H -c popper.c cc -O -DHAVE_PARAM_H -c pop_bull.c cc -O -DHAVE_PARAM_H -c xtnd_xlst.c cc -O -DHAVE_PARAM_H -c pop_uidl.c cc -O -DHAVE_PARAM_H -c pop_rpop.c cc -O -DHAVE_PARAM_H -c pop_apop.c cc -O -DHAVE_PARAM_H -c md5.c cc -O -DHAVE_PARAM_H -o popper pop_dele.o pop_dropcopy.o pop_get_command.o p pop_pass.o: Undefined symbol `_crypt' referenced from text segment *** Error code 1 Stop. *** Error code 1 Stop. gonzo: {10} ======================================================= ***Note: the same error occours if I try "make 44bsd" or "make bsdi". I am trying to go with the Qualcomm popper because of the recomendation of Mike Tancsa (mike@sentex.net) from freebsd-questions but would be entirely open to suggestions of alternate pop servers. (or at the very least some help to get this one going) Thanks very much in advance, and doubly so, if it helps to get it running by Monday. :) John Gunkel. From owner-freebsd-questions Fri Mar 7 19:47:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA14451 for questions-outgoing; Fri, 7 Mar 1997 19:47:32 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA14442 for ; Fri, 7 Mar 1997 19:47:30 -0800 (PST) Received: from mother.cdrom.com (mother.cdrom.com [204.216.28.172]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id RAA02222 for ; Fri, 7 Mar 1997 17:45:52 -0800 (PST) Received: from localhost (support@localhost) by mother.cdrom.com (8.8.2/8.7.3) with SMTP id RAA19269 for ; Fri, 7 Mar 1997 17:43:06 -0800 (PST) X-Authentication-Warning: mother.cdrom.com: support owned process doing -bs Delivery-Date: Fri, 07 Mar 1997 16:29:39 -0800 X-Received: from pooh.cdrom.com (pooh.cdrom.com [204.216.28.222]) by mother.cdrom.com (8.8.2/8.7.3) with ESMTP id QAA17066 for ; Fri, 7 Mar 1997 16:29:38 -0800 (PST) X-Received: from ngxs2.netgrafx.com (netgrafx.com [204.71.48.10]) by pooh.cdrom.com (8.7.5/8.7.3) with ESMTP id QAA25610 for ; Fri, 7 Mar 1997 16:30:37 -0800 (PST) X-Received: from ngx1.netgrafx.com ([204.71.48.21]) by ngxs2.netgrafx.com (8.8.4/8.8.4) with SMTP id RAA04889 for ; Fri, 7 Mar 1997 17:30:07 -0700 (MST) Date: Fri, 7 Mar 1997 17:30:07 -0700 (MST) Message-Id: <199703080030.RAA04889@ngxs2.netgrafx.com> X-Sender: kil-9@netgrafx.com (Unverified) X-Mailer: Windows Eudora Pro Version 2.1.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: support@cdrom.com From: John Ford Subject: Buning FreeBSD to CD ReSent-Date: Fri, 7 Mar 1997 17:43:00 -0800 (PST) ReSent-From: "Christopher G. Mann" ReSent-To: questions@freebsd.org ReSent-Message-ID: Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I would like burn FreeBSD/2.1.7-RELEASE to CD for installation and need to know the right way to set the directory structure up. What is the top of the directory structure is that I need to record. (FreeBSD/, FreeBSD/2.1.7-RELEASE/) Also do I put the contents of this directory in the root of the CD or in its own diectory with a given name? Thanks in advance, John Ford _____ /__/- kil-9@netgrafx.com From owner-freebsd-questions Fri Mar 7 19:47:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA14485 for questions-outgoing; Fri, 7 Mar 1997 19:47:39 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA14445 for ; Fri, 7 Mar 1997 19:47:30 -0800 (PST) Received: from hauki.clinet.fi (root@hauki.clinet.fi [194.100.0.1]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id SAA02331 for ; Fri, 7 Mar 1997 18:10:20 -0800 (PST) Received: from news.clinet.fi (root@news.clinet.fi [194.100.0.3]) by hauki.clinet.fi (8.8.5/8.6.4) with ESMTP id EAA15593; Sat, 8 Mar 1997 04:08:53 +0200 (EET) Received: (hsu@localhost) by news.clinet.fi (8.8.5/8.6.4) id EAA26936; Sat, 8 Mar 1997 04:09:16 +0200 (EET) Date: Sat, 8 Mar 1997 04:09:16 +0200 (EET) Message-Id: <199703080209.EAA26936@news.clinet.fi> From: Heikki Suonsivu To: Doug Russell Cc: freebsd-questions@freebsd.org In-reply-to: Doug Russell's message of 7 Mar 1997 06:16:44 +0200 Subject: Re: PPPd server, with statix AND dynamic IP users... Organization: Clinet Ltd, Espoo, Finland References: Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk From: Doug Russell I am trying to figure out a way to have PPPd act as a "server" side of a connection, forcing users to use a certain IP address, varying by ttydX line they are connected to. The exception is the few priviledged users who have static IPs. This is driving me nuts. I don't see anything in the list archives, either. I gave up and read the manual page. Try pppd option ipcp-accept-remote. Ian and I are going to have to hack the ppp source somehow to get this to work if there isn't already a way to do it. If it isn't already there, we will make it clean and provide a diff, because this is something that really should be possible without a lot of fuss. I would not mind someone hacking pppd to allow both dynamic and static operation for the same user. It probably works now, but to get it I would need to list all ~200 dynamic IPs in pap-secrets in addition to the static one allocated to the user to get around ipcp checks. I think, I stopped reading the manual page at ipcp-accept-remote :-) Later...... -- Heikki Suonsivu, T{ysikuu 10 C 83/02210 Espoo/FINLAND, hsu@clinet.fi mobile +358-40-5519679 work +358-9-43542270 fax -4555276 From owner-freebsd-questions Fri Mar 7 19:47:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA14556 for questions-outgoing; Fri, 7 Mar 1997 19:47:58 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA14539 for ; Fri, 7 Mar 1997 19:47:50 -0800 (PST) Received: from murkwood.gaffaneys.com (dialup13.gaffaneys.com [134.129.252.32]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id SAA02332 for ; Fri, 7 Mar 1997 18:10:21 -0800 (PST) Received: (from zach@localhost) by murkwood.gaffaneys.com (8.8.5/8.8.5) id UAA29285; Fri, 7 Mar 1997 20:10:02 -0600 (CST) To: "Jeffrey M. Metcalf" Cc: questions@freebsd.org, metcalf@snet.net Subject: Re: Re[2]: What does gets() unsafe question mean? References: <9702078577.AA857755172@ccgate0.bms.com> From: Zach Heilig Date: 07 Mar 1997 20:10:00 -0600 In-Reply-To: "Jeffrey M. Metcalf"'s message of Fri, 07 Mar 1997 09:03:54 -0500 (EST) Message-ID: <87zpwf5e2v.fsf@murkwood.gaffaneys.com> Lines: 94 X-Mailer: Gnus v5.4.15/XEmacs 19.14 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk "Jeffrey M. Metcalf" writes: > Thank You for the reply Zach, > I just wrote the following on a sun4 Change the program to this, and you'll see what I mean. For some reason, FreeBSD starts beeping after 1024 characters. It takes 9 characters to make it core-dump on FreeBSD. You only have to type 1 character (and enter) to see the effects. #include #define PRINT(x) printf( #x " = %d\n", (x)) main() { int before = 8; /* number doesn't matter, I tried to hit an ASCII * value you are unlikely to enter on a keyboard. */ char buf[1]; int after = 8; PRINT(before); PRINT(after); puts("Enter lots of text and press enter:"); gets(buf); puts("\n"); PRINT(before); PRINT(after); puts(buf); before=0; after=0; puts(buf); } That should show the problem up for sure. It does for FreeBSD anyway... > Entering a huge line of text results in the _exact_ same huge line > of text on stdout. Hardly surprising.. You obviously did not enter enough text to overwrite important parts of the stack. The program modified as above should show the problem better. (SunOS might have different data and return stacks?). > Why should this be if buf was only declared to be char[1]? Is it > because gets is allowing me to put characters into memory > sequentially and then when buf (pointer to the first character of > array, buf[0]) is returned via puts, I get everything until the > first newline? Or does SunOS have its own implementation of > gets()/puts()? Incidentally, I don't get the warning message from > SunOS. See, the problem is gets() has no clue how big the chunk of memory is that you passed to it. It will happily write characters until either the program crashes or it reads a newline. > You mentioned gets() creates problems and security holes with > setuid programs. Given the result in the above paragraph from > SunOS, is it reasonable to assume that a non setuid program that > uses gets() on SunOS is reasonably safe if the program is well > written? Or is there much more involved here? Since you the program writer won't have control over the input, it is impossible to create a "well-written program" using gets(). Even toy programs that write to a temporary file, and use gets() to read it back in have a race condition (some other program can change the file before we read it back). You may be able to get away with using gets() in a throwaway program, but definately do not use it for anything serious. > Lastly, is the fgets() function call the much better (and safer) > choice to get a line from stream? Since it reads 'at most n > chars' from stream, I presume it is safer due to more controllable > boundary conditions. Am I correct? Exactly, use fgets() and hack off the trailing '\n' if you don't need/want it. Just be careful there too, since there might not be a trailing '\n'. You might want to use something similar to: char input[64], *nlptr; while (fgets(input, sizeof input, stdin)) { if ((nlptr = strchr(input, '\n'))) *nlptr = 0; /* do more stuff */ } -- Zach Heilig (zach@blizzard.gaffaneys.com) | ALL unsolicited commercial email Support bacteria -- it's the only | is unwelcome. I avoid dealing form of culture some people have! | with companies that email ads. From owner-freebsd-questions Fri Mar 7 19:49:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA14825 for questions-outgoing; Fri, 7 Mar 1997 19:49:11 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA14807 for ; Fri, 7 Mar 1997 19:49:07 -0800 (PST) From: perry@zso.dec.com Received: from mail12.digital.com (mail12.digital.com [192.208.46.20]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id RAA02011 for ; Fri, 7 Mar 1997 17:01:37 -0800 (PST) Received: from rust.zso.dec.com by mail12.digital.com (8.7.5/UNX 1.5/1.0/WV) id TAA31274; Fri, 7 Mar 1997 19:51:23 -0500 (EST) Received: from yakko.zso.dec.com by rust.zso.dec.com (5.65/DECwest-CLUSTRIX-mwd-12Dec94) id AA17301; Fri, 7 Mar 1997 16:51:22 -0800 Received: from localhost by yakko.zso.dec.com (5.65v3.2/1.1.10.5/27Nov96-0917PM) id AA26309; Fri, 7 Mar 1997 16:53:14 -0800 Message-Id: <9703080053.AA26309@yakko.zso.dec.com> To: Doug White Cc: freebsd-questions@freebsd.org Subject: Re: arplookup failure? In-Reply-To: Your message of "Fri, 07 Mar 97 14:48:16 PST." Date: Fri, 07 Mar 97 16:53:14 -0800 X-Mts: smtp Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Regarding Re: arplookup failure?; Doug White adds: > Your computer seems to be confused at to what network it's connected > to. Make sure the ifconfig_* lines in /etc/sysconfig have the > proper IP address defined. I found the problem. What was going on is that the machines in question have static routes to my network. They sent an arp request directly to my machine asking who it was, since to my routing tables the machine sending the request was on not on a direct route, I got that message in the syslog. When I set up static routes to those subnets, the messages went away. I have a 10M tcpdump which I took to isolate a few arp and icmp packets. :-) Thanks. -Reggie From owner-freebsd-questions Fri Mar 7 19:50:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA15208 for questions-outgoing; Fri, 7 Mar 1997 19:50:39 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA15180 for ; Fri, 7 Mar 1997 19:50:35 -0800 (PST) Received: from okeefe.bestweb.net (okeefe.bestweb.net [208.197.0.5]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id QAA01736 for ; Fri, 7 Mar 1997 16:07:39 -0800 (PST) Received: from mark.bestweb.net (kandinsky.bestweb.net [208.197.0.26]) by okeefe.bestweb.net (8.8.5/8.8.5) with ESMTP id TAA02719 for ; Fri, 7 Mar 1997 19:06:18 -0500 (EST) Message-Id: <199703080006.TAA02719@okeefe.bestweb.net> From: "Mark Dickey" To: Subject: Questions Date: Fri, 7 Mar 1997 19:02:01 -0800 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 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am trying to run FreeBSD on my PC. I have two hard drives, one is 1.6 GB and one is 3.1 GB. My BIOS only supports 2.1 GB hard drivers or smaller, so It thinks I have one 2.1 GB and a 1.6 GB hard drives. I am looking into a EIDE Adapter from GSI called the 2C. It is labeled 16-bit Dual-Channel EIDE Adapter. It is supposed to upgrade the BIOS so it recongized hard drives over 2.1. Will this work with FreeBSD? Mark Dickey BestWeb support@bestweb.net mark@bestweb.net From owner-freebsd-questions Fri Mar 7 19:50:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA15260 for questions-outgoing; Fri, 7 Mar 1997 19:50:50 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA15244 for ; Fri, 7 Mar 1997 19:50:47 -0800 (PST) Received: from dns.pinpt.com (dns.pinpt.com [205.179.195.1]) by who.cdrom.com (8.8.5/8.6.11) with SMTP id PAA01636 for ; Fri, 7 Mar 1997 15:53:55 -0800 (PST) Received: from rover4 (gatemaster.pinpt.com [205.179.195.65]) by dns.pinpt.com (8.6.12/8.6.12) with SMTP id PAA13795 for ; Fri, 7 Mar 1997 15:51:02 -0800 Date: Fri, 7 Mar 97 15:34:04 Pacific Standard Time From: "Sean J. Schluntz" Subject: ifconfig alias problem/question. To: questions@freebsd.org X-Mailer: Chameleon ATX 6.0, Standards Based IntraNet Solutions, NetManage Inc. X-Priority: 3 (Normal) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I recently added a second IP address to my system for use with Apache for another domain. xxx.xxx.xxx.aaa Main xxx.xxx.xxx.bbb Alias All of the other systems can get to it just fine, though anything (Web, FTP, Telnet etc) but I am unable to connect to it from the system it's on. I can connect to myself using my main address and localhost. I'm running FBSD 2.1.5-R Any ideas? I have the three standard lines in sysconfig for the names, ep0 and lo0 and have added a line to netstart which does the alias (see below for the examples) When I boot I get these messages: ep0: flags=8843 mtu 1500 inet xxx.xxx.xxx.aaa netmask 0xffffffc0 broadcast xxx.xxx.xxx.zzz ether 00:a0:24:8f:55:1e lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 add net default: gateway xxx.xxx.xxx.yyy writing to routing socket: Invalid argument add net 224.0.0.0: Unvalid argument writing to routing socket: Invalid argument add host localhost: Incalid argument starting routing daemon: routed. My /etc/sysconfig for this part is: network_interfaces="ep0 lo0" ifconfig_ep0="inet xxx.xxx.xxx.aaa netmask 255.255.255.192" ifconfig_lo0="inet localhost" My /etc/netstart for this part is: # Set up all the network interfaces, calling startup scripts if needed for ifn in ${network_interfaces}; do if [ -e /etc/start_if.${ifn} ]; then . /etc/start_if.${ifn} ${ifn} fi eval ifconfig_args=\$ifconfig_${ifn} ifconfig ${ifn} ${ifconfig_args} ifconfig ${ifn} done ifconfig ep0 inet xxx.xxx.xxx.bbb alias if [ -n "$defaultrouter" -a "x$defaultrouter" != "xNO" ] ; then static_routes="default ${static_routes}" route_default="default ${defaultrouter}" fi # Set up any static routes. This should be done before router discovery. if [ "x${static_routes}" != "x" ]; then for i in ${static_routes}; do eval route_args=\$route_${i} route add ${route_args} done fi if [ "x$gateway" != "xNO" ]; then echo 'configuring host as a gateway.' sysctl -w net.inet.ip.forwarding=1 >/dev/null 2>&1 fi if [ "x$router" != "xNO" ] ; then echo -n starting routing daemon: echo -n " ${router}"; ${router} ${routerflags} echo '.' fi ---------------------------------------------------------------------- Sean J. Schluntz Manager, Support Services ph. 408.997.6900 x222 PinPoint Software Corporation fx. 408.323.2300 6155 Almaden Expressway, Suite 100 San Jose, CA. 95120 http://www.pinpt.com/ Local Time Sent: 03/07/97 15:34:04 ---------------------------------------------------------------------- From owner-freebsd-questions Fri Mar 7 19:52:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA15614 for questions-outgoing; Fri, 7 Mar 1997 19:52:03 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA15571 for ; Fri, 7 Mar 1997 19:51:55 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id OAA01211 for ; Fri, 7 Mar 1997 14:47:45 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id OAA00882; Fri, 7 Mar 1997 14:46:09 -0800 (PST) Date: Fri, 7 Mar 1997 14:46:09 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Harlan Stenn cc: freebsd-questions@freebsd.org Subject: Re: 3 button mouse problem on 2.1.6.1 ... In-Reply-To: <18191.857726040@mumps.pfcs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 7 Mar 1997, Harlan Stenn wrote: > I got an "EZ Mouse" 3 button mouse, Microsoft/Mouse Systems compatible. This mouse may have a selector switch on the side or bottom. Try toggling the switch. Also, Mouse Systems mice are supported natively by XFree86 (AFAIK) -- try changing the "Protocol" item. See XF86Config(5) for details. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Fri Mar 7 19:52:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA15636 for questions-outgoing; Fri, 7 Mar 1997 19:52:07 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA15576 for ; Fri, 7 Mar 1997 19:51:56 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id OAA01322 for ; Fri, 7 Mar 1997 14:59:57 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id OAA00901; Fri, 7 Mar 1997 14:58:28 -0800 (PST) Date: Fri, 7 Mar 1997 14:58:28 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Christopher Stephensen cc: questions@freebsd.org Subject: Re: Disk space requirements. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 7 Mar 1997, Christopher Stephensen wrote: > I am considering running FreeBSD on my system and am curious to > know how much disk space will be required. I realise that this may be a > difficult question to answer, but a rough figure for a minimum FreeBSD > system with XFree86 will give me an idea. For a decent system with space leftover for your own stuff, you'll want 200mb. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Fri Mar 7 19:52:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA15647 for questions-outgoing; Fri, 7 Mar 1997 19:52:09 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA15585 for ; Fri, 7 Mar 1997 19:52:01 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id OAA01263 for ; Fri, 7 Mar 1997 14:52:11 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id OAA00886; Fri, 7 Mar 1997 14:48:16 -0800 (PST) Date: Fri, 7 Mar 1997 14:48:16 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: perry@zso.dec.com cc: freebsd-questions@freebsd.org Subject: Re: arplookup failure? In-Reply-To: <9703062302.AA24916@yakko.zso.dec.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Mar 1997 perry@zso.dec.com wrote: > Now that the network is up I am getting tons of these messages: > > arplookup 16.64.16.97 failed: host is not on local network > arplookup 16.64.0.39 failed: host is not on local network > arplookup 16.64.16.97 failed: host is not on local network > arplookup 16.64.0.1 failed: host is not on local network > > > Can I get a clue about where to look for the problem? Thanks. Your computer seems to be confused at to what network it's connected to. Make sure the ifconfig_* lines in /etc/sysconfig have the proper IP address defined. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Fri Mar 7 19:53:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA15898 for questions-outgoing; Fri, 7 Mar 1997 19:53:11 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA15889; Fri, 7 Mar 1997 19:53:08 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id OAA01277 ; Fri, 7 Mar 1997 14:52:57 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id OAA00893; Fri, 7 Mar 1997 14:51:40 -0800 (PST) Date: Fri, 7 Mar 1997 14:51:40 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Steve Ames cc: freebsd-questions@freebsd.org, freebsd-scsi@freebsd.org Subject: Re: Conner tapestor problems? In-Reply-To: <199703071751.MAA20405@vic.cioe.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 7 Mar 1997, Steve Ames wrote: > I have a conner tapestor (TSM4000R) SCSI tape backup. Thats one of them > QIC-3080 jobs. I'm using Sony QW3080XLF tapes (what the drive recommended). We have one of these. It works great! > Problem seems to be that I'm only getting use about an eighth of the tape. > I run the backup of my system and get an I/O error (or a screenful of > MEDIUM errors). > > i use 'mt rewind' and the tape is definately rewound. I try to go to the > end of the tape and look at it physically and its only gone about an eighth > of the way (consistent with how far along in the dump process it gets before > barfing...) > > Anyone got a clue for me? Seems i'm sorely in need of one.. New tape? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Fri Mar 7 19:53:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA16027 for questions-outgoing; Fri, 7 Mar 1997 19:53:37 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA16004 for ; Fri, 7 Mar 1997 19:53:33 -0800 (PST) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by who.cdrom.com (8.8.5/8.6.11) with SMTP id OAA01078 for ; Fri, 7 Mar 1997 14:22:12 -0800 (PST) Received: from plains.NoDak.edu by mail.crl.com with SMTP id AA13870 (5.65c/IDA-1.5 for ); Fri, 7 Mar 1997 11:46:13 -0800 Received: (from tinguely@localhost) by plains.nodak.edu (8.8.4/8.8.3) id NAA02257; Fri, 7 Mar 1997 13:40:59 -0600 (CST) Date: Fri, 7 Mar 1997 13:40:59 -0600 (CST) From: Mark Tinguely Message-Id: <199703071940.NAA02257@plains.nodak.edu> To: info@healthnet-sl.es, questions@freebsd.org Subject: Re: Upgrading to 2.1.7 without using a floppy Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Step 1: enter single user. (shutdown -now) Step 2: if NFS install mount NFS partition with FreeBSD dist Step 3: move the /etc (and /var partition if you want old log files) Step 4: install the new files using the install.sh in each subdirectory Step 5: using "diff /OLDETC /etc" make custom changes to new /etc files. especially be sure the /OLDETC/master.passwd /OLDETC/group /OLDETC/fstab are placed into /etc. Step 6: run "vipw" to rebuild the password database. Step 7: after installing the compat libraries, remove old libraries, by: cd /usr/lib/compat for i in * do rm ../$i done Step 8: go into /sbin, /bin, /usr/bin, /usr/sbin, /usr/lib and do the command "ls -lt"; old programs and libraries will be on the bottom of the list with an older date, remove these. Step 9: either copy /kernel.GENERIC to /kernel or build a new /kernel Step 10: put any /OLDVAR files into /var (it is easier to put new files into /OLDVAR and then move /OLDVAR to /var the only gotcha in the process, is the new /stand files are not loaded in this process. --mark. From owner-freebsd-questions Fri Mar 7 19:55:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA16683 for questions-outgoing; Fri, 7 Mar 1997 19:55:57 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA16648 for ; Fri, 7 Mar 1997 19:55:53 -0800 (PST) Received: from chaos.taylored.com (chaos.taylored.com [206.53.224.58]) by who.cdrom.com (8.8.5/8.6.11) with SMTP id NAA00632 for ; Fri, 7 Mar 1997 13:22:33 -0800 (PST) Received: (qmail 11897 invoked by uid 100); 7 Mar 1997 21:21:25 -0000 Date: Fri, 7 Mar 1997 16:21:25 -0500 (EST) From: Chael Hall To: questions@freebsd.org Subject: System panic: rlist_free? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Last night, a server of mine panicked with the following error (possibly error prone, it was read to me over the phone): rlist_free: free start overlaps already freed area Does anybody know what this means? I'm running 2.1.6.1 and the machine is configured as follows: Pentium Pro/150MHz Tyan Titan Pro motherboard 128MB EDO RAM Adaptec 2940UW with two IBM SCSI III hard drives SMC EtherPower (de0; primary) SMC Ultra (ed0; secondary) The machine would respond to ICMP messages and was originally forwarding packets to the internal network but apparently stopped doing that too. Any TCP/UDP would connect or refuse depending on whether there was a service on the port, but no response was forthcoming (whether the server was in inetd or standalone.) Any help would be appreciated, Chael -- Chael Hall, nowhere@chaos.taylored.com From owner-freebsd-questions Fri Mar 7 19:56:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA16891 for questions-outgoing; Fri, 7 Mar 1997 19:56:38 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA16866 for ; Fri, 7 Mar 1997 19:56:31 -0800 (PST) From: joe_miller@vnet.IBM.COM Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by who.cdrom.com (8.8.5/8.6.11) with SMTP id MAA00384 for ; Fri, 7 Mar 1997 12:45:55 -0800 (PST) Received: from vnet.ibm.com by mail.crl.com with SMTP id AA16672 (5.65c/IDA-1.5 for ); Fri, 7 Mar 1997 11:58:05 -0800 Message-Id: <199703071958.AA16672@mail.crl.com> Received: from RCHVMV2 by vnet.IBM.COM (IBM VM SMTP V2R3) with BSMTP id 9493; Fri, 07 Mar 97 14:55:40 EST Date: Fri, 7 Mar 97 09:20:43 CST To: freebsd-questions@freebsd.org Cc: dsnowberger@vnet.IBM.COM Subject: 'Unencumbered' version of BIND 4.9.3? Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk We are looking at using the BIND 4.9.3 version of DNS for some work we are doing. The version of BSD-Lite 4.4 we have is 8.2 with a date pf 3/31/94. It is on a CD from USENIX association. Unfortunately, this version contains the BIND 4.9.2 version of DNS. Is there a later version of BSD 4.4 lite that contains the BIND 4.9.3 source code?....maybe something in a FreeBSD release? What we are looking for is an unencumbered version of BIND 4.9.3, exactly like the BIND 4.9.2 source code packaged with BSD-Lite 4.4. Can you help? If this source code exists, where can we it be obtained? From owner-freebsd-questions Fri Mar 7 19:58:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA17272 for questions-outgoing; Fri, 7 Mar 1997 19:58:01 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA17214 for ; Fri, 7 Mar 1997 19:57:54 -0800 (PST) From: sweeting@tm.net.my Received: from mail.tm.net.my (janeway.tm.net.my [202.188.0.155]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id MAA00256 for ; Fri, 7 Mar 1997 12:25:28 -0800 (PST) Received: from [202.184.153.110] ([202.184.153.110]) by mail.tm.net.my (8.8.5/8.8.4) with SMTP id EAA00093; Sat, 8 Mar 1997 04:21:05 +0800 (SGT) Date: Sat, 8 Mar 1997 04:21:05 +0800 (SGT) X-Sender: sweeting@mail.tm.net.my Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Gregory Neil Shapiro Subject: Re: virtual sendmail domains with multiple users with same name but different domains ? Cc: questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >sendmail is not the limited factor here, UNIX is. You must have unique >usernames, therefore one UNIX machine can't have two fred accounts since it >won't know which one to use when 'fred' tries to login. You can create two >accounts on the box (fredreal and fredvirt) and have virtusertable entries for >those: > >fred@virtual.com fredvirt >fred@real.com fredreal thank you for this Gregory. so it means that i can offer clients their accounts such as : sales@company1.com sales@company2.com only for _receiving_ since i can then route these to their individual users. i can live with that - i will just have to make sure that i keep track of the users on the machine. (and all those faqs etc now make perfect sense) thank you very much for putting me straight on this one ! (and apologies to everyone if this was a real dimbo question) chas From owner-freebsd-questions Fri Mar 7 20:53:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA20649 for questions-outgoing; Fri, 7 Mar 1997 20:53:43 -0800 (PST) Received: from obie.softweyr.ml.org ([199.104.124.49]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA20639 for ; Fri, 7 Mar 1997 20:53:34 -0800 (PST) Received: (from wes@localhost) by obie.softweyr.ml.org (8.7.5/8.6.12) id VAA09645; Fri, 7 Mar 1997 21:58:04 -0700 (MST) Date: Fri, 7 Mar 1997 21:58:04 -0700 (MST) Message-Id: <199703080458.VAA09645@obie.softweyr.ml.org> From: Wes Peters To: "David Langford" CC: questions@freebsd.org Subject: Re: How do I create an NIS Master? In-Reply-To: <199703061751.HAA03207@caliban.dihelix.com> References: <199703061619.JAA27631@xmission.xmission.com> <199703061751.HAA03207@caliban.dihelix.com> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk David Langford asked: > Is there a version of vipw(8) that works with the passwd > files being in /var/yp? It makes editing the files much easier. I replied: % No, but you don't really need one since you don't need to lock the % files while editing. All vipw adds to vi is to lock the passwd % database while you're editing; these locks are not supported with NIS. > Actually what I find most useful is that it combines the passwd and > master.passwd file so I can make whatever changes I need at once. But there is only one master file used for NIS, or has the FreeBSD implementation changed that much? -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.xmission.com/~softweyr softweyr@xmission.com From owner-freebsd-questions Fri Mar 7 21:03:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA21614 for questions-outgoing; Fri, 7 Mar 1997 21:03:29 -0800 (PST) Received: from sergio.lenzi ([200.247.23.105]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA21591 for ; Fri, 7 Mar 1997 21:03:23 -0800 (PST) Received: (from lenzi@localhost) by sergio.lenzi (8.8.3/8.8.3) id CAA00543; Sat, 8 Mar 1997 02:08:47 GMT Date: Sat, 8 Mar 1997 02:08:47 +0000 () From: "Lenzi, Sergio" X-Sender: lenzi@sergio To: Charlie Sorsby cc: questions@FreeBSD.ORG Subject: Re: Oops! More on lpd problem In-Reply-To: <199703071831.LAA00208@quail.swcp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > From crs Fri Mar 7 10:42:10 1997 > > To: questions@freebsd.org > > Subject: lpd question > > > > Printing had been working fine. Suddenly today, it quit. I printed > > one file successfully and when I tried to print another lpd had quit. > > I ran (with sudo) lpc restart all to no avail. I even tried rebooting > > the system. After doing so, dmesg ends with the following line: > > > > pid 96 (lpd), uid 0: exited on signal 11 > > > > How can I verify what's wrong? > > > > Any suggestions? Hello Charlie.... The lpd is dying on signal 11. ok. Seems like a hardware problem... memory or disk with bad block on it. Solution: Rename your lpd to lpd.old, Mount the sencond cdrom from FreeBSD and copy the lpd from there, and reboot. Hope this can help. Sergio Lenzi. Unix consult. From owner-freebsd-questions Fri Mar 7 21:05:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA21765 for questions-outgoing; Fri, 7 Mar 1997 21:05:48 -0800 (PST) Received: from mail.tm.net.my (janeway.tm.net.my [202.188.0.155]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA21749 for ; Fri, 7 Mar 1997 21:05:24 -0800 (PST) From: sweeting@tm.net.my Received: from [202.184.153.110] ([202.184.153.110]) by mail.tm.net.my (8.8.5/8.8.4) with SMTP id NAA08087 for ; Sat, 8 Mar 1997 13:04:39 +0800 (SGT) Date: Sat, 8 Mar 1997 13:04:39 +0800 (SGT) X-Sender: sweeting@mail.tm.net.my Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions@FreeBSD.ORG Subject: solved Re : virtual sendmail domains with specific users in each domain ? Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Not really solved - but an answer at least. Just posting here for the sake of the archive in case anyone else has this problem/question. My apologies for troubling you all with what must have been a trivial unix question and for using up more bandwidth now. Thanks to Gregory Shapiro (from sendmail list/org) for answer : [snip] >sendmail is not the limited factor here, UNIX is. You must have unique >usernames, therefore one UNIX machine can't have two fred accounts since it >won't know which one to use when 'fred' tries to login. You can create two >accounts on the box (fredreal and fredvirt) and have virtusertable entries for >those: > >fred@virtual.com fredvirt >fred@real.com fredreal >> >>I have set up virtual sendmail domains as per the many postings >>and faqs, using additions to S98 in sendmail.cf and >>a DB file for the mapping. >> >>Now I can have 2 domains on my FreeBSD box : real.com and virtual.com >> >>I have no problems making mail go from : >>info@real.com to user@otherdomain.com (not on the freebsd box) >>info@virtual.com to user@otherdomain.com >>help@real.com to fred (local user on the freebsd box) >>help@real.com to fred >> >>but now i find that fred exists (and can send and collect mail) as >>fred@real.com and fred@virtual.com >> >>but i want these fred's to be different users. ie. fred@real.com >>and fred@virtual.com have different passwords, different mail boxes, >>and belong to different people. >> >>(at the moment i can send mail to fred@real.com >>and fred@virtual.com and it is one and the same user.) >> >>Is this possible to have this on the one FreeBSD box ? >> [/snip] From owner-freebsd-questions Fri Mar 7 21:07:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA21858 for questions-outgoing; Fri, 7 Mar 1997 21:07:47 -0800 (PST) Received: from hydrogen.dynamik.com (empnet74.empnet.com [208.192.38.108]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA21850 for ; Fri, 7 Mar 1997 21:07:42 -0800 (PST) Received: (from natlow@localhost) by hydrogen.dynamik.com (8.8.5/8.8.5) id NAA03246; Fri, 7 Mar 1997 13:13:14 -0800 (PST) Date: Fri, 7 Mar 1997 13:13:14 -0800 (PST) From: Nat Low X-Sender: natlow@hydrogen.dynamik.com To: Chris Dunn cc: freebsd-questions@freebsd.org Subject: Re: libc.so.3.0 In-Reply-To: <33206402.359A@chias.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 7 Mar 1997, Chris Dunn wrote: > Ok, i went through the archives, and came up with the tibit > that libc.so.3.0 should be in 2.1.6 and above... im playing > with the JDK, and copying libc.so.2.2 -> 3.0 dosent seem to > be cutting it. I upgraded to 2.1.7 the other day, but still > dont have 3.0 Can anyone clue me in on the ezyest way to > get libc.so.3.0 ? As I understand it, you need to link libc.so.3.0 to libc.so.2.2. According to someone whom helped me out with this problem, the 3.0 version never existed. When I linked this, it worked fine for me. > > Much thanks! > -Chris > > From owner-freebsd-questions Fri Mar 7 21:07:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA21871 for questions-outgoing; Fri, 7 Mar 1997 21:07:49 -0800 (PST) Received: from obie.softweyr.ml.org ([199.104.124.49]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA21851 for ; Fri, 7 Mar 1997 21:07:42 -0800 (PST) Received: (from wes@localhost) by obie.softweyr.ml.org (8.7.5/8.6.12) id WAA09660; Fri, 7 Mar 1997 22:10:35 -0700 (MST) Date: Fri, 7 Mar 1997 22:10:35 -0700 (MST) Message-Id: <199703080510.WAA09660@obie.softweyr.ml.org> From: Wes Peters To: Christian Alfredsson CC: questions@freebsd.org Subject: New Mailserver In-Reply-To: <3.0.1.32.19970306182641.0068d14c@nero.alingsas.se> References: <3.0.1.32.19970306182641.0068d14c@nero.alingsas.se> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Christian Alfredsson writes: > I'm the mailmaster of nero.alingsas.se. Today we have a HP Vectra 133Mhz > with 64MB memory and 4Gb harddisk. We only use it for popper and it's not > possible to telnet and so on to it... We have had a little problem with the > hardware so we want't to change the server. I have thought of the following > configuration for the new server > > Pentium Pro 200 Mhx > 128 MB Ram > 2 * 2 Gb harddisk on separate SCSI-cards Good god, you must be kidding. For a mailserver? Keep in mind that all your system needs to be able to do is keep up with the ethernet card running at 1 megabyte/sec. Unless you're using a 100Base-TX network, any old Pentium 100 with 16 or 32 Megs RAM and an IDE drive big enough to hold a basic installation of FreeBSD (say 200 megs) plus your mail spool will probably handle the load just fine. Anyone here in FreeBSD land think I'm nuts? Let's hear the opposition. ;^) -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.xmission.com/~softweyr softweyr@xmission.com From owner-freebsd-questions Fri Mar 7 21:10:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA22127 for questions-outgoing; Fri, 7 Mar 1997 21:10:10 -0800 (PST) Received: from hydrogen.dynamik.com (empnet74.empnet.com [208.192.38.108]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA22077 for ; Fri, 7 Mar 1997 21:10:04 -0800 (PST) Received: (from natlow@localhost) by hydrogen.dynamik.com (8.8.5/8.8.5) id NAA03923; Fri, 7 Mar 1997 13:15:48 -0800 (PST) Date: Fri, 7 Mar 1997 13:15:48 -0800 (PST) From: Nat Low X-Sender: natlow@hydrogen.dynamik.com To: questions@freebsd.org Subject: IP Masquarading (spelling?) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Okay, I've seen it pass through here a couple of time, but I need some help on where to obtain these IP forwarding programs and such from, perhaps some hints on setting it up. Thanks From owner-freebsd-questions Fri Mar 7 21:33:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA23153 for questions-outgoing; Fri, 7 Mar 1997 21:33:08 -0800 (PST) Received: from obie.softweyr.ml.org ([199.104.124.49]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA23148 for ; Fri, 7 Mar 1997 21:33:04 -0800 (PST) Received: (from wes@localhost) by obie.softweyr.ml.org (8.7.5/8.6.12) id WAA09723; Fri, 7 Mar 1997 22:37:19 -0700 (MST) Date: Fri, 7 Mar 1997 22:37:19 -0700 (MST) Message-Id: <199703080537.WAA09723@obie.softweyr.ml.org> From: Wes Peters To: pirahna@primenet.com CC: questions@freebsd.org Subject: Floppy drive In-Reply-To: <331B6598.39B8@primenet.com> References: <331B6598.39B8@primenet.com> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk pirahna@primenet.com writes: > Ok This is my first UNIX system and although this seems like a > incredibly stupid question. I can not figure out how to get to the > floppy drive so I can copy things to and from it. Please help me if you > are able to Since all the other answers I saw only addressed using floppies with a filesystem on them, I'll chime in with the alternative. You can treat the 'raw' floppy device as if it is a tape drive, and use typically UNIX tape tools to read/write, such as tar, cpio, and pax. For instance, to copy the current directory onto a floppy to take home at night: (put the floppy in the drive) tar cvf /dev/rfd0 . (take the floppy home with you) To read it when you get home: (put the floppy in the drive at home) tar xvf /dev/rfd0 You don't have to mount or unmount it. This should work particularly well with Zip drives. ;^) -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.xmission.com/~softweyr softweyr@xmission.com From owner-freebsd-questions Fri Mar 7 21:40:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA23680 for questions-outgoing; Fri, 7 Mar 1997 21:40:41 -0800 (PST) Received: from scanner.worldgate.com (scanner.worldgate.com [198.161.84.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA23673; Fri, 7 Mar 1997 21:40:37 -0800 (PST) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.8.5/8.7.3) with UUCP id WAA08671; Fri, 7 Mar 1997 22:40:09 -0700 (MST) Received: from localhost (marcs@localhost) by alive.znep.com (8.7.5/8.7.3) with SMTP id WAA00854; Fri, 7 Mar 1997 22:40:19 -0700 (MST) Date: Fri, 7 Mar 1997 22:40:18 -0700 (MST) From: Marc Slemko To: John Gunkel cc: "'freebsd-isp@FreeBSD.ORG'" , "'freebsd-questions@freebsd.org'" Subject: Re: Compile error with Qpopper and Free-BSD 2.1.7 In-Reply-To: <01BC2B39.82E1D620@atdot> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Please don't crosspost to -isp and -questions. You need to add a -lcrypt to the last command line that does the linking. Check the Makefile, ISTR there is a LDADD variable you could put it in. If not, you could probably get by adding it to the CFLAGS. If you used the port you wouldn't have this problem. On Fri, 7 Mar 1997, John Gunkel wrote: > Help! > I have to get this running by Monday, so here goes: > > I have been trying to get Qualcomm's popserver to compile for the last couple of days > and it keeps dying on (what I think is) the final link with some complaint about > "Undefined symbol '_crypt' " > > I installed secure and eBones during the instalation, so unless I have misconfigured > something.... > > Anyway, here is a transcript of the make: > > ===================================================== > gonzo: {8} make clean > rm -f core *.o *.Z* > gonzo: {9} make 44bsd > make -f make.44bsd > cc -O -DHAVE_PARAM_H -c pop_dele.c [...] > cc -O -DHAVE_PARAM_H -c md5.c > cc -O -DHAVE_PARAM_H -o popper pop_dele.o pop_dropcopy.o pop_get_command.o p > pop_pass.o: Undefined symbol `_crypt' referenced from text segment > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > gonzo: {10} > > ======================================================= > ***Note: the same error occours if I try "make 44bsd" or "make bsdi". > > I am trying to go with the Qualcomm popper because of the recomendation of > Mike Tancsa (mike@sentex.net) from freebsd-questions but would be entirely > open to suggestions of alternate pop servers. (or at the very least some help to > get this one going) > > Thanks very much in advance, and doubly so, if it helps to get it running by > Monday. :) > > John Gunkel. > From owner-freebsd-questions Fri Mar 7 22:05:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA25269 for questions-outgoing; Fri, 7 Mar 1997 22:05:42 -0800 (PST) Received: from obie.softweyr.ml.org ([199.104.124.49]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA25262 for ; Fri, 7 Mar 1997 22:05:36 -0800 (PST) Received: (from wes@localhost) by obie.softweyr.ml.org (8.7.5/8.6.12) id XAA09754; Fri, 7 Mar 1997 23:10:11 -0700 (MST) Date: Fri, 7 Mar 1997 23:10:11 -0700 (MST) Message-Id: <199703080610.XAA09754@obie.softweyr.ml.org> From: Wes Peters To: Glenn Johnson CC: questions@freebsd.org Subject: xdm on 2.2GAMMA In-Reply-To: <331C4567.52B0C1B8@nola.srrc.usda.gov> References: <331C4567.52B0C1B8@nola.srrc.usda.gov> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Glenn Johnson writes: > This worked in 2.1.6 but it does not work in 2.2GAMMA. I get the xdm > login screen but when I enter the username and password, the screen > switces to a grey background, sits for a couple of seconds, and then > goes back to the login screen. Switch to one of the text consoles (Ctrl-Alt-F1 should do it), login to your account, and look at ~/.xsession-errors. This is a log file created by the xdm login process, and should tell you what the problem is. A likely candidate is trying to run a window manager that you haven't installed yet as the session manager. (Voice of personal experience speaking here. ;^) -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.xmission.com/~softweyr softweyr@xmission.com From owner-freebsd-questions Fri Mar 7 22:57:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA27680 for questions-outgoing; Fri, 7 Mar 1997 22:57:20 -0800 (PST) Received: from cottontail.hobart.tased.edu.au (root@cottontail.hobart.tased.edu.au [147.41.41.147]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id WAA27669 for ; Fri, 7 Mar 1997 22:57:07 -0800 (PST) Received: from localhost (andrew@localhost) by cottontail.hobart.tased.edu.au (8.6.12/8.6.12) with SMTP id RAA14535 for ; Sat, 8 Mar 1997 17:57:03 +1100 X-Authentication-Warning: cottontail.hobart.tased.edu.au: andrew owned process doing -bs Date: Sat, 8 Mar 1997 17:57:03 +1100 (EST) From: Andrew X-Sender: andrew@cottontail.hobart.tased.edu.au To: freebsd-questions@freebsd.org Subject: File access times and filetest -A Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, This probably isnt very FreeBSD specific but: In tcsh I type: mopsy~>filetest -A fred 857803867 mopsy~>more fred sdsfss mopsy~>filetest -A fred 857803867 The access time hasn't gone up despite the fact that I mored the file. man stat (I assume it is stat that is being used) says: st_atime Time when file data last accessed. Changed by the mknod(2), utimes(2) and read(2) system calls. Does more not use read? Is this jsut a bug? The real reason I'm asking is because I'm trying to write a script that comapres the access time of my mail file compared with its modification time so that I can tell if I have new mail. Thanks, Andrew From owner-freebsd-questions Fri Mar 7 23:45:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA29475 for questions-outgoing; Fri, 7 Mar 1997 23:45:31 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA29470 for ; Fri, 7 Mar 1997 23:45:28 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id XAA09883; Fri, 7 Mar 1997 23:46:32 -0800 (PST) Message-Id: <199703080746.XAA09883@root.com> X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol To: Andrew cc: freebsd-questions@freebsd.org Subject: Re: File access times and filetest -A In-reply-to: Your message of "Sat, 08 Mar 1997 17:57:03 +1100." From: David Greenman Reply-To: dg@root.com Date: Fri, 07 Mar 1997 23:46:32 -0800 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >This probably isnt very FreeBSD specific but: > >In tcsh I type: > >mopsy~>filetest -A fred >857803867 >mopsy~>more fred >sdsfss >mopsy~>filetest -A fred >857803867 > > >The access time hasn't gone up despite the fact that I mored the file. man >stat (I assume it is stat that is being used) says: > >st_atime Time when file data last accessed. Changed by the mknod(2), > utimes(2) and read(2) system calls. > >Does more not use read? Is this jsut a bug? The real reason I'm asking is more [less] probably uses mmap() to read the file. Mmap (actually page fault) doesn't update the access time on the file. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Sat Mar 8 01:08:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA02197 for questions-outgoing; Sat, 8 Mar 1997 01:08:38 -0800 (PST) Received: from ghost.mep.ruhr-uni-bochum.de (ghost.mep.ruhr-uni-bochum.de [134.147.6.16]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA02192 for ; Sat, 8 Mar 1997 01:08:29 -0800 (PST) Received: (from roberte@localhost) by ghost.mep.ruhr-uni-bochum.de (8.8.4/8.8.4) id KAA00475; Sat, 8 Mar 1997 10:08:01 +0100 (CET) From: Robert Eckardt Message-Id: <199703080908.KAA00475@ghost.mep.ruhr-uni-bochum.de> Subject: Re: How do I create an NIS Master? In-Reply-To: <199703080458.VAA09645@obie.softweyr.ml.org> from Wes Peters at "7. Mar. 97 21:55:40" To: softweyr@xmission.com (Wes Peters) Date: Sat, 8 Mar 1997 10:08:01 +0100 (CET) Cc: langfod@dihelix.com, questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk It was Wes Peters who wrote: > David Langford asked: > > Is there a version of vipw(8) that works with the passwd > > files being in /var/yp? It makes editing the files much easier. > > I replied: > % No, but you don't really need one since you don't need to lock the > % files while editing. All vipw adds to vi is to lock the passwd > % database while you're editing; these locks are not supported with NIS. While we are at it: Is there a program that allows setting of the PW field in /var/yp/master.passwd ? This way the root@NISmasterserver could give passwords to all too forgetting users without too much editing. Robert -- Robert Eckardt \\ FreeBSD -- solutions for a large universe.(tm) RobertE@MEP.Ruhr-Uni-Bochum.de \\ What do you want to boot tomorrow ?(tm) http://WWW.MEP.Ruhr-Uni-Bochum.de/~roberte For PGP-key finger roberte@gluon.MEP.Ruhr-Uni-Bochum.de From owner-freebsd-questions Sat Mar 8 03:44:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA07520 for questions-outgoing; Sat, 8 Mar 1997 03:44:59 -0800 (PST) Received: from wakko.gil.net (keithl@wakko.gil.net [207.100.79.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA07512 for ; Sat, 8 Mar 1997 03:44:53 -0800 (PST) Received: from localhost (keithl@localhost) by wakko.gil.net (8.8.5/8.8.2) with SMTP id GAA08812; Sat, 8 Mar 1997 06:45:17 -0500 Date: Sat, 8 Mar 1997 06:45:17 -0500 (EST) From: Keith Leonard To: John Margaritis cc: questions@freebsd.org Subject: Re: XFree86 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 7 Mar 1997, John Margaritis wrote: > I'm not fond of PnP, but tha'ts all that is available anymore. I would > probably just be using a PnP Sound Blaster 16, and a PnP USR Sportster > modem. Will this be possible. The about.txt file mentioned nothing about > the SB16, only the SBPro, and the old SB. Does the SB16 work in FreeBSD? I have SB16 PnP working fine on 2.1.5 - but I've never had any luck with Sportster modems (this is a general problem not BSD specific). Use the out of box setting on the SB16 PnP to recompile your kernel unless you know for sure that there is a conflict. Hope this helps Keith keithl@wakko.gil.net ------------------------------------------------------ Character is what you are in the dark - John Warfin ------------------------------------------------------ From owner-freebsd-questions Sat Mar 8 04:39:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA09770 for questions-outgoing; Sat, 8 Mar 1997 04:39:09 -0800 (PST) Received: from mail.futuresouth.com (mail.futuresouth.com [207.141.254.21]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA09765 for ; Sat, 8 Mar 1997 04:39:05 -0800 (PST) Received: from shell.futuresouth.com (tim@shell.futuresouth.com [207.141.254.20]) by mail.futuresouth.com (8.8.5/8.8.5) with ESMTP id GAA28741 for ; Sat, 8 Mar 1997 06:39:04 -0600 (CST) From: Tim Tsai Received: (from tim@localhost) by shell.futuresouth.com (8.8.3/8.8.3) id GAA15093 for freebsd-questions@freebsd.org; Sat, 8 Mar 1997 06:39:04 -0600 (CST) Message-Id: <199703081239.GAA15093@shell.futuresouth.com> Subject: 2.2-GAMMA (Slow login & SCSI SDTR) To: freebsd-questions@freebsd.org Date: Sat, 8 Mar 1997 06:39:03 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have just installed 2.2-GAMMA and have noticed the following: 1) From the time the password is accepted (I see the Berkely copyright message) and the prompt takes up to 10 seconds. This is the same after running "su" as well. Any ideas what's causing this delay? 2) The ahc driver prints "Sending SDTR!!" during the boot probe. Is this normal? I do not see this with the ncr driver. Thanks, Tim From owner-freebsd-questions Sat Mar 8 06:52:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA16217 for questions-outgoing; Sat, 8 Mar 1997 06:52:19 -0800 (PST) Received: from dns.okc (dns.oklahoma.net [208.2.112.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id GAA16209 for ; Sat, 8 Mar 1997 06:52:13 -0800 (PST) Received: from default by dns.okc (SMI-8.6/SMI-SVR4) id IAA07255; Sat, 8 Mar 1997 08:56:58 -0600 Message-ID: <33217BD5.692@oklahoma.net> Date: Sat, 08 Mar 1997 08:46:46 -0600 From: Peter Hayes Reply-To: pjhayes@oklahoma.net X-Mailer: Mozilla 3.01 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Installation information suggestion Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk After more than an hour on the site I am still having trouble finding the procedure for creating a boot disk. For an example of what I'm refering to, please check out the following address: ftp://ftp.uoknor.edu/linux/redhat/current/i386/README A similar setup (image files and a program or instructions to create them) would be helpful. I found the image files, but nothing on how to create a floppy using them. Surely, any new visitor to your site would appreciate this immensely (I would!). Thank you. From owner-freebsd-questions Sat Mar 8 07:52:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA19180 for questions-outgoing; Sat, 8 Mar 1997 07:52:28 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA19175 for ; Sat, 8 Mar 1997 07:52:26 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id HAA09032; Sat, 8 Mar 1997 07:52:29 -0800 (PST) To: pjhayes@oklahoma.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installation information suggestion In-reply-to: Your message of "Sat, 08 Mar 1997 08:46:46 CST." <33217BD5.692@oklahoma.net> Date: Sat, 08 Mar 1997 07:52:28 -0800 Message-ID: <9028.857836348@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > After more than an hour on the site I am still having trouble finding > the procedure for creating a boot disk. For an example of what I'm > refering to, please check out the following address: > ftp://ftp.uoknor.edu/linux/redhat/current/i386/README Hmmmm... Whoops! There was supposed to be a file called: ftp://ftp.freebsd.org/pub/FreeBSD/2.1.7-RELEASE/floppies/README.TXT But when I went to verify its presence so I could point you to it, I saw that it had somehow been omitted from this distribution! Thanks for calling my attention to this - it was an error, plain and simple, and it's now fixed! Jordan From owner-freebsd-questions Sat Mar 8 08:37:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA21430 for questions-outgoing; Sat, 8 Mar 1997 08:37:04 -0800 (PST) Received: from dfw-ix3.ix.netcom.com (dfw-ix3.ix.netcom.com [206.214.98.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA21425 for ; Sat, 8 Mar 1997 08:37:02 -0800 (PST) Received: (from smap@localhost) by dfw-ix3.ix.netcom.com (8.8.4/8.8.4) id KAA02121 for ; Sat, 8 Mar 1997 10:36:29 -0600 (CST) Received: from stl-mo8-09.ix.netcom.com(205.187.206.73) by dfw-ix3.ix.netcom.com via smap (V1.3) id sma002088; Sat Mar 8 10:36:25 1997 Message-ID: <3321996E.1282@ix.netcom.com> Date: Sat, 08 Mar 1997 10:53:02 -0600 From: Xman Reply-To: fweber@ix.netcom.com Organization: Home Made Unix [freeBSD] X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 To: FreeBSD Subject: Menu Question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello Folks I have a question about holding a cursor in the midde of the screen from a menu program using ' \c' doesn't seem to work the cursor still wants to go back to the laft side of the page other types of Unix this seems to work find but for some reason FreeBSD doesn't like the hold the cursor on the middle of the screen. What do I need to do to change this so it will work?? I have 2.1.6 ver of freeBSD running. Thanks for the help.. Fred From owner-freebsd-questions Sat Mar 8 09:49:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA23892 for questions-outgoing; Sat, 8 Mar 1997 09:49:59 -0800 (PST) Received: from obie.softweyr.ml.org ([199.104.124.49]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA23887 for ; Sat, 8 Mar 1997 09:49:56 -0800 (PST) Received: (from wes@localhost) by obie.softweyr.ml.org (8.7.5/8.6.12) id KAA12273; Sat, 8 Mar 1997 10:54:51 -0700 (MST) Date: Sat, 8 Mar 1997 10:54:51 -0700 (MST) Message-Id: <199703081754.KAA12273@obie.softweyr.ml.org> From: Wes Peters To: Ollivier Robert CC: questions@freebsd.org Subject: Fwd: Bug in connect() for aix 4.1.4 ? In-Reply-To: <19970307200903.47617@caerdonn.eurocontrol.fr> References: <19970307200903.47617@caerdonn.eurocontrol.fr> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Ollivier Robert writes: > Can someone try this on a *non critical* FreeBSD system ? I can crash HP-UX > 9.05 and 10.20 easily with it... Works fine on my 2.1.6 system. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.xmission.com/~softweyr softweyr@xmission.com From owner-freebsd-questions Sat Mar 8 09:57:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA24143 for questions-outgoing; Sat, 8 Mar 1997 09:57:26 -0800 (PST) Received: from obie.softweyr.ml.org ([199.104.124.49]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA24138 for ; Sat, 8 Mar 1997 09:57:23 -0800 (PST) Received: (from wes@localhost) by obie.softweyr.ml.org (8.7.5/8.6.12) id LAA12282; Sat, 8 Mar 1997 11:00:34 -0700 (MST) Date: Sat, 8 Mar 1997 11:00:34 -0700 (MST) Message-Id: <199703081800.LAA12282@obie.softweyr.ml.org> From: Wes Peters To: "M.R.Murphy" CC: questions@freebsd.org Subject: Re: New Mailserver In-Reply-To: <199703080609.WAA26510@meerkat.mole.org> References: <199703080609.WAA26510@meerkat.mole.org> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk M. R. Murphy writes: > OK, I think you're nuts. I'd say a 486/33 with 16M RAM and the IDE > as you describe would be fine. :-) :-) > > We get by with a hundred popper hits/minute or so on a P5/90, and > it just idles along (load averages: 0.19, 0.21, 0.17). Yeah, but you can't buy 486s anymore (at least in the US). I'd have gone with a cheap PCI motherboard and a K5/75, since those are now available for about $25 around here. Plus, you don't have to put the "Intel Inside" warning sticker on your shiny new mailserver that way. > Ah, you're not nuts; you're right on target. I like the > 2 * 2 Gb harddisk on separate SCSI-cards, though :-) Nice setup, but for a mailserver? Sheesh. Glad to see we both see the light. ;^) -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.xmission.com/~softweyr softweyr@xmission.com From owner-freebsd-questions Sat Mar 8 10:01:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA24410 for questions-outgoing; Sat, 8 Mar 1997 10:01:26 -0800 (PST) Received: from mailc.telia.com (root@mailc.telia.com [194.22.190.4]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA24405 for ; Sat, 8 Mar 1997 10:01:20 -0800 (PST) Received: from d1o21.telia.com (root@d1o21.telia.com [195.198.153.241]) by mailc.telia.com (8.6.13/8.6.12) with ESMTP id TAA10088 for ; Sat, 8 Mar 1997 19:00:56 +0100 Received: from t3o21p55 (t3o21p55.telia.com [195.198.153.175]) by d1o21.telia.com (8.8.5/8.6.12) with SMTP id TAA11965 for ; Sat, 8 Mar 1997 19:00:48 +0100 (MET) Message-ID: <3321A915.6621@trollhattan.mail.telia.com> Date: Sat, 08 Mar 1997 18:59:49 +0100 From: Lars-Erik Englund Reply-To: le.englund@d1o21.telia.com X-Mailer: Mozilla 2.02E (OS/2; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Pro Engineer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi! Is it possible to run a cad-program like "Pro Engineer", with FreeBSD as operatingsystem? I just want to know, because a question at my job. Greetings :-) Lars-Erik Englund e-mail: le.englund@trollhattan.mail.telia.com From owner-freebsd-questions Sat Mar 8 10:32:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA25515 for questions-outgoing; Sat, 8 Mar 1997 10:32:31 -0800 (PST) Received: from deity.loa.com (vrick@ndeity.loa.com [199.171.167.13]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA25510 for ; Sat, 8 Mar 1997 10:32:24 -0800 (PST) Received: from localhost (vrick@localhost) by deity.loa.com (8.8.5/8.8.3) with SMTP id NAA26234 for ; Sat, 8 Mar 1997 13:32:59 -0500 (EST) Date: Sat, 8 Mar 1997 13:32:59 -0500 (EST) From: vrick To: questions@freebsd.org Subject: JDK Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Where I can find the Java development kit for freeBSD? thanks Rick From owner-freebsd-questions Sat Mar 8 10:37:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA25664 for questions-outgoing; Sat, 8 Mar 1997 10:37:05 -0800 (PST) Received: from firewall.proventum.net (firewall.proventum.dk [194.19.131.10]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA25659 for ; Sat, 8 Mar 1997 10:36:56 -0800 (PST) From: henrikb@proventum.net Received: from sonic2.proventum.net (sonic2.proventum.net [194.19.131.242]) by firewall with SMTP (DuhMail/2.0) id SAA27035; Sat, 8 Mar 1997 18:11:19 +0100 Message-ID: <3321A613.3834@proventum.net> Date: Sat, 08 Mar 1997 18:47:00 +0100 Reply-To: henrikb@proventum.net X-Mailer: Mozilla 3.0 (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: SMP Support Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, i'm looking for SMP support in FreeBSD. Is that something that is on the way or already existing. Particulary i am looking for a way to run a Digital Prioris HXMP server (4*100Mhz Pentium) with FreeBSB. Yours sincerely Henrik Bremerskov From owner-freebsd-questions Sat Mar 8 10:53:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA26242 for questions-outgoing; Sat, 8 Mar 1997 10:53:17 -0800 (PST) Received: from sujal.prognet.com (sujal.prognet.com [204.255.154.231]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA26235 for ; Sat, 8 Mar 1997 10:53:15 -0800 (PST) Received: from localhost (smpatel@localhost) by sujal.prognet.com (8.8.4/8.8.4) with SMTP id KAA29577 for ; Sat, 8 Mar 1997 10:53:12 -0800 (PST) X-Authentication-Warning: sujal.prognet.com: smpatel owned process doing -bs X-Received: from smyrno.sol.net (smyrno.sol.net [206.55.64.117]) by sujal.prognet.com (8.8.4/8.8.4) with ESMTP id TAA25146 for ; Fri, 7 Mar 1997 19:56:20 -0800 (PST) X-Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.18]) by smyrno.sol.net (8.8.5/8.8.3) with ESMTP id VAA05249 for ; Fri, 7 Mar 1997 21:53:51 -0600 (CST) X-Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA16655 for ; Fri, 7 Mar 1997 19:55:54 -0800 (PST) X-Received: from argo.hks.com (argo.hks.com [192.156.170.1]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id NAA00716 for ; Fri, 7 Mar 1997 13:40:30 -0800 (PST) X-Received: from styx.hks.com (styx.hks.com [198.112.36.73]) by argo.hks.com (8.7.5/8.7.3) with SMTP id QAA09461 for <@hks.com:smpatel@freebsd.org>; Fri, 7 Mar 1997 16:38:43 -0500 (EST) X-Received: from styx by styx.hks.com via SMTP (940816.SGI.8.6.9/940406.SGI) for id QAA14884; Fri, 7 Mar 1997 16:38:37 -0500 Message-ID: <33208ADD.41C6@hks.com> Date: Fri, 07 Mar 1997 16:38:37 -0500 From: "Uttam M. Narsu" Organization: hks.com X-Mailer: Mozilla 3.0 (X11; I; IRIX 5.3 IP22) MIME-Version: 1.0 To: smpatel@freebsd.org Subject: JDK 1.1?? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit ReSent-Date: Sat, 8 Mar 1997 10:53:07 -0800 (PST) ReSent-From: Sujal Patel ReSent-To: questions@freebsd.org ReSent-Message-ID: Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Will you be doing a JDK 1.1 port for freeBSD? -- +-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+ | Uttam M. Narsu E-mail: narsu@hks.com | | | | Hibbitt, Karlsson & Sorensen, Inc. Tel: (401) 727-4200 x 4442 | | 1080 Main Street, Pawtucket RI 02860 Fax: (401) 727-4208 | | | +-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+ From owner-freebsd-questions Sat Mar 8 10:53:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA26274 for questions-outgoing; Sat, 8 Mar 1997 10:53:36 -0800 (PST) Received: from sujal.prognet.com (sujal.prognet.com [204.255.154.231]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA26269 for ; Sat, 8 Mar 1997 10:53:35 -0800 (PST) Received: from localhost (smpatel@localhost) by sujal.prognet.com (8.8.4/8.8.4) with SMTP id KAA29581 for ; Sat, 8 Mar 1997 10:53:30 -0800 (PST) X-Authentication-Warning: sujal.prognet.com: smpatel owned process doing -bs X-Received: from smyrno.sol.net (smyrno.sol.net [206.55.64.117]) by sujal.prognet.com (8.8.4/8.8.4) with ESMTP id AAA26084 for ; Sat, 8 Mar 1997 00:55:46 -0800 (PST) X-Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.18]) by smyrno.sol.net (8.8.5/8.8.3) with ESMTP id CAA07376 for ; Sat, 8 Mar 1997 02:53:15 -0600 (CST) X-Received: from prosun.first.gmd.de (prosun.first.gmd.de [194.95.168.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id AAA01704 for ; Sat, 8 Mar 1997 00:55:30 -0800 (PST) X-Received: from jon (jon.first.gmd.de) by prosun.first.gmd.de (4.1/SMI-4.1) id AA03023; Sat, 8 Mar 97 09:55:26 +0100 Message-Id: <33213732.41C67EA6@first.gmd.de> Date: Sat, 08 Mar 1997 09:53:54 +0000 From: Joerg Nolte X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.1.5-RELEASE i386) Mime-Version: 1.0 To: smpatel@freebsd.org Cc: jon@freefall.freebsd.org Subject: java compiler Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by sujal.prognet.com id AAA26084 ReSent-Date: Sat, 8 Mar 1997 10:53:25 -0800 (PST) ReSent-From: Sujal Patel ReSent-To: questions@freebsd.org ReSent-Message-ID: Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is there any java compiler available for FreeBSD? Joerg -- Á¶ From owner-freebsd-questions Sat Mar 8 11:06:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA26882 for questions-outgoing; Sat, 8 Mar 1997 11:06:16 -0800 (PST) Received: from tarkhil.dialup.aha.ru (p249-n66.dip.aha.ru [195.2.66.249]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA26844; Sat, 8 Mar 1997 11:06:02 -0800 (PST) Received: from localhost (tarkhil@localhost) by tarkhil.dialup.aha.ru (8.8.5/8.6.9) with SMTP id WAA02963; Sat, 8 Mar 1997 22:02:53 +0300 (MSK) Message-Id: <199703081902.WAA02963@tarkhil.dialup.aha.ru> X-Authentication-Warning: tarkhil.dialup.aha.ru: tarkhil@localhost didn't use HELO protocol To: freebsd-questions@freebsd.org cc: freebsd-hardware@freebsd.org Subject: Tar and Archive FT-60 trouble Reply-To: tarkhil@aha.ru Date: Sat, 08 Mar 1997 22:02:52 +0300 From: Alex Povolotsky Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello! I've suddenly run into trouble: my Archive FT-60 often cannot read good archives from good tapes. With v flag added, it works much better. The thing appeared quite suddenly (most likely after CMOS failure). All my attempts to tune CMOS properly failed. I just have no idea from where to begin digging... Alex. From owner-freebsd-questions Sat Mar 8 11:48:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA29275 for questions-outgoing; Sat, 8 Mar 1997 11:48:57 -0800 (PST) Received: from nero.in-design.com (root@nero.in-design.com [204.157.146.146]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA29264 for ; Sat, 8 Mar 1997 11:48:45 -0800 (PST) Received: (from archive@localhost) by nero.in-design.com (8.8.5/8.8.5) id OAA20443; Sat, 8 Mar 1997 14:50:37 -0500 (EST) Date: Sat, 8 Mar 1997 14:50:37 -0500 (EST) From: Intuitive Design Archive To: Wes Peters cc: Christian Alfredsson , questions@FreeBSD.ORG Subject: Re: New Mailserver In-Reply-To: <199703080510.WAA09660@obie.softweyr.ml.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 7 Mar 1997, Wes Peters wrote: > Christian Alfredsson writes: > > I'm the mailmaster of nero.alingsas.se. Today we have a HP Vectra 133Mhz > > with 64MB memory and 4Gb harddisk. We only use it for popper and it's not > > possible to telnet and so on to it... We have had a little problem with the > > hardware so we want't to change the server. I have thought of the following > > configuration for the new server > > > > Pentium Pro 200 Mhx > > 128 MB Ram > > 2 * 2 Gb harddisk on separate SCSI-cards > > Good god, you must be kidding. For a mailserver? Keep in mind that all > your system needs to be able to do is keep up with the ethernet card > running at 1 megabyte/sec. Unless you're using a 100Base-TX network, > any old Pentium 100 with 16 or 32 Megs RAM and an IDE drive big enough > to hold a basic installation of FreeBSD (say 200 megs) plus your mail > spool will probably handle the load just fine. > > Anyone here in FreeBSD land think I'm nuts? > Let's hear the opposition. ;^) > I dunno, unless the mail program is something running on NT, you might need this :) j/k But this seams a bit over-kill for mail. U of Pittsburgh has some 45K accounts, and they use a lowely little sparc 5 for all their mail. Makes me wonder how many users the above will accomedate? Any idea? Intuitive Design Archive http://www.in-design.com archive@in-design.com From owner-freebsd-questions Sat Mar 8 12:33:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA01315 for questions-outgoing; Sat, 8 Mar 1997 12:33:43 -0800 (PST) Received: from helbig.informatik.ba-stuttgart.de (helbig.informatik.ba-stuttgart.de [141.31.166.22]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA01305 for ; Sat, 8 Mar 1997 12:33:38 -0800 (PST) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id VAA06291; Sat, 8 Mar 1997 21:33:00 +0100 (MET) From: Wolfgang Helbig Message-Id: <199703082033.VAA06291@helbig.informatik.ba-stuttgart.de> Subject: Re: 'Unencumbered' version of BIND 4.9.3? In-Reply-To: <199703071958.AA16672@mail.crl.com> from "joe_miller@vnet.IBM.COM" at "Mar 7, 97 09:20:43 am" To: joe_miller@vnet.IBM.COM Date: Sat, 8 Mar 1997 21:32:59 +0100 (MET) Cc: questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Is there a later version of BSD 4.4 lite that contains the BIND 4.9.3 > source code?....maybe something in a FreeBSD release? What we are > looking for is an unencumbered version of BIND 4.9.3, exactly like ^^^^^^^^^^^^ > the BIND 4.9.2 source code packaged with BSD-Lite 4.4. Can you help? > If this source code exists, where can we it be obtained? Have a look at www.isc.org, they might have what you want. Are there *encumbered* versions of BIND ??? > > From owner-freebsd-questions Sat Mar 8 13:36:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA03794 for questions-outgoing; Sat, 8 Mar 1997 13:36:40 -0800 (PST) Received: from ax433.mclink.it (ax433.mclink.it [192.106.166.93]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA03789 for ; Sat, 8 Mar 1997 13:36:30 -0800 (PST) Received: from pgw-200.mclink.it by ax433.mclink.it id aa06803; 8 Mar 97 22:36 CET Message-ID: <3321DC39.41C67EA6@mclink.it.> Date: Sat, 08 Mar 1997 22:38:01 +0100 From: Marco Masotti X-Mailer: Mozilla 3.0 (X11; I; FreeBSD 2.1.5-RELEASE i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: Radius Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello. I'm looking for source/port of Radius software (remote authentication). Also TACACS would be good either. Maybe will it be included in the port collection? Thanks, Marco. From owner-freebsd-questions Sat Mar 8 13:39:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA03924 for questions-outgoing; Sat, 8 Mar 1997 13:39:41 -0800 (PST) Received: from netcom22.netcom.com (sauber@netcom22.netcom.com [192.100.81.136]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA03868 for ; Sat, 8 Mar 1997 13:38:23 -0800 (PST) Received: from localhost (sauber@localhost) by netcom22.netcom.com (8.6.13/Netcom) id NAA27254; Sat, 8 Mar 1997 13:38:18 -0800 Date: Sat, 8 Mar 1997 13:38:17 -0800 (PST) From: Soren Dossing X-Sender: sauber@netcom22 To: M.S.Powell@ais.salford.ac.uk cc: questions@freebsd.org Subject: re: FreeBSD 2.2 squid problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I'm still having the squid >1.0.28 problems. It keeps giving DNS failures > for sites that can be pinged quite happily from the command line. What > gives here? Anyone else seen this? I see the same. I just press reload until I finally get the page I want. I have no idea about what is wrong with squid. Soren From owner-freebsd-questions Sat Mar 8 13:58:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA04590 for questions-outgoing; Sat, 8 Mar 1997 13:58:37 -0800 (PST) Received: from lion.connect.more.net (lion.connect.more.net [198.209.253.32]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA04584 for ; Sat, 8 Mar 1997 13:58:30 -0800 (PST) Received: from mgr3.k12.mo.us (mgr3.k12.mo.us [204.184.227.125]) by lion.connect.more.net (8.7.5/8.7.3) with SMTP id PAA28847 for ; Sat, 8 Mar 1997 15:57:36 -0600 (CST) Received: from rjn103sremote (204.185.50.17) by mgr3.k12.mo.us (EMWAC SMTPRS 0.81) with SMTP id ; Sat, 08 Mar 1997 15:53:42 -0600 Date: Sat, 08 Mar 1997 15:53:42 -0600 Message-ID: X-Sender: rjn103s@mgr3.k12.mo.us (Unverified) X-Mailer: Windows Eudora Light Version 1.5.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: support@freebsd.com From: R Nelson Subject: Java Stations Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I am interested in putting some Java Staions from Sun or somekind of nc for research stations and to launch msworks for student use and to run a java based browser. I spoke with the people at Sun and they said the version of OS they would be using on there Netera J server line should be compatible with the things we are currently using BSD for and are wanting to be using BSD for:) Would it be possible to get these Java Stations to work with BSD and not have to buy the Sun stuff? Thanks for the help Richard Nelson Network Administrator Mountain Grove Schools BSD is good stuff;) From owner-freebsd-questions Sat Mar 8 15:07:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA06698 for questions-outgoing; Sat, 8 Mar 1997 15:07:10 -0800 (PST) Received: from mercury.acs.unt.edu (mercury.acs.unt.edu [129.120.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA06690 for ; Sat, 8 Mar 1997 15:07:01 -0800 (PST) From: john@mailhost.cas.unt.edu Received: from www.cas.unt.edu (www.cas.unt.edu [129.120.3.150]) by mercury.acs.unt.edu (8.8.5/8.8.5) with ESMTP id RAA01596 for ; Sat, 8 Mar 1997 17:07:00 -0600 (CST) Received: from purgatory (purgatory.cascss.unt.edu [129.120.32.82]) by www.cas.unt.edu (8.7.5/8.6.9) with SMTP id RAA17032 for ; Sat, 8 Mar 1997 17:05:59 -0600 (CST) Message-Id: <199703082305.RAA17032@www.cas.unt.edu> Comments: Authenticated sender is To: questions@freebsd.org Date: Sat, 8 Mar 1997 17:06:59 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Intel EtherExpress Pro/100 TX PCI adapter Reply-to: john@unt.edu Priority: normal X-mailer: Pegasus Mail for Win32 (v2.42a) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is there a certain one of these to buy (ie from a certain vendor) or should any of them work with the fxp driver? If there is a certain one what's the intel part/item #? Please respond directly I'm not on the list. -------------------------------------------------- John A. Booth Arts & Sciences Computer Support Specialist GW address: CAS.PO7.JOHN Internet: john@unt.edu Office: ext. 4498 From owner-freebsd-questions Sat Mar 8 15:10:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA06838 for questions-outgoing; Sat, 8 Mar 1997 15:10:55 -0800 (PST) Received: from quail.swcp.com (lappp11.swcp.com [204.134.3.44]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA06833 for ; Sat, 8 Mar 1997 15:10:49 -0800 (PST) Received: (from crs@localhost) by quail.swcp.com (8.7.5/8.7.3) id QAA00693; Sat, 8 Mar 1997 16:11:39 -0700 (MST) Date: Sat, 8 Mar 1997 16:11:39 -0700 (MST) From: Charlie Sorsby Message-Id: <199703082311.QAA00693@quail.swcp.com> To: crs@swcp.com, questions@freebsd.org Newsgroups: comp.unix.bsd.freebsd.misc Subject: Printer Problem -- Oops! recovery Reply-To: crs@swcp.com Organization: Just me, Los Alamos, NM Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk First, I'm way behind in reading news so, it it isn't too much trouble, I'll appreciate if you will Cc: of any responses to crs@swcp.com just to be sure that I don't lose any among all the messages that I haven't read yet on the news group. I'm Cc:'ing this to questions@freebsd.org because and earlier query there didn't contain as much information as I've gathered into this post. I have a problem with an HP DeskJet 600C that was working until yesterday. Background: When I first began setting the printer up (on FreeBSD 2.1.0, later 2.1.5) I had a problem with it being *very* slow. A query to the net provided the information that it doesn't work properly with an interrupt-driven lpt port so I switched to polled mode and it's been working OK. I wrote a very simple input filter script using the information in the handbook and it has been able to handle ordinary text files and postscript using ghostscript (albeit, in the later case, the fonts leave something to be desired). Until now. :( Yesterday, I tried to print two files, both simple text files. The first printed; the second did not. The following error message was printed to the console window: pid 96 (lpd), uid 0: exited on signal 11 The printer still works under W95. I've been told that W95 and its ilk don't use as much of a device's capabilities as does FreeBSD but I don't know what FBSD uses that W95 does not so it's difficult to know where to look. The system uses an ASUS P/I-P55T2P4 mother board (at least that's what the mother-board manual says), Adaptec 2940 SCSI host adapter, etc. (see appended dmesg output). The dmesg output will show a second parallel port--an experiment with a very old borrowed I/O board, the only thing I could find, but even W95 didn't like that one--complained about being unable to establish bidirectional communication--so that didn't tell me anything. I thought that if it worked it would indicate a problem with the on-board parallel port but no help there. Here are some of the things I've looked at: PC% ps -agx | grep lpd 94 ?? IWs 0:00.03 lpd PC% PC% dmesg | tail -1 pid 96 (lpd), uid 0: exited on signal 11 PC% PC% lpq Warning: no daemon present Rank Owner Job Files Total Size 1st crs 409 apt.info 1409 bytes 2nd crs 410 (standard input) 8792 bytes PC% PC% lpc status lp lp: queuing is enabled printing is enabled 2 entries in spool area no daemon present PC% PC% sudo lpc restart lp Password: lp: no daemon to abort lp: daemon started PC% lpc status lp lp: queuing is enabled printing is enabled 2 entries in spool area no daemon present PC% Here's dmesg's output: FreeBSD 2.1.5-RELEASE #0: Sun Dec 29 17:18:59 MST 1996 crs@quail.swcp.com:/usr/src/sys/compile/KERNEL.CRS CPU: 120-MHz Pentium 735\\90 or 815\\100 (Pentium-class CPU) Origin = "GenuineIntel" Id = 0x526 Stepping=6 Features=0x1bf real memory = 16777216 (16384K bytes) avail memory = 14811136 (14464K bytes) Probing for devices on PCI bus 0: chip0 rev 1 on pci0:0 chip1 rev 1 on pci0:7:0 chip2 rev 0 on pci0:7:1 vga0 rev 0 int a irq ?? on pci0:10 ahc0 rev 0 int a irq 11 on pci0:12 ahc0: aic7870 Single Channel, SCSI Id=7, 16 SCBs ahc0 waiting for scsi devices to settle (ahc0:0:0): "IBM DORS-32160 WA0A" type 0 fixed SCSI 2 sd0(ahc0:0:0): Direct-Access 2063MB (4226725 512 byte sectors) (ahc0:1:0): "SONY CD-ROM CDU-76S 1.1c" type 5 removable SCSI 2 cd0(ahc0:1:0): CD-ROM cd0(ahc0:1:0): UNIT ATTENTION asc:28,0 cd0(ahc0:1:0): Not ready to ready transition, medium may have changed cd present.[400000 x 2048 byte records] ahc0:A:4: refuses syncronous negotiation. Using asyncronous transfers (ahc0:4:0): "ARCHIVE VIPER 150 20000 -000" type 1 removable SCSI 1 st0(ahc0:4:0): Sequential-Access st0: Archive Viper 150 is a known rogue density code 0x0, 512-byte blocks, write-enabled Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A sio2: disabled, not probed. sio3: disabled, not probed. lpt0 at 0x378-0x37f on isa lpt1 at 0x278-0x27f on isa psm0 at 0x60-0x63 irq 12 on motherboard fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 72065B fd0: 1.44MB 3.5in npx0 on motherboard npx0: INT 16 interface sb0 at 0x220 irq 5 drq 1 on isa sb0: sbxvi0 at 0x0 drq 5 on isa sbxvo0: sbmidi0 at 0x330 on isa opl0 at 0x388 on isa opl0: pid 96 (lpd), uid 0: exited on signal 11 pid 223 (lpd), uid 0: exited on signal 11 And here's what's in /var/log/lpd-errs: PC% !page page /var/log/lpd-errs Mar 7 10:23:16 quail lpd[94]: restarted Mar 7 10:33:02 quail lpd[94]: restarted Mar 7 11:25:35 quail lpd[94]: restarted Mar 7 16:07:02 quail lpd[564]: restarted Mar 7 16:22:37 quail lpd[92]: restarted Mar 7 16:29:47 quail lpd[92]: restarted Mar 7 22:53:50 quail lpd[94]: restarted Mar 8 11:53:25 quail lpd[94]: restarted Mar 8 11:56:42 quail lpd[92]: restarted Mar 8 13:15:35 quail lpd[94]: restarted PC% -- Best regards, Charlie "Older than dirt" Sorsby Los Alamos, NM "I'm the NRA!" crs@swcp.com www.swcp.com/~crs Life Member since 1965 From owner-freebsd-questions Sat Mar 8 15:27:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA07327 for questions-outgoing; Sat, 8 Mar 1997 15:27:13 -0800 (PST) Received: from lsbsdi1.lightspeed.net (root@lsbsdi1.lightspeed.net [204.216.64.33]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA07322 for ; Sat, 8 Mar 1997 15:27:08 -0800 (PST) Received: from fwolf.lightspeed.net (javert@Cust114.Max27.San-Francisco2.CA.MS.UU.NET [153.34.195.114]) by lsbsdi1.lightspeed.net (8.8.5/8.8.5) with ESMTP id PAA28073 for ; Sat, 8 Mar 1997 15:23:41 -0800 (PST) Message-Id: <199703082323.PAA28073@lsbsdi1.lightspeed.net> From: "Gary Williams, Jr." To: Subject: Can not connet to FTP site Date: Sat, 8 Mar 1997 15:24:22 -0800 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 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I just downloaded the fdimage.exe and the boot.flp files. I ran them and made a boot disk. I go through the setup and get to the part where it needs to connect to the ftp server and it quits. It say unknwn error. I've tried over 20 times. I know my host, domain, gateway and dns info. Wgat am I doing wrong? Thanks, Gary From owner-freebsd-questions Sat Mar 8 15:51:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA08299 for questions-outgoing; Sat, 8 Mar 1997 15:51:35 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA08293 for ; Sat, 8 Mar 1997 15:51:30 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id PAA11111; Sat, 8 Mar 1997 15:51:38 -0800 (PST) To: "Gary Williams, Jr." cc: freebsd-questions@freebsd.org Subject: Re: Can not connet to FTP site In-reply-to: Your message of "Sat, 08 Mar 1997 15:24:22 PST." <199703082323.PAA28073@lsbsdi1.lightspeed.net> Date: Sat, 08 Mar 1997 15:51:38 -0800 Message-ID: <11107.857865098@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I just downloaded the fdimage.exe and the boot.flp files. I ran them and > made a boot disk. I go through the setup and get to the part where it > needs to connect to the ftp server and it quits. It say unknwn error. > I've tried over 20 times. I know my host, domain, gateway and dns info. > Wgat am I doing wrong? Nothing, so far as I can see (and I might also note that ftp installs work fine, last I checked). Are you behind a firewall? Can you turn Debug on in the Options screen and see if any additional diagnostics are printed on the 2nd screen when it fails? Jordan From owner-freebsd-questions Sat Mar 8 16:35:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA12418 for questions-outgoing; Sat, 8 Mar 1997 16:35:54 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA12410 for ; Sat, 8 Mar 1997 16:35:45 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id QAA11658; Sat, 8 Mar 1997 16:36:46 -0800 (PST) Message-Id: <199703090036.QAA11658@root.com> X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol To: john@unt.edu cc: questions@FreeBSD.ORG Subject: Re: Intel EtherExpress Pro/100 TX PCI adapter In-reply-to: Your message of "Sat, 08 Mar 1997 17:06:59 GMT." <199703082305.RAA17032@www.cas.unt.edu> From: David Greenman Reply-To: dg@root.com Date: Sat, 08 Mar 1997 16:36:46 -0800 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Is there a certain one of these to buy (ie from a certain vendor) or >should any of them work with the fxp driver? > >If there is a certain one what's the intel part/item #? >Please respond directly I'm not on the list. You need the "B" model, but I think that's all that they sell these days, so that shouldn't be a problem. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Sat Mar 8 17:13:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA16192 for questions-outgoing; Sat, 8 Mar 1997 17:13:58 -0800 (PST) Received: from fabius.globecomm.net (fabius.globecomm.net [207.51.48.6]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA16183 for ; Sat, 8 Mar 1997 17:13:50 -0800 (PST) Received: from primary (ad54-055.compuserve.com [199.174.187.55]) by fabius.globecomm.net (8.8.5/8.8.0) with SMTP id UAA19922 for ; Sat, 8 Mar 1997 20:13:39 -0500 (EST) Message-Id: <3.0.1.32.19970308181307.00912390@mail.geocities.com> X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Sat, 08 Mar 1997 18:13:07 -0700 To: freebsd-questions@FreeBSD.ORG From: Shane Brothen Subject: FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, I've searched your FTP site for hours and I still can't find the location of the file to download FreeBSD. It makes my soooooo frusterated. Can you link me to the exact directory of it and tell me the exact file to download? I'm running a PC, is that OK? Write Back Soon please. ..Shane From owner-freebsd-questions Sat Mar 8 18:43:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA19927 for questions-outgoing; Sat, 8 Mar 1997 18:43:16 -0800 (PST) Received: from thelab.hub.org (lucid.ptbo.dreamlabs.com [207.107.138.221]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA19921 for ; Sat, 8 Mar 1997 18:43:10 -0800 (PST) Received: from thelab.hub.org (localhost [127.0.0.1]) by thelab.hub.org (8.8.5/8.8.2) with SMTP id WAA01352 for ; Sat, 8 Mar 1997 22:43:01 -0400 (AST) Date: Sat, 8 Mar 1997 22:43:01 -0400 (AST) From: The Hermit Hacker To: questions@freebsd.org Subject: disklabel problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi... I've just plugged in two newish drives into my machine, and can't get a label written to disk using disklabel. The system has two NCR SCSI controllers in it, and I'm able to edit the disklabel's on the previously existing drives, but I can't do a disklabel on either sd2 or sd6, which are the two new drives... ncr0 rev 2 int a irq 12 on pci0:11 (ncr0:0:0): "SEAGATE ST32151N 0284" type 0 fixed SCSI 2 sd0(ncr0:0:0): Direct-Access sd0(ncr0:0:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. 2049MB (4197405 512 byte sectors) (ncr0:1:0): "CONNER CFP1060S 1.05GB 243F" type 0 fixed SCSI 2 sd1(ncr0:1:0): Direct-Access sd1(ncr0:1:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. 1013MB (2074880 512 byte sectors) (ncr0:2:0): "SEAGATE ST3390N 9571" type 0 fixed SCSI 2 sd2(ncr0:2:0): Direct-Access sd2(ncr0:2:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. 324MB (665154 512 byte sectors) ncr1 rev 1 int a irq 11 on pci0:13 (ncr1:0:0): "QUANTUM FIREBALL1280S 630C" type 0 fixed SCSI 2 sd3(ncr1:0:0): Direct-Access sd3(ncr1:0:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. 1222MB (2503872 512 byte sectors) (ncr1:1:0): "QUANTUM LPS340S 020B" type 0 fixed SCSI 2 sd4(ncr1:1:0): Direct-Access sd4(ncr1:1:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. 327MB (670506 512 byte sectors) (ncr1:2:0): "QUANTUM LP240S GM240S01X 4.6" type 0 fixed SCSI 2 sd5(ncr1:2:0): Direct-Access sd5(ncr1:2:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. 234MB (479350 512 byte sectors) (ncr1:6:0): "QUANTUM LP240S GM240S01X 6.4" type 0 fixed SCSI 2 sd6(ncr1:6:0): Direct-Access sd6(ncr1:6:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. 234MB (479350 512 byte sectors) I've read through the man pages, I *think* I have the right format for disklabel...and have tried the following on both of the drives: hub# disklabel sd6 disklabel: ioctl DIOCGDINFO: Invalid argument hub# disklabel -r sd6 disklabel: /dev/rsd6c: Undefined error: 0 hub# disklabel -w -r sd6 auto disklabel: /dev/rsd6c: Undefined error: 0 Since dmesg/bootup finds the drives, and is able to probe them, I'm assuming that I, in fact, am using the wrong format for disklabel... Can anyone comment on this? If it something I'm overlooking? Thanks for any help... From owner-freebsd-questions Sat Mar 8 19:10:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA20841 for questions-outgoing; Sat, 8 Mar 1997 19:10:35 -0800 (PST) Received: from mail.tm.net.my (janeway.tm.net.my [202.188.0.155]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA20836 for ; Sat, 8 Mar 1997 19:10:25 -0800 (PST) From: sweeting@tm.net.my Received: from [202.184.153.110] ([202.184.153.110]) by mail.tm.net.my (8.8.5/8.8.4) with SMTP id LAA23221; Sun, 9 Mar 1997 11:09:13 +0800 (SGT) Date: Sun, 9 Mar 1997 11:09:13 +0800 (SGT) X-Sender: sweeting@mail.tm.net.my Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Dan Busarow Subject: Re: how would you set up a mail hub ? possible with one IP ? Cc: questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dan, thanks a lot for the help/advice/corrections... things seem to be working ok - got the mailhub running for several domains all on one IP. >> However, the mail hub (FBSDBox C) is posing a bit of a problem. >> If i am not mistaken, this means that the zone file for, say, >>Avirtual2.com is : >> >> ; /etc/namedb/Avirtual2.zone : >> ; Data file of hostnames in this zone. >> ; >> Avirtual2.com. IN SOA Areal.com. postmaster.Areal.com. ( >> 24 300 60 1209600 43200 ) >> ; >> Avirtual2.com. IN NS nameserver1.com. >> IN NS nameserver2.com. >> Avirtual2.com. IN MX 10 mail.Avirtual2.com. > ^^^^^^^^^^^^^^^^^^^^^^ >NO, your MX record needs to point at the real host thank you. that made things a lot easier.... i didn't realise that sendmail and dns could work this out between themselves. > >> Avirtual2.com. IN A 202.184.153.99 >> 202 IN CNAME 202.184.153.99. > >??? I have *no* idea what the intent is here but it won't work >no matter what. Remove it. quick explanation : this is Malaysia, the Net works differently. ;) I became sysadmin because our real sysop left to open a cafe/bar. I knew absolutely nothing about sysadmin and should have bought shares in o'reilly books. So, I used the zone/named files that were already there and have always been intrigued by this 202 in there..... but everything seemed to be working. Now I have to change the mailservers, dns and everything which means really learning how to do this from scratch... thank you everso much for putting me correct on this. (i had just presumed it was some higher level guru trick....) > >> www.Avirtual2.com. IN CNAME Avirtual2.com. > >> The virtual mail domains on the mailhub are not the problem but it looks >> like we will end up using 2 IP numbers for each domain. > >Not necessary, not even desirable. yep,in retrospect everything is surprisingly easier than expected.... with any luck i may even be able to go home this weekend and change my laundry. >> is there any way to do this using just one IP number on the mailhub ? > >See above. thanks a lot Dan, Chas From owner-freebsd-questions Sat Mar 8 19:16:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA21165 for questions-outgoing; Sat, 8 Mar 1997 19:16:10 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA21157 for ; Sat, 8 Mar 1997 19:16:08 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id TAA11639; Sat, 8 Mar 1997 19:16:13 -0800 (PST) To: Shane Brothen cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD In-reply-to: Your message of "Sat, 08 Mar 1997 18:13:07 MST." <3.0.1.32.19970308181307.00912390@mail.geocities.com> Date: Sat, 08 Mar 1997 19:16:13 -0800 Message-ID: <11635.857877373@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk See ftp://ftp.freebsd.org/pub/FreeBSD/2.1.7-RELEASE/floppies/README.TXT It basically explains exactly what to do next (see also INSTALL.TXT one directory level up). Jordan > Hello, I've searched your FTP site for hours and I still can't find the > location of the file to download FreeBSD. It makes my soooooo frusterated. > Can you link me to the exact directory of it and tell me the exact file to > download? I'm running a PC, is that OK? > > Write Back Soon please. > > ..Shane From owner-freebsd-questions Sat Mar 8 20:14:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA23807 for questions-outgoing; Sat, 8 Mar 1997 20:14:48 -0800 (PST) Received: from out1.ibm.net (out1.ibm.net [165.87.194.252]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id UAA23799 for ; Sat, 8 Mar 1997 20:14:44 -0800 (PST) Received: (from uucp@localhost) by out1.ibm.net (8.6.9/8.6.9) id EAA180999; Sun, 9 Mar 1997 04:14:44 GMT Message-Id: <199703090414.EAA180999@out1.ibm.net> Received: from slip166-72-108-95.ny.us.ibm.net(166.72.108.95) by out1.ibm.net via smap (V1.3mjr) id smaoPwDFW; Sun Mar 9 04:14:39 1997 From: "Mike G." To: "freebsd-install" Cc: "freebsd-install" Date: Sat, 08 Mar 97 21:12:19 Reply-To: "Mike G." Priority: Normal X-Mailer: Michael Goeringer's Registered PMMail 1.53 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: X-window Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997 18:07:59 -0800 (PST), Doug White wrote: >> >> I tried executing the commands while in the directory with >> no luck. > >Well, that will fail. FreeBSD doesn't assume that the current directory >is in the PATH. To run something in the current dir you have to do > >./programname > > I've kinda got things running now. Thank you all for the help. Michael G. Brought to you by the Letters 'O' and 'S' and the number '2' :) From owner-freebsd-questions Sat Mar 8 20:25:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA24190 for questions-outgoing; Sat, 8 Mar 1997 20:25:38 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA24180 for ; Sat, 8 Mar 1997 20:25:33 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id UAA05015; Sat, 8 Mar 1997 20:24:30 -0800 (PST) Date: Sat, 8 Mar 1997 20:24:30 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Tim Tsai cc: freebsd-questions@freebsd.org Subject: Re: 2.2-GAMMA (Slow login & SCSI SDTR) In-Reply-To: <199703081239.GAA15093@shell.futuresouth.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 8 Mar 1997, Tim Tsai wrote: > I have just installed 2.2-GAMMA and have noticed the following: > > 1) From the time the password is accepted (I see the Berkely copyright > message) and the prompt takes up to 10 seconds. This is the same after > running "su" as well. Any ideas what's causing this delay? That's when tset runs to detect your terminal. You might try knocking it out and see if things speed up. You'll have to hardware the terminal though (set TERM=vt100). > 2) The ahc driver prints "Sending SDTR!!" during the boot probe. Is > this normal? I do not see this with the ncr driver. You'd have t olook at the ahc driver and see what's going on. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Sat Mar 8 20:27:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA24338 for questions-outgoing; Sat, 8 Mar 1997 20:27:47 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA24327 for ; Sat, 8 Mar 1997 20:27:40 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id UAA05029; Sat, 8 Mar 1997 20:27:38 -0800 (PST) Date: Sat, 8 Mar 1997 20:27:38 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: John Ford cc: FreeBSD Questions Subject: Re: Buning FreeBSD to CD In-Reply-To: <199703080030.RAA04889@ngxs2.netgrafx.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 7 Mar 1997, John Ford wrote: > I would like burn FreeBSD/2.1.7-RELEASE to CD for installation and need to know > the right way to set the directory structure up. > > What is the top of the directory structure is that I need to record. > (FreeBSD/, FreeBSD/2.1.7-RELEASE/) You should burn the CD such that the bin/, doc/ and other dist. directories are on the root of the CDROM. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Sat Mar 8 20:51:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA25163 for questions-outgoing; Sat, 8 Mar 1997 20:51:33 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA25156 for ; Sat, 8 Mar 1997 20:51:30 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id UAA05048; Sat, 8 Mar 1997 20:51:18 -0800 (PST) Date: Sat, 8 Mar 1997 20:51:18 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: "Sean J. Schluntz" cc: questions@freebsd.org Subject: Re: ifconfig alias problem/question. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 7 Mar 1997, Sean J. Schluntz wrote: > I recently added a second IP address to my system for use with Apache for > another domain. > > ifconfig ep0 inet xxx.xxx.xxx.bbb alias Change this to 'ifconfig ep0 inet xxx.xxx.xxx.bbb netmask 255.255.255.255 alias' and it should work. Also see /etc/sysconfig -- for 2.1.6 (or 2.2?) and later there is a way to specify aliases in that file. This way your netstat isn't hosed with every upgrade. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Sat Mar 8 20:53:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA25263 for questions-outgoing; Sat, 8 Mar 1997 20:53:22 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA25258 for ; Sat, 8 Mar 1997 20:53:16 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id UAA05053; Sat, 8 Mar 1997 20:53:07 -0800 (PST) Date: Sat, 8 Mar 1997 20:53:07 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Nat Low cc: questions@freebsd.org Subject: Re: IP Masquarading (spelling?) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 7 Mar 1997, Nat Low wrote: > Okay, I've seen it pass through here a couple of time, but I need some > help on where to obtain these IP forwarding programs and such from, > perhaps some hints on setting it up. Which? IPFilter can be found at: http://coombs.anu.edu.au/~avalon/ If you can name specific package(s) I can point you in the right direction. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Sat Mar 8 20:57:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA25462 for questions-outgoing; Sat, 8 Mar 1997 20:57:07 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA25437 for ; Sat, 8 Mar 1997 20:56:19 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id UAA05061; Sat, 8 Mar 1997 20:56:06 -0800 (PST) Date: Sat, 8 Mar 1997 20:56:06 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Xman cc: FreeBSD Subject: Re: Menu Question In-Reply-To: <3321996E.1282@ix.netcom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 8 Mar 1997, Xman wrote: > I have a question about holding a cursor in the midde of the screen from > a menu program using ' \c' doesn't seem to work the cursor still wants > to go back to the laft side of the page other types of Unix this seems > to work find but for some reason FreeBSD doesn't like the hold the > cursor on the middle of the screen. What do I need to do to change this > so it will work?? I have 2.1.6 ver of freeBSD running. With what function? Please be more specific as to what you are doing and with what. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Sat Mar 8 21:05:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA25854 for questions-outgoing; Sat, 8 Mar 1997 21:05:00 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA25756 for ; Sat, 8 Mar 1997 21:03:46 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id VAA05068; Sat, 8 Mar 1997 21:00:59 -0800 (PST) Date: Sat, 8 Mar 1997 21:00:59 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Mark Dickey cc: freebsd-questions@freebsd.org Subject: Re: Questions In-Reply-To: <199703080006.TAA02719@okeefe.bestweb.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 7 Mar 1997, Mark Dickey wrote: > I am looking into a EIDE Adapter from GSI called the 2C. It is labeled > 16-bit Dual-Channel EIDE Adapter. It is supposed to upgrade the BIOS so it > recongized hard drives over 2.1. Will this work with FreeBSD? Perhaps. We've had bad run-ins from "smart" IDE controllers thinking they can rule the world. (Promise controllers are notorius) At worst, you'll know right away there's a problem when you try to boot FreeBSD and it blows up or doesn't find wdc0. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Sat Mar 8 21:14:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA26224 for questions-outgoing; Sat, 8 Mar 1997 21:14:30 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA26216 for ; Sat, 8 Mar 1997 21:14:27 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id VAA05084; Sat, 8 Mar 1997 21:13:24 -0800 (PST) Date: Sat, 8 Mar 1997 21:13:24 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Marco Masotti cc: questions@freebsd.org Subject: Re: Radius In-Reply-To: <3321DC39.41C67EA6@mclink.it.> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 8 Mar 1997, Marco Masotti wrote: > I'm looking for source/port of Radius software (remote authentication). Have one, in ports/net/radiusd. > Also TACACS would be good either. Don't see one on the 2.1.6 CD. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Sat Mar 8 21:18:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA26416 for questions-outgoing; Sat, 8 Mar 1997 21:18:42 -0800 (PST) Received: from tahiti.netreach.net (tahiti.netreach.net [205.197.101.10]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id VAA26411 for ; Sat, 8 Mar 1997 21:18:38 -0800 (PST) Received: from fastdata (gwinet.pepboys.com) by tahiti.netreach.net (5.x/SMI-SVR4) id AA17963; Sun, 9 Mar 1997 00:18:33 -0500 Message-Id: <33224913.4BDA@netreach.net> Date: Sun, 09 Mar 1997 00:23:14 -0500 From: Scott Nichol X-Mailer: Mozilla 3.01Gold (WinNT; I) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Installation hangs Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I am trying to install FreeBSD 2.1.6 from CD-ROM. The target system is a UMC based 486 PCI motherboard, 16M RAM, NE2000 NIC, Tseng SVGA, Adaptec 1542C SCSI controller, Toshiba 3401 SCSI CD-ROM and single Conner hard drive. I'll note here that the Adaptec controller is *very* old; the BIOS is 1.01 and the board does *not* support Fast SCSI. The kernel loads successfully for both CD-ROM and floppy install; all hardware appears to be detected correctly. I choose the Novice install, Entire disk (I've tried both "true partition geometry" and not), BootMgr, Auto defaults and CD-ROM. After confirming that I wish to proceed, the install program says "Writing partition information to drive sd0". At this point, my drive activity LED lights and stays on. Soon thereafter, I get the message "sysinstall: write: Input/output error" "Panic: going nowhere without my init" The install program was able to write to the SCSI drive well enough to wipe out my original DOS partitioning (at my request). I have done a low-level format on the drive and checked for bad blocks, too. The disk and controller had been running on an NT system for about three years with no problems I know of. Can anyone offer any suggestions? Thanks. -- Scott Nichol From owner-freebsd-questions Sat Mar 8 21:24:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA26679 for questions-outgoing; Sat, 8 Mar 1997 21:24:30 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA26662 for ; Sat, 8 Mar 1997 21:24:20 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id VAA05123; Sat, 8 Mar 1997 21:23:40 -0800 (PST) Date: Sat, 8 Mar 1997 21:23:40 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: henrikb@proventum.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: SMP Support In-Reply-To: <3321A613.3834@proventum.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 8 Mar 1997 henrikb@proventum.net wrote: > Hi, i'm looking for SMP support in FreeBSD. Is that something that is on > the way or already existing. Particulary i am looking for a way to run a > Digital Prioris HXMP server (4*100Mhz Pentium) with FreeBSB. Been there,, done that. http://www.freebsd.org/~fsmp/SMP/ Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Sat Mar 8 21:31:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA27004 for questions-outgoing; Sat, 8 Mar 1997 21:31:53 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA26992 for ; Sat, 8 Mar 1997 21:31:49 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id VAA05134; Sat, 8 Mar 1997 21:31:41 -0800 (PST) Date: Sat, 8 Mar 1997 21:31:41 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: John Margaritis cc: questions@freebsd.org Subject: Re: XFree86 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 7 Mar 1997, John Margaritis wrote: > I have recently downloaded the entire distribution set for R 2.1.7. I > undertand that this 'core' product doesn't include the XFree86 window > system. But I'm slightly confused as to where exactly on the ftp site this > package is. Could you please fill me. It's in /pub/FreeBSD/2.1.7-RELEASE/XF8632. It's not a package, though, it's several packages. Do read the README for FreeBSD (install.txt?) to figure out how to install it. > Also, I was planning to get a new computer to run FreeBSD, but I couldn't > find anything in 'readme' files about support for Plug-and-Play products. > I'm not fond of PnP, but tha'ts all that is available anymore. I would > probably just be using a PnP Sound Blaster 16, and a PnP USR Sportster > modem. Will this be possible. The about.txt file mentioned nothing about > the SB16, only the SBPro, and the old SB. Does the SB16 work in FreeBSD? FreeBSD doesn't explicitly support PnP at curent, but a project to add it in exists. Check the mail archives at http://www.freebsd.org/ under "Search". Except for the GUS PnP sound cards, I highly suggest staying as far away from PnP as possible. An external modem would be a good start :) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Sat Mar 8 21:33:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA27093 for questions-outgoing; Sat, 8 Mar 1997 21:33:35 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA27087 for ; Sat, 8 Mar 1997 21:33:33 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id VAA05140; Sat, 8 Mar 1997 21:33:30 -0800 (PST) Date: Sat, 8 Mar 1997 21:33:30 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: "Dr. Craig Hollabaugh" cc: freebsd-questions@FreeBSD.ORG Subject: Re: xtend source In-Reply-To: <199703080214.SAA23295@shell4.ba.best.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 7 Mar 1997, Dr. Craig Hollabaugh wrote: > I'm having problems finding the source for programs called > > xten, xtend, and tw > > which are for X-10 home control. You have man pages but I > can't find the source code. Any ideas? they are in the main FreeBSD source tree. Checkout http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/ for the source, or http://www.freebsd.org/~fsmp/HomeAuto/ for details on the X10 devices. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Sat Mar 8 22:27:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA00421 for questions-outgoing; Sat, 8 Mar 1997 22:27:00 -0800 (PST) Received: from tahiti.netreach.net (tahiti.netreach.net [205.197.101.10]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id WAA00415 for ; Sat, 8 Mar 1997 22:26:56 -0800 (PST) Received: from fastdata (gwinet.pepboys.com) by tahiti.netreach.net (5.x/SMI-SVR4) id AA21041; Sun, 9 Mar 1997 01:26:53 -0500 Message-Id: <3322594D.64@netreach.net> Date: Sun, 09 Mar 1997 01:31:41 -0500 From: Scott Nichol X-Mailer: Mozilla 3.01Gold (WinNT; I) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: installation hangs Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Additional information: > > Was there anything on the debug screen (alt-f2)? > sd0(aha0:0:0): timed out sd0(aha0:0:0): timed out adapter not taking commands.. frozen?! Debugger("aha1542") called. AGAIN Init died (signal 0, exit 1) -- Scott Nichol From owner-freebsd-questions Sat Mar 8 22:41:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA01263 for questions-outgoing; Sat, 8 Mar 1997 22:41:35 -0800 (PST) Received: from dns.pinpt.com (dns.pinpt.com [205.179.195.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id WAA01256 for ; Sat, 8 Mar 1997 22:41:32 -0800 (PST) Received: from rover4 (gatemaster.pinpt.com [205.179.195.65]) by dns.pinpt.com (8.6.12/8.6.12) with SMTP id WAA18612; Sat, 8 Mar 1997 22:39:52 -0800 Date: Sat, 8 Mar 97 22:39:50 Pacific Standard Time From: "Sean J. Schluntz" Subject: Re: ifconfig alias problem/question. To: Dan Busarow , Doug White Cc: questions@freebsd.org X-Mailer: Chameleon ATX 6.0, Standards Based IntraNet Solutions, NetManage Inc. X-Priority: 3 (Normal) References: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I recently added a second IP address to my system for use with Apache for > > another domain. > > > > ifconfig ep0 inet xxx.xxx.xxx.bbb alias > > Change this to 'ifconfig ep0 inet xxx.xxx.xxx.bbb netmask 255.255.255.255 > alias' and it should work. > > Also see /etc/sysconfig -- for 2.1.6 (or 2.2?) and later there is a way to > specify aliases in that file. This way your netstat isn't hosed with > every upgrade. I can't make the netmask *.255, it has to be *.192 for my segmented network or I won't make it through the firewall. :( (I am going to be upgrading this system to 2.2 when that goes -R) -Sean ---------------------------------------------------------------------- Sean J. Schluntz Manager, Support Services ph. 408.997.6900 x222 PinPoint Software Corporation fx. 408.323.2300 6155 Almaden Expressway, Suite 100 San Jose, CA. 95120 http://www.pinpt.com/ Local Time Sent: 03/08/97 22:39:51 ---------------------------------------------------------------------- From owner-freebsd-questions Sat Mar 8 23:58:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA06858 for questions-outgoing; Sat, 8 Mar 1997 23:58:01 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA06851 for ; Sat, 8 Mar 1997 23:57:57 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id XAA12254; Sat, 8 Mar 1997 23:58:05 -0800 (PST) To: Scott Nichol cc: freebsd-questions@FreeBSD.ORG Subject: Re: installation hangs In-reply-to: Your message of "Sun, 09 Mar 1997 01:31:41 EST." <3322594D.64@netreach.net> Date: Sat, 08 Mar 1997 23:58:05 -0800 Message-ID: <12251.857894285@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Was there anything on the debug screen (alt-f2)? > > > sd0(aha0:0:0): timed out > sd0(aha0:0:0): timed out > adapter not taking commands.. frozen?! > Debugger("aha1542") called. > AGAIN > Init died (signal 0, exit 1) Ah, whoops! I suspect incorrect controller termination settings, an incorrectly terminated device on the controller or a bad cable. This does not happen with my own 1542-equipped system. Jordan